:root{--bg: #f4f5f7;--surface: #ffffff;--border: #d9dce1;--text: #1c2430;--muted: #5b6572;--primary: #1f6feb;--primary-contrast: #ffffff;--error: #b42318;--error-bg: #fef3f2;--info-bg: #eef4ff;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.5rem .9rem;border-radius:8px;font-size:.95rem;cursor:pointer}.btn:disabled{opacity:.6;cursor:default}.btn--primary{background:var(--primary);border-color:var(--primary);color:var(--primary-contrast)}.btn--ghost{background:transparent}.auth-page{min-height:100%;display:grid;place-items:center;padding:1.5rem}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.auth-card__title{margin:0;font-size:1.25rem}.auth-card__error{margin:0;color:var(--error);background:var(--error-bg);border-radius:8px;padding:.6rem .75rem;font-size:.9rem}.field{display:flex;flex-direction:column;gap:.35rem}.field__label{font-size:.85rem;color:var(--muted)}.field__input{padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}.shell{min-height:100%;display:flex;flex-direction:column}.shell__header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.shell__brand{font-weight:700}.shell__org{font-size:.95rem}.shell__org-name--muted{color:var(--muted)}.shell__actions{margin-left:auto;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.shell__user{color:var(--muted);font-size:.85rem}.shell__switch{position:relative}.shell__switch-menu{position:absolute;top:calc(100% + 4px);left:0;margin:0;padding:.25rem;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:200px;box-shadow:0 6px 18px #00000014;z-index:10}.shell__switch-item{display:block;width:100%;text-align:left;padding:.45rem .6rem;border:none;background:transparent;border-radius:6px;cursor:pointer}.shell__switch-item:disabled{color:var(--muted);cursor:default}.shell__body{flex:1;padding:1.5rem 1.25rem}.state-screen{max-width:520px;margin:2rem auto;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;text-align:center}.state-screen--error{border-color:#f2c4bf;background:var(--error-bg)}.state-screen--info{background:var(--info-bg)}.state-screen__title{margin:0 0 .5rem;font-size:1.2rem}.state-screen__message{margin:0 0 1rem;color:var(--muted)}.select-org,.dashboard{max-width:640px;margin:0 auto}.select-org__list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.select-org__item{width:100%;text-align:left;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer;font-size:1rem}.dashboard__subtitle{color:var(--muted)}.skeleton{max-width:640px;margin:1rem auto;display:flex;flex-direction:column;gap:.6rem}.skeleton__bar{height:14px;border-radius:6px;background:linear-gradient(90deg,#e6e8eb,#f2f3f5,#e6e8eb);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;width:60%}.skeleton__bar--wide{width:100%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fatal{min-height:100%;display:grid;place-items:center;padding:1.5rem}.fatal__card{max-width:420px;background:var(--surface);border:1px solid #f2c4bf;border-radius:12px;padding:1.75rem;text-align:center}.fatal__code{color:var(--muted);font-size:.8rem}@media (max-width: 520px){.shell__header{align-items:flex-start}.shell__actions{width:100%;margin-left:0}}
