:root{--paper:#fafaf6;--paper-dim:#f1f0e9;--ink:#14161a;--muted:#686b6f;--line:#dad8cf;--amber:#f5b700;--amber-dim:#fce9a8;--teal:#0f6e5c;--teal-dim:#ddede8;--red:#c1441e;--red-dim:#f5dad1;--mono:"IBM Plex Mono",monospace;--disp:"Space Grotesk",sans-serif;--body:"Inter",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--paper);color:var(--ink);font-family:var(--body);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font-family:inherit;font-size:14px}.dashboard-shell .wrap{max-width:1100px;margin:0 auto;padding:0 24px}.dashboard-shell .gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.dashboard-shell .gate-card{border:1px solid var(--ink);background:var(--paper);box-shadow:6px 6px 0 var(--ink);max-width:380px;width:100%;padding:30px 26px}.dashboard-shell .gate-logo{font-family:var(--mono);font-weight:600;font-size:14px;letter-spacing:.02em;display:flex;align-items:center;gap:8px;margin-bottom:22px}.dashboard-shell .gate-logo .dot{width:8px;height:8px;background:var(--amber);border:1px solid var(--ink)}.dashboard-shell .gate-card h1{font-family:var(--disp);font-size:22px;font-weight:700;margin-bottom:8px}.dashboard-shell .gate-card p{font-size:13.5px;color:var(--muted);margin-bottom:20px}.dashboard-shell .gate-input{width:100%;padding:12px 14px;border:1px solid var(--ink);background:var(--paper);font-family:var(--mono);font-size:14px;margin-bottom:12px}.dashboard-shell .gate-input:focus{outline:2px solid var(--teal);outline-offset:1px}.dashboard-shell .gate-btn{width:100%;padding:13px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);font-family:var(--mono);font-weight:600;font-size:13.5px;cursor:pointer;transition:.15s}.dashboard-shell .gate-btn:hover{background:var(--teal);border-color:var(--teal)}.dashboard-shell .gate-btn:disabled{opacity:.5;cursor:default}.dashboard-shell .gate-error{color:var(--red);min-height:16px}.dashboard-shell .gate-error,.dashboard-shell .gate-ok{font-family:var(--mono);font-size:12.5px;margin-top:10px}.dashboard-shell .gate-ok{color:var(--teal)}.dashboard-shell .gate-hint{font-family:var(--mono);font-size:11px;color:var(--muted);margin-top:18px;border-top:1px solid var(--line);padding-top:14px}.dashboard-shell .gate-hint a{color:var(--teal);text-decoration:underline}.dashboard-shell header{border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:hsla(60,29%,97%,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.dashboard-shell .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;flex-wrap:wrap}.dashboard-shell .logo{font-family:var(--mono);font-weight:600;font-size:14px;letter-spacing:normal;display:flex;align-items:center;gap:8px}.dashboard-shell .logo .dot{width:8px;height:8px;background:var(--amber);border:1px solid var(--ink)}.dashboard-shell .nav-tabs{display:flex;gap:4px;font-family:var(--mono);font-size:12.5px}.dashboard-shell .nav-tab{padding:8px 14px;border:1px solid var(--line);background:var(--paper);cursor:pointer;color:var(--muted);transition:.15s;text-decoration:none;display:inline-block}.dashboard-shell .nav-tab.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.dashboard-shell .nav-right{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:11.5px;color:var(--muted)}.dashboard-shell .badge-role{padding:3px 8px;border:1px solid var(--teal);color:var(--teal);background:var(--teal-dim);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em}.dashboard-shell .badge-role.on_hold{border-color:var(--amber);color:#8a6a00;background:var(--amber-dim)}.dashboard-shell .logout-btn{background:none;border:none;color:var(--muted);text-decoration:underline;cursor:pointer;font-family:var(--mono);font-size:11.5px}.dashboard-shell main{padding:32px 0 60px}.dashboard-shell .section-title{font-family:var(--disp);font-size:22px;font-weight:700;margin-bottom:4px}.dashboard-shell .section-sub{font-family:var(--mono);font-size:12px;color:var(--muted);margin-bottom:24px}.dashboard-shell .controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px;align-items:center}.dashboard-shell .cat-pill{padding:7px 14px;border:1px solid var(--line);background:var(--paper);cursor:pointer;font-family:var(--mono);font-size:12px;color:var(--muted);transition:.15s}.dashboard-shell .cat-pill.active{background:var(--amber);border-color:var(--amber);color:var(--ink);font-weight:600}.dashboard-shell .search-input{padding:8px 12px;flex-grow:1;min-width:180px}.dashboard-shell .search-input,.dashboard-shell .sort-select{border:1px solid var(--line);font-family:var(--mono);font-size:12.5px;background:var(--paper)}.dashboard-shell .sort-select{padding:8px 10px}.dashboard-shell .table-wrap{border:1px solid var(--ink);background:var(--paper);overflow-x:auto}.dashboard-shell table{width:100%;border-collapse:collapse;font-family:var(--mono);font-size:12.5px;min-width:640px}.dashboard-shell th{text-align:left;padding:11px 14px;background:var(--ink);color:var(--paper);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.dashboard-shell td{padding:10px 14px;border-bottom:1px solid var(--line);white-space:nowrap}.dashboard-shell tr:last-child td{border-bottom:none}.dashboard-shell tr:hover td{background:var(--paper-dim)}.dashboard-shell .cat-badge{display:inline-block;padding:2px 8px;font-size:10.5px;font-weight:600;border:1px solid}.dashboard-shell .cat-tools{background:var(--teal-dim);color:var(--teal);border-color:var(--teal)}.dashboard-shell .cat-calculator{background:var(--amber-dim);color:#8a6a00;border-color:var(--amber)}.dashboard-shell .cat-saas{background:#e4e7f5;color:#37449e;border-color:#37449e}.dashboard-shell .cat-trustmrr{background:var(--red-dim);color:var(--red);border-color:var(--red)}.dashboard-shell .empty-state{padding:50px 20px;text-align:center;color:var(--muted);font-family:var(--mono);font-size:13px}.dashboard-shell .feed-item{border:1px solid var(--line);background:var(--paper);padding:18px 20px;margin-bottom:14px}.dashboard-shell .feed-date{font-family:var(--mono);font-size:11px;color:var(--teal);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.dashboard-shell .feed-text{font-size:14.5px;line-height:1.6;white-space:pre-wrap}.dashboard-shell .admin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.dashboard-shell .admin-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.dashboard-shell .panel{border:1px solid var(--ink);background:var(--paper);padding:22px}.dashboard-shell .panel h3{font-family:var(--disp);font-size:16px;font-weight:600;margin-bottom:14px}.dashboard-shell .form-row{margin-bottom:12px}.dashboard-shell .form-row label{display:block;font-family:var(--mono);font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.dashboard-shell .form-row input,.dashboard-shell .form-row select,.dashboard-shell .form-row textarea{width:100%;padding:9px 11px;border:1px solid var(--line);background:var(--paper);font-family:var(--mono);font-size:13px}.dashboard-shell .form-row textarea{resize:vertical;min-height:80px}.dashboard-shell .form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.dashboard-shell .btn-add{padding:10px 18px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);font-family:var(--mono);font-weight:600;font-size:12.5px;cursor:pointer;transition:.15s}.dashboard-shell .btn-add:hover{background:var(--teal);border-color:var(--teal)}.dashboard-shell .btn-add:disabled{opacity:.5;cursor:default}.dashboard-shell .btn-secondary{padding:10px 18px;background:var(--paper);color:var(--ink);border:1px solid var(--ink);font-family:var(--mono);font-weight:600;font-size:12.5px;cursor:pointer;transition:.15s}.dashboard-shell .btn-secondary:hover{background:var(--amber-dim)}.dashboard-shell .btn-danger{padding:6px 10px;background:transparent;color:var(--red);border:1px solid var(--red);font-family:var(--mono);font-size:11px;cursor:pointer;transition:.15s}.dashboard-shell .btn-danger:hover{background:var(--red);color:var(--paper)}.dashboard-shell .csv-hint{font-family:var(--mono);font-size:10.5px;color:var(--muted);margin-top:6px;line-height:1.5}.dashboard-shell .status-msg{font-family:var(--mono);font-size:11.5px;margin-top:10px;min-height:16px}.dashboard-shell .status-ok{color:var(--teal)}.dashboard-shell .status-err{color:var(--red)}.dashboard-shell .admin-row-list{max-height:280px;overflow-y:auto;border:1px solid var(--line)}.dashboard-shell .admin-row-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:11.5px}.dashboard-shell .admin-row-item:last-child{border-bottom:none}.dashboard-shell .plan-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:24px 0}.dashboard-shell .plan-card{border:1px solid var(--ink);background:var(--paper);padding:22px;text-align:center}.dashboard-shell .plan-card.featured{box-shadow:6px 6px 0 var(--amber)}.dashboard-shell .plan-name{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px}.dashboard-shell .plan-price{font-family:var(--disp);font-size:30px;font-weight:700;margin-bottom:4px}.dashboard-shell .plan-period{font-family:var(--mono);font-size:11px;color:var(--muted);margin-bottom:18px}@media (max-width:760px){.dashboard-shell .admin-grid,.dashboard-shell .admin-grid-3,.dashboard-shell .plan-grid{grid-template-columns:1fr}.dashboard-shell .nav-tabs{order:3;width:100%}}.dashboard-shell .side-app{--side-bg:#fbfaf8;--side-sidebar-bg:#2a2a35;--side-sidebar-text:#ebebf2;--side-sidebar-muted:#9c9cb0;--side-panel-bg:#fff;--side-text:#2a2a35;--side-muted:#83839a;--side-border:#ececf2;--side-accent:#6c63e0;display:flex;min-height:100vh;background:var(--side-bg);color:var(--side-text);font-family:"Inter",var(--body)}.dashboard-shell .side-sidebar{width:220px;flex-shrink:0;background:var(--side-sidebar-bg);color:var(--side-sidebar-text);padding:22px 16px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.dashboard-shell .side-logo{display:flex;align-items:center;gap:9px;font-weight:800;font-size:15px;margin-bottom:26px;font-family:"Inter",var(--body)}.dashboard-shell .side-logo-mark{width:24px;height:24px;border-radius:6px;background:var(--side-accent);flex-shrink:0}.dashboard-shell .side-item{padding:10px 12px;font-size:13px;border-radius:7px;margin-bottom:3px;color:var(--side-sidebar-muted);display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.dashboard-shell .side-ic{width:15px;height:15px;border-radius:4px;background:currentColor;opacity:.35;flex-shrink:0}.dashboard-shell .side-item.on{background:var(--side-accent);color:#fff;font-weight:600}.dashboard-shell .side-item.on .side-ic{opacity:1;background:#fff}.dashboard-shell .side-divider{border-top:1px solid hsla(0,0%,100%,.1);margin:12px 4px}.dashboard-shell .side-sidebar-foot{margin-top:auto;padding-top:16px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.dashboard-shell .side-logout-btn{background:none;border:none;color:var(--side-sidebar-muted);text-decoration:underline;cursor:pointer;font-family:var(--mono);font-size:11.5px;padding:0}.dashboard-shell .side-main{flex:1 1;padding:24px 30px 60px;min-width:0}.dashboard-shell .side-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:16px}.dashboard-shell .side-search{flex:1 1;max-width:380px;background:var(--side-panel-bg);border:1px solid var(--side-border);border-radius:9px;padding:10px 14px;font-size:12.5px;color:var(--side-text);font-family:"Inter",var(--body)}.dashboard-shell .side-topbar-right{display:flex;align-items:center;gap:16px}.dashboard-shell .side-bell{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--side-muted);position:relative;flex-shrink:0}.dashboard-shell .side-avatar{width:30px;height:30px;border-radius:50%;background:var(--side-accent);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-shell .side-uname{font-size:12.5px;font-weight:600;color:var(--side-text);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .side-app .title{font-family:var(--disp);font-size:22px;font-weight:800;margin-bottom:3px;color:var(--side-text)}.dashboard-shell .side-app .subtitle{font-size:13px;color:var(--side-muted);margin-bottom:20px}.dashboard-shell .side-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:18px}.dashboard-shell .side-stat{border-radius:11px;padding:16px;display:flex;gap:12px;align-items:flex-start}.dashboard-shell .side-stat-icon{width:38px;height:38px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px}.dashboard-shell .side-stat-lbl{font-size:11px;color:var(--side-muted);margin-bottom:5px}.dashboard-shell .side-stat-val{font-size:20px;font-weight:800;color:var(--side-text)}.dashboard-shell .side-midrow{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:14px;gap:14px;margin-bottom:18px}.dashboard-shell .side-panel{background:var(--side-panel-bg);border:1px solid var(--side-border);border-radius:11px;padding:16px}.dashboard-shell .side-ptitle{font-size:13.5px;font-weight:700;margin-bottom:2px;color:var(--side-text)}.dashboard-shell .side-psub{font-size:10.5px;color:var(--side-muted);margin-bottom:12px}.dashboard-shell .side-bar-track{height:8px;background:var(--side-border);border-radius:4px}.dashboard-shell .side-bar-fill{height:100%;background:var(--side-accent);border-radius:4px}.dashboard-shell .side-donut{width:88px;height:88px;border-radius:50%;margin:2px auto 10px;position:relative}.dashboard-shell .side-donut:after{content:"";position:absolute;inset:16px;background:var(--side-panel-bg);border-radius:50%}.dashboard-shell .side-legend{font-size:11px;color:var(--side-muted)}.dashboard-shell .side-legend div{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.dashboard-shell .side-sw{width:8px;height:8px;border-radius:2px;display:inline-block;margin-right:6px}.dashboard-shell .side-legend b{color:var(--side-text)}.dashboard-shell .side-qf-item{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--side-border);font-size:12px;text-decoration:none;color:var(--side-text)}.dashboard-shell .side-qf-item:last-child{border-bottom:none}.dashboard-shell .side-qf-item b{font-weight:700;color:var(--side-text)}.dashboard-shell .side-qf-sub{display:block;font-size:10px;color:var(--side-muted);font-weight:400;margin-top:1px}.dashboard-shell .side-table-panel{background:var(--side-panel-bg);border:1px solid var(--side-border);border-radius:11px;overflow:hidden}.dashboard-shell .side-table-head{justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--side-border);flex-wrap:wrap}.dashboard-shell .side-table-head,.dashboard-shell .side-table-head-lft{display:flex;align-items:center;gap:10px}.dashboard-shell .side-table-head h3{font-size:14.5px;font-weight:700;color:var(--side-text)}.dashboard-shell .side-count-pill{background:var(--side-accent);color:#fff;font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:11px}.dashboard-shell .side-table-head-rgt{display:flex;align-items:center;gap:10px}.dashboard-shell .side-sortbox{padding:6px 10px;background:var(--side-panel-bg);font-family:"Inter",var(--body)}.dashboard-shell .side-exportbtn,.dashboard-shell .side-sortbox{border:1px solid var(--side-border);border-radius:7px;font-size:11.5px;color:var(--side-text)}.dashboard-shell .side-exportbtn{padding:6px 12px;font-weight:600;text-decoration:none;white-space:nowrap}.dashboard-shell .side-table-panel table{width:100%;border-collapse:collapse;font-size:12px;font-family:"Inter",var(--body);min-width:640px}.dashboard-shell .side-table-panel th{text-align:left;padding:9px 18px;color:var(--side-muted);font-weight:600;font-size:10.5px;border-bottom:1px solid var(--side-border);background:transparent;text-transform:none;letter-spacing:normal}.dashboard-shell .side-table-panel td{padding:9px 18px;border-bottom:1px solid var(--side-border);white-space:nowrap}.dashboard-shell .side-table-panel tr:last-child td{border-bottom:none}.dashboard-shell .side-table-panel tr:hover td{background:#faf9fc}.dashboard-shell .side-table-panel a{color:var(--side-text);text-decoration:none}.dashboard-shell .side-table-panel a:hover{text-decoration:underline}.dashboard-shell .side-badge{padding:2px 9px;border-radius:11px;font-size:10.5px;font-weight:600;display:inline-block}.dashboard-shell .side-badge-saas{background:#6c63e022;color:#6c63e0}.dashboard-shell .side-badge-trustmrr{background:#f2a65a22;color:#c47f1e}.dashboard-shell .side-badge-tools{background:#3fae7a22;color:#2b8a5e}.dashboard-shell .side-badge-special{background:#e0637e22;color:#c1416a}.dashboard-shell .side-blur{filter:blur(3.5px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;color:var(--side-text);letter-spacing:.02em}.dashboard-shell .side-demo-banner{background:#6c63e0;color:#fff;text-align:center;padding:10px 16px;font-size:12.5px;font-weight:600;font-family:"Inter",var(--body)}.dashboard-shell .side-demo-banner a{color:#fff;text-decoration:underline;font-weight:700}.dashboard-shell .side-cta-btn{display:block;width:100%;text-align:center;background:var(--side-accent,#6c63e0);color:#fff;padding:10px;border-radius:7px;font-size:12.5px;font-weight:700;text-decoration:none}.dashboard-shell .side-viewbtn{border:1px solid var(--side-accent);color:var(--side-accent)!important;padding:4px 12px;border-radius:6px;font-size:10.5px;font-weight:600;display:inline-block}@media (max-width:900px){.dashboard-shell .side-midrow{grid-template-columns:1fr}.dashboard-shell .side-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.dashboard-shell .side-app{flex-direction:column}.dashboard-shell .side-sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px}.dashboard-shell .side-sidebar .side-logo{width:100%;margin-bottom:10px}.dashboard-shell .side-sidebar-foot{margin-top:10px;flex-direction:row;align-items:center;gap:14px}.dashboard-shell .side-stats{grid-template-columns:1fr}.dashboard-shell .side-main{padding:20px 16px 40px}}