:root{--color-primary:#9046ff;--color-primary-hover:#a366ff;--color-accent:#c6a0ff;--color-accent-light:#8b5cf6;--color-background:#000;--color-surface:#19161d;--color-surface-medium:#211d25;--color-surface-light:#28242e;--color-text:#fafafa;--color-text-secondary:#c1bec6;--color-text-muted:#938f9b;--color-text-subdued:#a1a1aa;--color-text-light:#c1bec6;--color-text-dark:#fafafa;--color-border:#4a464f;--color-border-subtle:#352f3d;--color-success:#10b981;--color-warning:#f59e0b;--color-info:#3b82f6;--color-error:#ef4444;--font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"JetBrains Mono","SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,monospace;--shadow-sm:0 1px 2px rgba(0,0,0,.5);--shadow-md:0 4px 6px rgba(0,0,0,.5);--shadow-lg:0 10px 15px rgba(0,0,0,.5);--shadow-purple:0 0 20px rgba(144,70,255,.3);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-3xl:32px;--radius-full:9999px}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-color:var(--color-background);color:#fafafa;color:var(--color-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);line-height:1.6;margin:0}code{background:#19161d;background:var(--color-surface);border-radius:4px;border-radius:var(--radius-sm);font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,monospace;font-family:var(--font-mono);font-size:.9em;padding:.2em .4em}h1,h2,h3,h4,h5,h6{color:#fafafa;color:var(--color-text);font-weight:600;line-height:1.25;margin:0}p{color:#c1bec6;color:var(--color-text-secondary);margin:0}a{color:#c6a0ff;color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:#a366ff;color:var(--color-primary-hover)}button{background:transparent;border:0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit}::selection{background:rgba(144,70,255,.3);color:#fafafa;color:var(--color-text)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#19161d;background:var(--color-surface)}::-webkit-scrollbar-thumb{background:#4a464f;background:var(--color-border);border-radius:9999px;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#938f9b;background:var(--color-text-muted)}.grain-texture{position:relative}.grain-texture:before{background-image:radial-gradient(circle at 25px 25px,hsla(0,0%,100%,.15) 2%,transparent 0),radial-gradient(circle at 75px 75px,hsla(0,0%,100%,.15) 2%,transparent 0);background-size:100px 100px;bottom:0;content:"";left:0;opacity:.02;pointer-events:none;position:absolute;right:0;top:0}.App{display:flex;flex-direction:column;min-height:100vh}main{background-color:var(--color-background);flex:1 1}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:rgba(0,0,0,.8);border-bottom:1px solid var(--color-border-subtle);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.logo a{color:var(--color-text);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;transition:color .2s ease}.logo a:hover{color:var(--color-accent)}.nav{align-items:center;background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-full);display:flex;gap:.5rem;padding:.5rem}.nav-link{border-radius:var(--radius-full);color:var(--color-text);font-size:.875rem;font-weight:500;letter-spacing:.5px;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.nav-link:hover{background-color:var(--color-surface-light);color:var(--color-text)}.nav-link.active{background-color:var(--color-primary);color:var(--color-text)}.auth-section,.user-menu{align-items:center;display:flex}.user-menu{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);gap:.75rem;padding:.5rem 1rem}.user-menu span{color:var(--color-text);font-size:.875rem;font-weight:500}.user-avatar{border:2px solid var(--color-primary);border-radius:50%;height:32px;object-fit:cover;width:32px}.logout-btn{background:var(--color-primary);border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.logout-btn:hover{background:var(--color-primary-hover);transform:translateY(-1px)}@media (max-width:768px){.header-content{flex-wrap:wrap;gap:1rem;padding:0 1rem}.nav{gap:.25rem;justify-content:center;order:3;padding:.375rem;width:100%}.nav-link{font-size:.75rem;padding:.375rem .75rem}.user-menu span{display:none}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto;padding:4rem 1.5rem 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr repeat(3,1fr);margin:0 auto 3rem;max-width:1200px}.footer-section h3{color:var(--color-text);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.footer-section h4{color:var(--color-text-muted);font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.footer-section p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.7;max-width:300px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--color-text-secondary);font-size:.95rem;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid var(--color-border);margin:0 auto;max-width:1200px;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--color-text-muted);font-size:.875rem;margin:0}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:left}.footer-section p{max-width:100%}.footer-bottom{padding-top:1.5rem}}.hero{align-items:center;background-color:var(--color-background);display:flex;height:500px;justify-content:center;overflow:hidden;padding:6rem 1.5rem 4rem;position:relative;text-align:center}.hero:before{background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.85) 50%,rgba(0,0,0,.95));bottom:0;left:0;right:0;top:0}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute;z-index:1}.hero:after{background:radial-gradient(ellipse at center,rgba(144,70,255,.15) 0,transparent 70%);height:400px;left:50%;top:50%;transform:translate(-50%,-50%);width:600px}.hero-content{margin:0 auto;max-width:900px;position:relative;z-index:2}.hero h1{color:var(--color-text);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1}.hero h1,.hero h2{margin-bottom:1.5rem}.hero h2{font-size:clamp(1.25rem,4vw,1.875rem);font-weight:400;letter-spacing:-.01em}.hero h2,.hero p,.hero-subtitle{color:var(--color-text-secondary)}.hero p,.hero-subtitle{font-size:1.25rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-subtitle{margin-top:0}@media (max-width:768px){.hero{height:400px;padding:5rem 1rem 3rem}.hero p,.hero-subtitle{font-size:1.125rem}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);overflow:hidden;position:relative;transition:all .2s ease}.card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-purple);transform:translateY(-4px)}.card-image{border-radius:var(--radius-lg);height:200px;object-fit:cover;width:100%}.card-icon{align-items:center;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:var(--radius-xl);display:flex;font-size:1.5rem;height:56px;justify-content:center;margin-bottom:1.5rem;width:56px}.card-icon-image{border-radius:var(--radius-lg);height:100%;object-fit:contain;width:100%}.card-title{color:var(--color-text);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.card-description{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}.card-feature{padding:2.5rem 2rem;text-align:left}.card-feature:before{background:linear-gradient(90deg,var(--color-primary),var(--color-accent));content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.card-feature:hover:before{transform:scaleX(1)}.card-service{padding:2rem;text-align:left}.card-service .card-image{margin-bottom:1.5rem}.card-service .card-title{margin-bottom:1rem;margin-top:1rem}.card-value{padding:2rem;text-align:left}.card-value .card-title{font-size:1.125rem;margin-bottom:.75rem}.card-value .card-description{font-size:.9rem}.card-help{padding:2rem;text-align:left}.card-help .card-title{align-items:center;display:flex;font-size:1.125rem;gap:.5rem;margin-bottom:.75rem}.card-help .card-description{font-size:.9rem}.card-process{padding:2rem;text-align:center}.card-process .card-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.card-process .card-title{font-size:1.125rem;margin-bottom:.75rem}.card-process .card-description{font-size:.9rem}@media (max-width:768px){.card-feature,.card-help,.card-process,.card-service,.card-value{padding:1.5rem}}.home{min-height:100vh}.cta-section{padding:4rem 1.5rem}.cta-section:before{background:radial-gradient(ellipse at center,rgba(144,70,255,.08) 0,transparent 70%);height:400px}.cta-content{max-width:900px;z-index:1}.hero-description{color:var(--color-text-secondary);font-size:1.25rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{margin-bottom:2rem}.cta-primary,.cta-secondary{min-width:140px;text-decoration:none}.features{background-color:var(--color-background);padding:6rem 1.5rem;position:relative}.features:after{background:linear-gradient(to top,var(--color-surface),transparent);bottom:0;content:"";height:200px;left:0;pointer-events:none;position:absolute;right:0}.features-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:1}.features h3{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.features-subtitle{color:var(--color-text-secondary);font-size:1.125rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-top:3rem}@media (max-width:768px){.cta-section{padding:3rem 1rem}.features{padding:4rem 1rem}.feature-grid{gap:1.5rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{width:200px}.hero-description{font-size:1.125rem}}.about{min-height:100vh}.mission{background-color:var(--color-background);padding:6rem 1.5rem}.mission-content{margin:0 auto;max-width:1000px;padding:0 1.5rem}.mission h2{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;text-align:center}.mission-content>p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.values{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.charter{background:var(--color-surface);border-top:1px solid var(--color-border);padding:6rem 1.5rem}.charter-content{margin:0 auto;max-width:1000px;padding:0 1.5rem}.charter h2{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:3rem;text-align:center}.charter-points{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media (max-width:768px){.charter,.mission{padding:4rem 1rem}.charter-points,.values{gap:1.5rem;grid-template-columns:1fr}}.services{min-height:100vh}.service-offerings{background-color:var(--color-background);padding:6rem 1.5rem}.offerings-content{margin:0 auto;max-width:1200px;padding:0 1.5rem}.service-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));margin-top:3rem}.service-features{list-style:none;margin-top:1.5rem;padding:0;text-align:left}.service-features li{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:8px;padding-left:1.25rem;position:relative}.service-features li:before{background:var(--color-primary);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.5em;width:6px}.process{background:var(--color-surface);border-top:1px solid var(--color-border);padding:6rem 1.5rem}.process-content{margin:0 auto;max-width:1000px;padding:0 1.5rem;text-align:center}.process h2{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:3rem}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.cta-section{background-color:var(--color-background);padding:6rem 1.5rem;position:relative;text-align:center}.cta-section:before{background:radial-gradient(600px circle at 50% 50%,rgba(144,70,255,.1),transparent 60%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:800px}.cta-content{margin:0 auto;max-width:700px;padding:0 1.5rem;position:relative}.cta-section h2{color:var(--color-text);font-size:clamp(2rem,6vw,2.75rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.cta-section p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-primary,.cta-secondary{align-items:center;border:none;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-width:150px;padding:.875rem 2rem;transition:all .2s ease}.cta-primary{background:var(--color-primary);box-shadow:var(--shadow-purple);color:#fff}.cta-primary:hover{background:var(--color-primary-hover);box-shadow:0 0 30px rgba(144,70,255,.4);transform:translateY(-2px)}.cta-secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.cta-secondary:hover{background:var(--color-surface);border-color:var(--color-text);transform:translateY(-2px)}@media (max-width:768px){.cta-section,.process,.service-offerings{padding:4rem 1rem}.service-grid{gap:1.5rem;grid-template-columns:1fr}.process-steps{gap:2rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{width:200px}}.project-card-link{color:inherit;display:block;text-decoration:none}.project-card-compact{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.project-card-compact:hover{border-color:var(--color-primary);box-shadow:var(--shadow-purple);transform:translateY(-4px)}.project-card-compact.featured{border:2px solid var(--color-primary);box-shadow:0 4px 20px rgba(144,70,255,.15)}.project-card-compact.featured:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-primary));content:"";height:3px;left:0;position:absolute;right:0;top:0}.featured-badge{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:var(--radius-full);box-shadow:var(--shadow-md);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.375rem .875rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem;z-index:10}.project-card-image{border-radius:var(--radius-xl);height:200px;margin:0 0 1.5rem;overflow:hidden;width:100%}.project-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card-compact:hover .project-card-image img{transform:scale(1.05)}.project-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.project-card-icon{align-items:center;background:linear-gradient(135deg,rgba(144,70,255,.15),rgba(198,160,255,.15));border:1px solid rgba(144,70,255,.3);border-radius:var(--radius-xl);display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.project-card-status{border-radius:var(--radius-full);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.project-card-title{color:var(--color-text);font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.project-card-tagline{color:var(--color-accent);font-size:1rem;font-weight:600;margin:0 0 1rem}.project-card-description{color:var(--color-text-secondary);flex-grow:1;font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.project-card-tech{border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-top:1rem}.tech-badge-small{background:rgba(144,70,255,.1);border:1px solid rgba(144,70,255,.2);border-radius:var(--radius-full);color:var(--color-accent);font-size:.75rem;font-weight:600;padding:.375rem .75rem}.tech-badge-small.more{background:var(--color-surface-light);border-color:var(--color-border);color:var(--color-text-muted)}.project-card-footer{align-items:center;display:flex;justify-content:flex-end}.learn-more{align-items:center;color:var(--color-accent);display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;transition:all .2s ease}.project-card-compact:hover .learn-more{color:var(--color-primary);gap:.75rem}.arrow-icon{transform:rotate(-90deg);transition:transform .2s ease}.project-card-compact:hover .arrow-icon{transform:rotate(-90deg) translateX(2px)}@media (max-width:768px){.project-card-compact{padding:1.5rem}.project-card-icon{font-size:1.75rem;height:50px;width:50px}.project-card-title{font-size:1.5rem}.featured-badge{font-size:.625rem;padding:.25rem .625rem;right:.75rem;top:.75rem}}.projects-list-page{min-height:100vh}.projects-grid-section{background-color:var(--color-background);padding:4rem 1.5rem 6rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));margin:0 auto;max-width:1400px}@media (max-width:1024px){.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.projects-grid-section{padding:3rem 1rem 4rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}}.project-detail-page{background-color:var(--color-background);min-height:100vh}.breadcrumb-section{background-color:var(--color-background);padding:6rem 1.5rem 1rem}.breadcrumb-container{align-items:center;display:flex;gap:.75rem;margin:0 auto;max-width:1200px;padding:0 1.5rem}.breadcrumb-link{align-items:center;color:var(--color-text-muted);display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:var(--color-accent)}.breadcrumb-icon{height:16px;width:16px}.breadcrumb-separator{color:var(--color-text-muted);font-weight:400}.breadcrumb-current{color:var(--color-text);font-size:.9375rem;font-weight:600}.project-detail-hero{background-color:var(--color-background);padding:2rem 1.5rem 6rem}.project-detail-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.project-hero-image{border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;height:400px;margin:-2rem -2rem 2.5rem;overflow:hidden;position:relative;width:calc(100% + 4rem)}.project-hero-image:after{background:linear-gradient(to top,var(--color-background),transparent);bottom:0;content:"";height:150px;left:0;pointer-events:none;position:absolute;right:0}.project-hero-image img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.breadcrumb-section{padding:5rem 1rem .75rem}.breadcrumb-container{padding:0 .5rem}.project-detail-hero{padding:1.5rem 1rem 4rem}.project-detail-container{padding:0}.project-hero-image{height:300px;margin:-1.5rem -1.5rem 2rem;width:calc(100% + 3rem)}}.projects{min-height:100vh}.projects-hero{background-color:var(--color-background);padding:8rem 1.5rem 6rem;position:relative;text-align:center}.projects-hero:before{background:radial-gradient(600px circle at 30% 0,rgba(144,70,255,.12),transparent 50%),radial-gradient(800px circle at 70% 50%,rgba(198,160,255,.08),transparent 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.projects-content{margin:0 auto;max-width:900px;padding:0 1.5rem;position:relative}.projects-hero h1{color:var(--color-text);font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.subtitle{color:var(--color-text-secondary);font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.projects-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.project-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);overflow:hidden;transition:all .3s ease}.project-card.featured{border:2px solid var(--color-primary);box-shadow:0 10px 40px rgba(0,0,0,.3),0 0 0 1px rgba(144,70,255,.2);position:relative}.project-card.featured:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-primary));content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.6}}.project-header{align-items:flex-start;background:linear-gradient(135deg,rgba(144,70,255,.08),rgba(198,160,255,.05));border-bottom:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:1.5rem;padding:3rem 3rem 2rem}.project-icon{align-items:center;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:var(--radius-xl);box-shadow:var(--shadow-purple);display:flex;flex-shrink:0;font-size:3rem;height:80px;justify-content:center;width:80px}.project-title-section{flex:1 1;min-width:250px}.project-card h2{color:var(--color-text);font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.project-tagline{color:var(--color-text-secondary);font-size:1.125rem;font-weight:500;margin:0}.github-badge{align-items:center;background:var(--color-text);border-radius:var(--radius-full);box-shadow:var(--shadow-md);color:var(--color-background);display:inline-flex;font-weight:600;gap:.5rem;margin-left:auto;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.github-badge:hover{background:var(--color-text-secondary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.github-icon{height:20px;width:20px}.project-content{padding:3rem}.project-description{margin-bottom:2.5rem}.project-description p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7}.project-description strong{color:var(--color-accent);font-weight:600}.tech-stack{margin-bottom:2.5rem}.tech-stack h4{color:var(--color-text-muted);font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.tech-badges{display:flex;flex-wrap:wrap;gap:.75rem}.tech-badge{background:rgba(144,70,255,.1);border:1px solid rgba(144,70,255,.2);border-radius:var(--radius-full);color:var(--color-accent);font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.tech-badge:hover{background:rgba(144,70,255,.15);transform:translateY(-1px)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:2.5rem}.feature-column h4{align-items:center;color:var(--color-text);display:flex;font-size:1.125rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.feature-column ul{list-style:none;margin:0;padding:0}.feature-column li{color:var(--color-text-secondary);line-height:1.5;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.feature-column li:before{background:var(--color-success);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.5em;width:6px}.use-cases{background:rgba(144,70,255,.05);border:1px solid rgba(144,70,255,.15);border-radius:var(--radius-xl);margin-bottom:2.5rem;padding:2rem}.use-cases h4{color:var(--color-text-muted);font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.use-case-tags{display:flex;flex-wrap:wrap;gap:.75rem}.use-case-tag{background:var(--color-surface-light);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text);font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.use-case-tag:hover{border-color:var(--color-primary);color:var(--color-accent);transform:translateY(-1px)}.installation{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin-bottom:2.5rem;padding:2rem}.installation h4{color:var(--color-text-muted);font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.installation p{color:var(--color-text-secondary)}.installation a{color:var(--color-success);font-weight:600;text-decoration:underline}.installation a:hover{color:#34d399}.installation code{background:rgba(16,185,129,.1);border-radius:.25rem;color:var(--color-success);font-family:var(--font-mono);font-size:.875rem;padding:.125rem .375rem}.code-block{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:100%;overflow-x:auto;padding:1rem 1.5rem}.code-block code,.code-block pre{color:var(--color-success);font-family:var(--font-mono);font-size:.875rem;font-weight:600;margin:0;overflow-wrap:normal;white-space:pre;word-break:normal}.project-actions{border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.5rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:180px;padding:.875rem 2rem;text-decoration:none;transition:all .2s ease}.btn-primary{background:var(--color-primary);box-shadow:var(--shadow-purple);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:0 0 30px rgba(144,70,255,.4);transform:translateY(-2px)}.btn-secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.btn-secondary:hover{background:var(--color-surface);border-color:var(--color-text);transform:translateY(-2px)}.btn-icon{height:18px;width:18px}.more-projects{background:var(--color-surface);border-top:1px solid var(--color-border);padding:6rem 1.5rem;text-align:center}.more-projects-content{margin:0 auto;max-width:700px;padding:0 1.5rem}.more-projects h3{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.more-projects p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.6}@media (max-width:1024px){.project-header{align-items:center;flex-direction:column;text-align:center}.github-badge{margin-left:0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:768px){.projects-hero{padding:6rem 1rem 4rem}.project-header{padding:2rem 1.5rem 1.5rem}.project-content{padding:2rem 1.5rem}.project-icon{font-size:2.5rem;height:64px;width:64px}.project-card h2{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.project-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.more-projects{padding:4rem 1rem}.installation{padding:1.5rem 1rem}.code-block{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:.75rem 1rem}.code-block code,.code-block pre{font-size:.75rem;line-height:1.5}}.support-page{background-color:var(--color-background);min-height:100vh}.support-container{margin:0 auto;max-width:900px;padding:8rem 1.5rem 6rem;position:relative}.support-section{margin-bottom:4rem}.support-section h2{color:var(--color-text);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.support-section p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:1rem}.contact-info{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);padding:3rem}.contact-method{align-items:flex-start;display:flex;gap:2rem;margin-top:2rem}.contact-icon{flex-shrink:0;font-size:3rem;line-height:1}.contact-details{flex:1 1}.contact-details h3{color:var(--color-text);font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1rem}.support-email{color:var(--color-accent);display:inline-block;font-size:1.5rem;font-weight:600;position:relative;text-decoration:none;transition:all .2s ease}.support-email:after{background:var(--color-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.support-email:hover{color:var(--color-primary)}.support-email:hover:after{transform:scaleX(1)}.contact-description{color:var(--color-text-secondary);font-size:1rem;margin-top:1rem}.help-topics{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}@media (max-width:768px){.support-container{padding:6rem 1rem 4rem}.contact-info{padding:2rem}.contact-method{flex-direction:column;gap:1rem}.support-email{font-size:1.25rem}.help-topics{gap:1.25rem;grid-template-columns:1fr}.support-section{margin-bottom:3rem}}.privacy-page{background-color:var(--color-background);min-height:100vh;padding:8rem 1.5rem 6rem;position:relative}.privacy-page:before{background:radial-gradient(600px circle at 20% 0,rgba(144,70,255,.1),transparent 50%),radial-gradient(800px circle at 80% 80%,rgba(198,160,255,.08),transparent 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.privacy-container{margin:0 auto;max-width:900px;position:relative}.privacy-container h1{color:var(--color-text);font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:2rem;text-align:center}.privacy-content{color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.last-updated{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);padding-bottom:2rem;text-align:center}.last-updated,.privacy-section{margin-bottom:3rem}.privacy-section h2{color:var(--color-text);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;margin-top:2rem}.privacy-section h3{color:var(--color-text);font-size:1.375rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem;margin-top:1.5rem}.privacy-section p{line-height:1.7;margin-bottom:1rem}.privacy-section ul{list-style:none;margin-bottom:1rem;padding-left:0}.privacy-section ul li{line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.privacy-section ul li:before{background:var(--color-primary);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.6em;width:6px}.privacy-section ul li strong{color:var(--color-text);font-weight:600}.privacy-section a{color:var(--color-accent);font-weight:500;text-decoration:none;transition:all .2s ease}.privacy-section a:hover{color:var(--color-primary);text-decoration:underline}.contact-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);margin:1.5rem 0;padding:2rem}.contact-box p{margin-bottom:.75rem}.contact-box p:last-child{margin-bottom:0}.contact-box a{color:var(--color-accent);font-weight:600}.response-time{color:var(--color-text-muted);font-style:italic;margin-top:1rem}.policy-footer{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:2rem;text-align:center}.policy-footer p{color:var(--color-text-muted);margin-bottom:1rem}.footer-links{font-size:.95rem}.footer-links a{color:var(--color-accent);font-weight:500;text-decoration:none;transition:all .2s ease}.footer-links a:hover{color:var(--color-primary);text-decoration:underline}@media (max-width:768px){.privacy-page{padding:6rem 1rem 4rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.25rem}.contact-box{padding:1.5rem}}
/*# sourceMappingURL=main.66061474.css.map*/