:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#202423;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f6f7f4;--surface:#fff;--surface-soft:#eef3ef;--ink:#202423;--muted:#69716d;--line:#dce3dd;--teal:#1f6f6d;--teal-dark:#175553;--amber:#b96f10;--blue:#2d5f9a;--red:#d92d20;--green:#287a48;--shadow:0 18px 50px #1f2d2a14;background:#f6f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{width:min(1440px,100%);margin:0 auto;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:18px;min-height:76px;display:flex}.brand{align-items:center;gap:14px;min-width:0;display:flex}.brand-icon{border-radius:8px;flex:none;width:52px;height:52px;box-shadow:0 10px 28px #1f6f6d38}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 4px;font-size:.75rem;font-weight:750}h1,h2{color:var(--ink);letter-spacing:0;margin:0}h1{font-size:clamp(1.7rem,4vw,2.7rem);line-height:1.05}h2{font-size:1.08rem}.top-actions,.button-row,.inline-form{align-items:center;gap:10px;display:flex}.primary-button,.ghost-button,.icon-button,.segmented button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.primary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled),.icon-button:hover:not(:disabled),.segmented button:hover{transform:translateY(-1px)}.primary-button{background:var(--teal);color:#fff;padding:0 16px;font-weight:750;box-shadow:0 10px 26px #1f6f6d38}.primary-button.amber{background:var(--amber);box-shadow:0 10px 26px #b96f102e}.ghost-button{border-color:var(--line);color:var(--ink);background:#fff;padding:0 14px;font-weight:700}.icon-button{background:var(--surface-soft);width:42px;height:42px;color:var(--ink);border-color:var(--line);flex:none}.status-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin:22px 0;display:grid}.status-tile{border:1px solid var(--line);background:var(--surface);min-height:92px;box-shadow:var(--shadow);border-radius:8px;align-content:start;gap:8px;padding:16px;display:grid}.status-tile svg{color:var(--tile-accent)}.status-tile span{color:var(--muted);font-size:.82rem;font-weight:700}.status-tile strong{color:var(--ink);font-size:1.08rem}.accent-user{--tile-accent:var(--blue)}.accent-badge{--tile-accent:var(--red)}.accent-notify{--tile-accent:var(--teal)}.accent-push{--tile-accent:var(--green)}.accent-install{--tile-accent:var(--amber)}.accent-desktop{--tile-accent:#7651a3}.workspace{grid-template-columns:minmax(280px,.85fr) minmax(340px,1fr) minmax(380px,1.35fr);align-items:start;gap:16px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:18px}.panel-heading{justify-content:space-between;align-items:start;gap:12px;margin-bottom:18px;display:flex}.muted,.last-event{color:var(--muted);font-size:.86rem}.field-label{color:var(--muted);margin-bottom:7px;font-size:.8rem;font-weight:750;display:block}.control{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:#fff;border-radius:8px;outline:none;padding:9px 11px}.control:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1f6f6d24}.inline-form{margin-top:12px}.counter-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.counter-grid div{background:var(--surface-soft);border-radius:8px;align-content:center;gap:4px;min-height:78px;padding:12px;display:grid}.counter-grid span{color:var(--muted);font-size:.78rem;font-weight:750}.counter-grid strong{font-size:1.9rem;line-height:1}.badge-tool{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.compat-note{color:var(--muted);margin:12px 0 0;font-size:.84rem;line-height:1.55}.segmented{background:var(--surface-soft);border-radius:8px;grid-auto-flow:column;gap:4px;padding:4px;display:inline-grid}.segmented.wide{grid-template-columns:1fr 1fr;width:100%}.segmented button{min-height:34px;color:var(--muted);background:0 0;padding:0 12px;font-size:.86rem;font-weight:750}.segmented button.active{color:var(--ink);border-color:var(--line);background:#fff;box-shadow:0 6px 18px #20242314}.form-stack{gap:14px;display:grid}.two-col{grid-template-columns:1fr 1fr;gap:12px;display:grid}.text-area{resize:vertical;min-height:106px}.message-list{gap:10px;max-height:calc(100vh - 280px);margin:0;padding:0;list-style:none;display:grid;overflow:auto}.message-item{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:88px;padding:12px;display:grid}.message-item.unread{background:#fff9f7;border-color:#d92d2052}.message-kind{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:48px;min-height:30px;font-size:.78rem;font-weight:800;display:inline-flex}.message-kind.user{background:var(--blue)}.message-kind.platform{background:var(--amber)}.message-body{min-width:0}.message-title{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.message-title strong,.message-body p{overflow-wrap:anywhere;min-width:0}.message-title time{color:var(--muted);white-space:nowrap;font-size:.78rem}.message-body p{color:#3e4541;margin:7px 0 0;line-height:1.45}.empty-state{min-height:220px;color:var(--muted);text-align:center;background:var(--surface-soft);border-radius:8px;place-content:center;gap:10px;display:grid}@media (width<=1180px){.status-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.workspace{grid-template-columns:1fr 1fr}.inbox-panel{grid-column:1/-1}}@media (width<=760px){.app-shell{padding:16px}.topbar,.panel-heading{flex-direction:column;align-items:stretch}.top-actions,.button-row{flex-wrap:wrap}.status-grid,.workspace,.two-col{grid-template-columns:1fr}.message-list{max-height:none}.message-item{grid-template-columns:48px minmax(0,1fr)}.message-item .icon-button{grid-column:1/-1;width:100%}}
