*{box-sizing:border-box;margin:0;padding:0}:root{--brand: #336aea;--brand-light: #e8effe;--brand-mid: #5584ee;--accent: #f4a942;--accent-light: #fff8ec;--danger: #e24b4a;--danger-light: #fcebeb;--success: #22c55e;--text: #1a1a1a;--text-muted: #6b6b6b;--surface: #ffffff;--surface2: #f5f5f3;--border: rgba(0,0,0,.1);--radius: 12px;--radius-sm: 8px;--font: "Sora", sans-serif}body{font-family:var(--font);background:var(--surface2);color:var(--text);-webkit-font-smoothing:antialiased}input,button,select,textarea{font-family:var(--font)}.app{display:flex;height:100vh;overflow:hidden}.main{flex:1;overflow-y:auto;background:var(--surface2)}.content{padding:24px}.sidebar{width:220px;flex-shrink:0;background:var(--brand);display:flex;flex-direction:column}.logo{padding:24px 20px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.logo-text{font-family:"DM Serif Display",serif;font-size:22px;color:#fff;letter-spacing:-.5px}.logo-sub{font-size:10px;color:#ffffff8c;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}.rest-selector{margin:16px 12px;background:#ffffff1a;border-radius:var(--radius-sm);padding:10px 12px;cursor:pointer}.rest-name{font-size:13px;color:#fff;font-weight:500}.rest-label{font-size:10px;color:#ffffff80;margin-top:1px}.sidebar nav{flex:1;padding:8px 12px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);cursor:pointer;font-size:13px;color:#ffffffa6;transition:all .15s;margin-bottom:2px;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;color:#fff;font-weight:500}.sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.1)}.plan-badge{background:var(--accent);color:#412402;font-size:10px;font-weight:600;padding:3px 8px;border-radius:20px;letter-spacing:.5px}.topbar{background:var(--surface);border-bottom:.5px solid var(--border);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.page-title{font-size:16px;font-weight:500;color:var(--text)}.page-sub{font-size:12px;color:var(--text-muted);margin-top:1px}.topbar-right{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;cursor:pointer;border:none;font-family:var(--font);transition:all .15s}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-mid)}.btn-outline{background:transparent;color:var(--text);border:.5px solid var(--border)}.btn-outline:hover{background:var(--surface2)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#c93d3c}.card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:20px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-size:13px;font-weight:500;color:var(--text)}.tag{display:inline-flex;align-items:center;font-size:10px;font-weight:500;padding:3px 8px;border-radius:20px}.tag-green{background:#e8effe;color:#1a4fcc}.tag-amber{background:#fff8ec;color:#854f0b}.tag-red{background:#fcebeb;color:#a32d2d}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.metric-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:16px 18px}.metric-label{font-size:11px;color:var(--text-muted);margin-bottom:6px}.metric-value{font-size:26px;font-weight:500;line-height:1;color:var(--text)}.metric-change{font-size:11px;margin-top:4px;display:flex;align-items:center;gap:3px}.up{color:#336aea}.down{color:var(--danger)}.section-title{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.client-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:.5px solid var(--border);cursor:pointer;transition:background .1s}.client-row:last-child{border-bottom:none}.client-row:hover{background:var(--surface2);margin:0 -20px;padding:10px 20px;border-radius:var(--radius-sm)}.avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;flex-shrink:0}.av-green{background:#e8effe;color:#1a4fcc}.av-blue{background:#e6f1fb;color:#185fa5}.av-amber{background:#fff8ec;color:#854f0b}.av-red{background:#fcebeb;color:#a32d2d}.client-info{flex:1;min-width:0}.client-name{font-size:13px;font-weight:500;color:var(--text)}.client-meta{font-size:11px;color:var(--text-muted);margin-top:1px}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dot-green{background:#336aea}.dot-amber{background:#ef9f27}.dot-red{background:#e24b4a}.campaign-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:.5px solid var(--border)}.campaign-row:last-child{border-bottom:none}.camp-icon{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:16px}.camp-info{flex:1}.camp-name{font-size:12px;font-weight:500;color:var(--text)}.camp-stat{font-size:10px;color:var(--text-muted);margin-top:1px}.activity-item{display:flex;gap:12px;padding:8px 0;align-items:flex-start}.act-dot-wrap{display:flex;flex-direction:column;align-items:center;padding-top:4px}.act-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.act-line{width:1px;flex:1;background:var(--border);margin-top:4px;min-height:20px}.act-text{font-size:12px;line-height:1.5;color:var(--text)}.act-time{font-size:10px;color:var(--text-muted);margin-top:2px}.form-row{margin-bottom:14px}.form-label{font-size:11px;color:var(--text-muted);margin-bottom:5px}.form-input{width:100%;padding:8px 12px;border:.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-family:var(--font);background:var(--surface2);color:var(--text);outline:none}.form-input:focus{border-color:var(--brand)}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:.5px solid var(--border)}.toggle-row:last-child{border-bottom:none}.toggle-info{font-size:12px;font-weight:500;color:var(--text)}.toggle-sub{font-size:10px;color:var(--text-muted);margin-top:1px}.toggle{width:36px;height:20px;border-radius:10px;background:#ccc;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle.on{background:var(--brand)}.toggle:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s}.toggle.on:after{transform:translate(16px)}.ai-chip{display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,#336aea,#5584ee);color:#fff;font-size:10px;font-weight:500;padding:3px 8px;border-radius:20px}.pulse{width:6px;height:6px;background:#fff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.qr-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.qr-desc{font-size:11px;color:var(--text-muted);line-height:1.5}.bar-chart{margin-top:8px}.bar-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bar-label{font-size:11px;color:var(--text-muted);width:30px;text-align:right}.bar-track{flex:1;height:8px;background:var(--surface2);border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;background:var(--brand);transition:width .5s ease}.bar-val{font-size:11px;font-weight:500;width:28px;color:var(--text)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--surface2)}.login-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:40px;width:380px}.login-card h1{font-family:"DM Serif Display",serif;font-size:28px;margin-bottom:4px}.login-card .subtitle{font-size:13px;color:var(--text-muted);margin-bottom:28px}.login-card .form-input{margin-bottom:14px}.login-error{background:var(--danger-light);color:var(--danger);padding:8px 12px;border-radius:var(--radius-sm);font-size:12px;margin-bottom:14px}.msg-item{padding:12px 0;border-bottom:.5px solid var(--border)}.msg-item:last-child{border-bottom:none}.msg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.msg-name{font-size:12px;font-weight:500;color:var(--text)}.msg-time{font-size:10px;color:var(--text-muted)}.msg-text{font-size:11px;color:var(--text-muted);line-height:1.5}.status-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.status-bar-label{flex:1;font-size:12px;color:var(--text)}.status-bar-value{font-size:14px;font-weight:500;color:var(--text)}.status-bar-track{height:6px;background:var(--surface2);border-radius:3px;overflow:hidden;border:.5px solid var(--border);margin-bottom:12px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--surface);border-radius:var(--radius);padding:24px;width:420px;max-height:90vh;overflow-y:auto}.modal-title{font-size:16px;font-weight:500;margin-bottom:20px}
