.footer{border-top:1px solid rgba(148,163,184,.2);padding:32px 22px;background:#0f172a66;margin-top:64px}.footer-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:16px;align-items:flex-end;width:100%;padding:0 40px}.footer-nav{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-end;width:100%}.footer-nav-link{font-size:.85rem;color:#e2e8f0cc;text-decoration:none;transition:color var(--transition-fast)}.footer-nav-link:hover{color:var(--color-accent)}.footer-meta{display:flex;flex-direction:column;gap:8px;padding-top:12px;text-align:right;align-self:flex-end;width:100%}.footer-brand{font-size:.8rem;color:#e2e8f0e6;font-weight:500}.footer-year{font-size:.75rem;color:#94a3b8cc}@media (max-width: 900px){.footer-inner{padding:0 20px}}@media (max-width: 640px){.footer{padding:24px 16px;margin-top:48px}.footer-nav{gap:16px}.footer-nav-link{font-size:.8rem}}.layout-header{position:fixed;top:0;left:0;right:0;height:var(--nav-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,rgba(2,6,23,.92),rgba(2,6,23,.78),transparent);border-bottom:1px solid rgba(148,163,184,.2);z-index:20}[data-theme=light] .layout-header{background:linear-gradient(to bottom,rgba(249,250,251,.98),rgba(249,250,251,.9),transparent);border-bottom-color:#94a3b84d}.layout-header-inner{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 40px;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:32px;height:32px;border-radius:999px;position:relative;background:radial-gradient(circle at 30% 20%,#f97316,#c2410c 52%,#0f172a);box-shadow:0 0 0 1px #0f172a99,0 0 25px #f973168c}.brand-mark-core{position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:inherit;background:radial-gradient(circle at 30% 25%,#ffedd5,#f97316 60%,#0f172a66)}.brand-mark-orbit{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;border:1px solid rgba(248,250,252,.6);opacity:.65}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:.98rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.brand-subtitle{font-size:.78rem;color:var(--color-text-muted)}.nav{display:flex;align-items:center;gap:10px}.nav-link{padding:6px 11px;border-radius:999px;font-size:.82rem;color:var(--color-text-muted);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.nav-link:hover,.nav-link:focus-visible{background:#0f172acc;color:var(--color-text);transform:translateY(-1px)}[data-theme=light] .nav-link:hover,[data-theme=light] .nav-link:focus-visible{background:#d1d5db99}.nav-link--active{background:var(--color-accent-soft);color:var(--color-accent-strong);font-weight:500}.theme-toggle{position:relative;width:60px;height:28px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:radial-gradient(circle at 10% 0%,rgba(249,115,22,.4),transparent 55%),#0f172af5;display:inline-flex;align-items:center;justify-content:space-between;padding:2px 6px;cursor:pointer;color:#facc15;box-shadow:var(--shadow-subtle)}[data-theme=light] .theme-toggle{background:radial-gradient(circle at 10% 0%,rgba(249,115,22,.3),transparent 55%),#f9fafb}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fed7aa,#fb923c 60%,#c2410c);box-shadow:0 0 0 1px #0f172a66,0 0 18px #f8fafc66;transition:transform var(--transition-med)}[data-theme=light] .theme-toggle-thumb{transform:translate(28px)}.theme-toggle-icon{font-size:.9rem;opacity:.6;transition:opacity var(--transition-med),transform var(--transition-med)}.theme-toggle-icon--moon{transform:translate(2px)}[data-theme=light] .theme-toggle-icon--moon{opacity:.3}[data-theme=light] .theme-toggle-icon--sun{opacity:.9;transform:translate(-2px)}@media (max-width: 900px){.layout-header-inner{padding:0 20px}.brand-subtitle,.nav{display:none}}.hero-slideshow{position:relative;width:100%;max-width:340px;aspect-ratio:1;border-radius:20px;background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 30px #ff7a1a26,0 8px 32px #0206172e,inset 0 1px #ffffff0d;overflow:hidden;transition:transform .3s ease}.hero-slideshow:hover{transform:scale(1.02)}.hero-slideshow-container{position:relative;width:100%;height:100%;overflow:hidden}.hero-slideshow-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease-in-out}.hero-slideshow-slide--active{opacity:1}.hero-slideshow-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-slideshow--skeleton{background:linear-gradient(90deg,#94a3b81a,#94a3b833,#94a3b81a);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-slideshow-skeleton-pulse{width:100%;height:100%;border-radius:20px}.hero-slideshow--empty{background:#0f172a4d;border:1.5px dashed rgba(255,122,26,.3);display:flex;align-items:center;justify-content:center}.hero-slideshow-empty-content{text-align:center;color:var(--color-text-muted);display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px}.hero-slideshow-empty-icon{width:36px;height:36px;color:#ff7a1a99;opacity:.6}.hero-slideshow-empty-text{font-size:.85rem;margin:0}.hero-slideshow-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.hero-slideshow-dot{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease;padding:0}.hero-slideshow-dot:hover{background:#ffffff80;transform:scale(1.2)}.hero-slideshow-dot--active{background:#ff7a1ae6;width:8px;height:8px;box-shadow:0 0 12px #ff7a1a99}@media (max-width: 900px){.hero-slideshow{max-width:240px}}@media (max-width: 640px){.hero-slideshow{max-width:200px;border-radius:16px}}.home-hero-section{padding:22px 22px 20px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:18px}.home-hero-left{display:flex;flex-direction:column;gap:16px}.home-hero-title{font-size:1.9rem;line-height:1.2;margin:0}.home-hero-title-accent{background:linear-gradient(120deg,#fed7aa,#fb923c,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent}.home-hero-body{margin:0;font-size:.96rem;color:var(--color-text-muted)}.home-hero-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;font-size:.85rem}.home-meta-label{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;color:var(--color-text-muted)}.home-meta-value{margin-top:4px}.home-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.home-hero-footnote{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem}.home-hero-right{display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.home-hero-section{grid-template-columns:minmax(0,1fr);padding:22px 10px 20px}.home-hero-right{margin-top:18px}}.tech-showcase-section{padding:32px}.tech-showcase-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr);gap:32px;margin-top:12px}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.tech-tile{text-align:left;border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:8px 10px;background:radial-gradient(circle at top left,#0f172af2,#0f172ad9);color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:8px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),background var(--transition-fast);min-width:240px}.tech-tile--active{border-color:var(--color-accent);box-shadow:0 12px 30px #0f172ae6;transform:translateY(-1px);background:radial-gradient(circle at top left,#f8fafc14,#0f172af2)}.tech-tile-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.tech-tile-name{font-size:.9rem;font-weight:600;color:inherit}.tech-tile-depth{font-size:.72rem;color:var(--color-text-muted)}.tech-tile-summary{margin:0;font-size:.8rem;color:var(--color-text-muted)}.tech-tile-tags{display:flex;flex-wrap:wrap;gap:6px}.tech-detail{padding:16px 18px;border-radius:16px;display:flex;flex-direction:column;gap:12px}.tech-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.tech-detail-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted)}.tech-detail-name{font-size:1rem;font-weight:600;color:#e2e8f0f5}.tech-detail-chip{padding:2px 8px;border-radius:var(--radius-pill);font-size:.7rem;border:1px solid var(--color-text-muted);color:#e2e8f0e6}.tech-detail-body{font-size:.82rem;color:#e2e8f0f5}.tech-detail-text{margin:0 0 8px;color:#e2e8f0f5}.tech-detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tech-detail-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text-muted)}.tech-detail-meta-value{margin-top:2px;color:#e2e8f0f5}@media (max-width: 900px){.tech-showcase-layout,.tech-detail-meta{grid-template-columns:minmax(0,1fr)}}.home-experiences-section{padding:32px}.home-experiences-container{display:flex;align-items:center;gap:12px;margin-top:20px;position:relative}.home-experiences-carousel{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;flex:1;padding:4px 0}.home-experiences-carousel::-webkit-scrollbar{height:4px}.home-experiences-carousel::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:2px}.home-experiences-carousel::-webkit-scrollbar-track{background:transparent}.home-experience-card{flex-shrink:0;width:300px;padding:16px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:radial-gradient(circle at top left,#0f172af2,#0f172ad9);color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:10px;text-align:left;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),background var(--transition-fast)}.home-experience-card:hover{border-color:var(--color-accent);box-shadow:0 8px 24px #0f172ae6;transform:translateY(-2px);background:radial-gradient(circle at top left,#f8fafc0f,#0f172af2)}.home-experience-card-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent);font-weight:600}.home-experience-card-title{font-size:.95rem;font-weight:600;margin:0;line-height:1.3}.home-experience-card-description{font-size:.82rem;color:#e2e8f0cc;margin:0;line-height:1.4;flex:1}.home-experience-card-footer{font-size:.75rem;color:var(--color-accent);margin-top:4px;font-weight:500}.home-experiences-nav{flex-shrink:0;width:40px;height:40px;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#0f172a80;color:inherit;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:border-color var(--transition-fast),background var(--transition-fast)}.home-experiences-nav:hover{border-color:var(--color-accent);background:#f973161a}.home-experiences-nav--left{order:-1}.home-experiences-cta{display:flex;justify-content:center;margin-top:28px}@media (max-width: 900px){.home-experiences-section{padding:24px}.home-experience-card{width:260px}.home-experiences-nav{width:36px;height:36px;font-size:1.3rem}}@media (max-width: 640px){.home-experiences-section{padding:20px}.home-experience-card{width:240px;padding:14px}.home-experience-card-title{font-size:.88rem}.home-experience-card-description{font-size:.78rem}.home-experiences-nav{width:32px;height:32px;font-size:1.1rem}}.disclaimer{padding:18px 20px}.disclaimer-title{margin:0 0 12px;font-size:1.1rem;font-weight:600;color:var(--color-text-secondary, rgba(255, 0, 0, .8))}.disclaimer-body{font-size:.9rem;line-height:1.6;color:var(--color-text-secondary, rgba(255, 0, 0, .8))}.disclaimer-body p{margin:0 0 12px}.disclaimer-body p:last-child{margin-bottom:0}@media (max-width: 900px){.disclaimer{padding:16px 18px}.disclaimer-title{font-size:1rem}.disclaimer-body{font-size:.85rem}}.home-page-grid{display:flex;flex-direction:column;gap:48px}@media (max-width: 900px){.home-page-grid{gap:32px}}.about-summary{padding:20px 22px}.about-summary-text{margin:0;font-size:.96rem;color:var(--color-text);max-width:52rem}.about-education{padding:18px 20px}.about-education-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.about-education-item{font-size:.9rem}.about-education-degree{font-weight:600}.about-education-meta{color:var(--color-text);font-size:.82rem}.about-interests{padding:18px 20px}.about-interests-list{margin:0;padding-left:18px;font-size:.9rem;color:var(--color-text-muted);display:flex;flex-direction:column;gap:4px}.about-page{display:flex;flex-direction:column;gap:18px}.about-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media (max-width: 900px){.about-page-grid{grid-template-columns:minmax(0,1fr)}}.skills-languages{padding:20px 22px}.skills-languages-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.skills-languages-item{font-size:.9rem}.skills-languages-name{font-weight:600;margin-bottom:4px}.skills-languages-desc{margin:0;color:var(--color-text)}@media (max-width: 900px){.skills-languages-grid{grid-template-columns:minmax(0,1fr)}}.skills-engineering{padding:18px 20px}.skills-engineering-list{margin:0;padding-left:18px;font-size:.9rem;color:var(--color-text);display:flex;flex-direction:column;gap:4px}.skills-cs{padding:18px 20px}.skills-cs-list{margin:0;padding-left:18px;font-size:.9rem;color:var(--color-text);display:flex;flex-direction:column;gap:4px}.skills-tools{padding:18px 20px}.skills-tools-tags{display:flex;flex-wrap:wrap;gap:8px}.skills-page{display:flex;flex-direction:column;gap:18px}.skills-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media (max-width: 900px){.skills-page-grid{grid-template-columns:minmax(0,1fr)}}.projects-intro{padding:20px 22px}.projects-intro-text{margin:0;font-size:.96rem;color:var(--color-text);max-width:52rem}.projects-list{padding:18px 20px 20px}.projects-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.project-card{border-radius:16px;border:1px solid rgba(148,163,184,.4);padding:14px 16px 12px;background:radial-gradient(circle at top left,#0f172af5,#0f172af5);display:flex;flex-direction:column;gap:10px}.project-card-header{display:flex;flex-direction:column;gap:4px}.project-card-title{margin:0;font-size:1.1rem;color:#e2e8f0f5}.project-card-summary{margin:0;font-size:.9rem;color:#e2e8f0cc}.project-card-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;font-size:.86rem;color:#e2e8f0d9}.project-card-section-label{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;color:#e2e8f0b3;margin-bottom:4px}.project-card-features{margin:0;padding-left:18px;color:#e2e8f0d9}.project-card-features li{margin-bottom:2px}.project-card-learnings{margin:0;color:#e2e8f0cc}.project-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-card-btn{font-size:.8rem}@media (max-width: 900px){.project-card-body{grid-template-columns:minmax(0,1fr)}}.projects-page{display:flex;flex-direction:column;gap:18px}.project-code-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-code-title{margin:8px 0 4px;font-size:1.3rem}.project-code-description{margin:0;font-size:.9rem;color:var(--color-text);max-width:40rem}.project-code-header-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media (max-width: 900px){.project-code-header{flex-direction:column;align-items:flex-start}.project-code-header-meta{align-items:flex-start}}.file-explorer{display:flex;flex-direction:column;gap:0;height:100%}.file-explorer-header{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text);padding:12px 12px 8px;border-bottom:1px solid rgba(148,163,184,.15);font-weight:600}.file-explorer-content{flex:1;overflow-y:auto;overflow-x:hidden}.file-explorer-node{display:flex;flex-direction:column}.file-explorer-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:6px 8px;border-radius:6px;border:none;background:transparent;color:var(--color-text);font-size:.82rem;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-explorer-item:hover{background:#f9731614;color:var(--color-text)}.file-explorer-item:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.file-explorer-item--selected{background:#f9731626;color:var(--color-accent);font-weight:500}.file-explorer-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;font-size:.7rem;flex-shrink:0;transition:transform var(--transition-fast)}.file-explorer-icon--folder{color:var(--color-accent)}.file-explorer-icon--file{color:#94a3b899}.file-explorer-icon--expanded{transform:rotate(0)}.file-explorer-children{display:flex;flex-direction:column;animation:slideDown .15s ease-out}.file-explorer-name{flex:1;min-width:0}.file-explorer-content::-webkit-scrollbar{width:8px}.file-explorer-content::-webkit-scrollbar-track{background:transparent}.file-explorer-content::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.file-explorer-content::-webkit-scrollbar-thumb:hover{background:#94a3b880}.code-viewer-breadcrumbs{display:flex;align-items:center;gap:0;flex-wrap:wrap;color:var(--color-text-muted);font-size:.82rem}.code-viewer-breadcrumb-item{display:flex;align-items:center;gap:4px}.code-viewer-breadcrumb-segment{padding:2px 4px;border-radius:4px;border:none;background:transparent;color:var(--color-text);font-size:inherit;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.code-viewer-breadcrumb-segment:hover{background:#f9731614;color:var(--color-accent)}.code-viewer-breadcrumb-segment:focus-visible{outline:1px solid var(--color-accent);outline-offset:1px}.code-viewer-breadcrumb-separator{color:var(--color-text-muted);margin:0 2px}.code-block{border-radius:14px;background:radial-gradient(circle at top left,#020617,#020617);border:1px solid rgba(15,23,42,.9);box-shadow:var(--shadow-subtle);overflow:hidden}.code-block-scroll{max-height:420px;overflow:auto}.code-block-pre{margin:0;padding:10px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem}.code-block-line{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:0 14px}.code-block-line-number{text-align:right;color:#94a3b8cc;-webkit-user-select:none;user-select:none}.code-block-line-content{white-space:pre;color:#e5e7eb}.project-code-layout{display:grid;grid-template-columns:240px 1fr;gap:16px;margin-top:8px;height:100%;min-height:500px}.project-code-sidebar{border-radius:14px;border:1px solid rgba(148,163,184,.4);background:radial-gradient(circle at top left,#0f172af5,#0f172a);display:flex;flex-direction:column;overflow:hidden}.project-code-sidebar-header{font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text);padding:12px;border-bottom:1px solid rgba(148,163,184,.15)}.project-code-file-list{list-style:none;margin:0;padding:0;font-size:.8rem;flex:1;overflow-y:auto}.project-code-file-item{width:100%;text-align:left;padding:4px 8px;border-radius:8px;border:none;background:transparent;color:var(--color-text);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.project-code-file-item:hover,.project-code-file-item:focus-visible{background:#0f172ae6;color:var(--color-text)}.project-code-file-item--active{background:var(--color-accent-soft);color:var(--color-accent-strong)}.project-code-viewer{display:flex;flex-direction:column;gap:10px;border-radius:14px;background:radial-gradient(circle at top left,#0f172af5,#0f172a);padding:12px;overflow:hidden}.project-code-viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid rgba(148,163,184,.1);min-height:32px}.project-code-copy-btn{padding:4px 10px;border-radius:6px;border:1px solid rgba(249,115,22,.4);background:transparent;color:var(--color-accent);font-size:.8rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);flex-shrink:0}.project-code-copy-btn:hover{background:#f973161a;border-color:#f9731699}.project-code-copy-btn:active{background:#f9731633}.project-code-copy-btn--copied{background:#10b9811a;border-color:#10b98166;color:#10b981}@media (max-width: 900px){.project-code-layout{grid-template-columns:minmax(0,1fr);gap:12px;min-height:auto}.project-code-sidebar{max-height:250px}.project-code-viewer{flex:1}}.project-code-file-list::-webkit-scrollbar{width:8px}.project-code-file-list::-webkit-scrollbar-track{background:transparent}.project-code-file-list::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.project-code-file-list::-webkit-scrollbar-thumb:hover{background:#94a3b880}.project-code-page{padding:20px 20px 18px}.project-code-page-inner{display:flex;flex-direction:column;gap:12px}.code-library-intro{padding:20px 22px}.code-library-intro-text{margin:0;font-size:.96rem;color:var(--color-text-muted);max-width:52rem}.file-explorer{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#1a1a2e,#16213e);border-radius:8px;overflow:hidden;box-shadow:inset 0 0 20px #0006;border:1px solid rgba(102,126,234,.1)}.explorer-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(90deg,#667eea26,#764ba226);border-bottom:1px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.explorer-header h3{margin:0;font-size:14px;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:.5px}.file-counter{font-size:11px;color:#999;background:#667eea33;padding:2px 8px;border-radius:12px;font-weight:600}.explorer-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 0}.empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;text-align:center;color:#666}.empty-icon{font-size:32px;margin-bottom:12px}.empty-state h4{margin:0 0 8px;font-size:14px;color:#888}.empty-state p{margin:0;font-size:12px;color:#555}.folders-list{-webkit-user-select:none;user-select:none}.folder-section{display:flex;flex-direction:column;margin-bottom:4px}.folder-header{display:flex;align-items:center;gap:6px;padding:8px 12px;cursor:pointer;transition:all .15s ease;color:#b0b0b0;font-size:13px;font-weight:500;font-family:Segoe UI,Fira Code,monospace;-webkit-user-select:none;user-select:none}.folder-header:hover{background:#667eea26;color:#e0e0e0}.chevron{display:inline-flex;width:14px;justify-content:center;font-size:11px;color:#667eea;transition:transform .2s ease;flex-shrink:0}.chevron.expanded{transform:rotate(90deg)}.folder-icon{font-size:14px;flex-shrink:0}.folder-label{font-weight:600;text-transform:capitalize;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-count-badge{font-size:10px;color:#666;background:#667eea1a;padding:1px 6px;border-radius:10px;font-weight:600;flex-shrink:0}.files-list{display:flex;flex-direction:column;background:#00000026;border-left:2px solid rgba(102,126,234,.15);margin-left:0}.file-item{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 16px;cursor:pointer;transition:all .15s ease;color:#999;font-size:13px;font-family:Segoe UI,Fira Code,monospace;-webkit-user-select:none;user-select:none;position:relative}.file-item:hover{background:#667eea33;color:#e0e0e0}.file-item.active{background:linear-gradient(90deg,#667eea59,#764ba233);color:#fff;border-left:3px solid #f59e0b;padding-left:13px}.file-item .icon{font-size:12px;flex-shrink:0;min-width:14px;text-align:center}.file-item .name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.file-item .language-badge{font-size:9px;color:#666;background:#667eea1a;padding:1px 4px;border-radius:3px;font-weight:600;flex-shrink:0;text-transform:uppercase;display:none}.file-item:hover .language-badge{display:inline-block}.file-item.active .language-badge{display:inline-block;background:#f59e0b33;color:#f59e0b}.explorer-content::-webkit-scrollbar{width:6px}.explorer-content::-webkit-scrollbar-track{background:transparent}.explorer-content::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px;transition:background .2s ease}.explorer-content::-webkit-scrollbar-thumb:hover{background:#667eea80}@media (max-width: 768px){.file-explorer{max-height:300px;border-radius:0}.explorer-header h3{font-size:12px}.folder-header,.file-item{padding:8px;font-size:12px}.file-item .language-badge{display:none!important}}.code-viewer{display:flex;flex-direction:column;height:100%;background:#011627;border-radius:8px;overflow:hidden;border:1px solid rgba(102,126,234,.1);box-shadow:0 0 30px #667eea1a}.empty-viewer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 24px;color:#666;background:linear-gradient(135deg,#1a1a2e,#16213e);text-align:center}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-viewer h3{margin:0 0 8px;font-size:18px;color:#999;font-weight:600}.empty-viewer p{margin:0;font-size:14px;color:#666;max-width:300px;line-height:1.5}.viewer-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;background:linear-gradient(90deg,#c5e1a514,#c5e1a508);border-bottom:1px solid rgba(197,225,165,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;flex-shrink:0}.file-info{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.file-icon{font-size:16px;flex-shrink:0}.file-details{display:flex;flex-direction:column;min-width:0;gap:2px}.file-name{font-size:14px;font-weight:600;color:#c5e1a5;font-family:Fira Code,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-path{font-size:11px;color:#667eea;font-family:Fira Code,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.7}.metadata{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.metadata-item{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.metadata-item .label{color:#666}.metadata-item .value{color:#c5e1a5;font-family:Fira Code,monospace}.language-badge{background:#667eea33!important;padding:2px 6px!important;border-radius:3px;color:#667eea!important}.copy-button{padding:6px 10px;background:#667eea33;color:#c5e1a5;border:1px solid rgba(102,126,234,.3);border-radius:4px;font-size:10px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;flex-shrink:0}.copy-button:hover:not(:disabled){background:#667eea66;border-color:#667eea80;color:#fff;transform:translateY(-1px)}.copy-button:active:not(:disabled){transform:translateY(0)}.copy-button:disabled{opacity:1;background:#c5e1a533;color:#c5e1a5;border-color:#c5e1a54d}.code-content{flex:1;overflow:auto;background:#011627;position:relative;border-top:1px solid rgba(102,126,234,.05)}.code-content>div{height:auto!important;min-height:100%}.empty-code{display:flex;justify-content:center;align-items:center;height:100%;color:#666;padding:40px 20px;text-align:center;font-size:14px}.code-content ::-webkit-scrollbar{width:8px;height:8px}.code-content ::-webkit-scrollbar-track{background:transparent}.code-content ::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px;transition:background .2s ease}.code-content ::-webkit-scrollbar-thumb:hover{background:#667eea80}.viewer-footer{padding:12px 16px;background:linear-gradient(90deg,#667eea14,#764ba20d);border-top:1px solid rgba(102,126,234,.15);border-radius:0 0 8px 8px;font-size:12px;color:#999;max-height:140px;overflow-y:auto;flex-shrink:0}.description-section,.tags-section{margin-bottom:8px}.description-section:last-child,.tags-section:last-child{margin-bottom:0}.description-section strong,.tags-section strong{color:#c5e1a5;display:block;margin-bottom:4px;font-size:10px;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.description-section p{margin:0;color:#bbb;line-height:1.4;font-size:12px}.tags{display:flex;gap:6px;flex-wrap:wrap}.tag{display:inline-block;padding:2px 8px;background:#667eea33;color:#667eea;border-radius:12px;font-size:10px;font-weight:600;border:1px solid rgba(102,126,234,.2)}.viewer-footer::-webkit-scrollbar{width:4px}.viewer-footer::-webkit-scrollbar-track{background:transparent}.viewer-footer::-webkit-scrollbar-thumb{background:#667eea33;border-radius:2px}.viewer-footer::-webkit-scrollbar-thumb:hover{background:#667eea66}@media (max-width: 1024px){.viewer-header{flex-direction:column;align-items:flex-start}.metadata{width:100%;justify-content:flex-start;margin-top:4px}}@media (max-width: 768px){.code-viewer{border-radius:0}.viewer-header{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 12px}.file-info{width:100%}.metadata{width:100%;flex-direction:column;gap:4px;justify-content:flex-start;align-items:flex-start}.metadata-item{width:100%}.copy-button{width:100%;justify-content:center}}.code-library-entries{display:flex;height:680px;gap:12px;background:#0f172a;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.entries-sidebar{width:30%;min-width:260px;max-width:400px;flex-shrink:0;display:flex;flex-direction:column}.entries-viewer{flex:1;min-width:400px;display:flex;flex-direction:column;overflow:hidden}.loading-state{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:40px 24px;text-align:center;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px}.spinner{width:40px;height:40px;border:3px solid rgba(102,126,234,.2);border-top:3px solid rgba(102,126,234,.8);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.loading-state p{margin:0;color:#999;font-size:14px}.error-state{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:40px 24px;text-align:center;background:linear-gradient(135deg,#ef44440d,#dc26260d);border-radius:12px}.error-icon{font-size:40px;margin-bottom:12px}.error-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#ef4444}.error-message{margin:0;font-size:13px;color:#999;max-width:400px;line-height:1.5}.empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:40px 24px;text-align:center;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px}.empty-icon{font-size:48px;margin-bottom:12px}.empty-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#e0e0e0}.empty-message{margin:0;font-size:13px;color:#999;max-width:400px;line-height:1.5}@media (max-width: 1024px){.code-library-entries{height:auto;flex-direction:column;gap:16px}.entries-sidebar{width:100%;max-width:100%;height:350px}.entries-viewer{width:100%;min-width:auto}}@media (max-width: 768px){.code-library-entries{height:auto;flex-direction:column;border-radius:0}.entries-sidebar{height:300px;max-width:100%}.entries-viewer{min-height:400px}}.code-library-page{display:flex;flex-direction:column;gap:18px}.learnings-intro{padding:20px 22px}.learnings-intro-text{margin:0;font-size:.96rem;color:var(--color-text-muted);max-width:52rem}.learnings-list{padding:20px}.learnings-tree{display:flex;flex-direction:column;gap:0;font-family:inherit}.learnings-tree-root{padding:12px 0 16px;font-size:.9rem;font-weight:600;color:var(--color-text);border-bottom:1px solid rgba(148,163,184,.2);margin-bottom:8px}.learnings-tree-root-label{display:inline-block}.learnings-tree-category{display:flex;flex-direction:column;gap:0;margin-bottom:4px}.learnings-tree-category-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;background:transparent;border:none;border-bottom:1px solid rgba(148,163,184,.15);color:var(--color-text);cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;transition:color var(--transition-fast),border-color var(--transition-fast)}.learnings-tree-category-toggle:hover{color:var(--color-accent);border-bottom-color:#f9731633}.learnings-tree-toggle-icon{display:inline-block;font-size:.75rem;width:16px;text-align:center;transition:transform var(--transition-fast);flex-shrink:0}.learnings-tree-category-title{flex:1}.learnings-tree-category-progress{font-size:.75rem;color:var(--color-accent);font-weight:600;flex-shrink:0}.learnings-tree-entries{display:flex;flex-direction:column;gap:0;margin-bottom:12px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.learnings-tree-entry{padding:12px 0 12px 24px;border-bottom:1px solid rgba(148,163,184,.1);border-left:1px solid rgba(148,163,184,.2);margin-left:8px;display:flex;flex-direction:column;gap:6px}.learnings-tree-entry:last-child{border-bottom:none}.learnings-tree-entry-link{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;color:inherit;transition:color var(--transition-fast)}.learnings-tree-entry-link:hover{color:var(--color-accent)}.learnings-tree-entry-title{font-size:.85rem;font-weight:500;line-height:1.3;flex:1;color:var(--color-text)}.learnings-tree-entry-status{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;padding:2px 6px;border-radius:4px;flex-shrink:0;white-space:nowrap}.learnings-tree-entry-status--completed{color:#10b981;background:#10b9811a}.learnings-tree-entry-status--in-progress{color:var(--color-accent);background:#f973161a}.learnings-tree-entry-description{font-size:.78rem;color:var(--color-text);margin:0;line-height:1.4}@media (max-width: 900px){.learnings-list{padding:18px}.learnings-tree-entry{padding:10px 0 10px 20px}.learnings-tree-entry-title{font-size:.82rem}}@media (max-width: 640px){.learnings-list{padding:16px}.learnings-tree-category-toggle{padding:10px 0;font-size:.85rem}.learnings-tree-entry{padding:8px 0 8px 18px;margin-left:6px}.learnings-tree-entry-title{font-size:.8rem}.learnings-tree-entry-description{font-size:.74rem}}.learnings-page{display:flex;flex-direction:column;gap:18px}.resume-header{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.resume-header-main{display:flex;flex-direction:column;gap:4px}.resume-name{margin:0;font-size:1.4rem}.resume-role{margin:0;font-size:.95rem;color:var(--color-text)}.resume-header-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:.85rem;color:var(--color-text)}.resume-download-btn{font-size:.8rem}@media (max-width: 900px){.resume-header{flex-direction:column;align-items:flex-start}.resume-header-meta{align-items:flex-start}}.resume-body{padding:18px 20px 20px}.resume-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.resume-section-title{margin:0 0 6px;font-size:.98rem}.resume-list{margin:0;padding-left:18px;font-size:.88rem;color:var(--color-text);display:flex;flex-direction:column;gap:6px}.resume-list-title{font-weight:600}.resume-list-text{margin-top:2px}@media (max-width: 900px){.resume-columns{grid-template-columns:minmax(0,1fr)}}.resume-page{display:flex;flex-direction:column;gap:18px}.experience-summary{padding:20px 22px}.experience-summary-text{margin:0;font-size:.96rem;color:var(--color-text-muted);max-width:52rem}.experience-timeline{padding:18px 20px 20px}.experience-timeline-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.experience-timeline-item{display:grid;grid-template-columns:auto 1fr;gap:10px;font-size:.88rem}.experience-timeline-dot{width:10px;height:10px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft);margin-top:4px}.experience-timeline-title{font-weight:600}.experience-timeline-type{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text)}.experience-timeline-description{margin:2px 0 0;color:var(--color-text)}.experience-page{display:flex;flex-direction:column;gap:18px}.contact-info{padding:20px 22px}.contact-info-text{margin:0 0 6px;font-size:.96rem;color:var(--color-text-muted)}.contact-info-email{margin:0;font-size:.9rem}.contact-form{padding:18px 20px 20px}.google-form-container{display:flex;justify-content:center;width:100%;overflow:hidden;border-radius:10px}.google-form-container iframe{max-width:100%;width:100%;border:none;border-radius:10px}@media (max-width: 900px){.google-form-container iframe{height:800px}}.contact-page{display:flex;flex-direction:column;gap:18px}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px;width:100%;max-width:400px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card h1{text-align:center;color:#667eea;font-size:28px;margin:0 0 10px;font-weight:700}.login-subtitle{text-align:center;color:#666;font-size:14px;margin:0 0 30px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.login-form,.form-group{margin-bottom:20px}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-icon{font-size:16px}.login-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;color:#999;font-size:13px;margin:0}.create-file-button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.create-file-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.create-file-button:active{transform:translateY(0)}.create-file-form-container{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.create-file-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.form-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #eee}.form-header h2{margin:0;color:#333;font-size:22px}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#999;transition:color .2s ease;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px}.close-button:hover{color:#333;background-color:#f5f5f5}.create-file-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{display:flex;align-items:center;gap:10px;padding:12px;background-color:#fee;color:#c33;border-radius:6px;margin-bottom:20px;font-size:14px;border-left:4px solid #c33}.error-icon{font-size:16px;flex-shrink:0}.success-message{display:flex;align-items:center;gap:10px;padding:12px;background-color:#efe;color:#3c3;border-radius:6px;margin-bottom:20px;font-size:14px;border-left:4px solid #3c3}.success-icon{font-size:16px;flex-shrink:0}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #eee}.cancel-button,.submit-button{flex:1;padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.cancel-button{background-color:#f0f0f0;color:#333}.cancel-button:hover:not(:disabled){background-color:#e0e0e0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}.upload-folder-wrapper{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.upload-folder-btn{padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.upload-folder-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea)}.upload-folder-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.upload-folder-btn:disabled{opacity:.6;cursor:not-allowed}.upload-progress-inline{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#667eea1a;border-radius:6px}.progress-text{font-size:12px;font-weight:600;color:#667eea;min-width:30px}.progress-bar-small{flex:1;height:4px;background:#667eea33;border-radius:2px;overflow:hidden}.progress-fill-small{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;transition:width .3s ease}.upload-status-message{padding:10px 12px;border-radius:6px;font-size:13px;font-weight:500;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.upload-status-message.success{background:#34d3991a;color:#047857;border-left:3px solid #34d399}.upload-status-message.error{background:#ef44441a;color:#991b1b;border-left:3px solid #ef4444}.hero-slides-manager{padding:24px;background:var(--surface-secondary, rgba(15, 23, 42, .5));border-radius:12px;margin-bottom:24px}.hero-slides-header{margin-bottom:24px}.hero-slides-title{font-size:1.5rem;margin:0 0 8px;color:var(--color-text-primary)}.hero-slides-subtitle{font-size:.9rem;color:var(--color-text-muted);margin:0}.hero-slides-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;color:#fca5a5;font-size:.9rem}.hero-slides-error-close{background:none;border:none;color:#fca5a5;cursor:pointer;font-size:1.5rem;padding:0;line-height:1;transition:opacity .2s}.hero-slides-error-close:hover{opacity:.7}.hero-slides-container{display:grid;grid-template-columns:1fr 1.5fr;gap:32px}.hero-slides-upload-section{background:#ffffff05;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:20px}.hero-slides-upload-section h3{margin:0 0 16px;font-size:1rem;color:var(--color-text-primary)}.hero-slides-form{display:flex;flex-direction:column;gap:16px}.hero-slides-form-group{display:flex;flex-direction:column;gap:6px}.hero-slides-form-group label{font-size:.9rem;font-weight:500;color:var(--color-text-secondary)}.hero-slides-form-group input{padding:8px 12px;background:#0f172a80;border:1px solid rgba(148,163,184,.3);border-radius:6px;color:var(--color-text-primary);font-size:.9rem;transition:border-color .2s}.hero-slides-form-group input:hover{border-color:#94a3b880}.hero-slides-form-group input:focus{outline:none;border-color:#ff7a1a80;background:#0f172ab3}.hero-slides-form-group input:disabled{opacity:.5;cursor:not-allowed}.hero-slides-form-help{font-size:.8rem;color:var(--color-text-muted);margin:0}.hero-slides-preview{margin-top:12px;border-radius:8px;overflow:hidden;max-height:200px}.hero-slides-preview-image{width:100%;height:100%;object-fit:cover;display:block}.hero-slides-grid-section{background:#ffffff05;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:20px}.hero-slides-grid-section h3{margin:0 0 16px;font-size:1rem;color:var(--color-text-primary)}.hero-slides-loading,.hero-slides-empty{text-align:center;padding:40px 20px;color:var(--color-text-muted)}.hero-slides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.hero-slides-card{background:#0f172a66;border:1px solid rgba(148,163,184,.2);border-radius:8px;overflow:hidden;transition:all .2s}.hero-slides-card:hover{border-color:#ff7a1a4d;box-shadow:0 0 12px #ff7a1a1a}.hero-slides-card-image{width:100%;aspect-ratio:1;overflow:hidden;background:#0000004d}.hero-slides-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.hero-slides-card:hover .hero-slides-card-image img{transform:scale(1.05)}.hero-slides-card-content{padding:12px;display:flex;flex-direction:column;gap:8px}.hero-slides-card-order{display:flex;align-items:center;gap:8px;font-size:.85rem}.hero-slides-card-order label{color:var(--color-text-muted);flex-shrink:0}.hero-slides-card-order input{width:40px;padding:4px 6px;background:#0f172a80;border:1px solid rgba(148,163,184,.3);border-radius:4px;color:var(--color-text-primary);font-size:.85rem;text-align:center}.hero-slides-card-order input:focus{outline:none;border-color:#ff7a1a80}.hero-slides-card-date{color:var(--color-text-muted);font-size:.75rem}.hero-slides-card-delete{width:100%;padding:6px;font-size:.8rem;margin-top:4px}@media (max-width: 1024px){.hero-slides-container{grid-template-columns:1fr}}@media (max-width: 640px){.hero-slides-manager{padding:16px}.hero-slides-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:20px 32px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.dashboard-header h1{margin:0;color:#333;font-size:28px;font-weight:700}.logout-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.logout-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.logout-button:active{transform:translateY(0)}.header-actions{display:flex;align-items:center;gap:12px}.delete-all-button{padding:10px 20px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.delete-all-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.delete-all-button:active:not(:disabled){transform:translateY(0)}.delete-all-button:disabled{opacity:.5;cursor:not-allowed}.dashboard-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:30px;flex-wrap:wrap}.filter-section{background:#fff;padding:20px 32px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;gap:20px}.filter-group{display:flex;align-items:center;gap:12px}.filter-group label{color:#666;font-weight:600;font-size:14px;white-space:nowrap}.filter-group select{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease;background-color:#fff}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-info{color:#999;font-size:14px}.total-files{font-weight:600}.error-banner{display:flex;align-items:center;gap:10px;padding:16px;background-color:#fee;color:#c33;border-radius:8px;margin-bottom:30px;border-left:4px solid #c33}.error-banner .error-icon{font-size:18px;flex-shrink:0}.error-banner .close-error{margin-left:auto;background:none;border:none;color:#c33;font-size:20px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.error-banner .close-error:hover{background-color:#ff00001a}.loading-state{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#666}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-state p{margin:10px 0;color:#666}.empty-state p:first-child{font-size:48px;margin-bottom:20px}.empty-description{color:#999;font-size:14px}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:30px}.file-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .2s ease;display:flex;flex-direction:column}.file-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.file-name{margin:0;color:#333;font-size:16px;font-weight:700;flex:1;word-break:break-word}.language-badge{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.file-path{color:#999;font-size:13px;margin:0 0 12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;word-break:break-all}.file-description{color:#666;font-size:14px;margin:0 0 12px;line-height:1.5;flex:1}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tag{display:inline-block;padding:4px 10px;background-color:#f0f0f0;color:#666;border-radius:4px;font-size:12px;font-weight:600}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0}.file-date{font-size:12px;color:#999}.delete-button{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.delete-button:hover:not(:disabled){background-color:#fee;transform:scale(1.1)}.delete-button:disabled{cursor:not-allowed;opacity:.6}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.pagination-button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.pagination-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.pagination-button:active:not(:disabled){transform:translateY(0)}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#666;font-weight:600;font-size:14px;min-width:120px;text-align:center}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:16px}.dashboard-header h1{font-size:22px}.filter-section{flex-direction:column;align-items:flex-start}.files-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:12px}.pagination-button{width:100%}}.projects-management-section{margin-top:60px;padding-top:40px;border-top:1px solid #e0e0e0}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:30px}@media (max-width: 1024px){.projects-grid{grid-template-columns:1fr;gap:30px}}.create-project-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.create-project-form h2{margin-top:0;margin-bottom:20px;font-size:1.3rem;color:#1a1a1a;font-weight:700}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group label{font-weight:600;margin-bottom:8px;color:#2c3e50;font-size:.9rem;display:block}.form-input,.form-textarea{background:#f9f9f9;border:1px solid #d0d0d0;border-radius:4px;padding:10px 12px;font-family:inherit;font-size:.95rem;color:#333;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e11a;background:#fff}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed;background:#f0f0f0}.projects-list-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.projects-list-container h2{margin-top:0;margin-bottom:20px;font-size:1.3rem;color:#1a1a1a;font-weight:700}.projects-list-container>p{text-align:center;padding:20px 0;color:#666}.projects-table{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 100px 100px 80px;gap:12px;padding:16px 12px;background:#f5f5f5;font-weight:600;font-size:.9rem;color:#666;border-bottom:1px solid #e0e0e0;position:sticky;top:0}.table-row{display:grid;grid-template-columns:2fr 100px 100px 80px;gap:12px;padding:16px 12px;border-bottom:1px solid #e0e0e0;align-items:center;transition:background-color .2s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background-color:#fafafa}.col-title{overflow:hidden}.col-title strong{display:block;white-space:nowrap;overflow:text-overflow;text-overflow:ellipsis;color:#1a1a1a}.col-tag,.col-date{text-align:center;font-size:.9rem;color:#666}.tag{display:inline-block;background:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.col-action{text-align:center}.btn-delete{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:4px 8px;border-radius:4px;transition:background-color .2s ease;display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.btn-delete:hover:not(:disabled){background-color:#ffebee}.btn-delete:disabled{opacity:.6;cursor:waiting}@media (max-width: 768px){.col-date,.table-header .col-date,.table-row .col-date{display:none}.table-header,.table-row{grid-template-columns:1fr 60px 60px}}.error-message{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:4px;border-left:3px solid #c62828;margin-bottom:16px;font-size:.95rem}.success-message{background:#e8f5e9;color:#2e7d32;padding:12px 16px;border-radius:4px;border-left:3px solid #2e7d32;margin-bottom:16px;font-size:.95rem}.project-upload-section{margin-top:32px;padding-top:24px;border-top:2px solid #f0f0f0}.project-upload-section h3{margin-top:0;margin-bottom:8px;font-size:1.1rem;color:#1a1a1a;font-weight:600}.upload-hint{margin-bottom:12px;font-size:.9rem;color:#666}.project-select{padding:10px 12px;font-size:.95rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;transition:border-color .2s ease;width:100%}.project-select:hover{border-color:#667eea}.project-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.project-upload-hint{margin-top:24px;padding:16px;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.2);border-radius:8px;border-left:4px solid #667eea}.hint-title{margin:0 0 8px;font-size:1rem;font-weight:600;color:#667eea}.hint-text{margin:0;font-size:.9rem;color:#555;line-height:1.5}:root{--color-bg: #07090c;--color-bg-elevated: #0f131a;--color-bg-soft: #141925;--color-text: #f5f7fa;--color-text-muted: #a0a7b8;--color-border-subtle: rgba(255, 255, 255, .08);--color-accent: #ff7a1a;--color-accent-soft: rgba(255, 122, 26, .16);--color-accent-strong: #ff9d4d;--shadow-soft: 0 18px 45px rgba(0, 0, 0, .55);--shadow-subtle: 0 10px 30px rgba(0, 0, 0, .4);--radius-lg: 18px;--radius-md: 12px;--radius-pill: 999px;--nav-height: 68px;--transition-fast: .15s ease-out;--transition-med: .22s ease-out;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif}[data-theme=light]{--color-bg: #f4f5f8;--color-bg-elevated: #ffffff;--color-bg-soft: #edf0f7;--color-text: #111827;--color-text-muted: #6b7280;--color-border-subtle: rgba(15, 23, 42, .08);--color-accent: #f97316;--color-accent-soft: rgba(249, 115, 22, .1);--color-accent-strong: #ea580c;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .12);--shadow-subtle: 0 10px 30px rgba(15, 23, 42, .08)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);background:radial-gradient(circle at top left,#15192b 0,#07090c 42%,#020308);color:var(--color-text);-webkit-font-smoothing:antialiased}[data-theme=light] body{background:radial-gradient(circle at top left,#fff 0,#f4f5f8 40%,#e5e7eb)}a{color:inherit;text-decoration:none}button{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:96px 40px 64px}@media (max-width: 900px){.app-main{padding:80px 20px 48px}}@media (max-width: 768px){.app-main{padding:80px 16px 48px}}.surface{background:radial-gradient(farthest-side at top left,rgba(255,122,26,.08),transparent),radial-gradient(farthest-corner at bottom right,rgba(96,165,250,.04),transparent),var(--color-bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft)}[data-theme=light] .surface{background:radial-gradient(farthest-side at top left,rgba(249,115,22,.06),transparent),radial-gradient(farthest-corner at bottom right,rgba(59,130,246,.04),transparent),var(--color-bg-elevated)}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title{font-size:1.35rem;letter-spacing:.02em}.section-caption{font-size:.9rem;color:var(--color-text-muted)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;border-radius:var(--radius-pill);border:1px solid rgba(148,163,184,.4);background:linear-gradient(to right,#0f172ae6,#0f172a99)}[data-theme=light] .pill{background:linear-gradient(to right,#f9fafb,#e5e7eb)}.pill-dot{width:8px;height:8px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}.tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:.75rem;background:#0f172acc;color:var(--color-text-muted);border:1px solid rgba(148,163,184,.4)}[data-theme=light] .tag{background:#f9fafb}.tag--accent{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:#f9731640}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:var(--radius-pill);border:1px solid transparent;font-size:.9rem;font-weight:500;cursor:pointer;transition:background var(--transition-med),color var(--transition-med),box-shadow var(--transition-med),transform var(--transition-fast),border-color var(--transition-med)}.btn--primary{background:linear-gradient(135deg,#fb923c,#f97316);color:#0b1120;box-shadow:0 14px 30px #f9731666}.btn--primary:hover,.btn--primary:focus-visible{transform:translateY(-1px);box-shadow:0 18px 38px #f973168c}.btn--ghost{background:transparent;color:var(--color-text-muted);border-color:#94a3b899}.btn--ghost:hover,.btn--ghost:focus-visible{background:#0f172ae6;color:var(--color-text)}[data-theme=light] .btn--ghost:hover,[data-theme=light] .btn--ghost:focus-visible{background:#e5e7ebcc}.code-surface{background:radial-gradient(ellipse at top left,#0f172ae6,#0f172a),#020617;border-radius:16px;border:1px solid rgba(15,23,42,.9);box-shadow:var(--shadow-subtle)}[data-theme=light] .code-surface{background:#0f172a;border-color:#020617}.layout-footer{border-top:1px solid rgba(148,163,184,.25);padding:18px 0 28px}.layout-footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.8rem;color:var(--color-text-muted)}.layout-footer-brand{text-transform:uppercase;letter-spacing:.12em}[data-theme=light] .layout-footer{border-top-color:#94a3b859}@media (max-width: 900px){.layout-footer-inner{padding:0 16px;flex-direction:column;align-items:flex-start}}
