*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-secondary:#64748b;--color-secondary-hover:#475569;--color-bg:#fff;--color-bg-subtle:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-subtle:#64748b;--color-error:#dc2626;--color-success:#16a34a;--color-warning:#d97706;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Source Code Pro", monospace;--text-base:1rem;--text-sm:.875rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a}html{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}body{min-height:100vh;line-height:1.6}img,video{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:underline}a:hover{color:var(--color-primary-hover)}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text)}:is(body:not(:has(.t-app)):not(:has(.t-store)) input:focus,body:not(:has(.t-app)):not(:has(.t-store)) textarea:focus,body:not(:has(.t-app)):not(:has(.t-store)) select:focus){outline:2px solid var(--color-primary);outline-offset:2px}button{cursor:pointer;border-radius:var(--radius-md);padding:var(--space-2) var(--space-4);background:var(--color-primary);color:#fff;border:none}body:not(:has(.t-app)):not(:has(.t-store)) button:hover{background:var(--color-primary-hover)}button:disabled{opacity:.5;cursor:not-allowed}label{font-size:var(--text-sm);margin-bottom:var(--space-1);font-weight:500;display:block}.container{width:100%;max-width:1200px;padding-inline:var(--space-4);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
