.customer-shell{display:grid;gap:1.5rem;padding:1.5rem 2rem 2.5rem;max-width:1080px;margin:0 auto}.customer-shell__header{display:flex;align-items:center;justify-content:space-between}.customer-shell__brand{font-size:1.5rem;font-weight:600}.customer-shell__logout{border:none;border-radius:10px;background:var(--color-primary);color:#fff;padding:.55rem 1.2rem;cursor:pointer;transition:background .2s ease}.customer-shell__logout:hover{background:var(--color-primary-hover)}.customer-shell__nav{display:flex;gap:1rem;padding:.75rem;border-radius:12px;background:#ffffffe6}.customer-shell__nav a{padding:.45rem 1rem;border-radius:999px;color:var(--color-muted);font-weight:500}.customer-shell__nav a.is-active{background:#0ea5e92e;color:#0369a1}.customer-shell__main{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:768px){.customer-shell{padding:1rem 1.25rem 2rem}.customer-shell__nav{flex-wrap:wrap}}:root{color-scheme:light;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;line-height:1.6;font-weight:400;background-color:#f8fafc;color:#0f172a;--color-primary: #0ea5e9;--color-primary-hover: #0284c7;--color-muted: #64748b;--color-surface: #ffffff;--color-border: #e2e8f0;--color-success: #0d9488}*{box-sizing:border-box}body{margin:0;background-color:#f8fafc}a{color:inherit;text-decoration:none}button{font:inherit}.surface{background-color:var(--color-surface);border-radius:14px;padding:1.5rem;border:1px solid var(--color-border);box-shadow:0 8px 24px #0f172a0f}.text-muted{color:var(--color-muted)}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.badge{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.25rem .7rem;font-size:.75rem;font-weight:600;background:#0ea5e924;color:#0369a1}.badge:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem .9rem;text-align:left;border-bottom:1px solid var(--color-border)}.data-table th{text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;color:var(--color-muted)}.data-table tbody tr:hover{background:#0ea5e914}.spinner{width:28px;height:28px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
