@import url(https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap);:root{--bg:#0a0f1e;--bg2:#0d1424;--bg3:#111827;--cyan:#00d4ff;--cyan-dim:#00d4ff26;--cyan-glow:#00d4ff66;--white:#e8eaf6;--white-dim:#e8eaf699;--white-muted:#e8eaf64d;--border:#00d4ff1f;--glass:#0d1424bf;--card-bg:#0d1424cc;--shadow:0 4px 24px #0000004d;--font-mono:"Space Mono",monospace;--font-body:"DM Sans",sans-serif;--radius:12px;--transition:0.3s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:#0a0f1e;background:var(--bg);color:#e8eaf6;color:var(--white);font-family:DM Sans,sans-serif;font-family:var(--font-body);font-weight:400;line-height:1.6;overflow-x:hidden;transition:background .4s ease,color .4s ease}#scroll-progress{background:linear-gradient(90deg,#00d4ff,#7c3aed);background:linear-gradient(90deg,var(--cyan),#7c3aed);box-shadow:0 0 8px #00d4ff66;box-shadow:0 0 8px var(--cyan-glow);height:2px;left:0;position:fixed;top:0;transition:width .1s linear;width:0;z-index:9999}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:none}section{padding:96px 0}.container{margin:0 auto;max-width:1100px;padding:0 24px}.section-label{color:#00d4ff;color:var(--cyan);font-size:11px;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.section-label,.section-title{font-family:Space Mono,monospace;font-family:var(--font-mono)}.section-title{color:#e8eaf6;color:var(--white);font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15;margin-bottom:16px}.section-title span{color:#00d4ff;color:var(--cyan)}a{color:inherit;text-decoration:none}img{max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d1424;background:var(--bg2)}::-webkit-scrollbar-thumb{background:#00d4ff1f;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00d4ff26;background:var(--cyan-dim)}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.featured-projects{grid-gap:32px;display:grid;gap:32px;margin-bottom:56px}.featured-project{background:linear-gradient(135deg,#101c2d,#0b1220);border:1px solid var(--border);border-radius:18px;min-width:0;overflow:hidden}.featured-project-heading{align-items:center;border-bottom:1px solid var(--border);color:#a5b3c7;display:flex;font:11px var(--font-mono);gap:16px;padding:22px 28px}.featured-project-number,.featured-project-type{color:var(--project-accent)}.featured-project-type{margin-left:auto;white-space:nowrap}.featured-project-content{grid-gap:32px;display:grid;gap:32px;grid-template-columns:.85fr 1.15fr;padding:32px 28px}.featured-project-copy,.project-gallery{min-width:0}.featured-project-copy h3{font:700 clamp(24px,3vw,30px)/1.2 var(--font-mono);letter-spacing:-.04em;margin-bottom:12px}.featured-project-tagline{color:var(--project-accent);font-size:17px;line-height:1.5;margin-bottom:16px}.featured-project-description{color:#aab7ca;font-size:14px;line-height:1.8}.project-features{grid-gap:16px;display:grid;gap:16px;list-style:none;margin-top:24px}.project-features li{border-left:2px solid var(--project-accent);padding-left:14px}.project-features h4{color:#dce5f1;font-size:13px;margin-bottom:3px}.project-features p{color:#aab7ca;font-size:13px;line-height:1.65}.project-preview{background:#182333;border:1px solid #344256;border-radius:10px;color:#dce5f1;display:block;overflow:hidden;position:relative;text-align:left;width:100%}.project-preview-chrome{align-items:center;display:flex;gap:5px;padding:10px 12px}.project-preview-chrome>span:not(.project-preview-name){background:#637083;border-radius:50%;height:5px;width:5px}.project-preview-name{font:9px var(--font-mono);margin-left:8px}.project-preview img{aspect-ratio:912/502;background:#f4f5f6;display:block;height:auto;object-fit:contain;width:100%}.project-preview-hint{color:var(--project-accent);display:block;font:10px var(--font-mono);padding:10px 12px;text-align:right}.project-preview:hover{border-color:var(--project-accent)}.project-gallery figcaption{color:#afbdcf;display:flex;font-size:12px;gap:12px;justify-content:space-between;padding:12px 0}.project-gallery figcaption>span:last-child{flex-shrink:0;font-family:var(--font-mono)}.project-thumbnails{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,minmax(0,1fr))}.project-thumbnail{border:2px solid #0000;border-radius:5px;display:block;opacity:.6;padding:3px;transition:opacity .2s,border-color .2s}.project-thumbnail:hover,.project-thumbnail[aria-pressed=true]{opacity:1}.project-thumbnail[aria-pressed=true]{border-color:var(--project-accent)}.project-thumbnail img{aspect-ratio:912/502;background:#f4f5f6;border-radius:2px;display:block;height:auto;object-fit:contain;width:100%}.project-gallery-link{color:var(--project-accent);display:flex;font:11px var(--font-mono);justify-content:space-between;padding:16px 0 0;text-align:left;width:100%}.project-stack{background:#080f1a55;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:24px 32px;padding:24px 28px}.project-stack-group{flex:1 1 200px}.project-stack h4{color:#93a4ba;font:10px var(--font-mono);letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.project-stack ul{display:flex;flex-wrap:wrap;gap:6px;list-style:none}.project-stack li{border:1px solid #2a394e;border-radius:4px;color:#d6e0ec;font:10px var(--font-mono);padding:6px 9px}.project-stack-note{color:#93a4ba;font-size:12px;width:100%}.project-viewer{background:#0d1424;border:1px solid #3d4c60;border-radius:14px;box-shadow:0 32px 100px #0009;color:#e8eaf6;margin:auto;max-height:calc(100dvh - 32px);overflow:auto;padding:20px;width:min(1100px,calc(100% - 32px))}.project-viewer::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030710e8}.project-viewer-controls,.project-viewer-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.project-viewer-header{margin-bottom:16px}.project-viewer-header h3{font:700 16px var(--font-mono)}.project-viewer figure img{background:#060c15;display:block;height:auto;max-height:calc(100dvh - 210px);object-fit:contain;width:100%}.project-viewer figcaption{color:#c1cddd;font-size:13px;padding:14px 0}.project-control{border:1px solid #3d4c60;border-radius:6px;color:#e8eaf6;font:11px var(--font-mono);min-height:44px;padding:10px 12px}.project-control:hover{background:#00d4ff0a;border-color:var(--cyan)}.project-viewer-controls>span{color:#afbdcf;font:11px var(--font-mono)}.featured-project button:focus-visible,.project-viewer button:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.other-projects-title{font:700 18px var(--font-mono);margin-bottom:24px}@media (max-width:800px){.featured-project-content{gap:28px;grid-template-columns:1fr}.project-thumbnails{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:480px){.featured-project-heading{font-size:10px;gap:10px;padding:18px}.featured-project-type{display:none}.featured-project-content,.project-stack{padding:24px 18px}.project-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.project-viewer{padding:14px;width:calc(100% - 16px)}.project-viewer-header h3{font-size:13px}.project-control{font-size:10px;padding:10px}}@media (prefers-reduced-motion:reduce){.project-thumbnail{transition:none}}.featured-project--mobile .project-preview{border-radius:18px;margin-inline:auto;max-width:240px}.featured-project--mobile .project-preview-chrome{display:none}.featured-project--mobile .project-preview img{aspect-ratio:auto;background:#f4f5f6;height:auto}.featured-project--mobile .project-preview-hint{text-align:center}.featured-project--mobile .project-thumbnails{grid-template-columns:repeat(6,minmax(0,1fr))}.featured-project--mobile .project-thumbnail img{aspect-ratio:9/20}.project-repository-link{align-items:center;border:1px solid var(--project-accent);border-radius:6px;color:var(--project-accent);display:inline-flex;font:11px var(--font-mono);gap:12px;margin-top:24px;padding:12px 16px}.project-repository-link:hover{background:#ffffff08}.project-repository-link:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.project-viewer--mobile{width:min(560px,calc(100% - 32px))}.project-viewer--mobile figure img{height:auto;margin-inline:auto;max-height:calc(100dvh - 230px);max-width:100%;width:auto}@media (max-width:480px){.featured-project--mobile .project-thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-project--mobile .project-thumbnail img{max-height:130px}}.project-demo-video{aspect-ratio:384/848;background:#060c15;border:1px solid #344256;border-radius:18px;display:block;height:auto;margin-inline:auto;width:min(100%,240px)}.project-media-switch{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.project-media-switch button{border:1px solid #344256;border-radius:6px;color:#afbdcf;font:11px var(--font-mono);min-height:44px;padding:10px 14px}.project-media-switch button[aria-pressed=true]{background:#ffffff08;border-color:var(--project-accent);color:var(--project-accent)}.project-demo-video:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}[data-project]{scroll-margin-top:88px}[data-project].project-link-target,[data-project]:target{border-radius:18px;opacity:1!important;outline:1px solid var(--cyan);outline-offset:4px;transform:none!important;transition:none!important}.project-share{margin-bottom:16px;margin-top:20px}.project-share-actions{display:flex;flex-wrap:wrap;gap:8px}.project-share-actions a,.project-share-actions button{align-items:center;border:1px solid #344256;border-radius:6px;color:#dce5f1;display:inline-flex;font:11px var(--font-mono);min-height:44px;padding:10px 12px}.project-share-actions a:hover,.project-share-actions button:hover{border-color:var(--cyan);color:var(--cyan)}.project-share-actions a:focus-visible,.project-share-actions button:focus-visible,.project-share-url:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.project-share-status{color:#aab7ca;display:block;font-size:12px;margin-top:6px;min-height:20px}.project-share-url{background:#080f1a;border:1px solid #344256;border-radius:4px;color:#e8eaf6;display:block;font-size:13px;padding:10px;width:100%}
/*# sourceMappingURL=main.3f9cc0eb.css.map*/