:root{--brand-deep: #1d2d73;--brand-primary: #2156a3;--brand-white: #ffffff;--brand-gradient: linear-gradient(180deg, #1d2d73 0%, #2156a3 100%);--ink: var(--brand-deep);--night: var(--brand-deep);--canvas: var(--brand-white);--paper: var(--brand-white);--paper-2: var(--brand-white);--surface: var(--brand-white);--surface-raised: var(--brand-white);--surface-blue: rgba(33, 86, 163, .1);--surface-blue-strong: rgba(33, 86, 163, .18);--canvas-warm: var(--brand-white);--ink-night: var(--brand-white);--muted: rgba(29, 45, 115, .74);--muted-night: rgba(255, 255, 255, .78);--line: rgba(29, 45, 115, .14);--line-strong: rgba(29, 45, 115, .28);--line-night: rgba(255, 255, 255, .22);--control-border: rgba(29, 45, 115, .54);--focus: var(--brand-primary);--signal: var(--brand-primary);--acid: var(--brand-primary);--radius: 18px;--radius-sheet: 22px;--radius-dock: 0px;--radius-bubble: 22px;--chat-in: #ffffff;--chat-out: #2156a3;--chat-wallpaper: radial-gradient(circle at 12px 12px, rgba(33, 86, 163, .12) 1.5px, transparent 2px), #ffffff;--field-night: var(--brand-deep);--field-paper: var(--brand-white);--horizon: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);--horizon-ink: linear-gradient(90deg, transparent, rgba(29, 45, 115, .16), transparent);--radius-aperture: 22px;--glow-rim: 0 8px 24px rgba(29, 45, 115, .16);--glow-primary: 0 10px 28px rgba(29, 45, 115, .22);--shadow-soft: 0 10px 28px rgba(29, 45, 115, .12);--shadow-raised: 0 16px 36px rgba(29, 45, 115, .16);--motion-micro: .16s;--motion-state: .28s;--motion-scene: .48s;--ease-premium: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.22, 1, .36, 1);--dock-height: 72px;--header-height: 64px;--page-pad: clamp(16px, 3vw, 32px);--content-width: 1240px;--display: "Pragmatica Ext", "Pragmatica Fallback", Arial, sans-serif;--text: "Pragmatica Ext", "Pragmatica Fallback", Arial, sans-serif;--accent: "Cruinn", "Pragmatica Ext", Arial, sans-serif}@font-face{font-family:Cruinn;src:url(/assets/cruinn-bold.woff2) format("woff2"),url(/assets/cruinn-bold.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Pragmatica Ext;src:url(/assets/pragmatica-ext-bold.woff2) format("woff2"),url(/assets/pragmatica-ext-bold.otf) format("opentype");font-weight:700;font-display:swap}@font-face{font-family:Pragmatica Ext;src:url(/assets/pragmatica-ext-book.woff2) format("woff2"),url(/assets/pragmatica-ext-book.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Pragmatica Fallback;src:local("Arial"),local("Helvetica"),local("Liberation Sans");size-adjust:118.2%;ascent-override:88%;descent-override:22%;line-gap-override:0%}*{box-sizing:border-box}html{color:var(--ink);background:var(--canvas);scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--chat-wallpaper);font-family:var(--text);line-height:1.5}main{background:var(--brand-white);min-height:calc(100svh - var(--header-height))}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a[href^="tel:"]{white-space:nowrap}a{color:inherit}img{max-width:100%;display:block}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:12px 16px;background:var(--brand-white);color:var(--brand-deep);border:1px solid var(--brand-deep);border-radius:var(--radius-aperture)}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.eyebrow{margin:0 0 14px;color:var(--brand-primary);font:700 11px/1.3 var(--display);letter-spacing:.16em;text-transform:uppercase}.eyebrow--light{color:var(--brand-primary)}.button{min-height:48px;max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:0;border-radius:16px;color:var(--brand-white);background:var(--brand-deep);font:700 15px/1.2 var(--display);letter-spacing:.01em;text-align:center;text-decoration:none;cursor:pointer;overflow-wrap:break-word;box-shadow:none;transition:transform var(--motion-micro) var(--ease-premium),background-color var(--motion-micro) ease,color var(--motion-micro) ease}.button--signal{position:relative;overflow:hidden;background:var(--brand-primary);color:var(--brand-white)}.button--signal:after,a.app-header__visit:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 36%,rgba(255,255,255,.28) 50%,transparent 64%);transform:translate3d(-120%,0,0);transition:transform .64s var(--ease-premium)}.button--signal:hover:after,a.app-header__visit:hover:after{transform:translate3d(120%,0,0)}a.app-header__visit{position:relative;overflow:hidden}.button--ink,.button--dark{background:var(--brand-deep);color:var(--brand-white)}.highlight-layer__copy .button{background:var(--brand-white);color:var(--brand-deep)}.button:hover{transform:translate3d(0,-1px,0)}.button:active{transform:none}.button:disabled{opacity:.6;cursor:wait}.app-header{position:sticky;top:0;z-index:90;height:var(--header-height);overflow:visible;color:var(--brand-deep);background:var(--brand-white);border-bottom:1px solid var(--line)}.app-header.is-scrolled{box-shadow:0 10px 28px #1d2d731f}.app-header__inner{width:min(100%,calc(var(--content-width) + 2 * var(--page-pad)));height:var(--header-height);min-height:0;margin:0 auto;padding:0 var(--page-pad);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap}.app-header__brand{min-height:44px;display:inline-flex;align-items:center;flex:0 0 auto}.app-header__brand img{width:clamp(180px,15vw,220px);height:auto;aspect-ratio:165 / 40}.app-header__nav{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;min-width:0;flex:1 1 auto;gap:10px}.app-header__phone svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-header__nav a,.app-header__nav button,.app-header__mobile-more,.app-header__mobile-catalog{min-height:44px;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:0;border-radius:16px;color:inherit;background:transparent;font:700 13px/1 var(--display);letter-spacing:0;white-space:nowrap;text-decoration:none;cursor:pointer}.app-header__nav a:hover,.app-header__nav button:hover,.app-header__nav a[aria-current=page]{background:var(--surface-blue)}a.app-header__visit{min-height:44px;display:inline-flex;align-items:center;padding:8px 14px;border-radius:16px;color:var(--brand-white);background:var(--brand-deep);text-decoration:none;white-space:nowrap;flex-shrink:0}a.app-header__visit:hover{color:var(--brand-white);background:var(--brand-deep)}.app-header__visit-short{display:none}.app-header__city{min-height:44px;display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:0;border-radius:16px;color:inherit;background:transparent;font:700 13px/1 var(--display);cursor:pointer}.app-header__city svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.app-header__vk{min-width:44px;justify-content:center;font-weight:800;letter-spacing:.02em}.city-picker{position:relative}.city-picker__menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;min-width:220px;display:grid;padding:8px;border:1px solid var(--line);border-radius:16px;background:var(--brand-white);box-shadow:var(--shadow-raised)}.city-picker__menu button,.city-picker__menu a{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:8px 10px;border:0;border-radius:12px;color:var(--brand-deep);background:transparent;font:700 13px/1 var(--display);text-decoration:none;cursor:pointer}.city-picker__menu button:hover,.city-picker__menu a:hover{background:var(--surface-blue)}.city-picker__menu button.is-active{color:var(--brand-white);background:var(--brand-deep)}.city-picker__menu a{color:var(--brand-primary)}.app-header__selection b{min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;border-radius:999px;color:var(--brand-deep);background:var(--brand-white);font-size:10px}.app-header__mobile-more,.app-header__mobile-catalog,.app-header__mobile-actions{display:none}.app-header__mobile-more svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.7}.app-dock{display:none}.chat-list{display:flex;flex-direction:column;gap:8px;padding:14px 12px 12px;border-right:1px solid var(--line);background:var(--brand-white)}.chat-list__scroll{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:4px;padding-bottom:8px}.chat-list__item{min-height:68px;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:16px;color:var(--brand-deep);text-decoration:none}.chat-list__item--nested{min-height:60px;padding-top:8px;padding-bottom:8px;padding-left:10px}.chat-list__label{margin:10px 8px 4px;padding:0;color:var(--muted);font:700 11px/1.3 var(--display);letter-spacing:.16em;text-transform:uppercase}.chat-list__item img,.chat-list__mark{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:50%;background:var(--surface-blue);color:var(--brand-deep);font:700 18px/1 var(--display)}.chat-list__mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-list__item img{background:var(--brand-white)}.chat-list__item.is-active .chat-list__mark{background:var(--brand-primary);color:var(--brand-white)}.chat-list__item span{display:grid;gap:3px;min-width:0;overflow:hidden}.chat-list__item b{font:700 17px/1.2 var(--display)}.chat-list__item small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.3;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.chat-list__item.is-active,.chat-list__item:hover{background:var(--surface-blue)}.chat-list__cta{display:none}.chat-list__close{min-height:44px;margin-bottom:8px;border:0;border-radius:14px;color:var(--brand-deep);background:var(--brand-white);font:700 14px/1.2 var(--display);cursor:pointer}.chat-highlights{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 10px}.chat-highlights__item{flex:0 0 56px;min-width:56px;min-height:76px;display:grid;justify-items:center;gap:6px;padding:0;border:0;color:var(--brand-deep);background:transparent;cursor:pointer}.chat-highlights__ring{width:52px;height:52px;padding:2px;border:2px solid var(--brand-primary);border-radius:50%}.chat-highlights__ring img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-highlights__item b{max-width:56px;overflow:hidden;font:700 10px/1.1 var(--display);text-align:center;text-overflow:ellipsis}.chat-list .chat-highlights{display:none}.chat-list__more{margin-top:8px;padding-top:6px;border-top:1px solid var(--line)}.chat-list__more>summary{list-style:none;cursor:pointer}.chat-list__more>summary::-webkit-details-marker{display:none}.chat-list__more-toggle{min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;color:var(--muted);font:700 12px/1 var(--display);letter-spacing:.14em;text-transform:uppercase}.chat-list__more-toggle:hover{color:var(--brand-deep);background:var(--surface-blue)}.chat-list__more-chevron{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:var(--surface-blue);color:var(--brand-deep)}.chat-list__more-chevron svg{width:14px;height:14px}.chat-list__more[open] .chat-list__more-chevron{transform:rotate(180deg);background:var(--brand-deep);color:var(--brand-white)}.chat-list .chat-highlights__item{flex:1 1 0;min-width:44px;min-height:64px;gap:4px}.chat-list .chat-highlights__item b{display:block;max-width:100%;overflow:hidden;font:700 9px/1.1 var(--display);text-align:center;text-overflow:ellipsis;white-space:nowrap}.chat-list .chat-highlights__ring{width:40px;height:40px}.highlight-layer{position:fixed;inset:0;z-index:210;color:var(--brand-white)}.highlight-layer__photo{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover}.highlight-layer__shade{position:absolute;inset:0;background:linear-gradient(180deg,#1d2d732e,#1d2d73db)}.highlight-layer__bar{position:absolute;top:12px;left:16px;right:16px;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.highlight-layer__bar span{height:3px;border-radius:99px;background:#ffffff59}.highlight-layer__bar span.is-on{background:var(--brand-white)}.highlight-layer__close{position:absolute;top:22px;right:12px;z-index:2;width:48px;height:48px;border:0;border-radius:50%;color:var(--brand-deep);background:var(--brand-white);font-size:28px;cursor:pointer}.highlight-layer__nav{position:absolute;top:0;bottom:96px;z-index:1;width:22%;border:0;color:transparent;background:transparent;cursor:pointer}.highlight-layer__nav--prev{left:0}.highlight-layer__nav--next{right:0}.highlight-layer__copy{position:absolute;left:16px;right:16px;bottom:24px;z-index:2;display:grid;gap:8px}.highlight-layer__copy strong{font:700 clamp(28px,6vw,44px)/1.05 var(--display)}.highlight-layer__copy p{margin:0;color:#ffffffdb}.highlight-layer__copy .button{justify-self:start}.mobile-inbox{display:none}.inbox-layer{position:fixed;inset:0;z-index:190;display:flex;background:#1d2d73b8}.inbox-layer .chat-list{display:flex!important;width:min(380px,92vw);height:100%}body.inbox-open{overflow:hidden}body:has([data-chat=open]){overflow:hidden}.site-page{background:var(--brand-white);min-height:calc(100svh - var(--header-height))}.crumbs{width:min(100%,calc(var(--content-width) + 2 * var(--page-pad)));margin:0 auto;padding:4px var(--page-pad) 0}.crumbs ol{display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none;color:var(--muted);font-size:13px}.crumbs li{display:inline-flex;align-items:center}.crumbs li+li:before{content:"/";margin:0 8px;color:var(--line-strong)}.crumbs a,.crumbs [aria-current=page]{min-height:44px;display:inline-flex;align-items:center;text-decoration:none}.crumbs [aria-current=page]{color:var(--brand-deep);font-weight:700}.app-footer{color:var(--brand-deep);background:var(--brand-white);border-top:1px solid var(--line)}.app-footer__inner{width:min(100%,calc(var(--content-width) + 2 * var(--page-pad)));margin:0 auto;padding:32px var(--page-pad) 12px;display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(0,1fr));gap:20px 28px}.app-footer__brand{display:grid;justify-items:start;align-content:start}.app-footer__brand p{max-width:36em;margin:8px 0 12px;color:var(--muted);font-size:14px}.app-footer__logo{min-height:44px;display:inline-flex;align-items:center}.app-footer__logo img{width:148px;height:auto}.app-footer a{min-height:44px;display:inline-flex;align-items:center;text-decoration:none}.app-footer__phone{font-weight:700}.app-footer__col{display:grid;align-content:start;justify-items:start}.app-footer__col h2{margin:10px 0 2px;color:var(--muted);font:700 11px/1.3 var(--display);letter-spacing:.16em;text-transform:uppercase}.app-footer__legal{width:min(100%,calc(var(--content-width) + 2 * var(--page-pad)));margin:0 auto;padding:8px var(--page-pad) 24px;color:var(--muted);font-size:13px}@media(max-width:1280px){.app-header__phone{display:none}}@media(max-width:1050px){.scene-offer .chat-list{display:none}}.sheet-layer{position:fixed;z-index:200;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#1d2d73b8;animation:sheet-layer-in .18s ease both}.more-sheet{width:min(620px,100%);max-height:calc(100svh - 36px);overflow:auto;padding:clamp(24px,5vw,42px);border:0;border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;color:var(--brand-deep);background:var(--field-paper);box-shadow:var(--shadow-raised);animation:sheet-in .28s var(--ease-premium) both}.more-sheet h2{margin:0 0 24px;font:700 clamp(36px,7vw,58px)/1 var(--display);letter-spacing:-.04em}.sheet-head{display:flex;justify-content:space-between;align-items:start}.icon-button{width:48px;height:48px;border:1px solid var(--line-strong);border-radius:50%;background:var(--brand-white);color:var(--brand-deep);font-size:28px;cursor:pointer}.sheet-links{display:grid;gap:0;margin-bottom:22px;border:0;border-top:1px solid var(--line)}.sheet-links a{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 4px;border-radius:0;border-bottom:1px solid var(--line);background:transparent;text-decoration:none;font-weight:700}.sheet-links a:last-child{border-bottom:0}.sheet-links a:hover{color:var(--brand-primary)}.sheet-links+.button{width:100%}:focus-visible{outline:3px solid var(--brand-primary);outline-offset:3px}.dock-item:focus-visible{outline-offset:-3px}.app-header :focus-visible,.chat-composer :focus-visible{outline-color:var(--brand-primary)}[data-reveal]{opacity:1;transform:translateZ(0);clip-path:inset(0 0 0 0)}.motion-ready [data-reveal]:not(.is-revealed){opacity:0;transform:translate3d(0,22px,0);clip-path:inset(0 0 28% 0)}.motion-ready [data-reveal].is-revealed{transition:opacity var(--motion-scene) var(--ease-premium),transform var(--motion-scene) var(--ease-premium),clip-path var(--motion-scene) var(--ease-premium)}@keyframes sheet-layer-in{0%{opacity:0}}@keyframes sheet-in{0%{opacity:0;clip-path:inset(18% 0 0 0);transform:translateY(28px)}}@view-transition{navigation:auto}::view-transition-old(root){animation:route-out .16s var(--ease-premium) both}::view-transition-new(root){animation:route-in .28s var(--ease-premium) both}@keyframes route-out{to{opacity:0;clip-path:inset(0 0 28% 0)}}@keyframes route-in{0%{opacity:0;clip-path:inset(18% 0 0 0)}}@media(max-width:1239px){.app-header__inner{padding-inline:18px;min-width:0;gap:8px}.app-header__brand{min-width:0;flex:0 0 auto}.app-header__nav{display:none}.app-header__mobile-actions{display:flex;align-items:center;min-width:0;flex:1 1 auto;justify-content:flex-end;gap:2px}.app-header__mobile-more span{overflow:hidden;width:0;padding:0;margin:0;white-space:nowrap}.app-header__mobile-actions .city-picker__menu{position:fixed;top:calc(var(--header-height) + 6px);left:12px;right:12px;width:auto;max-width:none}.app-header__mobile-more,.app-header__mobile-catalog{display:inline-flex;min-width:44px}.app-header__mobile-actions .city-picker{min-width:0;flex:0 1 auto;display:flex}.app-header__mobile-actions .app-header__city{min-width:44px;max-width:100%}.app-header__city span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:3.6em}.app-header__city{flex:0 1 auto;padding-inline:6px}}@media(max-width:900px){:root{--dock-height: 106px}body{padding-bottom:calc(var(--dock-height) + 14px + env(safe-area-inset-bottom))}.app-footer__inner{grid-template-columns:1fr 1fr}.app-footer__brand{grid-column:1 / -1}.app-dock{position:fixed;z-index:100;left:0;right:0;bottom:0;display:block;padding:0 16px calc(10px + env(safe-area-inset-bottom));background:transparent}.app-dock__inner{position:relative;display:flex;align-items:stretch;gap:6px;padding:8px;border:1px solid rgba(29,45,115,.08);border-radius:28px;color:var(--brand-deep);background:#ffffffe0;box-shadow:0 14px 36px #1d2d7329;backdrop-filter:blur(18px)}.dock-item{position:relative;min-width:0;min-height:62px;flex:1 1 0;padding:6px 4px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:20px;color:var(--muted);background:transparent;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:none;line-height:1.1;text-align:center;text-decoration:none}.dock-item:hover,.dock-item.is-active{color:var(--brand-deep);background:var(--surface-blue)}.dock-item>svg,.dock-item__count-wrap{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:13px;color:var(--brand-deep);background:var(--brand-white);box-shadow:0 6px 14px #1d2d731f}.dock-item>svg{padding:8px;box-sizing:border-box;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dock-item__count-wrap>svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dock-item__count-wrap{position:relative}.dock-item__count-wrap b:empty,.dock-item__count-wrap b[data-empty="1"]{display:none}.dock-item__count-wrap b{position:absolute;top:-5px;right:-6px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:999px;color:var(--brand-white);background:var(--brand-primary);font-size:9px}}@media(max-width:720px){.app-footer__inner{grid-template-columns:1fr;padding-inline:18px}.app-footer__legal{padding-inline:18px}}@media(max-width:600px){.app-header__brand img{width:clamp(90px,28vw,150px);max-width:100%}.app-header__mobile-actions a.app-header__visit{flex:0 0 auto;padding-inline:10px;font-size:12px}.app-header__mobile-more{padding-inline:10px}.app-header__mobile-catalog{display:none}}@media(max-width:480px){.app-header__mobile-actions .app-header__city{min-width:44px;padding-inline:12px;justify-content:center}.app-header__mobile-actions .app-header__city span{position:absolute;width:1px;height:1px;min-width:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media(max-width:440px){:root{--header-height: 64px;--dock-height: 106px}.dock-item{font-size:10px}}@media(max-width:359px){.app-header__visit-full{display:none}.app-header__visit-short{display:inline}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal],[data-parallax]{transform:none!important;opacity:1!important;clip-path:none!important}}.side-rail{display:none}@media(min-width:1240px){:root{--rail-width: 64px;--rail-open: 240px}body{padding-left:var(--rail-width)}.app-header{top:10px;height:60px;margin-left:0;padding-left:0;background:transparent;border-bottom:0}.app-header.is-scrolled{box-shadow:none}.app-header__inner{width:auto;height:56px;margin:0 14px;padding:0 10px 0 20px;background:#ffffffe0;border:1px solid rgba(29,45,115,.08);border-radius:22px;box-shadow:0 10px 30px #1d2d7324;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.app-header__brand img{width:clamp(170px,14vw,190px)}.app-header:after{content:"";position:absolute;top:100%;left:0;right:0;height:22px;pointer-events:none;background:linear-gradient(#fffc,#fff0);opacity:0;transition:opacity .2s ease}.app-header.is-scrolled:after{opacity:1}.side-rail{position:fixed;z-index:95;left:0;top:0;width:var(--rail-width);height:100dvh;display:flex;flex-direction:column;gap:8px;padding:calc(var(--header-height) + 16px) 8px 12px;overflow:hidden;background:var(--brand-white);border-right:1px solid var(--line);transition:width .24s var(--ease-premium) .2s,background-color .24s ease .2s,box-shadow .24s ease .2s;will-change:width}.side-rail:hover,.side-rail:focus-within{width:var(--rail-open);background:#fff9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:18px 0 44px #1d2d7329;transition-delay:.2s}.side-rail:not(:hover):not(:focus-within){transition-delay:0s}.side-rail__list{flex:1 1 auto;display:grid;align-content:start;gap:4px;margin:0;padding:0;list-style:none}.side-rail__link,.side-rail__cta{min-height:48px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px;padding:8px;border-radius:16px;color:var(--brand-deep);text-decoration:none}.side-rail__link:hover,.side-rail__cta:hover,.side-rail__link[aria-current=page]{background:var(--surface-blue)}.side-rail__cta{color:var(--brand-white);background:var(--brand-deep)}.side-rail__cta:hover{color:var(--brand-white);background:var(--brand-primary)}.side-rail__icon{position:relative;width:32px;height:32px;display:grid;place-items:center}.side-rail__badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:999px;color:var(--brand-white);background:var(--brand-primary);font:700 10px/1 var(--display)}.side-rail__badge:empty,.side-rail__badge[data-empty="1"]{display:none}.side-rail__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.side-rail__body{display:grid;gap:1px;width:160px;opacity:0;transition:opacity .16s ease}.side-rail:hover .side-rail__body,.side-rail:focus-within .side-rail__body{opacity:1;transition-delay:.24s}.side-rail__body b{font:700 15px/1.2 var(--display);white-space:nowrap}.side-rail__body small{color:var(--muted);font-size:12px;line-height:1.3;white-space:nowrap}.side-rail__cta .side-rail__body small{color:#ffffffd1}.highlight-layer,.inbox-layer,.sheet-layer{left:var(--rail-width)}.skip-link{left:calc(var(--rail-width) + 16px)}}@media(prefers-reduced-motion:reduce){.side-rail,.side-rail__body{transition:none!important}}.sheet-head{position:sticky;top:0;z-index:2;background:var(--brand-white)}@media(max-width:380px){.dock-item{font-size:10px}.dock-item>svg,.dock-item__count-wrap{width:36px;height:36px;flex:0 0 36px}}
