:root{--bg:#eef2f7;--bg-soft:#f4f7fb;--panel:#f8fafc;--surface:#fff;--text:#1f2937;--muted:#6b7280;--line:#e5e7eb;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-soft:#eff6ff;--blue-mid:#dbeafe;--font:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font);color:var(--text);background:radial-gradient(1200px 800px at 80% -10%, #fff 0%, transparent 55%), linear-gradient(180deg, #eaf1fa 0%, var(--bg) 100%);-webkit-font-smoothing:antialiased;background-attachment:fixed;align-items:stretch;margin:0;padding:24px;display:flex}#scene{z-index:0;width:100%;height:100%;display:block;position:fixed;inset:0}.window{z-index:1;-webkit-backdrop-filter:blur(18px)saturate(1.1);background:#ffffffb8;border:1px solid #ffffffb3;border-radius:16px;flex-direction:column;width:100%;max-width:1160px;height:calc(100vh - 48px);min-height:480px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px -20px #1e40af59}.title-bar{background:linear-gradient(90deg, var(--blue-dark), var(--blue));color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;display:flex}.window-controls{gap:8px;display:flex}.dot{border-radius:50%;width:12px;height:12px;box-shadow:inset 0 0 0 1px #00000014}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.title-bar-center{align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.title-folder{color:#bfdbfe;width:18px;height:18px}.lang-toggle{color:#fff;font-family:var(--font);cursor:pointer;background:#ffffff29;border:1px solid #fff6;border-radius:999px;padding:5px 14px;font-size:.82rem;font-weight:600;transition:background .2s}.lang-toggle:hover{background:#ffffff4d}.window-body{flex:1;min-height:0;display:flex}.sidebar{border-right:1px solid var(--line);background:#f8fafcb3;flex-shrink:0;width:230px;padding:16px 10px;overflow-y:auto}.sidebar-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 12px 10px;font-size:.72rem;font-weight:700}.tree-root{color:var(--text);align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;font-weight:600;display:flex}.tree-root .folder-svg{width:22px;height:22px}.tree-list{margin:4px 0 0;padding:0;list-style:none}.tree-item{text-align:left;width:100%;font-family:var(--font);color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:8px;padding:8px 12px;font-size:.92rem;font-weight:500;transition:background .15s,color .15s;display:flex}.tree-item:hover{background:var(--blue-soft)}.tree-item.active{background:var(--blue-mid);color:var(--blue-dark);font-weight:600}.tree-chevron{color:var(--muted);font-size:.72rem;transition:transform .2s}.tree-item.active .tree-chevron{transform:rotate(90deg)}.tree-item .folder-svg{width:20px;height:20px}.main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.address-bar{border-bottom:1px solid var(--line);background:#fbfdffcc;align-items:center;gap:14px;padding:10px 16px;display:flex}.address-buttons{gap:6px;display:flex}.addr-btn{border:1px solid var(--line);background:var(--surface);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;transition:background .15s,color .15s,opacity .15s;display:inline-flex}.addr-btn:hover:not(:disabled){background:var(--blue-soft);color:var(--blue)}.addr-btn:disabled{opacity:.35;cursor:default}.breadcrumb{white-space:nowrap;flex:1;align-items:center;gap:8px;min-width:0;font-size:.9rem;display:flex;overflow:hidden}.breadcrumb .crumb{color:var(--muted)}.breadcrumb .crumb.current{color:var(--text);font-weight:600}.breadcrumb .sep{color:var(--muted);opacity:.6}.content{flex:1;padding:20px;overflow:hidden auto}.content>*{animation-fill-mode:both}.exit-left{animation:.17s forwards exitLeft}.exit-right{animation:.17s forwards exitRight}.enter-right{animation:.24s forwards enterRight}.enter-left{animation:.24s forwards enterLeft}@keyframes exitLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-22px)}}@keyframes exitRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(22px)}}@keyframes enterRight{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes enterLeft{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}.view-head{justify-content:space-between;align-items:baseline;margin-bottom:18px;padding:0 4px;display:flex}.view-head h2{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.view-sub{color:var(--muted);margin:0;font-size:.88rem}.grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;display:grid}.file-card{cursor:pointer;text-align:center;font-family:var(--font);color:var(--text);background:0 0;border:1px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:22px 14px;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}a.file-card{text-decoration:none}.file-card:hover{background:var(--blue-soft);border-color:var(--blue-mid);transform:translateY(-3px);box-shadow:0 10px 24px -12px #2563eb66}.file-name{font-size:.95rem;font-weight:600;line-height:1.3}.file-meta{color:var(--muted);overflow-wrap:anywhere;font-size:.8rem;line-height:1.35}.folder-svg{perspective:260px;width:52px;height:52px;display:block}.folder-back{fill:#93c5fd}.folder-inside{fill:#e0edff}.folder-flap{fill:#2563eb;transform-origin:50% 0;transform-style:preserve-3d;transition:transform .3s}.file-card:hover .folder-flap,.file-card.is-open .folder-flap,.tree-item.active .folder-flap{transform:rotateX(-42deg)}.doc-svg{width:46px;height:46px;display:block}.chip-row{flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chip{background:var(--blue-soft);border:1px solid var(--blue-mid);color:var(--blue-dark);border-radius:999px;padding:4px 10px;font-size:.76rem}.doc{max-width:760px;padding:8px 6px}.about-head h1{letter-spacing:-.03em;margin:0 0 6px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.05}.about-title{color:var(--blue);margin:0 0 8px;font-size:1.1rem;font-weight:600}.about-tagline{color:var(--muted);margin:0 0 24px;font-size:1.05rem}.about-intro{margin:0 0 28px;font-size:1.05rem;line-height:1.7}.about-cols{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px}.panel-title{color:var(--blue-dark);margin:0 0 14px;font-size:.95rem}.panel-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.panel-list li{color:var(--text);padding-left:18px;font-size:.92rem;position:relative}.panel-list li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.back-link{font-family:var(--font);color:var(--blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:0 0 20px;padding:0;font-size:.9rem;font-weight:600;display:inline-flex}.back-link:hover{text-decoration:underline}.project-title{letter-spacing:-.02em;margin:0 0 6px;font-size:1.7rem;font-weight:800}.project-tagline{color:var(--blue);margin:0 0 16px;font-weight:500}.project-desc{color:var(--text);margin:0 0 20px;line-height:1.7}.doc .chip-row{justify-content:flex-start;margin-bottom:24px}.project-actions{gap:12px;display:flex}.btn-primary{background:var(--blue);color:#fff;border-radius:10px;align-items:center;padding:11px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px)}.btn-primary.btn-ghost{color:var(--blue);border:1px solid var(--blue);background:0 0}.btn-primary.btn-ghost:hover{background:#2563eb14}.status-bar{border-top:1px solid var(--line);color:var(--muted);background:#fbfdffcc;justify-content:space-between;align-items:center;gap:12px;padding:7px 16px;font-size:.8rem;display:flex}@media (width<=760px){body{padding:8px}.window{border-radius:12px;height:calc(100vh - 16px);min-height:0}.sidebar{flex-shrink:initial;border-right:none;border-bottom:1px solid var(--line);width:100%;padding:10px}.sidebar-heading,.tree-root{display:none}.tree-list{gap:6px;display:flex;overflow-x:auto}.tree-item{white-space:nowrap;width:auto;padding:7px 12px}.tree-item .tree-chevron{display:none}.tree-item .folder-svg{width:16px;height:16px}.window-body{flex-direction:column}.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.file-card{padding:16px 10px}.folder-svg{width:42px;height:42px}}@media (prefers-reduced-motion:reduce){.exit-left,.exit-right,.enter-right,.enter-left{animation:none}.file-card,.folder-flap,.tree-chevron,.btn-primary,.addr-btn{transition:none}}
