@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0f1a;color:#f0f0f0;min-height:100vh;-webkit-font-smoothing:antialiased}.shell{min-height:100vh;display:flex;flex-direction:column;background:#0a0f1a;position:relative}.shell.app-mode{max-width:900px;margin:0 auto;background:#0d1220}.loading-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.loading-logo{width:80px;height:80px;border-radius:18px}.loading-pulse{width:40px;height:4px;background:#e63946;border-radius:2px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scaleX(.6)}50%{opacity:1;transform:scaleX(1)}}.loading-text{font-size:18px;font-weight:600;color:#fff}.onboard-layout{flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:40px;gap:60px;max-width:1100px;margin:0 auto;width:100%}@media (max-width: 768px){.onboard-layout{grid-template-columns:1fr;padding:24px 16px;gap:24px}}.onboard-hero{text-align:left}@media (max-width: 768px){.onboard-hero{text-align:center}}.hero-logo{width:72px;height:72px;border-radius:16px;margin-bottom:20px}.hero-title{font-size:36px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}@media (max-width: 768px){.hero-title{font-size:26px}}.hero-sub{font-size:16px;color:#94a3b8;margin-bottom:20px}.hero-badges{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.hero-badges{justify-content:center}}.hero-badges span{font-size:13px;color:#64b5f6}.onboard-card-area{width:100%}.onboard-card{background:#f8f9fa;color:#1a1a1a;border-radius:24px;padding:32px;box-shadow:0 20px 60px #0006}.onboard-card h2{font-size:22px;font-weight:700;margin-bottom:8px;color:#111}.onboard-card p{font-size:15px;color:#555;line-height:1.5;margin-bottom:16px}.feature-list{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.feature{display:flex;align-items:center;gap:12px;font-size:15px;color:#333}.feature-icon{font-size:20px}.progress-bar{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:8px}.progress-dot{width:10px;height:10px;border-radius:50%;background:#334155;transition:background .3s}.progress-dot.active{background:#64b5f6;box-shadow:0 0 8px #64b5f680}.progress-line{width:40px;height:2px;background:#334155}.progress-labels{display:flex;justify-content:center;gap:32px;font-size:11px;color:#64748b;margin-bottom:20px}.input-field{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;outline:none;background:#fff;color:#111;transition:border-color .2s;margin-bottom:8px}.input-field:focus{border-color:#64b5f6;box-shadow:0 0 0 3px #64b5f626}.privacy-hint{font-size:12px;color:#888;margin-bottom:16px}.grade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.grade-btn{padding:16px 8px;border:2px solid #e2e8f0;border-radius:14px;background:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:all .15s;color:#333}.grade-btn:hover{border-color:#64b5f6;background:#f0f7ff}.grade-btn.selected{border-color:#64b5f6;background:#e3f2fd;color:#1565c0}.btn-primary{width:100%;padding:15px;background:#e63946;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:8px;transition:background .2s}.btn-primary:hover{background:#c62828}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{width:100%;padding:12px;background:transparent;color:#64748b;border:none;border-radius:12px;font-size:14px;cursor:pointer}.btn-ghost:hover{color:#fff;background:#ffffff0d}.btn-blue{display:block;width:100%;padding:14px;background:#1565c0;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;margin-bottom:8px}.btn-danger{padding:12px 20px;background:#e63946;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.btn-end-small{padding:8px 14px;background:#e639461a;color:#e63946;border:1px solid rgba(230,57,70,.3);border-radius:8px;font-size:12px;cursor:pointer}.session-footer{text-align:center;padding:16px}.staff-redirect{background:#f0f7ff;border:1px solid #bbdefb;border-radius:12px;padding:16px;margin-bottom:12px}.staff-redirect p{color:#1565c0;font-size:14px;margin-bottom:8px}.error-msg{background:#e6394614;border:1px solid rgba(230,57,70,.3);color:#e63946;padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:12px}.ready-card{text-align:center;padding:48px 32px}.ready-check{width:56px;height:56px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#166534;margin:0 auto 16px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-card{background:#1e293b;border-radius:20px;padding:32px;max-width:380px;width:100%;text-align:center}.modal-icon{font-size:32px;margin-bottom:12px}.modal-card h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.modal-card p{font-size:14px;color:#94a3b8;margin-bottom:8px}.modal-note{font-size:12px;color:#64748b;margin-bottom:20px}.modal-actions{display:flex;gap:10px;justify-content:center}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #1e293b;background:#0d1220;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center;gap:10px}.header-icon{width:32px;height:32px;border-radius:8px}.header-left h1{font-size:17px;font-weight:700;color:#fff}.role-pill{background:#64b5f626;color:#64b5f6;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}.tab-bar{display:flex;justify-content:space-around;padding:10px 0 14px;border-top:1px solid #1e293b;background:#0d1220;position:sticky;bottom:0}.tab-btn{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;padding:6px 12px;cursor:pointer;color:#64748b;font-size:11px;font-weight:500}.tab-btn.active{color:#e63946}.ti{font-size:18px}.tab-content{flex:1;overflow-y:auto;padding:20px 20px 80px}.report-cta{background:linear-gradient(135deg,#e63946,#991b1b);border-radius:16px;padding:28px 20px;text-align:center;cursor:pointer;margin-bottom:16px;transition:transform .1s}.report-cta:hover{transform:scale(.99)}.cta-icon{font-size:24px;margin-bottom:6px;display:block}.report-cta h2{font-size:18px;font-weight:700;color:#fff}.report-cta p{font-size:13px;color:#fffc;margin-top:4px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.stat-card{background:#1e293b;border-radius:12px;padding:16px 10px;text-align:center}.stat-num{font-size:22px;font-weight:700;color:#e63946;display:block}.stat-label{font-size:11px;color:#64748b}.section{margin-bottom:20px}.section h3{font-size:15px;font-weight:600;color:#e2e8f0;margin-bottom:10px}.empty{background:#1e293b;border-radius:12px;padding:24px;text-align:center;color:#64748b;font-size:14px}.report-card{background:#1e293b;border-radius:12px;padding:14px;margin-bottom:10px}.report-top{display:flex;justify-content:space-between;margin-bottom:6px}.report-loc{font-size:12px;color:#94a3b8;font-weight:500}.report-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:600;text-transform:capitalize}.report-badge.pending{background:#f59e0b26;color:#f59e0b}.report-badge.verified{background:#22c55e26;color:#22c55e}.report-badge.dismissed{background:#ef444426;color:#ef4444}.report-text{font-size:14px;color:#e2e8f0;margin-bottom:4px}.report-date{font-size:11px;color:#475569}.privacy-box{background:#64b5f614;border:1px solid rgba(100,181,246,.2);border-radius:10px;padding:12px 14px;font-size:13px;color:#64b5f6}.confirm-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:14px;margin-bottom:10px}.confirm-card p{font-size:14px;color:#e2e8f0;margin-bottom:10px}.confirm-btns{display:flex;gap:8px;flex-wrap:wrap}.btn-sm-yes,.btn-sm-no,.btn-sm-cant{padding:8px 12px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer}.btn-sm-yes{background:#22c55e26;color:#22c55e}.btn-sm-no{background:#ef444426;color:#ef4444}.btn-sm-cant{background:#64748b26;color:#94a3b8}.report-tab h2{font-size:20px;color:#fff;margin-bottom:4px}.form-sub{color:#94a3b8;font-size:14px;margin-bottom:20px}.form-section{margin-bottom:20px}.form-section label{display:block;font-size:13px;font-weight:600;color:#e2e8f0;margin-bottom:8px}.loc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.loc-btn{padding:12px;border:1.5px solid #334155;border-radius:10px;background:#1e293b;color:#e2e8f0;font-size:14px;cursor:pointer;transition:all .15s}.loc-btn:hover{border-color:#64b5f6}.loc-btn.sel{background:#e63946;color:#fff;border-color:#e63946}.textarea{width:100%;min-height:120px;padding:14px;border:1.5px solid #334155;border-radius:12px;font-size:15px;font-family:inherit;resize:vertical;outline:none;background:#1e293b;color:#e2e8f0}.textarea:focus{border-color:#64b5f6}.success-screen{text-align:center;padding:40px 20px}.success-check{width:56px;height:56px;background:#22c55e26;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#22c55e;margin:0 auto 16px}.success-screen h2{color:#fff;margin-bottom:8px}.success-screen p{color:#94a3b8;margin-bottom:24px}.badges-tab h2{font-size:20px;color:#fff;margin-bottom:4px}.badges-tab>p{color:#94a3b8;font-size:14px;margin-bottom:20px}.badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.badge-item{text-align:center;background:#1e293b;border-radius:12px;padding:16px 8px}.badge-icon{font-size:32px;display:block;margin-bottom:6px}.badge-name{font-size:12px;color:#94a3b8}.learn-tab h2{font-size:20px;color:#fff;margin-bottom:4px}.learn-tab>p{color:#94a3b8;font-size:14px;margin-bottom:20px}.module-list{display:flex;flex-direction:column;gap:10px}.module-card{display:flex;align-items:center;gap:12px;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:16px;cursor:pointer;transition:border-color .15s}.module-card:hover{border-color:#64b5f6}.mod-icon{font-size:22px}.module-card h3{font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:2px}.module-card p{font-size:12px;color:#64748b}.mod-arrow{margin-left:auto;color:#e63946;font-size:16px;font-weight:700}
