:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f4ee;color:#1f2328;font-synthesis:none;text-rendering:optimizeLegibility;--surface: #ffffff;--surface-soft: #fbfaf6;--line: #e6dfd3;--text-muted: #68717d;--brand: #d89000;--brand-dark: #7a4d00;--green: #1f9d72;--red: #d9534f;--blue: #2f6fed;--shadow: 0 18px 45px rgba(37, 30, 18, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:0}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:1.25rem;background:#1f2328;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800}.brand-mark{width:42px;height:42px;border-radius:8px;display:inline-grid;place-items:center;background:#f2b705;color:#320;font-weight:900}.nav-list{display:grid;gap:.35rem}.nav-item{min-height:42px;display:flex;align-items:center;gap:.75rem;padding:.7rem .75rem;border-radius:8px;color:#cfd6df}.nav-item.active,.nav-item:hover{background:#ffffff1a;color:#fff}.sidebar-footer{margin-top:auto;display:grid;gap:.75rem}.install-button{border:1px solid rgba(255,255,255,.18);border-radius:8px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem;background:#f2b705;color:#2d2100;font-weight:800}.user-chip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4d078}.main-content{width:100%;max-width:1240px;margin:0 auto;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin:0 0 .35rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.05}.page-header p,.auth-brand p,.empty-state p{margin:0;color:var(--text-muted)}.panel,.stat-card,.person-card,.badge-card,.auth-panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.panel{padding:1.25rem;margin-bottom:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.stat-card{padding:1rem;display:grid;gap:.35rem}.stat-card span,.details-grid span{color:var(--text-muted);font-size:.85rem}.stat-card strong{font-size:1.45rem;overflow-wrap:anywhere}.stat-card small,.person-card small{color:var(--text-muted)}.card-grid,.badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.person-card{padding:1rem;display:grid;gap:.75rem}.person-card h3{margin:0}.person-card p{margin:.2rem 0 0;color:var(--text-muted)}.avatar{width:54px;height:54px;border-radius:8px;display:grid;place-items:center;background:#fff4cc;color:var(--brand-dark);font-weight:800;text-transform:uppercase;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.primary-button,.secondary-button,.ghost,.icon-button{border:0;border-radius:8px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700}.primary-button{background:#f2b705;color:#2d2100;padding:.75rem 1rem}.secondary-button{background:#eef3ff;color:#173d86;padding:.75rem 1rem}.ghost{background:#ffffff14;color:#fff;padding:.7rem}.compact{min-height:38px;padding:.55rem .8rem}.icon-button{width:42px;background:#f6f0e8;color:#6b4d1b}.text-link,.button-link{color:var(--blue);font-weight:700}.button-link{border:0;background:transparent;padding:0}.stack-form{display:grid;gap:1rem}.form-grid,.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-field,.stack-form label:not(.inline-check){display:grid;gap:.45rem;color:#424a55;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:.75rem .85rem;background:#fff;color:#1f2328}textarea{resize:vertical}.inline-check,.check-list label{display:flex;align-items:center;gap:.55rem;color:#424a55;font-weight:650}.inline-check input,.check-list input{width:auto}.split-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.split-panel section{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;padding:1rem}.split-panel h3,.subheader h3,.chart-panel h2,.table-wrap h2{margin:0 0 .8rem}.chart-panel{min-width:0}.chart-panel .recharts-wrapper{max-width:100%}.check-list{display:grid;gap:.6rem}.subheader,.actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.drink-list{display:grid;gap:.75rem}.drink-row{display:grid;grid-template-columns:1.2fr 1.2fr .7fr .7fr 1fr auto;gap:.6rem}.total-strip{padding:.9rem 1rem;border:1px dashed #d8b14a;background:#fff8df;border-radius:8px}.table-wrap{overflow-x:auto}.status-badge{display:inline-flex;align-items:center;min-height:26px;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:800;background:#eef1f5;color:#4d5967}.status-badge.abierto,.status-badge.activo,.status-badge.pendiente{background:#fff4cc;color:#7a4d00}.status-badge.cerrado,.status-badge.saldada{background:#dff5ec;color:#116448}.status-badge.parcial{background:#e7efff;color:#1f56aa}.status-badge.admin{background:#e7efff;color:#173d86}.status-badge.member{background:#eef1f5;color:#4d5967}.status-badge.inactivo{background:#f2e4e3;color:#9a332f}.empty-state,.state-box,.message-banner{padding:1rem;border-radius:8px;border:1px solid var(--line);background:var(--surface)}.empty-state h3{margin:0 0 .3rem}.state-box{display:grid;place-items:center;min-height:160px;color:var(--text-muted)}.message-banner.error{border-color:#f1bbb8;background:#fff0ef;color:#932b27;margin-bottom:1rem}.message-banner.success{border-color:#b8e3d2;background:#ecfff7;color:#116448;margin-bottom:1rem}.field-error{color:var(--red)}.muted{margin:0 0 .75rem;color:var(--text-muted);font-size:.9rem}.subtle-panel{background:#fffdf6;color:#5f5342}.quick-drink{display:grid;gap:.75rem}.quick-drink.compact-mode{gap:.5rem}.quick-drink-actions{display:flex;gap:.6rem;flex-wrap:wrap}.quick-drink.compact-mode .quick-drink-actions{display:grid}.quick-drink.compact-mode .secondary-button{display:none}.drink-log-form{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.inline-message{margin:0;color:#116448;font-weight:700}.inline-message.error{color:#932b27}.row-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.dialog-backdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:1rem;background:#1f232859}.confirm-dialog{width:min(460px,100%);padding:1.25rem;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.confirm-dialog h2{margin:0 0 .5rem}.confirm-dialog p{color:var(--text-muted)}.badge-card{padding:1rem;display:grid;gap:.4rem;background:#fffaf0}.badge-card span{color:var(--brand-dark);font-weight:800}.badge-card strong{font-size:1.3rem}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.25rem;background:linear-gradient(135deg,#f2b7052e,#2f6fed24),#f6f4ee}.auth-panel{width:min(100%,460px);padding:1.5rem}.auth-brand{display:grid;justify-items:start;gap:.65rem;margin-bottom:1.25rem}.auth-brand h1{margin:0;font-size:2rem}.auth-switch{color:var(--text-muted)}.ethics-note{margin:2rem 0 0;color:var(--text-muted);font-size:.9rem}.offline-banner{position:sticky;top:0;z-index:30;padding:.65rem 1rem;background:#fff4cc;border-bottom:1px solid #e6c45a;color:#684400;text-align:center;font-size:.92rem;font-weight:700}.pwa-toast{position:fixed;right:1rem;bottom:1rem;z-index:50;width:min(420px,calc(100vw - 2rem));display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.pwa-toast span{font-weight:750}.pwa-toast-actions{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.main-content{padding:1rem}.stats-grid,.chart-grid,.form-grid,.details-grid,.split-panel{grid-template-columns:1fr}.page-header{flex-direction:column}.drink-row{grid-template-columns:1fr}.sidebar{gap:1rem}.pwa-toast{align-items:stretch;flex-direction:column}.pwa-toast-actions{width:100%}.pwa-toast-actions button{flex:1}}@media(max-width:560px){.nav-list{grid-template-columns:1fr}.brand{align-items:flex-start}th,td{padding:.7rem}.stats-grid,.card-grid,.badge-grid{grid-template-columns:1fr}.primary-button,.secondary-button,.ghost,.install-button{width:100%}.subheader,.actions{align-items:stretch}}
