:root{color-scheme:light;--color-bg-primary: #f6f4ef;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f0ede6;--color-border-primary: rgba(20, 27, 31, .16);--color-border-secondary: rgba(20, 27, 31, .11);--color-border-tertiary: rgba(20, 27, 31, .09);--color-text-primary: #141b1f;--color-text-secondary: rgba(20, 27, 31, .72);--color-text-tertiary: rgba(20, 27, 31, .5)}*{box-sizing:border-box}html{min-height:100%;background:var(--color-bg-primary)}body{min-height:100%;margin:0;background:linear-gradient(180deg,#ffffffb8,#fff0 280px),var(--color-bg-primary);color:var(--color-text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}#root{min-height:100vh;display:flex;justify-content:center;padding:20px clamp(12px,3vw,32px) 40px}#root>div{width:min(100%,1120px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){#root{padding:12px 10px 28px}}
