:root{--aq-cream: oklch(.975 .012 85);--aq-cream-dark: oklch(.945 .018 80);--aq-teal: oklch(.48 .09 215);--aq-teal-dark: oklch(.38 .09 215);--aq-amber: oklch(.68 .12 65);--aq-charcoal: oklch(.18 .008 65);--aq-muted-warm: oklch(.52 .02 75);--aq-border: oklch(.88 .015 80);--aq-background: var(--aq-cream);--aq-foreground: var(--aq-charcoal);--aq-card: oklch(1 0 0);--aq-card-foreground: var(--aq-charcoal);--aq-popover: oklch(1 0 0);--aq-popover-foreground: var(--aq-charcoal);--aq-primary: var(--aq-teal);--aq-primary-foreground: oklch(.98 0 0);--aq-secondary: var(--aq-cream-dark);--aq-secondary-foreground: var(--aq-charcoal);--aq-muted: var(--aq-cream-dark);--aq-muted-foreground: var(--aq-muted-warm);--aq-accent: var(--aq-amber);--aq-accent-foreground: oklch(.98 0 0);--aq-destructive: oklch(.577 .245 27.325);--aq-destructive-foreground: oklch(.985 0 0);--aq-input: oklch(.88 .015 80);--aq-ring: var(--aq-teal);--aq-font-display: "Playfair Display", Georgia, serif;--aq-font-serif: "Source Serif 4", Georgia, serif;--aq-font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--aq-fs-display: clamp(3rem, 6vw, 5.5rem);--aq-fs-h1: clamp(2rem, 4vw, 3.25rem);--aq-fs-h2: clamp(1.5rem, 3vw, 2.25rem);--aq-fs-body: 17px;--aq-fs-small: .9rem;--aq-radius: .5rem;--aq-radius-sm: calc(var(--aq-radius) - 4px);--aq-radius-md: calc(var(--aq-radius) - 2px);--aq-radius-lg: var(--aq-radius);--aq-radius-xl: calc(var(--aq-radius) + 4px)}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--mobile-screen-width: 700px}html,body{height:100dvh;min-height:100dvh;margin:0;padding:0;overflow:hidden}#root{height:100dvh;min-height:0;display:flex;flex-direction:column}.options-card{background-color:#f8f9fa;border-radius:12px;padding:16px;box-shadow:0 2px 5px #0000001a;width:100%;margin-bottom:10px;border:1px solid #e9ecef}.options-title{font-weight:500;margin-bottom:12px;color:#4a5568}.options-buttons{display:flex;flex-direction:column;gap:8px}.option-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;text-align:left;font-size:14px;color:#2d3748;cursor:pointer;transition:all .2s ease}.option-button:hover{background-color:#ebf8ff;border-color:#90cdf4}.option-button:active{background-color:#bee3f8;transform:scale(.98)}body{min-width:320px;min-height:100vh}
