:root{--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"Fira Code", source-code-pro, Menlo, Monaco, Consolas, monospace;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-tertiary:#e2e8f0;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-primary:#4f46e5;--accent-primary-hover:#4338ca;--accent-secondary:#0d9488;--accent-secondary-hover:#0f766e;--accent-glow:#4f46e526;--border-color:#cbd5e1;--glass-bg:#ffffffbf;--glass-border:#fff6;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}[data-theme=dark]{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-tertiary:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#64748b;--accent-primary:#6366f1;--accent-primary-hover:#818cf8;--accent-secondary:#14b8a6;--accent-secondary-hover:#2dd4bf;--accent-glow:#6366f159;--border-color:#334155;--glass-bg:#0f172abf;--glass-border:#ffffff14;--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;--shadow-lg:0 20px 25px -5px #0009, 0 10px 10px -5px #0006}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-normal), color var(--transition-normal);-webkit-tap-highlight-color:transparent;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:padding-box padding-box;border:2px solid #0000;border-radius:5px;transition:background .3s}html:hover ::-webkit-scrollbar-thumb{background:var(--border-color);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-clip:padding-box;background:var(--text-muted)!important}::selection{background:var(--accent-primary);color:#fff}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}section{padding:3.5rem 0}.section-title{text-align:center;background:linear-gradient(135deg, var(--text-primary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:1.75rem;font-weight:800;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));border-radius:2px;width:50px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.btn{cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:9999px;align-items:center;gap:.5rem;min-height:44px;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn-primary:hover{background:var(--accent-primary-hover);box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--border-color);transform:translateY(-2px)}.btn-accent{background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));color:#fff}.btn-accent:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.glow-blur{background:var(--accent-primary);filter:blur(80px);opacity:.15;pointer-events:none;z-index:-1;border-radius:50%;width:200px;height:200px;position:absolute}.glow-secondary{background:var(--accent-secondary)}.grid-2,.grid-3{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=480px){.container{padding:0 1.25rem}}@media (width>=640px){section{padding:4.5rem 0}.section-title{margin-bottom:2.5rem;font-size:2rem}.section-title:after{width:55px}.btn{padding:.75rem 1.5rem;font-size:.95rem}}@media (width>=768px){.container{padding:0 1.5rem}.glow-blur{width:250px;height:250px}}@media (width>=968px){.container{padding:0 2rem}section{padding:6rem 0}.section-title{margin-bottom:3rem;font-size:2.5rem}.section-title:after{width:60px}.grid-2{grid-template-columns:repeat(2,1fr);gap:2.5rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}.glow-blur{filter:blur(120px);width:300px;height:300px}}.view-more-card{cursor:pointer;text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:280px;padding:2rem;transition:all var(--transition-normal)!important;background:#6366f108!important;border:1px dashed #6366f14d!important;display:flex!important}.view-more-card:hover{transform:translateY(-5px);border:1px solid var(--accent-primary)!important;background:#6366f114!important;box-shadow:0 0 25px #6366f140!important}.view-more-icon-wrapper{width:64px;height:64px;color:var(--accent-primary);transition:all var(--transition-normal);background:#6366f11a;border:1px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;display:flex}.view-more-card:hover .view-more-icon-wrapper{background:var(--accent-primary);color:#020617;transform:scale(1.1);box-shadow:0 0 15px #6366f180}@keyframes skeleton-pulse{0%,to{opacity:.65}50%{opacity:.35}}.skeleton-pulse{background:var(--bg-tertiary);border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-card{border-radius:16px;flex-direction:column;gap:1rem;width:100%;min-height:250px;padding:1.5rem;display:flex}.skeleton-header{width:40%;height:24px}.skeleton-image{width:100%;height:140px}.skeleton-title{width:70%;height:28px}.skeleton-subtitle{width:50%;height:18px}.skeleton-text{width:100%;height:14px}.skeleton-text-short{width:85%;height:14px}.skeleton-footer{width:100%;height:36px;margin-top:auto}@keyframes spin{to{transform:rotate(360deg)}}.spinner-mini{vertical-align:middle;border:2px solid #fff3;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite spin;display:inline-block}.loader-container{color:#f8fafc;z-index:99999;background-color:#020617;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s;display:flex;position:fixed;top:0;left:0}.loader-container.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loader-content{flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:400px;display:flex}.loader-logo{font-family:var(--font-mono);letter-spacing:-1px;align-items:center;gap:.25rem;font-size:2.5rem;font-weight:700;display:flex}.logo-brackets{color:#6366f1;animation:1.5s ease-in-out infinite pulse-brackets}.logo-name{color:#f8fafc;font-family:var(--font-sans)}.progress-bar-container{background-color:#1e293b;border:1px solid #ffffff0d;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#6366f1,#14b8a6);border-radius:3px;height:100%;transition:width .1s linear;box-shadow:0 0 10px #6366f180}.loader-info{font-family:var(--font-mono);flex-direction:column;align-items:center;gap:.5rem;width:100%;font-size:.85rem;display:flex}.loader-percentage{color:#14b8a6;font-size:1.25rem;font-weight:600}.loader-log{color:#94a3b8;text-align:center;min-height:1.25rem}@keyframes pulse-brackets{0%,to{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.navbar{z-index:1000;width:95%;max-width:1200px;height:3.5rem;transition:top var(--transition-normal), background-color var(--transition-normal), border-color var(--transition-normal);border-radius:9999px;align-items:center;padding:0 1rem;display:flex;position:fixed;top:.5rem;left:50%;transform:translate(-50%)}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-logo{font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:.15rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.nav-logo .logo-brackets{color:var(--accent-primary)}.nav-logo .logo-text{font-family:var(--font-sans)}.nav-actions{align-items:center;gap:.5rem;display:flex}.nav-action-btn{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;font-family:var(--font-mono);transition:all var(--transition-fast);border-radius:9999px;align-items:center;gap:.35rem;min-height:36px;padding:.4rem .7rem;font-size:.72rem;font-weight:600;display:flex}.nav-action-btn:hover{background:var(--accent-secondary);color:#fff;border-color:var(--accent-secondary)}.ai-guidelines-btn:hover{color:#fff;background:#0d9488;border-color:#0d9488}.active-nav-btn{box-shadow:0 0 12px color-mix(in srgb, var(--accent-primary) 40%, transparent);background:var(--accent-primary)!important;border-color:var(--accent-primary)!important;color:#fff!important}.theme-toggle{color:var(--text-primary);cursor:pointer;width:2.1rem;height:2.1rem;transition:background-color var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:36px;min-height:36px;display:flex}.theme-toggle:hover{background:#ffffff1a}[data-theme=light] .theme-toggle:hover{background:#0000000d}.sun-icon{color:#fbbf24;animation:12s linear infinite spin-sun}.moon-icon{color:#818cf8}.hamburger-toggle{color:var(--text-primary);cursor:pointer;width:2.25rem;height:2.25rem;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin-left:.15rem;display:flex}.hamburger-toggle:hover{background:#ffffff1a;transform:scale(1.05)}[data-theme=light] .hamburger-toggle:hover{background:#0000000d}.hamburger-toggle.open{color:var(--accent-primary)}.nav-overlay{z-index:999;width:100vw;height:100vh;animation:fadeIn var(--transition-normal) forwards;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.nav-overlay.glass-opaque{-webkit-backdrop-filter:blur(25px);background:#0f172af0}[data-theme=light] .nav-overlay.glass-opaque{background:#f8fafcf0}.nav-overlay-links{-webkit-overflow-scrolling:touch;flex-direction:column;align-items:center;gap:.75rem;width:90%;max-width:600px;max-height:80vh;padding:1.5rem 0;display:flex;overflow-y:auto}.nav-overlay-link{color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-normal);text-align:center;letter-spacing:-.02em;background:0 0;border:none;border-radius:9999px;width:100%;padding:.4rem 2rem;font-size:1.6rem;font-weight:700;position:relative}.nav-overlay-link:hover,.nav-overlay-link:active{color:var(--text-primary);background:#ffffff0f;transform:scale(1.05)}[data-theme=light] .nav-overlay-link:hover{background:#0000000a}.nav-overlay-link.active{color:var(--accent-primary);transform:scale(1.03)}.nav-overlay-link.active:after{content:"";background:var(--accent-primary);width:1.75rem;height:3px;box-shadow:0 0 10px var(--accent-primary);border-radius:9999px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-sun{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-lbl{display:none}@media (width>=768px){.navbar{width:90%;height:4rem;padding:0 1.5rem;top:1rem}.nav-logo{font-size:1.25rem}.nav-actions{gap:.75rem}}@media (width>=900px){.btn-lbl{display:inline}.nav-action-btn{padding:.4rem .8rem;font-size:.75rem}.navbar{padding:0 2rem}}@media (width>=968px){.nav-overlay-links{gap:1.25rem;padding:2rem 0}.nav-overlay-link{padding:.5rem 2.5rem;font-size:2.25rem}.nav-overlay-link:hover{letter-spacing:.04em;transform:scale(1.08)}}.footer{border-top:1px solid var(--border-color);background-color:var(--bg-secondary);z-index:10;margin-top:3rem;padding:2.5rem 0 1.5rem;position:relative}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-brand{flex-direction:column;gap:.75rem;display:flex}.footer-logo{font-family:var(--font-mono);color:var(--accent-primary);font-size:1.3rem;font-weight:700}.footer-brand p{color:var(--text-secondary);max-width:100%;font-size:.9rem}.footer-links-quick{color:var(--text-muted);margin-top:.5rem;font-size:.82rem}.footer-links-quick button{color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;min-height:36px;padding:0;font-size:.82rem}.footer-links-quick button:hover{color:var(--accent-primary);text-decoration:underline}.footer-spec,.footer-typography{flex-direction:column;gap:1rem;display:flex}.spec-header{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.spec-header h4{font-size:1rem;font-weight:700}.spec-icon{color:var(--accent-primary)}.color-swatches{flex-direction:column;gap:.6rem;display:flex}.color-swatch-wrapper{cursor:pointer;transition:background var(--transition-fast);border-radius:8px;align-items:center;gap:.75rem;min-height:40px;padding:.35rem;display:flex}.color-swatch-wrapper:hover{background:#ffffff14}[data-theme=light] .color-swatch-wrapper:hover{background:#0000000a}.color-swatch{border:1px solid var(--border-color);border-radius:6px;flex-shrink:0;width:2rem;height:2rem}.swatch-label{flex-direction:column;display:flex}.swatch-name{color:var(--text-primary);font-size:.82rem;font-weight:600}.typo-specs{flex-direction:column;gap:.75rem;display:flex}.typo-spec-item{flex-direction:column;gap:.2rem;display:flex}.typo-spec-item h5{color:var(--text-primary);font-size:.9rem;font-weight:600}.typo-spec-item p{color:var(--text-secondary);font-size:.78rem}.font-outfit h5{font-family:Outfit,sans-serif}.font-fira h5{font-family:Fira Code,monospace}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);padding-top:1.25rem;font-size:.8rem}@media (width>=640px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width>=900px){.footer{margin-top:6rem;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1.25fr 1.25fr;gap:3rem;margin-bottom:3rem}.footer-brand p{max-width:320px}.footer-logo{font-size:1.5rem}}.hero-section{align-items:center;min-height:calc(100dvh - 4rem);padding:6rem 0 3rem;display:flex;position:relative}.hero-container{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.hero-content{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.hero-profile-container{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.25rem;display:flex}.hero-profile-frame{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));width:80px;height:80px;box-shadow:0 8px 24px var(--accent-glow);transition:all var(--transition-normal);z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:flex;position:relative}.hero-profile-frame:hover{box-shadow:0 16px 36px var(--accent-glow);transform:translateY(-4px)scale(1.05)}.hero-profile-img{object-fit:cover;border:3px solid var(--bg-primary);background:var(--bg-secondary);width:100%;height:100%;transition:border-color var(--transition-normal);border-radius:50%}.hero-profile-frame:hover .hero-profile-img{border-color:var(--bg-secondary)}.hero-profile-glow{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));filter:blur(16px);opacity:.35;z-index:-1;width:100%;height:100%;transition:all var(--transition-normal);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-profile-frame:hover .hero-profile-glow{filter:blur(24px);opacity:.65;width:110%;height:110%}.hero-badge{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--accent-secondary);border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-pulse{background:var(--accent-secondary);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.5s ease-in-out infinite pulse-badge}.hero-title{letter-spacing:-1.5px;font-size:2.1rem;font-weight:850;line-height:1.2}.highlight-text{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.typing-container{color:var(--text-secondary);letter-spacing:-.5px;font-size:1.4rem;font-weight:700}.typed-text{color:var(--text-primary)}.typed-cursor{color:var(--accent-primary);animation:.8s infinite blink-cursor}.hero-description{color:var(--text-secondary);max-width:100%;font-size:.95rem;line-height:1.6}.hero-ctas{flex-wrap:wrap;gap:.75rem;width:100%;display:flex}.hero-ctas .btn{flex:auto;justify-content:center;min-width:120px}.youtube-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.coffee-btn:hover{color:#fff;background:#f59e0b;border-color:#f59e0b}.itchio-btn:hover{color:#fff;background:#fa5c5c;border-color:#fa5c5c}.instagram-btn:hover{color:#fff;background:#e1306c;border-color:#e1306c}.hero-secondary-actions{flex-wrap:wrap;gap:.75rem;width:100%;margin-top:.25rem;display:flex}.hero-secondary-actions .btn{flex:auto;justify-content:center}.hero-cards{flex-direction:column;gap:1rem;display:flex}.hero-card{cursor:pointer;transition:all var(--transition-normal);border-radius:16px;padding:1.25rem}.hero-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{width:2.5rem;height:2.5rem;transition:transform var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.hero-card:hover .card-icon{transform:scale(1.1)}.card-code .card-icon{color:var(--accent-primary);background:#6366f126}.card-design .card-icon{color:var(--accent-secondary);background:#14b8a626}.card-video .card-icon{color:#f97316;background:#f9731626}.hero-card h3{margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.hero-card p{color:var(--text-secondary);font-size:.85rem}@keyframes pulse-badge{0%{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.9)}}@keyframes blink-cursor{0%,to{opacity:0}50%{opacity:1}}@media (width>=480px){.hero-title{letter-spacing:-1.5px;font-size:2.5rem}.typing-container{font-size:1.65rem}.hero-profile-frame{width:95px;height:95px}}@media (width>=640px){.hero-title{font-size:2.9rem}.typing-container{font-size:2rem}.hero-badge{font-size:.85rem}.hero-description{font-size:1rem}.hero-ctas .btn,.hero-secondary-actions .btn{flex:0 auto}}@media (width>=968px){.hero-container{grid-template-columns:1.2fr .8fr;gap:4rem}.hero-title{letter-spacing:-2px;font-size:3.5rem}.typing-container{letter-spacing:-1px;font-size:2.5rem}.hero-profile-frame{width:120px;height:120px}.hero-description{max-width:550px;font-size:1.15rem}.hero-card{padding:1.5rem}.hero-card:hover{transform:translate(10px)translateY(-5px)}.card-icon{width:3rem;height:3rem;margin-bottom:1rem}.hero-card h3{font-size:1.25rem}.hero-card p{font-size:.9rem}}.whatido-section{position:relative}.section-subtitle{text-align:center;color:var(--text-secondary);margin-top:-2rem;margin-bottom:4rem;font-size:1rem}.google-grid{grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.google-block{cursor:pointer;transition:all var(--transition-normal);border-radius:16px;max-height:5.5rem;padding:1.5rem;overflow:hidden}.google-block.expanded{border-color:var(--accent-primary);max-height:40rem;box-shadow:var(--shadow-lg)}.block-header{justify-content:space-between;align-items:center;width:100%;display:flex}.block-icon-title{text-align:left;align-items:center;gap:1.5rem;display:flex}.block-icon{background:var(--bg-tertiary);width:3.25rem;height:3.25rem;color:var(--accent-primary);transition:all var(--transition-fast);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.google-block:hover .block-icon{background:var(--accent-primary);color:#fff;transform:scale(1.05)}.block-heading-info h3{color:var(--text-primary);font-size:1.25rem;font-weight:700}.block-summary{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.expand-arrow{color:var(--text-muted);cursor:pointer;width:2rem;height:2rem;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.expand-arrow .rotate-180{color:var(--accent-primary);transform:rotate(180deg)}.block-dropdown-content{opacity:0;transition:opacity var(--transition-normal) .1s, transform var(--transition-normal) .1s;pointer-events:none;margin-top:1.5rem;transform:translateY(-10px)}.google-block.expanded .block-dropdown-content{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-divider{background-color:var(--border-color);height:1px;margin-bottom:1.5rem}.details-grid{text-align:left;grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.details-list h4,.tools-badge-container h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1rem;font-weight:700}.details-list ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.details-list li{color:var(--text-secondary);padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.details-list li:before{content:"→";color:var(--accent-secondary);font-weight:700;position:absolute;left:0}.tools-badges{flex-wrap:wrap;gap:.5rem;display:flex}.tool-badge{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);transition:all var(--transition-fast);border-radius:9999px;padding:.4rem .8rem;font-size:.8rem;font-weight:500}.tool-badge:hover{background:var(--accent-secondary);color:#fff;border-color:var(--accent-secondary)}@media (width<=768px){.google-block{max-height:7.5rem}.block-summary{display:none}.details-grid{grid-template-columns:1fr;gap:1.5rem}.google-block.expanded{max-height:60rem}}@media (width<=480px){.google-block{padding:1rem}}.timeline-section{position:relative}.timeline-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:9999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.filter-btn:hover,.filter-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow)}.timeline-slider-outer{align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.timeline-scroll-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%;display:flex;overflow-x:auto}.timeline-scroll-container::-webkit-scrollbar{display:none}.timeline-cards-track{gap:1rem;padding:2rem calc(50% - 135px);display:flex}.timeline-card-wrapper{scroll-snap-align:center;transition:all var(--transition-normal);opacity:.35;filter:blur(1px) scale(.92);flex:0 0 270px;display:flex}.timeline-card-wrapper.active{opacity:1;filter:blur(0px) scale(1)}.timeline-card{width:100%;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative}.timeline-card-wrapper.active .timeline-card{border-color:var(--accent-primary);box-shadow:var(--shadow-lg)}.timeline-card-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.timeline-card-icon{background:var(--bg-secondary);border:2px solid var(--border-color);width:2.75rem;height:2.75rem;color:var(--text-primary);transition:all var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;display:flex}.timeline-card-wrapper.active .timeline-card-icon{background:var(--accent-glow);color:var(--accent-primary);border-color:var(--accent-primary)}.timeline-date{color:var(--accent-secondary);font-family:var(--font-mono);align-items:center;gap:.35rem;font-size:.85rem;font-weight:750;display:inline-flex}.timeline-card h3{font-size:1.25rem;font-weight:850;line-height:1.3}.timeline-card h4{color:var(--text-secondary);font-size:.95rem;font-weight:600}.timeline-card-description{color:var(--text-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.timeline-description-container{flex-direction:column;display:flex}.view-more-btn{color:var(--accent-primary);font-family:var(--font-sans);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;outline:none;align-self:flex-start;margin-top:.5rem;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline}.view-more-btn:hover{color:var(--accent-primary-hover)}.milestone-badge{text-transform:uppercase;letter-spacing:1px;background:var(--bg-tertiary);color:var(--text-secondary);border-radius:9999px;align-self:flex-start;margin-top:auto;padding:.25rem .75rem;font-size:.7rem;font-weight:700}.timeline-card-wrapper.active .milestone-badge{background:var(--accent-primary);color:#fff}.type-work.timeline-card-wrapper.active .timeline-card-icon{color:var(--accent-primary);border-color:var(--accent-primary);background:#6366f126}.type-education.timeline-card-wrapper.active .timeline-card-icon{color:var(--accent-secondary);border-color:var(--accent-secondary);background:#14b8a626}.type-life.timeline-card-wrapper.active .timeline-card-icon{color:#f97316;background:#f9731626;border-color:#f97316}.timeline-nav-btn{cursor:pointer;z-index:10;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);width:3rem;height:3rem;color:var(--text-primary);transition:all var(--transition-fast);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:none;position:absolute;top:50%;transform:translateY(-50%)}.timeline-nav-btn:hover:not(:disabled){background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;box-shadow:0 4px 15px var(--accent-glow);transform:translateY(-50%)scale(1.1)}.timeline-nav-btn:disabled{opacity:.15;cursor:not-allowed}.prev-btn{left:1rem}.next-btn{right:1rem}.timeline-axis-container{width:90%;max-width:700px;margin:3.5rem auto 1rem;padding:1.5rem 0;position:relative}.timeline-axis-line{background:var(--border-color);z-index:1;border-radius:2px;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.timeline-axis-progress{background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));border-radius:2px;height:100%;transition:width .3s cubic-bezier(.25,.46,.45,.94)}.timeline-axis-nodes{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.timeline-axis-node{cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;align-items:center;gap:.5rem;padding:0;display:flex}.node-dot{background:var(--bg-primary);border:3px solid var(--border-color);width:14px;height:14px;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:50%}.timeline-axis-node.active .node-dot{border-color:var(--accent-primary);background:var(--accent-primary);box-shadow:0 0 12px var(--accent-glow);transform:scale(1.25)}.timeline-axis-node:hover .node-dot{border-color:var(--accent-primary);transform:scale(1.15)}.node-year{font-family:var(--font-mono);color:var(--text-muted);transition:all var(--transition-fast);font-size:.8rem;font-weight:700}.timeline-axis-node.active .node-year{color:var(--text-primary);font-weight:800}@media (width>=480px){.timeline-filters{margin-bottom:2.5rem}}@media (width>=640px){.timeline-card-wrapper{flex:0 0 340px}.timeline-cards-track{gap:1.5rem;padding-left:calc(50% - 170px);padding-right:calc(50% - 170px)}.timeline-card{padding:1.75rem}.timeline-filters{gap:.65rem;margin-bottom:3rem}}@media (width>=768px){.timeline-nav-btn{display:flex}.timeline-card-wrapper{flex:0 0 380px}.timeline-cards-track{gap:2rem;padding-left:calc(50% - 190px);padding-right:calc(50% - 190px)}.timeline-axis-container{width:95%}}@media (width>=968px){.timeline-card-wrapper{flex:0 0 450px}.timeline-cards-track{gap:2.5rem;padding:2.5rem calc(50% - 225px)}.timeline-card{border-radius:20px;padding:2rem}.timeline-filters{gap:.75rem;margin-bottom:4rem}.timeline-axis-container{width:90%}}.timeline-card-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);width:100%;transition:border-color var(--transition-normal);background:#0003;border-radius:12px;margin-top:.25rem;margin-bottom:.25rem;position:relative;overflow:hidden}.timeline-card-wrapper.active .timeline-card-image-wrapper{border-color:#6366f166}.timeline-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.timeline-card-wrapper.active:hover .timeline-card-image{transform:scale(1.05)}.timeline-modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:9999;width:100vw;height:100vh;animation:timeline-fade-in var(--transition-fast) forwards;background:#020617bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;left:0}.timeline-modal-content{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-lg);animation:timeline-slide-up var(--transition-normal) forwards;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow-y:auto}.timeline-modal-content::-webkit-scrollbar{width:6px}.timeline-modal-content::-webkit-scrollbar-track{background:0 0}.timeline-modal-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.timeline-modal-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.timeline-modal-close-btn{background:var(--bg-secondary);border:1px solid var(--border-color);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;z-index:10;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.timeline-modal-close-btn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:rotate(90deg)}.timeline-modal-body{text-align:left;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem 2rem;display:flex}.timeline-modal-header-info{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.timeline-modal-meta{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.timeline-modal-title{background:linear-gradient(135deg, var(--text-primary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.75rem;font-weight:850;line-height:1.25}.timeline-modal-subtitle{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.timeline-modal-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);background:#0003;border-radius:16px;width:100%;position:relative;overflow:hidden}.timeline-modal-image{object-fit:cover;width:100%;height:100%}.timeline-modal-description{color:var(--text-secondary);white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.timeline-modal-footer{border-top:1px solid var(--border-color);background:#00000005;justify-content:flex-end;padding:1.25rem 2rem;display:flex}.timeline-modal-body .milestone-badge{margin-top:0}.timeline-modal-body .milestone-badge.type-work{background:var(--accent-primary);color:#fff}.timeline-modal-body .milestone-badge.type-education{background:var(--accent-secondary);color:#fff}.timeline-modal-body .milestone-badge.type-life{color:#fff;background:#f97316}@keyframes timeline-fade-in{0%{opacity:0}to{opacity:1}}@keyframes timeline-slide-up{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.timeline-image-expand-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;width:2rem;height:2rem;transition:all var(--transition-fast);z-index:5;background:#0f172aa6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.9)}.timeline-card-image-wrapper:hover .timeline-image-expand-btn,.timeline-modal-image-wrapper:hover .timeline-image-expand-btn{opacity:1;transform:scale(1)}@media (width<=768px){.timeline-image-expand-btn{opacity:1;transform:scale(1)}}.timeline-image-expand-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 0 10px var(--accent-glow)}.timeline-image-modal-backdrop{-webkit-backdrop-filter:blur(16px);z-index:10000;width:100vw;height:100vh;animation:timeline-fade-in var(--transition-fast) forwards;background:#020617d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.timeline-image-modal-close-btn{color:#fffc;cursor:pointer;transition:all var(--transition-fast);z-index:10;background:0 0;border:none;position:absolute;top:1.5rem;right:2rem}.timeline-image-modal-close-btn:hover{color:#fff;transform:scale(1.15)}.timeline-image-modal-content{max-width:90%;max-height:85vh;animation:timeline-slide-up var(--transition-normal) forwards;flex-direction:column;align-items:center;gap:1rem;display:flex}.timeline-image-modal-img-container{background:#020617;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;max-height:70vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}.timeline-image-modal-img{object-fit:contain;max-width:100%;max-height:70vh}.timeline-image-modal-footer{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:600px;padding:.75rem 1.25rem;display:flex}.timeline-image-modal-title{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.timeline-image-modal-download-btn{cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;min-height:38px;padding:.5rem 1.25rem;font-size:.85rem;display:flex}.projects-section{position:relative}.projects-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.tab-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:9999px;min-height:40px;padding:.45rem 1rem;font-size:.85rem;font-weight:600}.tab-btn:hover,.tab-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow)}.projects-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.project-card{height:100%;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;padding:1.25rem;display:flex}.project-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.project-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.category-tag{text-transform:uppercase;letter-spacing:.5px;font-size:.68rem;font-weight:700;font-family:var(--font-mono);color:var(--text-secondary);background:#ffffff1a;border-radius:9999px;padding:.25rem .65rem}.cat-web{color:var(--accent-primary);background:#6366f126}.cat-unity{color:var(--accent-secondary);background:#14b8a626}.cat-itchio{color:#f97316;background:#f9731626}.project-links{gap:.5rem;display:flex}.proj-link-icon{background:var(--bg-tertiary);width:2rem;height:2rem;color:var(--text-primary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;min-width:36px;min-height:36px;display:flex}.proj-link-icon:hover{background:var(--accent-primary);color:#fff;transform:scale(1.1)}.proj-link-icon.accent-link:hover{background:var(--accent-secondary)}.project-card-title{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:800}.project-card-description{color:var(--text-secondary);flex-grow:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.project-tags{flex-wrap:wrap;gap:.35rem;display:flex}.project-tag{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.2rem .55rem;font-size:.72rem;font-weight:500}@media (width>=540px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.projects-tabs{margin-bottom:2.5rem}}@media (width>=968px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.projects-tabs{gap:.75rem;margin-bottom:4rem}.tab-btn{padding:.5rem 1.25rem;font-size:.9rem}.project-card{border-radius:20px;padding:1.75rem}.project-card-title{font-size:1.25rem}.project-card-description{font-size:.9rem}}.project-description-container{flex-direction:column;flex-grow:1;display:flex}.project-card-description{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.5rem;display:-webkit-box;overflow:hidden}.project-view-more-btn{color:var(--accent-primary);font-family:var(--font-sans);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;outline:none;align-self:flex-start;margin-bottom:1.25rem;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline}.project-view-more-btn:hover{color:var(--accent-primary-hover)}.project-card-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);background:#0003;border-radius:12px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.project-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.project-card-image-wrapper:hover .project-card-image{transform:scale(1.05)}.project-image-expand-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;width:2rem;height:2rem;transition:all var(--transition-fast);z-index:5;background:#0f172aa6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.9)}.project-card-image-wrapper:hover .project-image-expand-btn,.project-modal-main-image-wrapper:hover .project-image-expand-btn{opacity:1;transform:scale(1)}@media (width<=768px){.project-image-expand-btn{opacity:1;transform:scale(1)}}.project-image-expand-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 0 10px var(--accent-glow)}.project-modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:9999;width:100vw;height:100vh;animation:project-fade-in var(--transition-fast) forwards;background:#020617bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;left:0}.project-modal-content{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-lg);animation:project-slide-up var(--transition-normal) forwards;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow-y:auto}.project-modal-content::-webkit-scrollbar{width:6px}.project-modal-content::-webkit-scrollbar-track{background:0 0}.project-modal-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.project-modal-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.project-modal-close-btn{background:var(--bg-secondary);border:1px solid var(--border-color);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;z-index:10;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.project-modal-close-btn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:rotate(90deg)}.project-modal-body{text-align:left;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem 2rem;display:flex}.project-modal-meta{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.project-modal-links{gap:.5rem;display:flex}.project-modal-title{background:linear-gradient(135deg, var(--text-primary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.75rem;font-weight:850;line-height:1.25}.project-modal-gallery{flex-direction:column;gap:.75rem;width:100%;display:flex}.project-modal-main-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);background:#0003;border-radius:16px;width:100%;position:relative;overflow:hidden}.project-modal-main-image{object-fit:cover;width:100%;height:100%}.project-modal-thumbnails{flex-wrap:wrap;gap:.5rem;display:flex}.project-modal-thumbnail-wrapper{border:1px solid var(--border-color);cursor:pointer;width:60px;height:60px;transition:all var(--transition-fast);border-radius:8px;overflow:hidden}.project-modal-thumbnail-wrapper:hover{border-color:var(--accent-primary);transform:scale(1.05)}.project-modal-thumbnail{object-fit:cover;width:100%;height:100%}.project-modal-description{color:var(--text-secondary);white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.project-modal-footer{border-top:1px solid var(--border-color);background:#00000005;justify-content:flex-end;padding:1.25rem 2rem;display:flex}@keyframes project-fade-in{0%{opacity:0}to{opacity:1}}@keyframes project-slide-up{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.project-image-modal-backdrop{-webkit-backdrop-filter:blur(16px);z-index:10000;width:100vw;height:100vh;animation:project-fade-in var(--transition-fast) forwards;background:#020617d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.project-image-modal-close-btn{color:#fffc;cursor:pointer;transition:all var(--transition-fast);z-index:10;background:0 0;border:none;position:absolute;top:1.5rem;right:2rem}.project-image-modal-close-btn:hover{color:#fff;transform:scale(1.15)}.project-image-modal-content{max-width:90%;max-height:85vh;animation:project-slide-up var(--transition-normal) forwards;flex-direction:column;align-items:center;gap:1rem;display:flex}.project-image-modal-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:75vh;box-shadow:0 25px 50px -12px #000000b3}.project-image-modal-caption{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:700}.shared-page-section{min-height:calc(100vh - 100px);padding:80px 0 60px;position:relative}.shared-page-layout{margin:0 auto;max-width:1200px!important}.shared-page-header{text-align:left;margin-bottom:2.5rem}.shared-page-title-box{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.shared-page-title-box h2{color:var(--text-primary);align-items:center;gap:.75rem;font-size:2.25rem;font-weight:800;display:flex}.shared-page-subtitle{color:var(--text-secondary);font-size:1.1rem}.shared-search-filter-card{border-radius:16px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.shared-search-row{gap:1rem;width:100%;display:flex}.shared-search-input-wrapper{flex-grow:1;position:relative}.shared-search-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.shared-search-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-size:.95rem;font-family:var(--font-sans);transition:all var(--transition-fast);background:#02061766;border-radius:10px;padding:.75rem 1rem .75rem 2.75rem}.shared-search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px rgba(var(--accent-primary-rgb,99, 102, 241), .15);outline:none}.shared-clear-search-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.shared-clear-search-btn:hover{color:var(--text-primary)}.shared-filter-toggle-btn{border:1px solid var(--border-color);color:var(--text-primary);background:#02061766;border-radius:10px;align-items:center;gap:.5rem;font-weight:600;display:flex}.shared-filter-toggle-btn.active{border-color:var(--accent-primary);background:rgba(var(--accent-primary-rgb,99, 102, 241), .1);color:var(--accent-primary)}.shared-reset-filters-btn{border-radius:10px;align-items:center;gap:.5rem;display:flex}.shared-filters-panel{border-top:1px solid var(--border-color);opacity:0;grid-template-columns:1fr;gap:1.25rem;max-height:0;padding-top:1rem;transition:all .3s;display:grid;overflow:hidden}.shared-filters-panel.show{opacity:1;max-height:500px;margin-top:.5rem;padding-top:1rem}.shared-filter-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.shared-filter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.shared-filter-select{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:border-color var(--transition-fast);background:#02061766;border-radius:8px;outline:none;padding:.65rem;font-size:.9rem}.shared-filter-select:focus{border-color:var(--accent-primary)}.shared-filter-select option{color:#fff;background:#0f172a}.shared-checkbox-group{justify-content:flex-end;padding-bottom:.25rem}.shared-checkbox-label{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.shared-filter-checkbox{width:16px;height:16px;accent-color:var(--accent-primary);cursor:pointer}.shared-results-summary{color:var(--text-muted);text-align:left;font-size:.8rem;font-family:var(--font-mono)}.shared-grid-full{grid-template-columns:1fr;gap:1.5rem;display:grid}.shared-loading-box{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.shared-spinner{border:3px solid rgba(var(--accent-primary-rgb,99, 102, 241), .1);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite shared-spin}@keyframes shared-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shared-empty-box{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.shared-empty-box h3{color:var(--text-primary);font-size:1.4rem;font-weight:800}.shared-empty-box p{color:var(--text-secondary);max-width:450px;margin-bottom:.5rem}@media (width>=540px){.shared-grid-full{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.shared-filters-panel{grid-template-columns:repeat(3,1fr) auto;align-items:flex-end}}@media (width>=968px){.shared-grid-full{grid-template-columns:repeat(3,1fr);gap:2rem}}.templates-section{padding:4rem 0;position:relative}.templates-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.template-card{height:100%;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;padding:1.25rem;display:flex}.template-card:hover{border-color:#8b5cf6;transform:translateY(-5px);box-shadow:0 10px 25px #8b5cf626}.template-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cat-notion{color:#8b5cf6;background:#8b5cf626}.template-links{gap:.5rem;display:flex}.temp-link-icon{background:var(--bg-tertiary);width:2rem;height:2rem;color:var(--text-primary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;min-width:36px;min-height:36px;display:flex}.temp-link-icon:hover{color:#fff;background:#8b5cf6;transform:scale(1.1)}.temp-link-icon.accent-link:hover{background:#7c3aed}.template-card-title{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:800}.template-description-container{flex-direction:column;flex-grow:1;display:flex}.template-card-description{color:var(--text-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.template-view-more-btn{color:#8b5cf6;font-family:var(--font-sans);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;outline:none;align-self:flex-start;margin-bottom:1rem;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline}.template-view-more-btn:hover{color:#7c3aed}.template-tags{flex-wrap:wrap;gap:.35rem;margin-top:auto;display:flex}.template-tag{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.2rem .55rem;font-size:.72rem;font-weight:500}.template-card-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);background:#0003;border-radius:12px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.template-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.template-card-image-wrapper:hover .template-card-image{transform:scale(1.05)}.template-image-expand-btn{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;width:2rem;height:2rem;transition:all var(--transition-fast);z-index:5;background:#0f172aa6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.9)}.template-card-image-wrapper:hover .template-image-expand-btn,.template-modal-main-image-wrapper:hover .template-image-expand-btn{opacity:1;transform:scale(1)}@media (width<=768px){.template-image-expand-btn{opacity:1;transform:scale(1)}}.template-image-expand-btn:hover{background:#8b5cf6;border-color:#8b5cf6;box-shadow:0 0 10px #8b5cf680}@media (width>=540px){.templates-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width>=968px){.templates-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.template-card{border-radius:20px;padding:1.75rem}.template-card-title{font-size:1.25rem}.template-card-description{font-size:.9rem}}.template-modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:9999;width:100vw;height:100vh;animation:temp-fade-in var(--transition-fast) forwards;background:#020617bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;left:0}.template-modal-content{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-lg);animation:temp-slide-up var(--transition-normal) forwards;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow-y:auto}.template-modal-content::-webkit-scrollbar{width:6px}.template-modal-content::-webkit-scrollbar-track{background:0 0}.template-modal-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.template-modal-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.template-modal-close-btn{background:var(--bg-secondary);border:1px solid var(--border-color);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;z-index:10;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.template-modal-close-btn:hover{color:#fff;background:#8b5cf6;border-color:#8b5cf6;transform:rotate(90deg)}.template-modal-body{text-align:left;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem 2rem;display:flex}.template-modal-meta{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.template-modal-gallery{flex-direction:column;gap:.75rem;width:100%;display:flex}.template-modal-main-image-wrapper{aspect-ratio:16/9;border:1px solid var(--border-color);background:#0003;border-radius:16px;width:100%;position:relative;overflow:hidden}.template-modal-main-image{object-fit:cover;width:100%;height:100%}.template-modal-thumbnails{flex-wrap:wrap;gap:.5rem;display:flex}.template-modal-thumbnail-wrapper{border:1px solid var(--border-color);cursor:pointer;width:60px;height:60px;transition:all var(--transition-fast);border-radius:8px;overflow:hidden}.template-modal-thumbnail-wrapper:hover{border-color:#8b5cf6;transform:scale(1.05)}.template-modal-thumbnail{object-fit:cover;width:100%;height:100%}.template-modal-header-info{flex-direction:column;gap:.35rem;display:flex}.template-modal-title{background:linear-gradient(135deg, var(--text-primary), #8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.75rem;font-weight:850;line-height:1.25}.template-modal-description{color:var(--text-secondary);white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.template-modal-tags{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.template-modal-footer{border-top:1px solid var(--border-color);background:#00000005;justify-content:flex-end;padding:1.25rem 2rem;display:flex}.template-image-modal-backdrop{-webkit-backdrop-filter:blur(16px);z-index:10000;width:100vw;height:100vh;animation:temp-fade-in var(--transition-fast) forwards;background:#020617d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.template-image-modal-close-btn{color:#fffc;cursor:pointer;transition:all var(--transition-fast);z-index:10;background:0 0;border:none;position:absolute;top:1.5rem;right:2rem}.template-image-modal-close-btn:hover{color:#fff;transform:scale(1.15)}.template-image-modal-content{max-width:90%;max-height:85vh;animation:temp-slide-up var(--transition-normal) forwards;flex-direction:column;align-items:center;gap:1rem;display:flex}.template-image-modal-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:75vh;box-shadow:0 25px 50px -12px #000000b3}.template-image-modal-caption{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:9999px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:700}@keyframes temp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes temp-slide-up{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.gallery-section{position:relative}.gallery-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.gallery-tab-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.gallery-tab-btn:hover,.gallery-tab-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow)}.media-grid{grid-template-columns:1fr;gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.media-card{cursor:pointer;transition:all var(--transition-normal);border-radius:20px;overflow:hidden}.media-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.media-img-wrapper{aspect-ratio:16/10;background:#020617;width:100%;position:relative;overflow:hidden}.media-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.media-card:hover .media-image{transform:scale(1.05)}.media-overlay{opacity:0;width:100%;height:100%;transition:opacity var(--transition-fast);background:#02061766;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.media-card:hover .media-overlay{opacity:1}.zoom-icon{color:#fff;transition:transform var(--transition-fast);transform:scale(.9)}.media-card:hover .zoom-icon{transform:scale(1.1)}.play-button-circle{background:var(--accent-primary);color:#fff;width:3.5rem;height:3.5rem;box-shadow:0 4px 14px var(--accent-glow);transition:transform var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;transform:scale(.9)}.media-card:hover .play-button-circle{transform:scale(1.1)}.duration-tag{color:#fff;font-family:var(--font-mono);background:#020617cc;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.75rem;right:.75rem}.media-info{text-align:left;padding:1.25rem}.media-info h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:800}.media-info p{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;width:100vw;height:100vh;animation:fade-in-lightbox var(--transition-fast) forwards;background:#020617e6;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.lightbox-close{color:#fff;cursor:pointer;opacity:.7;transition:opacity var(--transition-fast);background:0 0;border:none;position:absolute;top:1.5rem;right:2rem}.lightbox-close:hover{opacity:1}.lightbox-content{flex-direction:column;align-items:center;max-width:80%;max-height:80%;display:flex;position:relative}.lightbox-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:70vh;box-shadow:0 25px 50px -12px #000c}.lightbox-caption{color:#fff;text-align:center;border-radius:12px;width:100%;max-width:600px;margin-top:1.5rem;padding:1rem 2rem}.lightbox-caption h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.lightbox-caption p{color:#94a3b8;font-size:.9rem}.video-modal-content{border-radius:20px;width:90%;max-width:800px;padding:0;overflow:hidden}.mock-video-player{aspect-ratio:16/9;background:#000;width:100%;position:relative}.player-poster{object-fit:cover;width:100%;height:100%}.player-controls{z-index:10;background:linear-gradient(#0000 0%,#000c 100%);align-items:center;gap:1rem;width:100%;padding:1rem;display:flex;position:absolute;bottom:0;left:0}.play-btn-playing{color:#fff}.timeline-scrubber{background:#ffffff40;border-radius:2px;flex-grow:1;height:4px}.scrubber-progress{background:var(--accent-primary);border-radius:2px;width:35%;height:100%}.time-display{color:#fff;font-family:var(--font-mono);font-size:.75rem}.player-glass-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#020617a6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.center-play-icon{color:var(--accent-secondary);animation:1.5s infinite pulse-brackets}.redirect-yt-btn{margin-top:.5rem}.video-details-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);width:100%;padding:1.5rem}.video-details-footer h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.video-details-footer p{color:var(--text-secondary);font-size:.9rem}@keyframes fade-in-lightbox{0%{opacity:0}to{opacity:1}}@media (width>=640px){.media-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.gallery-tabs{gap:.75rem;margin-bottom:3rem}}@media (width>=968px){.media-grid{gap:2rem}.gallery-tabs{margin-bottom:3.5rem}}.photo-albums-section{background:linear-gradient(135deg,#ea43350a 0%,#4285f40a 33%,#fbbc040a 66%,#34a8530a 100%);border:1px solid #ffffff0f;border-radius:20px;margin-bottom:2.5rem;padding:1.5rem}.photo-albums-header{margin-bottom:1.25rem}.photo-albums-title-row{align-items:center;gap:.6rem;margin-bottom:.3rem;display:flex}.photo-albums-title{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:800}.photo-albums-subtitle{color:var(--text-secondary);margin:0;font-size:.82rem}.photo-albums-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.photo-album-card{transition:all var(--transition-normal);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.photo-album-card:hover{border-color:#4285f466;transform:translateY(-5px);box-shadow:0 12px 30px #4285f433}.photo-album-cover-wrapper{aspect-ratio:4/3;background:#0003;width:100%;position:relative;overflow:hidden}.photo-album-cover{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.photo-album-card:hover .photo-album-cover{transform:scale(1.06)}.photo-album-overlay{opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#0000 40%,#020617bf 100%);justify-content:center;align-items:flex-end;padding-bottom:.75rem;display:flex;position:absolute;inset:0}.photo-album-card:hover .photo-album-overlay{opacity:1}.photo-album-open-btn{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:flex}.photo-album-badge{background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;display:flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 6px #00000040}.photo-album-info{padding:.75rem .9rem}.photo-album-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:.9rem;font-weight:700;overflow:hidden}.photo-album-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;display:-webkit-box;overflow:hidden}.media-album-badge{color:#4285f4;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;bottom:.5rem;right:.5rem;box-shadow:0 2px 6px #0003}.media-album-link{color:#4285f4;transition:all var(--transition-fast);background:#4285f414;border:1px solid #4285f433;border-radius:9999px;align-items:center;gap:.35rem;margin-top:.6rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.media-album-link:hover{background:#4285f42e;border-color:#4285f480;transform:translateY(-1px)}.lightbox-album-link{color:#4285f4;transition:all var(--transition-fast);background:#4285f41a;border:1px solid #4285f440;border-radius:9999px;align-items:center;gap:.4rem;margin-top:.75rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.lightbox-album-link:hover{background:#4285f433;transform:translateY(-1px)}@media (width>=640px){.photo-albums-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.certs-section{position:relative}.certs-grid{grid-template-columns:1fr;gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.cert-card{height:100%;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.cert-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.cert-img-container{aspect-ratio:4/3;background:var(--bg-tertiary);cursor:zoom-in;width:100%;position:relative;overflow:hidden}.cert-thumb{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.cert-card:hover .cert-thumb{transform:scale(1.03)}.cert-hover-overlay{color:#fff;opacity:0;width:100%;height:100%;transition:opacity var(--transition-fast);background:#020617b3;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;top:0;left:0}.cert-img-container:hover .cert-hover-overlay{opacity:1}.cert-details{text-align:left;flex-direction:column;flex-grow:1;padding:1rem;display:flex}.cert-issuer{color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:flex}.cert-icon{flex-shrink:0}.cert-title{color:var(--text-primary);flex-grow:1;margin-bottom:.6rem;font-size:.95rem;font-weight:800;line-height:1.4}.cert-meta{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:space-between;gap:.25rem;margin-bottom:1rem;display:flex}.cert-actions{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.btn-sm{border-radius:8px;justify-content:center;min-height:38px;padding:.45rem .9rem;font-size:.78rem}.cert-modal-content{border-radius:16px;width:95%;max-width:700px;padding:0;overflow:hidden}.cert-modal-image{object-fit:contain;background:#000;width:100%;height:auto;max-height:50vh;display:block}.cert-modal-caption{background:var(--bg-secondary);border-top:1px solid var(--border-color);text-align:left;padding:1.25rem}.cert-modal-caption h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.cert-modal-caption p{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.cert-modal-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.cert-pdf-placeholder{width:100%;height:100%;color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-normal);background:linear-gradient(135deg,#6366f126,#14b8a626);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.pdf-award-icon{color:var(--accent-primary);filter:drop-shadow(0 0 8px #6366f166);transition:transform var(--transition-normal)}.cert-img-container:hover .pdf-award-icon{transform:scale(1.15)rotate(5deg)}@media (width>=540px){.certs-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.certs-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.cert-details{padding:1.5rem}.cert-title{font-size:1.1rem}.cert-modal-caption{padding:1.5rem 2rem}.cert-modal-caption h3{font-size:1.3rem}}.badges-section{position:relative}.badges-grid{grid-template-columns:1fr;gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.badge-card{height:100%;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.badge-card:hover{border-color:#fbbf24;transform:translateY(-5px);box-shadow:0 10px 20px #fbbf2426}.badge-img-container{aspect-ratio:4/3;background:var(--bg-tertiary);cursor:zoom-in;width:100%;position:relative;overflow:hidden}.badge-thumb{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.badge-card:hover .badge-thumb{transform:scale(1.03)}.badge-hover-overlay{color:#fff;opacity:0;width:100%;height:100%;transition:opacity var(--transition-fast);background:#020617bf;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;top:0;left:0}.badge-img-container:hover .badge-hover-overlay{opacity:1}.badge-details{text-align:left;flex-direction:column;flex-grow:1;padding:1rem;display:flex}.badge-issuer{color:#fbbf24;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:flex}.badge-icon{flex-shrink:0}.badge-title{color:var(--text-primary);flex-grow:1;margin-bottom:.6rem;font-size:.95rem;font-weight:800;line-height:1.4}.badge-meta{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:space-between;gap:.25rem;margin-bottom:1rem;display:flex}.badge-actions{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.btn-badge{background:linear-gradient(135deg,#fbbf24,#d97706);border:none;font-weight:700;color:#020617!important}.btn-badge:hover{background:linear-gradient(135deg,#fcd34d,#b45309);box-shadow:0 0 12px #fbbf2466}.badge-modal-content{border-radius:16px;width:95%;max-width:700px;padding:0;overflow:hidden}.badge-modal-image{object-fit:contain;background:#000;width:100%;height:auto;max-height:50vh;display:block}.badge-modal-caption{background:var(--bg-secondary);border-top:1px solid var(--border-color);text-align:left;padding:1.25rem}.badge-modal-caption h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.badge-modal-caption p{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.badge-modal-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.badge-placeholder{width:100%;height:100%;color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-normal);background:linear-gradient(135deg,#fbbf241a,#d977061a);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.badge-modal-placeholder-box{background:linear-gradient(135deg,#fbbf2426,#d9770626);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:300px;display:flex}.badge-modal-placeholder-box h3{color:var(--text-primary);text-align:center;max-width:80%;font-size:1.3rem;font-weight:800}.badge-svg-icon{filter:drop-shadow(0 0 10px #fbbf2466);transition:transform var(--transition-normal)}.badge-img-container:hover .badge-svg-icon{transform:scale(1.15)rotate(5deg)}@media (width>=540px){.badges-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.badges-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.badge-details{padding:1.5rem}.badge-title{font-size:1.1rem}.badge-modal-caption{padding:1.5rem 2rem}.badge-modal-caption h3{font-size:1.3rem}}.view-more-card{cursor:pointer;text-align:center;min-height:320px;transition:all var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;background:#fbbf2408!important;border:1px dashed #fbbf244d!important}.view-more-card:hover{background:#fbbf2414!important;border:1px solid #fbbf24!important;box-shadow:0 0 25px #fbbf2440!important}.view-more-card-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.view-more-icon-wrapper{color:#fbbf24;width:64px;height:64px;transition:all var(--transition-normal);background:#fbbf241a;border:1px solid #fbbf2433;border-radius:50%;justify-content:center;align-items:center;display:flex}.view-more-card:hover .view-more-icon-wrapper{color:#020617;background:#fbbf24;transform:scale(1.1);box-shadow:0 0 15px #fbbf2480}.view-more-arrow-icon{transition:transform var(--transition-normal)}.view-more-card:hover .view-more-arrow-icon{transform:translate(4px)}.view-more-text{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:800;font-family:var(--font-sans);transition:color var(--transition-normal)}.view-more-card:hover .view-more-text{color:#fbbf24}.badges-page-section{min-height:calc(100vh - 100px);padding:80px 0 60px;position:relative}.badges-page-layout{margin:0 auto;max-width:1200px!important}.badges-page-header{text-align:left;margin-bottom:2.5rem}.back-home-btn{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.badges-page-title-box{flex-direction:column;gap:.5rem;display:flex}.badges-page-title-box h2{color:var(--text-primary);align-items:center;gap:.75rem;font-size:2.25rem;font-weight:800;display:flex}.badges-subtitle{color:var(--text-secondary);font-size:1.1rem}.badges-search-filter-card{border-radius:16px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.search-row{gap:1rem;width:100%;display:flex}.search-input-wrapper{flex-grow:1;position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-size:.95rem;font-family:var(--font-sans);transition:all var(--transition-fast);background:#02061766;border-radius:10px;padding:.75rem 1rem .75rem 2.75rem}.search-input:focus{border-color:#fbbf24;outline:none;box-shadow:0 0 0 2px #fbbf2426}.clear-search-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.clear-search-btn:hover{color:var(--text-primary)}.filter-toggle-btn{border:1px solid var(--border-color);color:var(--text-primary);background:#02061766;border-radius:10px;align-items:center;gap:.5rem;font-weight:600;display:flex}.filter-toggle-btn.active{color:#fbbf24;background:#fbbf241a;border-color:#fbbf24}.reset-filters-btn{border-radius:10px;align-items:center;gap:.5rem;display:flex}.filters-panel{border-top:1px solid var(--border-color);opacity:0;grid-template-columns:1fr;gap:1.25rem;max-height:0;padding-top:1rem;transition:all .3s;display:grid;overflow:hidden}.filters-panel.show{opacity:1;max-height:500px;margin-top:.5rem;padding-top:1rem}.filter-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.filter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.filter-select{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:border-color var(--transition-fast);background:#02061766;border-radius:8px;outline:none;padding:.65rem;font-size:.9rem}.filter-select:focus{border-color:#fbbf24}.filter-select option{color:#fff;background:#0f172a}.checkbox-group{justify-content:flex-end;padding-bottom:.25rem}.checkbox-label{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.filter-checkbox{accent-color:#fbbf24;cursor:pointer;width:16px;height:16px}.results-summary{color:var(--text-muted);text-align:left;font-size:.8rem;font-family:var(--font-mono)}.badges-grid-full{grid-template-columns:1fr;gap:1.5rem;display:grid}.badges-loading-box{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.badges-empty-box{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.badges-empty-box h3{color:var(--text-primary);font-size:1.4rem;font-weight:800}.badges-empty-box p{color:var(--text-secondary);max-width:450px;margin-bottom:.5rem}.animate-fade-in{animation:.4s forwards fadeIn}@media (width>=540px){.badges-grid-full{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.filters-panel{grid-template-columns:repeat(3,1fr) auto;align-items:flex-end}}@media (width>=968px){.badges-grid-full{grid-template-columns:repeat(3,1fr);gap:2rem}}.books-section{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);border-top:1px solid var(--border-color);padding:6rem 0;position:relative}.books-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}.book-card{transition:all var(--transition-normal);border-radius:16px;align-items:flex-start;gap:1.5rem;min-height:200px;padding:1.25rem;display:flex;overflow:hidden}.book-cover-container{background:var(--bg-tertiary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:180px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0006}.book-cover-image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.book-card:hover .book-cover-image{transform:scale(1.04)}.book-no-cover{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.book-info{text-align:left;flex-direction:column;justify-content:center;height:100%;display:flex}.book-title{color:var(--text-primary);margin-bottom:.35rem;font-size:1.2rem;font-weight:800;line-height:1.3}.book-author{color:var(--accent-secondary);font-size:.85rem;font-weight:600;font-family:var(--font-mono);margin-bottom:.75rem}.book-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.books-empty-msg{text-align:center;color:var(--text-secondary);margin:3rem auto}@media (width<=868px){.books-grid{grid-template-columns:1fr;max-width:600px}}@media (width<=480px){.book-card{text-align:center;flex-direction:column;align-items:center}.book-info{text-align:center;align-items:center}}.blogrss-section{position:relative}.blogrss-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.blogrss-tab-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.blogrss-tab-btn:hover,.blogrss-tab-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow)}.blogrss-content-grid{grid-template-columns:2.2fr 1fr;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.quote-generator-card{text-align:left;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.quote-header{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.quote-header h3{font-size:1.1rem;font-weight:800}.quote-icon{color:var(--accent-primary)}.quote-body{border-left:3px solid var(--accent-secondary);padding-left:1rem}.quote-body p{color:var(--text-secondary);font-size:1rem;font-style:italic;line-height:1.5}.quote-body cite{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;font-weight:600;display:block}.blog-posts-list{flex-direction:column;gap:1.5rem;display:flex}.blog-post-card{text-align:left;cursor:pointer;transition:all var(--transition-normal);border-radius:16px;padding:1.75rem}.blog-post-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-4px)}.blog-meta-top{font-family:var(--font-mono);color:var(--text-muted);gap:1rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.blog-meta-top span{align-items:center;gap:.25rem;display:flex}.blog-post-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem;font-weight:800}.blog-post-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.read-more-link{color:var(--accent-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.9rem;font-weight:600;display:flex}.blog-post-card:hover .read-more-link{color:var(--accent-secondary)}.rss-aggregator{text-align:left;border-radius:16px;padding:1.75rem}.rss-header-area h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:850}.rss-header-area p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem}.rss-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.rss-item{border-bottom:1px solid var(--border-color);padding-bottom:1rem}.rss-item:last-child{border:none;padding-bottom:0}.rss-source{text-transform:uppercase;color:var(--accent-secondary);font-size:.7rem;font-weight:700;font-family:var(--font-mono);background:#14b8a61a;border-radius:4px;padding:.15rem .5rem}.rss-item h4{color:var(--text-primary);margin-top:.4rem;font-size:1rem;font-weight:700}.add-rss-form{border-top:1px solid var(--border-color);padding-top:1.5rem}.add-rss-form h4{margin-bottom:1rem;font-size:.95rem;font-weight:700}.form-row-rss{gap:.5rem;display:flex}.form-row-rss input{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.form-row-rss input:first-child{flex-grow:2}.form-row-rss input:nth-child(2){flex-grow:1}.btn-sm-rss{border-radius:8px;flex-shrink:0;padding:.5rem 1rem;font-size:.85rem}.books-list-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.book-card{cursor:pointer;transition:all var(--transition-normal);border-radius:16px;display:flex;overflow:hidden}.book-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-4px)}.book-cover-mock{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100px;padding:.5rem;font-size:.7rem;font-weight:700;display:flex}.book-cover-mock span{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:.5rem;display:-webkit-box;overflow:hidden}.book-info-card{text-align:left;flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex}.book-info-card h3{color:var(--text-primary);font-size:1.05rem;font-weight:800}.book-author-lbl{color:var(--text-secondary);margin-top:.15rem;margin-bottom:.5rem;font-size:.8rem}.book-rating{gap:.1rem;display:flex}.read-summary-btn{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:.75rem;padding:0;font-size:.8rem;font-weight:700}.blog-reader-modal{text-align:left;border-radius:20px;width:90%;max-width:650px;max-height:80vh;padding:2.5rem;overflow:hidden auto}.reader-header{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1.25rem}.reader-header h2{color:var(--text-primary);font-size:1.6rem;font-weight:850}.reader-meta{font-family:var(--font-mono);color:var(--text-muted);gap:1.25rem;margin-top:.75rem;font-size:.8rem;display:flex}.reader-meta span{align-items:center;gap:.35rem;display:flex}.reader-body p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.6}@media (width<=900px){.blogrss-content-grid{grid-template-columns:1fr}}@media (width<=640px){.books-list-grid{grid-template-columns:1fr}.form-row-rss{flex-direction:column}}@media (width<=480px){.blog-post-card,.rss-aggregator{padding:1.25rem 1rem}}.linkedin-posts-list{flex-direction:column;gap:1.5rem;display:flex}.linkedin-post-card{text-align:left;transition:all var(--transition-normal);border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.linkedin-post-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md)}.linkedin-post-header{align-items:center;gap:.75rem;display:flex}.linkedin-avatar{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:48px;height:48px}.linkedin-author-info{flex-direction:column;line-height:1.25;display:flex}.linkedin-author-name{color:var(--text-primary);font-size:.95rem;font-weight:700}.linkedin-author-title{color:var(--text-muted);font-size:.75rem}.linkedin-post-time{color:var(--text-muted);margin-top:.1rem;font-size:.7rem}.linkedin-post-text{color:var(--text-secondary);white-space:pre-line;font-size:.92rem;line-height:1.5}.linkedin-article-preview{border:1px solid var(--border-color);transition:background var(--transition-fast), border-color var(--transition-fast);background:#ffffff05;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}[data-theme=light] .linkedin-article-preview{background:#00000003}.linkedin-article-preview:hover{border-color:var(--accent-secondary);background:#ffffff0d}[data-theme=light] .linkedin-article-preview:hover{background:#00000008}.linkedin-article-cover{color:#fff;justify-content:center;align-items:center;height:140px;display:flex;position:relative}.linkedin-cover-logo{opacity:.8;filter:drop-shadow(0 2px 8px #0003)}.linkedin-article-info{flex-direction:column;gap:.35rem;padding:1rem;display:flex}.linkedin-article-domain{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary);font-size:.72rem;font-weight:600;font-family:var(--font-mono)}.linkedin-article-info h4{color:var(--text-primary);font-size:1.1rem;font-weight:800;line-height:1.3}.linkedin-article-info p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.linkedin-engagement-bar{border-bottom:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding:.5rem .25rem .25rem;font-size:.78rem;display:flex}.linkedin-reactions{align-items:center;gap:.35rem;display:flex}.reaction-icon-group{align-items:center;display:flex}.reaction-badge{margin-right:-4px;font-size:.8rem;display:inline-block;transform:scale(.9)}.linkedin-comments-shares{align-items:center;gap:.4rem;display:flex}.dot-separator{color:var(--text-muted)}.linkedin-actions{justify-content:space-between;align-items:center;padding-top:.25rem;display:flex}.linkedin-action-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:8px;flex-grow:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;display:flex}.linkedin-action-btn:hover{color:var(--text-primary);background:#ffffff14}[data-theme=light] .linkedin-action-btn:hover{background:#0000000d}.linkedin-action-btn.liked{color:#0a66c2}.linkedin-action-btn.liked:hover{background:#0a66c214}.stats-section{position:relative}.stats-grid-layouts{grid-template-columns:1fr;gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.stats-card{text-align:left;border-radius:16px;flex-direction:column;padding:1.25rem;display:flex}.github-card{grid-column:1/-1}.stats-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.stats-title-icon{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.stats-title-icon h3{font-size:1.25rem;font-weight:850}.col-github{color:var(--text-primary)}.col-spotify{color:#1db954}.col-leetcode{color:#ffa116}.stat-link{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.stat-link:hover{color:var(--accent-primary)}.stats-summary-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem}.github-graph-container{flex-direction:column;gap:.75rem;display:flex;overflow-x:auto}.github-grid{grid-template-columns:repeat(32,1fr);grid-auto-flow:column;gap:3px;display:grid}.github-col{grid-template-rows:repeat(7,1fr);gap:3px;display:grid}.github-cell{width:10px;height:10px;transition:transform var(--transition-fast);border-radius:2px}.github-cell:hover{z-index:10;transform:scale(1.3)}.level-0{background-color:var(--bg-tertiary)}.level-1{background-color:#0e4429}.level-2{background-color:#006d32}.level-3{background-color:#26a641}.level-4{background-color:#39d353}[data-theme=light] .level-1{background-color:#9be9a8}[data-theme=light] .level-2{background-color:#40c463}[data-theme=light] .level-3{background-color:#30a14e}[data-theme=light] .level-4{background-color:#216e39}.github-legend{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:4px;font-size:.75rem;display:flex}.spotify-card{height:100%}.live-indicator{color:#1db954;font-size:.7rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:.35rem;display:flex}.live-dot{background:#1db954;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-badge}.spotify-player-body{align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.spotify-album-art{color:#fff;background:linear-gradient(135deg,#1db954,#191414);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;box-shadow:0 4px 14px #1db95440}.spotify-album-art.spinning{animation:8s linear infinite spin-album}.spotify-track-info{text-align:left;flex-grow:1}.spotify-track-info h4{color:var(--text-primary);font-size:1.05rem;font-weight:800}.spotify-track-info p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.spotify-progress-container{background:var(--bg-tertiary);border-radius:2px;height:4px;margin-bottom:.25rem;overflow:hidden}.spotify-progress-bar{background:#1db954;border-radius:2px;height:100%;transition:width .3s}.spotify-time{font-family:var(--font-mono);color:var(--text-muted);justify-content:space-between;font-size:.7rem;display:flex}.spotify-play-btn{cursor:pointer;color:#fff;width:2.25rem;height:2.25rem;transition:all var(--transition-fast);background:#1db954;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.spotify-play-btn:hover{transform:scale(1.08)}.leetcode-body{grid-template-columns:1fr;align-items:center;gap:1.5rem;margin-top:.5rem;display:grid}.leetcode-radial{flex-direction:column;align-items:center;gap:1rem;display:flex}.circular-chart{max-width:110px;max-height:110px}.circle-bg{fill:none;stroke:var(--bg-tertiary);stroke-width:3px}.circle{fill:none;stroke:#ffa116;stroke-width:3px;stroke-linecap:round;transition:stroke-dasharray 1s}.percentage{fill:var(--text-primary);font-family:var(--font-sans);text-anchor:middle;font-size:8px;font-weight:800}.label-total{fill:var(--text-secondary);font-family:var(--font-sans);text-anchor:middle;font-size:3px}.leetcode-breakdown{flex-direction:column;gap:.35rem;width:100%;font-size:.8rem;display:flex}.breakdown-row{color:var(--text-secondary);justify-content:space-between;font-weight:600;display:flex}.diff-easy{color:#00b8a3}.diff-medium{color:#ffc01e}.diff-hard{color:#ff375f}.leetcode-badges-container{flex-direction:column;justify-content:center;gap:.75rem;height:100%;display:flex}.leetcode-badges-container h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.leetcode-badges{scrollbar-width:thin;scrollbar-color:var(--accent-primary) transparent;flex-direction:column;gap:.5rem;max-height:160px;padding-right:4px;display:flex;overflow-y:auto}.leetcode-badges::-webkit-scrollbar{width:4px}.leetcode-badges::-webkit-scrollbar-track{background:0 0}.leetcode-badges::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:4px}.leetcode-badge-item{border:1px solid var(--border-color);color:var(--text-primary);background:var(--bg-secondary);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:flex}.lc-loading-text{color:var(--text-muted);font-size:.8rem;font-style:italic;animation:1.5s ease-in-out infinite lc-pulse}@keyframes lc-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin-album{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=640px){.stats-grid-layouts{grid-template-columns:1fr 1fr;gap:1.5rem}.stats-card{padding:1.5rem}}@media (width>=968px){.stats-grid-layouts{grid-template-columns:1.5fr 1fr;gap:2rem}.stats-card{border-radius:20px;padding:1.75rem}.leetcode-body{grid-template-columns:1fr 1.2fr;height:100%}}@media (width<=480px){.spotify-player-body{text-align:center;flex-direction:column;align-items:center;gap:1rem}.spotify-track-info{text-align:center;width:100%}}.three-desk-container{background:radial-gradient(circle at 50% 50%, var(--bg-tertiary) 0%, var(--bg-secondary) 100%);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;width:100%;height:450px;display:flex;position:relative;overflow:hidden}.three-desk-canvas-wrapper{cursor:grab;flex-grow:1;width:100%;height:100%}.three-desk-canvas-wrapper:active{cursor:grabbing}.three-desk-controls{font-family:var(--font-sans);color:var(--text-primary);pointer-events:auto;z-index:10;border-radius:9999px;align-items:center;gap:1.5rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.lamp-toggle-btn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.8rem;font-weight:700;display:flex}.icon-on{color:var(--accent-secondary)}.icon-off{color:var(--text-muted)}.contact-section{position:relative}.contact-layout{grid-template-columns:1fr;align-items:stretch;gap:1.5rem;max-width:1000px;margin:0 auto 2rem;display:grid}.contact-form-card{text-align:left;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex}.contact-form-card h3{margin-bottom:1.25rem;font-size:1.2rem;font-weight:850}.actual-contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-primary);font-size:.82rem;font-weight:600}.form-group input,.form-group textarea{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:10px;padding:.7rem .9rem;font-size:16px}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.submit-btn{justify-content:center;width:100%;margin-top:.5rem}.success-banner{text-align:center;background:#14b8a60d;border:1px solid #14b8a633;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 1rem;display:flex}.success-icon{color:var(--accent-secondary)}.success-banner h4{color:var(--text-primary);font-size:1.15rem;font-weight:800}.success-banner p{color:var(--text-secondary);font-size:.875rem}.contact-3d-side{display:none}.testimonials-slider-container{text-align:left;border-radius:16px;max-width:1000px;margin:0 auto;padding:1.5rem}.testimonials-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.testimonials-header h3{font-size:1.1rem;font-weight:850}.slider-controls-arrows{gap:.5rem;display:flex}.arrow-btn{border:1px solid var(--border-color);background:var(--bg-tertiary);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;min-width:40px;min-height:40px;display:flex}.arrow-btn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.testimonial-slide{flex-direction:column;gap:.75rem;min-height:100px;display:flex}.testimonial-text{color:var(--text-secondary);font-size:1rem;font-style:italic;line-height:1.6}.testimonial-client{flex-direction:column;display:flex}.testimonial-client strong{color:var(--text-primary);font-size:.9rem}.testimonial-client span{color:var(--text-muted);font-size:.78rem}@media (width>=640px){.testimonials-slider-container{padding:2rem}.testimonials-header h3{font-size:1.25rem}.testimonial-text{font-size:1.1rem}.form-group input,.form-group textarea{font-size:.9rem}}@media (width>=900px){.contact-layout{grid-template-columns:1.1fr .9fr;gap:3rem;margin-bottom:4rem}.contact-form-card{border-radius:20px;padding:2.25rem}.contact-form-card h3{margin-bottom:1.5rem;font-size:1.35rem}.contact-3d-side{justify-content:center;align-items:center;display:flex}.testimonials-slider-container{border-radius:20px;padding:2.25rem}}.cli-section{padding:5rem 0}.cli-container-box{max-width:900px;margin:0 auto}.cli-terminal-window{box-shadow:var(--shadow-lg);text-align:left;border:1px solid var(--border-color);background-color:#020617;border-radius:12px;flex-direction:column;height:480px;display:flex;overflow:hidden}.cli-titlebar{border-bottom:1px solid var(--border-color);background-color:#0f172a;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.window-dots{gap:.35rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background-color:#ef4444}.dot.yellow{background-color:#eab308}.dot.green{background-color:#22c55e}.window-title{font-family:var(--font-mono);color:#94a3b8;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.cli-output-viewport{font-family:var(--font-mono);background-color:#020617f2;flex-direction:column;flex-grow:1;gap:.5rem;padding:1.5rem;font-size:.9rem;line-height:1.5;display:flex;overflow-y:auto}.cli-log-line{white-space:pre-wrap;word-break:break-all}.log-system{color:#94a3b8}.log-input{color:#38bdf8;font-weight:600}.log-output{color:#10b981}.log-error{color:#f87171}.cli-input-line{border-top:1px solid var(--border-color);background-color:#020617;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.cli-prompt{font-family:var(--font-mono);color:#38bdf8;flex-shrink:0;font-size:.9rem;font-weight:600}.cli-raw-input{font-family:var(--font-mono);color:#10b981;background:0 0;border:none;outline:none;flex-grow:1;padding:0;font-size:.9rem}.cli-raw-input::placeholder{color:#10b98140}.enter-key-icon{color:var(--text-muted);opacity:.5}.admin-section{padding:3rem 0}.admin-auth-box{max-width:450px;margin:0 auto;padding:0 1rem}.admin-login-card{text-align:left;border-radius:16px;padding:1.75rem}.login-header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.login-header h2{font-size:1.35rem;font-weight:850}.login-header p{color:var(--text-secondary);margin-top:.25rem;font-size:.82rem;line-height:1.5}.login-form{flex-direction:column;gap:1.25rem;display:flex}.input-with-icon{width:100%;position:relative}.input-lock-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-with-icon input{width:100%;padding-left:2.75rem!important;font-size:16px!important}.auth-error-msg{color:#ef4444;margin-top:.25rem;font-size:.72rem;font-weight:600}.admin-dashboard-layout{border-radius:16px;grid-template-columns:1fr;max-width:1000px;min-height:auto;padding:0;display:grid;overflow:hidden}.admin-sidebar{background-color:var(--bg-secondary);border-right:none;border-bottom:1px solid var(--border-color);text-align:left;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.sidebar-nav{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-flow:row;gap:.35rem;padding-bottom:4px;display:flex;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-brand{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:800;display:flex}.sidebar-nav-btn{white-space:nowrap;border:1px solid var(--border-color);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:9999px;flex-shrink:0;align-items:center;gap:.5rem;min-height:36px;padding:.5rem .9rem;font-size:.8rem;font-weight:600;display:flex}.sidebar-nav-btn:hover{color:var(--text-primary);background:#ffffff0d}[data-theme=light] .sidebar-nav-btn:hover{background:#0000000a}.sidebar-nav-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.logout-btn{justify-content:center;align-self:flex-start;gap:.5rem}.admin-workspace{text-align:left;background:#02061733;padding:1.5rem 1rem;overflow-y:auto}[data-theme=light] .admin-workspace{background:#fff3}.crud-panel h3{margin-bottom:1.25rem;font-size:1.25rem;font-weight:850}.crud-form{border-radius:12px;flex-direction:column;gap:.85rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.crud-form h4{font-size:.95rem;font-weight:800}.form-group-row{flex-direction:column;gap:.6rem;display:flex}.form-group-row input{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);border-radius:8px;flex-grow:1;padding:.6rem 1rem;font-size:16px}.crud-form textarea{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);border-radius:8px;padding:.6rem 1rem;font-size:16px}.rating-select{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-sans);border-radius:8px;width:100%;padding:.6rem 1rem;font-size:.85rem}.crud-list h4{margin-bottom:.75rem;font-size:.95rem;font-weight:800}.crud-list{flex-direction:column;display:flex}.crud-list-item{border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.875rem 1rem;display:flex}.item-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.item-info h5{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:750;overflow:hidden}.item-info span{color:var(--text-muted);font-size:.72rem}.trash-btn{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;min-width:40px;height:2.25rem;min-height:40px;padding:.5rem;display:flex;color:#ef4444!important;border-color:#ef44444d!important}.trash-btn:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.form-group-radio{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.radio-label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;min-height:40px;font-size:.875rem;font-weight:600;display:flex}.radio-label input[type=radio]{width:1rem;height:1rem;accent-color:var(--accent-primary)}.uploaded-pdf-info{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.pdf-details{align-items:center;gap:.75rem;display:flex}.pdf-details h5{color:var(--text-primary);font-size:.875rem;font-weight:750}.pdf-details p{color:var(--text-muted);font-size:.72rem}.upload-dropzone{border:2px dashed var(--border-color);background:var(--bg-secondary);transition:all var(--transition-fast);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.upload-dropzone:hover{border-color:var(--accent-primary);background:#6366f10d}.upload-dropzone input[type=file]{display:none}.dropzone-label{color:var(--text-secondary);cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.resume-textarea{resize:vertical;width:100%;min-height:250px;line-height:1.5;font-family:var(--font-mono)!important;font-size:.78rem!important}.linkedin-import-panel{border:1px dashed var(--border-color);transition:all var(--transition-fast) ease;background:#ffffff05}[data-theme=light] .linkedin-import-panel{background:#00000003}.linkedin-csv-table th{color:var(--text-primary);border-bottom:2px solid var(--border-color);background:#ffffff0d;font-weight:700}[data-theme=light] .linkedin-csv-table th{background:#00000008}.linkedin-csv-table td,.linkedin-csv-table th{border-right:1px solid #ffffff08;padding:.6rem .8rem}[data-theme=light] .linkedin-csv-table td,[data-theme=light] .linkedin-csv-table th{border-right:1px solid #00000008}.linkedin-csv-table tr:hover{background:#ffffff05}[data-theme=light] .linkedin-csv-table tr:hover{background:#00000003}.btn-link{transition:color var(--transition-fast)}.btn-link:hover{text-decoration:underline;color:var(--text-primary)!important}.csv-preview-list-wrapper::-webkit-scrollbar{width:6px;height:6px}.csv-preview-list-wrapper::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.csv-preview-list-wrapper::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.csv-preview-list-wrapper::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (width>=640px){.form-group-row{flex-direction:row}.rating-select{width:140px}.uploaded-pdf-info{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=850px){.admin-section{padding:5rem 0}.admin-login-card{padding:2.5rem}.login-header h2{font-size:1.5rem}.admin-dashboard-layout{grid-template-columns:240px 1fr;min-height:500px}.admin-sidebar{border-right:1px solid var(--border-color);border-bottom:none;flex-direction:column;gap:2rem;padding:1.75rem}.sidebar-nav{flex-direction:column;gap:.5rem;padding-bottom:0;overflow-x:visible}.sidebar-nav-btn{border:none;border-radius:10px;width:100%;padding:.65rem 1rem;font-size:.95rem}.admin-workspace{padding:2rem 2.5rem}.crud-form{gap:1rem;margin-bottom:2rem;padding:1.5rem}.form-group-row input,.crud-form textarea{font-size:.85rem}.resume-textarea{min-height:300px;font-size:.8rem!important}.crud-panel h3{margin-bottom:1.5rem;font-size:1.5rem}}.ai-guidelines-section{padding:5rem 0}.ai-guidelines-container{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.ai-header-card{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem;display:flex}.ai-header-icon{color:var(--accent-primary);animation:2s ease-in-out infinite pulse-brackets}.ai-header-card h2{color:var(--text-primary);font-size:1.6rem;font-weight:850}.ai-header-card p{color:var(--text-secondary);max-width:600px;font-size:.95rem;line-height:1.5}.ai-grid-details{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:2rem;display:grid}.ai-rules-card,.ai-robots-card{text-align:left;border-radius:20px;flex-direction:column;padding:2rem;display:flex}.ai-rules-card h3,.ai-robots-card h3{margin-bottom:1.5rem;font-size:1.25rem;font-weight:850}.ai-instructions-list{flex-direction:column;gap:1.25rem;display:flex}.instruction-item{flex-direction:column;gap:.35rem;display:flex}.item-icon-title{align-items:center;gap:.5rem;display:flex}.item-icon-title h4{color:var(--text-primary);font-size:.95rem;font-weight:750}.instruction-item p{color:var(--text-secondary);padding-left:1.75rem;font-size:.85rem;line-height:1.5}.robots-header{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.robots-header h3{margin-bottom:0;font-size:1.15rem}.robots-txt-code{border:1px solid var(--border-color);font-family:var(--font-mono);color:#10b981;background:#020617;border-radius:12px;flex-grow:1;padding:1.25rem;font-size:.8rem;line-height:1.4;overflow-x:auto}@media (width<=768px){.ai-grid-details{grid-template-columns:1fr}}@media (width<=600px){.ai-header-card,.ai-rules-card,.ai-robots-card{padding:1.5rem 1rem}}.error-404-section{padding:5rem 0}.error-404-container{max-width:650px;margin:0 auto}.error-card{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;display:flex}.error-badge-404{font-family:var(--font-mono);color:var(--accent-primary);background:#6366f11a;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:1.1rem;font-weight:800;display:inline-flex}.compass-icon{animation:8s linear infinite spin-sun}.error-card h2{color:var(--text-primary);font-size:2rem;font-weight:850}.error-desc{color:var(--text-secondary);max-width:480px;font-size:.95rem;line-height:1.5}.time-detector{font-family:var(--font-mono);border-radius:9999px;align-items:center;gap:.75rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700;display:flex}.mode-tag{background:var(--bg-tertiary);color:var(--text-primary);border-radius:6px;padding:.2rem .6rem}.gif-display-area{aspect-ratio:16/9;border:1px solid var(--border-color);border-radius:16px;width:100%;position:relative;overflow:hidden}.pikachu-container{background-color:#fdf6e2;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:relative;overflow:hidden}.pikachu-img{object-fit:contain;z-index:2;border-radius:12px;width:auto;max-height:100%;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.pikachu-img:hover{transform:scale(1.05)rotate(-1deg)}.ambient-glow-day{filter:blur(60px);z-index:1;pointer-events:none;background:radial-gradient(circle,#fbbf2473 0%,#fbbf2400 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-50px;right:-50px}.ambient-glow-night{filter:blur(60px);z-index:1;pointer-events:none;background:radial-gradient(circle,#a855f759 0%,#a855f700 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-50px;left:-50px}.return-home-btn{justify-content:center;width:100%;max-width:320px}@media (width<=600px){.error-card{padding:2rem 1rem}}.calendar-page-section{min-height:calc(100vh - 4rem);padding-top:6rem;padding-bottom:4rem;position:relative}.calendar-page-layout{flex-direction:column;gap:2rem;display:flex}.calendar-header-nav{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.back-home-btn{font-family:var(--font-mono);transition:all var(--transition-fast);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.back-home-btn:hover{transform:translate(-4px)}.calendar-page-title-box{align-items:center;gap:.75rem;display:flex}.calendar-page-title-box h2{background:linear-gradient(135deg, var(--text-primary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:850}.calendar-loading-box{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem;display:flex}.spinner{border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite spin}.calendar-card{border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.calendar-card-header-bar{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.header-status-indicator{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.pulse-green-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #10b981}@keyframes pulse-dot{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.25);box-shadow:0 0 12px #10b981}to{opacity:.6;transform:scale(.9)}}.calendar-tip{color:var(--text-muted);font-size:.8rem}.calendar-iframe-wrapper{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;width:100%;overflow:hidden}.calendar-iframe{width:100%;transition:filter var(--transition-normal)}[data-theme=dark] .calendar-iframe{filter:invert(.9)hue-rotate(180deg)brightness(1.1)contrast(.95)}.calendar-sandbox-container{flex-direction:column;gap:1.5rem;display:flex}.sandbox-alert-bar{border-left:4px solid var(--accent-secondary);background:#14b8a60d;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.sandbox-alert-bar h4{color:var(--accent-secondary);margin-bottom:.25rem;font-size:1rem;font-weight:750}.sandbox-alert-bar p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.calendar-mock-layout{border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.mock-calendar-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.mock-calendar-header h3{font-size:1.15rem;font-weight:800}.timezone-tag{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:9999px;padding:.25rem .6rem;font-size:.8rem}.mock-weekly-grid{scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.mock-day-card{background:#ffffff03;border-radius:16px;flex-direction:column;flex:0 0 250px;gap:1rem;padding:1.25rem;display:flex}.mock-day-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.mock-day-header h4{font-size:1rem;font-weight:750}.mock-date-badge{color:var(--accent-primary);font-size:.75rem;font-weight:600}.mock-events-list{flex-direction:column;gap:.75rem;display:flex}.mock-event-item{border-left:3px solid;border-radius:10px;flex-direction:column;gap:.35rem;padding:.75rem;display:flex}.event-meta-row{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.72rem;display:flex}.mock-event-item h5{font-size:.85rem;font-weight:750;line-height:1.3}.event-tag-lbl{text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:600}.mock-event-item.type-available{border-left-color:var(--accent-secondary);background:#14b8a614}.mock-event-item.type-available .event-tag-lbl,.mock-event-item.type-available h5{color:var(--accent-secondary)}.mock-event-item.type-focus{border-left-color:var(--accent-primary);background:#6366f114}.mock-event-item.type-focus .event-tag-lbl,.mock-event-item.type-focus h5{color:var(--accent-primary)}.mock-event-item.type-sync{background:#f9731614;border-left-color:#f97316}.mock-event-item.type-sync .event-tag-lbl,.mock-event-item.type-sync h5{color:#f97316}@media (width>=640px){.calendar-header-nav{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=968px){.mock-weekly-grid{flex-wrap:wrap;overflow-x:visible}.mock-day-card{flex:180px;min-width:180px}}.figma-page-section{min-height:calc(100vh - 4rem);padding-top:6rem;padding-bottom:4rem;position:relative}.figma-page-layout{flex-direction:column;gap:2rem;display:flex}.figma-header-nav{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.figma-title-group{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.figma-page-title-box{align-items:center;gap:.75rem;display:flex}.figma-page-title-box h2{background:linear-gradient(135deg, var(--text-primary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:850}.open-figma-btn{font-size:.85rem;font-family:var(--font-sans);transition:all var(--transition-fast);border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-weight:600;display:flex}.open-figma-btn:hover{box-shadow:0 4px 12px var(--accent-glow);transform:translateY(-2px)}.figma-loading-box{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem;display:flex}.figma-card{border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.figma-card-header-bar{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.figma-status-indicator{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.pulse-purple-dot{background-color:var(--accent-primary);width:8px;height:8px;box-shadow:0 0 8px var(--accent-primary);border-radius:50%;animation:2s ease-in-out infinite pulse-purple}@keyframes pulse-purple{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;box-shadow:0 0 12px var(--accent-primary);transform:scale(1.25)}to{opacity:.6;transform:scale(.9)}}.figma-tip{color:var(--text-muted);font-size:.8rem}.figma-iframe-wrapper{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:12px;width:100%;overflow:hidden}.figma-iframe{background:#2c2c2c;width:100%;display:block}.figma-sandbox-container{flex-direction:column;gap:1.5rem;display:flex}.figma-mock-layout{border-radius:20px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.mock-figma-header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.mock-figma-header h3{font-size:1.25rem;font-weight:850}.version-badge{font-family:var(--font-mono);color:var(--accent-primary);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:9999px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.mock-design-system-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.design-system-card{border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.design-system-card .card-header{align-items:center;gap:.5rem;display:flex}.design-system-card .card-header h4{font-size:1.1rem;font-weight:800}.design-system-card .card-icon{flex-shrink:0}.col-indigo{color:var(--accent-primary)}.col-teal{color:var(--accent-secondary)}.col-orange{color:#f97316}.design-system-card .card-desc{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.color-swatches-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.color-swatch-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.swatch-circle{width:28px;height:28px;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0}.swatch-name{color:var(--text-primary);flex-grow:1;font-size:.8rem;font-weight:700}.swatch-hex{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.typo-samples-list{flex-direction:column;gap:.75rem;display:flex}.typo-sample-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;gap:.25rem;padding:.5rem .75rem;display:flex}.typo-lbl{font-size:.65rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase}.typo-val{color:var(--text-primary);font-size:.95rem}.typo-val-mono{font-size:.85rem;font-weight:600}.layout-spec-list{flex-direction:column;gap:.75rem;display:flex}.layout-spec-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;padding:.65rem .75rem;font-size:.85rem;display:flex}.layout-spec-item span{color:var(--text-secondary)}.layout-spec-item strong{color:var(--text-primary);font-weight:700}@media (width>=640px){.figma-header-nav{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.figma-title-group{flex-direction:row;align-items:center;gap:1.5rem;width:auto}}@media (width>=768px){.color-swatches-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.mock-design-system-grid{grid-template-columns:repeat(3,1fr)}.color-swatches-grid{grid-template-columns:1fr}}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-grow:1;padding-top:4.5rem}.ai-bot-link-indicator{z-index:100;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.ai-helper-btn{border:1px solid var(--border-color);font-family:var(--font-sans);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-md);transition:all var(--transition-fast);border-radius:9999px;align-items:center;gap:.35rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:750;display:flex}.ai-helper-btn:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.ai-helper-btn.helper-404{background:#ef444414;border-color:#ef44444d}.ai-helper-btn.helper-404:hover{color:#fff;background:#ef4444;border-color:#ef4444}.gemini-glow-container{pointer-events:none;z-index:999999;opacity:0;visibility:hidden;width:100vw;height:100vh;transition:opacity 1s cubic-bezier(.4,0,.2,1),visibility 1s;position:fixed;top:0;left:0}.gemini-glow-container.play{opacity:1;visibility:visible;animation:5.5s cubic-bezier(.22,1,.36,1) forwards play-and-fade-gemini-glow}.gemini-glow-border{-webkit-mask-composite:xor;filter:drop-shadow(0 0 8px #4285f466)drop-shadow(0 0 16px #ea433540)drop-shadow(0 0 24px #fbbc0526);background:linear-gradient(135deg,#4285f4,#ea4335,#fbbc05,#34a853,#4285f4) border-box;border:6px solid #0000;animation:5s linear infinite border-hue-rotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.gemini-glow-corner{filter:blur(90px);opacity:.7;mix-blend-mode:screen;pointer-events:none;border-radius:50%;width:350px;height:350px;animation:4s ease-in-out infinite alternate pulse-glow;position:absolute}.gemini-glow-corner.tl{background:radial-gradient(circle,#4285f4d9 0%,#4285f400 70%);animation-delay:0s;top:-175px;left:-175px}.gemini-glow-corner.tr{background:radial-gradient(circle,#ea4335d9 0%,#ea433500 70%);animation-delay:.8s;top:-175px;right:-175px}.gemini-glow-corner.bl{background:radial-gradient(circle,#34a853cc 0%,#34a85300 70%);animation-delay:1.6s;bottom:-175px;left:-175px}.gemini-glow-corner.br{background:radial-gradient(circle,#fbbc05cc 0%,#fbbc0500 70%);animation-delay:2.4s;bottom:-175px;right:-175px}@keyframes play-and-fade-gemini-glow{0%{opacity:0;transform:scale(1.02)}12%{opacity:1;transform:scale(1)}75%{opacity:1;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(.985)}}@keyframes border-hue-rotate{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}@keyframes pulse-glow{0%{opacity:.5;transform:scale(.85)translate(0)}to{opacity:.9;transform:scale(1.25)translate(20px,20px)}}@media (width>=768px){.main-content{padding-top:5.5rem}}@media (width<=768px){.ai-bot-link-indicator{display:none}}
