@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap";:root{--color-bg: #f5f5f7;--color-surface: #ffffff;--color-surface-2: #f5f5f7;--color-surface-3: #ebebed;--color-border: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .14);--color-text: #1d1d1f;--color-text-2: #6e6e73;--color-text-3: #aeaeb2;--color-accent: #bf9b5a;--color-accent-light: rgba(191, 155, 90, .12);--color-accent-text: #8b6914;--color-success: #34c759;--color-success-bg: rgba(52, 199, 89, .1);--color-success-text: #1a7a33;--color-danger: #ff3b30;--color-danger-bg: rgba(255, 59, 48, .1);--color-danger-text: #c0392b;--color-warning: #ff9500;--color-warning-bg: rgba(255, 149, 0, .1);--color-blue: #007aff;--color-blue-bg: rgba(0, 122, 255, .1);--font: "Plus Jakarta Sans", -apple-system, sans-serif;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 2px 8px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 20px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-6: 24px;--sp-8: 32px;--sp-12: 48px;--sp-16: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--ease: cubic-bezier(.25, .46, .45, .94);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:15px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-surface-3);border-radius:99px}::selection{background:#bf9b5a33}:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px;border-radius:var(--radius-sm)}input,textarea,select{font-family:var(--font);font-size:15px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);padding:10px 14px;width:100%;outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,textarea:focus,select:focus{border-color:var(--color-blue);box-shadow:0 0 0 3px #007aff26}input::placeholder,textarea::placeholder{color:var(--color-text-3)}select option{background:var(--color-surface)}button{cursor:pointer;border:none;background:none;font-family:var(--font);font-size:inherit;color:inherit}a{color:var(--color-blue);text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
