:root{--brand: #993556;--brand-light: #FBEAF0;--brand-mid: #F4C0D1;--brand-deep: #72243E;--brand-text: #4B1528;--brand-muted: #D4537E;--avail-bg: #EAF3DE;--avail-border: #C0DD97;--avail-text: #27500A;--full-bg: #FAEEDA;--full-border: #FAC775;--full-text: #633806;--err-bg: #FCEBEB;--err-border: #F7C1C1;--err-text: #A32D2D;--white: #FFFFFF;--black: #000000;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-600: #4B5563;--gray-900: #111827;--error: #DC2626;--error-light: #FEE2E2;--success: #16A34A;--success-light:#DCFCE7;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--max-width-app: 480px;--header-height: 56px;--nav-height: 56px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--brand-text);background-color:var(--brand-light);min-height:100dvh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{line-height:1.25;color:var(--brand-text)}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit;font-size:1rem}img,svg{display:block;max-width:100%}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:36px;height:36px;border:3px solid var(--brand-mid);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}.app-shell{display:flex;flex-direction:column;min-height:100dvh;max-width:var(--max-width-app);margin:0 auto;background:var(--white);position:relative}@media (min-width: 600px){body{background-color:var(--gray-100)}.app-shell{box-shadow:var(--shadow-lg)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--brand-mid);border-radius:var(--radius-full)}
