.demo-screen{box-sizing:border-box;background:linear-gradient(160deg,#f8fafc 0%,#eef2f9 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.demo-screen-card{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:40px 28px;animation:.32s cubic-bezier(.16,1,.3,1) both fade-up;display:flex;box-shadow:0 4px 32px #0000000f}.demo-screen-brand{align-items:center;gap:10px;margin-bottom:28px;display:flex}.demo-screen-brand-text{color:#0f172a;letter-spacing:-.2px;font-size:15px;font-weight:700}.demo-screen-title{color:#0f172a;letter-spacing:-.3px;margin:0 0 10px;font-size:22px;font-weight:800}.demo-screen-lead{color:#475569;margin:0 0 28px;font-size:14.5px;line-height:1.55}.demo-screen-spinner-wrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:44px;margin-bottom:20px;display:flex}.demo-screen-spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:.85s linear infinite spin}@media (prefers-reduced-motion:reduce){.demo-screen-spinner{border-top-color:#e2e8f0;border-right-color:#2563eb;animation:2.4s ease-in-out infinite demo-screen-pulse}}@keyframes demo-screen-pulse{0%,to{opacity:.45}50%{opacity:1}}.demo-screen-message{color:#1e293b;min-height:20px;margin:0;font-size:14px;font-weight:600;transition:opacity .25s}.demo-screen-secondary{color:#94a3b8;margin:4px 0 0;font-size:12.5px}.demo-screen-elapsed{color:#cbd5e1;font-variant-numeric:tabular-nums;margin:14px 0 0;font-size:11.5px}.demo-screen-error-icon{color:#dc2626;background:#fef2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.demo-screen-actions{flex-direction:column;gap:10px;width:100%;margin-top:24px;display:flex}.demo-screen-btn{cursor:pointer;letter-spacing:.01em;box-sizing:border-box;border:none;border-radius:12px;width:100%;height:46px;font-family:inherit;font-size:14.5px;font-weight:700;transition:opacity .15s,background .15s,box-shadow .15s}.demo-screen-btn-primary{color:#fff;background:#2563eb;box-shadow:0 2px 8px #2563eb40}.demo-screen-btn-secondary{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;justify-content:center;align-items:center;text-decoration:none;display:flex}.demo-screen-btn:hover{opacity:.92}.demo-screen-btn:focus-visible{outline-offset:2px;outline:2px solid #2563eb}@media (width<=360px){.demo-screen-card{padding:32px 20px}.demo-screen-title{font-size:20px}}:root{--focus-ring:#2563eb24;--background:#f8fafc;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#0f172a;--textH:#0f172a;--muted:#64748b;--primary:#2563eb;--primarySoft:#eff6ff;--accentGreen:#059669;--accentGreenSoft:#ecfdf5;--sidebarBg:#fff;--headerBg:#fff;--modalBg:#fff;--cardBg:#fff;--surfaceAlt:#f1f5f9;--inputBg:#fafafa;--hoverBg:#f8fafc;--tableHeaderBg:#f8fafc;--overlayBg:#0f172a73;--modalShadow:0 20px 60px #0000001f;--code-bg:#f4f3ec;--accent:var(--primary);--accent-bg:var(--primarySoft);--accent-border:var(--primary);--social-bg:var(--surfaceAlt);--shadow:0 20px 60px #0000001f;transition:background-color .25s,color .25s,border-color .25s}body,#root,div,button,header,main,aside,section,input,textarea,select,table,thead,tbody,tr,td,th{transition:background-color .25s,color .25s,border-color .25s}html{--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){html{font-size:16px}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}body{background:var(--bg);color:var(--text);margin:0}h1,h2{font-family:var(--heading);color:var(--textH);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--textH);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes modal-in{0%{opacity:0;transform:scale(.975)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-in{0%{opacity:0;transform:translate(20px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(16px)scale(.97)}}.modal-panel{animation:.2s cubic-bezier(.16,1,.3,1) both modal-in}.modal-overlay{animation:.16s both overlay-in}.page-content{animation:.24s cubic-bezier(.16,1,.3,1) both fade-up}button{transition:opacity .12s,transform .12s,background-color .15s,border-color .15s,box-shadow .15s,color .15s}button:active:not(:disabled){opacity:.85;transform:scale(.975)}button:disabled{cursor:not-allowed;opacity:.5}input,select,textarea{transition:border-color .15s,box-shadow .15s!important}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--primary)!important;box-shadow:0 0 0 3px var(--focus-ring)!important;outline:none!important}
