:root{--bg: #FFFFFF;--surface: #F5F5F5;--surface-hover: #EBEBEB;--text-primary: #0A0A0A;--text-secondary: #737373;--accent: #E85D04;--accent-dim: rgba(232, 93, 4, .08);--border: #E5E5E5;--border-strong: #D4D4D4;--success: #16A34A;--error: #DC2626;--bg-primary: var(--bg);--bg-surface: var(--surface);--bg-surface-hover: var(--surface-hover)}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface)}html,body{margin:0;padding:0;background:var(--bg);color:var(--text-primary);font-family:Geist,system-ui,sans-serif}body{min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-weight:700;color:var(--text-primary);margin:0}p{margin:0}button{cursor:pointer;font-family:inherit}a{color:inherit}@keyframes screen-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.screen-enter{animation:screen-fade-in .28s ease forwards}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.5}}.status-pulse{animation:pulse-opacity 2s ease-in-out infinite}@media(max-width:768px){.layout-columns{flex-direction:column}.layout-form{width:100%!important;min-height:auto!important}.layout-image{width:100%!important;height:300px!important;padding:0 24px 24px!important;order:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}
