*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5;color:#333}#app{width:100%;min-height:100vh}.panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.status-toggle{display:inline-flex;overflow:hidden;border:1px solid var(--border-soft, #d8e0ea);border-radius:999px;background:var(--surface, #ffffff)}.status-toggle button{border:0;padding:7px 12px;background:transparent;color:var(--text-soft, #5f6f86);font-size:.78rem;font-weight:800;cursor:pointer}.status-toggle button.active{background:var(--brand, #315f8d);color:#fff}.status-toggle button:focus{outline:2px solid var(--brand, #315f8d);outline-offset:2px}
