:root{--system-background: #FFFFFF;--secondary-system-background: #F2F2F7;--system-grouped-background: #F2F2F7;--secondary-system-grouped-background: #FFFFFF;--tertiary-system-grouped-background: #F2F2F7;--label: #000000;--secondary-label: rgba(60, 60, 67, .6);--tertiary-label: rgba(60, 60, 67, .3);--quaternary-label: rgba(60, 60, 67, .18);--placeholder-text: rgba(60, 60, 67, .3);--separator: rgba(60, 60, 67, .29);--opaque-separator: #C6C6C8;--system-fill: rgba(120, 120, 128, .2);--secondary-system-fill: rgba(120, 120, 128, .16);--tertiary-system-fill: rgba(118, 118, 128, .12);--quaternary-system-fill: rgba(116, 116, 128, .08);--system-blue: #007AFF;--system-red: #FF3B30;--system-green: #34C759;--system-orange: #FF9500;--system-yellow: #FFCC00;--system-purple: #AF52DE;--system-pink: #FF2D55;--system-teal: #5AC8FA;--system-indigo: #5856D6;--liquid-glass-bg: rgba(255, 255, 255, .62);--liquid-glass-blur: blur(20px) saturate(180%) brightness(1.02);--liquid-glass-border: rgba(255, 255, 255, .5);--liquid-glass-shadow: 0 .5px 0 rgba(0, 0, 0, .12);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;--font-rounded: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", system-ui, sans-serif;--safe-top: env(safe-area-inset-top, 47px);--safe-bottom: env(safe-area-inset-bottom, 34px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px}.liquid-glass{background:var(--liquid-glass-bg);backdrop-filter:var(--liquid-glass-blur);-webkit-backdrop-filter:var(--liquid-glass-blur);box-shadow:var(--liquid-glass-shadow)}.large-title{font-size:34px;font-weight:700;letter-spacing:.37px;line-height:41px}.title1{font-size:28px;font-weight:700;letter-spacing:.36px;line-height:34px}.title2{font-size:22px;font-weight:700;letter-spacing:.35px;line-height:28px}.title3{font-size:20px;font-weight:600;letter-spacing:.38px;line-height:25px}.headline{font-size:17px;font-weight:600;letter-spacing:-.41px;line-height:22px}.body{font-size:17px;font-weight:400;letter-spacing:-.41px;line-height:22px}.callout{font-size:16px;font-weight:400;letter-spacing:-.32px;line-height:21px}.subheadline{font-size:15px;font-weight:400;letter-spacing:-.24px;line-height:20px}.footnote{font-size:13px;font-weight:400;letter-spacing:-.08px;line-height:18px}.caption1{font-size:12px;font-weight:400;letter-spacing:0px;line-height:16px}.caption2{font-size:11px;font-weight:400;letter-spacing:.07px;line-height:13px}.capsule{border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;font-family:var(--font);font-size:15px;font-weight:400;letter-spacing:-.24px;cursor:pointer;border:none;outline:none;-webkit-tap-highlight-color:transparent;transition:background .15s ease,color .15s ease}.capsule.active{background:var(--system-blue);color:#fff}.capsule.inactive{background:var(--tertiary-system-fill);color:var(--secondary-label)}.segmented-control{display:flex;background:var(--tertiary-system-fill);border-radius:9px;padding:2px;gap:2px}.segmented-control button{flex:1;height:32px;border:none;border-radius:7px;font-family:var(--font);font-size:13px;font-weight:400;letter-spacing:-.08px;cursor:pointer;background:transparent;color:var(--label);transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.segmented-control button.selected{background:var(--system-background);box-shadow:0 1px 3px #0000001f,0 0 0 .5px #0000000a}.segmented-control button.selected.award{color:#16a34a;font-weight:600}.segmented-control button.selected.avoid{color:#ef4444;font-weight:600}.inset-grouped-section{background:var(--secondary-system-grouped-background);border-radius:10px;overflow:hidden;margin:0 16px}.inset-grouped-row{min-height:44px;padding:0 16px;display:flex;align-items:center;background:var(--secondary-system-grouped-background);position:relative}.inset-grouped-row+.inset-grouped-row:before{content:"";position:absolute;top:0;left:16px;right:0;height:.5px;background:var(--separator)}.pressable{-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.pressable:active{opacity:.6}.scroll-hidden{scrollbar-width:none;-ms-overflow-style:none}.scroll-hidden::-webkit-scrollbar{display:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--system-grouped-background);color:var(--label);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}#root{display:flex;flex-direction:column;position:relative}button{font-family:var(--font);cursor:pointer;-webkit-tap-highlight-color:transparent}input,select{font-family:var(--font)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
