.navbar{background-color:transparent;border-bottom:1px solid #27272a;width:100%;position:fixed;top:0;z-index:1000;-webkit-backdrop-filter:blur(20px) brightness(50%);backdrop-filter:blur(20px) brightness(50%);height:80px}.navbar-container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;height:100%}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:100%;position:relative}.navbar-logo{font-size:1.5rem;font-weight:700;color:#34d399;display:flex;align-items:center;gap:.5rem;z-index:1100}.navbar-logo img{height:36px;width:auto}.navbar-links{display:flex;gap:1rem;align-items:center}.navbar-link{background:none;color:#a1a1aa;transition:all .3s ease;font-size:1rem;padding:.5rem 1rem;border-radius:24px;border:2px solid transparent;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;white-space:nowrap}.navbar-link:hover,.navbar-link.active{color:#34d399;border-color:#34d399}.desktop-nav{display:flex}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;background:none;border:none;cursor:pointer;z-index:1100;width:30px;height:24px;padding:0;transition:transform .3s ease}.menu-toggle:hover{transform:scale(1.1)}.menu-toggle span{display:block;height:3px;width:100%;background:#34d399;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.menu-toggle.open span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.mobile-nav{display:none}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.navbar{height:auto;display:flex;align-items:center;justify-content:center}.navbar-container{margin:10px 20px;padding:.75rem 1rem;flex:1}.navbar-content{flex-wrap:wrap}.navbar-logo{font-size:1.3rem}.navbar-logo img{height:32px}.desktop-nav{display:none}.menu-toggle{display:flex}.mobile-nav{display:block;width:100%;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease,padding .4s ease;padding:0}.mobile-nav.open{max-height:500px;opacity:1;padding:1.5rem 0 1rem}.mobile-nav-links{gap:.75rem}.navbar-link{width:100%;justify-content:flex-start;padding:.75rem 1rem;border-radius:12px}}.footer{background-color:#18181b;border-top:1px solid #27272a}.footer-container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;font-size:.875rem;color:#71717a;align-items:center}.footer-link{color:#71717a;transition:color .3s ease;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap}.footer-link:hover{color:#34d399}.external-icon{display:inline;margin-left:.25rem}.footer-copyright{text-align:center;margin-top:1.5rem;color:#52525b;font-size:.875rem}@media(max-width:768px){.footer-container{padding:1.5rem 1.25rem}.footer-links{gap:1.25rem;font-size:.8125rem}.footer-copyright{margin-top:1.25rem;font-size:.8125rem;padding:0 .5rem}}@media(max-width:480px){.footer-container{padding:1.25rem 1rem}.footer-links{gap:1rem;font-size:.75rem;row-gap:.75rem}.footer-copyright{margin-top:1rem;font-size:.75rem;line-height:1.4}}@media(max-width:360px){.footer-links{gap:.875rem;row-gap:.625rem}}.hero{text-align:center;padding:6rem 1.5rem}.hero-title{font-size:3.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;color:#d4d4d8;margin-bottom:.5rem}.hero-tagline{font-size:1.125rem;color:#34d399;margin-bottom:3rem}.hero-buttons{display:flex;gap:1rem;justify-content:center}.hero-button{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.hero-button.primary{background-color:#10b981;color:#fff}.hero-button.primary:hover{background-color:#059669;transform:scale(1.02)}.hero-button.secondary{border:1px solid #10b981;color:#34d399;background:transparent}.hero-button.secondary:hover{background-color:#10b9811a;transform:scale(1.02)}@media(max-width:768px){.hero{padding:4rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:column;align-items:center}.hero-button{width:100%;max-width:300px;justify-content:center}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1152px;margin:0 auto;padding:4rem 1.5rem}.benefit-card{background-color:#27272a80;border:1px solid #3f3f46;border-radius:.5rem;padding:1.5rem}.benefit-title{font-size:1.25rem;font-weight:600;color:#34d399;margin-bottom:.75rem}.benefit-description{color:#d4d4d8;line-height:1.6}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr}}.carousel-container{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.carousel-title{font-size:2rem;font-weight:700;color:#fff;text-align:center;margin-bottom:3rem}.carousel-3d{position:relative;height:420px;perspective:1400px;display:flex;align-items:center;justify-content:center}.carousel-card{position:absolute;width:520px;height:320px;border-radius:14px;overflow:hidden;background-color:#18181b;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .6s ease,filter .6s ease;box-shadow:0 30px 60px #0006;border:2px solid #34d399}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-gradient{position:absolute;inset:0;background:linear-gradient(to top,#000000bf,#0000);pointer-events:none}.carousel-overlay{position:absolute;bottom:0;left:0;padding:1.25rem 1.5rem;z-index:2}.carousel-item-title{font-size:1.25rem;font-weight:600;color:#34d399;margin-bottom:.5rem}.carousel-item-description{font-size:.95rem;line-height:1.5;color:#e4e4e7;max-width:90%}.carousel-card.center{transform:translate(0) translateZ(180px) scale(1);opacity:1;z-index:3}.carousel-card.left{transform:translate(-360px) translateZ(-100px) rotateY(25deg) scale(.9);opacity:.6;z-index:2;filter:blur(2.5px)}.carousel-card.right{transform:translate(360px) translateZ(-100px) rotateY(-25deg) scale(.9);opacity:.6;z-index:2;filter:blur(2.5px)}.carousel-card.hidden{opacity:0;pointer-events:none;filter:blur(0)}.carousel-button-core{user-select:none;-webkit-user-select:none;position:absolute;top:50%;transform:translateY(-50%);background-color:#10b981;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:4;transition:opacity .2s ease,background-color .2s ease}.carousel-button-core:hover{background-color:#059669;transform:translateY(-50%) scale(1.05)}.carousel-button-core:active{transform:translateY(-50%) scale(.92)}.carousel-button-core.prev{left:10rem}.carousel-button-core.next{right:10rem}@media(max-width:900px){.carousel-card{width:420px;height:260px}.carousel-card.left{transform:translate(-260px) translateZ(-120px) rotateY(25deg) scale(.85)}.carousel-card.right{transform:translate(260px) translateZ(-120px) rotateY(-25deg) scale(.85)}.carousel-button-core{transform:none;user-select:none;-webkit-user-select:none}.carousel-button-core:hover{transform:scale(1.05)}.carousel-button-core:active{transform:scale(.92)}}@media(max-width:640px){.carousel-3d{height:auto;perspective:none;padding-bottom:2.5rem}.carousel-card{position:relative;width:100%;max-width:100%;height:220px;margin:0 auto;transform:none!important;opacity:1!important;filter:none!important;box-shadow:0 18px 40px #00000059}.carousel-card.left,.carousel-card.right,.carousel-card.hidden{display:none}.carousel-card.center{display:block;transform:none}.carousel-overlay{padding:1rem}.carousel-item-title{font-size:1.05rem}.carousel-item-description{font-size:.85rem;line-height:1.4;max-width:100%}.carousel-button-core{top:auto;bottom:-.5rem;transform:none}.carousel-button-core.prev{left:30%}.carousel-button-core.next{right:30%}}.theme-preview-wrapper{width:100%;padding:4rem 0;text-align:center;overflow:hidden}.theme-preview-label{font-size:1.75rem;font-weight:700;color:#fff;text-transform:capitalize;transition:all .3s ease}.theme-preview-slider{position:relative;height:300px;display:flex;align-items:center;justify-content:center}.theme-preview-slide{position:absolute;width:350px;max-width:90%;cursor:pointer;transition:transform .45s ease,opacity .3s ease}.theme-preview-slide img{width:100%;border-radius:12px;box-shadow:0 25px 60px #00000073;-webkit-user-select:none;user-select:none}.theme-preview-slide img.active{border:3px solid #34d399}.theme-preview-slide:not([style*="scale(1)"]) img{filter:brightness(.85)}@media(max-width:768px){.theme-preview-wrapper{padding:3rem 1rem}.theme-preview-slider{height:240px}.theme-preview-slide{width:85%;max-width:320px;transition:transform .35s ease,opacity .25s ease}.theme-preview-slide img{border-radius:10px;box-shadow:0 18px 40px #00000073}.theme-preview-label{font-size:1.5rem}}@media(max-width:480px){.theme-preview-slider{height:210px}.theme-preview-slide{width:92%;max-width:280px}}.home-page{width:100%}.home-final-cta{text-align:center;padding:5rem 1.5rem;background:linear-gradient(to top,rgba(16,185,129,.08),transparent)}.final-cta-button{background-color:#10b981;color:#fff;padding:1.1rem 3.2rem;border-radius:.6rem;font-weight:600;font-size:1.25rem;letter-spacing:.3px;transition:transform .15s ease,background-color .3s ease,box-shadow .3s ease;box-shadow:0 10px 30px #10b98159;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.cta-icon{width:22px;height:22px}.final-cta-button:hover{background-color:#059669;transform:scale(1.01);box-shadow:0 14px 34px #10b98173}.final-cta-button:active{transform:scale(.96);box-shadow:0 6px 18px #10b98159}.final-cta-button:focus-visible{outline:2px solid #34d399;outline-offset:3px}@media(max-width:640px){.home-final-cta{padding:3.5rem 1.25rem}.final-cta-button{width:100%;max-width:340px;font-size:1rem;padding:1rem 2rem}.final-cta-button:hover{transform:none;box-shadow:0 10px 24px #10b98159}}.features-page{padding:4rem 1.5rem;max-width:1200px;margin-left:auto;margin-right:auto}.features-header{text-align:center;margin-bottom:5rem}.features-header h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.features-header p{font-size:1.125rem;color:#a1a1aa;max-width:720px;margin:0 auto}.features-list{display:flex;flex-direction:column;gap:5rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-image{position:relative}.feature-content h2{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1rem}.feature-content p{font-size:1.125rem;color:#d4d4d8;line-height:1.7;max-width:520px}.carousel-single{position:relative;width:100%}.carousel-single img{width:100%;border-radius:.75rem;border:1px solid #3f3f46;background-color:#18181b}.carousel-container{position:relative;width:100%;padding:0}.carousel-image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:.75rem;border:1px solid #3f3f46;background-color:#18181b}.carousel-image{width:100%;display:block;transition:opacity .3s ease}.image-view-button{position:absolute;top:1rem;right:1rem;background-color:#0009;color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:15}.image-view-button:hover{background-color:#000c}.carousel-single:hover .image-view-button,.carousel-container:hover .image-view-button{opacity:1}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#0009;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:10}.carousel-button:hover{background-color:#000c;transform:translateY(-50%) scale(1.05)}.carousel-button:active{transform:translateY(-50%)}.carousel-container:hover .carousel-button{opacity:1}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background-color:#ffffffbf}.carousel-dot.active{width:24px;border-radius:4px;background-color:#fff}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;animation:fadeIn .2s ease}.image-modal img{max-width:90%;max-height:90%;border-radius:.5rem;box-shadow:0 10px 40px #00000080}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.feature-row{display:grid;grid-template-columns:1fr;grid-template-areas:"content" "image";gap:2rem}.feature-row.reverse{direction:ltr}.feature-content{grid-area:content}.feature-image{grid-area:image}.feature-content p{max-width:100%}}@media(max-width:480px){.features-header h1{font-size:2.25rem}.feature-content h2{font-size:1.5rem}.carousel-button{width:32px;height:32px}.carousel-button svg{width:20px;height:20px}}.download-page{max-width:900px;margin:0 auto;padding:5rem 1.5rem 6rem;text-align:center}.download-title{font-size:2.6rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.download-subtitle{font-size:1.1rem;color:#a1a1aa;margin-bottom:3rem}.os-card.thin{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:linear-gradient(180deg,#27272a,#1f1f22);border:1px solid #3f3f46;border-radius:.85rem;padding:1.25rem 1.75rem;box-shadow:0 10px 25px #00000059;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.os-card.thin:hover{box-shadow:0 14px 30px #00000073}.os-left{display:flex;align-items:center;gap:1rem}.os-logo{width:32px;height:32px}.os-text{display:flex;flex-direction:column}.os-name{font-size:1.2rem;font-weight:700;color:#fff}.os-details{font-size:.95rem;color:#a1a1aa}.os-actions{display:flex;align-items:center;gap:.75rem}.download-button{background:linear-gradient(135deg,#10b981,#34d399);color:#022c22;padding:.6rem 1.6rem;border-radius:.65rem;font-weight:700;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:all .2s ease}.download-button:hover{transform:scale(1.05)}.download-button:active{transform:scale(1)}.copy-button{background:#2f2f35;color:#d4d4d8;padding:.6rem 1.2rem;border-radius:.65rem;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.45rem;border:1px solid #3f3f46;cursor:pointer;transition:all .2s ease}.copy-button:hover{background:#3a3a40;color:#fff}.download-note{margin-top:2.2rem;color:#71717a;font-size:.95rem}.download-error{border-radius:8px;padding:12px 16px;margin:16px 0;display:flex;align-items:center;gap:12px;font-size:14px}.download-error.error{background-color:#fee;border:1px solid #fcc;color:#c33}.download-error.info{background-color:#eef6ff;border:1px solid #c7ddff;color:#1e4ed8}.message-icon{flex-shrink:0}button:disabled{opacity:.6;cursor:not-allowed}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.download-info{margin-top:8px;font-size:13px;color:#666;text-align:center}.download-button:disabled,.copy-button:disabled{background-color:#ccc;cursor:not-allowed}.download-button:disabled:hover,.copy-button:disabled:hover{background-color:#ccc;transform:none}@media(max-width:640px){.os-card.thin{flex-direction:column;align-items:flex-start;gap:1rem}.os-actions{width:100%;flex-direction:column;align-items:stretch}.download-button,.copy-button{width:100%;justify-content:center}}.documentation-page{display:flex;min-height:100vh;position:relative;width:100%;background-color:#09090b}.mobile-menu-toggle{display:none;position:fixed;top:100px;right:0;z-index:999;background-color:#10b981;color:#fff;padding:10px;border-radius:8px 0 0 8px;transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:#059669}.documentation-sidebar{width:320px;background-color:#18181b;border-right:1px solid #27272a;height:100vh;overflow-y:auto;position:sticky;top:0;transition:transform .3s ease}.sidebar-nav{padding:24px 0}.sidebar-item{margin-bottom:4px}.sidebar-link{display:flex;align-items:center;padding:10px 20px;cursor:pointer;transition:all .2s ease;color:#a1a1aa;-webkit-user-select:none;user-select:none}.sidebar-link:hover{background-color:#27272a;color:#e4e4e7}.sidebar-link.active{background-color:#10b98120;color:#10b981;border-left:3px solid #10b981;font-weight:500}.sidebar-link-content{display:flex;align-items:center;gap:8px;width:100%}.expand-icon{display:flex;align-items:center;color:#71717a;flex-shrink:0}.sidebar-number{font-size:.875rem;color:#71717a;min-width:30px;font-weight:500}.sidebar-link.active .sidebar-number{color:#10b981}.sidebar-title{font-size:.95rem;line-height:1.4}.sidebar-children{margin-left:20px;border-left:1px solid #27272a}.documentation-content{flex:1;padding:40px;max-width:900px;margin:0 auto;width:100%}.content-header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.history-navigation{display:flex;gap:8px}.history-button{background-color:#18181b;border:1px solid #27272a;color:#a1a1aa;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center}.history-button:hover:not(:disabled){background-color:#27272a;color:#10b981;border-color:#10b981}.history-button:disabled{opacity:.3;cursor:not-allowed}.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1}.breadcrumb-item{background:none;border:none;color:#71717a;font-size:.875rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.breadcrumb-item:hover{color:#10b981;background-color:#10b98110}.breadcrumb-item:last-child{color:#10b981;font-weight:500}.breadcrumb-separator{color:#3f3f46;flex-shrink:0}.content-card{background-color:#18181b;border:1px solid #27272a;border-radius:12px;padding:32px;box-shadow:0 4px 6px #0000001a}.content-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.content-description{font-size:1rem;line-height:1.7;color:#d4d4d8;margin-bottom:24px}.content-image{margin:24px 0;border-radius:8px;overflow:hidden;border:1px solid #27272a}.content-image img{width:100%;height:auto;display:block}.content-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:24px 0}.content-images img{width:100%;height:auto;border-radius:8px;border:1px solid #27272a;display:block}.content-steps{margin:24px 0}.step-item{display:flex;gap:16px;margin-bottom:20px;padding:16px;background-color:#0f0f10;border-radius:8px;border-left:3px solid #10b981}.step-number{flex-shrink:0;width:32px;height:32px;background-color:#10b981;color:#09090b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem}.step-content h4{font-size:1.1rem;color:#fff;margin-bottom:8px;font-weight:600}.step-content p{font-size:.95rem;color:#d4d4d8;line-height:1.6;margin:0}.step-image{margin-top:12px;margin-bottom:8px;text-align:center}.step-image img{max-width:100%;height:auto;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000014}.content-links{display:flex;flex-direction:column;gap:12px;margin-top:24px}.content-link{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background-color:#0f0f10;border:1px solid #27272a;border-radius:8px;color:#10b981;font-weight:500;transition:all .2s ease;width:fit-content}.content-link:hover{background-color:#10b98120;border-color:#10b981;transform:scale(1.05)}.content-link svg{flex-shrink:0}.subsections-overview{margin-top:32px;padding-top:24px;border-top:1px solid #27272a}.subsections-overview h3{font-size:1.25rem;color:#fff;margin-bottom:16px;font-weight:600}.subsection-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:16px}.subsection-card{background-color:#0f0f10;border:1px solid #27272a;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s ease}.subsection-card:hover{border-color:#10b981;transform:scale(1.05);box-shadow:0 4px 12px #10b9811a}.subsection-card h4{font-size:1.1rem;color:#10b981;margin-bottom:8px;font-weight:600}.subsection-card p{font-size:.9rem;color:#a1a1aa;line-height:1.5;margin:0}.documentation-sidebar::-webkit-scrollbar{width:8px}.documentation-sidebar::-webkit-scrollbar-track{background:#18181b}.documentation-sidebar::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.documentation-sidebar::-webkit-scrollbar-thumb:hover{background:#3f3f46}.sidebar-overlay{display:none}@media(max-width:768px){.mobile-menu-toggle{display:block}.documentation-sidebar{position:fixed;left:0;top:0;z-index:1000;transform:translate(-100%)}.documentation-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background-color:#000000b3;z-index:999}.documentation-content{padding:80px 20px 20px}.content-header{flex-direction:column;align-items:flex-start;gap:16px}.content-card{padding:24px}.content-title{font-size:1.5rem}.subsection-cards{grid-template-columns:1fr}}@media(max-width:480px){.documentation-sidebar{width:280px}.content-title{font-size:1.35rem}.content-card{padding:20px}.breadcrumbs{font-size:.8rem}}.community-page{max-width:1024px;margin:0 auto;padding:4rem 1.5rem}.community-title{font-size:2.25rem;font-weight:700;color:#fff;text-align:center;margin-bottom:3rem}.community-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.community-card{background-color:#27272a;border:1px solid #3f3f46;border-radius:.5rem;padding:2rem}.community-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.community-card-icon{color:#34d399;display:flex;align-items:center;justify-content:center}.community-card-title{font-size:1.5rem;font-weight:700;color:#fff}.community-card-description{color:#d4d4d8;margin-bottom:1.5rem;line-height:1.6}.community-card-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#10b981;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease}.community-card-button:hover{background-color:#059669}@media(max-width:768px){.community-grid{grid-template-columns:1fr}}.about-page{max-width:896px;margin:0 auto;padding:4rem 1.5rem}.about-header{text-align:center;margin-bottom:3rem}.about-header-icon{color:#34d399;margin-bottom:.75rem}.about-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.about-subtitle{color:#a1a1aa;font-size:1rem}.about-section{margin-bottom:3rem}.about-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#34d399;margin-bottom:1.25rem}.about-paragraph{color:#d4d4d8;line-height:1.75;margin-bottom:1rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.about-card{background-color:#27272a;border:1px solid #3f3f46;border-radius:.5rem;padding:1.5rem}.about-card-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.about-card-content{color:#d4d4d8;font-size:.95rem;line-height:1.6}.about-list{list-style:disc;padding-left:1.25rem;color:#d4d4d8}.about-list li{margin-bottom:.5rem;line-height:1.6}.about-licenses{text-align:center;margin-top:3rem}.about-licenses-link{display:inline-flex;align-items:center;gap:.5rem;color:#34d399;font-weight:500;transition:color .3s ease}.about-licenses-link:hover{color:#10b981}.report-page{max-width:1024px;margin:0 auto;padding:3rem 1.5rem}.report-header{text-align:center;margin-bottom:3rem}.report-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.report-subtitle{font-size:1.125rem;color:#a1a1aa}.report-container{display:flex;flex-direction:column;gap:3rem}.section-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.report-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.report-type-card{background-color:#27272a;border:2px solid #3f3f46;border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .3s ease;cursor:pointer}.report-type-card:hover{border-color:#34d399;transform:translateY(-2px)}.report-type-card.selected{border-color:#34d399;background-color:#10b9811a}.report-type-icon{color:#34d399;margin-bottom:1rem;display:flex;justify-content:center}.report-type-label{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.report-type-description{font-size:.875rem;color:#a1a1aa;line-height:1.5}.report-form{background-color:#27272a;border:1px solid #3f3f46;border-radius:.5rem;padding:2rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#d4d4d8;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;background-color:#18181b;border:1px solid #3f3f46;border-radius:.375rem;padding:.75rem;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#34d399}.form-textarea{resize:vertical;font-family:inherit}.form-actions{display:flex;gap:1rem;margin-top:2rem}.submit-button{background-color:#10b981;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease;display:flex;align-items:center;gap:.5rem}.cancel-button{background:none;color:#a1a1aa;padding:.75rem 2rem;border-radius:.5rem;border:1px solid #3f3f46;font-weight:600;transition:all .3s ease}.cancel-button:hover{color:#fff;border-color:#71717a}.report-info{background-color:#27272a;border:1px solid #3f3f46;border-radius:.5rem;padding:1.5rem}.info-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.info-list{list-style:none;margin-bottom:1rem}.info-list li{color:#a1a1aa;padding:.5rem 0 .5rem 1.5rem;position:relative}.info-list li:before{content:"•";color:#34d399;font-weight:700;position:absolute;left:0}.info-note{color:#71717a;font-size:.875rem;margin-top:1rem}.info-link{color:#34d399;text-decoration:underline;transition:color .3s ease}.info-link:hover{color:#10b981}.report-success{background-color:#27272a;border:2px solid #34d399;border-radius:.5rem;padding:4rem 2rem;text-align:center}.success-icon{width:4rem;height:4rem;background-color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin:0 auto 1.5rem}.report-success h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}.report-success p{color:#a1a1aa;font-size:1.125rem}@media(max-width:768px){.report-page{padding:2rem 1rem}.report-header{margin-bottom:2rem}.report-title{font-size:2rem;line-height:1.2}.report-subtitle{font-size:1rem}.report-container{gap:2rem}.report-type-grid{grid-template-columns:1fr}.report-form{padding:1.5rem;scroll-margin-top:5rem}.form-group{margin-bottom:1.25rem}.form-label{font-size:.875rem}.form-input,.form-select,.form-textarea{font-size:1rem;padding:.75rem}.form-textarea{min-height:140px}.form-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem}.submit-button,.cancel-button{width:100%;justify-content:center;padding:.85rem;font-size:1rem}.report-info{padding:1.25rem}.info-title{font-size:1.1rem}.info-list li{font-size:.95rem;padding-left:1.25rem}.info-note{font-size:.85rem}.report-success{padding:3rem 1.5rem}.report-success h2{font-size:1.5rem}.report-success p{font-size:1rem}}.discussion-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.discussion-header{text-align:center;margin-bottom:3rem}.discussion-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.discussion-subtitle{font-size:1.125rem;color:#a1a1aa;margin-bottom:2rem}.header-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.new-message-button,.rules-button{border:none;border-radius:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.new-message-button{background-color:#10b981;color:#fff;box-shadow:0 4px 6px #10b98133}.new-message-button:hover{background-color:#059669;transform:scale(1.05);box-shadow:0 6px 12px #10b9814d}.rules-button{background-color:#3b82f6;color:#fff;box-shadow:0 4px 6px #3b82f633}.rules-button:hover{background-color:#2563eb;transform:scale(1.05);box-shadow:0 6px 12px #3b82f64d}.rules-box{background-color:#1e3a8a;border:2px solid #3b82f6;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;color:#fff}.rules-box h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#60a5fa}.rules-box ul{list-style:none;padding:0;margin:0 0 1rem}.rules-box li{padding:.5rem 0 .5rem 1.5rem;position:relative}.rules-box li:before{content:"•";color:#60a5fa;font-weight:700;font-size:1.5rem;position:absolute;left:0;top:.25rem}.rules-box strong{color:#93c5fd}.rules-note{font-size:.875rem;color:#93c5fd;font-style:italic;margin:0}.message-form-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.message-form-container{background-color:#27272a;border:1px solid #3f3f46;border-radius:.75rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.message-form-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #3f3f46}.message-form-header h2{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.close-button{background:none;border:none;color:#a1a1aa;cursor:pointer;padding:.25rem;transition:color .3s ease}.close-button:hover{color:#fff}.close-button:disabled{cursor:not-allowed;opacity:.5}.replying-to-banner{background-color:#3b82f6;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;border-bottom:1px solid #3f3f46}.replying-to-banner strong{color:#dbeafe}.cancel-reply-btn{margin-left:auto;background-color:#fff3;border:none;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer;transition:background-color .3s ease}.cancel-reply-btn:hover{background-color:#ffffff4d}.cancel-reply-btn:disabled{cursor:not-allowed;opacity:.5}.message-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#fff;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group textarea{width:100%;background-color:#18181b;border:1px solid #3f3f46;border-radius:.5rem;padding:.75rem;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.char-count{display:block;text-align:right;color:#71717a;font-size:.75rem;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-bottom:1rem}.cancel-button,.submit-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.cancel-button{background-color:#3f3f46;color:#fff}.cancel-button:hover{background-color:#52525b}.submit-button{background-color:#10b981;color:#fff}.submit-button:hover{background-color:#059669}.submit-button:disabled{background-color:#3f3f46;cursor:not-allowed;opacity:.6}.form-note{color:#71717a;font-size:.875rem;text-align:center;margin:0}.discussion-layout,.discussion-content{width:100%}.discussion-list{display:flex;flex-direction:column;gap:1.5rem}.discussion-thread{display:flex;flex-direction:column;gap:.75rem}.discussion-card{background-color:#27272a;border:1px solid #3f3f46;border-radius:.5rem;padding:1.5rem;transition:border-color .3s ease}.discussion-card.root-message:hover{border-color:#34d399}.discussion-card.reply-message{position:relative;padding-left:2.5rem}.reply-indicator{position:absolute;left:1rem;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#3b82f6,transparent);border-radius:2px}.message-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.message-author{display:flex;align-items:center;gap:.5rem;color:#34d399;font-weight:600;font-size:.875rem}.message-date{display:flex;align-items:center;gap:.5rem;color:#71717a;font-size:.875rem}.message-text{color:#e4e4e7;line-height:1.6;margin:0 0 1rem;white-space:pre-wrap;word-wrap:break-word}.message-actions{display:flex;gap:.75rem;align-items:center}.reply-button,.toggle-replies-button{background:none;border:1px solid #3f3f46;color:#a1a1aa;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.reply-button:hover{border-color:#10b981;color:#10b981;background-color:#10b9811a}.toggle-replies-button:hover{border-color:#3b82f6;color:#3b82f6;background-color:#3b82f61a}.replies-container{display:flex;flex-direction:column;gap:.75rem;margin-left:1rem}.loading-state,.no-discussions{text-align:center;padding:4rem 2rem;color:#71717a}.loading-state svg,.no-discussions svg{color:#3f3f46;margin-bottom:1rem}.loading-state p,.no-discussions p{font-size:1.125rem;margin-bottom:1.5rem}@media(max-width:768px){.discussion-page{padding:2rem 1rem}.discussion-title{font-size:2rem}.discussion-subtitle{font-size:1rem}.header-actions{flex-direction:column;width:100%}.new-message-button,.rules-button{width:100%;justify-content:center}.message-form-overlay{align-items:flex-start}.message-form-container{margin-top:2rem}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%}.message-header{flex-direction:column;align-items:flex-start;gap:.5rem}.message-actions{flex-direction:column;align-items:stretch}.reply-button,.toggle-replies-button{width:100%;justify-content:center}.replies-container{margin-left:0}.discussion-card.reply-message{padding-left:1.5rem}.reply-indicator{left:.5rem}}.licenses-page{max-width:896px;margin:0 auto;padding:4rem 1.5rem}.licenses-header{text-align:center;margin-bottom:3rem}.licenses-header-icon{color:#34d399;margin-bottom:.75rem}.licenses-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.licenses-subtitle{color:#a1a1aa;font-size:1rem}.licenses-section{margin-bottom:3rem}.licenses-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#34d399;margin-bottom:1rem}.licenses-list{list-style:disc;padding-left:1.25rem;color:#d4d4d8}.licenses-list li{margin-bottom:.5rem;line-height:1.7}.licenses-list a{color:var(--accent-color);text-decoration:underline}.licenses-list a:hover{opacity:.8}@media(max-width:640px){.licenses-page{padding:3rem 1.25rem}.licenses-header{margin-bottom:2.25rem}.licenses-title{font-size:1.75rem;line-height:1.3}.licenses-subtitle{font-size:.95rem}.licenses-section{margin-bottom:2.25rem}.licenses-section-title{font-size:1.25rem;line-height:1.4}.licenses-list{padding-left:1rem;font-size:.95rem}.licenses-list li{margin-bottom:.65rem;line-height:1.6}.licenses-list a{display:inline-block;padding:.15rem 0;word-break:break-word}}.privacy-page{max-width:896px;margin:0 auto;padding:4rem 1.5rem}.privacy-header{text-align:center;margin-bottom:3rem}.privacy-header-icon{color:#34d399;margin-bottom:.75rem}.privacy-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.privacy-subtitle{color:#a1a1aa;font-size:1rem}.privacy-section{margin-bottom:2.5rem;color:#d4d4d8;line-height:1.75}.privacy-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;color:#34d399;margin-bottom:1rem}.privacy-list{list-style:disc;padding-left:1.25rem;color:#d4d4d8}.privacy-list li{margin-bottom:.5rem;line-height:1.7}.privacy-contact{margin-top:.5rem;color:#34d399;font-weight:500}.terms-page{max-width:896px;margin:0 auto;padding:4rem 1.5rem}.terms-header{text-align:center;margin-bottom:3rem}.terms-header-icon{color:#34d399;margin-bottom:.75rem}.terms-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.terms-subtitle{color:#a1a1aa;font-size:1rem}.terms-section{margin-bottom:2.5rem;color:#d4d4d8;line-height:1.75}.terms-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;color:#34d399;margin-bottom:1rem}.terms-list{list-style:disc;padding-left:1.25rem;color:#d4d4d8}.terms-list li{margin-bottom:.5rem;line-height:1.7}.terms-contact{margin-top:.5rem;color:#34d399;font-weight:500}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#09090b;color:#fff;min-height:100vh;margin:0;padding:0;width:100%}button{font-family:inherit;cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}.app-container{min-height:100vh;display:flex;flex-direction:column;width:100%}main{flex:1;margin-top:80px}
