.auth-layout{--auth-purple:#8d5aa7;--auth-purple-hover:#7a4b91;--auth-purple-deep:#633e78;--auth-lavender:#cbaed9;--auth-lavender-soft:#f4edf7;--auth-turquoise:#36a9a5;--auth-turquoise-deep:#247f7c;--auth-aqua:#dff4f2;--auth-aqua-strong:#bde6e2;--auth-text:#241d28;--auth-muted:#736a78;--auth-border:rgba(99,62,120,0.15);--auth-surface:#ffffff;--auth-background:#fbfafc;--auth-error:#b42318;--auth-error-background:#fff2f0;--auth-shadow:0 30px 80px rgba(59,38,69,0.08),0 8px 28px rgba(59,38,69,0.05);display:grid;min-height:100dvh;color:var(--auth-text);background:var(--auth-background);grid-template-columns:minmax(480px,.88fr) minmax(520px,1.12fr)}[data-theme=dark] .auth-layout{--auth-text:#f8f3fa;--auth-muted:#c8bdcc;--auth-border:rgba(203,174,217,0.18);--auth-surface:#1c1720;--auth-background:#151117;--auth-lavender-soft:#2a202f;--auth-aqua:#183230;--auth-aqua-strong:#214846;--auth-error:#ffb4ab;--auth-error-background:rgba(180,35,24,0.14);--auth-shadow:0 30px 80px rgba(0,0,0,0.22),0 8px 28px rgba(0,0,0,0.16)}.auth-layout *,.auth-layout :after,.auth-layout :before{box-sizing:border-box}.auth-layout a{color:inherit;text-decoration:none}.auth-layout button,.auth-layout input{font:inherit}.auth-form-side{position:relative;z-index:2;display:flex;min-width:0;align-items:center;justify-content:center;padding:52px clamp(28px,5vw,72px);background:var(--auth-background)}.auth-form-side__inner{width:min(100%,510px)}.auth-mobile-brand{display:none;align-items:center;gap:11px;margin-bottom:35px}.auth-mobile-brand>span{display:grid;width:43px;height:43px;place-items:center;border-radius:14px;color:#ffffff;background:var(--auth-purple);font-size:.88rem;font-weight:800}.auth-mobile-brand strong{color:var(--auth-purple-deep);font-size:1.12rem}.auth-form-header{margin-bottom:30px}.auth-eyebrow{margin:0 0 10px;color:var(--auth-purple);font-size:.82rem;font-weight:800}.auth-form-header h1,.auth-success h1{margin:0;color:var(--auth-text);font-size:clamp(2.15rem,4vw,3.2rem);font-weight:790;line-height:1.14;letter-spacing:-.04em}[dir=rtl] .auth-form-header h1,[dir=rtl] .auth-success h1{letter-spacing:-.025em}.auth-form-header__description,.auth-success>p:not(.auth-eyebrow){max-width:470px;margin:15px 0 0;color:var(--auth-muted);font-size:.98rem;line-height:1.85}.auth-form{display:grid;grid-gap:18px;gap:18px}.auth-field{display:grid;grid-gap:8px;gap:8px}.auth-field label,.auth-field__heading label{color:var(--auth-text);font-size:.88rem;font-weight:720}.auth-field__heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.auth-field__heading small{color:var(--auth-muted);font-size:.73rem}.auth-input{position:relative;display:flex;min-height:54px;align-items:center;gap:12px;padding-inline:15px;border:1px solid var(--auth-border);border-radius:16px;background:var(--auth-surface);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-input:focus-within{border-color:var(--auth-purple);box-shadow:0 0 0 4px rgba(141,90,167,.12)}.auth-input>span{display:grid;width:27px;height:27px;flex-shrink:0;place-items:center;border-radius:9px;color:var(--auth-purple-deep);background:var(--auth-lavender-soft);font-size:.82rem;font-weight:800}.auth-input input{width:100%;min-width:0;border:0;outline:0;color:var(--auth-text);background:transparent;font-size:.94rem}.auth-input input::placeholder{color:color-mix(in srgb,var(--auth-muted) 65%,transparent)}.auth-input input:disabled{cursor:not-allowed;opacity:.65}.auth-password-toggle{flex-shrink:0;border:0;color:var(--auth-purple);background:transparent;cursor:pointer;font-size:.76rem;font-weight:750}.auth-password-toggle:hover{color:var(--auth-purple-deep)}.auth-checkbox{position:relative;display:grid;align-items:flex-start;grid-gap:10px;gap:10px;color:var(--auth-muted);cursor:pointer;font-size:.84rem;line-height:1.7;grid-template-columns:20px 1fr}.auth-checkbox input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.auth-checkbox__mark{display:grid;width:20px;height:20px;place-items:center;margin-top:2px;border:1px solid var(--auth-border);border-radius:7px;color:transparent;background:var(--auth-surface);font-size:.7rem;transition:border-color .18s ease,color .18s ease,background .18s ease}.auth-checkbox input:checked+.auth-checkbox__mark{border-color:var(--auth-purple);color:#ffffff;background:var(--auth-purple)}.auth-checkbox input:focus-visible+.auth-checkbox__mark{outline:3px solid rgba(141,90,167,.18);outline-offset:2px}.auth-checkbox a{color:var(--auth-purple-deep);font-weight:750}.auth-checkbox a:hover{color:var(--auth-purple)}.auth-error{display:flex;align-items:flex-start;gap:10px;margin:0;padding:12px 14px;border:1px solid color-mix(in srgb,var(--auth-error) 22%,transparent);border-radius:14px;color:var(--auth-error);background:var(--auth-error-background);font-size:.84rem;line-height:1.6}.auth-error>span{display:grid;width:21px;height:21px;flex-shrink:0;place-items:center;border-radius:50%;color:#ffffff;background:var(--auth-error);font-size:.72rem;font-weight:800}.auth-code-button,.auth-submit-button{display:inline-flex;width:100%;min-height:52px;align-items:center;justify-content:center;gap:10px;border-radius:16px;cursor:pointer;font-size:.93rem;font-weight:780;transition:border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.auth-submit-button{border:1px solid var(--auth-purple);color:#ffffff;background:var(--auth-purple);box-shadow:0 14px 30px rgba(141,90,167,.24)}.auth-submit-button:hover:not(:disabled){border-color:var(--auth-purple-hover);background:var(--auth-purple-hover);box-shadow:0 18px 38px rgba(122,75,145,.28);transform:translateY(-2px)}.auth-submit-button:disabled{cursor:not-allowed;box-shadow:none;opacity:.65}.auth-code-button{border:1px solid var(--auth-border);color:var(--auth-purple-deep);background:var(--auth-surface)}.auth-code-button>span{color:var(--auth-turquoise)}.auth-code-button:not(:disabled):hover{border-color:var(--auth-lavender);background:var(--auth-lavender-soft);transform:translateY(-2px)}.auth-code-button:disabled{cursor:not-allowed;opacity:.58}.auth-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.36);border-top-color:#ffffff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-divider{display:flex;align-items:center;gap:13px;color:var(--auth-muted);font-size:.76rem}.auth-divider:after,.auth-divider:before{height:1px;flex:1 1;background:var(--auth-border);content:""}.auth-code-note{margin:-8px 0 0;font-size:.72rem}.auth-code-note,.auth-switch{color:var(--auth-muted);text-align:center}.auth-switch{margin:25px 0 0;font-size:.88rem}.auth-switch a{-webkit-margin-start:6px;margin-inline-start:6px;color:var(--auth-purple-deep);font-weight:800}.auth-switch a:hover{color:var(--auth-purple)}.auth-security-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px 0 0;color:var(--auth-muted);text-align:center;font-size:.74rem}.auth-security-note>span{display:grid;width:19px;height:19px;place-items:center;border-radius:50%;color:var(--auth-turquoise-deep);background:var(--auth-aqua);font-size:.68rem}.auth-visual{position:relative;display:flex;min-width:0;min-height:100dvh;flex-direction:column;justify-content:space-between;overflow:hidden;padding:44px clamp(36px,5vw,74px);color:#ffffff;isolation:isolate;transition:background .6s ease}.auth-visual--purple{background:radial-gradient(circle at 15% 15%,rgba(203,174,217,.34),transparent 33%),linear-gradient(145deg,#633e78,#41294e)}.auth-visual--turquoise{background:radial-gradient(circle at 75% 18%,rgba(223,244,242,.24),transparent 33%),linear-gradient(145deg,#247f7c,#315464 54%,#633e78)}.auth-visual--lavender{background:radial-gradient(circle at 18% 76%,rgba(223,244,242,.23),transparent 35%),linear-gradient(145deg,#8d5aa7,#6e4c82 58%,#3d2a48)}.auth-visual__background{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none}.auth-visual__background:before{position:absolute;top:10%;right:-18%;width:430px;height:430px;border:1px solid rgba(255,255,255,.14);border-radius:115px;content:"";transform:rotate(45deg)}.auth-visual__background:after{position:absolute;bottom:-28%;left:-12%;width:500px;height:500px;border-radius:50%;background:rgba(203,174,217,.13);content:"";filter:blur(10px)}.auth-visual__shape{position:absolute;display:block;border-radius:24px;transform:rotate(45deg)}.auth-visual__shape--one{top:19%;left:11%;width:96px;height:96px;border:1px solid rgba(255,255,255,.2)}.auth-visual__shape--two{right:8%;bottom:21%;width:68px;height:68px;background:rgba(189,230,226,.16)}.auth-visual__shape--three{right:32%;bottom:8%;width:34px;height:34px;background:rgba(255,255,255,.12)}.auth-visual__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px}.auth-visual__brand{display:inline-flex;align-items:center;gap:12px}.auth-visual__brand-mark{display:grid;width:47px;height:47px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:rgba(255,255,255,.12);font-size:.88rem;font-weight:850;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-visual__brand-copy{display:flex;flex-direction:column;gap:2px}.auth-visual__brand-copy strong{font-size:1.05rem}.auth-visual__brand-copy small{color:rgba(255,255,255,.64);font-size:.7rem}.auth-visual__back{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.74);font-size:.8rem;font-weight:700;transition:color .18s ease,transform .18s ease}.auth-visual__back:hover{color:#ffffff;transform:translateX(-3px)}.auth-visual__content{position:relative;z-index:2;width:min(100%,680px);margin-block:70px}.auth-visual__service-icon{display:grid;width:62px;height:62px;place-items:center;margin-bottom:27px;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.13);font-size:1.4rem;box-shadow:0 18px 45px rgba(25,14,31,.14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.auth-visual__eyebrow{margin:0 0 13px;color:var(--auth-aqua-strong);font-size:.82rem;font-weight:800}.auth-visual__content h2{max-width:650px;margin:0;color:#ffffff;font-size:clamp(2.6rem,5.3vw,5.3rem);font-weight:790;line-height:1.08;letter-spacing:-.05em;animation:auth-content-in .5s ease}[dir=rtl] .auth-visual__content h2{letter-spacing:-.035em}.auth-visual__description{max-width:610px;margin:23px 0 0;color:rgba(255,255,255,.74);font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.95;animation:auth-content-in .6s ease}@keyframes auth-content-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.auth-visual__highlights{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.auth-visual__highlights span{display:inline-flex;min-height:35px;align-items:center;gap:7px;padding-inline:12px;border:1px solid rgba(255,255,255,.17);border-radius:999px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08);font-size:.76rem;font-weight:700}.auth-visual__highlights i{color:var(--auth-aqua-strong);font-style:normal}.auth-visual__status{margin-top:44px}.auth-visual__status>div{display:inline-flex;max-width:470px;align-items:center;gap:13px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);box-shadow:0 18px 44px rgba(23,12,28,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-visual__status-icon{display:grid;width:41px;height:41px;flex-shrink:0;place-items:center;border-radius:13px;color:var(--auth-purple-deep);background:#ffffff;font-size:1rem;font-weight:850}.auth-visual__status>div>div{display:flex;flex-direction:column;gap:3px}.auth-visual__status strong{color:#ffffff;font-size:.86rem}.auth-visual__status small{color:rgba(255,255,255,.64);font-size:.72rem;line-height:1.5}.auth-visual__footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px}.auth-visual__pagination{display:flex;align-items:center;gap:7px}.auth-visual__pagination button{display:grid;width:25px;height:25px;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.auth-visual__pagination button>span{display:block;width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.35);transition:width .18s ease,background .18s ease}.auth-visual__pagination button.is-active>span{width:20px;background:#ffffff}.auth-visual__footer>p{display:inline-flex;align-items:center;gap:8px;margin:0;color:rgba(255,255,255,.58);font-size:.72rem}.auth-success{display:flex;min-height:520px;align-items:flex-start;justify-content:center;flex-direction:column}.auth-success__icon{display:grid;width:76px;height:76px;place-items:center;margin-bottom:28px;border-radius:24px;color:var(--auth-turquoise-deep);background:var(--auth-aqua);font-size:1.65rem;font-weight:900}.auth-success .auth-submit-button{margin-top:30px}.auth-secondary-link{display:inline-flex;margin-top:18px;color:var(--auth-purple-deep);font-size:.84rem;font-weight:750}.auth-secondary-link:hover{color:var(--auth-purple)}@media (max-width:1100px){.auth-layout{grid-template-columns:minmax(430px,.95fr) minmax(420px,1.05fr)}.auth-form-side{padding-inline:38px}.auth-visual{padding-inline:42px}.auth-visual__content h2{font-size:clamp(2.45rem,5vw,4.3rem)}}@media (max-width:860px){.auth-layout{display:flex;min-height:100dvh;flex-direction:column}.auth-form-side{order:1;min-height:auto;padding:32px 24px 46px}.auth-form-side__inner{width:min(100%,560px)}.auth-mobile-brand{display:inline-flex}.auth-visual{order:2;min-height:470px;padding:32px 24px}.auth-visual__top{display:none}.auth-visual__content{width:min(100%,620px);margin:auto}.auth-visual__content h2{max-width:520px;font-size:clamp(2.15rem,9vw,3.4rem)}.auth-visual__description{max-width:560px}.auth-visual__status{margin-top:28px}.auth-visual__footer{margin-top:34px}}@media (max-width:560px){.auth-form-side{padding:25px 17px 40px}.auth-mobile-brand{margin-bottom:29px}.auth-form-header{margin-bottom:25px}.auth-form-header h1,.auth-success h1{font-size:2.15rem}.auth-form{gap:16px}.auth-input{min-height:52px;border-radius:15px}.auth-field__heading{align-items:flex-start;flex-direction:column;gap:3px}.auth-code-button,.auth-social-button,.auth-submit-button{min-height:51px}.auth-social-button{font-size:.85rem}.auth-visual{min-height:505px;padding:32px 20px}.auth-visual__service-icon{width:54px;height:54px;margin-bottom:22px;border-radius:17px}.auth-visual__content h2{font-size:2.25rem}.auth-visual__description{font-size:.93rem}.auth-visual__highlights{gap:7px;margin-top:22px}.auth-visual__highlights span{min-height:32px;padding-inline:10px;font-size:.69rem}.auth-visual__status>div{width:100%}.auth-visual__footer{align-items:flex-start;flex-direction:column;gap:12px}.auth-success{min-height:470px}}@media (prefers-reduced-motion:reduce){.auth-layout *,.auth-layout :after,.auth-layout :before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (min-width:961px){.auth-layout{overflow:hidden;grid-template-columns:minmax(350px,36%) minmax(0,64%)}.auth-form-side,.auth-layout{height:100dvh;min-height:620px}.auth-form-side{overflow-y:auto;padding:clamp(24px,3.6vh,42px) clamp(28px,3.5vw,52px);scrollbar-width:thin}.auth-form-side__inner{width:min(100%,420px);margin-inline:auto}.auth-form-header{margin-bottom:clamp(18px,2.8vh,26px)}.auth-eyebrow{margin-bottom:7px;font-size:.72rem}.auth-form-header h1,.auth-success h1{font-size:clamp(1.65rem,2.15vw,2.35rem);line-height:1.18;letter-spacing:-.025em}[dir=rtl] .auth-form-header h1,[dir=rtl] .auth-success h1{letter-spacing:-.015em}.auth-form-header__description,.auth-success>p:not(.auth-eyebrow){max-width:400px;margin-top:10px;font-size:.82rem;line-height:1.7}.auth-form{gap:clamp(11px,1.75vh,16px)}.auth-field{gap:6px}.auth-field label,.auth-field__heading label{font-size:.78rem}.auth-field__heading small{font-size:.65rem}.auth-input{min-height:clamp(46px,6.1vh,51px);gap:10px;padding-inline:13px;border-radius:14px}.auth-input>span{width:25px;height:25px;border-radius:8px;font-size:.74rem}.auth-input input{font-size:.84rem}.auth-checkbox{gap:8px;font-size:.74rem;line-height:1.55;grid-template-columns:18px 1fr}.auth-checkbox__mark{width:18px;height:18px;border-radius:6px}.auth-code-button,.auth-social-button,.auth-submit-button{min-height:clamp(45px,5.9vh,49px);border-radius:14px;font-size:.83rem}.auth-social-icon svg{width:17px;height:17px}.auth-social-badge{inset-inline-end:10px;font-size:.6rem;padding:2px 8px}.auth-divider{font-size:.68rem}.auth-code-note{margin-top:-5px;font-size:.65rem}.auth-switch{margin-top:clamp(14px,2vh,20px);font-size:.78rem}.auth-security-note{margin-top:clamp(11px,1.7vh,16px);font-size:.67rem}.auth-visual{height:100dvh;min-height:620px;padding:clamp(26px,4vh,42px) clamp(38px,5vw,78px)}.auth-visual__top{gap:18px}.auth-visual__brand{gap:10px}.auth-visual__brand-mark{width:42px;height:42px;border-radius:13px;font-size:.76rem}.auth-visual__brand-copy strong{font-size:.94rem}.auth-visual__brand-copy small{font-size:.62rem}.auth-visual__back{font-size:.7rem}.auth-visual__content{width:min(100%,720px);margin-block:clamp(28px,6vh,60px)}.auth-visual__service-icon{width:clamp(48px,5.5vw,56px);height:clamp(48px,5.5vw,56px);margin-bottom:clamp(16px,2.8vh,23px);border-radius:17px;font-size:1.15rem}.auth-visual__eyebrow{margin-bottom:9px;font-size:clamp(.67rem,.75vw,.76rem)}.auth-visual__content h2{max-width:680px;font-size:clamp(2rem,3.4vw,3.65rem);font-weight:760;line-height:1.13;letter-spacing:-.035em}[dir=rtl] .auth-visual__content h2{letter-spacing:-.022em}.auth-visual__description{max-width:570px;margin-top:clamp(12px,2vh,18px);font-size:clamp(.76rem,.9vw,.9rem);line-height:1.8}.auth-visual__highlights{gap:7px;margin-top:clamp(16px,2.7vh,23px)}.auth-visual__highlights span{min-height:30px;gap:6px;padding-inline:10px;font-size:.67rem}.auth-visual__status{margin-top:clamp(21px,4vh,34px)}.auth-visual__status>div{max-width:420px;gap:10px;padding:11px 13px;border-radius:15px}.auth-visual__status-icon{width:35px;height:35px;border-radius:11px;font-size:.82rem}.auth-visual__status strong{font-size:.76rem}.auth-visual__status small{font-size:.64rem}.auth-visual__footer{gap:18px}.auth-visual__footer>p{font-size:.66rem}.auth-visual__pagination button{width:22px;height:22px}}@media (min-width:961px) and (max-height:760px){.auth-form-side,.auth-layout,.auth-visual{min-height:560px}.auth-form-side{align-items:flex-start;padding-block:20px}.auth-form-header{margin-bottom:15px}.auth-form-header h1,.auth-success h1{font-size:clamp(1.45rem,2vw,1.9rem)}.auth-form-header__description,.auth-success>p:not(.auth-eyebrow){margin-top:7px;font-size:.75rem;line-height:1.55}.auth-form{gap:10px}.auth-code-button,.auth-input,.auth-social-button,.auth-submit-button{min-height:43px}.auth-social-button{font-size:.78rem;gap:7px}.auth-social-icon svg{width:15px;height:15px}.auth-switch{margin-top:11px}.auth-security-note{margin-top:9px}.auth-visual{padding-block:24px}.auth-visual__content{margin-block:22px}.auth-visual__service-icon{width:46px;height:46px;margin-bottom:13px}.auth-visual__content h2{max-width:610px;font-size:clamp(1.85rem,3vw,2.75rem)}.auth-visual__description{max-width:530px;margin-top:10px;font-size:.74rem;line-height:1.65}.auth-visual__highlights{margin-top:14px}.auth-visual__status{margin-top:18px}}@media (min-width:1800px) and (min-height:900px){.auth-layout{grid-template-columns:minmax(430px,34%) minmax(0,66%)}.auth-form-side__inner{width:min(100%,440px)}.auth-visual__content{width:min(100%,760px)}.auth-visual__content h2{max-width:720px;font-size:clamp(2.7rem,3.2vw,4rem)}}.auth-social-row{display:flex;flex-direction:column;gap:12px}.auth-social-google{min-height:44px;display:flex;justify-content:center}.auth-social-button{display:inline-flex;position:relative;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;border-radius:16px;border:1px solid var(--auth-border);background:var(--auth-surface);color:var(--auth-text);cursor:pointer;font-size:.85rem;font-weight:780;line-height:1;padding-block:0;transition:border-color .18s ease,background .18s ease,transform .18s ease}.auth-social-button:not(:disabled):hover{border-color:var(--auth-lavender);background:var(--auth-lavender-soft);transform:translateY(-2px)}.auth-social-button:disabled{cursor:not-allowed;opacity:.68}.auth-social-icon{display:grid;width:19px;height:19px;flex-shrink:0;place-items:center}.auth-social-icon svg{width:17px;height:17px}.auth-social-button--apple .auth-social-icon{color:var(--auth-text)}.auth-social-badge{position:absolute;inset-inline-end:14px;border-radius:999px;padding:3px 10px;background:var(--auth-lavender-soft);color:var(--auth-purple-deep);font-size:.66rem;font-weight:800}.auth-code-panel{display:flex;flex-direction:column;gap:14px}.auth-code-resend{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.78rem}.auth-code-resend button{border:none;background:none;padding:0;color:var(--auth-purple-deep);font-weight:700;cursor:pointer}.auth-code-resend button:disabled{color:var(--auth-muted);cursor:not-allowed}.auth-code-resend button:not(:disabled):hover{color:var(--auth-purple);text-decoration:underline}.auth-methods{display:flex;flex-direction:column;gap:14px}.dashboard-shell{min-height:100vh;color:var(--bz-text-primary);background:var(--bz-page-background)}.dashboard-shell *,.dashboard-shell :after,.dashboard-shell :before{box-sizing:border-box}.dashboard-shell a{color:inherit;text-decoration:none}.dashboard-shell__body{display:grid;width:min(var(--bz-content-width),calc(100% - 40px));align-items:start;grid-gap:24px;gap:24px;margin-inline:auto;padding-block:24px 70px;grid-template-columns:230px minmax(0,1fr)}.dashboard-sidebar{position:-webkit-sticky;position:sticky;top:94px;display:flex;min-height:calc(100dvh - 120px);flex-direction:column;padding:16px;border:1px solid var(--bz-border);border-radius:24px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs)}.dashboard-sidebar__mode{display:flex;align-items:center;gap:11px;padding:11px;border-radius:17px;background:var(--bz-surface-muted)}.dashboard-sidebar__mode-icon{display:grid;width:43px;height:43px;flex-shrink:0;place-items:center;border-radius:14px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.dashboard-sidebar__mode-icon.is-provider{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.dashboard-sidebar__mode>div{display:flex;min-width:0;flex-direction:column;gap:3px}.dashboard-sidebar__mode small{color:var(--bz-text-secondary);font-size:.66rem}.dashboard-sidebar__mode strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-sidebar__navigation{display:grid;grid-gap:5px;gap:5px;margin-top:19px}.dashboard-sidebar__navigation>a{display:flex;min-height:45px;align-items:center;gap:10px;padding-inline:12px;border-radius:13px;color:var(--bz-text-secondary);font-size:.78rem;font-weight:650;transition:color .18s ease,background .18s ease}.dashboard-sidebar__navigation>a.is-active,.dashboard-sidebar__navigation>a:hover{color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.dashboard-sidebar__provider-switch{margin-top:12px;color:var(--bz-brand-turquoise-strong)!important;background:var(--bz-brand-turquoise-soft)}.dashboard-sidebar__buyer-switch{margin-top:12px;color:var(--bz-brand-purple)!important;background:var(--bz-brand-purple-soft)}.dashboard-sidebar__logout{display:flex;min-height:43px;align-items:center;justify-content:center;gap:9px;margin-top:auto;border:1px solid var(--bz-border);border-radius:13px;color:var(--bz-text-secondary);background:transparent;cursor:pointer;font-size:.76rem}.dashboard-shell__main{min-width:0}.dashboard-page{display:grid;grid-gap:25px;gap:25px}.dashboard-hero{display:grid;min-height:200px;align-items:center;grid-gap:30px;gap:30px;overflow:hidden;padding:32px;border:1px solid var(--bz-border);border-radius:27px;background:radial-gradient(circle at 12% 20%,var(--bz-brand-purple-soft),transparent 42%),var(--bz-surface);box-shadow:var(--bz-shadow-sm);grid-template-columns:minmax(0,1fr) 145px}.dashboard-eyebrow{margin:0 0 8px;color:var(--bz-brand-purple);font-size:.76rem;font-weight:750}.dashboard-hero h1,.provider-dashboard-hero h1{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:760}.dashboard-hero__copy>p:not(.dashboard-eyebrow),.provider-dashboard-hero>div>p:not(.dashboard-eyebrow){max-width:620px;margin:11px 0 0;color:var(--bz-text-secondary);font-size:.88rem;line-height:1.75}.dashboard-hero__art{display:grid;place-items:center}.dashboard-hero__art-circle{display:grid;width:105px;height:105px;place-items:center;border-radius:34px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft);transform:rotate(8deg)}.dashboard-hero__art-circle svg{transform:rotate(-8deg)}.dashboard-search{display:grid;min-height:59px;align-items:center;grid-gap:12px;gap:12px;padding:7px 8px 7px 17px;border:1px solid rgba(141,90,167,.18);border-radius:19px;background:var(--bz-surface);box-shadow:0 1px 2px rgba(141,90,167,.06);grid-template-columns:auto minmax(0,1fr) auto}[dir=rtl] .dashboard-search{padding:7px 17px 7px 8px}.dashboard-search>svg{color:var(--bz-brand-gray)}.dashboard-search input{width:100%;min-width:0;border:0;outline:0;color:var(--bz-text-primary);background:transparent}.dashboard-search button{min-height:43px;padding-inline:20px;border:0;border-radius:13px;color:#ffffff;background:var(--bz-brand-purple);cursor:pointer;font-weight:700;transition:transform .15s ease,filter .15s ease}.dashboard-search button:active{transform:scale(.94);filter:brightness(.94)}.dashboard-highlight-card{position:relative;display:grid;align-items:center;grid-gap:14px;gap:14px;padding:16px 18px;border-radius:19px;border:1px solid transparent;background:linear-gradient(var(--bz-surface),var(--bz-surface)) padding-box,linear-gradient(120deg,var(--bz-brand-purple),var(--bz-brand-turquoise)) border-box;box-shadow:var(--bz-shadow-xs);grid-template-columns:auto minmax(0,1fr) auto;transition:transform .18s ease,box-shadow .18s ease}.dashboard-highlight-card:hover{box-shadow:var(--bz-shadow-sm);transform:translateY(-2px)}.dashboard-highlight-card:active{transform:scale(.98)}.dashboard-highlight-card__icon{display:grid;width:46px;height:46px;flex-shrink:0;place-items:center;border-radius:15px;color:#ffffff;background:linear-gradient(135deg,var(--bz-brand-purple),var(--bz-brand-turquoise))}.dashboard-highlight-card strong{display:block;font-size:.9rem}.dashboard-highlight-card p{margin:6px 0 0;color:var(--bz-text-secondary);font-size:.72rem;line-height:1.65}.dashboard-highlight-card__arrow{color:var(--bz-brand-gray)}.dashboard-section{padding:25px;border:1px solid var(--bz-border);border-radius:25px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs)}.dashboard-section__heading{margin-bottom:19px}.dashboard-section__heading--row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.dashboard-section__heading h2{margin:0;font-size:1.35rem}.dashboard-section__heading p{margin:6px 0 0;color:var(--bz-text-secondary);font-size:.78rem}.dashboard-section__heading>a{color:var(--bz-brand-purple);font-size:.77rem;font-weight:700}.dashboard-actions-grid{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-action-card{position:relative;display:grid;min-height:125px;align-items:center;grid-gap:13px;gap:13px;padding:18px;border:1px solid rgba(141,90,167,.38);border-radius:18px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs);grid-template-columns:auto minmax(0,1fr) auto;transition:transform .12s ease,border-color .18s ease,box-shadow .18s ease}.dashboard-action-card--turquoise{border-color:rgba(45,169,182,.4)}.dashboard-action-card:hover{border-color:var(--bz-brand-purple);box-shadow:var(--bz-shadow-sm);transform:translateY(-3px)}.dashboard-action-card:active{transform:scale(.97);box-shadow:var(--bz-shadow-xs);transition-duration:60ms}.dashboard-action-card__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.dashboard-action-card--turquoise .dashboard-action-card__icon{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.dashboard-action-card--gray .dashboard-action-card__icon{color:var(--bz-brand-gray-deep);background:var(--bz-brand-gray-soft)}.dashboard-action-card strong{font-size:.9rem}.dashboard-action-card p{margin:6px 0 0;color:var(--bz-text-secondary);font-size:.72rem;line-height:1.65}.dashboard-action-card__arrow{color:var(--bz-brand-gray)}.dashboard-status-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-status-card{display:flex;min-height:110px;justify-content:center;flex-direction:column;gap:8px;padding:19px;border:1px solid rgba(141,90,167,.28);border-radius:18px;background:var(--bz-brand-purple-soft);box-shadow:var(--bz-shadow-xs)}.dashboard-status-card--turquoise{border-color:rgba(45,169,182,.3);background:var(--bz-brand-turquoise-soft)}.dashboard-status-card--gray{border-color:var(--bz-border-strong);background:var(--bz-brand-gray-soft)}.dashboard-status-card span{color:var(--bz-brand-purple);font-size:1.7rem;font-weight:800}.dashboard-status-card--turquoise span{color:var(--bz-brand-turquoise-strong)}.dashboard-status-card--gray span{color:var(--bz-brand-gray-deep)}.dashboard-status-card strong{font-size:.76rem}.dashboard-empty-state{display:grid;min-height:180px;align-items:center;grid-gap:18px;gap:18px;padding:27px;border:1px dashed var(--bz-border-strong);border-radius:25px;background:var(--bz-surface);grid-template-columns:auto minmax(0,1fr) auto}.dashboard-empty-state__icon{display:grid;width:67px;height:67px;place-items:center;border-radius:22px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.dashboard-empty-state h2{margin:0;font-size:1.15rem}.dashboard-empty-state p{margin:7px 0 0;color:var(--bz-text-secondary);font-size:.78rem;line-height:1.7}.dashboard-empty-state__actions{display:flex;gap:8px}.dashboard-empty-state__actions>a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding-inline:15px;border:1px solid var(--bz-border);border-radius:12px;color:var(--bz-brand-purple);background:var(--bz-surface);font-size:.74rem;font-weight:700;transition:transform .15s ease,filter .15s ease}.dashboard-empty-state__actions>a:active{transform:scale(.95);filter:brightness(.95)}.dashboard-empty-state__actions>a:first-child{border-color:var(--bz-brand-purple);color:#ffffff;background:var(--bz-brand-purple)}.provider-dashboard-hero{display:flex;min-height:190px;align-items:center;justify-content:space-between;gap:24px;padding:30px;border:1px solid var(--bz-border);border-radius:27px;background:radial-gradient(circle at 12% 20%,var(--bz-brand-turquoise-soft),transparent 44%),var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.provider-dashboard-hero__status{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding-inline:13px;border-radius:999px;color:var(--bz-success);background:var(--bz-success-soft);font-size:.75rem;font-weight:700}.provider-actions-grid{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(3,minmax(0,1fr))}.provider-action-card{position:relative;min-height:175px;padding:20px;border:1px solid rgba(45,169,182,.4);border-radius:19px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs);transition:transform .12s ease,border-color .18s ease,box-shadow .18s ease}.provider-action-card:hover{border-color:var(--bz-brand-turquoise-strong);box-shadow:var(--bz-shadow-sm);transform:translateY(-3px)}.provider-action-card:active{transform:scale(.97);box-shadow:var(--bz-shadow-xs);transition-duration:60ms}.provider-action-card>span{display:grid;width:50px;height:50px;place-items:center;border-radius:16px;color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.provider-action-card h3{margin:18px 0 7px;font-size:.95rem}.provider-action-card p{margin:0;color:var(--bz-text-secondary);font-size:.74rem;line-height:1.65}.provider-action-card__arrow{position:absolute;right:auto;bottom:20px;left:20px;color:var(--bz-brand-gray)}[dir=ltr] .provider-action-card__arrow{right:20px;left:auto}.provider-dashboard-summary{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr))}.provider-dashboard-summary article{display:flex;min-height:105px;justify-content:center;flex-direction:column;gap:7px;padding:19px;border:1px solid var(--bz-border);border-radius:18px;background:var(--bz-surface)}.provider-dashboard-summary small{color:var(--bz-text-secondary);font-size:.72rem}.provider-dashboard-summary strong{color:var(--bz-brand-turquoise-strong);font-size:1.65rem}.provider-empty-state .dashboard-empty-state__icon{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}@media (max-width:940px){.dashboard-shell__body{grid-template-columns:190px minmax(0,1fr)}.dashboard-actions-grid{grid-template-columns:1fr}.provider-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-empty-state{grid-template-columns:auto minmax(0,1fr)}.dashboard-empty-state__actions{grid-column:1/-1}}@media (max-width:760px){.dashboard-shell{padding-bottom:84px}.dashboard-shell__body{display:block;width:min(100% - 28px,var(--bz-content-width));padding-block:16px 40px}.dashboard-sidebar{display:none}.dashboard-page{gap:17px}.dashboard-hero{min-height:165px;padding:21px;border-radius:23px;grid-template-columns:minmax(0,1fr) 80px}.dashboard-hero h1,.provider-dashboard-hero h1{font-size:1.75rem}.dashboard-hero__art-circle{width:68px;height:68px;border-radius:22px}.dashboard-search{min-height:56px}.dashboard-search button{min-height:40px;padding-inline:14px}.dashboard-section{padding:18px 14px;border-radius:22px}.dashboard-actions-grid{gap:9px}.dashboard-action-card{min-height:106px;padding:14px}.dashboard-action-card__icon{width:43px;height:43px}.dashboard-status-grid,.provider-dashboard-summary{display:flex;overflow-x:auto;gap:9px;padding-bottom:7px}.dashboard-status-card,.provider-dashboard-summary article{min-width:145px;flex:0 0 145px}.dashboard-empty-state{display:flex;align-items:flex-start;flex-direction:column;padding:21px}.dashboard-empty-state__actions{width:100%;flex-direction:column}.dashboard-empty-state__actions>a{width:100%}.provider-dashboard-hero{min-height:175px;align-items:flex-start;flex-direction:column;padding:22px}.provider-actions-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:8px}.provider-action-card{min-width:210px;flex:0 0 210px}}.dashboard-header{position:-webkit-sticky;position:sticky;z-index:30;top:0;border-bottom:1px solid var(--bz-border);background:color-mix(in srgb,var(--bz-surface) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-header__inner{display:flex;width:min(var(--bz-content-width),calc(100% - 40px));min-height:72px;align-items:center;gap:18px;margin-inline:auto}.dashboard-header__brand{display:inline-flex;align-items:center;gap:10px}.dashboard-header__brand>span{display:flex;flex-direction:column;gap:1px}.dashboard-header__brand strong{color:var(--bz-text-primary);font-size:.9rem}.dashboard-header__brand small{color:var(--bz-text-secondary);font-size:.62rem}.dashboard-header__mode{display:inline-flex;min-height:37px;align-items:center;gap:8px;margin-inline:auto;padding-inline:12px;border-radius:999px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft);font-size:.7rem;font-weight:700}.dashboard-header__mode.is-provider{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.dashboard-header__actions{display:flex;align-items:center;gap:7px}.dashboard-header__notification{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--bz-border);border-radius:13px;color:var(--bz-text-secondary);background:var(--bz-surface)}.saved-page{display:grid;grid-gap:20px;gap:20px}.saved-page__header{display:flex;min-height:185px;align-items:center;justify-content:space-between;gap:30px;padding:29px;border:1px solid var(--bz-border);border-radius:27px;background:radial-gradient(circle at 12% 12%,var(--bz-brand-purple-soft),transparent 42%),var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.saved-page__header h1{margin:0;font-size:clamp(1.7rem,3vw,2.45rem)}.saved-page__header>div>p:last-child{max-width:610px;margin:10px 0 0;color:var(--bz-text-secondary);font-size:.82rem;line-height:1.75}.saved-page__explore-link{display:inline-flex;min-height:43px;flex-shrink:0;align-items:center;justify-content:center;gap:8px;padding-inline:16px;border-radius:13px;color:#ffffff!important;background:var(--bz-brand-purple);font-size:.75rem;font-weight:700}.saved-page__toolbar{display:flex;min-height:67px;align-items:center;justify-content:space-between;gap:20px;padding:11px 14px;border:1px solid var(--bz-border);border-radius:18px;background:var(--bz-surface)}.saved-page__summary{display:flex;align-items:center;gap:11px}.saved-page__summary-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.saved-page__summary>div{display:flex;flex-direction:column;gap:2px}.saved-page__summary strong{font-size:.78rem}.saved-page__summary small{color:var(--bz-text-secondary);font-size:.66rem}.saved-page__filter{display:inline-flex;min-height:39px;align-items:center;gap:7px;padding-inline:12px;border:1px solid var(--bz-border);border-radius:12px;color:var(--bz-text-secondary);background:var(--bz-surface);font-size:.7rem}.saved-page__filter:disabled{cursor:not-allowed;opacity:.55}.saved-page__empty{display:grid;min-height:330px;place-items:center;align-content:center;grid-gap:17px;gap:17px;padding:36px 20px;border:1px dashed var(--bz-border-strong);border-radius:27px;background:var(--bz-surface);text-align:center}.saved-page__empty-icon{display:grid;width:78px;height:78px;place-items:center;border-radius:25px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.saved-page__empty-copy{max-width:510px}.saved-page__empty-copy h2{margin:0;font-size:1.3rem}.saved-page__empty-copy p{margin:8px 0 0;color:var(--bz-text-secondary);font-size:.78rem;line-height:1.75}.saved-page__empty-actions{display:flex;justify-content:center;gap:9px}.saved-page__empty-actions>a{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;padding-inline:15px;border-radius:12px;font-size:.73rem;font-weight:700}.saved-page__primary-action{color:#ffffff!important;background:var(--bz-brand-purple)}.saved-page__secondary-action{border:1px solid var(--bz-border);color:var(--bz-brand-purple)!important;background:var(--bz-surface)}.saved-page__tip{display:flex;align-items:flex-start;gap:12px;padding:17px;border:1px solid var(--bz-border);border-radius:18px;background:var(--bz-brand-turquoise-soft)}.saved-page__tip>span{display:grid;width:35px;height:35px;flex-shrink:0;place-items:center;border-radius:11px;color:var(--bz-brand-turquoise-strong);background:var(--bz-surface)}.saved-page__tip strong{font-size:.77rem}.saved-page__tip p{margin:4px 0 0;color:var(--bz-text-secondary);font-size:.7rem;line-height:1.65}.dashboard-mobile-nav{display:none}@media (max-width:760px){.dashboard-header__inner{width:calc(100% - 28px);min-height:65px}.dashboard-header__brand>span,.dashboard-header__mode{display:none}.dashboard-header__actions{-webkit-margin-start:auto;margin-inline-start:auto}.dashboard-mobile-nav{position:fixed;z-index:50;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;display:grid;min-height:68px;align-items:center;grid-gap:3px;gap:3px;padding:7px;border:1px solid var(--bz-border);border-radius:23px;background:color-mix(in srgb,var(--bz-surface) 91%,transparent);box-shadow:0 18px 45px rgba(24,18,29,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-mobile-nav>a{display:flex;min-width:0;min-height:53px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:16px;color:var(--bz-text-secondary)}.dashboard-mobile-nav[data-mode=provider]{grid-template-columns:repeat(6,minmax(0,1fr))}.dashboard-mobile-nav>a.is-active{color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.dashboard-mobile-nav__icon{display:grid;place-items:center}.dashboard-mobile-nav small{overflow:hidden;width:100%;text-align:center;font-size:.59rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.saved-page{gap:14px}.saved-page__header{min-height:170px;align-items:flex-start;flex-direction:column;padding:21px;border-radius:23px}.saved-page__header h1{font-size:1.65rem}.saved-page__explore-link{width:100%}.saved-page__toolbar{min-height:62px}.saved-page__empty{min-height:315px;padding:28px 17px}.saved-page__empty-actions{width:100%;flex-direction:column}.saved-page__empty-actions>a{width:100%}}.dashboard-header__admin-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid rgba(141,90,167,.28);border-radius:11px;color:var(--bz-primary,#8d5aa7);font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap}.dashboard-header__admin-link:hover{background:rgba(141,90,167,.08);border-color:var(--bz-primary,#8d5aa7)}@media (max-width:700px){.dashboard-header__admin-link{display:none}}.dashboard-shell{font-family:Cairo,sans-serif}.dashboard-header__inner{min-height:64px}.dashboard-header__brand strong{font-size:.84rem;font-weight:700}.dashboard-header__brand small{font-size:.58rem;font-weight:500}.dashboard-header__mode{min-height:34px;border-radius:10px;font-size:.66rem;font-weight:600}.dashboard-sidebar{border-radius:18px;box-shadow:none}.dashboard-sidebar__mode{border-radius:13px}.dashboard-sidebar__navigation>a{min-height:41px;border-radius:10px;font-size:.75rem;font-weight:600}.dashboard-sidebar__logout{min-height:40px;border-radius:10px}.account-action-card,.dashboard-content-card,.dashboard-list-card,.provider-filter-bar,.provider-offer-card,.provider-service-form,.provider-status-summary{border-radius:14px}@media (min-width:1200px){.dashboard-header__inner,.dashboard-shell__body{width:calc(100% - 288px)!important;max-width:1680px!important;margin-inline:auto!important}.dashboard-shell__body{grid-template-columns:220px minmax(0,1fr);gap:20px;padding-block:20px 70px}}@media (min-width:761px) and (max-width:1199px){.dashboard-header__inner,.dashboard-shell__body{width:calc(100% - 48px)!important;margin-inline:auto!important}}@media (max-width:760px){.dashboard-header__inner,.dashboard-shell__body{width:calc(100% - 28px)!important}.dashboard-header__inner{min-height:62px}}.account-dashboard-page,.dashboard-page,.provider-dashboard-page,.provider-workspace-page,.saved-page{font-family:Cairo,sans-serif}.account-profile-hero h1,.dashboard-hero h1,.dashboard-page__heading h1,.provider-dashboard-hero h1,.provider-page-heading h1,.saved-page__header h1{font-size:clamp(20px,2vw,27px);line-height:1.4;font-weight:700}.dashboard-eyebrow{margin-bottom:5px;font-size:9.5px;font-weight:700}.account-profile-hero,.dashboard-hero,.provider-dashboard-hero,.saved-page__header{min-height:160px;padding:22px;border-radius:18px;box-shadow:none}.account-action-card,.dashboard-action-card,.dashboard-content-card,.dashboard-list-card,.dashboard-status-grid article,.provider-action-card,.provider-dashboard-summary article,.provider-filter-bar,.provider-offer-card,.provider-offer-items-card,.provider-offer-metadata-card,.provider-offer-notes-card,.provider-service-form,.provider-status-summary,.saved-page__empty,.saved-page__tip,.saved-page__toolbar{border-radius:14px;box-shadow:none}.account-action-card h3,.dashboard-action-card h3,.dashboard-content-card h2,.provider-action-card h3,.provider-page-heading h1,.provider-service-form h2{font-weight:700}.dashboard-shell label,.dashboard-shell p,.dashboard-shell small{line-height:1.7}.dashboard-shell input,.dashboard-shell select,.dashboard-shell textarea{min-height:40px;border-radius:9px;font-size:11.5px}.dashboard-primary-link,.provider-offer-card button,.provider-page-heading__back,.provider-page-heading__primary,.provider-service-form button,.saved-page__explore-link,.saved-page__primary-action,.saved-page__secondary-action{min-height:36px;border-radius:9px;font-size:10.5px;font-weight:700}@media (min-width:1200px){.dashboard-header__inner,.dashboard-shell__body{width:calc(100% - 288px)!important;max-width:1680px!important;margin-inline:auto!important}}@media (max-width:760px){.account-profile-hero,.dashboard-hero,.provider-dashboard-hero,.saved-page__header{min-height:auto;padding:17px;border-radius:14px}.account-profile-hero h1,.dashboard-hero h1,.dashboard-page__heading h1,.provider-dashboard-hero h1,.provider-page-heading h1,.saved-page__header h1{font-size:18px}}.dashboard-header__inner{min-height:56px!important;gap:12px!important}.dashboard-header__brand{gap:7px!important}.dashboard-header__brand svg{width:28px!important;height:28px!important}.dashboard-header__brand strong{font-size:12px!important;line-height:1.2!important;font-weight:700!important}.dashboard-header__brand small{font-size:8.5px!important;line-height:1.2!important;font-weight:500!important}.dashboard-header__mode{min-height:30px!important;padding-inline:9px!important;gap:6px!important;border-radius:9px!important;font-size:9px!important;font-weight:600!important}.dashboard-header__actions{gap:6px!important}.dashboard-header .bz-unified-theme-toggle,.dashboard-header__notification{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;border-radius:9px!important}.dashboard-header .bz-unified-language-toggle{min-height:34px!important;padding-inline:8px!important;border-radius:9px!important;font-size:9px!important}.dashboard-header__admin-link{min-height:34px!important;padding-inline:10px!important;border-radius:9px!important;font-size:10px!important;font-weight:600!important}.dashboard-shell{font-size:12px}.account-profile-hero h1,.dashboard-hero h1,.dashboard-page__heading h1,.dashboard-shell h1,.provider-dashboard-hero h1,.provider-page-heading h1,.saved-page__header h1{font-size:21px!important;line-height:1.4!important;font-weight:700!important}.dashboard-content-card h2,.dashboard-shell h2,.provider-service-form h2{font-size:15px!important;line-height:1.45!important;font-weight:700!important}.account-action-card h3,.dashboard-action-card h3,.dashboard-shell h3,.provider-action-card h3{font-size:12.5px!important;line-height:1.45!important;font-weight:700!important}.dashboard-eyebrow{font-size:9px!important;font-weight:700!important}.dashboard-shell p{font-size:10.5px}.dashboard-shell label,.dashboard-shell small{font-size:9.5px}.dashboard-sidebar__mode strong,.dashboard-sidebar__navigation>a{font-size:10.5px!important}.dashboard-sidebar__mode small{font-size:8.5px!important}@media (max-width:760px){.dashboard-header__inner{min-height:54px!important}.dashboard-header__brand svg{width:27px!important;height:27px!important}.account-profile-hero h1,.dashboard-hero h1,.dashboard-page__heading h1,.dashboard-shell h1,.provider-dashboard-hero h1,.provider-page-heading h1,.saved-page__header h1{font-size:18px!important}}.dashboard-info-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:14px;background:var(--bz-brand-turquoise-soft);border:1px solid color-mix(in srgb,var(--bz-brand-turquoise-strong) 35%,transparent);color:var(--bz-brand-purple-deep);font-size:.86rem;line-height:1.6}.dashboard-info-banner__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--bz-surface);color:var(--bz-brand-turquoise-strong)}.dashboard-info-banner strong{color:var(--bz-brand-purple-deep)}.dashboard-info-banner a{color:var(--bz-brand-purple);font-weight:700;text-decoration:underline;text-underline-offset:2px}.dashboard-filter-pills{display:flex;flex-wrap:wrap;gap:8px}.dashboard-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;border:1px solid var(--bz-border-strong);background:var(--bz-surface);color:var(--bz-brand-gray-deep);font-size:.82rem;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,color .12s ease,border-color .12s ease}.dashboard-filter-pill:hover{border-color:var(--bz-brand-purple);color:var(--bz-brand-purple-deep)}.dashboard-filter-pill:active{transform:scale(.96);transition-duration:60ms}.dashboard-filter-pill.is-active{background:var(--bz-brand-purple);border-color:var(--bz-brand-purple);color:#fff}.dashboard-filter-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:color-mix(in srgb,currentColor 16%,transparent);font-size:.72rem}.dashboard-list{display:flex;flex-direction:column;gap:12px}a.dashboard-list-card,button.dashboard-list-card{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 20px;background:var(--bz-surface);border:1px solid var(--bz-border-strong);box-shadow:var(--bz-shadow-xs);color:inherit;font:inherit;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}a.dashboard-list-card:hover,button.dashboard-list-card:hover{border-color:var(--bz-brand-purple);box-shadow:var(--bz-shadow-sm)}a.dashboard-list-card:active,button.dashboard-list-card:active{transform:scale(.98);transition-duration:60ms}.dashboard-list-card>div:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-list-card>div:first-child small{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bz-brand-gray-deep)}.dashboard-list-card>div:first-child strong{font-size:.95rem}.dashboard-list-card>div:first-child p{margin:2px 0 0;font-size:.85rem;color:var(--bz-brand-gray-deep);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-list-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.dashboard-list-card__meta small{font-size:.75rem;color:var(--bz-brand-gray-deep)}.dashboard-list-card__meta span[data-status]{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.dashboard-list-card__meta span[data-status=APPROVED],.dashboard-list-card__meta span[data-status=OPEN],.dashboard-list-card__meta span[data-status=SUBMITTED]{background:var(--bz-brand-turquoise-soft);color:var(--bz-brand-turquoise-strong)}.dashboard-list-card__meta span[data-status=IN_PROGRESS],.dashboard-list-card__meta span[data-status=PENDING_CUSTOMER],.dashboard-list-card__meta span[data-status=PENDING_PROVIDER],.dashboard-list-card__meta span[data-status=UNDER_REVIEW]{background:var(--bz-brand-purple-soft);color:var(--bz-brand-purple)}.dashboard-list-card__meta span[data-status=ACCEPTED],.dashboard-list-card__meta span[data-status=RESOLVED]{background:color-mix(in srgb,var(--bz-color-success) 16%,transparent);color:var(--bz-color-success)}.dashboard-list-card__meta span[data-status=DECLINED]{background:color-mix(in srgb,var(--bz-color-error) 14%,transparent);color:var(--bz-color-error)}.dashboard-list-card__meta span[data-status=CANCELLED],.dashboard-list-card__meta span[data-status=CLOSED]{background:var(--bz-brand-gray-soft);color:var(--bz-brand-gray-deep)}@media (max-width:640px){a.dashboard-list-card,button.dashboard-list-card{flex-direction:column;align-items:stretch;gap:10px}.dashboard-list-card__meta{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-page__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;min-height:140px;padding:24px 28px;border:1px solid var(--bz-border);border-radius:22px;background:radial-gradient(circle at 12% 18%,var(--bz-brand-turquoise-soft),transparent 44%),var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.dashboard-page__heading h1{margin:6px 0 0;font-size:clamp(1.4rem,2.6vw,1.9rem)}.dashboard-page__heading>div>p:not(.dashboard-eyebrow){max-width:600px;margin:8px 0 0;color:var(--bz-brand-gray-deep);font-size:.85rem;line-height:1.7}.dashboard-primary-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:10px;background:var(--bz-brand-purple);color:#fff;text-decoration:none;border:1px solid var(--bz-brand-purple);cursor:pointer;transition:background .12s ease,transform .12s ease}.dashboard-primary-link:hover{background:var(--bz-brand-purple-hover)}.dashboard-primary-link:active{transform:scale(.97);transition-duration:60ms}.dashboard-alert{padding:12px 16px;border-radius:12px;font-size:.85rem;line-height:1.6}.dashboard-alert--error{background:color-mix(in srgb,var(--bz-color-error) 12%,transparent);color:var(--bz-color-error);border:1px solid color-mix(in srgb,var(--bz-color-error) 30%,transparent)}.dashboard-content-card{padding:18px;border:1px solid var(--bz-border);border-radius:16px;background:var(--bz-surface)}.dashboard-content-card h2{margin:0 0 14px;font-size:1rem}.dashboard-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:14px;gap:14px}.dashboard-details-grid article{display:flex;flex-direction:column;gap:4px}.dashboard-details-grid small{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bz-brand-gray-deep)}.dashboard-details-grid strong{font-size:.95rem}.dashboard-request-items{display:flex;flex-direction:column;gap:10px}.dashboard-request-items article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--bz-border);border-radius:12px;background:var(--bz-color-surface-muted)}.dashboard-request-items article>div{display:flex;flex-direction:column;gap:2px}.dashboard-request-items small{font-size:.72rem;color:var(--bz-brand-gray-deep)}.dashboard-request-items article>span{flex-shrink:0;font-size:.75rem;color:var(--bz-brand-purple);font-weight:700}.dashboard-danger-zone{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 18px;border:1px solid color-mix(in srgb,var(--bz-color-error) 30%,transparent);border-radius:16px;background:color-mix(in srgb,var(--bz-color-error) 6%,transparent)}.dashboard-danger-zone strong{display:block;color:var(--bz-color-error)}.dashboard-danger-zone p{margin:4px 0 0;font-size:.82rem;color:var(--bz-brand-gray-deep)}.dashboard-danger-zone button{flex-shrink:0;min-height:40px;padding:0 18px;border-radius:10px;border:1px solid var(--bz-color-error);background:var(--bz-surface);color:var(--bz-color-error);font-weight:700;cursor:pointer;transition:background .12s ease,transform .12s ease}.dashboard-danger-zone button:hover:not(:disabled){background:color-mix(in srgb,var(--bz-color-error) 10%,transparent)}.dashboard-danger-zone button:active:not(:disabled){transform:scale(.97);transition-duration:60ms}.dashboard-danger-zone button:disabled{opacity:.6;cursor:not-allowed}.dashboard-action-row{display:flex;flex-wrap:wrap;gap:10px}.dashboard-primary-link:disabled,button.dashboard-primary-link:disabled{opacity:.6;cursor:not-allowed;transform:none}.dashboard-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;min-height:36px;border-radius:10px;background:var(--bz-surface);color:var(--bz-brand-purple);border:1px solid var(--bz-border-strong);cursor:pointer;transition:background .12s ease,transform .12s ease}.dashboard-secondary-button:hover:not(:disabled){background:var(--bz-brand-purple-soft)}.dashboard-secondary-button:active:not(:disabled){transform:scale(.97);transition-duration:60ms}.dashboard-secondary-button:disabled{opacity:.6;cursor:not-allowed}.account-dashboard-page,.account-profile-hero{display:grid;grid-gap:20px;gap:20px}.account-profile-hero{min-height:190px;align-items:center;padding:29px;border:1px solid var(--bz-border-strong);border-radius:27px;background:radial-gradient(circle at 12% 16%,var(--bz-brand-purple-soft),transparent 43%),var(--bz-surface);box-shadow:var(--bz-shadow-sm);grid-template-columns:auto minmax(0,1fr) auto}.account-profile-hero__avatar{display:grid;width:78px;height:78px;place-items:center;border-radius:25px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.account-profile-hero__copy h1{margin:0;font-size:clamp(1.7rem,3vw,2.5rem)}.account-profile-hero__copy>p:last-child{max-width:620px;margin:9px 0 0;color:var(--bz-text-secondary);font-size:.8rem;line-height:1.75}.account-profile-hero__saved{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding-inline:14px;border:1px solid var(--bz-border);border-radius:13px;color:var(--bz-brand-purple)!important;background:var(--bz-surface);font-size:.72rem;font-weight:700}.account-summary{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.account-summary article{display:flex;min-height:95px;align-items:center;gap:12px;padding:17px;border:1px solid var(--bz-border);border-radius:18px;background:var(--bz-surface)}.account-summary article>span{display:grid;width:43px;height:43px;flex-shrink:0;place-items:center;border-radius:14px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.account-summary article:nth-child(2)>span{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.account-summary article:nth-child(3)>span{color:var(--bz-brand-gray-deep);background:var(--bz-brand-gray-soft)}.account-summary article>div{display:flex;flex-direction:column;gap:3px}.account-summary small{color:var(--bz-text-secondary);font-size:.67rem}.account-summary strong{font-size:1.25rem}.account-dashboard-section{padding:24px;border:1px solid var(--bz-border);border-radius:24px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs)}.account-dashboard-section__heading{margin-bottom:18px}.account-dashboard-section__heading h2{margin:0;font-size:1.25rem}.account-dashboard-section__heading p{margin:6px 0 0;color:var(--bz-text-secondary);font-size:.75rem}.account-actions-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.account-action-card{position:relative;display:grid;min-height:116px;align-items:center;grid-gap:13px;gap:13px;padding:17px;border:1px solid var(--bz-border-strong);border-radius:18px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs);grid-template-columns:auto minmax(0,1fr) auto;transition:transform .12s ease,border-color .18s ease,box-shadow .18s ease}a.account-action-card:hover{border-color:var(--bz-brand-purple);box-shadow:var(--bz-shadow-sm);transform:translateY(-2px)}a.account-action-card:active{border-color:var(--bz-brand-purple);box-shadow:var(--bz-shadow-xs);transform:translateY(0) scale(.97);transition-duration:60ms}.account-action-card.is-disabled{opacity:.72}.account-action-card__icon{display:grid;width:47px;height:47px;place-items:center;border-radius:15px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.account-action-card:nth-child(2) .account-action-card__icon{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.account-action-card:nth-child(3) .account-action-card__icon,.account-action-card:nth-child(4) .account-action-card__icon{color:var(--bz-brand-gray-deep);background:var(--bz-brand-gray-soft)}.account-action-card strong{font-size:.85rem}.account-action-card p{margin:5px 0 0;color:var(--bz-text-secondary);font-size:.7rem;line-height:1.65}.account-action-card__arrow{color:var(--bz-brand-gray)}.account-action-card__coming{position:absolute;top:11px;inset-inline-end:11px;padding:4px 7px;border-radius:999px;color:var(--bz-text-secondary);background:var(--bz-surface-muted);font-size:.58rem}.account-provider-card{display:grid;min-height:170px;align-items:center;grid-gap:18px;gap:18px;padding:25px;border:1px solid var(--bz-border-strong);border-radius:24px;background:radial-gradient(circle at 86% 18%,var(--bz-brand-turquoise-soft),transparent 40%),var(--bz-surface);box-shadow:var(--bz-shadow-sm);grid-template-columns:auto minmax(0,1fr) auto}.account-provider-card__icon{display:grid;width:62px;height:62px;place-items:center;border-radius:20px;color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.account-provider-card__copy h2{margin:0;font-size:1.25rem}.account-provider-card__copy>p:last-child{max-width:660px;margin:7px 0 0;color:var(--bz-text-secondary);font-size:.74rem;line-height:1.7}.account-provider-card__action{display:flex;justify-content:flex-end}.account-provider-activate,.account-provider-status{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;padding-inline:15px;border-radius:13px;font-size:.72rem;font-weight:700}.account-provider-activate{border:0;color:#ffffff;background:var(--bz-brand-purple);cursor:pointer}.account-provider-status.is-pending{color:var(--bz-warning);background:var(--bz-warning-soft)}.account-provider-status.is-approved{color:var(--bz-success)!important;background:var(--bz-success-soft)}.provider-activation-card{padding:25px;border:1px solid var(--bz-border-strong);border-radius:24px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm);scroll-margin-top:92px}.provider-activation-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid var(--bz-border)}.provider-activation-card__header h2{margin:0;font-size:1.3rem}.provider-activation-card__header>div>p:last-child{max-width:650px;margin:7px 0 0;color:var(--bz-text-secondary);font-size:.75rem;line-height:1.7}.provider-activation-card__close{min-height:39px;padding-inline:13px;border:1px solid var(--bz-border);border-radius:12px;color:var(--bz-text-secondary);background:var(--bz-surface);cursor:pointer;font-size:.69rem}.provider-activation-form{display:grid;grid-gap:24px;gap:24px;padding-top:23px}.provider-activation-form fieldset{min-width:0;margin:0;padding:0;border:0}.provider-activation-form legend{margin-bottom:14px;color:var(--bz-text-primary);font-size:.86rem;font-weight:750}.provider-activation-form__grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.provider-activation-field{display:grid;grid-gap:7px;gap:7px}.provider-activation-field__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-activation-field__heading strong{font-size:.72rem}.provider-activation-field__heading small{color:var(--bz-text-secondary);font-size:.62rem}.provider-activation-field input{width:100%;min-height:48px;padding-inline:13px;border:1px solid var(--bz-border);border-radius:13px;outline:0;color:var(--bz-text-primary);background:var(--bz-surface);font-size:.76rem;transition:border-color .18s ease,box-shadow .18s ease}.provider-activation-field input:focus{border-color:var(--bz-brand-purple);box-shadow:0 0 0 4px var(--bz-brand-purple-soft)}.provider-activation-field input[type=file]{padding-block:11px}.provider-activation-form__notice{display:flex;align-items:flex-start;gap:10px;padding:14px;border-radius:15px;color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.provider-activation-form__notice p{margin:0;color:var(--bz-text-secondary);font-size:.68rem;line-height:1.65}.provider-activation-form__file-status{margin:6px 0 0;font-size:.68rem;color:var(--bz-text-secondary)}.provider-activation-form__file-status--error{color:#b42318}.provider-activation-form__file-list{display:flex;flex-direction:column;gap:4px;margin:6px 0 0;padding:0;list-style:none}.provider-activation-form__file-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:9px;background:var(--bz-surface-muted,var(--bz-surface));font-size:.68rem}.provider-activation-form__file-list button{border:none;background:transparent;color:#b42318;font-size:.66rem;font-weight:700;cursor:pointer;padding:0}.provider-activation-form__error{margin:0;padding:12px 14px;border:1px solid color-mix(in srgb,#b42318 24%,transparent);border-radius:13px;color:#b42318;background:color-mix(in srgb,#b42318 8%,var(--bz-surface));font-size:.72rem}.provider-activation-form__actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.provider-activation-form__cancel,.provider-activation-form__submit{min-height:43px;padding-inline:17px;border-radius:12px;cursor:pointer;font-size:.72rem;font-weight:700}.provider-activation-form__cancel{border:1px solid var(--bz-border);color:var(--bz-text-secondary);background:var(--bz-surface)}.provider-activation-form__submit{border:1px solid var(--bz-brand-purple);color:#ffffff;background:var(--bz-brand-purple)}.provider-activation-form__submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:900px){.account-profile-hero{grid-template-columns:auto minmax(0,1fr)}.account-profile-hero__saved{grid-column:1/-1;width:-moz-fit-content;width:fit-content}.account-provider-card{grid-template-columns:auto minmax(0,1fr)}.account-provider-card__action{grid-column:1/-1;justify-content:flex-start}}@media (max-width:760px){.account-dashboard-page{gap:14px}.account-profile-hero{display:flex;min-height:180px;align-items:flex-start;flex-direction:column;padding:21px;border-radius:23px}.account-profile-hero__avatar{width:61px;height:61px;border-radius:20px}.account-profile-hero__copy h1{font-size:1.65rem}.account-profile-hero__saved{width:100%}.account-summary{display:flex;overflow-x:auto;gap:9px;padding-bottom:6px}.account-summary article{min-width:165px;flex:0 0 165px}.account-dashboard-section{padding:18px 14px}.account-actions-grid{grid-template-columns:1fr}.account-provider-card{display:flex;align-items:flex-start;flex-direction:column;padding:20px}.account-provider-activate,.account-provider-card__action,.account-provider-status{width:100%}.provider-activation-card{padding:18px 14px}.provider-activation-card__header{align-items:stretch;flex-direction:column}.provider-activation-card__close{width:100%}.provider-activation-form__grid{grid-template-columns:1fr}.provider-activation-form__actions{flex-direction:column-reverse}.provider-activation-form__cancel,.provider-activation-form__submit{width:100%}}