:root{--text:#6b7280;--text-h:#111827;--bg:#fff;--border:#e5e7eb;--code-bg:#f9fafb;--accent:#6366f1;--accent-bg:#6366f114;--accent-border:#6366f14d;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--heading:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;font:16px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f9fafb;--bg:#0f1117;--border:#1f2937;--code-bg:#16181d;--accent:#818cf8;--accent-bg:#818cf81a;--accent-border:#818cf84d;--social-bg:#1f293780;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*,:before,:after{box-sizing:border-box}body{margin:0;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:600}h1{letter-spacing:-1px;margin:32px 0;font-size:48px}h2{margin:0 0 8px;font-size:28px}p{margin:0}code{font-family:var(--mono);background:var(--code-bg);color:var(--text-h);border-radius:4px;padding:4px 8px;font-size:14px}a{color:#6366f1;text-decoration:none}a:hover{color:#4f46e5}::selection{color:var(--text-h);background:#6366f133}@media (width<=768px){:root{font-size:15px}h1{margin:24px 0;font-size:36px}h2{font-size:24px}}@media (width<=480px){:root{font-size:14px}h1{margin:16px 0;font-size:28px}h2{font-size:20px}}.navbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;-webkit-backdrop-filter:blur(10px);width:100%;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1126px;height:60px;margin:0 auto;padding:0 24px;display:flex}.navbar-brand{color:var(--text-h);letter-spacing:1px;align-items:center;gap:8px;font-size:20px;font-weight:600;text-decoration:none;display:flex}.brand-icon{flex-shrink:0;font-size:24px}.brand-text{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{gap:4px;display:flex}.nav-link{color:var(--text);white-space:nowrap;border-radius:8px;padding:8px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--text-h);background:var(--accent-bg)}.nav-link.active{color:var(--accent);background:var(--accent-bg)}@media (width<=640px){.navbar-inner{height:52px;padding:0 12px}.navbar-brand{font-size:17px}.brand-text{display:none}.nav-link{padding:6px 12px;font-size:14px}}@media (width<=360px){.navbar-inner{padding:0 8px}.nav-link{padding:6px 10px;font-size:13px}}.home-page{max-width:960px;margin:0 auto;padding:0 24px}.hero-section{text-align:center;padding:80px 0 64px}.hero-badge{color:#6366f1;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;margin-bottom:24px;padding:4px 16px;font-size:13px;font-weight:500;display:inline-block}.hero-title{letter-spacing:8px;color:var(--text-h);font-size:72px;font-weight:700;font-family:var(--heading);word-break:keep-all;margin:0 0 16px}.hero-title-accent{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text);letter-spacing:4px;margin:0 0 12px;font-size:20px;font-weight:300}.hero-desc{color:var(--text);margin:0 0 36px;font-size:17px;line-height:1.8}.hero-links{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-hero{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 28px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-hero-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.btn-hero-primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 16px #6366f166}.btn-hero-outline{color:var(--text-h);border:1px solid var(--border);background:0 0}.btn-hero-outline:hover{background:var(--accent-bg);border-color:var(--accent-border)}.section-divider{text-align:center;padding:16px 0}.divider-icon{color:var(--border);letter-spacing:12px;font-size:10px}.project-section{padding:40px 0 56px}.section-label{text-transform:uppercase;letter-spacing:2px;color:#6366f1;margin-bottom:8px;font-size:12px;font-weight:600;display:inline-block}.project-section h2{margin:0 0 6px;font-size:32px}.project-tagline{color:var(--text);margin:0 0 28px;font-size:16px}.project-card{background:var(--code-bg);border:1px solid var(--border);border-radius:16px;padding:32px;transition:box-shadow .3s,border-color .3s}.project-card:hover{border-color:#6366f133;box-shadow:0 8px 30px #00000014}.project-card-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.project-icon{background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:40px;display:flex}.project-card-header h3{color:var(--text-h);margin:0;font-size:22px;font-weight:600}.project-version{color:var(--text);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:13px}.project-desc{color:var(--text);margin:0 0 20px;font-size:15px;line-height:1.7}.project-tags{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.tag{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.btn-project{color:#fff;background:#1f2937;border-radius:8px;align-items:center;gap:8px;min-height:44px;padding:10px 24px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-project:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.about-section{text-align:center;padding:40px 0 56px}.about-section h2{margin:0 0 6px;font-size:32px}.about-role{color:var(--text);margin:0 0 20px;font-size:16px}.about-desc{color:var(--text);max-width:560px;margin:0 auto 36px;font-size:15px;line-height:1.8}.contact-card{background:var(--code-bg);border:1px solid var(--border);border-radius:12px;max-width:560px;margin:0 auto;padding:4px}.contact-item{background:var(--bg);border-radius:10px;align-items:center;gap:10px;padding:12px 16px;display:flex}.contact-icon{flex-shrink:0;font-size:18px}.contact-label{color:var(--text);flex-shrink:0;font-size:13px;font-weight:500}.contact-value{color:var(--text-h);background:var(--code-bg);text-align:left;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex:1;min-width:0;padding:4px 10px;font-size:14px;overflow:hidden}.btn-copy{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;min-height:36px;padding:6px 14px;font-family:inherit;font-size:12px;transition:all .2s}.btn-copy:hover{background:var(--accent-bg);border-color:var(--accent-border)}.home-footer{text-align:center;border-top:1px solid var(--border);padding:40px 0 60px}.footer-brand{color:var(--text-h);letter-spacing:2px;margin-bottom:8px;font-size:18px;font-weight:600}.home-footer p{color:var(--text);margin:0;font-size:13px}.footer-icp{margin-top:12px!important;font-size:12px!important}.footer-icp a{color:var(--text);text-decoration:none;transition:color .2s}.footer-icp a:hover{color:var(--accent)}@media (width<=768px){.hero-section{padding:56px 0 44px}.hero-title{letter-spacing:6px;font-size:52px}.hero-subtitle{letter-spacing:3px;font-size:18px}.hero-desc{font-size:15px}.project-section{padding:28px 0 40px}.project-section h2{font-size:26px}.project-card{padding:24px}.about-section{padding:28px 0 40px}.about-section h2{font-size:26px}}@media (width<=640px){.home-page{padding:0 16px}.hero-section{padding:44px 0 36px}.hero-title{letter-spacing:4px;font-size:42px}.hero-subtitle{letter-spacing:2px;font-size:16px}.hero-desc{margin-bottom:28px;font-size:14px}.hero-desc br{display:none}.btn-hero{width:100%;max-width:280px}.hero-links{flex-direction:column;align-items:center}.project-section h2{font-size:24px}.project-tagline{margin-bottom:20px;font-size:15px}.project-card{border-radius:12px;padding:20px}.project-card-header{gap:12px}.project-card-header h3{font-size:18px}.project-desc{font-size:14px}.btn-project{justify-content:center;width:100%}.about-section h2{font-size:24px}.about-desc{font-size:14px}.contact-item{flex-wrap:wrap;justify-content:center}.contact-value{text-align:center;flex:auto;order:1;width:100%}}@media (width<=400px){.home-page{padding:0 12px}.hero-section{padding:36px 0 28px}.hero-title{letter-spacing:3px;margin-bottom:12px;font-size:36px}.hero-subtitle{letter-spacing:1px;font-size:15px}.hero-desc{font-size:13px;line-height:1.7}.project-section h2{font-size:22px}.project-card{padding:16px}.project-icon{width:44px;height:44px;font-size:28px}.project-card-header h3{font-size:16px}.about-section h2{font-size:22px}.contact-item{padding:10px 12px}.contact-value{font-size:12px}.home-footer{padding:28px 0 40px}}.file-page{max-width:960px;margin:0 auto;padding:40px 24px 80px}.file-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.file-page-header h1{margin:0 0 6px}.file-page-header p{color:var(--text);margin:0}.header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 20px;font-family:inherit;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #6366f14d}.btn-outline{color:var(--text-h);border:1px solid var(--border);background:0 0}.btn-outline:hover:not(:disabled){background:var(--accent-bg);border-color:var(--accent-border)}.btn-danger{color:#ef4444;background:0 0;border:1px solid #ef44444d}.btn-danger:hover:not(:disabled){background:#ef444414;border-color:#ef444480}.btn-sm{min-height:36px;padding:6px 12px;font-size:13px}.toast{color:#fff;z-index:200;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#1f2937;border-radius:8px;max-width:calc(100vw - 32px);padding:10px 24px;font-size:14px;animation:.3s toastIn;position:fixed;top:80px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 12px #0003}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.upload-progress{background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:8px;margin-bottom:24px;padding:16px}.progress-info{color:var(--text-h);flex-wrap:wrap;justify-content:space-between;gap:4px;margin-bottom:8px;font-size:14px;display:flex}.progress-bar{background:var(--border);border-radius:4px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:4px;height:100%;transition:width .2s}.file-table-wrapper{border:1px solid var(--border);border-radius:12px;overflow:hidden}.file-table{border-collapse:collapse;table-layout:auto;width:100%;font-size:15px}.file-table thead{background:var(--code-bg)}.file-table th{text-align:left;color:var(--text-h);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px;font-size:13px;font-weight:600}.file-table td{border-top:1px solid var(--border);padding:12px 16px}.file-table tbody tr{transition:background .15s}.file-table tbody tr:hover{background:var(--accent-bg)}.file-name{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;max-width:360px;display:flex;overflow:hidden}.file-icon{flex-shrink:0}.col-size{white-space:nowrap;width:90px}.col-date{white-space:nowrap;width:180px}.col-actions{white-space:nowrap;width:260px}.col-actions .btn{margin-bottom:4px;margin-right:6px}.col-actions .btn:last-child{margin-right:0}.file-loading,.file-error,.file-empty{text-align:center;color:var(--text);padding:80px 20px}.file-error{color:#ef4444}.empty-icon{margin-bottom:12px;font-size:48px}.empty-hint{color:var(--text);margin-top:8px;font-size:14px}.modal-overlay{z-index:300;-webkit-backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--bg);border:1px solid var(--border);border-radius:16px;width:400px;max-width:100%;padding:32px;box-shadow:0 20px 40px #0003}.modal h2{margin:0 0 4px}.modal p{color:var(--text);margin:0 0 20px;font-size:14px}.modal input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);box-sizing:border-box;border-radius:8px;min-height:44px;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .2s}.modal input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.form-error{color:#ef4444!important;margin-top:8px!important;font-size:13px!important}.modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=768px){.file-page{padding:28px 16px 60px}.file-page-header h1{font-size:36px}.file-table{font-size:14px}.file-table th,.file-table td{padding:10px 12px}.file-name{max-width:200px}.col-date{width:140px}.col-actions{width:220px}.modal{padding:24px}}@media (width<=640px){.file-page{padding:20px 12px 50px}.file-page-header{flex-direction:column;gap:12px}.file-page-header h1{font-size:28px}.header-actions{width:100%}.header-actions .btn{flex:1}.col-date,.file-table td.col-date{display:none}.file-table th,.file-table td{padding:10px 8px}.file-name{max-width:140px}.col-actions{width:auto}.col-actions .btn{margin-right:4px}.file-loading,.file-error,.file-empty{padding:60px 16px}.toast{padding:8px 16px;font-size:13px;top:68px}}@media (width<=400px){.file-page{padding:16px 8px 40px}.file-page-header h1{font-size:24px}.file-page-header p{font-size:13px}.btn{min-height:40px;padding:8px 14px;font-size:14px}.btn-sm{min-height:34px;padding:5px 10px;font-size:12px}.file-table-wrapper{border-radius:8px}.file-table thead{display:none}.file-table tbody tr{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.file-table tbody tr:first-child{border-top:none}.file-table td{border:none;padding:0;display:block}.file-table td.file-name{width:100%;max-width:100%;color:var(--text-h);margin-bottom:4px;font-size:14px;font-weight:500}.file-table td.col-actions{gap:8px;width:100%;display:flex}.file-table td.col-actions .btn{flex:1;margin:0}.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;width:100%;max-height:80vh;padding:24px 16px;overflow-y:auto}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}
