.hamburger-icon{cursor:pointer;z-index:1001;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:10px;display:flex;position:relative}.hamburger-line{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:24px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-line:not(:last-child){margin-bottom:5px}.hamburger-icon.open .hamburger-line:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger-icon.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-icon.open .hamburger-line:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.hamburger-icon:active{transform:scale(.95)}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0009;animation:.3s ease-out fade-in;position:fixed;inset:0}.mobile-menu{background:var(--bg-secondary);border-left:1px solid var(--border-subtle);z-index:1001;-webkit-overflow-scrolling:touch;width:85%;max-width:360px;height:100dvh;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 40px #0000004d}.mobile-menu.open{right:0}.mobile-menu-header{border-bottom:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;min-height:64px;padding:16px;display:flex}.mobile-menu-close{width:44px;height:44px;color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0000000d;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}html.light .mobile-menu-close{background:#0000000d}.mobile-menu-close:active{background:#0000001a;transform:scale(.95)}.mobile-menu-profile{align-items:center;gap:16px;padding:24px 20px;display:flex}.mobile-menu-avatar{background:linear-gradient(135deg,var(--apple-blue),var(--cb-purple));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:600;display:flex}.mobile-menu-user-info{flex:1;min-width:0}.mobile-menu-user-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:18px;font-weight:600;overflow:hidden}.mobile-menu-user-email{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.mobile-menu-divider{background:var(--border-subtle);height:1px;margin:8px 0}.mobile-menu-nav{flex-direction:column;flex:1;gap:4px;padding:8px 12px;display:flex}.mobile-menu-item{min-height:52px;color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:16px;width:100%;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-item:active{background:#0071e31a;transform:scale(.98)}.mobile-menu-item:disabled{opacity:.5;cursor:not-allowed}.mobile-menu-item.active{color:var(--apple-blue);background:#0071e31a}.mobile-menu-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mobile-menu-item-text{flex:1}.mobile-menu-item-chevron{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s}.mobile-menu-item:active .mobile-menu-item-chevron{transform:translate(4px)}.mobile-menu-item-admin{background:#5856d614;border:1px solid #5856d633}.mobile-menu-item-admin:active{background:#5856d626}.mobile-menu-item-admin.active{color:var(--cb-purple);background:#5856d626}.mobile-menu-signout{color:var(--color-error);background:#ff3b300d;border:1px solid #ff3b3033;margin:auto 12px 12px}.mobile-menu-signout:active{background:#ff3b3026}.touch-button{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-width:44px;min-height:44px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.touch-button-primary{background:linear-gradient(135deg,var(--apple-blue),#0062cc);color:#fff;box-shadow:0 2px 8px #0071e340}.touch-button-primary:active{transform:scale(.97);box-shadow:0 1px 4px #0071e34d}.touch-button-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.touch-button-secondary:active{background:var(--bg-secondary);transform:scale(.97)}.touch-button-outline{color:var(--apple-blue);border:2px solid var(--apple-blue);background:0 0}.touch-button-outline:active{background:#0071e31a;transform:scale(.97)}.touch-button-ghost{color:var(--text-primary);background:0 0}.touch-button-ghost:active{background:#0000000d;transform:scale(.97)}.touch-button-danger{background:linear-gradient(135deg,var(--color-error),#d32f2f);color:#fff;box-shadow:0 2px 8px #ff3b3040}.touch-button-danger:active{transform:scale(.97);box-shadow:0 1px 4px #ff3b304d}.touch-button-small{min-height:44px;padding:10px 16px;font-size:14px}.touch-button-medium{min-height:48px;padding:12px 24px;font-size:16px}.touch-button-large{min-height:56px;padding:16px 32px;font-size:18px}.touch-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.touch-button-full{width:100%}.touch-button-loader,.touch-button-icon{justify-content:center;align-items:center;display:flex}.header-profile-desktop{display:flex}.header-hamburger-mobile{display:none}@media (max-width:1023px){.header-profile-desktop{display:none}.header-hamburger-mobile{align-items:center;display:flex}}@media (max-width:768px){.header-profile-button{min-width:44px;min-height:44px}.header-profile-dropdown{min-width:280px;max-width:calc(100vw - 32px);animation:.3s cubic-bezier(.4,0,.2,1) slide-up-mobile;left:auto;right:0}.header-profile-dropdown-item{min-height:52px;padding:14px 16px;font-size:16px}.header-profile-dropdown-item svg{width:20px;height:20px}[role=dialog]>div:first-child{border-radius:0;width:100%;max-width:100%;height:100dvh;margin:0}[role=dialog] button[aria-label*=Close],[role=dialog] button[aria-label*=close]{min-width:44px;min-height:44px}input,select,textarea{font-size:16px!important}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=url],input[type=number],input[type=date],input[type=time],select,textarea{border-radius:12px;min-height:48px;padding:12px 16px}.auth-input{min-height:52px!important;padding:14px 16px!important;font-size:16px!important}.auth-social-btn{min-height:52px!important;padding:14px 20px!important;font-size:16px!important}.auth-submit-btn{min-height:56px!important;font-size:17px!important}.auth-password-toggle{justify-content:center;align-items:center;display:flex;min-width:44px!important;min-height:44px!important}button[type=submit],button[type=button]{width:100%;min-height:52px;font-size:16px;font-weight:600}.settings-input,.settings-select{min-height:52px!important;padding:14px 16px!important;font-size:16px!important}.settings-btn-primary,.settings-signout-btn{min-height:52px!important;font-size:16px!important}.provider-card{min-height:80px!important;padding:16px!important}input[type=checkbox],input[type=radio]{min-width:24px;min-height:24px}:is(label:has(input[type=checkbox]),label:has(input[type=radio])){cursor:pointer;align-items:center;gap:12px;min-height:44px;padding:12px 0;display:flex}.auth-container{flex-direction:column!important}.auth-branding{min-height:auto!important;padding:40px 24px!important}.auth-form-container{padding:32px 24px!important}.settings-container{padding:20px 16px!important}.settings-section{padding:24px 20px!important}}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.touch-feedback{position:relative;overflow:hidden}.touch-feedback:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#0071e333 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.touch-feedback:active:after{opacity:1}a:active,button:active{opacity:.8}button{-webkit-user-select:none;user-select:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up-mobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@supports (padding:env(safe-area-inset-top)){.site-header{padding-top:env(safe-area-inset-top)}.mobile-menu{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@supports (height:100dvh){.mobile-menu,[role=dialog]{height:100dvh}}:focus-visible{outline:2px solid var(--apple-blue);outline-offset:2px}.skip-to-main{z-index:999;background:var(--apple-blue);color:#fff;border-radius:0 0 8px;padding:12px 24px;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-to-main:focus{left:0}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_ccd61c10-module__tO2uuW__className{font-family:Manrope,Manrope Fallback;font-style:normal}
