:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#0f172a;background:#eef3f9;line-height:1.4}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.dashboard{margin:0 auto;max-width:1080px;padding:20px 16px 40px}.dashboard__header{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.dashboard__eyebrow{margin:0 0 8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#475569}.dashboard h1{margin:0;font-size:32px}.dashboard__subtitle{margin:10px 0 0;color:#334155}.dashboard__controls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.dashboard__range{display:flex;flex-wrap:wrap;gap:8px}.dashboard__range button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:8px 12px;cursor:pointer}.dashboard__range button.is-active{background:#0f172a;color:#fff;border-color:#0f172a}.dashboard__settings-trigger{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:10px;padding:8px 12px;cursor:pointer}.dashboard__settings-trigger:hover{border-color:#94a3b8}.settings-panel{background:#fff;border:1px solid #dbe5f1;border-radius:12px;padding:14px;margin-bottom:0}.settings-panel__title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.settings-panel__title-row h2{margin:0;font-size:18px}.settings-panel__badge{background:#dbeafe;color:#1e3a8a;padding:4px 8px;border-radius:999px;font-size:12px}.settings-panel p{margin:0 0 10px;color:#334155}.settings-panel__list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.settings-panel__item{border:1px solid #dbe5f1;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-panel__item-meta{display:flex;flex-direction:column;gap:4px}.settings-panel__item-meta strong{font-size:14px}.settings-panel__item-meta span{font-size:12px;color:#475569}.settings-panel__item-actions{display:flex;gap:6px}.settings-panel__item-actions button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:6px 8px;font-size:12px;cursor:pointer}.settings-panel__item-actions button:disabled{opacity:.4;cursor:not-allowed}.settings-panel__item-actions button.is-visible{border-color:#16a34a;color:#166534}.settings-panel__item-actions button.is-hidden{border-color:#dc2626;color:#991b1b}.settings-panel__empty{margin-top:8px;font-size:13px;color:#64748b}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a6b;display:flex;justify-content:center;align-items:flex-start;overflow:auto;padding:32px 16px}.settings-modal{width:min(760px,100%);background:#fff;border:1px solid #dbe5f1;border-radius:12px;padding:14px;box-shadow:0 16px 36px #0f172a33}.settings-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.settings-modal__header h2{margin:0;font-size:20px}.settings-modal__close{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;width:34px;height:34px;font-size:20px;line-height:1;cursor:pointer}.settings-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.settings-modal__actions button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:8px 12px;cursor:pointer}.settings-modal__actions button.is-primary{border-color:#0f172a;background:#0f172a;color:#fff}.settings-modal__actions button:disabled,.settings-modal__close:disabled{opacity:.6;cursor:not-allowed}.dashboard__error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;margin-bottom:12px}.dashboard__charts{display:grid;gap:14px}.dashboard__note{background:#fef9c3;border:1px solid #fde047;color:#713f12;border-radius:10px;padding:10px 12px;margin-bottom:12px}.chart-card{background:#fff;border:1px solid #dbe5f1;border-radius:12px;padding:14px}.chart-card__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.chart-card__header h2{margin:0;font-size:20px}.chart-card__header p{margin:6px 0 0;color:#334155}.chart-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#334155;font-size:13px}.chart-card__body{min-height:320px}.chart-card__placeholder{min-height:320px;display:grid;place-items:center;color:#475569;border:1px dashed #cbd5e1;border-radius:10px}@media(max-width:768px){.dashboard{padding:14px 10px 28px}.dashboard__header{flex-direction:column}.dashboard__controls{width:100%;align-items:flex-start}.dashboard h1{font-size:26px}.settings-overlay{padding:12px 8px}.settings-modal{width:100%;max-height:calc(100vh - 24px);overflow:auto}.settings-panel__item{flex-direction:column;align-items:flex-start}.settings-panel__item-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.chart-card{padding:10px}.chart-card__header{flex-direction:column}.chart-card__meta{align-items:flex-start}.chart-card__body,.chart-card__placeholder{min-height:280px}}
