:root{--zendly-purple:#5b4fcf;--zendly-purple-dark:#453ba3;--zendly-purple-light:#eeecfb;--zendly-cream:#faf6f0;--zendly-text:#2c2a3a;--zendly-text-muted:#6b6880;--zendly-border:#e5e1d8;--zendly-white:#fff;--zendly-radius:12px}*{box-sizing:border-box}body{background:var(--zendly-cream);color:var(--zendly-text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.app-shell{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.app-header{align-items:center;gap:12px;margin-bottom:2rem;display:flex}.app-header h1{color:var(--zendly-text);margin:0;font-size:1.25rem;font-weight:600}.zendly-logo{background:var(--zendly-purple);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.card{background:var(--zendly-white);border:1px solid var(--zendly-border);border-radius:var(--zendly-radius);padding:1.5rem}.btn-primary{background:var(--zendly-purple);color:var(--zendly-white);cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:background .15s}.btn-primary:hover{background:var(--zendly-purple-dark)}.btn-secondary{background:var(--zendly-white);color:var(--zendly-purple);border:1px solid var(--zendly-purple);cursor:pointer;border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:500}table{border-collapse:collapse;width:100%}thead tr{border-bottom:2px solid var(--zendly-border);text-align:left}th{text-transform:uppercase;letter-spacing:.03em;color:var(--zendly-text-muted);padding:10px 8px;font-size:.8rem}tbody tr{border-bottom:1px solid var(--zendly-border)}tbody tr:hover{background:var(--zendly-purple-light)}td{padding:12px 8px;font-size:.9rem}
