:root{--rtr-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--rtr-bg:#0F1A2E;--rtr-text:#0F172A;--rtr-muted:#657188;--rtr-border:#D8DEE8;--rtr-accent:#E8A020;--rtr-accent-soft:#FFF4D8;--rtr-radius:14px;--rtr-shadow:0 26px 90px rgba(0,0,0,0.34);--rtr-focus:0 0 0 3px rgba(232,160,32,0.25)}
*{box-sizing:border-box;margin:0;padding:0}
body{min-height:100vh;font-family:var(--rtr-font);background:radial-gradient(circle at 18% 10%,rgba(232,160,32,0.2),transparent 30rem),linear-gradient(135deg,#0F1A2E 0%,#111827 54%,#0B1220 100%);color:var(--rtr-text);-webkit-font-smoothing:antialiased}
button,select,a{font-family:inherit}
button:focus-visible,a:focus-visible,select:focus-visible{outline:none;box-shadow:var(--rtr-focus)}
.demo-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 16px}
.demo-card{position:relative;width:100%;max-width:720px;padding:38px 34px;background:rgba(255,255,255,0.97);border:1px solid rgba(255,255,255,0.18);border-radius:22px;box-shadow:var(--rtr-shadow);overflow:hidden}
.demo-card::before{content:"";position:absolute;top:0;left:58px;right:58px;height:3px;background:linear-gradient(90deg,transparent,var(--rtr-accent),transparent)}
.demo-home-link{position:absolute;top:20px;right:24px;color:#41506A;text-decoration:none;font-size:12px;font-weight:850}
.demo-home-link:hover{text-decoration:underline;color:#0F172A}
.demo-mark{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#E8A020,#D48A10);color:#0F1A2E;font-size:13px;font-weight:950;letter-spacing:0.04em;box-shadow:0 14px 32px rgba(232,160,32,0.28);margin-bottom:18px}
.demo-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:0.09em;color:#8A5400;font-weight:950;margin-bottom:8px}
h1{font-size:38px;line-height:1.02;letter-spacing:0;color:#0F172A;margin-bottom:12px}
.demo-lede{font-size:15px;line-height:1.65;color:#4A5568;max-width:610px;margin-bottom:22px}
.demo-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 22px}
.demo-steps article{border:1px solid var(--rtr-border);border-radius:12px;background:#F7F8FB;padding:14px 13px;min-height:128px}
.demo-steps span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--rtr-accent-soft);color:#7A5800;font-size:11px;font-weight:950;margin-bottom:10px}
.demo-steps strong{display:block;font-size:13px;color:#0F172A;margin-bottom:5px}
.demo-steps p{font-size:12px;line-height:1.45;color:#657188}
.demo-role-label{display:block;font-size:10px;color:#657188;font-weight:900;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:6px}
.demo-role-select{width:100%;height:44px;border:1.5px solid var(--rtr-border);border-radius:12px;background:#fff;color:#0F172A;font-size:14px;font-weight:800;padding:0 12px;margin-bottom:18px}
.demo-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.demo-primary,.demo-secondary,.demo-tertiary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:900;text-decoration:none;cursor:pointer}
.demo-primary{border:0;background:#1C2B4A;color:#fff}
.demo-primary:hover{background:var(--rtr-accent);color:#0F1A2E;transform:translateY(-1px)}
.demo-secondary{border:1.5px solid #C8D0DD;background:#fff;color:#1C2B4A}
.demo-secondary:hover,.demo-tertiary:hover{background:#F7F8FB}
.demo-tertiary{border:0;background:transparent;color:#657188}
.demo-note{font-size:12px;color:#657188;margin-top:14px;font-weight:700}
.demo-ended{text-align:center;max-width:560px}
.demo-ended .demo-mark{margin-left:auto;margin-right:auto}
.demo-ended .demo-lede{margin-left:auto;margin-right:auto}
.demo-ended .demo-actions{justify-content:center}
@media(max-width:680px){.demo-card{padding:32px 22px}.demo-home-link{position:static;display:inline-block;margin-bottom:16px}.demo-steps{grid-template-columns:1fr}h1{font-size:30px}.demo-actions{flex-direction:column;align-items:stretch}.demo-primary,.demo-secondary,.demo-tertiary{width:100%}}
