.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}:root{color-scheme:light;--navy: #141d36;--navy-2: #1d2949;--blue: #3a5bd9;--blue-dark: #2c47b8;--bg: #f3f5fb;--card: #ffffff;--border: #e7eaf3;--border-2: #eef0f7;--text: #161e33;--soft: #6a7290;--faint: #9aa1bc;--hair: #f1f3f9;--shadow-s: 0 1px 2px rgba(20, 29, 54, .05), 0 2px 8px rgba(20, 29, 54, .05);--shadow-m: 0 4px 14px rgba(20, 29, 54, .08);--shadow-l: 0 18px 50px rgba(20, 29, 54, .16);font-family:Plus Jakarta Sans,Apple SD Gothic Neo,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0;height:0;display:none}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(1200px 700px at 15% -10%,#20305b 0%,transparent 55%),radial-gradient(1000px 800px at 110% 10%,#1a2547 0%,transparent 50%),linear-gradient(160deg,#0f1730,#19234a 60%,#101a37);color:var(--text);overflow-x:hidden}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.center-screen,.login-page,.shell-page{min-height:100vh;display:flex;justify-content:center;padding:0}.spinner{width:36px;height:36px;border-radius:999px;border:4px solid rgba(255,255,255,.25);border-top-color:#fff;animation:spin .9s linear infinite}.login-card,.app-frame{width:min(100vw,392px);min-height:100vh;height:100vh;box-shadow:var(--shadow-l)}.brand-eyebrow,.section-kicker,.shell-kicker{margin:0 0 4px;color:#9fb0e8;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.primary-button,.ghost-button,.install-button{border:0;cursor:pointer;transition:transform .12s ease,filter .18s ease,background .18s ease}.primary-button:active,.ghost-button:active,.install-button:active{transform:scale(.985)}.primary-button{height:54px;border-radius:14px;background:linear-gradient(135deg,#5071f2,#3050c8);color:#fff;font-weight:700;box-shadow:0 10px 26px #3a5bd96b}.primary-button:disabled{opacity:.65;cursor:wait}.section-card{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-s);padding:18px}.section-card h3{font-size:18px;line-height:1.25;margin:0 0 8px}.section-card p{margin:0;color:var(--soft);line-height:1.55}.field{display:flex;flex-direction:column;gap:7px}.field span{color:#c4cdf0;font-size:12px;font-weight:600}.field input,.password-wrap input{width:100%;height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#ffffff12;color:#fff;padding:0 16px;outline:none}.field input::placeholder,.password-wrap input::placeholder{color:#7e88ad}.field input:focus,.password-wrap input:focus{border-color:#6e8bff;background:#ffffff1c}.status-pill{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap}.status-pill.progress{background:#edf2ff;color:#2851c9}.status-pill.success{background:#ecfbf5;color:#15995b}.status-pill.screening{background:#f3e9ff;color:#8a3dd6}.status-pill.neutral{background:#eef0f6;color:#7b839e}.status-pill.danger{background:#ffe6e6;color:#dc3b3b}.error-message{margin:0;color:#ffb8b8;font-size:13px}.error-banner,.field-error,.field-hint{font-size:12px}.error-banner,.field-error{color:#dc3b3b}.field-hint{color:var(--faint)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:480px){.login-card,.app-frame{width:100%;min-height:100vh;box-shadow:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-card{background:radial-gradient(800px 500px at 100% -10%,rgba(94,124,255,.4) 0%,transparent 55%),radial-gradient(700px 600px at -10% 110%,rgba(58,91,217,.32) 0%,transparent 55%),linear-gradient(165deg,#16203c,#1b2750 55%,#121b39);color:#fff;padding:30px 34px 50px;display:flex;flex-direction:column;justify-content:center}.auth-boot-splash{align-items:center}.auth-boot-splash__card{width:min(100vw - 40px,320px);padding:28px 24px;border-radius:24px;background:radial-gradient(420px 180px at 100% -10%,rgba(94,124,255,.25) 0%,transparent 55%),linear-gradient(165deg,#16203ceb,#121b39f0);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 44px #070d214d}.auth-boot-splash__brand{display:flex;align-items:center;gap:12px}.auth-boot-splash__meter{margin-top:18px;height:4px;border-radius:999px;background:#ffffff1a;overflow:hidden}.auth-boot-splash__meter span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6281ff,#8fb3ff);animation:auth-boot-meter 1.1s ease-in-out infinite alternate}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:40px}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;overflow:hidden}.brand-mark__image{width:100%;height:100%;display:block;object-fit:contain;padding:1px}.brand-copy__image{display:block;width:auto;height:19px}.brand-copy p{margin:5px 0 0;font-size:11px;font-weight:500;color:#9fb0e8;letter-spacing:.04em}.login-copy{margin-bottom:34px}.login-copy h2{margin:0;font-size:29px;line-height:1.18;letter-spacing:-.02em}.login-copy p{margin:9px 0 0;color:#aeb9e0;line-height:1.5;font-size:14px}.login-form{display:flex;flex-direction:column;gap:14px}.password-wrap{position:relative}.password-wrap input{padding-right:72px}.inline-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#aab5e0;cursor:pointer;width:28px;height:28px;display:grid;place-items:center;padding:0}.login-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 2px 4px}.remember-group{display:flex;flex-direction:column;gap:8px}.remember-row{display:flex;align-items:center;gap:8px;color:#aab5e0;font-size:12.5px}.hint-link{color:#aab5e0;font-size:12px;font-weight:500;padding-top:2px}.login-footer{margin:26px 0 0;text-align:center;color:#7c87ac;font-size:11.5px;line-height:1.6}@keyframes auth-boot-meter{0%{transform:translate(-18%);opacity:.72}to{transform:translate(118%);opacity:1}}.app-frame{background:var(--bg);display:flex;flex-direction:column;position:relative;overflow:hidden}.shell-content{flex:1;min-height:0;overflow:auto;padding:0 0 78px}.shell-route-frame{min-height:100%}.shell-route-frame--survey{min-height:0;height:100%;display:flex;flex-direction:column}.route-transition{animation-duration:.26s;animation-timing-function:cubic-bezier(.22,.9,.32,1);animation-fill-mode:both;will-change:transform,opacity}.route-transition--fade{animation-name:route-fade-in}.route-transition--slide-forward{animation-name:route-slide-forward-in}.route-transition--slide-back{animation-name:route-slide-back-in}.major-tab-page{display:grid;gap:12px;padding:0 18px 18px;position:relative}.major-tab-header{display:flex;align-items:center;gap:12px;min-height:54px;height:54px}.major-tab-header--sticky{position:sticky;top:0;z-index:12;background:var(--bg)}.major-tab-header__leading{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.major-tab-header__copy{flex:1;min-width:0;min-height:54px;display:flex;flex-direction:column;justify-content:center}.major-tab-header__copy h1{margin:0;font-size:21px;line-height:1.1;font-weight:800;letter-spacing:-.02em;color:var(--text)}.major-tab-header__copy--single h1{line-height:1;transform:translateY(1px)}.major-tab-header__copy p{margin:1px 0 0;font-size:12.5px;font-weight:500;color:#6f7b9d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.major-tab-header__action{flex:0 0 auto;margin-left:auto}.app-frame--survey .shell-content{padding:0;display:flex;flex-direction:column;overflow:hidden}.placeholder-page h2{margin:0 0 8px;font-size:18px;line-height:1.25}.shell-tabbar{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100vw,392px);display:flex;padding:9px 14px 22px;border-top:1px solid var(--border-2);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:30}.shell-tab{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--faint);font-size:11px;font-weight:600;position:relative;transition:color .15s ease}.shell-tab svg{width:24px;height:24px}.shell-tab.active{color:var(--blue)}@media(max-width:480px){.shell-tabbar{width:100%;padding-bottom:max(22px,env(safe-area-inset-bottom))}}@keyframes route-fade-in{0%{opacity:.001;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes route-slide-forward-in{0%{opacity:.001;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes route-slide-back-in{0%{opacity:.001;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.blocking-alert-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:#0d183357}.blocking-alert-dialog{width:min(100%,360px);overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 24px 50px #151e3d38}.blocking-alert-dialog__body{padding:22px 22px 20px}.blocking-alert-dialog__body h2{margin:0;color:var(--text);font-size:16px;font-weight:800;letter-spacing:-.02em}.blocking-alert-dialog__body p{margin:10px 0 0;color:var(--soft);font-size:13px;font-weight:600;line-height:1.6}.blocking-alert-dialog__confirm{width:100%;border:0;border-top:1px solid var(--border);background:transparent;color:var(--blue);font-size:15px;font-weight:800;padding:15px 18px 16px}.app-calendar__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-calendar__head h2{margin:0;font-size:18px;font-weight:900;letter-spacing:-.02em}.app-calendar__nav{display:flex;gap:8px}.app-calendar__nav button{width:40px;height:40px;border:1px solid #d8dfef;border-radius:14px;background:#fff;color:#314158;box-shadow:var(--shadow-s);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.app-calendar__panel{padding:14px 12px 12px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,#f5f8ffe0,#fffffffa);box-shadow:var(--shadow-s)}.app-calendar__panel .rdp-root{--rdp-accent-color: var(--blue);--rdp-accent-background-color: transparent;--rdp-day_button-border-radius: 14px;--rdp-day-height: 46px;--rdp-day-width: 46px;--rdp-weekday-padding: 0 0 8px;--rdp-nav_button-height: 0;--rdp-nav_button-width: 0;margin:0}.app-calendar__panel .rdp-month{width:100%}.app-calendar__panel .rdp-month_caption{display:none}.app-calendar__panel .rdp-weekdays,.app-calendar__panel .rdp-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.app-calendar__panel .rdp-weekday{color:#7888a3;font-size:11px;font-weight:800;text-align:center}.app-calendar__panel .rdp-day{position:relative;display:flex;justify-content:center}.app-calendar__panel .rdp-day_button{width:100%;height:46px;border:0;font-size:13px;font-weight:800;color:#1f2b3d;transition:background-color .12s ease,color .12s ease,transform .12s ease}.app-calendar__panel .rdp-day_button:active{transform:scale(.96)}.app-calendar__panel .rdp-day_today:not(.rdp-day_selected) .rdp-day_button{background:#edf3ff;color:#2e63d0;font-weight:800}.app-calendar__panel .rdp-day_selected .rdp-day_button{background:linear-gradient(180deg,#3d74ea,#2456c9);color:#fff;box-shadow:0 8px 18px #2f5ed147}.app-calendar__panel .rdp-day_outside .rdp-day_button{color:#aab5c8}.app-calendar__panel .rdp-day:after{content:"";position:absolute;left:50%;bottom:5px;width:6px;height:6px;border-radius:999px;transform:translate(-50%);background:transparent;box-shadow:none}.app-calendar__panel .rdp-day_has-overdue:after{background:#dc3b3b}.app-calendar__panel .rdp-day_has-today:after{background:#cf7a07}.app-calendar__panel .rdp-day_has-scheduled:after{background:#3a5bd9}.app-calendar__panel .rdp-day_has-completed:after{background:#11985a}.app-calendar__panel .rdp-day_selected:after{box-shadow:none}.date-picker-sheet-backdrop{z-index:42}.date-picker-sheet{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100vw,392px);z-index:43;display:grid;gap:12px;padding:10px 16px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#f8faff;box-shadow:0 -18px 42px #131d422e}.date-picker-sheet__cap{display:flex;justify-content:center}.date-picker-sheet__grab{width:44px;height:5px;border-radius:999px;background:#d0d7e7}.date-picker-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.date-picker-sheet__header h3{margin:0;font-size:16px;font-weight:800;letter-spacing:-.01em}.date-picker-sheet__close{min-height:34px;padding:0 12px;border-radius:11px;background:#fff;color:var(--blue);font-size:13px;font-weight:700}.date-picker-wheel [data-rwp-wrapper] ul{margin:0;padding:0;list-style:none}.date-picker-wheel [data-rwp-wrapper] li{margin:0;padding:0}.date-picker-wheel [data-rwp-wrapper]{position:relative;overflow:hidden;display:flex;width:100%;gap:4px;padding:0 6px;align-items:stretch;justify-content:space-between;perspective:2000px;-webkit-user-select:none;user-select:none}.date-picker-wheel{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow-s);overflow:hidden}.date-picker-wheel__wrapper{height:164px}.date-picker-wheel [data-rwp]{position:relative;overflow:hidden;flex:1;min-width:0;color:#8190aa;cursor:default;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%)}.date-picker-wheel [data-rwp-highlight-wrapper]{position:absolute;overflow:hidden;top:50%;width:100%;height:34px;margin-top:-17px;font-size:1rem;font-weight:500}.date-picker-wheel [data-rwp-highlight-list]{position:absolute;width:100%}.date-picker-wheel [data-rwp-options]{position:absolute;top:50%;left:0;display:block;width:100%;height:0;margin:0 auto;transform-style:preserve-3d}.date-picker-wheel [data-rwp-highlight-item]{display:flex;align-items:center;justify-content:center;height:34px;margin:0 4px;border-radius:12px;background:#eef3ff;color:#244fc1;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}.date-picker-wheel [data-rwp-option]{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}.date-picker-sheet__actions{display:flex;gap:10px}.date-picker-sheet__actions .ghost-button,.date-picker-sheet__actions .primary-button{flex:1 1 0;height:48px;border-radius:14px}.patients-page{gap:8px;padding-bottom:14px}.patients-enroll-button{height:38px;padding:0 15px;border-radius:12px;border:none;background:var(--navy);color:#fff;font-size:13.5px;font-weight:700;display:inline-flex;align-items:center;gap:6px;box-shadow:var(--shadow-s);cursor:pointer}.patients-enroll-button span{font-size:20px;line-height:1}.patients-toolbar{display:grid;gap:10px;padding:0;background:transparent;border:none;box-shadow:none}.patients-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.search-field input,.sort-select select{width:100%;height:44px;border-radius:14px;border:1px solid var(--border);background:#fff;color:var(--text);padding:0 14px;outline:none;box-shadow:var(--shadow-s)}.search-field--with-icon{position:relative}.search-field--with-icon svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--faint)}.search-field--with-icon input{padding-left:42px}.search-field input:focus,.sort-select select:focus{border-color:#8aa0ff;background:#fff}.chip-row{display:flex;flex-wrap:wrap;gap:7px}.chip{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--soft);font-size:12px;font-weight:600;cursor:pointer}.chip.active{background:var(--navy-2);border-color:var(--navy-2);color:#fff}.sort-select{position:relative}.sort-select--compact{flex:0 0 auto;min-width:154px}.sort-select--compact select{height:36px;border-radius:10px;padding:0 34px 0 11px}.sort-select--compact select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:transparent}.sort-select__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 11px;color:var(--soft);font-size:12.5px;font-weight:700;pointer-events:none}.sort-select__label:after{content:"⌄";margin-left:auto;color:var(--faint);font-size:14px}.patients-listhead{display:flex;align-items:center;justify-content:space-between;gap:12px}.patients-listhead__count{margin:0;font-size:12.5px;font-weight:600;color:var(--text);display:inline-flex;align-items:baseline;gap:4px}.patients-listhead__count-number{font-weight:800}.patients-listhead__count-suffix{font-weight:600}.patients-list{display:grid;gap:11px}.patient-card{display:flex;align-items:center;gap:13px;background:var(--card);border:1px solid #e8ecf5;border-radius:18px;box-shadow:0 3px 10px #141d360e;padding:15px 16px;color:inherit}.register-sheet__header,.register-form__actions,.register-form__status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 0;color:var(--soft);line-height:1.45}.patient-card__avatar{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff;font-size:15px;font-weight:800;letter-spacing:-.02em}.patient-card__avatar--pink{background:linear-gradient(160deg,#ec3e8e,#d02173)}.patient-card__avatar--blue{background:linear-gradient(160deg,#4d9bf1,#2f72d6)}.patient-card__avatar--violet{background:linear-gradient(160deg,#6273ef,#3c58d8)}.patient-card__avatar--orange{background:linear-gradient(160deg,#ef7d3f,#d85a20)}.patient-card__body{flex:1;min-width:0}.patient-card__headline{display:flex;align-items:center;gap:7px;min-width:0}.patient-card__subject{margin:0;font-size:15.5px;font-weight:800;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.patient-card__status{min-height:22px;padding:3px 7px;font-size:11px;font-weight:800}.patient-card__meta{margin:4px 0 0;color:var(--soft);font-size:12.5px;font-weight:600}.patient-card__aside{display:flex;align-items:center;gap:11px;flex:0 0 auto}.patient-card__due{flex:0 0 auto;padding:5px 10px;border-radius:9px;background:#fff2dd;color:#cf7a07;font-size:10.5px;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.patient-card__chevron{flex:0 0 auto;color:#9aa6c7;display:flex;align-items:center;justify-content:center}.patient-detail-page{gap:14px}.detail-back-button{width:38px;height:38px;border-radius:12px;background:transparent;border:none;box-shadow:none;color:var(--text);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.detail-delete-button{min-width:58px;height:34px;padding:0 12px;border-radius:10px;border:1px solid rgba(220,74,74,.18);background:#fff5f5;color:#cf4747;font-size:12.5px;font-weight:800;box-shadow:var(--shadow-s)}.detail-delete-button:disabled{opacity:.6}.patient-delete-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#121a3042;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.patient-delete-dialog{width:min(100%,360px);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 20px 52px #121a302e}.patient-delete-dialog__body{padding:24px 22px 18px}.patient-delete-dialog__body h2{margin:0;color:var(--text);font-size:19px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.patient-delete-dialog__body p{margin:10px 0 0;color:var(--soft);font-size:14px;line-height:1.6}.patient-delete-dialog__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 22px 22px}.patient-delete-dialog__cancel,.patient-delete-dialog__confirm{min-height:46px;border-radius:14px;font-size:14px;font-weight:800}.patient-delete-dialog__cancel{border:1px solid var(--border);background:#fff;color:var(--soft)}.patient-delete-dialog__confirm{border:none;background:linear-gradient(180deg,#ef6767,#d94545);color:#fff;box-shadow:0 14px 28px #d9454538}.detail-hero{margin-top:2px;border-radius:20px;padding:18px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(140deg,#243465,#1a2546);box-shadow:var(--shadow-m)}.detail-hero:after{content:"";position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(94,124,255,.4),transparent 70%)}.detail-hero__top{display:flex;align-items:center;gap:13px;position:relative}.detail-hero__avatar{width:50px;height:50px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#fff}.detail-hero__avatar--pink{background:linear-gradient(160deg,#ec3e8e,#d02173)}.detail-hero__avatar--blue{background:linear-gradient(160deg,#4d9bf1,#2f72d6)}.detail-hero__avatar--violet{background:linear-gradient(160deg,#6273ef,#3c58d8)}.detail-hero__avatar--orange{background:linear-gradient(160deg,#ef7d3f,#d85a20)}.detail-hero__top h2{margin:0;font-size:21px;font-weight:800;letter-spacing:-.01em}.detail-hero__top p{margin:3px 0 0;font-size:12px;font-weight:700;color:#aab6e6}.detail-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 10px;margin-top:16px;position:relative}.detail-hero__item span{display:block;font-size:10.5px;color:#8b97c4;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin-bottom:3px}.detail-hero__item strong{font-size:13.5px;font-weight:600}.detail-dates-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px;box-shadow:var(--shadow-s)}.detail-dates-card__head{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.detail-dates-card__icon{width:40px;height:40px;border-radius:12px;background:#fff0e2;color:#d47217;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.detail-dates-card__head h3{margin:0;font-size:13px;font-weight:800}.detail-dates-card__head p{margin:2px 0 0;font-size:11px;color:var(--faint);font-weight:500;line-height:1.4}.detail-dates-card__action{margin-left:auto;border:0;background:#2b7fd61a;color:#2b7fd6;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:-.01em}.detail-dates-card__grid{display:flex;gap:10px;margin-top:12px}.detail-dates-card__grid>div{flex:1 1 0;min-width:0}.detail-date-field{position:relative;flex:1 1 0;min-width:0}.detail-date-input{width:100%;margin-top:6px;border:1px solid var(--border);border-radius:12px;height:46px;padding:0 14px;font-weight:700;font-size:14px;color:var(--blue);background:#fbfcfe;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.detail-date-input.is-disabled{opacity:.6;cursor:wait}.detail-date-input__icon{width:18px;height:18px;color:#98a3c9;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.detail-date-input__icon svg{width:16px;height:16px}.detail-date-picker{position:absolute;top:calc(100% + 8px);left:0;z-index:20;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 42px #131d4229;overflow:hidden}.detail-date-picker__calendar{padding:10px}.detail-date-picker .rdp-root{--rdp-accent-color: var(--blue);--rdp-accent-background-color: #eff3ff;--rdp-day_button-border-radius: 10px;--rdp-day-width: 36px;--rdp-day-height: 36px;--rdp-day_button-width: 36px;--rdp-day_button-height: 36px;--rdp-nav_button-width: 28px;--rdp-nav_button-height: 28px;margin:0}.detail-visit-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border-radius:8px;font-size:10px;font-weight:700}.detail-visit-badge--screening{background:#eef1fe;color:#4c63d2}.detail-visit-badge--presurgery{background:#eef5ff;color:#3a5bd9}.detail-visit-badge--surgery{background:#fff0e2;color:#d47217}.detail-visit-badge--after1w{background:#ecfbf5;color:#15995b}.detail-visit-badge--after1m{background:#f3e9ff;color:#8a3dd6}.detail-summary{display:flex;gap:9px}.detail-summary__cell{flex:1;background:#fff;border:1px solid var(--border);border-radius:15px;padding:12px 8px;text-align:center;box-shadow:var(--shadow-s)}.detail-summary__cell strong{display:block;font-size:21px;font-weight:800;letter-spacing:-.02em;line-height:1}.detail-summary__cell span{display:block;font-size:10.5px;color:var(--soft);font-weight:600;margin-top:5px}.detail-summary__cell--ok strong{color:#15995b}.detail-summary__cell--warn strong{color:#cf7a07}.detail-summary__cell--up strong{color:#2f72d6}.detail-section-title{font-size:13px;font-weight:800;color:var(--text);letter-spacing:-.01em;display:flex;align-items:center;gap:7px}.detail-section-title em{font-style:normal;font-size:11px;font-weight:700;color:var(--blue);background:#eef1fe;padding:2px 8px;border-radius:8px}.detail-timeline{padding-bottom:6px}.detail-timeline__row{display:flex;gap:13px;position:relative}.detail-timeline__rail{flex:0 0 26px;display:flex;flex-direction:column;align-items:center}.detail-timeline__node{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;z-index:2;border:2px solid #fff;box-shadow:0 0 0 1px var(--border);font-size:10px;font-weight:800}.detail-timeline__node--completed{background:#15995b;color:#fff;box-shadow:0 0 0 1px #15995b}.detail-timeline__node--today{background:#cf7a07;color:#fff;box-shadow:0 0 0 4px #fff2dd}.detail-timeline__node--overdue{background:#dc3b3b;color:#fff;box-shadow:0 0 0 4px #ffe6e6}.detail-timeline__node--scheduled{background:#fff;color:var(--faint)}.detail-timeline__line{width:2px;flex:1;background:var(--border);margin:2px 0}.detail-visit-card{position:relative;flex:1;margin-bottom:11px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;box-shadow:var(--shadow-s)}.detail-visit-card--blocked>:not(.detail-visit-card__overlay){opacity:.72}.detail-visit-card--hot{border-color:#f3c97a;box-shadow:0 6px 18px #cf7a0729;background:linear-gradient(180deg,#fffdf8,#fff)}.detail-visit-card--late{border-color:#f0a6a6;box-shadow:0 6px 18px #dc3b3b24;background:linear-gradient(180deg,#fff9f9,#fff)}.detail-visit-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.detail-visit-card__top-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.detail-visit-card__top h3{margin:0;font-size:14.5px;font-weight:700;letter-spacing:-.01em}.detail-visit-card__date{display:flex;align-items:center;gap:6px;margin-top:9px;color:var(--soft);font-size:12.5px;font-weight:600}.detail-visit-card__date svg{color:var(--faint);flex:0 0 auto}.detail-visit-card__foot{display:flex;justify-content:space-between;align-items:center;margin-top:11px;padding-top:11px;border-top:1px dashed var(--border);gap:10px}.detail-visit-card__action{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:var(--blue)}.detail-visit-card__action--button{border:0;background:transparent;padding:0;cursor:pointer}.detail-visit-card__action--completed{color:var(--faint)}.detail-visit-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:16px;background:#ffffff57;color:#cc7a06;font-size:12.5px;font-weight:800;letter-spacing:-.01em;text-align:center;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);pointer-events:none}.detail-visit-date-editor{position:relative;flex:0 0 auto}.detail-visit-date-editor__button{min-height:24px;padding:0 9px;border-radius:999px;border:1px solid #d8e1fb;background:#f7f9ff;color:var(--blue);font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.detail-visit-date-editor__button:disabled{cursor:wait;opacity:.7}.detail-visit-date-editor__picker{position:absolute;top:calc(100% + 8px);right:0;z-index:4;padding:10px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-m)}.detail-state-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.detail-state-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}.detail-state-badge--completed{background:#ecfbf5;color:#15995b}.detail-state-badge--today{background:#fff2dd;color:#cf7a07}.detail-state-badge--overdue{background:#ffe6e6;color:#dc3b3b}.detail-state-badge--scheduled{background:#e6f1ff;color:#2b7fd6}.patients-state{text-align:center}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#10162880;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:40;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.sheet-backdrop--open{opacity:1;visibility:visible}.register-sheet{position:fixed;left:50%;bottom:0;transform:translate(-50%) translateY(100%);opacity:0;width:min(100vw,392px);max-height:92vh;background:var(--bg);color:var(--text);border-radius:26px 26px 42px 42px;box-shadow:var(--shadow-l);z-index:41;display:flex;flex-direction:column;overflow:hidden;transition:transform .42s cubic-bezier(.2,.82,.2,1),opacity .28s ease}.register-sheet--open{transform:translate(-50%) translateY(0);opacity:1}.register-sheet__top{background:linear-gradient(135deg,#3a5bd9,#2a3f9e)}.register-sheet__cap{padding:14px 20px 0}.register-sheet__grab{width:38px;height:4px;border-radius:2px;margin:0 auto 10px;background:#ffffff6b}.register-sheet__header{padding:18px 20px 16px;color:#fff;position:relative}.register-sheet__header h2{margin:0;font-size:18px;font-weight:800}.register-sheet__subtitle{margin:3px 0 0;color:#c5cffa;font-size:12.5px;font-weight:500;line-height:1.5;max-width:252px}.register-sheet__close{position:absolute;right:18px;top:28px;width:32px;height:32px;padding:0;border:none;border-radius:12px;background:#ffffff29;color:#fff;box-shadow:none;display:flex;align-items:center;justify-content:center}.ghost-button--card{background:#fff;border-color:var(--border);color:var(--soft);box-shadow:var(--shadow-s)}.register-sheet__body{flex:1;overflow-y:auto}.register-sheet__body::-webkit-scrollbar{width:0}.register-form{display:grid;gap:14px;padding:18px}.register-field{display:flex;flex-direction:column;gap:7px}.register-field__label{display:flex;align-items:center;justify-content:space-between;gap:12px}.register-field__title{font-size:13px;font-weight:800;color:var(--text);line-height:1.2}.register-required{color:#dc3b3b;font-style:normal}.register-suggested{color:#4b68e7;font-size:11px;font-weight:700;white-space:nowrap;flex:0 0 auto}.register-input{height:52px;border-radius:14px;background:#fff;border:1px solid var(--border);color:var(--text);font-size:15px;font-weight:500;padding:0 16px;outline:none}.register-input::placeholder{color:#a1aac5}.register-input:focus{background:#fff;border-color:var(--blue)}.register-input--button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.register-input__icon{color:#7b88a4;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.register-date-parts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.register-input--part{min-width:0;text-align:center;padding:0 10px}.register-form__status{display:grid;gap:8px;margin:2px 0}.register-form__status span:first-child{color:var(--text);font-size:13px;font-weight:700}.register-form__status .status-pill.screening{justify-self:start;min-height:28px;padding:5px 11px;font-size:12px;font-weight:800;background:#f3e9ff;color:#8a3dd6}.register-form__actions{display:flex;gap:11px;margin-top:8px;padding-bottom:6px}.register-form__actions>*{flex:1}.register-form__actions .primary-button{flex:1.4}.register-form__actions .ghost-button,.register-form__actions .primary-button{height:54px;border-radius:14px}@media(max-width:480px){.register-sheet{width:100%;border-radius:24px 24px 0 0;padding-bottom:max(24px,env(safe-area-inset-bottom))}}.today-page{gap:14px}.today-hero{position:relative;overflow:hidden;margin-top:-2px;border-radius:20px;padding:20px;background:linear-gradient(135deg,#3a5bd9,#2a3f9e);box-shadow:0 12px 30px #2a3f9e52;color:#fff}.today-hero:after{content:"";position:absolute;right:-30px;bottom:-50px;width:170px;height:170px;border-radius:999px;background:#ffffff14}.today-hero__date,.today-hero__headline,.today-hero__stats{position:relative;z-index:1}.today-hero__date{margin:0;color:#c5cffa;font-size:12.5px;font-weight:600;letter-spacing:.02em}.today-hero__headline{margin:6px 0 0;font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.25}.today-hero__headline strong{color:#ffe08a}.today-hero__stats{display:flex;gap:18px;margin-top:16px}.today-hero__stat strong{display:block;font-size:23px;font-weight:800}.today-hero__stat span{display:block;margin-top:2px;color:#bcc7f7;font-size:11px;font-weight:600}.today-hero__sep{width:1px;background:#fff3}.today-group{display:grid;gap:11px}.today-group__title{display:flex;align-items:center;gap:7px;margin:6px 2px 0;color:var(--soft);font-size:12.5px;font-weight:800;letter-spacing:-.01em}.today-group__dot{width:8px;height:8px;border-radius:999px}.today-group__dot--overdue{background:#dc3b3b}.today-group__dot--today{background:#cf7a07}.today-group__dot--tomorrow{background:#3a5bd9}.today-group__line{height:1px;flex:1;background:var(--border)}.today-group__list{display:grid;gap:11px}.today-card{position:relative;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-s);padding:14px;cursor:pointer}.today-card.is-blocked>:not(.today-card__overlay){opacity:.72}.today-card--overdue{border-left:3px solid #dc3b3b}.today-card--today{border-left:3px solid #cf7a07}.today-card--tomorrow{border-left:3px solid #3a5bd9}.today-card__avatar{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:800;flex:0 0 auto}.today-card__avatar--pink{background:linear-gradient(160deg,#ec3e8e,#d02173)}.today-card__avatar--blue{background:linear-gradient(160deg,#4d9bf1,#2f72d6)}.today-card__avatar--violet{background:linear-gradient(160deg,#6273ef,#3c58d8)}.today-card__avatar--orange{background:linear-gradient(160deg,#ef7d3f,#d85a20)}.today-card__body{min-width:0;flex:1}.today-card__body h3{margin:0;color:var(--text);font-size:14.5px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.today-card__meta{display:flex;align-items:center;gap:7px;margin:4px 0 0;color:var(--soft);font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.today-card__status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap}.today-card__status--danger{background:#ffe6e6;color:#dc3b3b}.today-card__status--warning{background:#fff2dd;color:#cf7a07}.today-card__status--scheduled{background:#e6f1ff;color:#2b7fd6}.today-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:16px;background:#ffffff57;color:#cc7a06;font-size:12.5px;font-weight:800;letter-spacing:-.01em;text-align:center;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.today-empty{margin:26px 0 0;text-align:center;color:var(--faint)}.today-state{margin-top:4px;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-s);padding:16px}.today-state--error{border-color:#ffc9c9;background:#fff7f7}.today-state h2{margin:0;color:var(--text);font-size:14px;font-weight:700}.today-state p{margin:6px 0 0;color:var(--soft);font-size:12.5px;line-height:1.45}.today-empty__icon{width:64px;height:64px;border-radius:20px;background:#e3f7ea;color:#11985a;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.today-empty h2{margin:0;color:var(--soft);font-size:15px;font-weight:700}.today-empty p{margin:5px 0 0;font-size:13px;line-height:1.5}.profile-page{display:flex;flex-direction:column;padding:0 18px 18px}.profile-page>*+*{margin-top:14px}.profile-hero{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 18px 8px;text-align:center}.profile-avatar{display:flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:22px;background:linear-gradient(180deg,#5071f2,#3050c8);box-shadow:0 12px 28px #3a5bd93d;font-size:28px;font-weight:800;letter-spacing:-.02em;color:#fff}.profile-hero h2{margin:10px 0 0;color:var(--text);font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.profile-role{margin:0;color:var(--soft);font-size:14px;font-weight:700}.profile-group{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-s);overflow:hidden}.profile-error-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.profile-error-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-error-modal__card{position:relative;width:min(100%,320px);padding:20px 18px;border:1px solid #ffd2d2;border-radius:20px;background:#fff;box-shadow:0 24px 60px #1a23412e;text-align:center}.profile-error-modal__card h3{margin:0;color:#b93a3a;font-size:17px;font-weight:800;line-height:1.3}.profile-error-modal__card p{margin:10px 0 0;color:#5f6b88;font-size:13px;font-weight:700;line-height:1.5}.profile-error-modal__detail{color:#b93a3a}.profile-status-card{padding:14px 16px;border-radius:16px;background:#f5f8ff;border:1px solid #dbe5ff;color:#66759a;font-size:13px;font-weight:700}.profile-status-card--error{background:#fff3f3;border-color:#ffd2d2;color:#c03a3a}.profile-push-card{display:grid;gap:16px;padding:18px;border-radius:20px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-s)}.profile-push-card__header{display:flex;align-items:flex-start;gap:12px}.profile-push-card__copy{min-width:0;flex:1}.profile-push-card__value{margin-top:4px;color:#8a96b8;font-size:14px;font-weight:700;line-height:1.5;word-break:keep-all;overflow-wrap:anywhere}.profile-push-switch{position:relative;display:inline-flex;flex:0 0 auto;align-self:center;cursor:pointer}.profile-push-switch--disabled{cursor:wait}.profile-push-switch__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-push-switch__track{display:inline-flex;align-items:center;width:54px;height:32px;padding:4px;border-radius:999px;background:#d8e1fb;box-shadow:inset 0 0 0 1px #3e58b21f;transition:background .16s ease}.profile-push-switch__thumb{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 3px 10px #1a234129;transition:transform .16s ease}.profile-push-switch__input:checked+.profile-push-switch__track{background:linear-gradient(135deg,#5071f2,#3050c8)}.profile-push-switch__input:checked+.profile-push-switch__track .profile-push-switch__thumb{transform:translate(22px)}.profile-push-switch__input:focus-visible+.profile-push-switch__track{outline:2px solid rgba(80,113,242,.35);outline-offset:2px}.profile-push-switch__input:disabled+.profile-push-switch__track{opacity:.7}.profile-install-card{display:grid;gap:14px;padding:18px;border-radius:20px;border:1px solid rgba(62,88,178,.14);background:radial-gradient(120% 140% at 100% 0%,rgba(112,144,255,.18),transparent 48%),linear-gradient(145deg,#f7f9ff,#eef3ff);box-shadow:var(--shadow-s)}.profile-install-card__copy{display:grid;gap:6px}.profile-install-card__copy strong{color:var(--text);font-size:16px;font-weight:800;letter-spacing:-.02em}.profile-install-card__copy p{margin:0;color:#6b7799;font-size:13px;font-weight:600;line-height:1.5}.profile-install-card__hint{color:#8a96b8;font-size:12px}.profile-install-card__actions{display:flex;gap:10px}.profile-install-card__later,.profile-install-card__install{flex:1;min-height:44px;border-radius:14px;font-size:13px;font-weight:800;cursor:pointer}.profile-install-card__later{border:1px solid #d8e1fb;background:#fff;color:#6f7b9d}.profile-install-card__install{border:0;background:linear-gradient(135deg,#5071f2,#3050c8);color:#fff;box-shadow:0 10px 26px #3a5bd947}.profile-install-card__later:disabled,.profile-install-card__install:disabled{cursor:wait;opacity:.7}.profile-row{display:flex;align-items:center;gap:12px;padding:15px 16px}.profile-group .profile-row+.profile-row{border-top:1px solid var(--hair)}.profile-row-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:var(--hair);color:var(--blue);flex:0 0 auto}.profile-row-copy{min-width:0;flex:1}.profile-row-label{color:#1f2940;font-size:12.5px;font-weight:800;letter-spacing:-.01em}.profile-row-value{margin-top:4px;color:#8a96b8;font-size:14px;font-weight:700;line-height:1.35;word-break:break-word}.profile-row-action{flex:0 0 auto}.profile-push-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-push-actions>*{flex:1 1 160px}.profile-push-button{width:100%;min-width:0;height:38px;padding:0 14px;border:0;border-radius:12px;background:linear-gradient(135deg,#5071f2,#3050c8);color:#fff;font-size:12px;font-weight:800;cursor:pointer}.profile-push-button--secondary{background:#eef3ff;color:var(--blue);border:1px solid #d8e1fb}.profile-push-button--ghost{background:#fff;color:#6f7b9d;border:1px solid var(--border)}.profile-push-button:disabled{cursor:wait;opacity:.7}@media(min-width:768px){.profile-push-actions>*{flex:0 0 auto}.profile-push-button{width:auto;min-width:120px}}.profile-workspace-button{min-width:72px;height:34px;padding:0 12px;border:1px solid #d8e1fb;border-radius:10px;background:#f7f9ff;color:var(--blue);font-size:12px;font-weight:800;cursor:pointer}.profile-workspace-button:disabled{cursor:default}.profile-workspace-button--current{border-color:#d7efe0;background:#effaf3;color:#237a4b}.locale-switch{display:inline-flex;gap:3px;padding:3px;border-radius:11px}.locale-switch--light{background:var(--hair);border:1px solid var(--border)}.locale-option{min-width:58px;min-height:34px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--soft);font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease}.locale-option.active{background:var(--blue);color:#fff}.profile-logout-button{height:54px;border:1px solid var(--border);border-radius:14px;background:#fff;color:#dc3b3b;font-weight:700;box-shadow:var(--shadow-s);cursor:pointer}.profile-logout-button:active{transform:scale(.985)}@media(max-width:380px){.profile-install-card__actions{flex-direction:column}.profile-row{align-items:flex-start}.profile-row-action{width:100%}.profile-push-actions{justify-content:stretch}.profile-push-button{flex:1 1 calc(50% - 8px)}.locale-switch{width:100%}.locale-option{flex:1}}.survey-page{display:flex;flex-direction:column;min-height:100%;height:100%;overflow:hidden}.survey-header{display:flex;align-items:center;gap:10px;padding:10px 18px 12px;position:sticky;top:0;z-index:20;background:var(--bg)}.survey-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a57}.survey-dialog{width:min(100%,360px);overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 22px 52px #0f172a3d}.survey-dialog__body{padding:26px 22px 20px}.survey-dialog__body h2{margin:0;color:var(--text);font-size:18px;font-weight:800;letter-spacing:-.02em}.survey-dialog__body p{margin:10px 0 0;color:var(--soft);font-size:14px;line-height:1.6}.survey-dialog__confirm{width:100%;height:56px;border:0;border-top:1px solid #eef2ff;background:transparent;color:var(--blue);font-size:16px;font-weight:800;cursor:pointer}.survey-header__back{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer}.survey-header h1{margin:0;color:var(--text);font-size:18px;font-weight:800;letter-spacing:-.02em}.survey-scroll{flex:1;overflow:auto;min-height:0;padding:0 18px 120px}.survey-hero{display:flex;align-items:center;gap:12px;margin-top:2px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-s)}.survey-hero__icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.survey-hero__icon.is-screening{background:#f3e9ff;color:#8a3dd6}.survey-hero__icon.is-preSurgery{background:#ffe4ef;color:#d6256f}.survey-hero__icon.is-surgery{background:#ffe7dd;color:#e0632a}.survey-hero__icon.is-after1w{background:#e2f7e9;color:#15995b}.survey-hero__icon.is-after1m{background:#dff5f1;color:#0e9488}.survey-hero__copy{flex:1;min-width:0}.survey-hero__copy h2{margin:0;color:var(--text);font-size:15.5px;font-weight:800;letter-spacing:-.01em}.survey-hero__copy p{display:flex;align-items:center;gap:6px;margin:4px 0 0;color:var(--soft);font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-hero__status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700}.survey-hero__status--progress{background:#edf2ff;color:#2851c9}.survey-hero__status--danger{background:#ffe6e6;color:#dc3b3b}.survey-hero__status--warning{background:#fff2dd;color:#cf7a07}.survey-hero__status--scheduled{background:#e6f1ff;color:#2b7fd6}.survey-note{display:flex;gap:9px;margin-top:12px;padding:11px 13px;background:#eef1fe;border:1px solid #e3e9ff;border-radius:13px;color:#3650b8;font-size:12px;font-weight:500;line-height:1.5}.survey-note svg{flex:0 0 auto;margin-top:1px}.survey-stack{display:grid;gap:12px}.survey-stack--consent{margin-top:12px}.survey-stack .survey-note,.survey-stack .survey-card,.survey-stack .survey-read-card{margin-top:0}.survey-consent-content{color:var(--soft);font-size:13px;line-height:1.65}.survey-consent-content h1,.survey-consent-content h2,.survey-consent-content h3{margin:0 0 10px;color:var(--text);font-size:16px;font-weight:800;letter-spacing:-.01em}.survey-consent-content p+p{margin-top:10px}.survey-consent-check{display:flex;gap:11px;align-items:flex-start;cursor:pointer}.survey-consent-check input{position:absolute;opacity:0;pointer-events:none}.survey-consent-check__box{width:24px;height:24px;border-radius:7px;border:2px solid var(--border);flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:.15s}.survey-consent-check__box:after{content:"";width:12px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px);opacity:0}.survey-consent-check input:checked+.survey-consent-check__box{background:var(--blue);border-color:var(--blue)}.survey-consent-check input:checked+.survey-consent-check__box:after{opacity:1}.survey-consent-check__label{color:var(--text);font-size:13px;font-weight:600;line-height:1.55}.survey-state-card{margin-top:12px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--soft);font-size:14px;font-weight:600;box-shadow:var(--shadow-s)}.survey-state-card--error{color:#c13f3f;border-color:#ffd3d3;background:#fff7f7}.survey-fields{display:grid;gap:12px;margin-top:12px}.survey-read-card{margin-top:12px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-s)}.survey-read-card__label{color:var(--soft);font-size:12px;font-weight:700;margin-bottom:7px}.survey-read-card__value{color:var(--text);font-size:16px;font-weight:800}.survey-read-card__value--positive{color:var(--green)}.survey-read-card__signature{margin-top:6px;border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden}.survey-read-card__signature img{display:block;width:100%;max-height:160px;object-fit:contain}.survey-read-card__empty{color:var(--faint);font-size:14px;font-weight:600}.survey-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-s);padding:14px}.survey-card__label{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:var(--text);font-size:13.5px;font-weight:700}.survey-card__index{width:20px;height:20px;border-radius:999px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex:0 0 auto}.survey-card__index--auto{background:#11985a}.survey-input-wrap{position:relative}.survey-input-wrap__unit{position:absolute;top:50%;right:14px;transform:translateY(-50%);color:var(--faint);font-size:13px;font-weight:600;pointer-events:none}.survey-input{width:100%;height:46px;border-radius:12px;border:1px solid var(--border);background:#fbfcfe;color:var(--text);font-size:15px;font-weight:600;padding:0 14px;outline:none}.survey-input:focus{border-color:var(--blue);background:#fff}.survey-input::placeholder{color:var(--faint);font-weight:500}.survey-input-wrap .survey-input{padding-right:62px}.survey-input--textarea{min-height:112px;padding:12px 14px;resize:none;line-height:1.5}.survey-choice-list{display:grid;gap:10px}.survey-choice{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:#fbfcfe;color:var(--text);font-size:14px;font-weight:600;cursor:pointer}.survey-choice input{display:none}.survey-choice.is-selected{border-color:var(--blue);background:#eef1fe}.survey-choice__indicator{width:18px;height:18px;border:2px solid #b7c0d8;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.survey-choice.is-selected .survey-choice__indicator{border-color:var(--blue);background:var(--blue)}.survey-choice__indicator--radio{border-radius:999px}.survey-choice__indicator--checkbox{border-radius:6px}.survey-choice.is-selected .survey-choice__indicator--radio:after{content:"";width:6px;height:6px;border-radius:999px;background:#fff}.survey-choice.is-selected .survey-choice__indicator--checkbox:after{content:"";width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.survey-scale{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.survey-scale__button{height:42px;border:1px solid var(--border);border-radius:12px;background:#fbfcfe;color:var(--text);font-size:14px;font-weight:700;cursor:pointer}.survey-scale__button.is-selected{border-color:var(--blue);background:var(--blue);color:#fff}.survey-slider{display:grid;gap:10px}.survey-slider__input{width:100%;accent-color:var(--blue)}.survey-slider__meta{display:flex;align-items:center;justify-content:space-between;color:var(--soft);font-size:12px;font-weight:700}.survey-slider__meta strong{color:var(--text);font-size:15px}.survey-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.survey-auto__value{display:flex;align-items:baseline;gap:7px}.survey-auto__value strong{color:#11985a;font-size:24px;font-weight:800;letter-spacing:-.02em}.survey-auto__value span{color:var(--soft);font-size:13px;font-weight:600}.survey-auto p{margin:4px 0 0;color:var(--faint);font-size:11.5px;font-weight:500;line-height:1.4}.survey-helper-toggle{margin-bottom:14px}.survey-helper-toggle__button{width:100%;min-height:44px;border:1px solid #cfdbff;border-radius:14px;background:#f4f7ff;color:#3356d8;font-family:var(--font);font-size:13px;font-weight:700}.survey-helper{margin-top:12px;border:1px solid #d8e0ff;border-radius:16px;background:linear-gradient(180deg,#fbfcff,#f5f7ff);padding:14px}.survey-helper__header h4,.survey-helper__section h5{margin:0;color:var(--text)}.survey-helper__header p,.survey-helper__result-copy p{margin:6px 0 0;color:var(--soft);font-size:12px;line-height:1.45}.survey-helper__steps{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.survey-helper__step{display:flex;align-items:center;gap:6px;color:var(--soft);font-size:11.5px;font-weight:700}.survey-helper__step-index{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e8edff;color:#5f74d8}.survey-helper__step-index.is-active{background:#3a5bd9;color:#fff}.survey-helper__section,.survey-helper__result{display:grid;gap:12px;margin-top:14px}.survey-choice--button{width:100%}.survey-scale--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-helper__score,.survey-helper__result{border-radius:14px;background:#fff;border:1px solid var(--border);padding:12px}.survey-helper__score{display:flex;align-items:center;justify-content:space-between;color:var(--soft);font-size:12px;font-weight:700}.survey-helper__score strong,.survey-helper__result-value strong,.survey-helper__result-copy span{color:var(--text);font-size:18px;font-weight:800}.survey-helper__result{gap:8px}.survey-helper__result-value span{display:block;color:var(--soft);font-size:11px;font-weight:700}.survey-helper__result-copy span{display:block;font-size:14px}.survey-helper__actions{display:flex;gap:10px;margin-top:14px}.survey-helper__button{flex:1;min-height:42px;border-radius:12px;font-family:var(--font);font-size:13px;font-weight:700}.survey-helper__button--ghost{border:1px solid var(--border);background:#fff;color:var(--soft)}.survey-helper__button--primary{border:none;background:linear-gradient(135deg,#5c78f0,#3554d8);color:#fff}.survey-note-field{margin-top:14px;display:grid;gap:8px}.survey-note-field__label{color:var(--soft);font-size:12px;font-weight:700}.survey-note-field__input{min-height:92px}.survey-note-field__counter{text-align:right;color:var(--faint);font-size:11px;font-weight:600}.survey-signature{display:grid;gap:8px}.survey-signature__pad{width:100%;height:152px;display:block;border:1.5px dashed var(--border);border-radius:12px;background:#fff;touch-action:none;cursor:crosshair}.survey-signature__pad.is-disabled{cursor:default;opacity:.7}.survey-signature__actions{display:flex;justify-content:flex-end}.survey-signature__clear{background:var(--hair);border:1px solid var(--border);color:var(--soft);font-family:var(--font);font-size:12px;font-weight:700;padding:7px 13px;border-radius:9px;cursor:pointer}.survey-signature__clear:disabled{cursor:default;opacity:.5}.survey-footer{position:sticky;bottom:0;display:flex;gap:10px;padding:12px 18px 22px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-2);z-index:20}.survey-footer__button{height:54px;border:0;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer}.survey-footer__button:disabled{cursor:default;opacity:.55}.survey-footer__button--ghost{width:54px;background:#fff;border:1px solid var(--border);color:var(--soft);box-shadow:var(--shadow-s);display:inline-flex;align-items:center;justify-content:center}.survey-footer__button--primary{flex:1;background:linear-gradient(135deg,#5071f2,#3050c8);color:#fff;box-shadow:0 8px 20px #3a5bd957;display:inline-flex;align-items:center;justify-content:center;gap:10px}.survey-footer__button--primary:disabled{background:#b9c3f5;box-shadow:none;color:#ffffffeb}.schedule-page{display:grid;gap:12px;padding:0 18px 14px}.schedule-calendar__head h2,.schedule-empty h3,.schedule-row__body h3{margin:0}.schedule-draft-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fff2dd;color:#cf7a07;font-size:11px;font-weight:800}.schedule-draft-note{display:flex;gap:9px;padding:10px 13px;border:1px dashed #ecc987;border-radius:13px;background:#fff7ea;color:#9a6b13;font-size:12px;font-weight:600;line-height:1.45}.schedule-draft-note svg{flex:0 0 auto}.schedule-calendar{display:grid;gap:12px}.schedule-day-label{display:flex;align-items:center;gap:7px;margin-top:2px;font-size:13px;font-weight:800}.schedule-day-list{display:grid;gap:10px}.schedule-row{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-left:3px solid transparent;border-radius:14px;background:#fff;box-shadow:var(--shadow-s)}.schedule-row.is-blocked>:not(.schedule-row__overlay){opacity:.72}.schedule-row.is-overdue{border-left-color:#dc3b3b}.schedule-row.is-today{border-left-color:#cf7a07}.schedule-row.is-scheduled{border-left-color:#3a5bd9}.schedule-row__avatar{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:linear-gradient(160deg,#4d9bf1,#2f72d6);color:#fff;font-size:12.5px;font-weight:800}.schedule-row__body{flex:1;min-width:0}.schedule-row__body h3{font-size:14px;font-weight:800}.schedule-row__meta{margin-top:3px;display:flex;align-items:center;gap:6px;min-width:0}.schedule-row__body p{margin:0;color:var(--soft);font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-row__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:14px;background:#ffffff57;color:#cc7a06;font-size:12.5px;font-weight:800;letter-spacing:-.01em;text-align:center;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.schedule-visit-badge{display:inline-flex;align-items:center;min-height:18px;padding:0 7px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.schedule-visit-badge.is-screening{background:#f3e9ff;color:#8a3dd6}.schedule-visit-badge.is-preSurgery{background:#ffe4ef;color:#d6256f}.schedule-visit-badge.is-surgery{background:#ffe7dd;color:#e0632a}.schedule-visit-badge.is-after1w{background:#e2f7e9;color:#15995b}.schedule-visit-badge.is-after1m{background:#dff5f1;color:#0e9488}.status-pill.warning{background:#fff2dd;color:#cf7a07}.pwa-banner-stack{position:fixed;top:max(10px,env(safe-area-inset-top));left:50%;transform:translate(-50%);width:min(calc(100vw - 24px),368px);display:grid;gap:10px;z-index:80;pointer-events:none}.pwa-banner{display:flex;align-items:center;gap:12px;padding:14px 14px 14px 16px;border-radius:18px;color:#fff;background:#0d152fe6;border:1px solid rgba(143,167,255,.24);box-shadow:0 20px 45px #080d1f4d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.pwa-banner--update{background:#162760f0}.pwa-banner--offline{background:#5b3112f0;border-color:#ffc28947}.pwa-banner--quiet{background:#1b3e2fe6;border-color:#8cddb738}.pwa-banner__copy{min-width:0;display:grid;gap:3px}.pwa-banner__copy strong{font-size:13px;line-height:1.2}.pwa-banner__copy span{font-size:11.5px;line-height:1.35;color:#ffffffd1}.install-button{flex:0 0 auto;min-width:84px;height:40px;padding:0 14px;border-radius:12px;background:linear-gradient(135deg,#7ea0ff,#4c70eb);color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 24px #5071f247}.install-button:disabled{cursor:wait;opacity:.72}
