@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;600;700;800&family=Public+Sans:wght@400;500;600;700&display=swap";:root{--c-primary: #12876a;--c-primary-dark: #0c6b52;--c-accent: #f2913d;--c-accent-dark: #d97a28;--c-mint: #e6f4ef;--c-ink: #16262e;--c-muted: #5e7078;--c-bg: #f4f7f7;--c-bg-soft: #f9fbfb;--c-border: #e4eaec;--c-border-strong: #d9e2e4;--c-warn-bg: #fdebd8;--c-warn-fg: #b96412;--c-danger: #c0503a;--c-white: #ffffff;--r-card: 18px;--r-control: 12px;--r-pill: 999px;--shadow-card: 0 4px 14px rgba(16, 38, 46, .04);--shadow-float: 0 12px 40px rgba(16, 38, 46, .08);--font-title: "Libre Franklin", system-ui, sans-serif;--font-body: "Public Sans", system-ui, sans-serif;--touch-target: 44px}*{box-sizing:border-box}html,body{padding:0;margin:0}body{font-family:var(--font-body);color:var(--c-ink);background:var(--c-bg);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-title);font-weight:700;margin:0;color:var(--c-ink)}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:15px}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--c-primary);outline-offset:2px}.container{max-width:1180px;margin:0 auto;padding:0 20px}@media(max-width:640px){body{font-size:14px}}.dsh-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--c-bg)}.dsh-sidebar{background:var(--c-ink);color:var(--c-white);padding:24px;display:flex;flex-direction:column;gap:32px}.dsh-brand{display:flex;align-items:center;gap:10px;font-weight:700}.dsh-logo{width:30px;height:30px;border-radius:8px;background:var(--c-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dsh-logo.accent{background:var(--c-accent)}.dsh-nav{display:flex;flex-direction:column;gap:4px;flex:1}.dsh-nav a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:var(--r-control);cursor:pointer;font-size:14px;color:#ffffffbf}.dsh-nav a.router-link-exact-active{background:var(--c-primary);color:var(--c-white);font-weight:600}.dsh-nav.accent a.router-link-exact-active{background:var(--c-accent)}.dsh-count{background:#ffffff40;border-radius:var(--r-pill);font-size:11px;padding:2px 8px}.dsh-user{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.dsh-user .dsh-avatar-sm{width:36px;height:36px;border-radius:50%;background:var(--c-primary);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--c-white);flex-shrink:0}.dsh-user .dsh-muted{font-size:12px;opacity:.7}.dsh-logout{margin-top:8px;background:none;border:none;color:#fff9;font-size:12px;cursor:pointer;text-align:left;padding:0}.dsh-logout:hover{color:var(--c-white)}.dsh-content{padding:32px 40px}.dsh-topbar{display:flex;justify-content:flex-end;margin-bottom:12px}.dsh-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.dsh-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);margin-bottom:12px}.dsh-muted{color:var(--c-muted);font-size:13px}.dsh-loading,.dsh-empty{color:var(--c-muted);padding:24px 0}.dsh-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.dsh-stat-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-card);box-shadow:var(--shadow-card);padding:18px 20px;display:flex;flex-direction:column;gap:6px}.dsh-stat-card span{font-size:13px;color:var(--c-muted)}.dsh-stat-card strong{font-size:24px;font-family:var(--font-title)}.dsh-stat-card .dsh-delta{color:var(--c-primary);font-size:12px;font-weight:600}.dsh-stat-card.accent{background:var(--c-primary-dark);color:var(--c-white)}.dsh-stat-card.accent span,.dsh-stat-card.accent .dsh-delta{color:#ffffffd9}.dsh-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-card);box-shadow:var(--shadow-card);padding:20px;margin-bottom:20px}.dsh-card:last-child{margin-bottom:0}.dsh-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.dsh-link{color:var(--c-primary);font-size:13px;font-weight:600;cursor:pointer;background:none;border:none}.dsh-export-actions{display:flex;gap:10px;flex-shrink:0}.dsh-btn{height:40px;padding:0 16px;border-radius:var(--r-control);border:1px solid var(--c-border-strong);background:var(--c-white);color:var(--c-ink);font-weight:600;font-size:13px;cursor:pointer}.dsh-btn:hover:not(:disabled){border-color:var(--c-primary);color:var(--c-primary-dark)}.dsh-btn:disabled{opacity:.5;cursor:not-allowed}.dsh-btn.primary{background:var(--c-primary);color:var(--c-white);border-color:var(--c-primary)}.dsh-btn.danger{background:var(--c-white);color:var(--c-danger);border-color:var(--c-danger)}.dsh-table-scroll{overflow-x:auto}.dsh-table{width:100%;border-collapse:collapse;font-size:13px;min-width:560px}.dsh-table th{text-align:left;padding:10px 12px;color:var(--c-muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--c-border)}.dsh-table td{padding:12px;border-bottom:1px solid var(--c-border);vertical-align:middle}.dsh-table tr:last-child td{border-bottom:none}.dsh-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--c-border)}.dsh-row:last-child{border-bottom:none}.dsh-row .dsh-avatar{width:40px;height:40px;border-radius:var(--r-control);color:var(--c-white);font-family:var(--font-title);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dsh-row .dsh-info{flex:1;min-width:0}.dsh-row-actions{display:flex;gap:8px;flex-shrink:0}.dsh-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:var(--r-pill);background:var(--c-bg-soft);color:var(--c-muted);white-space:nowrap}.dsh-status.confirmed{background:var(--c-mint);color:var(--c-primary-dark)}.dsh-status.pending{background:var(--c-warn-bg);color:var(--c-warn-fg)}.dsh-status.cancelled,.dsh-status.error{background:#f7e4e0;color:var(--c-danger)}.dsh-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:13px;font-weight:600}.dsh-field input,.dsh-field select,.dsh-field textarea{height:44px;border-radius:var(--r-control);border:1px solid var(--c-border-strong);padding:0 14px;font-weight:400;font-family:inherit}.dsh-field textarea{height:auto;padding:10px 14px;resize:vertical}.dsh-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dsh-error{color:var(--c-danger);font-size:12px;font-weight:400}.dsh-success{color:var(--c-primary-dark);font-size:13px;margin-bottom:12px}@media(max-width:960px){.dsh-shell{grid-template-columns:1fr}.dsh-sidebar{flex-direction:row;align-items:center;overflow-x:auto}.dsh-nav{flex-direction:row}.dsh-content{padding:20px}.dsh-stats{grid-template-columns:repeat(2,1fr)}.dsh-field-row{grid-template-columns:1fr}}
