@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");:root{--background:#ffffff;--foreground:#161616;--background-dark:#1A1A1A;--header-background:#242424;--text-primary-light:#E0E0E0;--text-white:#FFFFFF;--text-dark:#121212;--input-background:#2F2F2F;--placeholder-text:#888888;--button-secondary-bg:#4A4A4A;--primary-accent-color:#79F0F7;--border-color-light:#444444;--step-indicator-bg:#FFFFFF;--step-indicator-border:#000000;--step-indicator-text:#000000;--primary-color:#41a1e8;--primary-darker-color:#2563eb;--secondary-color:#7eeef9;--secondary-darker-color:#5bc0e8;--background-color:#ffffff;--text-color:#1f2937;--error-color:#ef4444;--success-color:#10b981;--border-color:#e5e7eb;--border-radius:0.375rem;--font-family:"Roboto","Helvetica Neue",Arial,sans-serif;--buyer-accent-color:#22d3ee;--buyer-accent-darker-color:#06b6d4;--ai-suggestion-banner-background:#2a2a2a;--ai-suggestion-banner-text-secondary:#a0a0a0;--ai-suggestion-banner-error-background:#3a1e1e;--ai-suggestion-banner-button-hover-background:rgba(255,255,255,0.1);--ai-suggestion-banner-nav-button-background:rgba(70,70,70,0.8);--ai-suggestion-banner-nav-button-hover-background:rgba(90,90,90,0.9);--ai-suggestion-banner-skeleton-base:#3f3f3f;--ai-suggestion-banner-skeleton-highlight:#4f4f4f}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{color:var(--text-color);background-color:var(--background-color);margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}.container{border-radius:24px}.main-content{flex:1 1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}@media screen and (min-width:780px){.container{border-radius:0}}