:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--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}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#root{width:100%;margin:0;padding:0;max-width:100%!important}*{box-sizing:border-box;margin:0;padding:0}body{color:#334155;background-color:#f8fafc;width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.app-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.login-container{background-color:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a}.login-box h2{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem}.login-box p{color:#64748b;margin-bottom:2rem;font-size:.95rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-form input{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.login-form input:focus{border-color:#3b82f6}.error-text{color:#ef4444;text-align:left;font-size:.85rem}.navbar{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex}.nav-brand{color:#0f172a;font-size:1.2rem;font-weight:700}.nav-menu{align-items:center;gap:1rem;display:flex}.nav-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:500}.nav-btn:hover{color:#0f172a;background-color:#f1f5f9}.nav-btn.active{color:#3b82f6;background-color:#eff6ff;font-weight:600}.nav-btn-danger{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.nav-btn-danger:hover{background-color:#fef2f2}.main-content{flex:1;width:100%;padding:3rem 4rem}.section-container{flex-direction:column;gap:2.5rem;display:flex}.section-header{text-align:center}.section-header h1{color:#0f172a;margin-bottom:.5rem;font-size:1.8rem}.section-header p{color:#64748b;font-size:1rem}.primary-btn{color:#fff;cursor:pointer;background-color:#0f172a;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.primary-btn:hover:not(:disabled){background-color:#1e293b}.primary-btn:disabled{cursor:not-allowed;background-color:#94a3b8}.primary-btn.danger{background-color:#ef4444}.primary-btn.danger:hover{background-color:#dc2626}.upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:100%;max-width:700px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.upload-title{color:#1e293b;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.dropzone{text-align:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:3rem 2rem;transition:all .2s}.dropzone-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.cloud-icon{color:#3b82f6;width:48px;height:48px}.upload-label-area{cursor:pointer;color:#64748b;font-size:1rem}.browse-link{color:#3b82f6;font-weight:600;text-decoration:underline}.hidden-input{display:none}.file-selected-wrapper{background:#e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;max-width:100%;padding:.5rem 1rem;display:flex}.file-selected-text{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.cancel-upload-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:1.2rem;font-weight:700}.upload-info{color:#64748b;justify-content:space-between;margin-top:1rem;font-size:.85rem;display:flex}.upload-actions{justify-content:flex-end;margin-top:1.5rem;display:flex}.generate-btn{padding:.75rem 2.5rem}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;overflow-x:auto}.matrix-table{border-collapse:collapse;text-align:left;width:100%;min-width:1000px}.matrix-table th{color:#1e293b;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1.25rem 1rem;font-size:.9rem;font-weight:700}.matrix-table td{vertical-align:top;color:#334155;border-bottom:1px solid #e2e8f0;padding:1rem;font-size:.9rem;line-height:1.5}.font-semibold{color:#0f172a;font-weight:600}.action-buttons{gap:.5rem;display:flex}.view-btn{color:#3b82f6;cursor:pointer;background:#eff6ff;border:none;border-radius:4px;padding:.4rem .8rem;font-weight:600}.delete-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:none;border-radius:4px;padding:.4rem .8rem;font-weight:600}.empty-state{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:4rem}.modal-overlay{z-index:1000;background:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.modal-content h3{color:#0f172a;margin-bottom:1rem;font-size:1.2rem}.modal-content p{color:#475569;margin-bottom:2rem;font-size:.95rem}.modal-actions{justify-content:flex-end;gap:1rem;display:flex}.detail-modal{max-width:800px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.modal-header h3{margin:0}.close-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.detail-body{flex-direction:column;gap:1.2rem;display:flex}.detail-group strong{color:#0f172a;margin-bottom:.3rem;font-size:.95rem;display:block}.detail-group p{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin:0;padding:1rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.main-content{padding:1.5rem 1rem}}
