/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-font-weight:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-emerald-400:oklch(76.5% .177 163.223);--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-bold:700;--font-weight-black:900;--animate-spin:spin 1s linear infinite;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.mx-auto{margin-inline:auto}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.flex{display:flex}.hidden{display:none}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-emerald-400{color:var(--color-emerald-400)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f3f4f6;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#070b12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}code{color:#dbeafe;font-size:.82em}.soc-background{background:radial-gradient(circle at 12% 0,#2563eb45,#0000 26rem),radial-gradient(circle at 92% 12%,#581c8761,#0000 27rem),radial-gradient(circle at 30% 82%,#0ea5e912,#0000 28rem),linear-gradient(165deg,#0b1221 0%,#090d18 42%,#050910 100%);min-height:100vh;position:relative;overflow-x:hidden}.soc-background:before{content:"";pointer-events:none;opacity:.7;background-image:linear-gradient(120deg,#0000 0 34%,#3b82f614 34.2%,#0000 34.8% 68%,#7c3aed0f 68.2%,#0000 69%),radial-gradient(#60a5fa24 1px,#0000 1px);background-size:900px 900px,24px 24px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000f2,#0000006b 70%,#0000 100%);mask-image:linear-gradient(#000000f2,#0000006b 70%,#0000 100%)}.soc-background:after{content:"";pointer-events:none;opacity:.72;background:radial-gradient(circle at 50% -25%,#0000 0 33rem,#60a5fa17 33.1rem,#0000 33.3rem);position:fixed;inset:0}.app-frame{width:min(100%,860px);padding:max(28px, env(safe-area-inset-top)) 26px calc(128px + env(safe-area-inset-bottom));z-index:1;margin:0 auto;position:relative}.app-content{padding-top:22px}.page-stack{flex-direction:column;gap:22px;animation:.22s ease-out fadeIn;display:flex}.android-like-screen,.android-calendar-screen,.android-alerts-screen,.android-import-screen,.android-profile-screen{gap:22px}.premium-header{justify-content:space-between;align-items:center;gap:14px;padding:4px 0 0;display:flex}.brand-lockup{color:#f8fafc;background:0 0;border:0;align-items:center;gap:12px;min-width:0;padding:0;display:inline-flex}.brand-lockup strong{letter-spacing:-.05em;white-space:nowrap;font-size:24px;font-weight:950;line-height:1}.brand-lockup span{color:#3b82f6}.header-actions{align-items:center;gap:14px;min-width:0;display:flex}.bell-button{color:#f8fafc;background:0 0;border:0;border-radius:16px;place-items:center;width:44px;height:44px;display:grid}.user-chip{color:#60a5fa;background:#1e3a8a57;border:1px solid #3b82f68c;border-radius:18px;align-items:center;gap:10px;min-width:0;padding:7px 12px 7px 7px;display:inline-flex;box-shadow:inset 0 1px #ffffff0f,0 0 22px #3b82f629}.user-chip span{color:#dbeafe;letter-spacing:-.04em;background:linear-gradient(135deg,#3b82f6,#1d4ed8 62%,#7c3aed);border-radius:999px;place-items:center;width:38px;height:38px;font-weight:950;display:grid}.user-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:115px;font-size:18px;overflow:hidden}.eyebrow{color:#a5adbd;letter-spacing:.075em;text-transform:uppercase;font-size:12px;font-weight:900;line-height:16px}.screen-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.compact-title-row{margin-top:-4px}.screen-title{letter-spacing:-.06em;font-size:clamp(34px,7.2vw,44px);font-weight:950;line-height:.98}.section-label{color:#a5adbd;text-transform:uppercase;letter-spacing:-.04em;font-size:26px;font-weight:950;line-height:1}.text-soc-text{color:#f3f4f6}.text-soc-muted{color:#a5adbd}.text-soc-primary{color:#3b82f6}.text-soc-secondary{color:#60a5fa}.bg-soc-primary{background-color:#3b82f6}.soc-card,.hero-shift-card,.import-hero,.profile-card,.next-turn-hero,.day-detail-android,.alerts-hero{background:linear-gradient(#ffffff0b,#ffffff04),linear-gradient(145deg,#1a2235f5,#101727f2);border:1px solid #3b82f647;border-radius:26px;position:relative;overflow:hidden;box-shadow:0 18px 44px #0000004d,inset 0 1px #ffffff0d}.soc-card:after,.profile-card:after{content:"";pointer-events:none;border-radius:inherit;opacity:.72;background:linear-gradient(135deg,#60a5fa1a,#0000 42%,#7c3aed14);position:absolute;inset:0}.soc-card>*,.profile-card>*{z-index:1;position:relative}.soc-card.subtle{background:#1a22359e}.empty-state{text-align:center;padding:34px 24px}.chip-button,.btn-primary,.btn-secondary,.icon-button,.text-action-button,.legend-toggle{border:0;justify-content:center;align-items:center;gap:9px;font-weight:950;transition:transform .18s,filter .18s,background .18s;display:inline-flex}.chip-button{color:#93c5fd;white-space:nowrap;text-overflow:ellipsis;background:#1e3a8a57;border:1px solid #60a5fa57;border-radius:999px;max-width:170px;padding:9px 14px;overflow:hidden;box-shadow:inset 0 1px #ffffff0d}.btn-primary,.btn-secondary{border-radius:18px;min-height:52px;padding:13px 18px}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6 52%,#7c3aed);box-shadow:0 13px 28px #2563eb40}.btn-secondary{color:#dbeafe;background:#253045d9;border:1px solid #94a3b824}.icon-button{color:#bfdbfe;background:#253045b3;border:1px solid #94a3b81f;border-radius:15px;width:42px;height:42px}.btn-primary:active,.btn-secondary:active,.icon-button:active,.chip-button:active,.text-action-button:active,.legend-toggle:active{transform:scale(.98)}.card-heading{color:#e5e7eb;align-items:center;gap:9px;font-size:15px;font-weight:950;display:flex}.card-heading span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bottom-nav{z-index:60;pointer-events:none;padding:10px 0 0;position:fixed;bottom:0;left:0;right:0}.bottom-nav-inner{width:100%;max-width:860px;min-height:110px;padding:10px 18px max(16px, env(safe-area-inset-bottom));pointer-events:auto;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#1a2235f2;border-top:1px solid #94a3b81f;grid-template-columns:repeat(5,1fr);gap:0;margin:0 auto;display:grid;box-shadow:0 -16px 38px #00000057,inset 0 1px #ffffff0a}.nav-item{color:#a5adbd;background:0 0;border:0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:0;padding:8px 4px;transition:transform .18s,background .18s,color .18s;display:flex}.nav-item.active{color:#3b82f6}.nav-item.active svg{color:#3b82f6;background:#2563eb36;border-radius:18px;width:52px;height:52px;padding:10px;box-shadow:inset 0 1px #ffffff0f}.nav-item:active{transform:scale(.96)}.next-turn-hero{background:linear-gradient(135deg,#0e4180eb,#151b33f2 48%,#3a1066eb);min-height:296px;padding:28px}.hero-grid-lines{opacity:.24;background-image:linear-gradient(75deg,#0000 0 47%,#ffffff1f 47.2% 47.5%,#0000 47.8%);background-size:38px 38px;position:absolute;inset:0}.hero-topline,.hero-main-row,.hero-footer-row,.hero-team,.hero-note{z-index:1;position:relative}.hero-topline{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:26px;display:flex}.hero-topline p{text-transform:uppercase;color:#c8d0df;letter-spacing:.02em;font-size:24px;font-weight:950;line-height:1}.hero-topline span{color:#f8fafc;border:1px solid;border-radius:18px;padding:7px 16px;font-size:18px;font-weight:950}.hero-main-row{align-items:center;gap:22px;display:flex}.hero-shield-mark{color:#93c5fd;filter:drop-shadow(0 16px 20px #3b82f647);place-items:center;width:92px;height:92px;display:grid;transform:rotate(-10deg)}.hero-main-row h2{letter-spacing:-.06em;font-size:clamp(42px,9vw,58px);font-weight:950;line-height:.96}.hero-main-row p{color:#cbd5e1;margin-top:6px;font-size:21px;line-height:1.2}.hero-main-row strong{letter-spacing:-.05em;margin-top:4px;font-size:clamp(34px,7vw,46px);font-weight:950;line-height:1;display:block}.hero-footer-row{color:#dbe3ef;justify-content:space-between;align-items:center;gap:16px;margin-top:36px;font-size:18px;display:flex}.weather-hero{text-align:right;align-items:center;gap:10px;display:inline-flex}.hero-team{color:#cbd5e1;margin-top:24px;font-size:20px}.hero-note{color:#fde68a;margin-top:12px;font-size:13px}.android-card-title{color:#f8fafc;letter-spacing:-.055em;font-size:30px;font-weight:950;line-height:1}.android-week-row{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.android-week-day{color:#f8fafc;background:#25304594;border:2px solid #94a3b82e;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:108px;padding:10px 5px;display:flex}.android-week-day.selected{outline-offset:2px;outline:2px solid #60a5fab8}.android-week-day span{color:#a5adbd;font-size:16px;font-weight:850}.android-week-day strong{font-size:22px;line-height:1}.android-week-day em{color:#0b0f19;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 7px;font-size:16px;font-style:normal;font-weight:950;display:inline-flex}.event-list{gap:11px;margin-top:16px;display:grid}.event-list p{grid-template-columns:1fr minmax(0,1.55fr);align-items:baseline;gap:10px;display:grid}.event-list span{color:#a5adbd;font-size:22px}.event-list strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:21px;line-height:1.15;overflow:hidden}.period-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.period-summary-card{background:#253045c2;border:1px solid #3b82f661;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:190px;padding:20px;display:flex}.period-summary-card svg{color:#3b82f6;background:#3b82f62b;border-radius:999px;width:58px;height:58px;padding:15px}.period-summary-card strong{color:#f8fafc;letter-spacing:-.06em;font-size:40px;font-weight:950;line-height:1;display:block}.period-summary-card span{color:#a5adbd;font-size:20px;font-weight:850}.period-summary-card i{background:#3b82f6;border-radius:999px;height:6px;display:block}.period-summary-card.rest{border-color:#10b9817a}.period-summary-card.rest svg{color:#10b981;background:#10b9812e}.period-summary-card.rest i{background:#10b981}.period-summary-card.hours{border-color:#eab3087a}.period-summary-card.hours svg{color:#fbbf24;background:#eab30829}.period-summary-card.hours i{background:#fbbf24}.android-like-screen .period-summary-card,.android-like-screen .safety-card{background:radial-gradient(circle at 88% 30%,#10b9811f,#0000 8rem),radial-gradient(circle at 8% 100%,#3b82f614,#0000 7rem),linear-gradient(145deg,#0d1b29f5,#08111ff5)!important;box-shadow:inset 0 1px #ffffff0b,0 16px 34px #00000038!important}.android-like-screen .safety-card{border:1px solid #60a5fa47!important}.safety-card div{color:#bfdbfe;align-items:center;gap:8px;display:flex}.safety-card p{color:#a5adbd;margin-top:8px;font-size:14px}.calendar-title-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.calendar-title-row h2{color:#f8fafc;letter-spacing:-.07em;font-size:clamp(40px,8vw,58px);font-weight:950;line-height:1.02}.period-calendar{padding:10px 0 0}.android-weekdays{color:#a5adbd;letter-spacing:-.02em;padding:8px 0 10px;font-size:20px;font-weight:950}.period-calendar-grid{border-top:1px solid #94a3b817;grid-template-columns:repeat(7,1fr);display:grid}.period-day-cell,.period-calendar-blank{aspect-ratio:1/.86;color:#f8fafc;background:0 0;border:0;border-bottom:1px solid #94a3b817;place-items:center;min-height:82px;display:grid;position:relative}.period-day-cell span{z-index:1;font-size:clamp(24px,6vw,34px);font-weight:500;line-height:1;position:relative}.period-day-cell em{z-index:1;border-radius:999px;align-self:start;width:44px;height:6px;margin-top:20px;position:relative}.period-day-cell.selected i{background:#3b82f6;border-radius:999px;width:150px;height:150px;position:absolute;box-shadow:0 10px 30px #3b82f647}.period-day-cell.selected span{color:#fff;font-weight:950}.period-day-cell.today:not(.selected) span{color:#93c5fd;font-weight:850}.legend-toggle{color:#3b82f6;background:#1e3a8a29;border:1px solid #3b82f66b;border-radius:18px;align-self:flex-start;padding:10px 18px;font-size:21px}.legend-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.android-legend-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.legend-item{color:#e5e7eb;align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:850;display:flex}.legend-item span{border-radius:999px;flex:none;width:12px;height:12px}.legend-item p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.day-detail-android{background:#091120c7;padding:26px}.detail-header-row{align-items:center;gap:20px;display:flex}.detail-dot-box{border-radius:20px;place-items:center;width:78px;height:78px;display:grid}.detail-dot-box span{border-radius:999px;width:30px;height:30px}.detail-header-row p{color:#a5adbd;font-size:20px;font-weight:950;line-height:1}.detail-header-row h3{color:#f8fafc;letter-spacing:-.055em;font-size:clamp(30px,7vw,44px);font-weight:950;line-height:1.05}.detail-divider{background:#94a3b81f;height:1px;margin:20px 0}.day-detail-android h4{letter-spacing:-.04em;margin-bottom:12px;font-size:32px;font-weight:950;line-height:1}.detail-time{color:#a5adbd;font-size:26px}.detail-muted{color:#a5adbd;margin-top:8px;font-size:21px;line-height:1.4}.weather-mini{color:#cbd5e1;background:#253045c7;border:1px solid #3b82f657;border-radius:18px;align-items:center;gap:14px;margin-top:20px;padding:14px 18px;display:flex}.weather-mini strong{color:#f8fafc}.alerts-hero{background:linear-gradient(135deg,#0e4180db,#1e1b4bf5 48%,#3a1066e6);justify-content:space-between;align-items:flex-start;gap:16px;padding:30px;display:flex}.alerts-hero h2{letter-spacing:-.065em;font-size:clamp(38px,8vw,50px);font-weight:950;line-height:.96}.alerts-hero p{color:#cbd5e1;font-size:22px;line-height:1.45}.alerts-hero p:first-of-type{margin-top:6px}.alerts-hero span{color:#f8fafc;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:20px;place-items:center;width:60px;height:60px;font-size:30px;font-weight:950;display:grid}.android-alert-summary .summary-card{text-align:left;min-height:124px;padding:20px}.summary-card{color:#e5e7eb;background:#1a2235c7;border:1px solid #94a3b824;border-radius:22px;min-height:86px}.summary-card strong{border-radius:999px;place-items:center;min-width:44px;height:44px;font-size:28px;font-weight:950;line-height:1;display:inline-grid}.summary-card span{color:#f8fafc;margin-top:14px;font-size:22px;font-weight:900;display:block}.summary-card.critical{border-color:#ef44445c}.summary-card.critical strong{color:#ef4444;background:#ef44442b}.summary-card.warning{border-color:#eab30866}.summary-card.warning strong{color:#fbbf24;background:#eab3082b}.summary-card.info{border-color:#3b82f66b}.summary-card.info strong{color:#3b82f6;background:#3b82f62e}.summary-card.active{outline-offset:2px;outline:2px solid #60a5faa6}.filter-row{gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.filter-row button{color:#cbd5e1;white-space:nowrap;background:#1a2235b8;border:1px solid #94a3b824;border-radius:16px;align-items:center;gap:8px;padding:10px 16px;font-size:19px;font-weight:950;display:inline-flex}.filter-row button.active{color:#3b82f6;background:#3b82f633;border-color:#60a5fa6b}.android-alert-card{background:#1a2235e0;border-radius:24px;gap:18px;padding:26px 26px 26px 36px;display:flex;position:relative;overflow:hidden}.android-alert-card:before{content:"";background:#3b82f6;width:10px;position:absolute;inset:0 auto 0 0}.android-alert-card.critical:before{background:#ef4444}.android-alert-card.warning:before{background:#f59e0b}.alert-icon{color:#3b82f6;background:#3b82f629;border-radius:999px;flex:none;place-items:center;width:58px;height:58px;display:grid}.android-alert-card.critical .alert-icon{color:#ef4444;background:#ef44442e}.android-alert-card.warning .alert-icon{color:#fbbf24;background:#f59e0b2e}.android-alert-card h3{color:#f8fafc;font-size:25px;font-weight:950;line-height:1.15}.android-alert-card p{color:#a5adbd;margin-top:10px;font-size:20px;line-height:1.35}.android-alert-card small{color:#3b82f6;margin-top:10px;font-size:20px;font-weight:950;display:block}.android-alert-card.critical small{color:#ef4444}.android-alert-card span{color:#3b82f6;white-space:nowrap;background:#3b82f624;border:1px solid #3b82f647;border-radius:999px;padding:5px 10px;font-size:16px;font-weight:950}.android-alert-card.critical span{color:#f87171;background:#ef444421;border-color:#ef444447}.android-alert-card.warning span{color:#fbbf24;background:#f59e0b21;border-color:#f59e0b47}.import-status-card{border-color:#10b98166}.import-status-card h2{font-size:29px;font-weight:950;line-height:1}.import-status-card h3{margin-top:14px;font-size:23px;font-weight:900}.import-status-card p{color:#a5adbd;margin-top:4px;font-size:21px;line-height:1.28}.import-status-card strong{color:#3b82f6;font-size:21px}.collab-panel-header{align-items:center;gap:16px;margin-bottom:18px;display:flex}.collab-panel-header h2{font-size:29px;font-weight:950;line-height:1}.collab-panel-header p{color:#a5adbd;margin-top:3px;font-size:18px;line-height:1.25}.profile-avatar.small{border-radius:999px;width:68px;height:68px;font-size:20px}.collab-grid-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.collab-grid-buttons button{color:#a5adbd;text-overflow:ellipsis;white-space:nowrap;background:#253045b8;border:1px solid #94a3b824;border-radius:16px;min-height:64px;padding:0 8px;font-size:20px;font-weight:850;overflow:hidden}.collab-grid-buttons button.active{color:#3b82f6;background:#3b82f621;border-color:#3b82f6b3}.cloud-import-card{border-color:#3b82f67a;grid-template-columns:auto 1fr;gap:18px;display:grid}.cloud-icon{color:#3b82f6;background:#3b82f62e;border-radius:24px;place-items:center;width:76px;height:76px;display:grid}.cloud-import-card h2{font-size:31px;font-weight:950;line-height:1}.cloud-import-card p{color:#a5adbd;font-size:20px;line-height:1.35}.inline-feedback{grid-column:1/-1;font-weight:850;font-size:19px!important}.inline-feedback.success{color:#22c55e}.inline-feedback.warning{color:#fbbf24}.inline-feedback.error{color:#f87171}.import-action-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:24px;display:flex}.text-action-button{color:#3b82f6;background:0 0;padding:10px 0;font-size:22px}.feedback-card{border:1px solid #94a3b824;border-radius:22px;gap:12px;padding:16px;display:flex}.feedback-card h3{font-weight:950}.feedback-card p{color:#cbd5e1;margin-top:3px;font-size:13px}.feedback-card small{color:#9ca3af;margin-top:7px;display:block}.feedback-card.success,.feedback-card.warning{color:#a7f3d0;background:#10b9811f;border-color:#10b9813d}.feedback-card.warning{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b3d}.feedback-card.error{color:#fecaca;background:#ef44441f;border-color:#ef44443d}.first-import-help{align-items:center;gap:14px;display:flex}.first-import-help svg{color:#3b82f6;flex:none}.first-import-help h2{font-size:24px;font-weight:950}.first-import-help p{color:#a5adbd;font-size:15px}.info-list{gap:12px;display:grid}.info-list p{color:#9ca3af;justify-content:space-between;align-items:flex-start;gap:14px;font-size:13px;display:flex}.info-list strong{color:#f3f4f6;text-align:right;font-size:13px}.profile-card{background:linear-gradient(135deg,#3b82f638,#7c3aed29,#1a2235e6);align-items:center;gap:15px;padding:22px;display:flex}.android-profile-card{border-color:#3b82f66b}.profile-avatar{color:#dbeafe;background:linear-gradient(135deg,#3b82f675,#7c3aed4d);border:1px solid #60a5fa47;border-radius:24px;flex:none;place-items:center;width:64px;height:64px;font-size:22px;font-weight:950;display:grid}.source-safe-row{background:#0b0f1952;border:1px solid #94a3b81f;border-radius:18px;align-items:center;gap:14px;padding:14px;display:flex}.source-safe-row svg{color:#60a5fa;flex:none}.source-safe-row strong{color:#f8fafc;display:block}.source-safe-row p{color:#a5adbd;margin-top:2px;font-size:13px}.install-card{align-items:flex-start;gap:14px;display:flex}.install-card svg{color:#60a5fa;flex:none}.spinner{border:4px solid #60a5fa1f;border-top-color:#60a5fa;border-radius:999px;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#60a5fa42;border-radius:999px}@media (width<=520px){.app-frame{padding-left:22px;padding-right:22px}.brand-lockup strong{font-size:22px}.bell-button{width:34px}.user-chip{padding-right:9px}.user-chip strong{max-width:84px;font-size:16px}.next-turn-hero{min-height:274px;padding:26px}.hero-topline p{font-size:22px}.hero-topline span{font-size:16px}.hero-shield-mark{width:82px;height:82px}.hero-main-row{gap:14px}.hero-main-row p{font-size:19px}.hero-footer-row{font-size:17px}.weather-hero{justify-content:flex-end;max-width:46%}.hero-team{font-size:18px}.android-card-title{font-size:28px}.android-week-row{grid-template-columns:repeat(7,minmax(78px,1fr));gap:9px;padding:3px 2px 6px;overflow-x:auto}.period-summary-grid{gap:16px}.period-summary-card{min-height:168px;padding:18px}.period-summary-card strong{font-size:36px}.period-summary-card span{font-size:18px}.period-day-cell,.period-calendar-blank{min-height:72px}.period-day-cell.selected i{width:68px;height:68px}.detail-header-row h3{font-size:38px}.detail-muted{font-size:20px}.collab-grid-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.collab-grid-buttons button{min-height:60px;font-size:18px}}@media (width<=420px){.app-frame{padding-left:18px;padding-right:18px}.premium-header{align-items:flex-start}.brand-lockup strong{font-size:20px}.user-chip strong,.bell-button{display:none}.hero-topline{margin-bottom:20px}.hero-main-row{align-items:flex-start}.hero-shield-mark{width:64px;height:64px}.hero-main-row h2{font-size:38px}.hero-main-row p{font-size:16px}.hero-main-row strong{font-size:30px}.hero-footer-row{margin-top:24px;font-size:15px;display:grid}.weather-hero{text-align:left;justify-content:flex-start;max-width:100%}.event-list p{grid-template-columns:1fr;gap:2px}.event-list span{font-size:18px}.event-list strong{white-space:normal;font-size:19px}.period-summary-grid{grid-template-columns:1fr}.calendar-title-row h2{font-size:36px}.android-weekdays{font-size:15px}.period-day-cell,.period-calendar-blank{min-height:56px}.period-day-cell span{font-size:24px}.period-day-cell em{width:28px;height:5px;margin-top:-13px}.period-day-cell.selected i{width:52px;height:52px}.legend-toggle{font-size:18px}.detail-dot-box{width:60px;height:60px}.detail-header-row{gap:14px}.detail-header-row p{font-size:15px}.detail-header-row h3,.day-detail-android h4{font-size:28px}.detail-time{font-size:22px}.detail-muted{font-size:17px}.cloud-import-card{grid-template-columns:1fr}.cloud-icon{width:64px;height:64px}.cloud-import-card h2{font-size:28px}.cloud-import-card p{font-size:17px}.text-action-button{font-size:18px}.collab-grid-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-nav-inner{min-height:96px;padding-left:10px;padding-right:10px}.nav-item span{font-size:12px}.nav-item.active svg{width:46px;height:46px}}@media (width>=900px){.bottom-nav-inner{border-radius:26px 26px 0 0}}.premium-header{min-height:64px;padding-top:10px}.brand-lockup{gap:14px}.brand-lockup strong{letter-spacing:-.055em;font-size:clamp(25px,5.8vw,34px)}.header-actions{gap:12px}.user-chip{border-radius:19px;min-height:48px}.user-chip span{width:40px;height:40px}.bell-button{color:#e8eefc}.page-stack{gap:24px}.soc-card,.next-turn-hero,.day-detail-android,.alerts-hero,.profile-card{border-color:#4f8eff6b;box-shadow:0 20px 46px #00000057,inset 0 1px #ffffff0e}.android-card{border-color:#4f8eff66}.next-turn-hero{border-radius:30px;min-height:330px;padding:34px 36px}.hero-topline{margin-bottom:30px}.hero-topline p{color:#8fbaff;align-items:center;gap:10px;display:inline-flex}.hero-main-row{align-items:center;gap:26px}.hero-shield-mark{background:#3b82f624;border:1px solid #60a5fa2e;border-radius:28px;width:96px;height:96px;transform:rotate(-8deg)}.hero-main-row h2{margin-bottom:2px}.hero-main-row strong{margin-top:7px}.hero-footer-row{margin-top:38px;padding-top:4px}.hero-footer-row strong,.hero-team strong{color:#60a5fa}.hero-team{border-top:1px solid #94a3b81f;padding-top:18px}.android-week-row{gap:12px}.android-week-day{border-radius:22px;min-height:118px;padding:12px 8px}.android-week-day.selected{background:linear-gradient(#2563eb42,#1e293bc7)!important}.pause-card{background:radial-gradient(circle at 88% 45%,#10b98129,#0000 9rem),linear-gradient(145deg,#182234f0,#0a121feb);overflow:hidden;padding:24px!important}.pause-card-head{color:#a7f3d0;align-items:center;gap:14px;display:flex}.pause-card-head svg{color:#22c55e;background:#10b98124;border-radius:999px;width:46px;height:46px;padding:11px}.pause-card h3{color:#f8fafc;letter-spacing:-.045em;font-size:27px;font-weight:950;line-height:1.05}.pause-card>strong{color:#4ade80;letter-spacing:-.055em;margin-top:18px;font-size:clamp(32px,7vw,44px);font-weight:950;line-height:1;display:block}.pause-card>p{color:#a5adbd;margin-top:8px;font-size:17px}.calendar-title-row{align-items:flex-end;margin-top:8px}.calendar-title-row h2{letter-spacing:-.06em;font-size:clamp(35px,8.2vw,55px)}.period-calendar{padding-top:12px}.calendar-weekdays,.android-weekdays{color:#aeb8c8;letter-spacing:.02em;text-transform:uppercase;border-bottom:1px solid #94a3b81a;grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;gap:0;width:100%;padding:14px 0;font-size:clamp(13px,3.4vw,20px);font-weight:950;display:grid}.calendar-weekdays span,.android-weekdays span{text-align:center;text-overflow:clip;min-width:0;display:block;overflow:hidden}.period-calendar-grid{border-top:0}.period-day-cell,.period-calendar-blank{aspect-ratio:auto;border-bottom:1px solid #94a3b814;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:84px;padding:10px 0 12px;display:flex}.period-day-cell span{letter-spacing:-.04em;z-index:2;font-size:clamp(24px,5.8vw,34px);font-weight:820}.period-day-cell em{z-index:2;align-self:auto;width:40px;height:6px;min-height:6px;margin:0;box-shadow:0 0 12px #3b82f61a}.period-day-cell.selected{color:#fff}.period-day-cell.selected i{z-index:0;width:58px;height:58px;top:45%;left:50%;transform:translate(-50%,-50%)}.period-day-cell.selected em{width:34px;background:#fff!important}.period-day-cell.today:not(.selected) span{color:#93c5fd;text-decoration:none}.legend-toggle{margin-top:-2px;padding:9px 16px;font-size:18px}.day-detail-android{border-radius:28px;padding:30px}.detail-header-row{align-items:center}.detail-header-row h3{letter-spacing:-.05em}.weather-mini{border-radius:20px;min-height:64px;margin-top:22px}.cloud-import-card,.import-status-card,.android-profile-card{border-radius:26px}.collab-grid-buttons button{border-radius:18px}.info-list{gap:14px}.source-safe-row{border-radius:20px}.bottom-nav-inner{background:#182235f5;border:1px solid #4f8eff2e;border-bottom:0}.nav-item.active svg{background:linear-gradient(#2563eb57,#1d4ed82e)}@media (width<=520px){.app-frame{padding-left:20px;padding-right:20px}.premium-header{min-height:58px}.brand-lockup strong{font-size:21px}.brand-lockup svg{width:36px;height:36px}.user-chip{min-height:42px;padding:5px 9px 5px 5px}.user-chip span{width:34px;height:34px}.user-chip strong{max-width:88px;font-size:14px}.next-turn-hero{min-height:300px;padding:28px}.hero-topline{margin-bottom:24px}.hero-main-row{gap:18px}.hero-shield-mark{border-radius:24px;width:76px;height:76px}.hero-main-row h2{font-size:42px}.hero-main-row strong{font-size:34px}.hero-footer-row{margin-top:30px}.android-week-row{grid-template-columns:repeat(7,minmax(70px,1fr));gap:10px}.android-week-day{min-height:105px}.calendar-weekdays,.android-weekdays{letter-spacing:.01em;font-size:14px}.period-day-cell,.period-calendar-blank{gap:8px;min-height:72px;padding-bottom:10px}.period-day-cell em{width:34px;height:5px;min-height:5px}.period-day-cell.selected i{width:54px;height:54px}.day-detail-android{padding:24px}.pause-card h3{font-size:23px}.pause-card>strong{font-size:34px}}@media (width<=420px){.app-frame{padding-left:16px;padding-right:16px}.brand-lockup{gap:8px}.brand-lockup strong{font-size:18px}.brand-lockup svg{width:30px;height:30px}.header-actions{gap:8px}.user-chip strong{max-width:70px;font-size:12px;display:inline}.bell-button{width:32px;height:32px;display:grid}.next-turn-hero{border-radius:25px;min-height:286px;padding:24px}.hero-topline p{font-size:18px}.hero-topline span{padding:6px 12px;font-size:14px}.hero-main-row{gap:12px}.hero-shield-mark{border-radius:20px;width:58px;height:58px}.hero-main-row h2{font-size:34px}.hero-main-row p{font-size:14px}.hero-main-row strong{font-size:27px}.hero-footer-row{gap:10px;font-size:14px;display:grid}.hero-team{font-size:15px}.screen-title,.section-label{font-size:26px}.calendar-title-row{flex-direction:column;align-items:flex-start;gap:10px}.calendar-title-row h2{font-size:31px;line-height:1.05}.chip-button{max-width:160px;padding:8px 12px}.calendar-weekdays,.android-weekdays{padding-top:12px;padding-bottom:11px;font-size:11px}.period-day-cell,.period-calendar-blank{gap:6px;min-height:59px;padding:8px 0 9px}.period-day-cell span{font-size:21px}.period-day-cell em{width:26px;height:4px;min-height:4px}.period-day-cell.selected i{width:46px;height:46px}.period-day-cell.selected em{width:25px}.detail-header-row{gap:12px}.detail-dot-box{border-radius:18px;width:56px;height:56px}.detail-dot-box span{width:24px;height:24px}.detail-header-row h3{font-size:26px}.detail-muted{font-size:15px}.detail-time{font-size:20px}.pause-card{padding:20px!important}.pause-card-head svg{width:40px;height:40px}.pause-card h3{font-size:20px}.pause-card>strong{font-size:28px}.period-summary-card{min-height:145px}.period-summary-card strong{font-size:32px}.bottom-nav-inner{min-height:92px;padding-left:8px;padding-right:8px}}@media (width<=640px){html{font-size:15px}body{font-size:.94rem;line-height:1.45}.text-5xl,.text-6xl{letter-spacing:-.055em!important;font-size:clamp(2rem,8.5vw,2.65rem)!important;line-height:.98!important}.text-4xl{letter-spacing:-.045em!important;font-size:clamp(1.65rem,6.5vw,2.15rem)!important;line-height:1.05!important}.text-3xl{letter-spacing:-.035em!important;font-size:clamp(1.35rem,5.4vw,1.75rem)!important;line-height:1.12!important}.text-2xl{font-size:clamp(1.15rem,4.6vw,1.42rem)!important;line-height:1.18!important}.text-xl{font-size:clamp(1rem,4vw,1.18rem)!important;line-height:1.25!important}.text-lg{font-size:1rem!important;line-height:1.35!important}.text-base{font-size:.94rem!important;line-height:1.42!important}.text-sm{font-size:.84rem!important;line-height:1.38!important}.text-xs{font-size:.74rem!important;line-height:1.3!important}.app-shell header,.android-header{font-size:.92rem}.android-hero h1,.android-alert-hero h1,.android-today-hero h1{font-size:clamp(2.05rem,8.5vw,2.75rem)!important}.android-hero .shift-title,.android-today-hero .shift-title,.shift-title{font-size:clamp(2rem,8vw,2.55rem)!important;line-height:1!important}.android-hero .shift-time,.android-today-hero .shift-time,.shift-time{font-size:clamp(1.55rem,6.5vw,2.05rem)!important;line-height:1.05!important}.chip,.status-chip,.badge,.pill,.bottom-nav,.android-bottom-nav{font-size:.72rem!important}.bottom-nav span,.android-bottom-nav span{font-size:.68rem!important}.calendar-day,.android-calendar-day{font-size:1rem!important}.calendar-weekday,.android-calendar-weekday{letter-spacing:.04em!important;font-size:.72rem!important}}@media (width<=390px){html{font-size:14.5px}.text-5xl,.text-6xl{font-size:clamp(1.85rem,8.2vw,2.35rem)!important}.text-4xl{font-size:clamp(1.5rem,6.2vw,1.95rem)!important}.android-hero h1,.android-alert-hero h1,.android-today-hero h1{font-size:clamp(1.9rem,8.2vw,2.45rem)!important}.android-hero .shift-title,.android-today-hero .shift-title,.shift-title{font-size:clamp(1.8rem,7.6vw,2.35rem)!important}.android-hero .shift-time,.android-today-hero .shift-time,.shift-time{font-size:clamp(1.4rem,6vw,1.85rem)!important}}.week-summary-card{position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 18px 38px #00000038;background:radial-gradient(circle at 92% 10%,#3b82f621,#0000 9rem),radial-gradient(circle at 10% 100%,#0ea5e914,#0000 8rem),linear-gradient(145deg,#0d1827f0,#08111ff5)!important;border:1px solid #60a5fa47!important;border-radius:26px!important;padding:22px 18px 20px!important}.week-summary-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.week-summary-heading svg{color:#93c5fd;background:#3b82f626;border-radius:13px;width:36px;height:36px;padding:8px;box-shadow:inset 0 0 0 1px #93c5fd1f}.week-summary-heading .android-card-title{letter-spacing:-.035em!important;font-size:clamp(1.15rem,4.8vw,1.55rem)!important;line-height:1.05!important}.week-summary-period{color:#8f9aad;margin-top:3px;font-size:.86rem;font-weight:650;line-height:1.1}.week-summary-card .android-week-row{width:100%;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:8px!important;padding:0 2px 2px!important;display:grid!important;overflow:visible!important}.week-summary-card .android-week-day{min-width:0;min-height:104px;box-shadow:none;border-radius:18px;gap:7px;padding:10px 3px;transition:transform .18s,background .18s,border-color .18s;background:0 0!important;border:1px solid #0000!important}.week-summary-card .android-week-day:hover{transform:translateY(-1px);background:#1e293b6b!important}.week-summary-card .android-week-day.selected{box-shadow:inset 0 0 0 1px #93c5fd14,0 10px 22px #2563eb1f;background:linear-gradient(#3b82f62e,#1e293b59)!important;border-color:#60a5fa3d!important;outline:none!important}.week-summary-card .android-week-day span{color:#aeb8c9;font-size:.82rem;font-weight:800;line-height:1}.week-summary-card .android-week-day strong{color:#d9e2f1;font-size:.95rem;font-weight:800;line-height:1}.week-summary-card .android-week-day em{color:#07111f;text-transform:uppercase;border-radius:999px;width:40px;min-width:40px;height:40px;padding:0;font-size:1rem;font-weight:950;box-shadow:inset 0 0 0 1px #ffffff1f,0 0 18px #3b82f638,0 8px 18px #0003}@media (width<=520px){.week-summary-card{border-radius:24px!important;padding:20px 16px 18px!important}.week-summary-heading{margin-bottom:16px}.week-summary-card .android-week-row{gap:6px!important}.week-summary-card .android-week-day{border-radius:16px;gap:6px;min-height:92px;padding:8px 2px}.week-summary-card .android-week-day span{font-size:.72rem}.week-summary-card .android-week-day strong{font-size:.86rem}.week-summary-card .android-week-day em{width:34px;min-width:34px;height:34px;font-size:.86rem}}@media (width<=390px){.week-summary-card{padding-left:14px!important;padding-right:14px!important}.week-summary-card .android-week-row{gap:4px!important}.week-summary-card .android-week-day{border-radius:14px;min-height:84px;padding-left:1px;padding-right:1px}.week-summary-card .android-week-day em{width:30px;min-width:30px;height:30px;font-size:.78rem}}.events-scale-card{position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0b,0 18px 38px #00000038;background:radial-gradient(circle at 92% 18%,#3b82f61f,#0000 8rem),radial-gradient(circle at 6% 100%,#22d3ee0f,#0000 7rem),linear-gradient(145deg,#0a1624f5,#08101df5)!important;border:1px solid #60a5fa47!important;border-radius:26px!important;padding:22px 20px 20px!important}.events-scale-heading{align-items:center;gap:13px;margin-bottom:16px;display:flex}.events-scale-heading .android-card-title{letter-spacing:-.035em!important;font-size:clamp(1.18rem,4.8vw,1.55rem)!important;line-height:1.05!important}.events-scale-heading-icon{background:#60a5fa1a;border-radius:12px;place-content:center;gap:4px;width:34px;height:34px;display:grid;box-shadow:inset 0 0 0 1px #93c5fd1a}.events-scale-heading-icon span{background:#8ea2c4;border-radius:999px;width:15px;height:2px;box-shadow:-7px 0 #8ea2c4bf}.events-scale-list{gap:13px;display:grid}.events-scale-row{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;min-height:28px;display:grid}.events-scale-row svg{stroke-width:2.35px;filter:drop-shadow(0 0 10px #22d3ee2e);width:24px;height:24px}.events-scale-row strong{letter-spacing:-.018em;white-space:normal;min-width:0;font-size:clamp(1rem,4.2vw,1.18rem)!important;font-weight:850!important;line-height:1.18!important}.events-scale-row-shift svg,.events-scale-row-shift strong{color:#22d3ee!important}.events-scale-row-off svg,.events-scale-row-off strong{color:#4ade80!important}.events-scale-row-days svg,.events-scale-row-days strong{color:#22d3ee!important}@media (width<=420px){.events-scale-card{border-radius:24px!important;padding:20px 18px 18px!important}.events-scale-heading{margin-bottom:14px}.events-scale-list{gap:12px}.events-scale-row{grid-template-columns:30px minmax(0,1fr);gap:10px}.events-scale-row svg{width:22px;height:22px}.events-scale-row strong{font-size:.98rem!important}}.events-scale-card-v3{position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0b,0 18px 38px #00000038;background:radial-gradient(circle at 90% 20%,#3b82f61f,#0000 8rem),radial-gradient(circle at 8% 100%,#22d3ee0e,#0000 7rem),linear-gradient(145deg,#0b1827f5,#08111ff5)!important;border:1px solid #60a5fa47!important;border-radius:26px!important;padding:22px 20px 21px!important}.events-scale-title-v3{align-items:center!important;gap:13px!important;margin-bottom:15px!important;display:flex!important}.events-scale-title-v3 svg{color:#94a3b8!important;stroke-width:2.3px!important;flex:none!important;width:30px!important;height:30px!important}.events-scale-title-v3 .android-card-title{letter-spacing:-.035em!important;margin:0!important;font-size:clamp(1.18rem,4.8vw,1.55rem)!important;line-height:1.05!important}.events-scale-list-v3{gap:13px!important;display:grid!important}.events-scale-item-v3{align-items:center!important;gap:13px!important;width:100%!important;min-height:28px!important;display:flex!important}.events-scale-item-v3 svg{filter:drop-shadow(0 0 10px #22d3ee2e);stroke-width:2.45px!important;flex:none!important;width:23px!important;min-width:23px!important;height:23px!important}.events-scale-item-v3 span{letter-spacing:-.018em!important;white-space:normal!important;min-width:0!important;font-size:clamp(1rem,4.2vw,1.18rem)!important;font-weight:850!important;line-height:1.2!important;display:block!important}.events-scale-shift-v3 svg,.events-scale-shift-v3 span{color:#22d3ee!important}.events-scale-off-v3 svg,.events-scale-off-v3 span{color:#4ade80!important}.events-scale-days-v3 svg,.events-scale-days-v3 span{color:#22d3ee!important}@media (width<=420px){.events-scale-card-v3{border-radius:24px!important;padding:20px 18px 19px!important}.events-scale-title-v3{gap:11px!important;margin-bottom:14px!important}.events-scale-title-v3 svg{width:27px!important;height:27px!important}.events-scale-list-v3{gap:12px!important}.events-scale-item-v3{gap:11px!important}.events-scale-item-v3 svg{width:21px!important;min-width:21px!important;height:21px!important}.events-scale-item-v3 span{font-size:.98rem!important}}.premium-header .header-actions{align-items:center!important;gap:14px!important;display:flex!important}.premium-header .bell-button{color:#f8fafc!important;width:38px!important;min-width:38px!important;height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;place-items:center!important;padding:0!important;display:grid!important;position:relative!important}.premium-header .bell-button:after{content:"";background:#2487ff;border-radius:999px;width:8px;height:8px;position:absolute;top:6px;right:6px;box-shadow:0 0 0 2px #050a14f2,0 0 12px #2487ffe6}.premium-header .header-profile-link,.premium-header .user-chip.header-profile-link{color:#f8fafc!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;align-items:center!important;gap:10px!important;padding:0!important;display:inline-flex!important}.premium-header .header-profile-avatar,.premium-header .user-chip.header-profile-link .header-profile-avatar{color:#f8fafc!important;letter-spacing:-.02em!important;background:radial-gradient(circle at 30% 22%,#93c5fd9e,#2563eba3 44%,#1e40afb3 100%)!important;border:1px solid #93c5fd3d!important;border-radius:999px!important;place-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;font-size:16px!important;font-weight:900!important;display:grid!important;box-shadow:inset 0 1px #ffffff24,0 0 0 1px #2563eb1a,0 8px 18px #2563eb1f!important}.premium-header .user-chip.header-profile-link strong{color:#f8fafc!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:112px!important;font-size:17px!important;font-weight:750!important;line-height:1!important;overflow:hidden!important}.premium-header .header-profile-chevron{color:#aeb8c9!important;stroke-width:2.4px!important;flex:none!important;width:18px!important;height:18px!important}@media (width<=520px){.premium-header .header-actions{gap:10px!important}.premium-header .bell-button{width:36px!important;min-width:36px!important;height:36px!important}.premium-header .header-profile-avatar,.premium-header .user-chip.header-profile-link .header-profile-avatar{width:40px!important;min-width:40px!important;height:40px!important;font-size:15px!important}.premium-header .user-chip.header-profile-link strong{max-width:86px!important;font-size:15px!important}.premium-header .header-profile-chevron{width:16px!important;height:16px!important}}@media (width<=380px){.premium-header .header-actions{gap:7px!important}.premium-header .user-chip.header-profile-link strong{max-width:70px!important;font-size:14px!important}.premium-header .header-profile-avatar,.premium-header .user-chip.header-profile-link .header-profile-avatar{width:36px!important;min-width:36px!important;height:36px!important;font-size:14px!important}}.premium-header .bell-button:after{display:none!important}.premium-header .bell-button.has-alerts:after{content:"";background:#2487ff;border-radius:999px;width:8px;height:8px;position:absolute;top:6px;right:6px;box-shadow:0 0 0 2px #050a14f2,0 0 12px #2487ffe6;display:block!important}.next-turn-hero-clean{padding:24px 24px 22px!important}.next-turn-hero-clean .hero-topline-clean p{color:#8ebcff!important;letter-spacing:.075em!important;text-transform:uppercase!important;font-size:.92rem!important;font-weight:900!important}.hero-main-clean{z-index:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:22px;display:grid;position:relative}.hero-shift-copy{min-width:0}.hero-shift-copy h2{color:#f8fafc;margin:0 0 6px;letter-spacing:-.06em!important;font-size:clamp(2.35rem,10vw,3.65rem)!important;font-weight:950!important;line-height:.95!important}.hero-shift-copy>strong{text-shadow:0 0 22px #facc1524;margin-top:2px;display:block;letter-spacing:-.045em!important;font-size:clamp(1.75rem,7.5vw,2.8rem)!important;font-weight:950!important;line-height:1.02!important}.hero-date-line{color:#aeb8c9;margin-top:10px;font-size:clamp(.9rem,3.6vw,1.05rem);font-weight:650;line-height:1.25}.hero-weather-panel{text-align:center;color:#e8eef8;align-content:center;justify-items:center;gap:8px;min-width:112px;display:grid}.hero-weather-panel svg{color:#f8fafc;stroke-width:1.9px;filter:drop-shadow(0 0 18px #60a5fa2e);width:58px!important;height:58px!important}.hero-weather-panel span{color:#dbe7f8;max-width:128px;font-size:.9rem;font-weight:650;line-height:1.15;display:block}.hero-weather-panel strong{color:#f8fafc;margin-top:2px;font-size:1.05rem;font-weight:850;line-height:1;display:block}.hero-meta-clean{z-index:1;gap:0;padding-top:2px;display:grid;position:relative}.hero-meta-clean p{color:#d8e0ed;align-items:baseline;gap:6px;margin:0;font-size:clamp(.95rem,3.8vw,1.08rem);font-weight:600;line-height:1.35;display:flex}.hero-meta-clean p+p{border-top:1px solid #94a3b824;margin-top:14px;padding-top:16px}.hero-meta-clean strong{font-weight:900;color:#52a0ff!important}.hero-meta-clean span{color:#e5ebf5;overflow-wrap:anywhere;min-width:0}@media (width<=520px){.next-turn-hero-clean{padding:22px 20px 20px!important}.next-turn-hero-clean .hero-topline-clean{margin-bottom:18px!important}.hero-main-clean{grid-template-columns:minmax(0,1fr) 96px;gap:12px;margin-bottom:20px}.hero-weather-panel{gap:6px;min-width:88px}.hero-weather-panel svg{width:46px!important;height:46px!important}.hero-weather-panel span{max-width:96px;font-size:.78rem}.hero-weather-panel strong{font-size:.95rem}.hero-date-line{font-size:.88rem}.hero-meta-clean p{font-size:.92rem}}@media (width<=380px){.next-turn-hero-clean{padding:20px 18px 18px!important}.hero-main-clean{grid-template-columns:minmax(0,1fr) 82px;gap:8px}.hero-weather-panel svg{width:40px!important;height:40px!important}.hero-weather-panel span{font-size:.72rem}}.hero-weather-panel .weather-emoji{filter:drop-shadow(0 8px 18px #00000052)drop-shadow(0 0 18px #facc152e);font-size:3.9rem;line-height:1;display:block;transform:translateZ(0)}@media (width<=520px){.hero-weather-panel .weather-emoji{font-size:3.15rem}}@media (width<=380px){.hero-weather-panel .weather-emoji{font-size:2.75rem}}.next-turn-hero-clean .hero-shift-copy h2{letter-spacing:-.055em!important;font-size:clamp(2rem,8.2vw,3rem)!important;line-height:.98!important}.next-turn-hero-clean .hero-shift-copy>strong{letter-spacing:-.04em!important;font-size:clamp(1.42rem,6vw,2.18rem)!important;line-height:1.05!important}@media (width<=520px){.next-turn-hero-clean .hero-shift-copy h2{font-size:clamp(1.85rem,7.8vw,2.55rem)!important}.next-turn-hero-clean .hero-shift-copy>strong{font-size:clamp(1.32rem,5.6vw,1.85rem)!important}}@media (width<=380px){.next-turn-hero-clean .hero-shift-copy h2{font-size:clamp(1.7rem,7.2vw,2.25rem)!important}.next-turn-hero-clean .hero-shift-copy>strong{font-size:clamp(1.22rem,5.2vw,1.65rem)!important}}.next-turn-hero.next-turn-hero-clean{height:auto!important;min-height:auto!important;padding-top:20px!important;padding-bottom:18px!important}.next-turn-hero-clean .hero-topline-clean{margin-bottom:14px!important}.next-turn-hero-clean .hero-main-clean{align-items:center!important;margin-bottom:16px!important}.next-turn-hero-clean .hero-date-line{margin-top:6px!important}.next-turn-hero-clean .hero-meta-clean p+p{margin-top:10px!important;padding-top:12px!important}.next-turn-hero-clean .hero-meta-clean{padding-bottom:0!important}@media (width<=520px){.next-turn-hero.next-turn-hero-clean{padding-top:18px!important;padding-bottom:16px!important}.next-turn-hero-clean .hero-topline-clean{margin-bottom:12px!important}.next-turn-hero-clean .hero-main-clean{margin-bottom:14px!important}.next-turn-hero-clean .hero-meta-clean p+p{margin-top:9px!important;padding-top:10px!important}}@media (width<=380px){.next-turn-hero.next-turn-hero-clean{padding-top:17px!important;padding-bottom:15px!important}}:root{--card-radius-default:20px;--card-radius-mobile:18px;--card-radius-small:14px}.soc-card,.android-card,.next-turn-hero,.next-turn-hero-clean,.week-summary-card,.events-scale-card,.events-scale-card-v3,.android-alert-hero,.android-alert-card,.alert-card,.profile-card,.import-card,.calendar-selected-card{border-radius:var(--card-radius-default)!important}.summary-card,.android-week-day,.events-scale-heading-icon,.status-card,.data-card,.info-card,.source-card,.legend-card,.day-card,.calendar-day,.android-calendar-day{border-radius:var(--card-radius-small)!important}.bottom-nav,.android-bottom-nav,.mobile-nav{border-radius:20px!important}.chip,.status-chip,.badge,.pill,.user-chip,.header-profile-avatar,.profile-avatar,.avatar{border-radius:999px!important}@media (width<=640px){.soc-card,.android-card,.next-turn-hero,.next-turn-hero-clean,.week-summary-card,.events-scale-card,.events-scale-card-v3,.android-alert-hero,.android-alert-card,.alert-card,.profile-card,.import-card,.calendar-selected-card{border-radius:var(--card-radius-mobile)!important}.summary-card,.android-week-day,.events-scale-heading-icon,.status-card,.data-card,.info-card,.source-card,.legend-card,.day-card,.calendar-day,.android-calendar-day{border-radius:13px!important}.bottom-nav,.android-bottom-nav,.mobile-nav{border-radius:18px!important}}.android-calendar-screen{--today-like-card-bg:radial-gradient(circle at 92% 14%, #3b82f621, transparent 9rem), radial-gradient(circle at 8% 100%, #22d3ee0e, transparent 7rem), linear-gradient(145deg, #0b1827f5, #08111ff5);--today-like-card-border:#60a5fa47;--today-like-card-shadow:inset 0 1px 0 #ffffff0b, 0 16px 34px #0003}.android-calendar-screen .calendar-title-row .chip-button{display:none!important}.android-calendar-screen .calendar-title-row h2{letter-spacing:-.055em!important;max-width:100%!important;font-size:clamp(1.65rem,7.4vw,2.45rem)!important;line-height:1.05!important}.android-calendar-screen .period-day-cell.selected i{background:radial-gradient(circle at 30% 20%,#93c5fdf2,#3b82f6f5 48%,#2563ebf5 100%)!important;border-radius:999px!important;width:40px!important;height:40px!important;box-shadow:inset 0 1px #ffffff3d,0 8px 22px #2563eb4d,0 0 0 1px #93c5fd2e!important}.android-calendar-screen .period-day-cell.selected{border-radius:999px!important}.android-calendar-screen .period-day-cell.selected span{color:#fff!important;font-weight:950!important}.android-calendar-screen .period-day-cell.selected em{background:#fff!important;border-radius:999px!important;width:22px!important;height:3px!important;min-height:3px!important;margin-top:-10px!important}.android-calendar-screen .legend-toggle{letter-spacing:-.01em!important;border-radius:13px!important;padding:7px 12px!important;font-size:.88rem!important;font-weight:800!important;line-height:1.1!important}.android-calendar-screen .soc-card.android-card{border:1px solid var(--today-like-card-border)!important;background:var(--today-like-card-bg)!important;box-shadow:var(--today-like-card-shadow)!important;border-radius:18px!important}.android-calendar-screen .day-detail-android{border:1px solid var(--scale-accent-border,var(--today-like-card-border))!important;background:var(--today-like-card-bg)!important;box-shadow:var(--today-like-card-shadow)!important;border-radius:18px!important;padding:22px!important}.android-calendar-screen .detail-dot-box{border:1px solid #94a3b81f;flex:none;background:#0f172a80!important;border-radius:14px!important;width:58px!important;height:58px!important}.android-calendar-screen .detail-dot-box span{letter-spacing:0;text-shadow:0 1px #0000008c,1px 0 #00000061,-1px 0 #00000061,0 -1px #00000052,1px 1px 2px #00000047,0 0 10px #ffffff24;border-radius:999px;place-items:center;min-width:34px;font-size:.92rem;font-weight:950;line-height:1;display:grid;border:1px solid #dbeafec7!important;width:34px!important;height:34px!important;box-shadow:inset 0 1px #ffffff52,inset 0 -8px 15px #0f172a33,0 0 0 1px #60a5fa21,0 0 15px #3b82f638,0 8px 18px #0003!important}.android-calendar-screen .detail-header-row{align-items:center;gap:16px}.android-calendar-screen .detail-header-row h3{text-wrap:balance;max-width:100%;letter-spacing:0!important;font-size:clamp(1.32rem,5.4vw,1.75rem)!important;line-height:1.1!important}.android-calendar-screen .weather-mini{border-radius:14px!important}@media (width<=520px){.android-calendar-screen .calendar-title-row h2{font-size:clamp(1.55rem,7vw,2.1rem)!important}.android-calendar-screen .period-day-cell.selected i{border-radius:999px!important;width:40px!important;height:40px!important}.android-calendar-screen .period-day-cell.selected em{width:22px!important;margin-top:-10px!important}.android-calendar-screen .legend-toggle{border-radius:12px!important;padding:6px 11px!important;font-size:.82rem!important}.android-calendar-screen .day-detail-android{border-radius:16px!important;padding:19px!important}.android-calendar-screen .detail-header-row{gap:12px}.android-calendar-screen .detail-dot-box{width:52px!important;height:52px!important}.android-calendar-screen .detail-dot-box span{text-shadow:0 1px #0000008c,1px 0 #0000005c,-1px 0 #0000005c,0 -1px #0000004d,1px 1px 2px #00000042,0 0 8px #ffffff1f;min-width:31px;font-size:.84rem;border:1px solid #dbeafed1!important;width:31px!important;height:31px!important;box-shadow:inset 0 1px #ffffff57,inset 0 -7px 13px #0f172a33,0 0 0 1px #60a5fa1f,0 0 13px #3b82f633,0 7px 16px #0000002e!important}.android-calendar-screen .detail-header-row p{letter-spacing:.04em;font-size:.82rem!important}.android-calendar-screen .detail-header-row h3{font-size:clamp(1.2rem,5.2vw,1.48rem)!important}}@media (width<=380px){.android-calendar-screen .period-day-cell.selected i{border-radius:999px!important;width:38px!important;height:38px!important}.android-calendar-screen .period-day-cell.selected em{width:20px!important;height:3px!important;min-height:3px!important}}.alerts-screen-polished,.profile-screen-polished{--polished-border:#60a5fa47;--polished-card-bg:radial-gradient(circle at 92% 16%, #3b82f61f, transparent 8rem), radial-gradient(circle at 8% 100%, #22d3ee0e, transparent 7rem), linear-gradient(145deg, #0b1827f5, #08111ff5);--polished-hero-bg:radial-gradient(circle at 7% 48%, #3b82f63d, transparent 7rem), radial-gradient(ellipse at 54% 58%, #5b21b63d, transparent 24rem), linear-gradient(112deg, #0f234af7, #161938f5 48%, #101732fa);--polished-shadow:inset 0 1px 0 #ffffff0b, 0 16px 34px #0003;gap:18px!important}.profile-screen-polished{--polished-card-bg:radial-gradient(circle at 92% 14%, #3b82f621, transparent 9rem), radial-gradient(circle at 8% 100%, #22d3ee0e, transparent 7rem), linear-gradient(145deg, #0b1827f5, #08111ff5)}.alerts-screen-polished .alerts-hero,.profile-screen-polished .profile-card{background:var(--polished-hero-bg)!important;box-shadow:var(--polished-shadow)!important;border:1px solid #4576d694!important;border-radius:18px!important}.alerts-screen-polished .summary-card,.alerts-screen-polished .android-alert-card,.alerts-screen-polished .empty-state,.profile-screen-polished .soc-card,.profile-screen-polished .android-card{border:1px solid var(--polished-border)!important;background:var(--polished-card-bg)!important;box-shadow:var(--polished-shadow)!important;border-radius:18px!important}.alerts-screen-polished .alerts-hero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid;padding:22px!important}.alerts-screen-polished .alerts-hero h2{color:#f8fafc;letter-spacing:0;margin:0 0 7px;font-weight:950;line-height:1.06;font-size:clamp(1.32rem,5vw,1.72rem)!important}.alerts-screen-polished .alerts-hero p{color:#cbd5e1;overflow-wrap:anywhere;max-width:100%;margin:0;font-size:.9rem;line-height:1.42}.alerts-screen-polished .alerts-hero p:first-of-type{color:#aeb8c9;text-wrap:balance}.alerts-screen-polished .alerts-hero p strong{color:#f8fafc;font-weight:850}.alerts-screen-polished .alerts-hero>span{color:#dbeafe;background:#0f172a5c;border:1px solid #93c5fd38;border-radius:14px;place-items:center;width:48px;min-width:48px;height:48px;font-size:1.2rem;font-weight:950;line-height:1;display:grid}.alerts-screen-polished .alert-summary-grid{align-items:stretch;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.alerts-screen-polished .summary-card{text-align:left;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;min-width:0;min-height:88px;display:flex;padding:12px 11px!important}.alerts-screen-polished .summary-card.critical{background:radial-gradient(circle at 22% 24%,#f8717133,#0000 5.3rem),radial-gradient(circle at 92% 100%,#7f1d1d2e,#0000 7rem),linear-gradient(145deg,#422633f0,#261826f0)!important;border-color:#f8717194!important}.alerts-screen-polished .summary-card.warning{background:radial-gradient(circle at 22% 24%,#facc1533,#0000 5.3rem),radial-gradient(circle at 92% 100%,#854d0e2e,#0000 7rem),linear-gradient(145deg,#43371ff0,#27231bf0)!important;border-color:#facc1594!important}.alerts-screen-polished .summary-card.info{background:radial-gradient(circle at 22% 24%,#60a5fa38,#0000 5.3rem),radial-gradient(circle at 92% 100%,#1d4ed82e,#0000 7rem),linear-gradient(145deg,#233756f0,#192743f0)!important;border-color:#60a5fa94!important}.alerts-screen-polished .summary-card strong{border-radius:999px;place-items:center;width:31px;min-width:31px;height:31px;font-size:.98rem;font-weight:950;line-height:1;display:inline-grid}.alerts-screen-polished .summary-card.critical strong{color:#f87171;background:#ef444433}.alerts-screen-polished .summary-card.warning strong{color:#facc15;background:#eab30833}.alerts-screen-polished .summary-card.info strong{color:#60a5fa;background:#3b82f633}.alerts-screen-polished .summary-card span{color:#f8fafc;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;margin-top:8px;font-size:.78rem;font-weight:850;line-height:1.08;overflow:hidden}.alerts-screen-polished .summary-card.active{outline-offset:2px;outline:1px solid #93c5fd8c}.alerts-screen-polished .filter-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding-bottom:0;overflow:visible;display:grid!important}.alerts-screen-polished .filter-row button{color:#cbd5e1;letter-spacing:0;white-space:nowrap;background:#252c44a3;justify-content:center;gap:5px;min-width:0;padding:8px 7px;font-size:.82rem;font-weight:850;line-height:1.1;border-radius:13px!important}.alerts-screen-polished .filter-row button:first-child,.alerts-screen-polished .filter-row button:nth-child(4){color:#60a5fa;background:#2563eb24;border-color:#60a5fa80}.alerts-screen-polished .filter-row button:nth-child(2){color:#f87171;background:#ef44441f;border-color:#f8717180}.alerts-screen-polished .filter-row button:nth-child(3){color:#facc15;background:#eab3081f;border-color:#facc1580}.alerts-screen-polished .filter-row button svg{flex:none;width:14px;height:14px}.alerts-screen-polished .filter-row button.active{box-shadow:inset 0 0 0 1px}.alerts-screen-polished .android-alert-card{gap:12px;min-width:0;min-height:96px;padding:16px 16px 16px 24px!important}.alerts-screen-polished .android-alert-card:before{width:6px}.alerts-screen-polished .alert-icon{width:38px;min-width:38px;height:38px}.alerts-screen-polished .alert-icon svg{width:19px;height:19px}.alerts-screen-polished .android-alert-card h3{color:#f8fafc;letter-spacing:0;min-width:0;margin:0;font-size:1rem;font-weight:900;line-height:1.18}.alerts-screen-polished .android-alert-card p,.alerts-screen-polished .android-alert-card small{overflow-wrap:anywhere;margin-top:7px;font-size:.86rem;line-height:1.42}.alerts-screen-polished .android-alert-card p{color:#aeb8c9}.alerts-screen-polished .android-alert-card small{color:#93c5fd;font-weight:850}.alerts-screen-polished .android-alert-card>div:last-child{min-width:0}.alerts-screen-polished .android-alert-card span{letter-spacing:0;border-radius:999px;flex:none;padding:4px 8px;font-size:.72rem;font-weight:900;line-height:1}.profile-screen-polished .screen-title-row{margin-top:0}.profile-screen-polished .screen-title{letter-spacing:0;margin-top:2px;line-height:1.05;font-size:clamp(1.7rem,6vw,2.05rem)!important}.profile-screen-polished .eyebrow{letter-spacing:.05em;font-size:.76rem;line-height:1.2}.profile-screen-polished .profile-card{align-items:center;gap:13px;display:flex;padding:18px!important}.profile-screen-polished .profile-card .profile-avatar{width:52px;min-width:52px;height:52px;font-size:1rem}.profile-screen-polished .profile-card h3{color:#f8fafc;letter-spacing:0;margin:4px 0 0;line-height:1.12;font-size:clamp(1.08rem,4.4vw,1.28rem)!important}.profile-screen-polished .profile-card p:not(.eyebrow){margin-top:4px;font-size:.86rem;line-height:1.35}.profile-screen-polished .profile-collab-card,.profile-screen-polished .source-card-hidden-link,.profile-screen-polished .install-card{padding:18px!important}.profile-screen-polished .collab-panel-header{gap:12px;margin-bottom:14px}.profile-screen-polished .profile-avatar.small{width:50px;min-width:50px;height:50px;font-size:.95rem}.profile-screen-polished .collab-panel-header h2{color:#f8fafc;letter-spacing:0;margin:0;font-weight:950;line-height:1.12;font-size:clamp(1.08rem,4.3vw,1.28rem)!important}.profile-screen-polished .collab-panel-header p{color:#aeb8c9;margin-top:3px;font-size:.86rem;line-height:1.3}.profile-screen-polished .collab-grid-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.profile-screen-polished .collab-grid-buttons button{color:#cbd5e1;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;background:#1e293b9e;border:1px solid #94a3b824;min-width:0;min-height:46px;padding:0 8px;font-size:.82rem;font-weight:850;line-height:1.1;overflow:hidden;border-radius:13px!important}.profile-screen-polished .collab-grid-buttons button.active{color:#dbeafe;background:#3b82f62e;border-color:#60a5fa8c;box-shadow:inset 0 0 0 1px #93c5fd14}.profile-screen-polished .card-heading{letter-spacing:0;gap:9px;font-size:.92rem;margin-bottom:12px!important}.profile-screen-polished .info-list{gap:9px}.profile-screen-polished .info-list p{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:10px;font-size:.84rem;line-height:1.32;display:grid}.profile-screen-polished .info-list span,.profile-screen-polished .info-list strong{overflow-wrap:anywhere;min-width:0}.profile-screen-polished .info-list strong{color:#e5edf8;text-align:right;font-size:.84rem;line-height:1.32}.profile-screen-polished .source-safe-row{background:0 0;border:0;align-items:flex-start;gap:11px;padding:2px 0 0;border-radius:0!important}.profile-screen-polished .source-safe-row svg,.profile-screen-polished .install-card svg{color:#93c5fd;width:20px;height:20px}.profile-screen-polished .source-safe-row strong{font-size:.92rem;line-height:1.2}.profile-screen-polished .source-safe-row p,.profile-screen-polished .install-card p{color:#aeb8c9;margin:0;font-size:.86rem;line-height:1.42}.profile-screen-polished .source-safe-row p{margin-top:3px}.profile-screen-polished .install-card{gap:11px}.profile-screen-polished .install-card .eyebrow{color:#dbeafe;margin-bottom:4px;font-size:.76rem}@media (width<=420px){.alerts-screen-polished,.profile-screen-polished{gap:16px!important}.alerts-screen-polished .alerts-hero{gap:10px;padding:18px!important}.alerts-screen-polished .alerts-hero h2{font-size:1.32rem!important}.alerts-screen-polished .alerts-hero p{font-size:.86rem}.alerts-screen-polished .alerts-hero>span{width:42px;min-width:42px;height:42px;font-size:1rem}.alerts-screen-polished .alert-summary-grid{gap:7px!important}.alerts-screen-polished .summary-card{min-height:80px;padding:10px 9px!important}.alerts-screen-polished .summary-card strong{width:28px;min-width:28px;height:28px;font-size:.88rem}.alerts-screen-polished .summary-card span{font-size:.74rem}.alerts-screen-polished .filter-row{gap:5px}.alerts-screen-polished .filter-row button{padding:8px 5px;font-size:.76rem}.alerts-screen-polished .filter-row button svg{width:12px;height:12px}.alerts-screen-polished .android-alert-card{gap:10px;padding:14px 13px 14px 21px!important}.alerts-screen-polished .alert-icon{width:34px;min-width:34px;height:34px}.alerts-screen-polished .android-alert-card h3{font-size:.96rem}.alerts-screen-polished .android-alert-card p,.alerts-screen-polished .android-alert-card small{font-size:.82rem}.profile-screen-polished .screen-title{font-size:1.7rem!important}.profile-screen-polished .profile-card,.profile-screen-polished .profile-collab-card,.profile-screen-polished .source-card-hidden-link,.profile-screen-polished .install-card{padding:16px!important}.profile-screen-polished .profile-card .profile-avatar,.profile-screen-polished .profile-avatar.small{width:46px;min-width:46px;height:46px;font-size:.88rem}.profile-screen-polished .collab-grid-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.profile-screen-polished .collab-grid-buttons button{min-height:43px;font-size:.78rem;border-radius:12px!important}}.android-import-screen{gap:18px!important}.android-import-screen .soc-card,.android-import-screen .android-card,.android-import-screen .import-status-card,.android-import-screen .cloud-import-card,.android-import-screen .first-import-help{background:radial-gradient(circle at 92% 16%,#3b82f61f,#0000 8rem),radial-gradient(circle at 8% 100%,#22d3ee0e,#0000 7rem),linear-gradient(145deg,#0b1827f5,#08111ff5)!important;border:1px solid #60a5fa47!important;border-radius:18px!important;box-shadow:inset 0 1px #ffffff0b,0 16px 34px #0003!important}.android-import-screen .import-status-card{padding:20px 18px!important}.android-import-screen .import-status-card h2{letter-spacing:-.04em!important;margin:0 0 6px!important;font-size:clamp(1.25rem,5vw,1.55rem)!important;line-height:1.08!important}.android-import-screen .import-status-card h3{letter-spacing:-.025em!important;color:#f1f5f9!important;margin-top:14px!important;margin-bottom:2px!important;font-size:.98rem!important;line-height:1.15!important}.android-import-screen .import-status-card p{color:#aeb8c9!important;margin-top:2px!important;font-size:.9rem!important;line-height:1.32!important}.android-import-screen .import-status-card strong{color:#52a0ff!important;font-size:.92rem!important;line-height:1.25!important}.android-import-screen .collab-panel-header{gap:12px!important;margin-bottom:14px!important}.android-import-screen .profile-avatar.small{border-radius:999px!important;width:52px!important;min-width:52px!important;height:52px!important;font-size:1rem!important}.android-import-screen .collab-panel-header h2{letter-spacing:0!important;font-size:clamp(1.08rem,4.3vw,1.28rem)!important;line-height:1.12!important}.android-import-screen .collab-panel-header p{color:#aeb8c9!important;font-size:.86rem!important;line-height:1.28!important}.android-import-screen .collab-grid-buttons{gap:8px!important}.android-import-screen .collab-grid-buttons button{background:#1e293b9e!important;border-radius:13px!important;min-height:48px!important;padding:0 8px!important;font-size:.82rem!important;font-weight:850!important;line-height:1.1!important}.android-import-screen .cloud-import-card{grid-template-columns:50px minmax(0,1fr)!important;gap:14px!important;padding:20px 18px!important}.android-import-screen .cloud-icon{border-radius:14px!important;width:50px!important;height:50px!important}.android-import-screen .cloud-icon svg{width:26px!important;height:26px!important}.android-import-screen .cloud-import-card h2{letter-spacing:-.04em!important;font-size:clamp(1.2rem,4.8vw,1.48rem)!important;line-height:1.08!important}.android-import-screen .cloud-import-card p{color:#aeb8c9!important;font-size:.86rem!important;line-height:1.34!important}.android-import-screen .import-action-row{gap:14px!important}.android-import-screen .text-action-button{font-size:.92rem!important;font-weight:850!important;line-height:1.2!important}.android-import-screen .card-heading{font-size:.92rem!important}.android-import-screen .info-list{gap:9px!important}.android-import-screen .info-list p,.android-import-screen .info-list strong{font-size:.78rem!important;line-height:1.3!important}.android-import-screen .btn-secondary{border-radius:13px!important;min-height:42px!important;font-size:.88rem!important}.android-import-screen .feedback-card{border-radius:16px!important;padding:14px!important}.android-import-screen .feedback-card h3{font-size:.95rem!important}.android-import-screen .feedback-card p,.android-import-screen .feedback-card small{font-size:.78rem!important;line-height:1.35!important}@media (width<=420px){.android-import-screen{gap:16px!important}.android-import-screen .soc-card,.android-import-screen .android-card,.android-import-screen .import-status-card,.android-import-screen .cloud-import-card,.android-import-screen .first-import-help{border-radius:16px!important}.android-import-screen .import-status-card,.android-import-screen .cloud-import-card{padding:18px 16px!important}.android-import-screen .collab-grid-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.android-import-screen .collab-grid-buttons button{border-radius:12px!important;min-height:44px!important;font-size:.76rem!important}.android-import-screen .cloud-import-card{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important}.android-import-screen .cloud-icon{border-radius:13px!important;width:44px!important;height:44px!important}}.today-two-cards-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.today-two-cards-grid>.soc-card{min-width:0;height:100%}.today-two-cards-grid .events-scale-card-v3,.today-two-cards-grid .pause-card{border-radius:16px!important;padding:18px 16px!important}.today-two-cards-grid .events-scale-title-v3,.today-two-cards-grid .pause-card-head{gap:10px!important;margin-bottom:14px!important}.today-two-cards-grid .events-scale-title-v3 h3,.today-two-cards-grid .pause-card-head h3{letter-spacing:-.035em!important;font-size:clamp(.95rem,3.6vw,1.15rem)!important;line-height:1.12!important}.today-two-cards-grid .events-scale-title-v3 svg,.today-two-cards-grid .pause-card-head svg{width:22px!important;min-width:22px!important;height:22px!important}.today-two-cards-grid .events-scale-list-v3{gap:10px!important}.today-two-cards-grid .events-scale-item-v3{gap:9px!important}.today-two-cards-grid .events-scale-item-v3 svg{width:18px!important;min-width:18px!important;height:18px!important}.today-two-cards-grid .events-scale-item-v3 span{overflow-wrap:anywhere;font-size:.78rem!important;line-height:1.25!important}.today-two-cards-grid .pause-card strong{display:block;letter-spacing:-.05em!important;font-size:clamp(1.35rem,5.4vw,1.8rem)!important;line-height:1.05!important}.today-two-cards-grid .pause-card p{color:#aeb8c9!important;margin-top:6px!important;font-size:.78rem!important;line-height:1.3!important}@media (width<=360px){.today-two-cards-grid{grid-template-columns:1fr}}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:58px!important;height:58px!important;top:calc(50% - 6px)!important}.android-calendar-screen .period-day-cell.selected em{width:34px!important;height:5px!important;min-height:5px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:56px!important;height:56px!important;top:calc(50% - 5px)!important}.android-calendar-screen .period-day-cell.selected span{font-size:21px!important}.android-calendar-screen .period-day-cell.selected em{width:26px!important;height:4px!important;min-height:4px!important}}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:58px!important;height:58px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:52px!important;height:52px!important}}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:62px!important;height:62px!important;top:calc(50% - 6px)!important}.android-calendar-screen .period-day-cell.selected em{width:34px!important;height:5px!important;min-height:5px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:56px!important;height:56px!important;top:calc(50% - 5px)!important}.android-calendar-screen .period-day-cell.selected span{font-size:21px!important}.android-calendar-screen .period-day-cell.selected em{width:26px!important;height:4px!important;min-height:4px!important}}.android-calendar-screen .period-day-cell{isolation:isolate}.android-calendar-screen .period-day-cell.selected i{pointer-events:none;z-index:0!important;background:radial-gradient(circle at 30% 24%,#93c5fdf2,#3b82f6fa 48%,#2563ebf5 100%)!important;border-radius:999px!important;width:66px!important;height:66px!important;position:absolute!important;top:calc(50% - 7px)!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:inset 0 1px #ffffff3d,0 10px 26px #2563eb5c,0 0 0 1px #93c5fd33!important}.android-calendar-screen .period-day-cell.selected span{z-index:2!important;color:#f8fafc!important;letter-spacing:-.04em!important;margin:0!important;font-size:clamp(24px,5.8vw,34px)!important;font-weight:820!important;line-height:1!important;position:relative!important;transform:none!important}.android-calendar-screen .period-day-cell.selected em{z-index:2!important;align-self:auto!important;width:40px!important;height:6px!important;min-height:6px!important;margin:0!important;position:relative!important;transform:none!important}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:62px!important;height:62px!important;top:calc(50% - 6px)!important}.android-calendar-screen .period-day-cell.selected em{width:34px!important;height:5px!important;min-height:5px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:56px!important;height:56px!important;top:calc(50% - 5px)!important}.android-calendar-screen .period-day-cell.selected span{font-size:21px!important}.android-calendar-screen .period-day-cell.selected em{width:26px!important;height:4px!important;min-height:4px!important}}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:54px!important;height:54px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:48px!important;height:48px!important}}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:58px!important;height:58px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:52px!important;height:52px!important}}.today-two-cards-grid .pause-card-compact{flex-direction:column;justify-content:space-between;gap:16px;min-height:158px;display:flex;background:radial-gradient(circle at 92% 18%,#10b98129,#0000 7.5rem),radial-gradient(circle at 8% 100%,#3b82f612,#0000 7rem),linear-gradient(145deg,#0d1b29f5,#08111ff5)!important;padding:18px 16px!important}.today-two-cards-grid .pause-card-compact .pause-card-head{align-items:flex-start;display:flex;gap:12px!important;margin-bottom:0!important}.today-two-cards-grid .pause-card-compact .pause-card-icon{color:#86efac;background:#10b98126;border:1px solid #4ade8047;border-radius:12px;place-items:center;width:34px;min-width:34px;height:34px;display:grid;box-shadow:inset 0 1px #ffffff14,0 8px 18px #10b9811f}.today-two-cards-grid .pause-card-compact .pause-card-icon svg{color:currentColor!important;background:0 0!important;border-radius:0!important;width:18px!important;min-width:18px!important;height:18px!important;padding:0!important}.today-two-cards-grid .pause-card-compact .pause-card-head h3{color:#f8fafc;max-width:140px;font-weight:950;letter-spacing:-.04em!important;font-size:clamp(.96rem,3.8vw,1.14rem)!important;line-height:1.05!important}.today-two-cards-grid .pause-card-compact .pause-card-body{gap:6px;margin-top:auto;padding-left:1px;display:grid}.today-two-cards-grid .pause-card-compact .pause-card-body strong{color:#4ade80;white-space:nowrap;text-shadow:0 0 18px #4ade802e;font-weight:950;display:block;letter-spacing:-.055em!important;font-size:clamp(1.45rem,5.8vw,1.9rem)!important;line-height:.98!important}.today-two-cards-grid .pause-card-compact .pause-card-body p{font-weight:650;color:#9ca3af!important;margin:0!important;font-size:.78rem!important;line-height:1.25!important}@media (width<=420px){.today-two-cards-grid .pause-card-compact{min-height:148px;padding:16px 14px!important}.today-two-cards-grid .pause-card-compact .pause-card-icon{border-radius:11px;width:31px;min-width:31px;height:31px}.today-two-cards-grid .pause-card-compact .pause-card-icon svg{width:16px!important;min-width:16px!important;height:16px!important}.today-two-cards-grid .pause-card-compact .pause-card-head h3{max-width:122px;font-size:.95rem!important}.today-two-cards-grid .pause-card-compact .pause-card-body strong{font-size:1.42rem!important}}.week-summary-card.week-summary-card{padding:20px 16px 18px!important}.week-summary-card .week-summary-heading{margin-bottom:14px!important}.week-summary-card .week-summary-heading svg{border-radius:12px!important;width:32px!important;height:32px!important;padding:7px!important}.week-summary-card .week-summary-period{display:none!important}.week-summary-card .android-week-row{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important;padding:0!important}.week-summary-card .android-week-day{background:0 0!important;border:1px solid #0000!important;border-radius:16px!important;gap:5px!important;min-height:88px!important;padding:8px 2px 9px!important}.week-summary-card .android-week-day span{text-transform:capitalize;color:#aeb8c9!important;font-size:.68rem!important;font-weight:850!important;line-height:1!important}.week-summary-card .week-day-date{color:#d5ddeb;letter-spacing:-.015em;font-size:.66rem;font-style:normal;font-weight:750;line-height:1;display:block}.week-summary-card .android-week-day strong{display:none!important}.week-summary-card .android-week-day em{text-shadow:0 1px #0000008c,1px 0 #00000061,-1px 0 #00000061,0 -1px #00000052,1px 1px 2px #00000047,0 0 10px #ffffff24;color:#fff!important;border:1px solid #dbeafec7!important;border-radius:999px!important;place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;font-size:.86rem!important;font-weight:950!important;line-height:1!important;display:inline-grid!important;box-shadow:inset 0 1px #ffffff52,inset 0 -8px 15px #0f172a33,0 0 0 1px #60a5fa21,0 0 15px #3b82f638,0 8px 18px #0003!important}.week-summary-card .android-week-day.selected{background:radial-gradient(circle at 50% 84%,#3b82f621,#0000 3.8rem),linear-gradient(#3b82f62e,#1e293b57)!important;border-color:#60a5fa47!important;box-shadow:inset 0 0 0 1px #93c5fd17,0 8px 18px #2563eb1f!important}.week-summary-card .android-week-day.selected span,.week-summary-card .android-week-day.selected .week-day-date{color:#eaf2ff!important}.week-summary-card .android-week-day.selected em{border-color:#dbeafefa!important;box-shadow:inset 0 1px #ffffff61,inset 0 -8px 15px #0f172a38,0 0 0 1px #93c5fd38,0 0 22px #3b82f66b,0 9px 20px #2563eb38!important}@media (width<=420px){.week-summary-card.week-summary-card{padding:18px 14px 16px!important}.week-summary-card .week-summary-heading{margin-bottom:12px!important}.week-summary-card .android-week-row{gap:4px!important}.week-summary-card .android-week-day{border-radius:14px!important;gap:4px!important;min-height:78px!important;padding:7px 1px 8px!important}.week-summary-card .android-week-day span{font-size:.62rem!important}.week-summary-card .week-day-date{font-size:.58rem!important}.week-summary-card .android-week-day em{width:29px!important;min-width:29px!important;height:29px!important;font-size:.76rem!important}}.android-calendar-screen .detail-dot-box span{color:#fff!important}.android-calendar-screen{gap:16px!important}.android-calendar-screen .calendar-title-row{margin-top:0!important}.android-calendar-screen .calendar-title-row h2{letter-spacing:-.055em!important;font-size:clamp(1.7rem,5.4vw,2.2rem)!important;line-height:1.02!important}.android-calendar-screen .period-calendar{padding-top:4px!important}.android-calendar-screen .calendar-weekdays,.android-calendar-screen .android-weekdays{padding:9px 0!important;font-size:clamp(.78rem,2.8vw,.98rem)!important;line-height:1!important}.android-calendar-screen .period-day-cell,.android-calendar-screen .period-calendar-blank{gap:6px!important;min-height:66px!important;padding:7px 0 8px!important}.android-calendar-screen .period-day-cell span{letter-spacing:-.045em!important;font-size:clamp(1.45rem,5.2vw,1.82rem)!important;line-height:1!important}.android-calendar-screen .period-day-cell em{width:31px!important;height:5px!important;min-height:5px!important}.android-calendar-screen .legend-toggle{border-radius:13px!important;margin-top:-4px!important;padding:7px 13px!important;font-size:.82rem!important}@media (width<=520px){.android-calendar-screen{gap:14px!important}.android-calendar-screen .calendar-title-row h2{font-size:clamp(1.42rem,6vw,1.82rem)!important}.android-calendar-screen .calendar-weekdays,.android-calendar-screen .android-weekdays{padding:8px 0!important;font-size:clamp(.72rem,3.1vw,.86rem)!important}.android-calendar-screen .period-day-cell,.android-calendar-screen .period-calendar-blank{gap:5px!important;min-height:62px!important;padding:6px 0 7px!important}.android-calendar-screen .period-day-cell span{font-size:clamp(1.34rem,5.7vw,1.62rem)!important}.android-calendar-screen .period-day-cell em{width:28px!important;height:4px!important;min-height:4px!important}}@media (width<=420px){.android-calendar-screen .calendar-title-row h2{font-size:clamp(1.25rem,6.1vw,1.55rem)!important}.android-calendar-screen .period-day-cell,.android-calendar-screen .period-calendar-blank{gap:4px!important;min-height:55px!important;padding:5px 0 6px!important}.android-calendar-screen .period-day-cell span{font-size:clamp(1.18rem,5.8vw,1.42rem)!important}.android-calendar-screen .period-day-cell em{width:25px!important;height:4px!important;min-height:4px!important}}:root{--type-hero-title:clamp(2.1rem, 8.4vw, 3.1rem);--type-hero-time:clamp(1.5rem, 6.2vw, 2.1rem);--type-screen-title:clamp(1.55rem, 6.2vw, 2.05rem);--type-period-title:clamp(1.3rem, 5.6vw, 1.78rem);--type-section-title:clamp(1.18rem, 4.8vw, 1.48rem);--type-card-title:clamp(.98rem, 3.7vw, 1.16rem);--type-body:clamp(.86rem, 3.35vw, .98rem);--type-body-small:clamp(.74rem, 2.9vw, .86rem);--type-caption:clamp(.66rem, 2.65vw, .76rem);--type-nav:clamp(.64rem, 2.55vw, .74rem);--type-kpi:clamp(1.25rem, 5.1vw, 1.72rem)}.app-frame{font-size:var(--type-body)}.brand-lockup strong{font-size:clamp(1.28rem,5.2vw,1.85rem)!important;line-height:1!important}.user-chip strong{font-size:clamp(.78rem,3.2vw,.95rem)!important;line-height:1!important}.screen-title{font-size:var(--type-screen-title)!important;letter-spacing:-.055em!important;line-height:1.03!important}.section-label{font-size:var(--type-section-title)!important;letter-spacing:-.045em!important;line-height:1.05!important}.android-card-title,.card-heading span,.collab-panel-header h2,.import-status-card h2,.cloud-import-card h2,.first-import-help h2,.feedback-card h3,.profile-card h3,.android-alert-card h3{font-size:var(--type-card-title)!important;letter-spacing:-.035em!important;line-height:1.08!important}.hero-meta-clean,.hero-meta-clean p,.hero-team,.import-status-card p,.cloud-import-card p,.collab-panel-header p,.detail-muted,.source-safe-row p,.install-card p,.first-import-help p,.feedback-card p,.alerts-hero p,.android-alert-card p,.info-list p,.safety-card p,.pause-card-body p,.events-scale-item-v3 span{font-size:var(--type-body-small)!important;line-height:1.32!important}.next-turn-hero-clean .hero-topline-clean p{font-size:var(--type-caption)!important;letter-spacing:.08em!important;line-height:1!important}.next-turn-hero-clean .hero-main-clean h2{font-size:var(--type-hero-title)!important;letter-spacing:-.065em!important;line-height:.95!important}.next-turn-hero-clean .hero-main-clean strong{font-size:var(--type-hero-time)!important;letter-spacing:-.055em!important;line-height:1!important}.next-turn-hero-clean .hero-date-line,.hero-weather-panel span,.hero-weather-panel strong{font-size:var(--type-body-small)!important}.week-summary-card .android-card-title{font-size:var(--type-card-title)!important}.week-summary-card .android-week-day span{font-size:var(--type-caption)!important}.week-summary-card .week-day-date{font-size:clamp(.62rem,2.5vw,.72rem)!important}.week-summary-card .android-week-day em{font-size:clamp(.78rem,3vw,.9rem)!important}.today-two-cards-grid .events-scale-title-v3 h3,.today-two-cards-grid .pause-card-head h3{font-size:var(--type-card-title)!important}.today-two-cards-grid .events-scale-item-v3 span,.today-two-cards-grid .pause-card-body p{font-size:clamp(.72rem,2.85vw,.82rem)!important}.today-two-cards-grid .pause-card-body strong{font-size:clamp(1.28rem,5.2vw,1.72rem)!important}.period-summary-v2 .text-soc-muted,.soc-active-card-v2 strong{font-size:var(--type-body-small)!important}.period-summary-card strong{font-size:var(--type-kpi)!important}.period-summary-card span{font-size:var(--type-body-small)!important}.android-calendar-screen .calendar-title-row h2{font-size:var(--type-period-title)!important;line-height:1.03!important}.android-calendar-screen .calendar-weekdays,.android-calendar-screen .android-weekdays{font-size:var(--type-caption)!important;letter-spacing:.02em!important}.android-calendar-screen .period-day-cell span{font-size:clamp(1.18rem,5vw,1.55rem)!important}.android-calendar-screen .legend-toggle{font-size:var(--type-caption)!important}.android-calendar-screen .detail-header-row p{font-size:var(--type-caption)!important;line-height:1!important}.android-calendar-screen .detail-header-row h3{font-size:clamp(1.12rem,4.8vw,1.42rem)!important;line-height:1.08!important}.android-calendar-screen .day-detail-android h4{font-size:var(--type-section-title)!important;line-height:1.05!important}.android-calendar-screen .detail-time{font-size:clamp(.98rem,4vw,1.16rem)!important}.android-calendar-screen .detail-muted,.android-calendar-screen .weather-mini span,.android-calendar-screen .weather-mini strong{font-size:var(--type-body-small)!important}.alerts-hero h2{font-size:var(--type-screen-title)!important;line-height:1.02!important}.alerts-hero p{font-size:var(--type-body-small)!important}.alerts-hero span,.summary-card strong{font-size:clamp(1.05rem,4.2vw,1.35rem)!important}.summary-card span,.filter-row button,.android-alert-card span,.android-alert-card small{font-size:var(--type-caption)!important}.android-alert-card h3{font-size:clamp(.98rem,3.7vw,1.15rem)!important}.android-alert-card p,.import-status-card h3,.info-list strong,.info-list span,.profile-card p,.cloud-import-card p,.collab-panel-header p,.source-safe-row strong,.source-safe-row p,.install-card p,.inline-feedback,.feedback-card small{font-size:var(--type-body-small)!important}.import-status-card strong,.text-action-button,.collab-grid-buttons button{font-size:clamp(.82rem,3.25vw,.94rem)!important}.profile-avatar,.profile-avatar.small,.header-profile-avatar{font-size:clamp(.78rem,3vw,.92rem)!important}.nav-item span{font-size:var(--type-nav)!important;font-weight:800!important;line-height:1!important}@media (width<=420px){:root{--type-hero-title:clamp(1.85rem, 8vw, 2.35rem);--type-hero-time:clamp(1.32rem, 5.8vw, 1.72rem);--type-screen-title:clamp(1.35rem, 6vw, 1.72rem);--type-period-title:clamp(1.16rem, 5.8vw, 1.42rem);--type-section-title:clamp(1.05rem, 4.8vw, 1.28rem);--type-card-title:clamp(.9rem, 3.8vw, 1.04rem);--type-body:clamp(.82rem, 3.4vw, .92rem);--type-body-small:clamp(.7rem, 3vw, .8rem);--type-caption:clamp(.58rem, 2.8vw, .68rem);--type-nav:clamp(.58rem, 2.65vw, .68rem);--type-kpi:clamp(1.12rem, 5.2vw, 1.42rem)}.brand-lockup strong{font-size:clamp(1rem,4.8vw,1.25rem)!important}.user-chip strong{font-size:.74rem!important}.android-calendar-screen .period-day-cell span{font-size:clamp(1.08rem,5.5vw,1.32rem)!important}}.android-calendar-screen .period-day-cell.selected i{width:60px!important;height:60px!important}@media (width<=520px){.android-calendar-screen .period-day-cell.selected i{width:50px!important;height:50px!important}}@media (width<=420px){.android-calendar-screen .period-day-cell.selected i{width:46px!important;height:46px!important}}.android-calendar-screen .weather-mini.weather-mini-live{align-items:center;gap:14px;display:flex}.android-calendar-screen .weather-mini-emoji{filter:drop-shadow(0 8px 18px #00000047)drop-shadow(0 0 16px #facc1529);flex:none;font-size:2rem;line-height:1;display:block}.android-calendar-screen .weather-mini-copy strong{color:#f8fafc;font-size:.95rem;font-weight:800;line-height:1.2;display:block}@media (width<=520px){.android-calendar-screen .weather-mini.weather-mini-live{gap:12px;padding:13px 14px}.android-calendar-screen .weather-mini-emoji{font-size:1.82rem}.android-calendar-screen .weather-mini-copy>span{font-size:.78rem}.android-calendar-screen .weather-mini-copy strong{font-size:.88rem}.android-calendar-screen .weather-mini-copy small{font-size:.72rem}}.hero-weather-panel .weather-hour-label{color:#9fb0c7;margin-top:5px;font-size:.72rem;font-weight:700;line-height:1.15;display:block}.android-calendar-screen .weather-mini.weather-mini-live{align-items:center;gap:14px;min-height:72px;display:flex;background:radial-gradient(circle at 92% 18%,#3b82f629,#0000 7rem),radial-gradient(circle at 8% 100%,#22d3ee14,#0000 6rem),linear-gradient(145deg,#19253cf5,#111b2df5)!important;border:1px solid #60a5fa57!important;border-radius:16px!important;margin-top:18px!important;padding:14px 16px!important;box-shadow:inset 0 1px #ffffff0f,0 12px 26px #0000002e!important}.android-calendar-screen .weather-mini-emoji{filter:drop-shadow(0 8px 18px #0000004d)drop-shadow(0 0 14px #facc151f);background:#3b82f621;border:1px solid #93c5fd29;border-radius:14px;place-items:center;width:42px;min-width:42px;height:42px;font-size:2rem;line-height:1;display:grid}.android-calendar-screen .weather-mini-copy{gap:3px;min-width:0;display:grid}.android-calendar-screen .weather-mini-copy>span{color:#cbd5e1;font-size:.78rem;font-weight:700;line-height:1.1}.android-calendar-screen .weather-mini-copy strong{color:#f8fafc;letter-spacing:-.015em;font-size:.92rem;font-weight:900;line-height:1.16;display:block}.android-calendar-screen .weather-mini-copy small{color:#96a6bb;font-size:.72rem;font-weight:650;line-height:1.22;display:block}@media (width<=520px){.hero-weather-panel .weather-hour-label{font-size:.66rem}.android-calendar-screen .weather-mini.weather-mini-live{gap:11px;min-height:68px;border-radius:14px!important;margin-top:15px!important;padding:12px 13px!important}.android-calendar-screen .weather-mini-emoji{border-radius:13px;width:38px;min-width:38px;height:38px;font-size:1.72rem}.android-calendar-screen .weather-mini-copy>span{font-size:.72rem}.android-calendar-screen .weather-mini-copy strong{font-size:.84rem}.android-calendar-screen .weather-mini-copy small{font-size:.66rem}}.android-import-screen .import-choice-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.android-import-screen .import-choice-button{color:#dbeafe;text-align:left;background:radial-gradient(circle at 88% 10%,#3b82f629,#0000 4.8rem),linear-gradient(145deg,#142136eb,#0b1423f0);border:1px solid #60a5fa42;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:7px;min-width:0;min-height:96px;padding:14px 12px;display:flex;box-shadow:inset 0 1px #ffffff0e,0 10px 22px #0000002e}.android-import-screen .import-choice-button svg{color:#60a5fa;width:22px;height:22px}.android-import-screen .import-choice-button span{color:#f8fafc;letter-spacing:-.025em;font-size:.86rem;font-weight:900;line-height:1.05;display:block}.android-import-screen .import-choice-button small{color:#93a4bb;font-size:.68rem;font-weight:650;line-height:1.18;display:block}.android-import-screen .import-choice-button:active{transform:scale(.98)}.android-import-screen .import-choice-button:disabled{opacity:.6}@media (width<=520px){.android-import-screen .import-choice-grid{gap:8px}.android-import-screen .import-choice-button{border-radius:14px;min-height:88px;padding:12px 10px}.android-import-screen .import-choice-button span{font-size:.78rem}.android-import-screen .import-choice-button small{font-size:.62rem}}@media (width<=390px){.android-import-screen .import-choice-grid{grid-template-columns:1fr}.android-import-screen .import-choice-button{align-items:center;justify-content:initial;grid-template-columns:auto 1fr;grid-template-areas:"icon title""icon helper";gap:2px 10px;min-height:72px;display:grid}.android-import-screen .import-choice-button svg{grid-area:icon}.android-import-screen .import-choice-button span{grid-area:title}.android-import-screen .import-choice-button small{grid-area:helper}}.android-import-screen .auto-sync-card{border-color:#38bdf838!important}.android-import-screen .import-choice-grid-auto{grid-template-columns:repeat(4,minmax(0,1fr))!important}.android-import-screen .primary-import-choice{border-color:#38bdf86b!important;box-shadow:inset 0 1px #ffffff14,0 16px 34px #0ea5e91f!important}.imported-files-card .imported-files-list{gap:10px;display:grid}.imported-file-row{background:#0f172a94;border:1px solid #94a3b829;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.imported-file-row div{gap:4px;min-width:0;display:grid}.imported-file-row strong,.imported-file-row span,.imported-file-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.imported-file-row strong{color:#f8fafcf5;font-size:.86rem}.imported-file-row span,.imported-file-row small{color:#cbd5e1b8;font-size:.74rem}.imported-file-row em{text-align:center;color:#d1fae5;background:#10b98129;border:1px solid #10b98147;border-radius:999px;flex:none;min-width:42px;padding:6px 8px;font-size:.68rem;font-style:normal;font-weight:900}.imported-file-row.error em{color:#fecaca;background:#ef444424;border-color:#ef444447}.import-action-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.android-calendar-screen .calendar-title-row-month{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;display:grid!important}.android-calendar-screen .calendar-title-row-month>div{text-align:center;min-width:0}.android-calendar-screen .calendar-title-row-month h2{margin:0}.android-calendar-screen .calendar-title-row-month p{color:#cbd5e1a3;margin:4px 0 0;font-size:.72rem;font-weight:700}.android-calendar-screen .month-nav-button{color:#e2e8f0eb;background:#0f172abd;border:1px solid #94a3b833;border-radius:16px;place-items:center;width:42px;height:42px;display:inline-grid}.android-calendar-screen .month-nav-button:disabled{opacity:.34}@media (width<=520px){.android-import-screen .import-choice-grid-auto{grid-template-columns:1fr!important}.import-action-row{grid-template-columns:1fr}}.header-duty-button{color:#dbeafe;background:linear-gradient(145deg,#1e40af38,#0f172a9e);border:1px solid #60a5fa47;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:.84rem;font-weight:800;transition:transform .16s,border-color .16s,background .16s;display:inline-flex;box-shadow:inset 0 1px #ffffff14,0 14px 28px #0f172a38}.header-duty-button svg{color:#60a5fa}.header-duty-button.active,.header-duty-button:hover{background:linear-gradient(145deg,#2563eb57,#0f172abd);border-color:#3b82f6b8;transform:translateY(-1px)}.plantao-screen{padding-bottom:110px}.plantao-hero-card{gap:18px;display:grid}.plantao-hero-header,.plantao-detail-title{align-items:center;gap:13px;display:flex}.plantao-hero-icon{color:#60a5fa;background:#2563eb38;border:1px solid #60a5fa3d;border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.plantao-hero-header p,.plantao-detail-title p{color:#cbd5e1d1;margin:0;font-size:.82rem;font-weight:700}.plantao-hero-header h2,.plantao-detail-title h3{color:#f8fafc;margin:0;font-size:clamp(1.2rem,2.8vw,1.75rem);font-weight:900}.plantao-active-list{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.plantao-active-card,.plantao-shift-item{background:#0f172a8a;border:1px solid #60a5fa38;border-radius:18px;padding:14px}.plantao-active-card strong,.plantao-shift-item strong{color:#f8fafc;font-weight:900;display:block}.plantao-active-card span,.plantao-shift-item p{color:#cbd5e1;margin-top:5px;font-size:.85rem;display:block}.plantao-active-card small,.plantao-shift-item small{color:#93c5fd;margin-top:5px;font-weight:800;display:block}.plantao-actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.plantao-import-info{color:#cbd5e1;font-size:.85rem;font-weight:800}.plantao-month-row{grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;display:grid}.plantao-month-row h2{text-align:center;text-transform:capitalize}.plantao-month-button{color:#bfdbfe;background:#0f172a94;border:1px solid #60a5fa3d;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.plantao-calendar .plantao-day-cell em{background:#64748ba6}.plantao-calendar .plantao-day-cell.has-plantao em{background:#38bdf8;box-shadow:0 0 12px #38bdf88c}.plantao-day-detail{gap:16px;display:grid}.plantao-shift-list{gap:10px;display:grid}.plantao-shift-item{grid-template-columns:38px 1fr;align-items:start;gap:12px;display:grid}.plantao-shift-icon{color:#67e8f9;background:#0ea5e929;border:1px solid #67e8f938;border-radius:13px;place-items:center;width:38px;height:38px;display:grid}.plantao-empty-state{min-height:260px}@media (width<=680px){.header-duty-button{gap:5px;padding:8px 9px;font-size:.76rem}}.plantao-screen-v2{padding-bottom:110px}.plantao-screen-v2 .plantao-hero-card-v2{background:linear-gradient(135deg,#123062f5 0%,#0f1c3df2 48%,#3d1265eb 100%);border:1px solid #60a5fa57;border-radius:24px;gap:16px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 20px 40px #030a1e47}.plantao-screen-v2 .plantao-hero-topline{justify-content:space-between;align-items:center;display:flex}.plantao-screen-v2 .plantao-hero-topline span{color:#9cc0ff;letter-spacing:.08em;font-size:.8rem;font-weight:900}.plantao-screen-v2 .plantao-hero-header-v2{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.plantao-screen-v2 .plantao-hero-title-block{min-width:0}.plantao-screen-v2 .plantao-hero-title-block h2{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4.6vw,2.55rem);font-weight:950;line-height:1.02}.plantao-screen-v2 .plantao-hero-title-block p{color:#e2e8f0eb;margin:8px 0 0;font-size:.95rem;font-weight:600;line-height:1.4}.plantao-screen-v2 .plantao-hero-icon-v2{color:#8ab4ff;background:#2563eb38;border:1px solid #93c5fd47;border-radius:18px;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;box-shadow:inset 0 1px #ffffff0f}.plantao-screen-v2 .plantao-hero-focus-list{gap:12px;display:grid}.plantao-screen-v2 .plantao-hero-focus-card{background:#08122b70;border:1px solid #60a5fa38;border-radius:20px;padding:16px 18px;box-shadow:inset 0 1px #ffffff0a}.plantao-screen-v2 .plantao-hero-focus-card strong{color:#fff;letter-spacing:-.02em;font-size:1.28rem;font-weight:900;line-height:1.15;display:block}.plantao-screen-v2 .plantao-hero-focus-card span{color:#e2e8f0eb;margin-top:8px;font-size:.95rem;font-weight:600;display:block}.plantao-screen-v2 .plantao-hero-focus-card small{color:#60a5fa;margin-top:7px;font-size:.92rem;font-weight:900;display:block}.plantao-screen-v2 .plantao-hero-empty-text{color:#e2e8f0d6;font-size:.95rem;font-weight:600}.plantao-screen-v2 .plantao-hero-action-row{align-items:center;gap:12px;display:flex}.plantao-screen-v2 .plantao-month-row h2{font-size:1.08rem;font-weight:900}.plantao-screen-v2 .plantao-day-detail-v2{background:linear-gradient(145deg,#111e38f2,#05122af2 58%,#0a224aeb);border:1px solid #3b82f62e;border-radius:22px}.plantao-screen-v2 .plantao-detail-title p{color:#bfdbfed1;text-transform:capitalize;margin:0;font-size:.78rem;font-weight:800}.plantao-screen-v2 .plantao-detail-title h3{color:#fff;margin:2px 0 0;font-size:1.18rem;font-weight:900}.plantao-screen-v2 .plantao-shift-list{gap:12px;display:grid}.plantao-screen-v2 .plantao-shift-item{background:#0f172a80;border:1px solid #60a5fa33;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 15px;display:flex}.plantao-screen-v2 .plantao-shift-icon{color:#93c5fd;background:#1e40af38;border-radius:12px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.plantao-screen-v2 .plantao-shift-item strong{color:#fff;font-size:1rem;font-weight:850;display:block}.plantao-screen-v2 .plantao-shift-item p{color:#e2e8f0e6;margin:4px 0 0;font-size:.9rem;line-height:1.4}.plantao-screen-v2 .plantao-shift-item small{color:#7dd3fc;margin-top:5px;font-size:.84rem;font-weight:800;display:block}.plantao-screen-v2 .plantao-after-import-card{background:linear-gradient(145deg,#13213cf5,#08152af5 58%,#10244aeb);border:1px solid #3b82f62e;border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.plantao-screen-v2 .plantao-after-import-text strong{color:#fff;font-size:1rem;font-weight:900;display:block}.plantao-screen-v2 .plantao-after-import-text p{color:#cbd5e1e0;margin:4px 0 0;font-size:.88rem;line-height:1.4}.plantao-screen-v2 .plantao-secondary-button{color:#eff6ff;background:linear-gradient(145deg,#1e40af47,#0f172ab8);border:1px solid #60a5fa47;border-radius:16px;padding:12px 16px;font-size:.9rem;font-weight:900;transition:transform .15s,border-color .15s,background .15s}.plantao-screen-v2 .plantao-secondary-button:hover{background:linear-gradient(145deg,#2563eb5c,#0f172ad6);border-color:#60a5fa80;transform:translateY(-1px)}@media (width<=720px){.plantao-screen-v2 .plantao-hero-card-v2{border-radius:22px}.plantao-screen-v2 .plantao-hero-title-block h2{font-size:clamp(1.55rem,7.2vw,2.15rem)}.plantao-screen-v2 .plantao-hero-title-block p{font-size:.88rem}.plantao-screen-v2 .plantao-hero-icon-v2{border-radius:16px;flex-basis:52px;width:52px;height:52px}.plantao-screen-v2 .plantao-hero-focus-card strong{font-size:1.12rem}.plantao-screen-v2 .plantao-after-import-card{align-items:stretch}.plantao-screen-v2 .plantao-secondary-button{width:100%}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
