:root{--bg:#f4f6fa;--surface:#fff;--sidebar:#1e293b;--sidebar-text:#cbd5e1;--sidebar-active:#334155;--accent:#2563eb;--text:#0f172a;--muted:#64748b;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:Segoe UI,Assistant,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}.app{overflow:hidden}.app,.sidebar{display:flex;height:100dvh}.sidebar{width:240px;background:var(--sidebar);color:var(--sidebar-text);flex-direction:column;padding:20px 0;flex-shrink:0;overflow-y:auto}.sidebar .brand{font-size:20px;font-weight:700;color:#fff;padding:0 24px 24px;border-bottom:1px solid #334155}.sidebar nav{display:flex;flex-direction:column;padding:16px 12px;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;color:var(--sidebar-text);text-decoration:none;font-size:15px;transition:background .15s}.sidebar nav a:hover{background:var(--sidebar-active);color:#fff}.sidebar nav a.active{background:var(--accent);color:#fff}.main{flex:1 1;display:flex;flex-direction:column;height:100dvh;overflow:hidden;min-width:0}.topbar{height:64px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0}.topbar h1{font-size:20px;font-weight:600}.topbar .user{font-size:14px;color:var(--muted)}.content{padding:28px;flex:1 1;overflow-y:auto;min-height:0}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:18px;gap:18px;margin-bottom:28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.card .label{font-size:14px;color:var(--muted);margin-bottom:8px}.card .value{font-size:28px;font-weight:700}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.panel h2{font-size:16px;font-weight:600;margin-bottom:8px}.empty{color:var(--muted);font-size:14px;padding:40px 0;text-align:center}.dash-actions{display:flex;justify-content:flex-start;margin-bottom:24px}.btn-campaign{font-size:16px;font-weight:600;padding:13px 26px;background:#16a34a;box-shadow:0 4px 14px rgba(22,163,74,.3)}.btn-campaign:hover{background:#15803d}.lists-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.lists-head h2{font-size:22px;font-weight:700}.btn{background:var(--accent);color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s}.btn:hover{background:#1d4ed8}.btn.ghost{background:var(--surface);border:1px solid var(--border);color:var(--text)}.btn.ghost:hover{background:#f1f5f9}.btn.danger{background:#dc2626}.btn.danger:hover{background:#b91c1c}.btn.sm{padding:6px 12px;font-size:13px}.lists-grid{display:flex;flex-direction:column;gap:10px}.list-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.list-card .info{display:flex;flex-direction:column;gap:3px;min-width:0}.list-card .name{font-size:16px;font-weight:600}.list-card .meta{font-size:12px;color:var(--muted)}.list-card .actions{display:flex;gap:8px;flex-shrink:0}.overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;align-items:center;justify-content:center;z-index:50;padding:20px}.modal,.overlay.show{display:flex}.modal{background:var(--surface);border-radius:14px;width:min(900px,100%);max-height:88vh;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.25);border:1px solid var(--border)}.modal-head{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-head h2{margin:0;font-size:19px;font-weight:600}.modal-body{padding:24px;overflow:auto}.close-x{background:none;border:none;color:var(--muted);font-size:26px;cursor:pointer;line-height:1;padding:0 4px}.close-x:hover{color:var(--text)}.row{margin-bottom:18px}label.fld{display:block;margin-bottom:6px;font-size:14px;color:var(--muted)}.modal input[type=text]{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:15px;font-family:inherit}.modal input[type=text]:focus{outline:none;border-color:var(--accent)}.file-drop{display:block;border:2px dashed var(--border);border-radius:10px;padding:28px;text-align:center;color:var(--muted);cursor:pointer;transition:.15s}.file-drop:hover{border-color:var(--accent);color:var(--text)}.hint{font-size:13px;color:var(--muted);margin-top:6px}.chk{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.chk input{width:16px;height:16px}.step-actions{display:flex;gap:10px;margin-top:22px}.tbl-scroll{overflow:auto;max-height:360px;border:1px solid var(--border);border-radius:8px}table.preview{border-collapse:collapse;width:100%;font-size:13px}table.preview td,table.preview th{border:1px solid var(--border);padding:7px 9px;text-align:right;white-space:nowrap}table.preview thead th{background:var(--bg);position:-webkit-sticky;position:sticky;top:0}table.preview tbody tr:nth-child(2n){background:#f8fafc}select.mapsel{padding:6px 8px;border-radius:6px;border:1px solid var(--border);font-size:13px}.minput,select.mapsel{width:100%;background:var(--surface);color:var(--text);font-family:inherit}.minput{padding:6px 10px;border-radius:8px;border:1px solid var(--border);font-size:13.5px;transition:border-color .15s ease,box-shadow .15s ease}.minput::placeholder{color:#9aa7b8}.minput:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(37,99,235,.12)}.minput:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.wl-row{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:5px 10px}.wl-add,.wl-row{display:flex;gap:9px;align-items:center}.wl-add{margin-top:6px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:9px;padding:7px 10px}.pill{display:inline-block;padding:2px 9px;border-radius:20px;font-size:12px;font-weight:600}.pill.ok{background:#dcfce7;color:#15803d}.pill.bad{background:#fee2e2;color:#b91c1c}.modified{color:#d97706}.stat-bar{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:14px;font-size:14px}.stat-bar b{font-size:18px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;padding:12px 22px;border-radius:10px;z-index:100;box-shadow:0 8px 24px rgba(15,23,42,.3)}.pill.default{background:#fef3c7;color:#b45309;-webkit-margin-start:8px;margin-inline-start:8px}.list-card.is-default{border-color:#f59e0b;background:#fffbeb}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155);padding:24px}.login-card{background:var(--surface);border-radius:16px;box-shadow:0 20px 60px rgba(15,23,42,.35);width:min(400px,100%);padding:40px 36px}.login-brand{font-size:15px;color:var(--accent);margin-bottom:6px;letter-spacing:.5px}.login-brand,.login-title{font-weight:700;text-align:center}.login-title{font-size:24px;margin-bottom:28px}.login-form{gap:16px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:6px}.login-field label{font-size:14px;color:var(--muted)}.login-field input{width:100%;padding:11px 13px;border-radius:9px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:15px;font-family:inherit}.login-field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.login-error{background:#fee2e2;color:#b91c1c;font-size:14px;padding:9px 12px;border-radius:8px;text-align:center}.login-submit{width:100%;padding:12px;font-size:16px;margin-top:4px}.login-submit:disabled{opacity:.6;cursor:default}.login-divider{display:flex;align-items:center;text-align:center;color:var(--muted);font-size:13px;margin:22px 0}.login-divider:after,.login-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.login-divider span{padding:0 12px}.login-google{width:100%;padding:11px;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px}.topbar .user-box{display:flex;align-items:center;gap:14px}.btn.logout{background:transparent;border:1px solid var(--border);color:var(--muted);padding:6px 14px;font-size:13px}.btn.logout:hover{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.org-brand{display:flex;align-items:center;gap:10px}.org-brand h1{font-size:20px;font-weight:600}.org-logo{width:32px;height:32px;border-radius:6px;object-fit:contain;background:#fff;border:1px solid var(--border)}.list-card .lead{display:flex;align-items:center;gap:12px;min-width:0}.org-logo-sm{width:40px;height:40px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid var(--border);flex-shrink:0}.org-logo-sm.placeholder{display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--bg)}.results{margin-top:24px}.results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.results-head h2{font-size:20px;font-weight:700}.results-controls{display:flex;align-items:center;gap:8px}.results-select{padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-family:inherit;font-size:14px}.results-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 14px}.results-error,.results-note{margin-bottom:14px;font-size:14px}.results-note{color:var(--muted)}.results-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.chip{font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.chip.total{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.chip.yes{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.chip.no{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.chip.maybe{background:#fffbeb;border-color:#fde68a;color:#b45309}.chip.pending{background:#f8fafc;border-color:var(--border);color:var(--muted)}.results-table{width:100%}.answer-badge{display:inline-block;min-width:56px;text-align:center;color:#fff;font-size:13px;font-weight:600;padding:4px 10px;border-radius:999px}.results-sub{font-size:13px;color:var(--muted);margin-top:4px}.results-debug{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:12px 14px;font-size:12px;line-height:1.5;direction:ltr;text-align:left;white-space:pre-wrap;word-break:break-all;margin-bottom:14px;overflow-x:auto}.results-auto{font-size:12px;color:var(--muted);margin-top:2px}.kpi-wrap{margin-bottom:24px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:16px;gap:16px}.kpi-card{--kpi-accent:#2563eb;position:relative;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 18px 16px;overflow:hidden}.kpi-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:var(--kpi-accent)}.kpi-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.kpi-label{font-size:13px;color:var(--muted);font-weight:600}.kpi-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;background:color-mix(in srgb,var(--kpi-accent) 14%,transparent);color:var(--kpi-accent)}.kpi-value{font-size:30px;font-weight:700;line-height:1.1;color:var(--text)}.kpi-sub{margin-top:6px}.kpi-foot,.kpi-sub{font-size:12px;color:var(--muted)}.kpi-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.kpi-live{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#16a34a}.kpi-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 0 rgba(22,163,74,.5);animation:kpi-pulse 1.8s infinite}@keyframes kpi-pulse{0%{box-shadow:0 0 0 0 rgba(22,163,74,.5)}70%{box-shadow:0 0 0 7px rgba(22,163,74,0)}to{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.dash-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:24px}@media (max-width:900px){.dash-cols{grid-template-columns:1fr}}.line-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.line-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:14px;gap:14px}.line-field{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.line-field-label{font-size:12px;color:var(--muted);margin-bottom:4px}.line-field-value{font-size:16px;font-weight:600}.line-note{margin-top:14px;font-size:13px;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 12px}.sched-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.sched-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--surface)}.sched-card.is-off{opacity:.7;background:#fafafa}.sched-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.sched-name{font-weight:600;font-size:15px}.sched-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 14px;gap:10px 14px;margin-bottom:10px}.sched-meta>div{display:flex;flex-direction:column}.sched-label{font-size:11px;color:var(--muted);margin-bottom:2px}.sched-val{font-size:13px;font-weight:500}.sched-err{font-size:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px;margin-bottom:10px}.sched-actions{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:12px}.sched-sep{border:none;border-top:1px solid var(--border);margin:16px 0}.row.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.day-pills,.sched-types{display:flex;gap:8px;flex-wrap:wrap}.day-pill,.sched-type-btn{padding:8px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer}.day-pill{min-width:44px;text-align:center}.day-pill.active,.sched-type-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.import-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:10px;padding:12px 16px;margin-bottom:16px;font-size:14px}.dash-actions{gap:12px}.btn-close-campaign{font-size:16px;font-weight:600;padding:13px 26px;background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 4px 14px rgba(220,38,38,.3)}.btn-close-campaign:hover{background:#b91c1c;border-color:#b91c1c}.camp-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));grid-gap:6px 12px;gap:6px 12px;margin-bottom:2px}.camp-detail{display:flex;flex-direction:column}.camp-detail-label{font-size:10px;color:var(--muted);margin-bottom:1px}.camp-detail-value{font-size:12.5px;font-weight:600;word-break:break-word;line-height:1.25}.camp-section-title{font-size:11px;font-weight:700;color:var(--muted);margin:9px 0 5px;padding-top:8px;border-top:1px solid var(--border)}.btn-reopen-campaign{font-size:16px;font-weight:600;padding:13px 26px;background:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 4px 14px rgba(22,163,74,.3)}.btn-reopen-campaign:hover{background:#15803d;border-color:#15803d}.btn-sched-close{font-size:15px;font-weight:600;padding:12px 20px}.pending-close-note{display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:#b45309;padding:8px 12px}.close-progress,.pending-close-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.close-progress{margin-top:8px;padding:8px 10px}.close-progress-head{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:#92400e;margin-bottom:6px}.close-progress-bar{height:8px;background:#fde68a;border-radius:999px;overflow:hidden}.close-progress-fill{height:100%;background:#d97706;border-radius:999px;transition:width .4s ease}.rep-section{margin-bottom:18px}.rep-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.rep-section-head h3{margin:0;font-size:16px;font-weight:700;color:#111827}.rep-filter{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px}.rep-filter-label{font-weight:600;color:#374151}.rep-filter-meta{color:#9ca3af;font-size:13px;-webkit-margin-start:auto;margin-inline-start:auto}.rep-presets{display:flex;gap:6px;flex-wrap:wrap}.rep-chip{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:5px 14px;font-size:13px;cursor:pointer;transition:all .12s}.rep-chip:hover{border-color:#2563eb;color:#2563eb}.rep-chip.on{background:#2563eb;border-color:#2563eb;color:#fff}.rep-dates{display:flex;gap:12px}.rep-dates label{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#374151}.rep-dates input{border:1px solid #d1d5db;border-radius:8px;padding:4px 8px;font:inherit}.rep-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:760px){.rep-two{grid-template-columns:1fr}}.rep-live-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.rep-livestat{background:#fafafa;border:1px solid #f0f0f0;border-top:3px solid #ccc;border-radius:10px;padding:12px;text-align:center}.rep-livestat-val{font-size:26px;font-weight:800;line-height:1.1}.rep-livestat-lbl{font-size:12px;color:#6b7280;margin-top:4px}.rep-livestat-sub{font-size:12px;color:#9ca3af;margin-top:2px}.rep-stackbar{display:flex;height:14px;border-radius:7px;overflow:hidden;background:#f1f5f9}.rep-stackbar>span{display:block;height:100%}.rep-breakdown{display:flex;flex-direction:column;gap:8px}.rep-brow{display:grid;grid-template-columns:130px 1fr 110px;align-items:center;grid-gap:10px;gap:10px}.rep-brow-label{font-size:13px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rep-brow-bar{background:#f1f5f9;border-radius:6px;height:16px;overflow:hidden}.rep-brow-bar>span{display:block;height:100%;border-radius:6px}.rep-brow-val{font-size:12px;color:#6b7280;text-align:start;white-space:nowrap}.rep-list{border:1px solid #f0f0f0;border-radius:12px;padding:14px;margin-bottom:12px;background:#fff}.rep-list-head{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;margin-bottom:8px}.rep-list-name{font-weight:700;color:#111827}.rep-list-stats{font-size:13px;color:#6b7280;white-space:nowrap}.rep-list-detail{margin-top:14px}.rep-list-meta{font-size:12px;color:#9ca3af;margin-bottom:12px}.rep-sub-title{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:8px}.rep-chart{display:block}.rep-table th{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rep-ratecell{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.rep-minibar{display:inline-block;width:50px;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.rep-minibar>span{display:block;height:100%;border-radius:4px}.rep-foot{text-align:center;color:#9ca3af;font-size:12px;padding:12px 0 24px}.rep-agg-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}.rep-agg-listsel{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#374151}.rep-agg-body{display:grid;grid-template-columns:300px 1fr;grid-gap:18px;gap:18px;align-items:start}@media (max-width:760px){.rep-agg-body{grid-template-columns:1fr}}.rep-agg-pick{max-height:280px;overflow:auto;border:1px solid #f0f0f0;border-radius:10px;padding:6px}.rep-pickrow{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:7px 8px;border-radius:8px;cursor:pointer}.rep-pickrow:hover{background:#f8fafc}.rep-pick-name{font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rep-pick-meta{font-size:12px;color:#9ca3af;white-space:nowrap}.rep-agg-chart{display:flex;flex-direction:column;align-items:center;gap:14px;background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;padding:16px}.rep-donut{display:block}.rep-agg-legend{width:100%;display:flex;flex-direction:column;gap:8px}.rep-leg{display:grid;grid-template-columns:auto 90px 1fr auto;align-items:center;grid-gap:8px;gap:8px}.rep-leg-dot{width:11px;height:11px;border-radius:3px;display:inline-block}.rep-leg-label{font-size:13px;color:#374151}.rep-leg-bar{background:#eef0f3;border-radius:5px;height:12px;overflow:hidden}.rep-leg-bar>span{display:block;height:100%;border-radius:5px}.rep-leg-val{font-size:12px;color:#6b7280;white-space:nowrap}.rep-agg-sum{font-size:13px;color:#374151;margin-top:6px;padding-top:10px;border-top:1px solid #eef0f3}.rep-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0 16px;border-bottom:2px solid #eef0f3;padding-bottom:0}.rep-tab{background:none;color:#6b7280;font:inherit;font-weight:600;font-size:14px;padding:10px 16px;cursor:pointer;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .12s,border-color .12s}.rep-tab.on,.rep-tab:hover{color:#2563eb}.rep-tab.on{border-bottom-color:#2563eb}.rep-agg-view{min-width:0}.rep-tl-legend{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px;font-size:13px;color:#374151}.rep-tl-legend span{display:inline-flex;align-items:center;gap:6px}.rep-tl-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.impersonate-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:#fef3c7;color:#92400e;border-bottom:1px solid #fde68a;padding:10px 18px;font-size:14px;font-weight:600}.impersonate-bar .btn{background:#92400e;color:#fff;border:none}.shiur-breakdown{margin-top:16px}.shiur-title{font-size:14px;font-weight:700;color:#111827;margin-bottom:8px}.rep-shiur{margin-top:16px;padding-top:14px;border-top:1px solid #f0f0f0}.rep-shiur-toggle{background:none;border:none;color:#2563eb;font:inherit;font-weight:600;cursor:pointer;padding:4px 0}.rep-shiur-toggle:hover{text-decoration:underline}.rep-line-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px;font-size:12px;color:#374151}.rep-line-legend span{display:inline-flex;align-items:center;gap:6px}.rep-line-legend i{width:14px;height:3px;border-radius:2px;display:inline-block}.sidebar nav .side-group{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 14px;border:none;border-radius:8px;cursor:pointer;background:none;color:var(--sidebar-text);font:inherit;font-size:15px;text-align:start;transition:background .15s}.sidebar nav .side-group:hover{background:var(--sidebar-active);color:#fff}.sidebar nav .side-group.active{color:#fff}.side-caret{font-size:11px;opacity:.8}.side-children{display:flex;flex-direction:column;gap:4px;margin:2px 0;-webkit-padding-start:14px;padding-inline-start:14px;-webkit-border-start:2px solid var(--sidebar-active);border-inline-start:2px solid var(--sidebar-active)}.side-children a{font-size:14px;padding:8px 12px}.sidebar nav .side-group.locked{opacity:.45;cursor:not-allowed}.sidebar nav .side-group.locked:hover{background:none;color:var(--sidebar-text)}.hub-hero{display:flex;align-items:center;gap:16px}.hub-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px;margin:18px 0}.hub-chip{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.hub-chip .lbl{font-size:13px;color:var(--muted)}.hub-chip .val{font-size:18px;font-weight:700;margin-top:2px}.hub-chip .sub{font-size:12px;color:var(--muted);margin-top:4px}.hub-dot{display:inline-block;width:9px;height:9px;border-radius:50%;-webkit-margin-start:6px;margin-inline-start:6px;vertical-align:middle}.hub-section-title{font-size:15px;font-weight:600;color:#374151;margin:18px 0 10px}.hub-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:14px;gap:14px}.hub-action{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}.hub-action:hover{border-color:var(--accent);box-shadow:0 4px 14px rgba(37,99,235,.12);transform:translateY(-1px)}.hub-action-icon{font-size:26px;line-height:1}.hub-action-title{font-weight:600}.hub-action-sub{font-size:12px;color:var(--muted);margin-top:2px}.hub-recent{display:flex;flex-direction:column}.hub-recent-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #f0f0f0}.hub-recent-row:first-child{border-top:none}.hub-warn{margin-top:8px;font-size:13px;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 10px}.hub-link{display:inline-block;margin-top:12px;color:var(--accent);text-decoration:none;font-size:14px}.hub-link:hover{text-decoration:underline}.sched-conflict-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:12px;padding:14px 16px;margin-bottom:16px;font-size:14px;line-height:1.5}.sched-card.sched-conflict{border-color:#f87171;box-shadow:inset 0 0 0 1px #f87171}.sched-conflict-note{background:#fee2e2;color:#991b1b;border-radius:8px;padding:7px 10px;font-size:13px;margin:4px 0 10px}.sched-card.is-done{opacity:.75;background:#fafafa}.sched-upcoming-chip{display:inline-block;background:#f1f5f9;color:#334155;border-radius:6px;padding:1px 8px;font-size:12px;-webkit-margin-end:5px;margin-inline-end:5px;margin-bottom:3px}.sched-layout{display:grid;grid-template-columns:1fr 440px;grid-gap:18px;gap:18px;align-items:start}.sched-list-col .sched-grid{grid-template-columns:1fr}@media (max-width:1024px){.sched-layout{grid-template-columns:1fr}}.cal-panel{padding:14px;position:-webkit-sticky;position:sticky;top:0}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cal-title{font-weight:700;font-size:16px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.cal-weekdays{margin-bottom:4px}.cal-wd{text-align:center;font-size:12px;font-weight:600;color:var(--muted);padding:4px 0}.cal-cell{min-height:72px;border:1px solid var(--border);border-radius:8px;padding:4px;background:#fff}.cal-cell.cal-out{background:#fafafa;opacity:.55}.cal-cell.cal-today{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.cal-daynum{font-size:12px;font-weight:600;color:#374151;text-align:right}.cal-events{display:flex;flex-direction:column;gap:2px;margin-top:3px}.cal-ev{font-size:10px;line-height:1.35;padding:1px 5px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-more{font-size:10px;color:var(--muted);-webkit-padding-start:2px;padding-inline-start:2px}.cal-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px;padding-top:10px;border-top:1px solid #f0f0f0}.cal-leg{display:flex;align-items:center;gap:6px;font-size:12px;color:#374151}.cal-leg-dot{width:10px;height:10px;border-radius:3px;display:inline-block;flex-shrink:0}.sched-col-title{font-size:14px;font-weight:700;color:#374151;margin-bottom:12px}.sched-rows{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:14px;gap:14px}.confirm-actions{display:flex;justify-content:flex-start;gap:10px;padding:0 24px 20px}.gt-sections{display:flex;flex-direction:column;gap:10px}.gt-section{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.gt-section-head{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;background:none;border:none;cursor:pointer;font:inherit;text-align:start;color:inherit}.gt-section-head:hover{background:#f8fafc}.gt-chevron{color:var(--muted);font-size:12px;width:14px;flex-shrink:0}.gt-section-title{font-weight:700;font-size:15px}.gt-section-sub{color:var(--muted);font-size:12px;-webkit-margin-start:auto;margin-inline-start:auto}.gt-section-body{padding:8px 16px 16px;border-top:1px solid #f0f0f0}.gt-node{margin-top:4px}.gt-node-head{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:8px;cursor:pointer}.gt-node-head:hover{background:#f8fafc}.gt-node-label{font-weight:600}.gt-node-rel{color:var(--muted);font-size:12px;-webkit-margin-start:auto;margin-inline-start:auto}.gt-node-body{-webkit-padding-start:22px;padding-inline-start:22px;padding-bottom:4px}.gt-node-desc{font-size:13px;color:#475569;line-height:1.6;background:#f8fafc;border-radius:8px;padding:8px 10px;margin:4px 0 8px}.gt-files{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:8px 10px;margin:6px 0}.gt-file{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:13px;padding:2px 0}.gt-file-name{font-family:monospace;font-weight:600}.gt-file-note{color:var(--muted);font-size:12px}.gt-item{border-top:1px solid #f0f0f0;padding-top:10px;margin-top:8px}.gt-item:first-child{border-top:none}.gt-item-label{font-weight:600;font-size:14px}.gt-file-wrap,.gt-item-label{margin-bottom:4px}.gt-ext-ini{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:10px 12px;font:12px/1.55 monospace;white-space:pre-wrap;overflow-x:auto;margin:6px 0 4px}:root{--lp-bg:#0a0a0c;--lp-bg2:#0e0e12;--lp-fg:#ededea;--lp-fg2:#bdbdc4;--lp-muted:#8b8b93;--lp-line:hsla(60,8%,92%,.14);--lp-line2:hsla(60,8%,92%,.28);--lp-accent:#5b8cff;--lp-disp:"Heebo",system-ui,sans-serif}.auth,.lp{font-family:var(--lp-disp);color:var(--lp-fg);-webkit-font-smoothing:antialiased}.auth ::selection,.lp ::selection{background:var(--lp-accent);color:#fff}.lp-wrap{max-width:1240px;margin:0 auto;padding:0 32px}.lp-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.lp-reveal.in{opacity:1}.lp-cur{display:inline-block;width:.5ch;color:var(--lp-accent);animation:lpblink 1.05s steps(1) infinite}@keyframes lpblink{50%{opacity:0}}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 30px;border-radius:999px;font-weight:500;font-size:16px;cursor:pointer;border:1px solid transparent;transition:transform .2s,background .2s,border-color .2s;text-decoration:none;font-family:var(--lp-disp)}.lp-btn.fill{background:var(--lp-fg);color:#0a0a0c}.lp-btn.fill:hover{transform:translateY(-2px)}.lp-btn.line{border-color:var(--lp-line2);color:var(--lp-fg)}.lp-btn.line:hover{background:hsla(60,8%,92%,.06)}.lp{position:relative;min-height:100vh;background:var(--lp-bg);overflow-x:hidden}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(10,10,12,.7);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--lp-line)}.lp-nav-in{justify-content:space-between;height:74px}.lp-brand,.lp-nav-in{display:flex;align-items:center}.lp-brand{gap:12px;font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--lp-fg);text-decoration:none}.auth-slash,.lp-slash{display:inline-block;width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#3b82f6,#7aa2ff);flex:none}.lp-nav-links{display:flex;align-items:center;gap:30px;font-size:15px;color:var(--lp-muted)}.lp-login,.lp-nav-links a:hover{color:var(--lp-fg)}.lp-login{border:1px solid var(--lp-line2);padding:9px 20px;border-radius:999px;font-weight:500;text-decoration:none;transition:.2s}.lp-login:hover{background:var(--lp-fg);color:#0a0a0c;border-color:var(--lp-fg)}.lp-hero{padding:110px 0 60px}.lp-eyebrow{font-size:13px;letter-spacing:.18em;color:var(--lp-muted);font-weight:500;margin-bottom:30px}.lp-title{font-weight:900;font-size:clamp(40px,8.2vw,116px);line-height:.97;letter-spacing:-.03em;max-width:15ch}.lp-title .b{color:var(--lp-accent)}.lp-lead{margin-top:34px;max-width:46ch;font-size:clamp(16px,1.7vw,20px);line-height:1.65;color:var(--lp-fg2);font-weight:300}.lp-cta{margin-top:40px;flex-wrap:wrap}.lp-cta,.lp-scroll{display:flex;gap:14px}.lp-scroll{margin-top:90px;align-items:center;color:var(--lp-muted);font-size:13px;letter-spacing:.16em}.lp-scroll .ln{width:64px;height:1px;background:var(--lp-line);position:relative;overflow:hidden}.lp-scroll .ln:after{content:"";position:absolute;inset:0;width:30%;background:var(--lp-fg);animation:lpslide 2.2s ease-in-out infinite}@keyframes lpslide{0%{transform:translateX(120%)}to{transform:translateX(-260%)}}.lp-mission{padding:120px 0;border-top:1px solid var(--lp-line)}.lp-lbl{font-size:13px;letter-spacing:.18em;color:var(--lp-muted);margin-bottom:26px}.lp-mh2{font-weight:800;font-size:clamp(28px,4.6vw,56px);line-height:1.08;letter-spacing:-.02em;max-width:20ch}.lp-mh2 em{font-style:normal;color:var(--lp-muted)}.lp-caps{padding:40px 0 120px}.lp-caps .lp-lbl{margin-bottom:10px}.lp-row{display:grid;grid-template-columns:90px 1fr auto;grid-gap:24px;gap:24px;align-items:baseline;padding:34px 0;border-top:1px solid var(--lp-line);transition:padding .3s}.lp-row:last-child{border-bottom:1px solid var(--lp-line)}.lp-row .num{font-size:20px;color:var(--lp-muted)}.lp-row .num,.lp-row .rt{font-weight:800;transition:color .3s}.lp-row .rt{font-size:clamp(24px,3.4vw,40px);letter-spacing:-.02em}.lp-row .rd{color:var(--lp-muted);font-size:16px;line-height:1.6;max-width:42ch;font-weight:300}.lp-row:hover{-webkit-padding-start:14px;padding-inline-start:14px}.lp-row:hover .rt{color:var(--lp-accent)}.lp-row:hover .num{color:var(--lp-fg)}.lp-contact{padding:120px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.lp-ch2{font-weight:900;font-size:clamp(34px,5.5vw,72px);line-height:1;letter-spacing:-.03em}.lp-c-sub{margin-top:22px;color:var(--lp-muted);font-size:18px;line-height:1.6;max-width:34ch;font-weight:300}.lp-form{display:flex;flex-direction:column;gap:16px}.lp-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.lp-field label{display:block;font-size:13px;color:var(--lp-muted);margin-bottom:7px}.lp-field input,.lp-field textarea{width:100%;background:hsla(60,8%,92%,.04);border:1px solid var(--lp-line);border-radius:12px;padding:14px 16px;color:var(--lp-fg);font-family:inherit;font-size:15px;transition:border-color .2s,background .2s;resize:vertical}.lp-field input::placeholder,.lp-field textarea::placeholder{color:#5f6068}.lp-field input:focus,.lp-field textarea:focus{outline:none;border-color:var(--lp-accent);background:hsla(60,8%,92%,.07)}.lp-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.lp-form .lp-btn.fill{justify-content:center;margin-top:6px}.lp-form-error{background:rgba(226,75,74,.14);border:1px solid rgba(226,75,74,.4);color:#f0a0a0;font-size:14px;padding:11px 14px;border-radius:10px;text-align:center}.lp-form-hint{font-size:12.5px;color:var(--lp-muted);text-align:center}.lp-done{text-align:center;padding:30px 8px}.lp-done h3{font-weight:800;font-size:26px;margin-bottom:6px}.lp-done p{color:var(--lp-muted);margin-bottom:18px}.lp-footer{border-top:1px solid var(--lp-line);padding:34px 0}.lp-foot-in{display:flex;align-items:center;justify-content:space-between;color:var(--lp-muted);font-size:14px;flex-wrap:wrap;gap:12px}.lp-foot-name{font-weight:800;color:var(--lp-fg)}.lp-foot-login{color:var(--lp-accent);text-decoration:none}.lp-foot-login:hover{color:var(--lp-fg)}.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--lp-bg)}.auth,.auth-side{position:relative}.auth-side{overflow:hidden;padding:44px 52px;display:flex;flex-direction:column;justify-content:space-between;-webkit-border-end:1px solid var(--lp-line);border-inline-end:1px solid var(--lp-line);background:var(--lp-bg2)}.auth-brand-row{display:inline-flex;align-items:center;gap:11px;color:var(--lp-fg);text-decoration:none;font-weight:800;font-size:18px}.auth-side-body{max-width:460px}.auth-eyebrow{font-size:13px;letter-spacing:.18em;color:var(--lp-muted);font-weight:500;margin-bottom:26px;display:block}.auth-headline{font-weight:900;font-size:clamp(36px,4.8vw,64px);line-height:.98;letter-spacing:-.03em}.auth-headline .b{color:var(--lp-accent)}.auth-tagline{margin-top:26px;font-size:17px;line-height:1.7;color:var(--lp-fg2);font-weight:300;max-width:38ch}.auth-back{color:var(--lp-muted);text-decoration:none;font-size:14px;transition:color .2s}.auth-back:hover{color:var(--lp-fg)}.auth-main{display:flex;align-items:center;justify-content:center;padding:44px 28px}.auth-card{width:min(400px,100%)}.auth-title{font-weight:900;font-size:34px;letter-spacing:-.02em;margin-bottom:8px}.auth-sub{color:var(--lp-muted);font-size:15px;margin-bottom:30px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field label{display:block;font-size:13px;color:var(--lp-muted);margin-bottom:7px}.auth-field input{width:100%;background:hsla(60,8%,92%,.04);border:1px solid var(--lp-line);border-radius:12px;padding:14px 16px;color:var(--lp-fg);font-family:inherit;font-size:15px;transition:border-color .2s,background .2s}.auth-field input::placeholder{color:#5f6068}.auth-field input:focus{outline:none;background:hsla(60,8%,92%,.07)}.auth-error{background:rgba(226,75,74,.14);border:1px solid rgba(226,75,74,.4);color:#f0a0a0;font-size:14px;padding:11px 14px;border-radius:10px;text-align:center}.auth-submit{width:100%;margin-top:4px;padding:15px;border:none;border-radius:999px;cursor:pointer;background:var(--lp-fg);color:#0a0a0c;font-size:16px;font-weight:500;font-family:var(--lp-disp);transition:transform .2s,opacity .2s}.auth-submit:disabled{opacity:.55;cursor:default}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--lp-muted);font-size:13px;margin:22px 0}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--lp-line)}.auth-divider span{padding:0 12px}.auth-google{width:100%;padding:14px;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;background:hsla(60,8%,92%,.04);border:1px solid var(--lp-line2);color:var(--lp-fg);font-size:15px;font-weight:500;font-family:var(--lp-disp);transition:background .2s}.auth-google:hover{background:hsla(60,8%,92%,.08)}.auth-home{display:block;text-align:center;margin-top:24px;color:var(--lp-muted);text-decoration:none;font-size:14px;transition:color .2s}.auth-home:hover{color:var(--lp-fg)}@media (max-width:860px){.lp-contact{gap:36px}.auth,.lp-contact{grid-template-columns:1fr}.auth-side{padding:30px 24px;gap:26px;-webkit-border-end:none;border-inline-end:none;border-bottom:1px solid var(--lp-line)}.auth-side-body{max-width:none}.auth-headline{font-size:clamp(30px,9vw,42px)}.auth-main{padding:30px 20px 50px}}@media (max-width:560px){.lp-nav-links a:not(.lp-login){display:none}.lp-hero{padding:64px 0 50px}.lp-row{grid-template-columns:54px 1fr;gap:14px}.lp-row .rd{grid-column:2;max-width:none}.lp-two{grid-template-columns:1fr}.lp-wrap{padding:0 22px}.lp-caps,.lp-contact,.lp-mission{padding-top:70px;padding-bottom:70px}.lp-foot-in{justify-content:center;text-align:center}}.org-switch-modal{width:min(440px,100%);border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.32);animation:orgSwitchPop .16s ease-out}@keyframes orgSwitchPop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.org-switch-sub{margin:0 0 16px;color:var(--muted);font-size:14px;text-align:center}.org-switch-list{display:flex;flex-direction:column;gap:12px}.org-switch-item{width:100%;text-align:inherit;cursor:pointer;font-family:inherit;background:var(--surface)}.org-switch-item:disabled{cursor:default}.org-switch-item.active{border-color:#16a34a;box-shadow:inset 0 0 0 1px #16a34a}.org-switch-badge{display:inline-block;-webkit-margin-start:8px;margin-inline-start:8px;padding:2px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:600;vertical-align:middle}.lp-nav-links a:not(.lp-login){color:var(--lp-fg);font-weight:500}.lp-nav-links a:not(.lp-login):hover{color:var(--lp-fg2)}.lp-contact{align-items:start}.lp-form{max-width:460px;gap:13px;padding:26px;border-radius:18px;background:linear-gradient(158deg,rgba(91,140,255,.16),rgba(91,140,255,.05) 52%,hsla(60,8%,92%,.02));border:1px solid rgba(91,140,255,.3)}.lp-form .lp-field input,.lp-form .lp-field textarea{padding:11px 14px;font-size:14px;border-radius:10px;background:rgba(10,12,24,.4);border-color:rgba(91,140,255,.22)}.lp-form .lp-field textarea{min-height:84px}.lp-form .lp-field input:focus,.lp-form .lp-field textarea:focus{border-color:var(--lp-accent);background:rgba(91,140,255,.08);box-shadow:0 0 0 3px rgba(91,140,255,.16)}.lp-form .lp-btn.fill{background:linear-gradient(135deg,#2f6df0,#5b8cff 55%,#7aa2ff);color:#fff;box-shadow:0 10px 26px rgba(59,130,246,.32)}.lp-form .lp-btn.fill:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(59,130,246,.42)}.lp-done{max-width:460px;padding:30px 26px;border-radius:18px;background:linear-gradient(158deg,rgba(91,140,255,.16),rgba(91,140,255,.04) 60%,hsla(60,8%,92%,.02));border:1px solid rgba(91,140,255,.3)}.lp{background:linear-gradient(180deg,#0a0a0c,#0a0e1c 34%,#0d1a3d 68%,#122a5e);background-attachment:scroll}.lp-nav{background:rgba(10,10,12,.72)}.lp-contact{display:block;padding:92px 0;border-top:1px solid var(--lp-line)}.lp-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:start}@media (max-width:860px){.lp-contact-grid{grid-template-columns:1fr;gap:32px}}.lp{background:linear-gradient(180deg,#0a0a0c,#0a1226 30%,#0d2256 62%,#143c92)}.auth{background:linear-gradient(180deg,#0a0a0c,#0a1020 52%,#0c1f4a)}.auth-side{background:rgba(9,10,16,.5)}.lp{background:linear-gradient(180deg,#0a0a0c,#0a1430 26%,#0e2c72 58%,#1a4fb8)}.auth{background:linear-gradient(180deg,#0a0a0c,#0a1226 50%,#0f2c6c)}.lp-reveal{transform:translateY(46px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.lp-reveal.in{transform:none}.lp{background:linear-gradient(180deg,#08080a,#0a0f1e 46%,#0b1730)}.auth{background:linear-gradient(180deg,#08080a,#0a0e1a 58%,#0a142a)}.lp-aurora{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.lp-aurora span{position:absolute;border-radius:50%;filter:blur(90px);opacity:.55;mix-blend-mode:screen;will-change:transform}.lp-aurora .b1{width:46vw;height:46vw;inset-inline-start:-8vw;top:-8vw;background:radial-gradient(circle,#2f6df0,transparent 70%);animation:lpAur1 22s ease-in-out infinite}.lp-aurora .b2{width:40vw;height:40vw;inset-inline-end:-10vw;top:16vh;background:radial-gradient(circle,#1a4fb8,transparent 70%);animation:lpAur2 28s ease-in-out infinite}.lp-aurora .b3{width:54vw;height:54vw;inset-inline-start:12vw;bottom:-26vw;background:radial-gradient(circle,#163a8a,transparent 70%);animation:lpAur3 32s ease-in-out infinite}@keyframes lpAur1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(6vw,4vh) scale(1.12)}}@keyframes lpAur2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-5vw,5vh) scale(1.08)}}@keyframes lpAur3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(4vw,-4vh) scale(1.15)}}.lp-grain{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px}.auth>aside,.auth>section,.lp>footer,.lp>header,.lp>nav,.lp>section{position:relative;z-index:1}.auth-aurora{z-index:0}.auth-aurora span{opacity:.4}.lp-progress{position:fixed;top:0;inset-inline:0;height:3px;z-index:60;pointer-events:none;background:transparent}.lp-progress span{display:block;height:100%;transform:scaleX(0);transform-origin:right center;background:linear-gradient(90deg,#2f6df0,#7aa2ff);box-shadow:0 0 12px rgba(91,140,255,.6);transition:transform .08s linear}.lp-bento{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.lp-cell{position:relative;overflow:hidden;grid-column:span 1;padding:30px;border-radius:22px;border:1px solid var(--lp-line);background:linear-gradient(160deg,hsla(60,8%,92%,.07),hsla(60,8%,92%,.02));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .35s cubic-bezier(.22,.61,.36,1),border-color .35s,box-shadow .35s}.lp-cell.span-2{grid-column:span 2}.lp-cell:hover{transform:translateY(-5px);border-color:rgba(91,140,255,.5);box-shadow:0 22px 56px rgba(6,10,26,.55)}.lp-cell-num{display:inline-block;font-weight:800;font-size:13px;letter-spacing:.14em;color:var(--lp-accent);margin-bottom:16px}.lp-cell-t{font-weight:800;font-size:clamp(20px,2.3vw,28px);letter-spacing:-.02em;line-height:1.16;margin-bottom:10px}.lp-cell.span-2 .lp-cell-t{font-size:clamp(24px,3vw,38px)}.lp-cell-d{color:var(--lp-muted);font-size:15px;line-height:1.6;font-weight:300;max-width:44ch}.lp-cell-glow{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .3s;background:radial-gradient(280px circle at var(--mx,50%) var(--my,50%),rgba(91,140,255,.18),transparent 62%)}.lp-cell:hover .lp-cell-glow{opacity:1}@media (max-width:860px){.lp-bento{grid-template-columns:repeat(2,1fr)}.lp-cell.span-2{grid-column:span 2}}@media (max-width:560px){.lp-bento{grid-template-columns:1fr}.lp-cell,.lp-cell.span-2{grid-column:span 1;padding:24px}}@media (prefers-reduced-motion:reduce){.lp-aurora span{animation:none}.lp-cell{transition:border-color .2s}.lp-progress span{transition:none}}.auth-card{position:relative;overflow:hidden;padding:40px 36px;border-radius:24px;border:1px solid var(--lp-line);background:linear-gradient(160deg,hsla(60,8%,92%,.07),hsla(60,8%,92%,.02));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 30px 80px rgba(5,9,24,.55)}.auth-card:before{content:"";position:absolute;inset-inline:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(122,162,255,.75),transparent)}.auth-field input{background:rgba(10,12,24,.42);border-color:rgba(91,140,255,.22)}.auth-field input:focus{border-color:var(--lp-accent);background:rgba(91,140,255,.08);box-shadow:0 0 0 3px rgba(91,140,255,.16)}.auth-submit{background:linear-gradient(135deg,#2f6df0,#5b8cff 55%,#7aa2ff);color:#fff;box-shadow:0 10px 26px rgba(59,130,246,.32)}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 34px rgba(59,130,246,.42)}.auth-google{background:hsla(60,8%,92%,.05);border-color:rgba(91,140,255,.22)}.auth-google:hover{background:rgba(91,140,255,.1);border-color:rgba(91,140,255,.4)}@media (max-width:860px){.auth-back{display:none}}.auth-eyebrow,.lp-eyebrow{display:inline-block;padding:7px 15px;border:1px solid var(--lp-line2);border-radius:999px;background:rgba(91,140,255,.09);color:var(--lp-fg2);letter-spacing:.12em}.auth-eyebrow:before,.lp-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lp-accent);-webkit-margin-end:9px;margin-inline-end:9px;vertical-align:middle;box-shadow:0 0 9px rgba(91,140,255,.95)}.auth-headline .b,.lp-title .b{background:linear-gradient(90deg,#5b8cff,#9db8ff 50%,#5b8cff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:lpSheen 6s linear infinite}@keyframes lpSheen{to{background-position:200%}}.lp-bento .lp-cell{transition:opacity .7s ease,transform .55s cubic-bezier(.22,.61,.36,1),border-color .35s,box-shadow .35s}.lp-bento .lp-cell:first-child{transition-delay:.04s}.lp-bento .lp-cell:nth-child(2){transition-delay:.1s}.lp-bento .lp-cell:nth-child(3){transition-delay:.16s}.lp-bento .lp-cell:nth-child(4){transition-delay:.22s}.lp-bento .lp-cell:nth-child(5){transition-delay:.28s}.lp-bento .lp-cell:nth-child(6){transition-delay:.34s}.lp-bento .lp-cell:hover{transition-delay:0s}.lp-hero .lp-btn.fill:hover{box-shadow:0 14px 34px rgba(91,140,255,.28)}@media (prefers-reduced-motion:reduce){.auth-headline .b,.lp-title .b{animation:none}.lp-bento .lp-cell{transition-delay:0s!important}}.auth-side{background:transparent;-webkit-border-end:none;border-inline-end:none}.auth:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64vw;height:78vh;max-width:1100px;z-index:0;pointer-events:none;background:radial-gradient(closest-side,rgba(91,140,255,.16),rgba(91,140,255,.05) 55%,transparent 72%);filter:blur(26px)}.auth-side:after{content:"";position:absolute;inset-block:10%;inset-inline-end:0;width:1px;background:linear-gradient(180deg,transparent,rgba(122,162,255,.3) 50%,transparent)}@media (max-width:860px){.auth-side:after{display:none}.auth-side{border-bottom:1px solid rgba(122,162,255,.16)}.auth:before{width:92vw;height:42vh}}.auth-rotate{margin-top:18px;color:var(--lp-muted);font-size:16px;font-weight:300}.auth-roti{display:inline-block;height:1.5em;line-height:1.5em;overflow:hidden;vertical-align:-.42em}.auth-roti-track{display:flex;flex-direction:column;animation:authRoti 11s cubic-bezier(.76,0,.24,1) infinite}.auth-roti b{height:1.5em;line-height:1.5em;color:#9db8ff;font-weight:800;white-space:nowrap}@keyframes authRoti{0%,14%{transform:translateY(0)}20%,34%{transform:translateY(-1.5em)}40%,54%{transform:translateY(-3em)}60%,74%{transform:translateY(-4.5em)}80%,to{transform:translateY(-6em)}}.auth-aurora{transform:translate(calc(var(--mx, 0) * -26px),calc(var(--my, 0) * -26px));transition:transform .35s ease-out}.auth-card{transform:perspective(1100px) rotateY(calc(var(--mx, 0) * 3.4deg)) rotateX(calc(var(--my, 0) * -3.4deg));transition:transform .25s ease-out,box-shadow .25s;transform-style:preserve-3d;will-change:transform}@media (prefers-reduced-motion:reduce){.auth-roti-track{animation:none}.auth-aurora,.auth-card{transform:none!important}}.lp-how{padding:30px 0 90px;border-top:1px solid var(--lp-line)}.lp-steps{margin-top:30px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.lp-step{position:relative;padding:28px;border-radius:18px;border:1px solid var(--lp-line);background:linear-gradient(160deg,hsla(60,8%,92%,.055),hsla(60,8%,92%,.015));transition:transform .3s,border-color .3s}.lp-step:hover{transform:translateY(-3px);border-color:rgba(91,140,255,.4)}.lp-step-n{display:inline-block;font-weight:800;font-size:13px;letter-spacing:.14em;color:var(--lp-accent);margin-bottom:14px}.lp-step-t{font-weight:800;font-size:clamp(20px,2.4vw,26px);letter-spacing:-.02em;margin-bottom:8px}.lp-step-d{color:var(--lp-muted);font-size:15px;line-height:1.6;font-weight:300}.lp-step:not(:last-child):after{content:"\2190";position:absolute;top:50%;inset-inline-end:-18px;transform:translateY(-50%);color:var(--lp-line2);font-size:22px;font-weight:700}@media (max-width:860px){.lp-steps{grid-template-columns:1fr}.lp-step:not(:last-child):after{display:none}}.nav-toggle,.sidebar-overlay{display:none}@media (max-width:1024px){.content{padding:22px}.topbar{padding:0 18px}}@media (max-width:768px){.app,.sidebar{height:100dvh}.sidebar{position:fixed;top:0;right:0;width:82%;max-width:300px;transform:translateX(100%);transition:transform .25s ease;z-index:60;box-shadow:-4px 0 24px rgba(0,0,0,.35)}.sidebar.open{transform:translateX(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:55}.sidebar-overlay.show{opacity:1;pointer-events:auto}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:inherit;font-size:20px;line-height:1;cursor:pointer;flex-shrink:0}.main{width:100%}.content{padding:14px}.topbar{padding:0 12px;gap:8px;height:58px}.topbar h1{font-size:17px}table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.sidebar nav .side-group,.sidebar nav a{min-height:44px}}@media (max-width:480px){.content{padding:10px}}@media (max-width:768px){.cal-head,.dash-actions,.hub-actions,.line-head,.lists-head,.results-controls,.results-head,.sched-card-head,.step-actions{flex-wrap:wrap}}@media (max-width:640px){.cal-grid{gap:2px}.cal-cell{min-height:48px;padding:2px}.cal-daynum{font-size:11px}.cal-ev{padding:1px 3px}.cal-ev,.cal-more{font-size:9px}.cal-wd{font-size:10px;padding:2px 0}.cal-legend{gap:6px 10px}}.lp-logo{height:38px}.auth-logo,.lp-logo{width:auto;display:block}.auth-logo{height:48px}@media (max-width:560px){.lp-logo{height:32px}}.auth-brandname,.lp-brandname{font-weight:800;font-size:22px;letter-spacing:-.01em;line-height:1;color:#8fb4ff;background:linear-gradient(120deg,#4f8bff,#93b9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.auth-brandname{font-size:20px}.lp-install{border:1px solid rgba(91,140,255,.5);background:rgba(91,140,255,.14);color:#cfe0ff;padding:9px 18px;border-radius:999px;font-weight:600;font-size:15px;font-family:var(--lp-disp);cursor:pointer;transition:background .2s,border-color .2s}.lp-install:hover{background:rgba(91,140,255,.24);border-color:var(--lp-accent)}.auth-welcome{display:flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;direction:ltr;margin:16px 0 14px;font-family:var(--lp-disp);font-weight:600;font-size:clamp(15px,1.7vw,19px);letter-spacing:.04em;background:linear-gradient(90deg,#6f9bff,#cdd9ff 45%,#6f9bff 72%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:authWelcomeIn .9s cubic-bezier(.22,.61,.36,1) both,lpSheen 7s linear infinite}@keyframes authWelcomeIn{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}.auth-welcome-line{position:relative;width:32px;height:1px;flex:none;overflow:hidden;background:var(--lp-line2)}.auth-welcome-line:after{content:"";position:absolute;inset:0;width:45%;background:linear-gradient(90deg,transparent,var(--lp-accent),transparent);animation:lpslide 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.auth-welcome,.auth-welcome-line:after{animation:none}}