: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,input,select,textarea{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;transition:all .2s ease}.auth-button:hover{opacity:.95}.auth-button:disabled{opacity:.7;cursor:not-allowed}.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-link-button:hover{text-decoration:underline}.auth-error{margin-top:4px;padding:10px 12px;border-radius:12px;background:#fff1f2;color:#b42318;font-size:13px;border:1px solid #fecdd3}.auth-success{margin-top:4px;padding:10px 12px;border-radius:12px;background:#ecfdf3;color:#027a48;font-size:13px;border:1px solid #abefc6}.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}.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{background:#fff;border:1px solid #d1d5db;color:var(--brand-blue);padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.logout-button:hover{background:#f3f4f6;border-color:#9ca3af}.logout-button:active{transform:scale(.98)}.secondary-button{background:#fff;border:1px solid #d1d5db;color:#374151}.secondary-button:hover{background:#f3f4f6}.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;line-height:1.5}.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}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.section-header h2{margin:0}.access-search{width:100%;max-width:280px;padding:10px 12px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;outline:none}.access-search:focus{border-color:#8fb4ff;box-shadow:0 0 0 3px #8fb4ff26}.access-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.access-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:16px;border:1px solid #d9e4f2;border-radius:16px;background:#fff}.access-user{flex:1}.access-email{font-weight:700;color:#163d7a}.access-meta{margin-top:6px;font-size:13px;color:#6b7280}.access-controls{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.access-control{display:flex;flex-direction:column;gap:6px}.access-control label{font-size:12px;font-weight:700;color:#6b7280}.access-control select{min-width:140px;padding:10px 12px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;outline:none}.access-control select:focus{border-color:#8fb4ff;box-shadow:0 0 0 3px #8fb4ff26}@media (max-width: 980px){.layout{grid-template-columns:1fr}.sidebar{position:static}.hero{flex-direction:column}.hero-stats{width:100%}.access-row{flex-direction:column}.access-controls{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}.access-control,.access-control select,.auth-button{width:100%}}.page-header{margin-bottom:24px}.page-header h1{font-size:32px;line-height:1.2;color:var(--brand-blue);margin:0 0 8px;font-weight:800}.page-header p{margin:0;color:var(--text-soft);font-size:15px}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:28px}.section-card{display:block;background:#fff;border:1px solid var(--border-soft);border-radius:18px;padding:22px;text-decoration:none;color:inherit;box-shadow:0 10px 30px #1f4b8f0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.section-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #1f4b8f1f;border-color:#b7ccef}.section-title{font-size:22px;line-height:1.2;font-weight:800;color:var(--brand-blue);margin-bottom:10px}.section-desc{font-size:14px;line-height:1.6;color:var(--text-soft)}.bottom-panels{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}@media (max-width: 900px){.bottom-panels{grid-template-columns:1fr}}.page{max-width:1200px;margin:0 auto}.hero{background:#fff;border-radius:18px;padding:28px;box-shadow:0 6px 20px #0000000f}.hero-left{display:flex;gap:18px;align-items:flex-start}.hero-logo{width:42px;height:42px}.eyebrow{font-size:13px;font-weight:600;color:#2563eb;margin-bottom:6px;letter-spacing:.3px}.hero h1{margin:0;font-size:36px;font-weight:700}.hero-text{margin-top:8px;color:#6b7280;font-size:15px}.hero-tags{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.hero-tags span{font-size:12px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:500}.hero-stats{display:flex;flex-direction:column;gap:14px}.stat-card{background:#fff;border-radius:14px;padding:18px;text-align:center;box-shadow:0 6px 16px #0000000d}.stat-label{font-size:13px;color:#6b7280}.stat-value{font-size:26px;font-weight:700;margin-top:4px}.module-card{display:block;background:#fff;border-radius:16px;padding:22px;border:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer}.module-card h3{margin:0 0 10px;font-size:20px;font-weight:600}.module-card p{margin:0;color:#6b7280;font-size:14px}.module-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 12px 24px #2563eb26}.back-link{display:inline-block;margin-bottom:18px;color:#2563eb;font-size:14px;text-decoration:none}.card-icon{font-size:22px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#eef2ff;border-radius:10px}body{background:linear-gradient(180deg,#f5f8fc,#eef4fb)}.page{max-width:1240px;margin:0 auto}.hero{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #e4edf8;border-radius:22px;padding:30px;box-shadow:0 12px 32px #1f4b8f14}.hero h1{margin:0;font-size:42px;line-height:1.05;font-weight:800;color:#123a63}.hero-text{margin-top:10px;color:#5f6f82;font-size:16px;line-height:1.6;max-width:720px}.hero-logo{width:52px;height:52px;object-fit:contain}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2d6cdf;margin-bottom:8px}.hero-tags span{background:#edf4ff;color:#2757a5;border:1px solid #d7e7ff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:600}.hero-stats{display:grid;gap:14px}.stat-card{background:#fff;border:1px solid #e4edf8;border-radius:18px;padding:18px 16px;text-align:center;box-shadow:0 10px 24px #1f4b8f0f}.stat-label{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6a7c92}.stat-value{margin-top:6px;font-size:30px;font-weight:800;color:#123a63}.module-card{display:block;background:#fff;border:1px solid #e4edf8;border-radius:20px;padding:24px;box-shadow:0 10px 24px #1f4b8f0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.module-card:hover{transform:translateY(-4px);border-color:#b8d2f5;box-shadow:0 18px 34px #1f4b8f1f}.module-title{font-size:20px;font-weight:800;color:#123a63;margin-bottom:8px}.module-subtitle{font-size:14px;line-height:1.6;color:#607286}.card-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#edf4ff,#dfeeff);border:1px solid #cfe2ff;font-size:22px;box-shadow:inset 0 1px #ffffffb3}.back-link{display:inline-block;margin-bottom:18px;color:#2d6cdf;font-size:14px;font-weight:600;text-decoration:none}.back-link:hover{text-decoration:underline}.section-card,.placeholder-card,.sidebar{background:#fff;border:1px solid #e4edf8;border-radius:20px;box-shadow:0 10px 24px #1f4b8f0d}.nav-link{color:#315f96;font-weight:600}.nav-link:hover{color:#1f4b8f}.manual-screenshot{border-radius:16px;border:1px solid #e4edf8;box-shadow:0 12px 28px #1f4b8f14}@media (max-width: 900px){.hero h1{font-size:34px}.hero{padding:22px}.module-card{padding:20px}}
