:root{--brand-blue: #1f4b8f;--brand-orange: #f97316;--text-dark: #1f2937;--text-soft: #6b7280;--bg-page: #f6f8fc;--bg-card: #ffffff;--border-soft: #e5ecf6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-page);color:var(--text-dark)}a{color:inherit;text-decoration:none}button{font:inherit}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#f6f8fc,#eef4ff)}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--border-soft);border-radius:24px;padding:28px;box-shadow:0 18px 60px #1f4b8f14}.auth-logo{width:110px;height:auto;margin-bottom:16px}.auth-eyebrow{font-size:12px;color:var(--brand-orange);font-weight:700;letter-spacing:1px;margin-bottom:8px}.auth-title{font-size:30px;line-height:1.2;color:var(--brand-blue);font-weight:800;margin:0 0 8px}.auth-subtitle{margin:0 0 20px;color:var(--text-soft);line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-label{font-size:13px;font-weight:700;color:var(--text-dark);margin-top:4px}.auth-input{width:100%;border:1px solid #d5dfef;border-radius:12px;padding:12px 14px;font-size:14px;outline:none;background:#fff}.auth-input:focus{border-color:#8fb4ff;box-shadow:0 0 0 3px #8fb4ff26}.auth-button{margin-top:8px;border:none;border-radius:12px;padding:13px 16px;background:var(--brand-blue);color:#fff;font-weight:700;cursor:pointer}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-error{margin-top:4px;padding:10px 12px;border-radius:12px;background:#fff1f2;color:#b42318;font-size:13px;border:1px solid #fecdd3}.page-toolbar{position:sticky;top:0;z-index:50;background:#f6f8fcf5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-soft);display:flex;justify-content:space-between;align-items:center;padding:10px 32px}.page-user{font-size:13px;color:#4b5563;font-weight:600}.logout-button{border:1px solid #d7e2f2;background:#fff;color:var(--brand-blue);border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.logout-button:hover{background:#eef4ff}.page{padding:24px 32px;max-width:1280px;margin:0 auto}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;background:var(--bg-card);border-radius:24px;padding:28px;margin-bottom:24px;border:1px solid var(--border-soft)}.hero-left{display:flex;gap:20px;align-items:flex-start;flex:1}.hero-logo{width:120px;height:auto;flex-shrink:0}.eyebrow{font-size:12px;color:var(--brand-orange);font-weight:700;letter-spacing:1px}.hero h1{margin:6px 0 10px;font-size:28px;line-height:1.2;color:var(--brand-blue)}.hero-text{color:var(--text-soft);margin-bottom:14px;max-width:760px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hero-tags span{background:#fff4e5;border:1px solid #ffd8a8;color:#d97706;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.hero-stats{display:flex;gap:12px;flex-wrap:wrap}.stat-card{background:#f4f7fb;border:1px solid #dbe3ef;border-radius:16px;padding:16px 18px;width:190px;min-height:92px}.stat-label{font-size:12px;color:#6b7a90;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-value{font-size:20px;font-weight:700;color:var(--brand-blue);line-height:1.2}.layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.sidebar{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:20px;padding:20px;position:sticky;top:72px}.sidebar-title{font-weight:700;color:var(--brand-blue);margin-bottom:14px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.nav-link{display:block;width:100%;padding:10px 12px;border-radius:12px;color:#4b5563;font-weight:500;transition:all .15s ease;background:transparent;border:none;text-align:left;cursor:pointer}.nav-link:hover{background:#eef4ff;color:var(--brand-blue)}.sidebar-button{-moz-appearance:none;appearance:none;-webkit-appearance:none}.content{min-width:0}.section-card{background:var(--bg-card);border-radius:20px;padding:20px;margin-bottom:20px;border:1px solid var(--border-soft)}.section-card h2{margin-top:0;margin-bottom:12px;color:var(--brand-blue);font-size:24px}.section-card p{color:var(--text-soft);line-height:1.5}.placeholder-card{margin-top:12px;border:1px dashed #cbd5e1;border-radius:16px;padding:14px;background:#f8fafc}.placeholder-title{font-weight:700;color:var(--brand-blue);margin-bottom:6px}.placeholder-label{font-size:13px;color:var(--text-soft);margin-bottom:10px}.placeholder-box{border-radius:12px;border:1px solid var(--border-soft);background:#fff;min-height:220px;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-align:center;padding:16px}.manual-screenshot{width:100%;display:block;margin-top:12px;border-radius:12px;border:1px solid var(--border-soft)}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:20px}.module-card{display:block;border-radius:18px;padding:18px;text-decoration:none;transition:all .2s ease}.module-card.ready{background:linear-gradient(135deg,#e8f1ff,#dbeafe);border:1px solid #93c5fd;color:#1e40af}.module-card.ready:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:translateY(-3px)}.module-card.coming{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px dashed #d1d5db;color:#6b7280}.module-card.coming:hover{background:#f3f4f6}.module-title{font-weight:700;font-size:16px;line-height:1.3}.module-subtitle{margin-top:8px;font-size:12px;color:#6b7280;line-height:1.4}.coming-soon{margin-top:8px;font-size:11px;padding:4px 8px;border-radius:999px;background:#e5e7eb;color:#4b5563;display:inline-block;font-weight:600;font-style:italic}.back-link{display:inline-block;margin-bottom:14px;color:var(--brand-blue);font-weight:700;text-decoration:none}.back-link:hover{text-decoration:underline}@media (max-width: 980px){.layout{grid-template-columns:1fr}.sidebar{position:static}.hero{flex-direction:column}.hero-stats{width:100%}}@media (max-width: 640px){.page-toolbar{padding:10px 16px;flex-direction:column;gap:8px;align-items:flex-start}.page{padding:16px}.hero{padding:20px}.hero-left{flex-direction:column}.section-card,.sidebar{padding:16px}.hero h1{font-size:24px}.stat-card{width:100%;min-height:auto}}.disclaimer-card{max-width:760px}.disclaimer-box{background:#f8fafc;border:1px solid #dbe3ef;border-radius:16px;padding:16px;color:var(--text-dark);line-height:1.6;margin-bottom:18px}.disclaimer-box p{margin:0 0 12px}.disclaimer-box p:last-child{margin-bottom:0}.disclaimer-check{display:flex;align-items:flex-start;gap:10px;margin:14px 0 16px;color:var(--text-dark);line-height:1.5}.disclaimer-check input{margin-top:3px}.disclaimer-user{font-size:13px;color:var(--text-soft);margin-bottom:16px}.disclaimer-actions{display:flex;gap:10px;flex-wrap:wrap}.auth-link-button{margin-top:8px;border:none;background:transparent;color:var(--brand-blue);font-weight:700;cursor:pointer;padding:0;text-align:left}.auth-success{margin-top:4px;padding:10px 12px;border-radius:12px;background:#ecfdf3;color:#027a48;font-size:13px;border:1px solid #abefc6}.secondary-button{background:#fff}
