.lang-currency-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100050;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px 16px;animation:lcm-overlay-in .2s ease}@keyframes lcm-overlay-in{0%{opacity:0}to{opacity:1}}.lang-currency-modal{width:100%;max-width:560px;max-height:min(90vh,640px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000002e;animation:lcm-panel-in .22s ease}@keyframes lcm-panel-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.lang-currency-modal__header{position:relative;padding:20px 24px 12px;border-bottom:1px solid #ebebeb}.lang-currency-modal__close{position:absolute;top:16px;left:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:none;border-radius:50%;background:transparent;color:#222;cursor:pointer;transition:background .15s}.lang-currency-modal__close:hover{background:#f7f7f7}.lang-currency-modal__title{margin:0;padding:8px 48px 0;font-size:1.125rem;font-weight:600;color:#222;text-align:center;line-height:1.3}.lang-currency-modal__body{padding:24px 24px 28px;display:flex;flex-direction:column;gap:28px}.lang-currency-modal__section{display:flex;flex-direction:column;gap:10px}.lang-currency-modal__label{font-size:.9375rem;font-weight:600;color:#222}.lang-currency-modal__select{width:100%;padding:14px 40px 14px 16px;font-size:.9375rem;font-family:inherit;font-weight:500;color:#222;background:#fff;border:1px solid #b0b0b0;border-radius:12px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .15s,box-shadow .15s}.lang-currency-modal__select:hover{border-color:#222}.lang-currency-modal__select:focus{outline:none;border-color:#222;box-shadow:0 0 0 2px #2222221f}@media (max-width: 480px){.lang-currency-modal{border-radius:14px;max-height:85vh}.lang-currency-modal__title{font-size:1rem}}.hmenu{position:relative}.hmenu__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--star-gray-200);border-radius:50%;background:var(--star-white);cursor:pointer;color:#222;transition:box-shadow .15s,border-color .15s}.hmenu__btn:hover{box-shadow:0 2px 8px #0000001a;border-color:var(--star-gray-300)}.hmenu__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(320px,calc(100vw - 24px));background:#fff;border-radius:14px;box-shadow:0 2px 16px #0000001f;z-index:10001;overflow:hidden;padding:8px 0;opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.hmenu__dropdown--enter{opacity:1;transform:translateY(0);pointer-events:auto}.hmenu__section-label{margin:0;padding:8px 14px 4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.hmenu__sep{height:1px;background:#ebebeb;margin:8px 0}.hmenu__icon{flex-shrink:0;color:#717171}.hmenu__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;font-size:.9375rem;font-weight:500;color:#222;text-align:left;text-decoration:none;cursor:pointer;font-family:inherit;transition:background .12s ease;box-sizing:border-box}.hmenu__item:hover{background:#f7f7f7}.hmenu__item--plain{font-weight:400;padding-left:16px}.hmenu__item-text-only{padding-left:0}.hmenu__item--signout{font-weight:400;padding-left:16px}.hmenu__promo{display:flex;align-items:center;gap:12px;margin:0 8px;padding:14px 12px;text-decoration:none;color:inherit;cursor:pointer;border-radius:10px;background:#f7f7f7;transition:background .12s ease}.hmenu__promo:hover{background:#efefef}.hmenu__promo-text{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hmenu__promo-title{font-size:.9375rem;font-weight:600;color:#222;line-height:1.3;text-decoration:none}.hmenu__promo-sub{font-size:.8125rem;font-weight:400;color:#717171;line-height:1.4;text-decoration:none}.hmenu__promo-img{width:72px;height:96px;object-fit:contain;object-position:center;flex-shrink:0}.hmenu__promo--dashboard{min-height:72px}@media (max-width: 480px){.hmenu__dropdown{right:-4px}}.ws-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:0;pointer-events:none;opacity:0;transition:opacity .22s ease}.ws-modal--open{pointer-events:auto;opacity:1}.ws-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;padding:0;cursor:pointer}.ws-modal__panel{position:relative;width:100%;max-width:880px;max-height:100vh;overflow:hidden;display:flex;flex-direction:column;margin:16px;background:#fff;border-radius:24px;box-shadow:0 16px 56px #00000024;transform:translateY(12px) scale(.98);opacity:0;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease}.ws-modal--open .ws-modal__panel{transform:translateY(0) scale(1);opacity:1}.ws-modal__close{position:absolute;top:28px;right:28px;z-index:2;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f3f3f3;color:#222;cursor:pointer;transition:background .15s ease}.ws-modal__close:hover{background:#ebebeb}.ws-modal__scroll{overflow-y:auto;padding:88px 48px 56px;-webkit-overflow-scrolling:touch}.ws-modal__step{display:block;font-size:.8rem;color:#717171;font-weight:500;margin:0 0 10px;padding-right:72px}.ws-modal__title{font-size:3rem;font-weight:700;color:#222;margin:0 0 16px;letter-spacing:-.02em;padding-right:72px;line-height:1.15}.ws-modal__sub{font-size:1.875rem;color:#717171;line-height:1.45;margin:0 0 44px}.ws-modal__socials{display:flex;flex-direction:column;gap:20px}.ws-modal__social{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;padding:28px 32px;font-size:1.875rem;font-weight:600;font-family:inherit;color:#222;background:#fff;border:2px solid #b0b0b0;border-radius:16px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.ws-modal__social:hover:not(:disabled){border-color:#222;background:#fafafa}.ws-modal__social:disabled{opacity:.55;cursor:not-allowed}.ws-modal__social-icon{width:40px;height:40px;flex-shrink:0}.ws-modal__form{display:flex;flex-direction:column;gap:24px}.ws-modal__label{font-size:1rem;font-weight:600;color:#222}.ws-modal__input{width:100%;padding:28px 32px;font-size:2rem;font-family:inherit;border:2px solid #ccc;border-radius:16px;box-sizing:border-box}.ws-modal__input:focus{outline:none;border-color:#222}.ws-modal__error{font-size:1.25rem;color:#c13515;margin:0}.ws-modal__btn-primary{width:100%;padding:28px 32px;font-size:1.75rem;font-weight:600;font-family:inherit;color:#fff;background:#1b4fba;border:none;border-radius:16px;cursor:pointer;transition:background .15s ease}.ws-modal__btn-primary:hover:not(:disabled){background:#164a9e}.ws-modal__btn-primary:disabled{opacity:.5;cursor:not-allowed}.ws-modal__btn-secondary-outline{width:100%;padding:28px 32px;font-size:1.75rem;font-weight:600;font-family:inherit;color:#1b4fba;background:#fff;border:2px solid #1b4fba;border-radius:16px;cursor:pointer;transition:background .15s ease}.ws-modal__btn-secondary-outline:hover:not(:disabled){background:#f5f8ff}.ws-modal__btn-secondary-outline:disabled{opacity:.5;cursor:not-allowed}.ws-modal__btn-text{width:100%;padding:16px;font-size:1.25rem;font-family:inherit;color:#222;background:transparent;border:none;cursor:pointer;text-decoration:underline}.ws-modal__code{text-align:center;letter-spacing:.35em;font-size:2.5rem}.ws-modal--auth .ws-modal__panel{width:100%;max-width:400px;border-radius:16px;margin:16px;border:1px solid #e8e8e8;box-shadow:0 4px 24px #00000014}.ws-modal--auth .ws-modal__close{top:12px;right:12px;width:36px;height:36px;background:#f3f3f3}.ws-modal--auth .ws-modal__scroll{padding:52px 24px 32px}.ws-modal--auth .ws-modal__title{font-size:1.5rem;font-weight:700;margin:0 0 8px;padding-right:40px;line-height:1.25;letter-spacing:normal}.ws-modal--auth .ws-modal__sub{font-size:.9rem;margin:0 0 20px;line-height:1.45}.ws-modal--auth .ws-modal__socials{gap:12px}.ws-modal--auth .ws-modal__social{gap:12px;padding:14px 24px;font-size:1rem;font-weight:500;border-width:1.5px;border-color:#222;border-radius:8px}.ws-modal--auth .ws-modal__social:hover:not(:disabled){background:#f7f7f7;border-color:#222}.ws-modal--auth .ws-modal__social-icon{width:20px;height:20px}.ws-modal--auth .ws-modal__form{gap:12px}.ws-modal--auth .ws-modal__label{font-size:.75rem;margin-bottom:4px}.ws-modal--auth .ws-modal__input{padding:14px 16px;font-size:1rem;border-width:1.5px;border-color:#ccc;border-radius:8px}.ws-modal--auth .ws-modal__input:focus{box-shadow:0 0 0 1px #222}.ws-modal--auth .ws-modal__error{font-size:.85rem}.ws-modal--auth .ws-modal__btn-primary{padding:14px 24px;font-size:1rem;font-weight:600;border-radius:8px;margin-top:4px}.ws-modal--auth .ws-modal__btn-secondary-outline{padding:14px 24px;font-size:1rem;font-weight:600;border-radius:8px;border-width:1.5px;margin-top:4px}.ws-modal--auth .ws-modal__btn-text{padding:8px 0;margin-top:8px;font-size:.9rem;color:#717171;text-decoration:none}.ws-modal--auth .ws-modal__btn-text:hover{color:#222;text-decoration:underline}.ws-modal--auth .ws-modal__code{letter-spacing:.35em;font-size:1.25rem}.ws-modal--auth .ws-modal__demo{font-size:.85rem;margin-top:20px}.ws-modal--category .ws-modal__panel{max-width:634px;border-radius:17px;margin:12px;box-shadow:0 12px 41px #00000024}.ws-modal--category .ws-modal__close{top:20px;right:20px;width:41px;height:41px}.ws-modal--category .ws-modal__scroll{padding:63px 34px 41px}.ws-modal--category .ws-modal__step{display:block;font-size:1.15rem;line-height:1.35;font-weight:600;color:#444;margin:0 0 14px;padding-right:52px;letter-spacing:.02em}@media (min-width: 641px){.ws-modal--category .ws-modal__step{font-size:1.4rem}}.ws-modal--category .ws-modal__title{font-size:2.16rem;margin:0 0 12px;padding-right:52px}.ws-modal--category .ws-modal__sub{font-size:1.35rem;margin:0 0 32px}.ws-modal--category .ws-modal__cat-grid{gap:17px;margin-bottom:29px}.ws-modal--category .ws-modal__cat-card{padding:23px 12px 20px;border-radius:17px;border-width:2px}.ws-modal--category .ws-modal__cat-card:hover,.ws-modal--category .ws-modal__cat-card--selected:hover{transform:translateY(-5px)}.ws-modal--category .ws-modal__cat-icon-wrap{width:81px;height:81px;margin-bottom:14px}.ws-modal--category .ws-modal__cat-icon{width:69px;height:69px}.ws-modal--category .ws-modal__cat-label{font-size:1.17rem}.ws-modal--category .ws-modal__btn-primary{padding:20px 23px;font-size:1.26rem;border-radius:12px}.ws-modal--category .ws-modal__demo{font-size:.72rem;margin-top:20px}.ws-modal__cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}@media (max-width: 720px){.ws-modal__cat-grid{gap:16px}.ws-modal--category .ws-modal__cat-grid{gap:12px}}.ws-modal__cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 16px 28px;background:#fff;border:3px solid #ebebeb;border-radius:24px;box-shadow:0 4px 16px #0000000f;cursor:pointer;font-family:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .18s ease}.ws-modal__cat-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.ws-modal__cat-card--selected{border-color:#1b4fba;box-shadow:0 8px 32px #1b4fba38}.ws-modal__cat-card--selected:hover{transform:translateY(-8px);box-shadow:0 16px 44px #1b4fba3d}.ws-modal__cat-icon-wrap{width:112px;height:112px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.ws-modal__cat-icon{width:96px;height:96px;object-fit:contain}.ws-modal__cat-label{font-size:1.625rem;font-weight:600;color:#222;line-height:1.25}.ws-modal__continue{width:100%;margin-top:8px}.ws-modal__demo{text-align:center;color:#aaa;font-size:1rem;margin-top:28px;cursor:pointer}@media (max-width: 640px){.ws-modal{align-items:stretch}.ws-modal__panel{max-width:none;width:100%;height:100%;max-height:none;margin:0;border-radius:0;transform:translateY(100%)}.ws-modal--open .ws-modal__panel{transform:translateY(0)}.ws-modal__scroll{flex:1;padding:72px 24px max(40px,env(safe-area-inset-bottom))}.ws-modal__title{font-size:clamp(1.75rem,6vw,2.5rem);padding-right:56px}.ws-modal__sub{font-size:clamp(1rem,4vw,1.35rem);margin-bottom:28px}.ws-modal__social{font-size:clamp(1rem,4.2vw,1.35rem);padding:18px 20px}.ws-modal__btn-primary{font-size:clamp(1.05rem,4vw,1.35rem);padding:18px 24px}.ws-modal__cat-icon-wrap{width:80px;height:80px;margin-bottom:12px}.ws-modal__cat-icon{width:72px;height:72px}.ws-modal__cat-label{font-size:clamp(.95rem,3.5vw,1.2rem)}.ws-modal--category .ws-modal__scroll{padding:52px 17px max(29px,env(safe-area-inset-bottom))}.ws-modal--category .ws-modal__title{padding-right:41px}.ws-modal--category .ws-modal__step{font-size:1.12rem;font-weight:600;color:#444;padding-right:41px;margin-bottom:12px}.ws-modal--category .ws-modal__sub{margin-bottom:20px}.ws-modal--category .ws-modal__cat-grid{gap:12px;margin-bottom:23px}.ws-modal--category .ws-modal__cat-icon-wrap{width:58px;height:58px;margin-bottom:9px}.ws-modal--category .ws-modal__cat-icon{width:52px;height:52px}.ws-modal--auth{align-items:center;justify-content:center;padding:24px}.ws-modal--auth .ws-modal__panel{max-width:400px;width:100%;height:auto;max-height:calc(100vh - 48px);margin:0;border-radius:16px;border:1px solid #e8e8e8;box-shadow:0 4px 24px #00000014;transform:translateY(12px) scale(.98)}.ws-modal--auth.ws-modal--open .ws-modal__panel{transform:translateY(0) scale(1)}.ws-modal--auth .ws-modal__scroll{flex:0 1 auto;padding:52px 20px max(28px,env(safe-area-inset-bottom))}.ws-modal--auth .ws-modal__title{font-size:1.5rem;padding-right:40px}.ws-modal--auth .ws-modal__sub{font-size:.9rem;margin-bottom:20px}.ws-modal--auth .ws-modal__social{font-size:1rem;padding:14px 20px}.ws-modal--auth .ws-modal__btn-primary{font-size:1rem;padding:14px 24px}}.star-header{border-bottom:1px solid var(--star-gray-200);background:#f7f7f7;display:flex;flex-direction:column;align-items:stretch}.star-header--home{border-bottom:none}.star-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.star-header__logo-img{height:52px;width:auto;display:block}.star-header__categories{display:flex;align-items:center;justify-content:center;gap:20px;min-width:0}.star-header__category{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--star-gray-800);text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;min-width:0;white-space:nowrap}.star-header__category span{display:block}.star-header__category:hover{color:var(--star-gray-900)}.star-header__category--active{border-bottom-color:#222}.star-header__category-icon{width:auto;height:48px;object-fit:contain;flex-shrink:0}.star-header__nav{display:flex;align-items:center;gap:16px;grid-column:3;justify-self:end}.star-header__mode-link{font-size:.875rem;font-weight:600;color:#222;text-decoration:none;white-space:nowrap;padding:8px 14px;border-radius:999px;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:background .15s ease}.star-header__mode-link:hover{background:#ebebeb;color:#222}.star-header__avatar-link{width:40px;height:40px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:transparent;box-shadow:0 0 0 2px #fff,0 0 0 3px #ddd;flex-shrink:0}.star-header__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.star-header__avatar-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:var(--star-gray-700);background:var(--star-gray-200)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.star-header__inner.container{padding:36px 24px}.star-header--home .star-header__inner.container{padding-bottom:0}.star-header__search-row{display:none;width:100%}@media (min-width: 769px){.star-header__search-row{display:block}.star-header__search-row-inner{max-width:775px;margin-left:auto;margin-right:auto;width:100%;padding:16px 24px;box-sizing:border-box}.home[data-search-in-header]{padding-top:24px}}@media (max-width: 768px){.star-header{display:none}}.star-footer{border-top:1px solid var(--star-gray-200);background:var(--star-white);padding:20px 24px;margin-top:auto}.star-footer__inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 24px}.star-footer__links{display:flex;align-items:center;gap:8px}.star-footer__link{font-size:.9rem;color:var(--star-blue);text-decoration:none;font-weight:500}.star-footer__link:hover{text-decoration:underline}.star-footer__sep{color:var(--star-gray-300);font-size:.9rem;-webkit-user-select:none;user-select:none}.star-footer__copy{margin:0;font-size:.9rem;color:var(--star-gray-600);font-weight:500}@media (max-width: 768px){.star-footer{padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.star-footer__inner{flex-direction:column;gap:8px}}.mbnav__backdrop,.mbnav{display:none}@media (max-width: 768px){.mbnav__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#0000002e;padding:0;z-index:899}.mbnav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;height:calc(60px + env(safe-area-inset-bottom));padding:0 0 env(safe-area-inset-bottom);background:#fff;border-top:1px solid #EEEEEE;z-index:900}.mbnav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;background:transparent;color:#999;text-decoration:none;font-family:inherit;font-size:11px;font-weight:500;cursor:pointer;padding:6px 8px 8px}.mbnav__item--active{color:#1b4fba}.mbnav__menu{position:absolute;right:12px;bottom:calc(68px + env(safe-area-inset-bottom));width:min(280px,calc(100vw - 24px));background:#fff;border:1px solid #E8E8E8;border-radius:16px;box-shadow:0 12px 32px #00000024;overflow:hidden}.mbnav__menu-item{display:block;padding:16px 18px;color:#222;text-decoration:none;font-size:.95rem;background:#fff}.mbnav__menu-sep{height:1px;background:#ebebeb}}.home{padding-top:48px;padding-bottom:48px;background:var(--star-white)}.home .container{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}.home__hero{padding-bottom:48px}.home__hero.container{max-width:775px}.home__search{display:flex;align-items:center;min-height:48px;background:var(--star-white);border:1px solid var(--star-gray-200);border-radius:48px;box-shadow:0 2px 12px #00000014;overflow:hidden;padding:4px 4px 4px 16px}.home__search:hover{box-shadow:0 4px 16px #0000001a}.home__search-wrap{position:relative}.home__mobile-search-launch,.home__mobile-search-backdrop,.home__mobile-search-sheet,.home__mobile-category-row{display:none}.home__search-field{flex:1;min-width:0;padding:8px 6px;cursor:pointer}.home__search-label{display:block;font-size:.75rem;font-weight:600;color:var(--star-gray-800);margin-bottom:2px}.home__search-input{width:100%;border:none;background:transparent;font-size:.9rem;color:var(--star-gray-800);outline:none}.home__search-divider{width:1px;height:20px;background:var(--star-gray-200);flex-shrink:0}.home__search-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--star-blue);color:var(--star-white);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:6px}.home__search-btn:hover{opacity:.92}.home__search-city-prompt{margin:16px auto 0;max-width:520px;font-size:.95rem;line-height:1.45;color:var(--star-gray-700);text-align:center}.home__no-workers-local{width:100%;padding:12px 16px;margin:0 0 8px;font-size:.95rem;color:var(--star-gray-700);text-align:center}.home__header-bottom-rule{display:none}@media (min-width: 769px){.home{padding-top:36px}.home__header-bottom-rule{display:block;margin-top:36px;margin-bottom:0;height:0;border:0;border-bottom:1px solid var(--star-gray-200);width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.home__hero.container{padding-bottom:24px}}.home__tabs-wrap{margin-top:16px;padding:8px 0;background:var(--star-white);box-shadow:0 4px 6px #0f172a0f}.home__tabs{display:flex;justify-content:space-around;align-items:center;gap:12px}.home__tab{display:flex;align-items:center;gap:6px;padding:8px 12px 12px;border:none;background:transparent;font-size:.95rem;font-weight:700;color:var(--star-gray-600);cursor:pointer;font-family:inherit;border-bottom:3px solid transparent;transition:color .15s,border-color .15s}.home__tab:hover{color:var(--star-gray-800)}.home__tab--active{color:var(--star-gray-900);border-bottom-color:var(--star-gray-900);box-shadow:0 1px 3px #0000000f}.home__tab-icon{width:48px;height:48px;object-fit:contain}.home__main{padding-top:0}.home__hero-card{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 20px;background:var(--star-white);border-radius:24px;box-shadow:0 6px 16px #0f172a14;margin-bottom:20px}.home__hero-card>div:first-child{text-align:center}.home__hero-title{font-size:1rem;font-weight:600;color:var(--star-gray-800);margin:0 0 4px}.home__hero-dates{font-size:.9rem;color:var(--star-gray-600);margin:0}.home__hero-thumb{width:72px;height:72px;border-radius:32px;overflow:hidden;flex-shrink:0}.home__hero-thumb img{width:100%;height:100%;object-fit:cover}.home__section-title{font-size:1.35rem;font-weight:700;color:var(--star-gray-800);margin:0 0 12px}.home__section-title--discover{margin-top:28px;margin-bottom:12px}.home__cards-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x proximity}.home__cards-scroll::-webkit-scrollbar{height:6px}.home__cards-scroll::-webkit-scrollbar-thumb{background:var(--star-gray-300);border-radius:3px}.home__worker-card{flex:0 0 220px;width:220px;border-radius:32px;background:var(--star-white);box-shadow:0 6px 16px #0f172a14;cursor:pointer;scroll-snap-align:start;transition:transform .15s,box-shadow .15s;text-decoration:none;color:inherit;display:block;position:relative}.home__worker-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.home__worker-card-img-wrap{position:relative;width:100%;height:220px;background:var(--star-gray-200);border-radius:32px 32px 0 0;overflow:hidden}.home__worker-card-img{width:100%;height:100%;object-fit:cover;display:block}.home__worker-card-avatar{display:block;width:85px;height:85px;border-radius:50%;object-fit:cover;border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040;margin:-42px auto 0;position:relative;z-index:2}.home__worker-card .worker-avatar,.home__worker-card .worker-avatar--placeholder{pointer-events:none}.home__worker-card-pill{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:999px;background:#111827e6;color:var(--star-white);font-size:.7rem;font-weight:600}.home__worker-card-fav{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#00000059;border:none;color:var(--star-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.home__worker-card-fav:hover,.home__worker-card-fav--on{background:#00000080;color:#f43f5e}.home__worker-card-body{padding:6px 12px 12px;text-align:center}.home__worker-card-name{font-size:.95rem;font-weight:700;color:var(--star-gray-800);margin:0 0 4px}.home__worker-card-skill{font-size:.85rem;color:var(--star-gray-700);margin:0 0 2px}.home__worker-card-meta{font-size:.8rem;color:var(--star-gray-600);margin:0 0 2px}.home__worker-card-price{font-size:.85rem;color:var(--star-gray-800);margin:0 0 2px}.home__worker-card-rating{font-size:.85rem;font-weight:600;color:var(--star-gray-800);margin:0}.home__more-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px}.home__more-imgs{position:relative;width:120px;height:120px;margin:24px 0 12px}.home__more-imgs img{position:absolute;width:70px;height:70px;object-fit:cover;border-radius:32px;border:3px solid var(--star-white);box-shadow:0 4px 12px #00000026}.home__more-imgs img:nth-child(1){top:0;left:0;transform:rotate(-6deg)}.home__more-imgs img:nth-child(2){top:10px;left:28px;transform:rotate(2deg);z-index:1}.home__more-imgs img:nth-child(3){top:0;left:55px;transform:rotate(6deg)}.home__more-label{font-size:1rem;font-weight:700;color:var(--star-gray-800);margin:0}.home__cta-block{margin-top:40px;padding:32px 24px;text-align:center;border-top:1px solid var(--star-gray-200)}.home__cta-text{font-size:1rem;color:var(--star-gray-600);max-width:480px;margin:0 auto 16px}.home__cta--client{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:1.5px solid #222;border-radius:50px;background:#fff;color:#222;font-size:.95rem;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer;transition:background .15s}.home__cta--client:hover{background:#f7f7f7}.home__coming-soon{text-align:center;padding:32px 24px;margin-bottom:28px;background:var(--star-gray-50);border:1px solid var(--star-gray-200);border-radius:16px}.home__coming-soon-icon{color:var(--star-blue);margin-bottom:12px}.home__coming-soon-title{font-size:1.25rem;font-weight:700;color:var(--star-gray-900);margin:0 0 8px}.home__coming-soon-desc{font-size:.95rem;color:var(--star-gray-600);margin:0 0 8px;max-width:480px;margin-inline:auto;line-height:1.5}.home__coming-soon-sub{font-size:.85rem;color:var(--star-gray-500);margin:0;font-style:italic}.home__search-val{display:block;font-size:.9rem;color:var(--star-gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home__search-val--ph{color:var(--star-gray-500)}.home__search-input{display:block;width:100%;border:none;outline:none;background:transparent;font-size:.9rem;color:var(--star-gray-800);font-family:inherit;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home__search-input::placeholder{color:var(--star-gray-500)}.home__search-btn--off{opacity:.45;cursor:default}.home__dd-backdrop{display:none}.home__dd{position:absolute;top:calc(100% + 8px);background:var(--star-white);border-radius:16px;box-shadow:0 8px 28px #00000026;border:1px solid var(--star-gray-100);z-index:200;padding:16px}.home__dd--where{left:0;width:340px}.home__dd-heading{font-size:.7rem;font-weight:700;color:var(--star-gray-400);text-transform:uppercase;letter-spacing:.6px;margin:0 0 8px;padding:0 4px}.home__dd-opt{display:flex;align-items:center;gap:10px;width:100%;padding:6px 8px;border:none;background:none;cursor:pointer;border-radius:10px;font-family:inherit;text-align:left}.home__dd-opt:hover{background:var(--star-gray-50)}.home__dd-pin{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--star-gray-100);font-size:1.1rem;flex-shrink:0}.home__dd-city{display:block;font-size:.9rem;font-weight:600;color:var(--star-gray-800)}.home__dd-desc{display:block;font-size:.78rem;color:var(--star-gray-500);margin-top:1px}.home__dd-sep{height:1px;background:var(--star-gray-200);margin:8px 0}.home__dd--when{left:50%;transform:translate(-50%);width:560px;padding:20px}.home__when-row{display:flex;gap:20px}.home__when-quick{flex:0 0 150px;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--star-gray-200);padding-right:20px}.home__when-opt{padding:12px;border:1px solid var(--star-gray-200);border-radius:12px;background:none;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s}.home__when-opt:hover{border-color:var(--star-gray-400);background:var(--star-gray-50)}.home__when-opt-lbl{display:block;font-size:.88rem;font-weight:600;color:var(--star-gray-800)}.home__when-opt-sub{display:block;font-size:.78rem;color:var(--star-gray-500);margin-top:2px}.home__cal{flex:1}.home__cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home__cal-mo{font-size:.92rem;font-weight:600;color:var(--star-gray-800)}.home__cal-arr{width:30px;height:30px;border-radius:50%;border:none;background:none;cursor:pointer;font-size:1.3rem;color:var(--star-gray-600);display:flex;align-items:center;justify-content:center;font-family:inherit}.home__cal-arr:hover:not(:disabled){background:var(--star-gray-100)}.home__cal-arr:disabled{opacity:.3;cursor:default}.home__cal-dayrow,.home__cal-grid{display:grid;grid-template-columns:repeat(7,1fr)}.home__cal-dn{text-align:center;font-size:.7rem;font-weight:600;color:var(--star-gray-400);padding:4px 0}.home__cal-c{aspect-ratio:1;border:none;background:none;border-radius:50%;font-size:.82rem;color:var(--star-gray-800);cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center}.home__cal-c:hover:not(:disabled):not(.home__cal-c--e){background:var(--star-gray-100)}.home__cal-c--e{cursor:default}.home__cal-c--today{background:#1b4fba;color:#fff;font-weight:700}.home__cal-c--today:hover{background:#1741a0}.home__cal-c--past{opacity:.3;cursor:default}.home__cal-c--selected{background:#222;color:#fff;font-weight:700}.home__cal-c--today.home__cal-c--selected{background:#222}.home__dd--who{right:0;left:auto;width:420px}.home__who-pills{display:flex;flex-wrap:wrap;gap:8px}.home__who-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--star-gray-200);border-radius:999px;background:var(--star-white);font-size:.85rem;font-weight:500;color:var(--star-gray-700);cursor:pointer;font-family:inherit;transition:all .15s}.home__who-pill:hover{border-color:var(--star-gray-400);background:var(--star-gray-50)}.home__who-pill--on{background:#1b4fba;color:#fff;border-color:#1b4fba}.home__who-pill--on:hover{background:#1741a0;border-color:#1741a0}.home__who-ico{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.home__who-ico svg{width:18px;height:18px}.home__who-more{text-align:center;font-size:.8rem;color:var(--star-gray-400);margin:16px 0 0;padding-top:12px;border-top:1px solid var(--star-gray-100)}@media (max-width: 600px){.home__dd-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}.home__dd{position:fixed;top:auto;bottom:0;left:0!important;right:0!important;width:100%!important;max-height:75vh;overflow-y:auto;border-radius:20px 20px 0 0;transform:none!important;z-index:200;box-shadow:0 -4px 24px #00000026;animation:home-sheet-up .25s ease}.home__when-row{flex-direction:column}.home__when-quick{flex:none;flex-direction:row;border-right:none;border-bottom:1px solid var(--star-gray-200);padding-right:0;padding-bottom:16px;overflow-x:auto}.home__when-opt{min-width:120px;flex-shrink:0}}@media (max-width: 768px){.home{padding-top:12px}.home__hero{padding-bottom:20px}.home__desktop-search{display:none}.home__mobile-search-launch{display:flex;align-items:center;gap:12px;width:100%;min-height:52px;padding:0 18px;border:1px solid var(--star-gray-200);border-radius:999px;background:#fff;color:var(--star-gray-600);box-shadow:0 4px 20px #00000026;font-family:inherit;font-size:.95rem;cursor:pointer}.home__mobile-category-row{display:flex;justify-content:space-around;align-items:center;width:100%;padding:12px 16px;border-bottom:1px solid #EEEEEE}.home__mobile-category-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex:1;min-width:0;border:none;border-bottom:1px solid transparent;background:transparent;color:#333;font-family:inherit;padding:0 4px 6px;cursor:pointer}.home__mobile-category-link--active{color:#1b4fba;border-bottom-color:#1b4fba}.home__mobile-category-link-icon{height:44px;width:auto;object-fit:contain}.home__mobile-category-link-label{font-size:13px;line-height:1.2}.home__mobile-search-launch-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--star-gray-700)}.home__mobile-search-launch-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home__mobile-search-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:500}.home__mobile-search-sheet{display:flex;flex-direction:column;position:fixed;inset:auto 0 0;height:min(88vh,100%);background:#fff;border-radius:24px 24px 0 0;z-index:501;animation:home-sheet-up .25s ease}.home__mobile-search-top{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 8px}.home__mobile-search-icon-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:#222;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home__mobile-search-icon-btn:disabled{opacity:.3;cursor:default}.home__mobile-search-step{flex:1;overflow-y:auto;padding:0 24px 24px;animation:home-step-fade .18s ease}.home__mobile-search-title{font-size:2rem;line-height:1.1;font-weight:700;color:#222;margin:8px 0 20px}.home__mobile-search-sub{font-size:.95rem;color:var(--star-gray-500);margin:-8px 0 18px}.home__mobile-input-wrap{display:flex;align-items:center;gap:10px;min-height:56px;border:1px solid var(--star-gray-200);border-radius:16px;padding:0 16px;background:#fff}.home__mobile-input-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--star-gray-500);flex-shrink:0}.home__mobile-input{width:100%;border:none;background:transparent;font-size:1rem;color:#222;outline:none;font-family:inherit}.home__mobile-input::placeholder{color:var(--star-gray-500)}.home__mobile-suggestions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.home__mobile-suggestion{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:14px 16px;border:1px solid var(--star-gray-200);border-radius:14px;background:#fff;color:#222;font-size:.95rem;font-family:inherit;text-align:left;cursor:pointer}.home__mobile-suggestion small{font-size:.8rem;color:var(--star-gray-500)}.home__mobile-quick-pills,.home__mobile-category-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.home__mobile-quick-pill,.home__mobile-category-chip{padding:10px 18px;border:1px solid var(--star-gray-200);border-radius:999px;background:#fff;color:var(--star-gray-700);font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer}.home__mobile-quick-pill--on,.home__mobile-category-chip--on{background:#222;border-color:#222;color:#fff}.home__mobile-when-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.home__mobile-when-pill{padding:14px 12px;border:1px solid var(--star-gray-200);border-radius:18px;background:#fff;text-align:left;color:#222;font-family:inherit;cursor:pointer}.home__mobile-when-pill--on{background:#222;border-color:#222;color:#fff}.home__mobile-when-pill-label,.home__mobile-when-pill-sub{display:block}.home__mobile-when-pill-label{font-size:.95rem;font-weight:700;margin-bottom:4px}.home__mobile-when-pill-sub{font-size:.78rem;opacity:.8}.home__mobile-cal-wrap{margin-top:6px}.home__mobile-search-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px 24px;border-top:1px solid var(--star-gray-200);background:#fff}.home__mobile-reset{border:none;background:transparent;color:var(--star-gray-600);font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;padding:0}.home__mobile-next{min-width:112px}@keyframes home-step-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media (max-width: 430px){.home .container{padding-left:16px;padding-right:16px}.home__mobile-category-row{padding-left:8px;padding-right:8px;gap:4px}.home__mobile-category-link{padding-left:2px;padding-right:2px}.home__mobile-search-footer{padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px));padding-bottom:max(20px,env(safe-area-inset-bottom,0px));flex-wrap:wrap}}@keyframes home-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.worker-avatar{border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040}.worker-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--star-gray-800);color:var(--star-white);font-weight:700;letter-spacing:.5px}.signup{max-width:960px;margin:0 auto;padding:56px 24px 72px}.signup-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:#f7f7f7;padding:40px 24px}.signup-page__content{width:100%;max-width:540px}.signup-page--gate{min-height:calc(100vh - 80px);padding:24px 16px}.signup-page__content--gate{min-height:0}.signup-page__content--loading{display:flex;align-items:center;justify-content:center;min-height:40vh}.signup-page__loading-text{margin:0;font-size:.95rem;color:#717171}.signup--picker{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:40px 24px;background:#fff;max-width:none}.signup__card{background:#fff;border:1px solid #E0E0E0;border-radius:20px;box-shadow:0 2px 12px #0000000a;padding:48px;text-align:center;max-width:820px;width:100%}.signup__title{font-size:1.8rem;font-weight:800;color:var(--star-gray-900);margin:0 0 32px;letter-spacing:-.02em}.signup__steps{display:flex;justify-content:center;gap:32px}.signup__step{text-align:center}.signup__step--link{text-decoration:none;color:inherit;cursor:pointer;transition:transform .15s;background:none;border:none;padding:0;font-family:inherit}.signup__step--link:hover{transform:translateY(-4px)}.signup__step--link:hover .signup__img-wrap{box-shadow:0 8px 30px #1b4fba40}.signup__img-wrap{position:relative;width:220px;background:#fff;border:1px solid #E0E0E0;border-radius:32px;overflow:hidden;box-shadow:0 2px 12px #0000000f;margin:0 auto;transition:box-shadow .15s}.signup__img{width:100%;height:180px;object-fit:cover;display:block}.signup__step-title{padding:14px 12px;font-size:1rem;font-weight:600;color:#222;margin:0}.signup__btn--full{margin-top:8px;align-self:center}.signup__form-wrap{max-width:520px;margin:0 auto}.signup__form-title{font-size:2rem;font-weight:800;color:var(--star-gray-900);margin:0 0 6px;text-align:center}.signup__form-subtitle{font-size:1rem;color:var(--star-gray-500);margin:0 0 32px;text-align:center}.signup__form{display:flex;flex-direction:column;gap:18px}.signup__field{display:flex;flex-direction:column;gap:5px;flex:1}.signup__label{font-size:.85rem;font-weight:600;color:var(--star-gray-700)}.signup__input,.signup__select{width:100%;padding:12px 14px;border:1px solid var(--star-gray-200);border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--star-gray-800);background:var(--star-white);transition:border-color .15s;box-sizing:border-box}.signup__input:focus,.signup__select:focus{outline:none;border-color:#1b4fba;box-shadow:0 0 0 3px #1b4fba1f}.signup__input::placeholder{color:var(--star-gray-400)}.signup__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.signup__row{display:flex;gap:16px}.signup__error{font-size:.85rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin:0}.signup__upload-section{display:flex;flex-direction:column;gap:6px}.signup__upload-hint{font-size:.8rem;color:var(--star-gray-500);margin:0 0 4px;line-height:1.5}.signup__file-input{display:none}.signup__upload-area{width:140px;height:140px;border:2px dashed var(--star-gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .15s}.signup__upload-area:hover{border-color:#1b4fba}.signup__upload-area--card{width:100%;height:180px;border-radius:32px;position:relative}.signup__upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--star-gray-400);font-size:.8rem;font-weight:500}.signup__upload-preview{width:100%;height:100%;object-fit:cover}.signup__upload-preview--round{border-radius:50%}.signup__upload-preview--card{border-radius:32px}.signup__upload-badge{position:absolute;top:8px;right:8px;padding:4px 10px;border-radius:50px;background:#0009;color:#fff;font-size:.7rem;font-weight:600}.signup__confirmation{text-align:center;padding:48px 24px;max-width:480px;margin:0 auto}.signup__confirmation-icon{margin-bottom:24px}.signup__confirmation-title{font-size:2rem;font-weight:800;color:var(--star-gray-900);margin:0 0 12px}.signup__confirmation-text{font-size:1.05rem;color:var(--star-gray-600);margin:0 0 32px;line-height:1.6}@media (max-width: 700px){.signup__card{padding:32px}.signup__steps{flex-direction:column;align-items:center;gap:20px}.signup__title{font-size:1.5rem;margin-bottom:24px}.signup__img-wrap{width:180px}.signup__img{height:140px}.signup__row{flex-direction:column;gap:18px}.signup__form-title{font-size:1.6rem}.signup__upload-area--card{height:140px}}.cs{min-height:calc(100vh - 80px);display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:32px 48px 24px}.cs__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.cs__step{font-size:.8rem;color:#717171;font-weight:500}.cs__body{flex:1;display:flex;justify-content:center;padding-top:16px}.cs__content{width:100%;max-width:480px;text-align:center}.cs__title{font-size:2rem;font-weight:800;color:#222;line-height:1.2;margin:0 0 36px;letter-spacing:-.02em}.cs__section{display:flex;flex-direction:column;align-items:center;margin-bottom:36px}.cs__section--card{margin-bottom:16px}.cs__label{font-size:1.05rem;font-weight:700;color:#222;margin:0 0 6px}.cs__hint{font-size:.9rem;color:#717171;margin:0 0 24px;max-width:420px;line-height:1.5}.cs__frame{width:200px;height:200px;border-radius:50%;border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040;outline:none;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:#fafafa;touch-action:none;-webkit-user-select:none;user-select:none}.cs__frame--empty{border:2px dashed #C0C0C0;box-shadow:none}.cs__frame--silhouette{border:3px solid #ffffff;box-shadow:0 2px 8px #00000040;background:#e5e5e5}.cs__frame--silhouette.cs__frame--empty{border-style:solid}.cs__frame-silhouette{display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none}.cs__frame-wrap{position:relative;display:inline-block;margin-bottom:22px}.cs__frame-cam{position:absolute;left:50%;bottom:10px;transform:translate(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-family:inherit}.cs__frame-cam:hover{background:#0009}.cs__frame-cam-icon{width:20px;height:20px;flex-shrink:0}.cs__frame-img-pan{position:absolute;left:0;top:0;width:100%;height:100%;transform-origin:center center;pointer-events:none}.cs__frame-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none;transition:none}.cs__frame-img--explicit{object-fit:fill}.cs__frame-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:#b0b0b0;font-size:.85rem;font-weight:500;cursor:pointer}.cs__file{position:fixed;left:-9999px;top:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;opacity:0;border:0}.onboarding-profile-ring__error{color:#b91c1c;font-size:.875rem;text-align:center;max-width:200px;margin:0 auto 12px}.cs__zoom{display:flex;align-items:center;gap:10px;margin-top:16px;width:200px}.cs__zoom-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:4px;border-radius:2px;background:linear-gradient(to right,#1B4FBA var(--fill, 0%),#E0E0E0 var(--fill, 0%));outline:none;cursor:pointer}.cs__zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#1b4fba;border:2px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.cs__zoom-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#1b4fba;border:2px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.cs__zoom-slider::-moz-range-progress{background:#1b4fba;height:4px;border-radius:2px}.cs__zoom-slider::-moz-range-track{background:#e0e0e0;height:4px;border-radius:2px}.cs__zoom--cover{width:calc(100% - 48px);max-width:280px;margin:12px auto 0;box-sizing:border-box}.cs__actions--cover{justify-content:center}.cs__drag-hint--cover{margin-bottom:4px}.cs__actions{display:flex;gap:32px;margin-top:14px}.cs__action{border:none;background:none;padding:6px 4px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer}.cs__action--cancel{color:#717171}.cs__action--cancel:hover{color:#444}.cs__action--done{color:#1b4fba}.cs__action--done:hover{color:#153f96}.cs__drag-hint{margin:10px 0 0;font-size:.8rem;color:#b0b0b0}.star-profile-ring{border:3px solid #FFFFFF;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 2px 8px #00000040;outline:none}.star-profile-ring--empty{border-color:#e0e0e0;box-shadow:none}.cs__preview{width:100%;border-radius:32px;overflow:visible;background:#fff;border:1px solid #E8E8E8;box-shadow:0 2px 16px #00000012}.cs__preview--cover-adjust{padding-bottom:16px}.cs__preview-cover{display:block;position:relative;width:100%;height:220px;border-radius:32px 32px 0 0;overflow:hidden;cursor:pointer}.cs__preview-cover--adjusting{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.cs__preview-cover--adjusting:active{cursor:grabbing}.cs__preview-cover-pan{position:absolute;left:0;top:0;width:100%;height:100%;transform-origin:center center;pointer-events:none}.cs__preview-cover-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;transition:none}.cs__preview-cover-img--explicit{object-fit:fill}.cs__preview-badge{position:absolute;top:12px;left:12px;z-index:1;padding:5px 12px;border-radius:6px;background:#000000b3;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.02em}.cs__preview-heart{position:absolute;top:12px;right:12px;z-index:1;opacity:.85}.cs__preview-cam{position:absolute;bottom:12px;right:12px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#00000073;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;pointer-events:auto}.cs__preview-cam svg{pointer-events:none}.cs__preview-cam:hover{background:#0009}.cs__preview-avatar-wrap{display:flex;justify-content:center;margin-top:-50px;position:relative;z-index:1;pointer-events:none}.cs__preview-avatar{width:100px;height:100px}.cs__preview-avatar--adjust{pointer-events:auto;touch-action:none;cursor:grab}.cs__preview-avatar--adjust:active{cursor:grabbing}.cs__preview-avatar-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.cs__preview-info{padding:10px 16px 20px;text-align:center}.cs__preview-name{font-size:1rem;font-weight:700;color:#222;margin:0 0 2px}.cs__preview-role{font-size:.85rem;color:#717171;margin:0}.cs__footer{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding:16px 0 0;margin-top:auto}.cs__persist-error{align-self:stretch;margin:0;font-size:.875rem;color:#b91c1c;text-align:right}.cs__next{width:auto;flex:0 0 auto}@media (max-width: 768px){.cs{padding:24px 20px}.cs__title{font-size:1.6rem}.cs__frame{width:175px;height:175px}.cs__preview-cover{height:180px}.cs__preview-avatar{width:85px;height:85px}.cs__preview-avatar-wrap{margin-top:-42px}}@media (max-width: 430px){.cs{padding:16px 12px 24px;box-sizing:border-box;max-width:100vw;overflow-x:hidden}.cs__footer{flex-wrap:wrap;gap:10px}.cs__next{width:auto;flex:0 0 auto}}.worker-profile-intro{max-width:640px;margin:0 auto;padding:32px 24px 48px}.worker-profile-intro__wrap{padding:0}.worker-profile-intro__step{font-size:.9rem;font-weight:600;color:var(--star-gray-600);margin:0 0 8px}.worker-profile-intro__title{font-size:2.3rem;font-weight:700;color:var(--star-gray-800);margin:0 0 16px}.worker-profile-intro__body{font-size:1rem;color:var(--star-gray-600);line-height:1.6;margin:0 0 24px}.worker-profile-intro__footer{display:flex;justify-content:space-between;gap:16px}.worker-skill{max-width:640px;margin:0 auto;padding:32px 24px 48px}.worker-skill__wrap{padding:0}.worker-skill__step{font-size:.9rem;font-weight:600;color:var(--star-gray-600);margin:0 0 8px;text-align:left}.worker-skill__title{font-size:2.3rem;font-weight:700;color:var(--star-gray-800);margin:0 0 24px;text-align:left}.worker-skill__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.worker-skill__option{padding:24px 16px;border-radius:12px;border:2px solid var(--star-gray-200);background:var(--star-white);cursor:pointer;transition:border-color .15s,background .15s}.worker-skill__option:hover{border-color:var(--star-gray-300);background:var(--star-gray-50)}.worker-skill__option--on{border-color:var(--star-blue);background:var(--star-blue);color:var(--star-white)}.worker-skill__label{font-size:1rem;font-weight:600}.worker-skill__footer{display:flex;justify-content:space-between;gap:16px;margin-top:24px}.country-code-picker{position:relative;min-width:96px;box-sizing:border-box}.country-code-picker__button{width:100%;border:none;background:transparent;color:#222;font:inherit;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;padding:14px 14px 14px 16px;border-radius:50px 0 0 50px;box-sizing:border-box}.country-code-picker__inline-search{display:flex;align-items:center;min-height:100%;border-radius:50px 0 0 50px}.country-code-picker__value{display:inline-flex;align-items:center;min-width:0}.country-code-picker__dial{font-size:.95rem;font-weight:500;white-space:nowrap}.country-code-picker__chevron{color:#717171;font-size:.95rem;line-height:1;flex-shrink:0}.country-code-picker__panel{background:#fff;border:1px solid #E5E7EB;box-shadow:0 12px 24px #0f172a1f;z-index:31}.country-code-picker__panel--dropdown{position:absolute;top:calc(100% + 8px);left:0;width:min(360px,90vw);border-radius:12px;overflow:hidden;animation:country-picker-fade .16s ease}.country-code-picker__search-input{width:100%;box-sizing:border-box;border:none;padding:14px 12px 14px 16px;font:inherit;color:#222;outline:none;background:transparent;border-radius:50px 0 0 50px}.country-code-picker__search-input::placeholder{color:#9ca3af}.country-code-picker__list{max-height:320px;overflow-y:auto;padding:6px}.country-code-picker__option{width:100%;border:none;background:transparent;border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;cursor:pointer;font:inherit;color:#222}.country-code-picker__option:hover{background:#f8fafc}.country-code-picker__option--selected{background:#1b4fba14;color:#1b4fba}.country-code-picker__option-name{min-width:0;font-size:.95rem}.country-code-picker__option-dial{font-size:.9rem;font-weight:600;white-space:nowrap}.country-code-picker__empty{padding:18px 14px;text-align:center;color:#6b7280;font-size:.9rem}@keyframes country-picker-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.worker-profile{max-width:640px;padding:48px 24px}.worker-profile__title{font-size:2.3rem;font-weight:700;color:var(--star-gray-800);margin:0 0 10px;padding-top:32px}.worker-profile__intro{color:var(--star-gray-600);margin:0 0 32px}.worker-profile__section h2{font-size:1.15rem;margin:0 0 8px;color:var(--star-gray-800)}.worker-profile__photo-upload{display:flex;align-items:center;gap:16px}.worker-profile__avatar{width:96px;height:96px;border-radius:999px;overflow:hidden;border:2px solid var(--star-gray-200);flex-shrink:0}.worker-profile__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.worker-profile__avatar-placeholder{width:100%;height:100%;background:var(--star-gray-200);display:flex;align-items:center;justify-content:center;color:var(--star-white)}.worker-profile__avatar-icon{width:56px;height:56px;stroke:none;fill:#ffffffe6}.worker-profile__file-input{position:absolute;width:0;height:0;opacity:0}.worker-profile__file-label{padding:10px 20px;border-radius:var(--radius-pill);border:2px solid var(--star-gray-200);background:var(--star-white);color:var(--star-gray-800);font-size:.9375rem;font-weight:600;cursor:pointer}.worker-profile__file-label:hover{background:var(--star-gray-50)}.worker-profile-cleaner{max-width:640px;margin:0 auto;padding:32px 24px 48px}.worker-profile-cleaner__illus{text-align:left;margin:24px 0}.worker-profile-cleaner__img-placeholder{width:100%;max-width:210px;height:140px;background:var(--star-gray-200);border-radius:32px}.worker-profile-cleaner__title{font-size:2.3rem;font-weight:700;color:var(--star-gray-800);margin:0 0 10px}.worker-profile-cleaner__intro{color:var(--star-gray-600);margin:0 0 28px;font-size:.98rem;line-height:1.6}.worker-profile-cleaner__section{margin:40px 0 32px}.worker-profile-cleaner__section-title{font-size:1.15rem;font-weight:600;color:var(--star-gray-800);margin:0 0 12px}.worker-profile-cleaner__hint{margin:0 0 12px;font-size:.85rem;color:var(--star-gray-600)}.worker-profile-cleaner__skills{display:flex;flex-wrap:wrap;gap:10px 12px}.worker-profile-cleaner__skill{padding:10px 20px;border-radius:var(--radius-pill);border:2px solid var(--star-gray-200);background:var(--star-white);font-weight:600;color:var(--star-gray-800);font-size:.9375rem;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.worker-profile-cleaner__skill:hover{background:var(--star-gray-50);border-color:var(--star-gray-300)}.worker-profile-cleaner__skill--on{border-color:var(--star-blue);background:var(--star-blue);color:#fff}.worker-profile-cleaner__other-input{width:100%;padding:12px 14px;border-radius:12px;border:2px solid var(--star-gray-200);font-size:.9375rem;font-family:inherit;color:var(--star-gray-800);box-sizing:border-box;resize:vertical;min-height:80px}.worker-profile-cleaner__basic{margin-top:32px}.worker-profile-cleaner__field-row{display:flex;gap:12px}.worker-profile-cleaner__field-row .worker-profile-cleaner__field{flex:1}.worker-profile-cleaner__field{margin-bottom:14px}.worker-profile-cleaner__field-label{display:block;font-size:.9rem;font-weight:600;color:var(--star-gray-700);margin-bottom:6px}.worker-profile-cleaner__input{width:100%;padding:10px 14px;border-radius:12px;border:2px solid var(--star-gray-200);font-size:.9375rem;font-family:inherit;color:var(--star-gray-800);box-sizing:border-box}.worker-profile-cleaner__phone-group{position:relative;display:flex;align-items:stretch;width:100%;gap:0;border:1.5px solid #CCCCCC;border-radius:50px;overflow:visible;background:#fff;box-sizing:border-box}.worker-profile-cleaner__phone-group .country-code-picker{width:112px;flex-shrink:0;border-right:1px solid #DDDDDD;border-radius:50px 0 0 50px}.worker-profile-cleaner__country-picker-button{height:100%;padding:10px 12px 10px 16px;background:transparent}.worker-profile-cleaner__input--phone{flex:1;border:none;border-radius:0 50px 50px 0;background:transparent;box-sizing:border-box;min-width:0}.worker-profile-cleaner__footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;gap:16px}.search-page{padding:32px 0 64px;background:var(--star-white);min-height:100vh}.search-page__container{max-width:1280px;margin:0 auto;padding:0 24px}.search-page__header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--star-gray-200)}.search-page__title{font-size:1.75rem;font-weight:700;color:var(--star-gray-900);margin:0 0 4px}.search-page__subtitle{font-size:.95rem;color:var(--star-gray-600);margin:0 0 4px}.search-page__count{font-size:.85rem;color:var(--star-gray-500);margin:0}.search-page__all-city-note{font-size:.9rem;color:var(--star-gray-700);margin:10px 0 0;line-height:1.4}.search-page__all-city-note--mobile{margin:0;font-size:.82rem;white-space:normal}.search-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.search-page__other-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--star-gray-200)}.search-page__other-title{font-size:1.25rem;font-weight:700;color:var(--star-gray-900);margin:0 0 8px}.search-page__other-debug{font-size:.75rem;color:var(--star-gray-500);margin:0 0 16px;line-height:1.35}.search-page__other-loading{margin:0;font-size:.95rem;color:var(--star-gray-600)}.search-page__other-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.search-page__other-scroll::-webkit-scrollbar{height:6px}.search-page__other-scroll::-webkit-scrollbar-thumb{background:var(--star-gray-300);border-radius:3px}.search-page__other-scroll .search-card.search-card--airbnb{flex:0 0 240px;width:240px;min-width:240px}.search-page__more-card{flex:0 0 260px;width:260px;min-height:280px;border:none;border-radius:16px;background:#fff;box-shadow:0 6px 16px #0f172a14;cursor:pointer;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;font:inherit;text-align:center;transition:transform .15s,box-shadow .15s}.search-page__more-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.search-page__more-imgs{position:relative;width:120px;height:120px;margin:12px 0}.search-page__more-imgs img{position:absolute;width:70px;height:70px;object-fit:cover;border-radius:32px;border:3px solid #ffffff;box-shadow:0 4px 12px #00000026}.search-page__more-imgs img:nth-child(1){top:0;left:0;transform:rotate(-6deg)}.search-page__more-imgs img:nth-child(2){top:10px;left:28px;transform:rotate(2deg);z-index:1}.search-page__more-imgs img:nth-child(3){top:0;left:55px;transform:rotate(6deg)}.search-page__more-label{font-size:1rem;font-weight:700;color:var(--star-gray-800);margin:0}.search-page__home-card{flex:0 0 260px;width:260px;border-radius:16px;background:#fff;box-shadow:0 6px 16px #0f172a14;cursor:pointer;scroll-snap-align:start;transition:transform .15s,box-shadow .15s;text-decoration:none;color:inherit;display:block;position:relative;overflow:visible}.search-page__home-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.search-page__home-card-img-wrap{position:relative;width:100%;height:182px;background:var(--star-gray-200);border-radius:16px 16px 0 0;overflow:hidden}.search-page__home-card-img{width:100%;height:100%;object-fit:cover;display:block}.search-page__home-card-avatar{display:block;width:85px;height:85px;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 2px 8px #00000040;margin:-42px auto 0;position:relative;z-index:2}.search-page__home-card-body{padding:6px 12px 14px;text-align:center}.search-page__home-card-name{font-size:.95rem;font-weight:700;color:var(--star-gray-800);margin:0 0 4px}.search-page__home-card-skill{font-size:14px;color:var(--star-gray-600);margin:0 0 6px}.search-page__home-card-price{font-size:.85rem;color:var(--star-gray-800);margin:0 0 4px}.search-page__home-card-rating{font-size:.85rem;font-weight:600;color:var(--star-gray-800);margin:0}.search-page__home-card-rating--new{color:#1b4fba;font-weight:600}.search-page__home-card--mock{pointer-events:none;cursor:default}.search-page__home-card--mock:hover{transform:none;box-shadow:0 6px 16px #0f172a14}.search-card{border-radius:32px;background:var(--star-white);box-shadow:0 6px 16px #0f172a14;cursor:pointer;transition:transform .15s,box-shadow .15s;text-decoration:none;color:inherit;display:block;position:relative;overflow:visible}.search-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.search-card__img-wrap{position:relative;width:100%;aspect-ratio:1;background:var(--star-gray-200);border-radius:32px 32px 0 0;overflow:hidden}.search-card__img{width:100%;height:100%;object-fit:cover;display:block}.search-card__avatar{display:block;width:85px;height:85px;border-radius:50%;object-fit:cover;border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040;margin:-42px auto 0;position:relative;z-index:2}.search-card__pill{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:999px;background:#111827e6;color:var(--star-white);font-size:.7rem;font-weight:600}.search-card__fav{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#00000059;border:none;color:var(--star-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.search-card__fav:hover,.search-card__fav--on{background:#00000080;color:#f43f5e}.search-card__body{padding:6px 14px 14px;text-align:center}.search-card__name{font-size:1rem;font-weight:700;color:var(--star-gray-800);margin:0 0 4px}.search-card__skill{font-size:.85rem;color:var(--star-gray-700);margin:0 0 2px}.search-card__location{font-size:.8rem;color:var(--star-gray-500);margin:0 0 4px}.search-card__price{font-size:.9rem;font-weight:600;color:var(--star-gray-800);margin:0 0 2px}.search-card__rating{font-size:.85rem;font-weight:600;color:var(--star-gray-800);margin:0}.search-card__rating--new{color:#1b4fba}.search-card__reviews{font-weight:400;color:var(--star-gray-500)}.search-page__explore-heading-airbnb{font-size:22px;font-weight:700;color:#222;margin:0 0 24px;line-height:1.3}.search-page__explore-heading-airbnb--mobile{padding-left:16px;padding-right:16px;box-sizing:border-box}.search-card.search-card--airbnb{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0f172a14;display:flex;flex-direction:column;min-height:300px;height:100%}.search-card.search-card--airbnb:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.search-card--airbnb__cover-wrap{position:relative;flex:0 0 65%;min-height:0;background:var(--star-gray-200);overflow:hidden}.search-card--airbnb__cover{width:100%;height:100%;min-height:140px;object-fit:cover;display:block}.search-card--airbnb__heart{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:#717171;pointer-events:none;z-index:2}.search-card--airbnb__profile{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;flex-shrink:0;align-self:center;border-radius:50%;aspect-ratio:1 / 1;object-fit:cover;border:3px solid #ffffff;box-shadow:0 2px 8px #00000026;margin:-40px auto 0;position:relative;z-index:3;display:block}.search-card--airbnb__body{padding:8px 14px 16px;text-align:center;flex:1 1 auto;display:flex;flex-direction:column;gap:4px}.search-card--airbnb__name{font-size:1rem;font-weight:700;color:#222;margin:0}.search-card--airbnb__skill{font-size:.875rem;color:#717171;margin:0;line-height:1.35}.search-card--airbnb__meta{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:4px}.search-card--airbnb__rating{font-size:.875rem;font-weight:600;color:#222;margin:0}.search-card--airbnb__rating--new{color:#1b4fba;font-weight:600}.search-card--airbnb__price{font-size:.875rem;font-weight:600;color:#222;margin:0}.search-page__empty{text-align:center;padding:80px 24px}.search-page__empty-icon{color:var(--star-gray-400);margin-bottom:16px}.search-page__empty-title{font-size:1.5rem;font-weight:700;color:var(--star-gray-800);margin:0 0 8px}.search-page__empty-desc{font-size:.95rem;color:var(--star-gray-600);max-width:420px;margin:0 auto 24px}.search-subcat-row{margin-bottom:8px}.search-subcat-row__scroll{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 16px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.search-subcat-row__card{flex:0 0 auto;width:120px;padding:0;border:none;border-radius:0;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit;box-sizing:border-box}.search-subcat-row__card:focus-visible{outline:2px solid #1b4fba;outline-offset:2px}.search-subcat-row__img-wrap{width:120px;height:120px;border-radius:16px;overflow:hidden;background:var(--star-gray-200);border:2px solid transparent;box-sizing:border-box}.search-subcat-row__img-wrap--selected{border-color:#222}.search-subcat-row__img{width:100%;height:100%;object-fit:cover;display:block}.search-subcat-row__name{display:block;font-size:.78rem;font-weight:600;color:var(--star-gray-900);margin-top:8px;line-height:1.25;padding:0 2px}.search-subcat-row__meta{display:block;font-size:.72rem;margin-top:4px;padding:0 2px;line-height:1.2}.search-subcat-row__meta--ok{color:#222}.search-subcat-row__meta--soon{color:var(--star-gray-500)}.search-page__mobile-subcat{padding:0 0 8px;width:100%;box-sizing:border-box}.search-page__mobile-subcat .search-subcat-row__scroll{padding-left:16px;padding-right:16px}.search-page__explore-heading{font-size:22px;font-weight:700;color:#222;margin:0 0 24px;line-height:1.3}.search-page__explore-heading--mobile{padding:0 16px 12px;margin-bottom:12px}.search-coming-soon{width:100%;background:#fff;padding:48px;box-sizing:border-box}.search-coming-soon__inner{display:flex;flex-direction:row;align-items:stretch;gap:32px;max-width:100%}.search-coming-soon__media{flex:0 0 40%;max-width:40%;border-radius:12px;overflow:hidden;background:var(--star-gray-200);min-height:200px}.search-coming-soon__img{width:100%;height:100%;min-height:240px;object-fit:cover;display:block}.search-coming-soon__copy{flex:1 1 60%;display:flex;flex-direction:column;justify-content:center}.search-coming-soon__title{font-size:32px;font-weight:700;color:#222;margin:0;line-height:1.25}.search-coming-soon__subtitle{font-size:16px;color:#555;margin:16px 0 0;line-height:1.5;max-width:520px}@media (max-width: 768px){.search-coming-soon{padding:24px 16px}.search-coming-soon__inner{flex-direction:column;gap:24px}.search-coming-soon__media{flex:none;max-width:100%;width:100%}.search-coming-soon__img{min-height:200px}}@media (max-width: 600px){.search-page__grid{grid-template-columns:repeat(2,1fr);gap:12px}.search-page__title{font-size:1.35rem}.search-card__img-wrap{height:160px;aspect-ratio:auto}.search-card__avatar{width:70px;height:70px;margin-top:-35px}}.search-page__mobile-primary-grid{padding:0 16px 16px;box-sizing:border-box;width:100%;max-width:100%}.search-page__mobile-map-stack{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.search-page__mobile-below-map{flex:0 1 auto;padding:0 16px 28px;max-width:100%;box-sizing:border-box}.search-page__other-section--mobile{margin-top:8px;padding-top:24px;border-top:1px solid var(--star-gray-200)}@media (max-width: 768px){.search-page--mobile{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:12px 0 0;padding-bottom:max(12px,env(safe-area-inset-bottom,0px));box-sizing:border-box}.search-page__mobile-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px 12px;padding:12px 14px;border:1px solid var(--star-gray-200);border-radius:999px;background:#fff;box-shadow:0 4px 14px #0f172a14}.search-page__mobile-summary-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.search-page__mobile-summary-text{min-width:0;font-size:.92rem;font-weight:600;color:var(--star-gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-page__mobile-edit{width:36px;height:36px;border:none;border-radius:50%;background:var(--star-gray-100);color:var(--star-gray-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.search-page__mobile-map-wrap{position:relative;flex:0 0 auto;width:calc(100% - 32px);max-width:100%;margin:0 16px;height:min(42vh,380px);min-height:240px;max-height:48vh;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #0f172a14}.search-page__mobile-map{width:100%;height:100%}.search-page__mobile-empty{position:absolute;left:50%;bottom:24px;transform:translate(-50%);max-width:calc(100% - 32px);padding:14px 18px;border-radius:18px;background:#fffffff0;box-shadow:0 12px 30px #0f172a1f;text-align:center;font-size:.95rem;font-weight:600;color:var(--star-gray-800)}.search-map-marker{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:32px;padding:0 12px;border-radius:999px;background:#222;color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 6px 16px #0000002e}.search-map-marker--user{background:#1b4fba}}.workers-page{padding:40px 0 56px;background:var(--star-white)}.workers-page__container{max-width:1280px;margin:0 auto;padding:0 24px}.workers-page__back{margin-bottom:20px}.workers-page__header{margin-bottom:24px}.workers-page__eyebrow{margin:0 0 8px;color:var(--star-blue);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.workers-page__title{margin:0 0 8px;color:var(--star-gray-900);font-size:2rem;line-height:1.1}.workers-page__subtitle{margin:0;color:var(--star-gray-600);font-size:1rem;max-width:680px}.workers-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.workers-page__card{border-radius:32px;background:var(--star-white);box-shadow:0 8px 24px #0f172a14;text-decoration:none;color:inherit;display:block;cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative}.workers-page__card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0f172a1f}.workers-page__image-wrap{position:relative;aspect-ratio:1 / 1;background:var(--star-gray-200);border-radius:32px 32px 0 0;overflow:hidden}.workers-page__image{width:100%;height:100%;object-fit:cover;display:block}.workers-page__avatar{display:block;width:85px;height:85px;border-radius:50%;object-fit:cover;border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040;margin:-42px auto 0;position:relative;z-index:2}.workers-page__pill{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#111827e6;color:var(--star-white);font-size:.75rem;font-weight:600}.workers-page__body{padding:6px 14px 14px;text-align:center}.workers-page__name{margin:0 0 4px;color:var(--star-gray-900);font-size:1.05rem;font-weight:700}.workers-page__skill{margin:0 0 4px;color:var(--star-gray-700);font-size:.9rem}.workers-page__meta,.workers-page__price{margin:0 0 4px;color:var(--star-gray-600);font-size:.9rem}.workers-page__rating{margin:0;color:var(--star-gray-900);font-size:.9rem;font-weight:600}.wd-msg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.wd-msg-modal{position:relative;width:100%;max-width:440px;max-height:min(92vh,900px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 16px 48px #0003}.wd-msg-modal--scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}.wd-msg-close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;border:none;border-radius:10px;background:#f2f2f2;color:#222;font-size:1.35rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.wd-msg-close:hover{background:#ebebeb}.wd-msg-modal__inner{padding:28px 24px 24px;display:flex;flex-direction:column;gap:16px}.wd-msg-modal__title{margin:0;padding-right:36px;font-size:1.35rem;font-weight:700;color:#222}.wd-msg-modal__sub{margin:-4px 0 0;font-size:.95rem;color:#717171;line-height:1.45}.wd-msg-socials{display:flex;flex-direction:column;gap:12px}.wd-msg-social{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 16px;border:1.5px solid #ddd;border-radius:10px;background:#fff;font-size:1rem;font-weight:600;color:#222;cursor:pointer}.wd-msg-social:hover{border-color:#222;background:#fafafa}.wd-msg-social-icon{width:22px;height:22px;flex-shrink:0}.wd-msg-form{display:flex;flex-direction:column;gap:12px}.wd-msg-label{font-size:.75rem;font-weight:600;color:#222}.wd-msg-input{width:100%;padding:12px 14px;border:1.5px solid #ccc;border-radius:10px;font-size:1rem;box-sizing:border-box}.wd-msg-input:focus{outline:none;border-color:#222}.wd-msg-code{letter-spacing:.2em;text-align:center;font-size:1.25rem}.wd-msg-error{margin:0;font-size:.9rem;color:#c62828}.wd-msg-primary{width:100%;padding:14px 16px;border:none;border-radius:10px;font-size:1rem;font-weight:600;color:#fff;background:#1b4fba;cursor:pointer}.wd-msg-primary:disabled{opacity:.45;cursor:not-allowed}.wd-msg-primary:not(:disabled):hover{filter:brightness(1.05)}.wd-msg-secondary{width:100%;padding:12px;border:none;background:none;color:#222;font-size:.95rem;cursor:pointer;text-decoration:underline}.wd-msg-textarea{width:100%;min-height:140px;padding:14px;border:1.5px solid #ccc;border-radius:12px;font-size:1rem;line-height:1.45;resize:vertical;box-sizing:border-box;font-family:inherit}.wd-msg-textarea:focus{outline:none;border-color:#222}.wd-msg-counter{margin:-8px 0 0;font-size:.85rem;color:#717171}.wd-msg-details{border:1px solid #e8e8e8;border-radius:12px;overflow:hidden}.wd-msg-detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #eee;font-size:.95rem}.wd-msg-detail-row:last-child{border-bottom:none}.wd-msg-detail-label{color:#717171;flex-shrink:0}.wd-msg-detail-val{flex:1;text-align:right;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-msg-detail-change{flex-shrink:0;border:none;background:none;color:#1b4fba;font-weight:600;font-size:.9rem;cursor:pointer;padding:4px 0}.wd-msg-detail-change:hover{text-decoration:underline}.wd-msg-detail-editor{margin-top:8px;width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:8px;font-size:.95rem;box-sizing:border-box}@media (max-width: 768px){.wd-msg-overlay{padding:0;align-items:stretch}.wd-msg-modal{max-width:none;max-height:none;height:100%;border-radius:0}.wd-msg-modal--scroll{flex:1;min-height:0}.wd-msg-close{top:env(safe-area-inset-top,10px);right:10px}.wd-msg-modal__inner{padding-top:calc(24px + env(safe-area-inset-top,0));padding-bottom:calc(20px + env(safe-area-inset-bottom,0))}}.cbf-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-sizing:border-box}.cbf-modal{position:relative;width:100%;max-width:500px;max-height:min(90vh,720px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0000002e}.cbf-modal--enter{animation:cbf-fade-in .22s ease-out}@keyframes cbf-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cbf-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px 16px;flex:1;min-height:0}.cbf-close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center}.cbf-close:hover{background:#f3f4f6}.cbf-back{position:absolute;top:14px;left:14px;z-index:2;border:none;background:transparent;font-size:20px;line-height:1;color:#222;cursor:pointer;padding:6px 8px;border-radius:8px}.cbf-back:hover{background:#f3f4f6}.cbf-title{margin:0 40px 16px 0;font-size:1.35rem;font-weight:700;color:#111}.cbf-title--search{margin-left:36px}.cbf-guest-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.cbf-guest-label{font-size:.95rem;color:#374151}.cbf-stepper{display:flex;align-items:center;gap:12px}.cbf-stepper button{width:36px;height:36px;border-radius:50%;border:1px solid #d1d5db;background:#fff;font-size:1.1rem;line-height:1;cursor:pointer;color:#111}.cbf-stepper button:disabled{opacity:.35;cursor:not-allowed}.cbf-stepper span{min-width:24px;text-align:center;font-weight:600;font-size:1rem}.cbf-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cbf-cal-month{font-weight:700;font-size:1.05rem;color:#111}.cbf-cal-nav{display:flex;gap:4px}.cbf-cal-nav button{width:36px;height:36px;border:none;border-radius:50%;background:#f3f4f6;cursor:pointer;font-size:1rem;color:#111}.cbf-cal-nav button:disabled{opacity:.35;cursor:not-allowed}.cbf-cal-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}.cbf-cal-labels span{text-align:center;font-size:.72rem;font-weight:600;color:#6b7280}.cbf-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cbf-cal-day{aspect-ratio:1;max-height:44px;border:none;border-radius:50%;background:#fff;font-size:.9rem;font-weight:500;cursor:pointer;color:#111;position:relative}.cbf-cal-day:disabled{cursor:not-allowed;color:#d1d5db;background:#f9fafb}.cbf-cal-day--past{color:#d1d5db;background:#f9fafb}.cbf-cal-day--today:not(:disabled):after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#1b4fba}.cbf-cal-day--sel{background:#1b4fba!important;color:#fff!important}.cbf-cal-day--sel:after{display:none!important}.cbf-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.cbf-slot{padding:10px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:.88rem;font-weight:500;color:#111;cursor:pointer}.cbf-slot:hover:not(.cbf-slot--sel){border-color:#111}.cbf-slot--sel{background:#111;color:#fff;border-color:#111}.cbf-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 18px;border-top:1px solid #f3f4f6;background:#fff;flex-shrink:0}.cbf-price-label{font-size:.95rem;font-weight:600;color:#111}.cbf-next{padding:12px 24px;border-radius:999px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;background:#1b4fba;color:#fff}.cbf-next:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.cbf-center-block{text-align:center;padding:8px 0 12px}.cbf-pin-emoji{font-size:3rem;line-height:1;margin-bottom:12px}.cbf-subtitle{margin:0 0 20px;font-size:.95rem;color:#4b5563}.cbf-enter-address{width:100%;padding:14px 20px;border-radius:999px;border:none;background:#111;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}.cbf-enter-address:hover{opacity:.92}.cbf-search-wrap{position:relative;margin-bottom:12px}.cbf-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.cbf-search-input{width:100%;box-sizing:border-box;padding:12px 36px 12px 40px;border:1px solid #e5e7eb;border-radius:12px;font-size:1rem}.cbf-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:50%;background:#f3f4f6;cursor:pointer;font-size:1.1rem;line-height:1;color:#374151}.cbf-results{list-style:none;margin:0;padding:0}.cbf-result-item{display:flex;gap:10px;padding:12px 4px;border-bottom:1px solid #f3f4f6;cursor:pointer;text-align:left;width:100%;border-left:none;border-right:none;border-top:none;background:none;font:inherit}.cbf-result-item:hover{background:#f9fafb}.cbf-result-pin{flex-shrink:0;color:#6b7280;margin-top:2px}.cbf-result-title{font-weight:700;font-size:.92rem;color:#111;display:block}.cbf-result-sub{font-size:.8rem;color:#6b7280;margin-top:2px;display:block}.cbf-muted{font-size:.85rem;color:#9ca3af;text-align:center;padding:12px}.cbf-info-box{background:#f3f4f6;border-radius:12px;padding:14px;margin-bottom:16px;font-size:.9rem;color:#374151;line-height:1.45}.cbf-msg-btn{width:100%;padding:14px 20px;border-radius:999px;border:none;background:#fff;color:#111;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 1px 4px #0000001f;margin-bottom:12px}.cbf-link{display:block;text-align:center;background:none;border:none;color:#111;font-size:.88rem;text-decoration:underline;cursor:pointer;width:100%;padding:8px}.cbf-address-display{text-align:center;margin-bottom:16px}.cbf-address-display strong{display:block;font-size:1rem;margin-bottom:6px;color:#111}.cbf-address-display span{font-size:.88rem;color:#6b7280;line-height:1.4}@media (max-width: 480px){.cbf-modal{max-height:92vh}.cbf-title{font-size:1.2rem}}.wd{padding:24px 0 80px;background:var(--star-white)}.wd__container{max-width:1120px;margin:0 auto;padding:0 24px}.wd__top-bar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:20px}.wd__top-bar--owner{justify-content:flex-end}.wd__back-btn{gap:6px;margin-bottom:0}.wd__owner-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin:0}.wd__owner-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid #e8e8e8;background:#fff;color:#222;box-shadow:0 2px 8px #0000001f;transition:box-shadow .15s ease,transform .15s ease}.wd__owner-btn:hover{box-shadow:0 4px 14px #00000024}.wd__layout{display:flex;align-items:flex-start;gap:48px}.wd__book-free-visit{display:block;width:100%;padding:16px 20px;font-size:1.05rem;font-weight:600;font-family:inherit;color:#fff;background:#1b4fba;border:none;border-radius:12px;cursor:pointer;transition:background .15s ease;box-sizing:border-box}.wd__book-free-visit:hover{background:#164a9e}.wd__mobile-profile{display:none}.wd__about-text{font-size:1.05rem;line-height:1.65;color:var(--star-gray-700);margin:0;white-space:pre-wrap}.wd__pkg-duration{font-size:.85rem;color:var(--star-gray-500);margin:4px 0 6px}.wd__left{position:static;flex:0 0 380px;max-width:380px;min-width:0}.wd__card{border:1px solid var(--star-gray-200);border-radius:32px;overflow:visible;background:var(--star-white);box-shadow:0 6px 20px #00000014;padding-bottom:20px;position:relative}.wd__card-hero-wrap{border-radius:32px 32px 0 0;overflow:hidden;aspect-ratio:16 / 10;background:var(--star-gray-200)}.wd__card-hero{width:100%;height:100%;object-fit:cover;display:block}.wd__card-avatar{display:block;margin:-66px auto 0;position:relative;z-index:2;border:4px solid #FFFFFF!important;box-shadow:0 2px 8px #00000040}.wd__card-info{text-align:center;padding:12px 24px 0}.wd__card-name{font-size:1.6rem;font-weight:700;color:var(--star-gray-900);margin:0 0 6px;line-height:1.2}.wd__card-category{font-size:.8rem;font-weight:700;color:#1b4fba;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.wd__card-category--subs{text-transform:none;letter-spacing:.02em;font-weight:600;font-size:.875rem;line-height:1.35}.wd__subcat-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 0 10px}.wd__subcat-row--mobile{justify-content:flex-start}.wd__subcat-row--edit{justify-content:center;margin-top:4px}.wd__subcat-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:600;background:#1b4fba;color:#fff;line-height:1.2}.wd__subcat-pill--toggle{border:1px solid #d0d0d0;background:#fff;color:#222;padding:8px 14px;font-size:.8rem;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease}.wd__subcat-pill--toggle:hover{background:#f5f5f5}.wd__subcat-pill--selected{border-color:#1b4fba;background:#1b4fba;color:#fff}.wd__subcat-counter{font-size:13px;color:#717171;margin:0 0 10px;text-align:center}.wd__subcat-counter--mobile{text-align:left}.wd__profile-rating-line{font-size:15px;color:#222;margin:0 0 10px;line-height:1.4}.wd__profile-rating-line--link{display:inline-block;text-decoration:none;color:#222;cursor:pointer}.wd__profile-rating-line--link:hover{text-decoration:underline}.wd__profile-star{color:#d4af37}.wd__profile-service-line{font-size:15px;color:#555;margin:0 0 8px;line-height:1.4}.wd__profile-providing-line{font-size:14px;color:#777;margin:0 0 12px;line-height:1.45}.wd__profile-bio-block{text-align:left;width:100%;margin:0 0 12px}.wd__profile-bio{font-size:15px;color:#444;line-height:1.6;margin:0 0 6px;white-space:pre-wrap}.wd__profile-bio--clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wd__profile-bio-toggle{border:none;background:none;color:#222;font-weight:600;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:0;font-family:inherit}.wd__profile-bio-toggle:hover{opacity:.85}.wd__card-tagline{font-size:.9rem;color:var(--star-gray-700);margin:0 0 12px;line-height:1.45}.wd__card-bio{font-size:.9rem;color:var(--star-gray-700);margin:0 0 14px;line-height:1.6;text-align:left;max-width:100%;white-space:pre-wrap}.wd__card-meta{font-size:.85rem;font-weight:600;color:var(--star-gray-800);margin:0 0 2px}.wd__card-location{font-size:.8rem;color:var(--star-gray-500);margin:0 0 10px}.wd__card-rating{display:inline-block;font-size:.85rem;font-weight:600;color:var(--star-gray-900);border:1px solid var(--star-gray-300);border-radius:999px;padding:4px 12px;text-decoration:none;margin-bottom:8px;transition:background .15s}.wd__card-rating:hover{background:var(--star-gray-50)}.wd__card-rating--static{cursor:default;text-decoration:none;color:inherit}.wd__card-rating--static:hover{background:transparent}.wd__card-rating--new{border-style:dashed}.wd__card-price{font-size:.95rem;color:var(--star-gray-700);margin:0}.wd__card-price strong{color:var(--star-gray-900)}.wd__card-actions{display:flex;justify-content:center;gap:12px;padding:12px 24px 0}.wd__card-booking{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px 20px;margin-top:8px;border-top:1px solid var(--star-gray-200)}.wd__card-booking-left{display:flex;flex-direction:column;gap:2px}.wd__card-booking-price{font-size:1rem;font-weight:700;color:var(--star-gray-900)}.wd__card-booking-cancel{font-size:.8rem;font-weight:500;color:#2e7d32}.wd__card-booking-btn.wd__show-dates-btn,.wd__booking-bar-btn.wd__show-dates-btn{flex-shrink:0;margin:0;padding:14px 28px;max-width:160px;width:auto;border:none;border-radius:50px;background:#1b4fba;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-sizing:border-box}.wd__card-booking-btn.wd__show-dates-btn:hover,.wd__booking-bar-btn.wd__show-dates-btn:hover{background:#164a9e}.wd__card-share,.wd__card-fav{width:36px;height:36px;border-radius:50%;border:1px solid var(--star-gray-200);background:var(--star-white);color:var(--star-gray-700);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.wd__card-share:hover,.wd__card-fav:hover{background:var(--star-gray-50)}.wd__card-msg{display:flex;align-items:center;gap:8px;padding:12px 16px;margin:16px 20px 0;background:#f7f7f7;border-radius:12px;font-size:.85rem;color:#222}.wd__card-msg svg{flex-shrink:0}.wd__card-msg span{white-space:nowrap}.wd__card-msg-link{background:none;border:none;color:#1b4fba;font-weight:700;font-size:.85rem;cursor:pointer;text-decoration:underline;font-family:inherit;padding:0;white-space:nowrap}.wd__right{flex:1;min-width:0;padding-bottom:64px}.wd__section{padding:32px 0;border-bottom:1px solid var(--star-gray-200)}.wd__section--packages,.wd__section--portfolio{border-bottom:none}.wd__right>section.wd__section:first-of-type{padding-top:0}.wd__panel-divider{border:none;border-top:1px solid #dddddd;margin:0;width:100%}.wd__pkg-stack{display:flex;flex-direction:column;gap:20px}.wd__pkg-card{display:flex;gap:16px;padding:8px;background:var(--star-white);border-radius:32px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.04);align-items:flex-start}.wd__pkg-card-thumb{width:160px;height:160px;border-radius:16px;overflow:hidden;flex-shrink:0;background:var(--star-gray-200)}.wd__pkg-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wd__pkg-card-thumb--btn{border:none;padding:0;cursor:pointer;font:inherit;color:inherit;display:block;text-align:left}.wd__pkg-card-body{flex:1;min-width:0}.wd__pkg-card-title{font-size:1.05rem;font-weight:700;color:var(--star-gray-900);margin:0 0 8px;line-height:1.25}.wd__pkg-card-desc{font-size:.875rem;color:var(--star-gray-600);margin:0 0 10px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wd__pkg-card-meta{font-size:.85rem;font-weight:600;color:var(--star-gray-900);margin:0}.wd__section--packages .wd__pkg-note{border-top:none;padding-top:8px;margin-top:12px}.wd__reviews-summary{font-size:1rem;font-weight:600;color:var(--star-gray-900);margin:0 0 20px}.wd__section--reviews .wd__section-title{margin-bottom:8px}.wd__message-sub{font-size:.95rem;color:var(--star-gray-600);margin:0 0 16px;line-height:1.5}.wd__message-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;font-family:inherit;color:#fff;background:#1b4fba;border:none;cursor:pointer;transition:background .15s ease}.wd__message-cta:hover{background:#164a9e;color:#fff}.wd__message-own{font-size:.95rem;color:var(--star-gray-600);margin:0;line-height:1.55}.wd__gallery-grid--portfolio{grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 640px){.wd__gallery-grid--portfolio{grid-template-columns:repeat(3,1fr)}}.wd__things-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px}.wd__things-item{min-width:0}.wd__things-icon{color:var(--star-gray-800);margin-bottom:10px}.wd__things-item-title{font-size:.95rem;font-weight:700;color:var(--star-gray-900);margin:0 0 6px}.wd__things-item-desc{font-size:.875rem;color:var(--star-gray-600);margin:0;line-height:1.45}@media (max-width: 600px){.wd__things-grid{grid-template-columns:1fr}}.wd__section-title{font-size:1.35rem;font-weight:700;color:var(--star-gray-900);margin:0 0 16px}.wd__section-sub{font-size:.9rem;color:var(--star-gray-500);margin:-8px 0 16px;line-height:1.5}.wd__empty-text{font-size:1rem;color:var(--star-gray-500);font-style:italic;margin:0}.wd__pkg{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--star-gray-100)}.wd__pkg:first-child{padding-top:0}.wd__pkg:last-of-type{border-bottom:none}.wd__pkg-img{width:100px;height:100px;border-radius:32px;overflow:hidden;flex-shrink:0;background:var(--star-gray-200)}.wd__pkg-img img{width:100%;height:100%;object-fit:cover}.wd__pkg-info{flex:1;min-width:0}.wd__pkg-name{font-size:1.05rem;font-weight:600;color:var(--star-gray-900);margin:0 0 4px}.wd__pkg-price{font-size:.9rem;font-weight:700;color:var(--star-gray-900);margin:0 0 6px}.wd__pkg-price span{font-weight:400;color:var(--star-gray-500)}.wd__pkg-desc{font-size:.85rem;color:var(--star-gray-600);margin:0;line-height:1.45}.wd__pkg-note{font-size:.85rem;color:var(--star-gray-500);margin:16px 0 0;padding-top:16px;border-top:1px solid var(--star-gray-100)}.wd__pkg-empty{padding:32px 24px;background:var(--star-gray-50);border-radius:12px;text-align:center}.wd__pkg-empty p{font-size:.95rem;color:var(--star-gray-600);margin:0;line-height:1.5}.wd__reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wd__review{padding:0}.wd__review-header{display:flex;align-items:center;gap:12px;margin-bottom:6px}.wd__review-avatar{width:40px;height:40px;border-radius:50%;background:var(--star-gray-800);color:var(--star-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.wd__review-avatar--photo{object-fit:cover;background:var(--star-gray-200)}.wd__review-author{font-size:.9rem;font-weight:600;color:var(--star-gray-900);margin:0}.wd__review-loc{font-size:.8rem;color:var(--star-gray-500);margin:0}.wd__review-meta{font-size:.8rem;color:var(--star-gray-900);margin-bottom:8px}.wd__review-stars{letter-spacing:1px}.wd__review-time{color:var(--star-gray-500)}.wd__review-text{font-size:.9rem;line-height:1.5;color:var(--star-gray-700);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wd__review-text--open{-webkit-line-clamp:unset;overflow:visible}.wd__review-more{border:none;background:none;color:var(--star-gray-900);font-weight:600;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:4px 0 0;font-family:inherit}.wd__show-all-btn{margin-top:24px}.wd__quals-layout{display:flex;gap:32px;align-items:flex-start}.wd__quals-card{flex:0 0 180px;padding:24px 20px;background:var(--star-gray-50);border-radius:16px;text-align:center;border:1px solid var(--star-gray-200)}.wd__quals-avatar{display:block;margin:0 auto 12px;border:3px solid #FFFFFF!important;box-shadow:0 2px 8px #00000040}.wd__quals-name{font-size:1.1rem;font-weight:700;color:var(--star-gray-900);margin:0 0 2px}.wd__quals-spec{font-size:.8rem;color:var(--star-gray-500);margin:0}.wd__quals-list{flex:1;display:flex;flex-direction:column;gap:24px}.wd__qual{display:flex;gap:14px;align-items:flex-start}.wd__qual-icon{flex-shrink:0;color:var(--star-gray-700);margin-top:2px}.wd__qual-title{font-size:.95rem;font-weight:700;color:var(--star-gray-900);margin:0 0 2px}.wd__qual-desc{font-size:.85rem;color:var(--star-gray-600);margin:0;line-height:1.4}.wd__qual-text{flex:1;min-width:0}.wd__qual-title-input{display:block;width:100%;box-sizing:border-box;font-size:.95rem;font-weight:700;font-family:inherit;color:var(--star-gray-900);margin:0 0 4px;padding:0 0 4px;border:none;border-bottom:1px solid var(--star-gray-300);border-radius:0;background:transparent}.wd__qual-title-input:focus{outline:none;border-bottom-color:var(--star-gray-900)}.wd__qual-desc-textarea{display:block;width:100%;box-sizing:border-box;font-size:.85rem;font-weight:400;font-family:inherit;color:var(--star-gray-600);margin:0;line-height:1.4;padding:2px 0;border:none;border-radius:0;background:transparent;resize:none;overflow:hidden;min-height:1.4em}.wd__qual-desc-textarea:focus{outline:1px solid var(--star-gray-300);outline-offset:2px}.wd__gallery-grid{display:grid;grid-template-columns:1fr;gap:8px}.wd__gallery-grid--placeholder{grid-template-columns:1.6fr 1fr}.wd__gallery-main{border-radius:32px 0 0 32px;overflow:hidden;aspect-ratio:4 / 3}.wd__gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.wd__gallery-side{display:flex;flex-direction:column;gap:8px}.wd__gallery-side img{flex:1;width:100%;object-fit:cover;display:block;border-radius:0}.wd__gallery-side img:first-child{border-radius:0 32px 0 0}.wd__gallery-side img:last-child{border-radius:0 0 32px}.wd__gallery-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:32px}.wd__map{width:100%;height:380px;border-radius:16px;overflow:hidden;border:1px solid var(--star-gray-200)}.wd__map-radius-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:12px}.wd__map-radius-label{font-size:.9375rem;font-weight:600;color:var(--star-gray-900);margin:0;flex:1 1 auto;min-width:12rem}.wd__map-radius-slider{flex:1 1 200px;min-width:0;max-width:100%;accent-color:#1b4fba}.map-marker{background:none;border:none}.map-marker span{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 8px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.map-marker--primary span{background:var(--star-gray-900);color:var(--star-white);font-size:.85rem;padding:8px 14px}.map-marker--secondary span{background:var(--star-white);color:var(--star-gray-900);border:1px solid var(--star-gray-200)}.map-marker--secondary span:hover{background:var(--star-gray-900);color:var(--star-white);transform:scale(1.08)}.wd__sd-group{margin-bottom:4px}.wd__sd-label{font-size:1rem;font-weight:700;color:var(--star-gray-900);margin:0 0 12px}.wd__sd-label--inline{margin:0}.wd__sd-divider{border:none;border-top:1px solid var(--star-gray-200);margin:20px 0}.wd__sd-chips{display:flex;flex-wrap:wrap;gap:8px}.wd__sd-chip{display:inline-flex;align-items:center;padding:8px 16px;border:1.5px solid #DDDDDD;border-radius:50px;background:#fff;font-size:.85rem;font-weight:500;font-family:inherit;color:#222;cursor:pointer;transition:background .15s,border-color .15s,color .15s;-webkit-user-select:none;user-select:none}.wd__sd-chip:hover{background:#f7f7f7}.wd__sd-chip--on{background:#1b4fba;border-color:#1b4fba;color:#fff}.wd__sd-chip--on:hover{background:#153f96}.wd__sd-textarea-wrap{position:relative}.wd__sd-textarea{width:100%;padding:12px 14px;border:1.5px solid #DDDDDD;border-radius:10px;font-size:.9rem;font-family:inherit;color:#222;resize:none;outline:none;transition:border-color .15s;box-sizing:border-box}.wd__sd-textarea:focus{border-color:#222}.wd__sd-textarea::placeholder{color:#b0b0b0}.wd__sd-counter{display:block;text-align:right;font-size:.75rem;color:#b0b0b0;margin-top:4px}.wd__sd-emergency-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wd__sd-emergency-left{display:flex;align-items:center;gap:8px}.wd__sd-emergency-bolt{font-size:1.5rem}.wd__sd-toggle{position:relative;display:inline-block;width:56px;height:30px;flex-shrink:0}.wd__sd-toggle input{opacity:0;width:0;height:0;position:absolute}.wd__sd-toggle-track{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:30px;transition:background .25s}.wd__sd-toggle-track:before{content:"";position:absolute;height:24px;width:24px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px #0003}.wd__sd-toggle input:checked+.wd__sd-toggle-track{background:#f59e0b}.wd__sd-toggle input:checked+.wd__sd-toggle-track:before{transform:translate(26px)}.wd__sd-emergency-status{font-size:.9rem;font-weight:500;color:var(--star-gray-600);margin:0 0 8px}.wd__sd-emergency-status--on{font-weight:700;color:#b45309}.wd__sd-emergency-note{font-size:.8rem;color:#aaa;margin:0;line-height:1.5}.wd__trust{margin-top:32px;padding:48px 32px;background:var(--star-gray-50);border-radius:20px;text-align:center;border:1px solid var(--star-gray-200)}.wd__trust-logo{width:56px;height:56px;margin-bottom:16px;opacity:.85}.wd__trust-title{font-size:1.35rem;font-weight:700;color:var(--star-gray-900);margin:0 0 12px}.wd__trust-desc{font-size:.9rem;color:var(--star-gray-600);margin:0 auto;max-width:480px;line-height:1.6}@media (max-width: 900px){.wd__booking-bar--fixed{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid #ebebeb;padding:16px 24px;box-sizing:border-box}}@media (min-width: 901px){.wd__booking-bar--fixed{display:none}.wd__left{padding-bottom:20px;display:flex;flex-direction:column}.wd__card{display:flex;flex-direction:column;min-height:100%;overflow:visible;padding-bottom:0}.wd__card-info{overflow:visible}}.wd__booking-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;margin:0}.wd__booking-bar-left{display:flex;flex-direction:column;gap:2px}.wd__booking-bar-price{font-size:1rem;font-weight:700;color:var(--star-gray-900)}.wd__booking-bar-cancel{font-size:.8rem;font-weight:500;color:#2e7d32}.wd__bm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;animation:wd-bm-fade .2s ease}@keyframes wd-bm-fade{0%{opacity:0}to{opacity:1}}.wd__bm{position:relative;background:#fff;border-radius:20px;width:90%;max-width:440px;max-height:90vh;overflow-y:auto;padding:28px 24px 24px;box-shadow:0 16px 48px #0003;animation:wd-bm-slide .3s ease}@keyframes wd-bm-slide{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.wd__bm-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#717171;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.wd__bm-close:hover{background:#f0f0f0}.wd__bm-title{font-size:1.25rem;font-weight:800;color:#222;margin:0 0 20px}.wd__bm-cal{margin-bottom:20px}.wd__bm-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wd__bm-cal-month{font-size:.95rem;font-weight:700;color:#222}.wd__bm-cal-header-right{display:flex;gap:8px;align-items:center}.wd__bm-cal-nav{width:32px;height:32px;border:1px solid #E0E0E0;border-radius:50%;background:#fff;font-size:1.1rem;color:#222;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.wd__bm-cal-nav:hover{background:#f7f7f7}.wd__bm-cal-labels,.wd__bm-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.wd__bm-cal-label{font-size:.75rem;font-weight:600;color:#aaa;padding:4px 0}.wd__bm-cal-day{width:36px;height:36px;margin:0 auto;border:none;border-radius:50%;background:transparent;font-size:.85rem;font-weight:500;color:#222;cursor:pointer;transition:background .15s;font-family:inherit}.wd__bm-cal-day:hover:not(:disabled):not(.wd__bm-cal-day--sel){background:#f0f0f0}.wd__bm-cal-day--past{color:#d0d0d0;cursor:default}.wd__bm-cal-day--today{background:#222;color:#fff}.wd__bm-cal-day--sel{background:#1b4fba;color:#fff;font-weight:700}.wd__bm-packages{border-top:1px solid #EBEBEB;padding-top:16px;margin-bottom:16px}.wd__bm-pkg-group{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #EBEBEB}.wd__bm-pkg-group:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.wd__bm-pkg{display:flex;align-items:center;gap:12px;padding:0 0 8px}.wd__bm-pkg-thumb{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0}.wd__bm-pkg-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wd__bm-pkg-name{font-size:.9rem;font-weight:700;color:#222;margin:0 0 2px}.wd__bm-pkg-price{font-size:.85rem;color:#222;margin:0;font-weight:700}.wd__bm-pkg-price span{font-weight:400;color:#717171}@media (max-width: 480px){.wd__bm-pkg{flex-direction:column;align-items:stretch;gap:10px}.wd__bm-pkg-thumb{width:100%;height:auto;aspect-ratio:16 / 10;max-height:200px;border-radius:12px}.wd__bm-pkg-thumb img{object-fit:cover}}.wd__bm-times{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:8px}.wd__bm-time{padding:8px 18px;border:1.5px solid #DDDDDD;border-radius:50px;background:#fff;font-size:.85rem;font-weight:600;font-family:inherit;color:#222;cursor:pointer;transition:background .15s,border-color .15s}.wd__bm-time:hover{background:#f7f7f7}.wd__bm-time--sel{background:#222;border-color:#222;color:#fff}.wd__bm-time--sel:hover{background:#333}.wd__bm-confirm{width:100%;padding:14px;border:none;border-radius:12px;background:#222;color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s;margin-top:8px}.wd__bm-confirm:hover:not(:disabled){opacity:.88}.wd__bm-confirm:disabled{background:#d0d0d0;cursor:default}@media (max-width: 900px){.wd__layout{flex-direction:column;gap:0}.wd__left{position:static;flex:none;max-width:none;width:100%;display:none}.wd__mobile-profile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4px 0 24px;border-bottom:1px solid var(--star-gray-200);margin-bottom:12px}.wd__mobile-profile-avatar{margin-bottom:14px}.wd__mobile-profile-title{font-size:1.75rem;font-weight:700;margin:0 0 6px;color:var(--star-gray-900);line-height:1.2}.wd__mobile-profile-category{font-size:.8rem;font-weight:700;color:#1b4fba;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.wd__mobile-profile-category--subs{text-transform:none;letter-spacing:.02em;font-weight:600;font-size:.875rem;line-height:1.35}.wd__mobile-profile-rating{display:inline-block;font-size:.95rem;font-weight:600;margin:0 0 6px;color:var(--star-gray-900);text-decoration:none;border:1px solid var(--star-gray-300);border-radius:999px;padding:4px 12px}.wd__mobile-profile-rating--text{border:none;padding:0}.wd__mobile-profile-new{font-size:.95rem;font-weight:600;margin:0 0 8px;color:var(--star-gray-600)}.wd__mobile-profile-loc{font-size:.9rem;color:var(--star-gray-600);line-height:1.45;margin:0 0 16px;max-width:340px}.wd__profile-rating-line--mobile{align-self:center}.wd__profile-service-line--mobile,.wd__profile-providing-line--mobile{max-width:420px;margin-left:auto;margin-right:auto}.wd__profile-bio-block--mobile{max-width:420px;margin-left:auto;margin-right:auto;text-align:left}.wd__mobile-profile-tagline{font-size:.9rem;color:var(--star-gray-700);line-height:1.45;margin:0 0 16px;max-width:340px}.wd__mobile-profile .wd__book-free-visit{max-width:420px}.wd{padding-bottom:80px}.wd__reviews-grid{grid-template-columns:1fr}.wd__sd-chips{gap:6px}.wd__quals-layout{flex-direction:column}.wd__quals-card{flex:none;width:100%}.wd__gallery-grid--placeholder{grid-template-columns:1fr}.wd__gallery-main{border-radius:32px}.wd__gallery-side{flex-direction:row}.wd__gallery-side img{border-radius:32px!important;aspect-ratio:1 / 1}}@media (max-width: 600px){.wd__back-btn{margin-bottom:12px}.wd__pkg-img{width:80px;height:80px}.wd__bm{border-radius:20px 20px 0 0;align-self:flex-end;width:100%;max-width:100%;max-height:85vh;animation:wd-bm-slide-up .3s ease}@keyframes wd-bm-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.wd__portfolio-mosaic{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);grid-template-rows:1fr 1fr;gap:8px;min-height:280px;width:100%}.wd__portfolio-mosaic-main-wrap{grid-row:1 / span 2;grid-column:1;position:relative;min-height:0}.wd__portfolio-mosaic-col{grid-column:2;grid-row:1 / span 2;display:flex;flex-direction:column;gap:8px;min-height:0}.wd__portfolio-mosaic-small-wrap{flex:1;min-height:0;position:relative}.wd__portfolio-mosaic-main,.wd__portfolio-mosaic-cell{border:none;padding:0;margin:0;width:100%;height:100%;border-radius:32px;overflow:hidden;background:#f0f0f0;cursor:pointer;display:block;position:relative;font:inherit;text-align:left}.wd__portfolio-mosaic-main{min-height:280px}.wd__portfolio-mosaic-cell--small{min-height:0}.wd__portfolio-placeholder{display:block;width:100%;height:100%;min-height:100px;background:#f0f0f0}.wd__portfolio-mosaic-img{width:100%;height:100%;object-fit:cover;display:block}.wd__portfolio-expand{position:absolute;right:10px;bottom:10px;width:40px;height:40px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none}.wd__portfolio-cell-remove{position:absolute;top:6px;right:6px;z-index:3;width:28px;height:28px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.wd__portfolio-add-btn{margin-top:16px}.wd__hidden-file{position:fixed;left:-9999px;top:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;opacity:0;border:0}.wd__portfolio-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#fff;display:flex;flex-direction:column;align-items:center;padding:max(48px,calc(env(safe-area-inset-top,0px) + 40px)) max(20px,env(safe-area-inset-right,0px)) max(20px,env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));box-sizing:border-box}.wd__portfolio-modal-close{position:absolute;top:max(12px,calc(env(safe-area-inset-top,0px) + 8px));right:max(12px,env(safe-area-inset-right,0px));background:none;border:none;cursor:pointer;padding:4px;line-height:0}.wd__portfolio-modal-title{font-size:1.25rem;font-weight:700;color:#222;margin:0 0 24px;text-align:center;padding:0 48px}.wd__portfolio-modal-scroll{flex:1;overflow-y:auto;width:100%;max-width:960px}.wd__portfolio-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.wd__portfolio-modal-cell{border-radius:32px;overflow:hidden;aspect-ratio:1;background:#f0f0f0}.wd__portfolio-modal-cell img{width:100%;height:100%;object-fit:cover;display:block}.wd__portfolio-modal-placeholder{min-height:160px;grid-column:1 / -1;background:#f0f0f0;border-radius:32px}.wd__owner-save-error{width:100%;flex-basis:100%;font-size:.85rem;color:#b91c1c;margin:0}.wd__owner-btn--save{background:#1b4fba!important;color:#fff!important;border-color:#1b4fba!important}.wd__owner-btn--save:hover{background:#164a9e!important;border-color:#164a9e!important}.wd__owner-btn--cancel-outline{background:#fff!important;color:#444!important;border:1px solid #c8c8c8!important}.wd__card-hero-wrap--editable{position:relative}.wd__hero-cam-btn{position:absolute;right:12px;bottom:12px;width:40px;height:40px;border-radius:8px;border:none;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.wd__hero-cam-icon{width:22px;height:22px}.wd__card-avatar-wrap{position:relative;width:fit-content;margin-left:auto;margin-right:auto}.wd__avatar-cam-btn{position:absolute;left:50%;bottom:4px;transform:translate(-50%);width:36px;height:36px;border-radius:8px;border:none;background:#000000a6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 2px 8px #0003}.wd__avatar-cam-icon{width:20px;height:20px}.wd__mobile-profile-avatar-wrap{position:relative;width:fit-content;flex-shrink:0}.wd__avatar-cam-btn--mobile{bottom:2px}.wd__edit-input{display:block;width:100%;max-width:100%;font-size:inherit;font-weight:inherit;font-family:inherit;color:var(--star-gray-900);border:none;border-bottom:1px solid #ccc;border-radius:4px;padding:4px 2px;margin:0 0 8px;box-sizing:border-box;background:transparent}.wd__edit-input--name{font-size:1.6rem;font-weight:700;text-align:center}.wd__edit-input--service{font-size:15px;text-align:center;color:#555}.wd__edit-input--city{flex:1;min-width:0;margin-bottom:0;font-size:15px}.wd__edit-input--mobile-title{font-size:1.35rem;text-align:left}.wd__edit-providing-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:0 0 10px;font-size:15px;color:#555}.wd__edit-providing-row--mobile{justify-content:flex-start}.wd__edit-providing-label{flex-shrink:0}.wd__edit-bio{width:100%;max-width:100%;font-size:1.05rem;line-height:1.65;font-family:inherit;color:var(--star-gray-700);border:1px solid #ddd;border-radius:8px;padding:10px 12px;margin:0 0 8px;box-sizing:border-box;resize:vertical;min-height:80px}.wd__edit-bio--mobile{max-width:420px}.wd__pkg-card--editable{position:relative;padding-top:40px}.wd__pkg-card-edit-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:2}.wd__pkg-icon-btn{width:36px;height:36px;border-radius:8px;border:1px solid #e8e8e8;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#222;padding:0}.wd__add-package-btn{margin-top:12px}.wd__ppm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:13000;display:flex;align-items:center;justify-content:center}.wd__ppm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;cursor:pointer}.wd__ppm-panel{position:relative;z-index:1;background:#fff;border-radius:16px;max-width:440px;width:calc(100% - 32px);max-height:90vh;overflow-y:auto;padding:20px;box-shadow:0 12px 40px #0003}.wd__ppm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.wd__ppm-title{margin:0;font-size:1.1rem;font-weight:700}.wd__ppm-close{border:none;background:none;font-size:1.75rem;cursor:pointer;line-height:1;color:#444;padding:0 4px}.wd__pkg-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12800;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.wd__pkg-view-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;cursor:pointer;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.wd__pkg-view-panel{position:relative;z-index:1;background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:min(90vh,800px);overflow:hidden;box-shadow:0 16px 48px #0003}.wd__pkg-view-close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.wd__pkg-view-inner{display:flex;flex-direction:row;align-items:stretch;min-height:280px}.wd__pkg-view-col--img{flex:0 0 55%;max-width:55%;min-height:100%;overflow:hidden;border-radius:16px 0 0 16px}.wd__pkg-view-img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.wd__pkg-view-col--detail{flex:1;min-width:0;padding:40px 28px 40px 24px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.wd__pkg-view-title{margin:0 0 12px;font-size:28px;font-weight:700;color:#222;line-height:1.2}.wd__pkg-view-price{margin:0;font-size:18px;color:#222}.wd__pkg-view-duration{margin:0;font-size:15px;color:#555}.wd__pkg-view-desc{margin:16px 0 0;font-size:15px;color:#555;line-height:1.6}@media (max-width: 768px){.wd__pkg-view{padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))}.wd__pkg-view-inner{flex-direction:column}.wd__pkg-view-col--img{flex:none;max-width:100%;width:100%;border-radius:16px 16px 0 0}.wd__pkg-view-img{min-height:220px}.wd__pkg-view-panel{max-height:min(90vh,100dvh);overflow-y:auto;-webkit-overflow-scrolling:touch}.wd__pkg-view-col--detail{padding:24px 20px 32px}.wd__pkg-view-close{top:max(12px,env(safe-area-inset-top,0px));right:max(12px,env(safe-area-inset-right,0px))}}.wd__pkg-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:13000;display:flex;align-items:center;justify-content:center}.wd__pkg-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;cursor:pointer}.wd__pkg-modal-panel{position:relative;z-index:1;background:#fff;border-radius:16px;max-width:480px;width:calc(100% - 32px);max-height:90vh;overflow-y:auto;padding:20px;box-shadow:0 12px 40px #0003}.wd__pkg-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.wd__pkg-modal-title{margin:0;font-size:1.1rem;font-weight:700}.wd__pkg-modal-close{border:none;background:none;font-size:1.75rem;cursor:pointer;line-height:1;color:#444}.wd__pkg-modal-body{display:flex;flex-direction:column;gap:14px}.wd__pkg-modal-field{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;color:#333}.wd__pkg-modal-input,.wd__pkg-modal-textarea{font:inherit;padding:10px 12px;border:1px solid #ddd;border-radius:8px}.wd__pkg-modal-textarea{resize:vertical;min-height:72px}.wd__pkg-modal-field-error{font-size:.8rem;font-weight:500;color:#b91c1c;margin-top:4px}.wd__pkg-modal-thumb-btn{align-self:flex-start}.wd__pkg-modal-done{margin-top:8px}.wd__msg-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:10060;max-width:min(420px,calc(100vw - 32px));padding:14px 20px;border-radius:12px;font-size:.95rem;font-weight:600;box-shadow:0 8px 24px #00000026}.wd__msg-toast--success{background:#1b5e20;color:#fff}.wd__msg-toast--neutral{background:#333;color:#fff}@media (max-width: 640px){.wd__portfolio-mosaic{grid-template-columns:1fr;grid-template-rows:minmax(200px,auto) minmax(120px,auto);min-height:0}.wd__portfolio-mosaic-main-wrap{grid-row:1;grid-column:1}.wd__portfolio-mosaic-col{grid-row:2;grid-column:1;flex-direction:row;min-height:140px}.wd__portfolio-mosaic-main{min-height:220px}.wd__portfolio-modal-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 901px){html:has(.wd--split-scroll),body:has(.wd--split-scroll){height:auto;min-height:100%;overflow:visible}html:has(.wd--split-scroll){height:auto}.app-shell:has(.wd--split-scroll){height:auto;min-height:100vh;max-height:none;overflow:visible;display:flex;flex-direction:column}.app-shell:has(.wd--split-scroll) .star-footer{position:static;flex-shrink:0}main.app-main:has(.wd--split-scroll){overflow:visible;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.wd.wd--split-scroll{flex:1 1 auto;overflow:visible;display:flex;flex-direction:column;padding:24px 0 0;box-sizing:border-box}.wd.wd--split-scroll .wd__container{flex:1 1 auto;min-height:0;overflow:visible;display:flex;flex-direction:column;height:auto;max-width:1120px;margin:0 auto;padding:0 24px;width:100%}.wd.wd--split-scroll .wd__top-bar{flex-shrink:0}.wd.wd--split-scroll .wd__layout{display:flex;flex-direction:row;align-items:flex-start;gap:48px;flex:1 1 auto;min-height:100vh;overflow:visible}.wd.wd--split-scroll .wd__left{flex:0 0 380px;max-width:380px;min-width:0;flex-shrink:0;position:sticky;top:80px;height:fit-content;overflow:visible;align-self:flex-start}.wd.wd--split-scroll .wd__card{display:flex;flex-direction:column;height:fit-content;min-height:0;overflow:visible;padding-bottom:0}.wd.wd--split-scroll .wd__card-hero-wrap{max-height:200px;aspect-ratio:unset;height:200px}.wd.wd--split-scroll .wd__card-avatar{margin:-40px auto 0}.wd.wd--split-scroll .wd__left .wd__card-info{padding-top:8px}.wd.wd--split-scroll .wd__left .wd__card-name,.wd.wd--split-scroll .wd__left .wd__card-category,.wd.wd--split-scroll .wd__left .wd__subcat-row,.wd.wd--split-scroll .wd__left .wd__subcat-counter,.wd.wd--split-scroll .wd__left .wd__profile-rating-line,.wd.wd--split-scroll .wd__left .wd__profile-service-line,.wd.wd--split-scroll .wd__left .wd__profile-providing-line,.wd.wd--split-scroll .wd__left .wd__profile-bio-block,.wd.wd--split-scroll .wd__left .wd__profile-bio{margin:0 0 8px}.wd.wd--split-scroll .wd__left .wd__profile-bio:not(.wd__profile-bio--expanded){display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.wd.wd--split-scroll .wd__right{flex:1;min-width:0;overflow:visible}}@media (max-width: 768px){html:has(.wd--split-scroll),body:has(.wd--split-scroll){height:auto;max-height:none;overflow:visible}.app-shell:has(.wd--split-scroll){height:auto;max-height:none;min-height:100vh;overflow:visible}main.app-main:has(.wd--split-scroll){overflow:visible;display:block;flex:1 1 auto;min-height:0}.wd.wd--split-scroll{display:block;overflow:visible;height:auto;max-height:none;min-height:0}.wd.wd--split-scroll .wd__container{display:block;height:auto;overflow:visible}.wd.wd--split-scroll .wd__layout{height:auto;max-height:none;overflow:visible;flex:none}.wd.wd--split-scroll .wd__left,.wd.wd--split-scroll .wd__right{height:auto;max-height:none;overflow:visible}.wd.wd--split-scroll .wd__left{position:static;align-self:stretch}}.pk{min-height:calc(100vh - 80px);display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:32px 48px 24px}.pk__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.pk__step{font-size:.8rem;color:#717171;font-weight:500}.pk-thumb-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.pk-thumb-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#00000073;cursor:pointer}.pk-thumb-modal__panel{position:relative;z-index:1;width:100%;max-width:min(640px,calc(100vw - 32px));max-height:min(90vh,720px);overflow:auto;background:#fff;border-radius:16px;padding:16px 16px 24px;box-shadow:0 8px 32px #0000002e;border:1px solid #e8e8e8}.pk-thumb-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.pk-thumb-modal__title{margin:0;font-size:1.15rem;font-weight:700;color:#222;line-height:1.3}.pk-thumb-modal__close{flex-shrink:0;width:36px;height:36px;border:none;border-radius:50%;background:#f3f3f3;color:#222;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit}.pk-thumb-modal__close:hover{background:#ebebeb}.onboarding-profile-ring--embedded{display:flex;flex-direction:column;align-items:center;margin-bottom:0}.onboarding-profile-ring--rect-crop{width:100%;align-items:stretch}.onboarding-profile-ring--rect-crop .cs__frame-wrap{width:100%;display:block;margin-bottom:22px}.onboarding-profile-ring--rect-crop .cs__frame{width:100%;max-width:100%;height:auto!important;aspect-ratio:4 / 1;border-radius:32px;border:3px solid #ffffff;box-shadow:0 2px 8px #00000040}.onboarding-profile-ring--rect-crop .cs__frame.cs__frame--empty{border:2px dashed #c0c0c0;box-shadow:none}.onboarding-profile-ring--rect-crop .cs__frame-cam{left:auto;right:14px;bottom:12px;transform:none}.onboarding-profile-ring--rect-crop .cs__zoom{width:100%;max-width:100%;margin-top:12px}.onboarding-profile-ring--rect-crop .cs__actions{width:100%;max-width:100%;justify-content:center}.onboarding-profile-ring--rect-crop .onboarding-profile-ring__error{max-width:100%}.onboarding-profile-ring--rect-crop .cs__frame-img{object-fit:contain}.pk__body{flex:1;display:flex;justify-content:center;padding-top:16px}.pk__content{width:100%;max-width:640px}.pk__title{font-size:2rem;font-weight:800;color:#222;line-height:1.2;margin:0 0 8px;letter-spacing:-.02em;text-align:center}.pk__subtitle{font-size:1rem;color:#717171;text-align:center;max-width:480px;margin:0 auto 32px}.pk__list{display:flex;flex-direction:column;gap:24px}.pk__package-progress{margin:20px 0 0;font-size:.95rem;color:#222;text-align:center}.pk__package-progress-count{font-weight:700;color:#1b4fba}.pk__card{border:1px solid #E0E0E0;border-radius:32px;padding:24px;background:#fff}.pk__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pk__card-num{font-size:.85rem;font-weight:700;color:#222;text-transform:uppercase;letter-spacing:.04em}.pk__card-remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#717171;cursor:pointer;transition:background .15s}.pk__card-remove:hover{background:#f0f0f0;color:#222}.pk__card-thumb{position:relative;width:100%;height:160px;border-radius:12px;overflow:hidden;margin-bottom:20px;cursor:pointer;background:#f7f7f7;border:2px dashed #DDDDDD;transition:border-color .15s}.pk__card-thumb--has-img{border:none;cursor:pointer}.pk__card-thumb:not(.pk__card-thumb--has-img):hover{border-color:#aaa}.pk__card-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.pk__card-thumb-cam{position:absolute;bottom:10px;right:10px;width:36px;height:36px;border-radius:50%;border:none;background:#00000080;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.pk__card-thumb-cam:hover{background:#000000b3}.pk__card-thumb-empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#b0b0b0;font-size:.85rem;font-weight:500}.pk__card-fields{display:flex;flex-direction:column;gap:18px}.pk__field{display:flex;flex-direction:column;gap:6px}.pk__field-row{display:flex;gap:16px}.pk__field--half{flex:1}.pk__field-label{font-size:.85rem;font-weight:600;color:#222}.pk__input{padding:12px 14px;border:1.5px solid #DDDDDD;border-radius:10px;font-size:.95rem;font-family:inherit;color:#222;outline:none;transition:border-color .15s;background:#fff}.pk__input:focus{border-color:#222}.pk__input::placeholder{color:#b0b0b0}.pk__price-wrap{display:flex;align-items:center;border:1.5px solid #DDDDDD;border-radius:10px;overflow:hidden;transition:border-color .15s}.pk__price-wrap:focus-within{border-color:#222}.pk__currency{padding:12px 0 12px 14px;font-size:.95rem;font-weight:600;color:#717171;background:#fff}.pk__input--price{border:none;border-radius:0;padding-left:6px;flex:1;-moz-appearance:textfield}.pk__input--price::-webkit-inner-spin-button,.pk__input--price::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pk__select{padding:12px 14px;border:1.5px solid #DDDDDD;border-radius:10px;font-size:.95rem;font-family:inherit;color:#222;outline:none;background:#fff;cursor:pointer;transition:border-color .15s}.pk__select:focus{border-color:#222}.pk__pills{display:flex;gap:8px}.pk__pill{padding:8px 16px;border:1.5px solid #DDDDDD;border-radius:50px;background:#fff;color:#222;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.pk__pill:hover{background:#f7f7f7}.pk__pill--active{background:#1b4fba;border-color:#1b4fba;color:#fff}.pk__pill--active:hover{background:#153f96}.pk__textarea{padding:12px 14px;border:1.5px solid #DDDDDD;border-radius:10px;font-size:.95rem;font-family:inherit;color:#222;resize:none;outline:none;transition:border-color .15s}.pk__textarea:focus{border-color:#222}.pk__textarea::placeholder{color:#b0b0b0}.pk__char-count{font-size:.75rem;color:#b0b0b0;text-align:right}.pk__preview{display:flex;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #EBEBEB}.pk__preview-thumb{width:120px;height:80px;border-radius:32px;overflow:hidden;flex-shrink:0;background:#f0f0f0}.pk__preview-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.pk__preview-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#f5f5f5)}.pk__preview-info{flex:1;min-width:0}.pk__preview-title{font-size:1rem;font-weight:700;color:#222;margin:0 0 4px}.pk__preview-meta{font-size:.85rem;color:#717171;margin:0 0 6px;font-weight:500}.pk__preview-desc{font-size:.85rem;color:#555;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pk__add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;margin-top:16px;border:2px dashed #CCCCCC;border-radius:12px;background:transparent;color:#717171;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.pk__add:hover{background:#f7f7f7;border-color:#aaa}.pk__footer{display:flex;flex-direction:column;align-items:flex-end;gap:12px;padding:16px 0 24px;margin-top:auto}.pk__error{align-self:stretch;margin:0;text-align:center;font-size:.875rem;color:#b91c1c;line-height:1.4}.pk__next{width:auto;flex:0 0 auto}@media (max-width: 768px){.pk{padding:24px 20px}.pk__title{font-size:1.6rem}.pk__card{padding:18px}.pk__field-row{flex-direction:column;gap:18px}.pk__preview{flex-direction:column;gap:12px}.pk__preview-thumb{width:100%;height:120px}}.bc{min-height:calc(100vh - 120px);padding:24px 0 48px;background:#fafafa}.bc__inner{position:relative}.bc__back{border:none;background:none;font-size:1.25rem;cursor:pointer;color:#111;padding:8px 8px 16px 0;margin:-8px 0 0 -4px}.bc__page-title{font-size:1.5rem;font-weight:700;margin:0 0 20px;color:#111}.bc__grid{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}@media (max-width: 900px){.bc__grid{grid-template-columns:1fr}}.bc__section{border-radius:12px;padding:16px 18px;margin-bottom:12px;border:1px solid #e5e7eb;background:#fff}.bc__section--active{border-color:#d1d5db}.bc__section--muted{background:#f3f4f6;color:#6b7280}.bc__section--collapsed .bc__section-title{font-size:.95rem;font-weight:600}.bc__section-title{margin:0 0 8px;font-size:1rem;font-weight:700;color:inherit}.bc__coming{margin:0;font-size:.88rem}.bc__continue{margin-top:8px;padding:12px 28px;border-radius:999px;border:none;background:#1b4fba;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer}.bc__continue:hover{opacity:.95}.bc__request{width:100%;max-width:420px;margin-top:20px;padding:14px 24px;border-radius:999px;border:none;background:#1b4fba;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.bc__request:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.bc__success{margin:16px 0 0;padding:12px 14px;border-radius:10px;background:#ecfdf5;color:#065f46;font-size:.95rem}.bc__error{margin:12px 0 0;color:#b91c1c;font-size:.9rem}.bc__missing{margin:0 0 12px}.bc__link{color:#1b4fba;font-weight:600}.bc__summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 4px 24px #0000000f}.bc__summary-head{display:flex;gap:12px;align-items:flex-start}.bc__summary-cover{width:72px;height:72px;object-fit:cover;border-radius:10px}.bc__summary-name{margin:0;font-weight:700;font-size:1rem;color:#111}.bc__summary-pkg{margin:4px 0 0;font-size:.88rem;color:#6b7280}.bc__summary-rating{margin:6px 0 0;font-size:.88rem;color:#111}.bc__free-cancel{margin:12px 0 0;font-size:.88rem;font-weight:600;color:#059669}.bc__hr{border:none;border-top:1px solid #e5e7eb;margin:14px 0}.bc__line{margin:0 0 10px;font-size:.9rem;color:#374151;line-height:1.4}.bc__line--row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.bc__addr{flex:1;min-width:0;word-break:break-word}.bc__change{flex-shrink:0;color:#111;font-size:.85rem;font-weight:600;text-decoration:underline}.bc__price-row{color:#6b7280}.bc__total-row{font-weight:700;color:#111;font-size:1rem;margin-top:4px}.bc__payment-form{margin-top:16px;max-width:420px}.bc__card-element{padding:12px 14px;margin-bottom:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}@media (max-width: 900px){.bc__request,.bc__payment-form{max-width:none}}.bvc{min-height:calc(100vh - 120px);padding:24px 0 48px;background:#fafafa}.bvc__inner{max-width:560px}.bvc__back{border:none;background:none;font-size:1.25rem;cursor:pointer;color:#111;padding:8px 8px 16px 0;margin:-8px 0 0 -4px}.bvc__title{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#111}.bvc__lead{margin:0 0 28px;font-size:1.05rem;line-height:1.5;color:#374151}.bvc__lead strong{color:#111;font-weight:600}.bvc__actions{display:flex;flex-direction:column;gap:12px}@media (min-width: 480px){.bvc__actions{flex-direction:row;flex-wrap:wrap;align-items:center}}.bvc__btn-primary{display:inline-flex;justify-content:center;padding:12px 28px;border-radius:999px;border:none;background:#1b4fba;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none}.bvc__btn-ghost{display:inline-flex;justify-content:center;padding:12px 28px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111;font-weight:600;font-size:.95rem;text-decoration:none}.bvc__missing{margin:0 0 16px;color:#6b7280}.bvc__link{color:#1b4fba;font-weight:600}.dashboard{min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;background:#fff;padding:64px 24px}.dashboard__loading{font-size:1rem;color:#717171;padding-top:80px}.dashboard__card{width:100%;max-width:480px;background:#fff;border:1px solid #DDDDDD;border-radius:12px;padding:40px 32px;text-align:center}.dashboard__avatar-wrap{margin-bottom:20px}.dashboard__avatar{width:72px;height:72px;border-radius:50%;object-fit:cover}.dashboard__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#1b4fba;color:#fff;font-size:1.8rem;font-weight:700}.dashboard__greeting{font-size:1.5rem;font-weight:600;color:#222;margin:0 0 6px}.dashboard__email{font-size:.9rem;color:#717171;margin:0 0 4px}.dashboard__provider{font-size:.8rem;color:#b0b0b0;margin:0 0 28px;text-transform:capitalize}.dashboard__actions{display:flex;flex-direction:column;gap:10px}@media (max-width: 600px){.dashboard{padding:32px 16px}.dashboard__card{padding:32px 20px}}.apple-display-name-gate{max-width:420px;margin:0 auto;padding:48px 24px;text-align:center}.apple-display-name-gate__title{font-size:1.35rem;font-weight:700;color:#111;margin:0 0 12px}.apple-display-name-gate__subtitle{font-size:.95rem;color:var(--star-gray-600, #4b5563);margin:0 0 24px;line-height:1.5}.apple-display-name-gate__input{width:100%;box-sizing:border-box;padding:14px 16px;border-radius:12px;border:1px solid var(--star-gray-200, #e5e7eb);font-size:1rem;margin-bottom:16px;font-family:inherit}.apple-display-name-gate__input:focus{outline:none;border-color:var(--star-blue, #2563eb);box-shadow:0 0 0 3px #2563eb26}.apple-display-name-gate__error{color:#b91c1c;font-size:.875rem;margin:0 0 12px}.apple-display-name-gate__btn{width:100%;padding:14px 20px;font-weight:600;border-radius:12px;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.apple-display-name-gate__btn:disabled{opacity:.5;cursor:not-allowed}.profile-page{padding:37px 0 74px;min-height:60vh;background:#fff}.profile-page--airbnb{background:#fff}.profile-page__inner{display:grid;grid-template-columns:minmax(230px,276px) 1fr;column-gap:72px;row-gap:55px;align-items:stretch;max-width:1288px;margin:0 auto;padding:0 32px}.profile-page__loading{text-align:center;padding:48px;color:#717171}.profile-page--name-gate{display:flex;align-items:center;justify-content:center;min-height:55vh;padding:24px 16px}.profile-page__avatar-ring-host{width:100%;max-width:140px;min-height:142px;margin:0 0 2px;position:relative;overflow:visible}.profile-page__avatar-ring-host--expanded{min-height:340px}.profile-page__avatar-ring-inner{position:absolute;left:50%;top:0;transform:translate(-50%);transform-origin:top center}.profile-page__hero-card .profile-page__avatar-ring-inner .cs__frame{width:120px;height:120px;min-width:120px;min-height:120px;max-width:120px;max-height:120px;box-sizing:border-box}.profile-page__hero-card .profile-page__avatar-ring-inner .cs__zoom{width:120px;max-width:100%}.profile-page__hero-card .profile-page__avatar-ring-inner .onboarding-profile-ring__error{max-width:120px;color:#c13515}.profile-page__avatar-ring-inner .cs__drag-hint{font-size:15px;color:#222}.profile-page__avatar-ring-inner .cs__action,.profile-page__avatar-ring-inner .cs__action--cancel,.profile-page__avatar-ring-inner .cs__action--done{font-size:17px;color:#222}.profile-page__avatar-ring-inner .cs__action--cancel:hover,.profile-page__avatar-ring-inner .cs__action--done:hover{color:#222}.profile-page__sidebar{position:sticky;top:88px;border-right:1px solid #dddddd;padding-right:24px;margin-right:0}.profile-page__sidebar-title{font-size:1.725rem;font-weight:700;color:#222;margin:0 0 23px;line-height:1.2;letter-spacing:-.02em}.profile-page__sidebar-nav{display:flex;flex-direction:column;gap:5px}.profile-page__sidebar-nav-link{display:block;padding:11px 14px;font-size:1.078125rem;font-weight:500;color:#222;text-decoration:none;border-radius:8px;transition:background .15s ease}.profile-page__sidebar-nav-link:hover{background:#f7f7f7;color:#222}.profile-page__sidebar-nav-link--active{background:#f0f0f0;font-weight:600}.profile-page__sidebar-subhead{margin:18px 0 8px;padding:0 14px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.profile-page__sidebar-nav-link--secondary{font-size:.98rem;color:#4b5563}.profile-page__sidebar-signout{margin-top:18px;padding:11px 14px;width:100%;text-align:left;font-size:1.078125rem;font-weight:500;color:#222;background:none;border:none;cursor:pointer;font-family:inherit;border-radius:8px}.profile-page__sidebar-signout:hover{background:#f7f7f7;text-decoration:underline}.profile-page__main{min-width:0}.profile-page__main-head{display:flex;flex-direction:row;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}.profile-page__main-title{font-size:1.725rem;font-weight:700;color:#222;margin:0;letter-spacing:-.02em;line-height:1.2}.profile-page__main-edit{font-size:16px;font-weight:600;color:#222;background:#fff;border:1px solid #dddddd;border-radius:8px;padding:9px 18px;cursor:pointer;font-family:inherit;text-decoration:none;box-sizing:border-box;line-height:1.25}.profile-page__main-edit:hover{color:#222;background:#f7f7f7}.profile-page__profile-top{display:flex;flex-direction:row;align-items:stretch;gap:40px;margin-bottom:28px;min-width:0}.profile-page__hero-details-divider{flex:0 0 1px;width:1px;min-width:1px;align-self:stretch;margin:0;padding:0;border:none;background-color:#ddd}.profile-page__hero-details-panel{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding-top:28px;box-sizing:border-box}.profile-page__details--hero-aside{width:100%}.profile-page__details--hero-aside .profile-page__detail-row{padding-top:18px;padding-bottom:18px}.profile-page__details--hero-aside .profile-page__detail-row:first-child{padding-top:0}.profile-page__details--below-hero{border-top:1px solid #ebebeb;padding-top:4px}.profile-page__details--below-hero .profile-page__detail-row:first-child{border-top:none}.profile-page__hero-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #00000014,0 2px 12px #0000000f;padding:0;margin-bottom:0;overflow:visible;width:fit-content;min-width:400px;max-width:100%;flex-shrink:0}.profile-page__hero-card-body{display:flex;flex-direction:row;align-items:stretch;gap:56px;padding:28px}.profile-page__hero-card-left{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink:0;width:max-content;max-width:min(240px,42vw);box-sizing:border-box;text-align:center}.profile-page__hero-profile-name{margin:9px auto 0;font-size:23px;font-weight:700;text-align:center;color:#222;line-height:1.15;letter-spacing:-.02em;word-break:break-word;width:100%;max-width:100%;box-sizing:border-box}.profile-page__hero-profile-city{margin:2px auto 0;font-size:15px;color:#717171;line-height:1.35;text-align:center;width:100%;max-width:100%;box-sizing:border-box}.profile-page__hero-card-divider{flex:0 0 1px;width:1px;min-width:1px;align-self:stretch;min-height:0;margin:0;padding:0;border:none;background-color:#ddd}.profile-page__hero-card-right{display:flex;flex-direction:column;flex:0 0 auto;align-self:stretch;justify-content:flex-start;min-width:0}.profile-page__hero-stats{display:flex;flex-direction:column;width:auto;margin:0;padding:0;border:none}.profile-page__hero-stat{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:16px 0;min-width:0}.profile-page__hero-stat:first-child{padding-top:0}.profile-page__hero-stat:not(:last-child){border-bottom:1px solid #ebebeb}.profile-page__hero-stat-value{display:block;font-size:28px;font-weight:700;color:#222;line-height:1.2}.profile-page__hero-stat-label{display:block;margin-top:5px;font-size:14px;color:#717171;line-height:1.3;font-weight:400}.profile-page__details-section{padding-bottom:9px}.profile-page__save-error{color:#c13515;font-size:1.00625rem;margin:14px 0 0}.profile-page__details{display:flex;flex-direction:column}.profile-page__detail-row{display:flex;align-items:flex-start;gap:18px;padding:23px 0;border-bottom:1px solid #ebebeb}.profile-page__detail-icon{flex-shrink:0;color:#717171;display:flex;align-items:center;justify-content:center;margin-top:2px}.profile-page__detail-icon--verified{color:#008a05}.profile-page__detail-icon--identity-pending{color:#c13515}.profile-page__detail-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.profile-page__detail-label{font-size:1.00625rem;font-weight:600;color:#222}.profile-page__detail-value{font-size:1.078125rem;color:#717171;line-height:1.5}.profile-page__detail-value--verified-line{font-weight:500;color:#222}.profile-page__identity-pill{display:inline-block;align-self:flex-start;font-size:1.00625rem;font-weight:600;line-height:1.35;padding:6px 12px;border-radius:999px;max-width:100%;box-sizing:border-box}.profile-page__identity-pill--verified{color:#0d5c12;background:#e8f5e9;border:1px solid #b7dfb9}.profile-page__identity-pill--pending{color:#9b1c1c;background:#fdecea;border:1px solid #f5c2c7}.profile-page__detail-input,.profile-page__detail-select{width:100%;max-width:483px;font-size:1.078125rem;padding:11px 14px;border:1px solid #b0b0b0;border-radius:8px;font-family:inherit;color:#222;background:#fff}.profile-page__detail-input:focus,.profile-page__detail-select:focus{outline:none;border-color:#222;box-shadow:0 0 0 2px #2222221f}.profile-page__show-all-wrap{padding:23px 0 9px}.profile-page__show-all-wrap--hero-panel{padding:14px 0 6px;border-bottom:none}.profile-page__show-all-wrap--after-expanded{padding:18px 0 8px;border-bottom:none}.profile-page__show-all{display:inline-flex;align-items:center;justify-content:center;font-size:1.078125rem;font-weight:600;color:#222;background:#f7f7f7;border:1px solid #dddddd;border-radius:999px;padding:11px 25px;cursor:pointer;font-family:inherit}.profile-page__show-all:hover{background:#efefef;border-color:#ccc}.profile-page__edit-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:14px;padding-top:28px;margin-top:9px;border-top:1px solid #ebebeb}.profile-page__btn{font-size:1.078125rem;font-weight:600;padding:14px 25px;border-radius:8px;cursor:pointer;font-family:inherit;border:none}.profile-page__btn:disabled{opacity:.6;cursor:not-allowed}.profile-page__btn--ghost{background:transparent;color:#222;text-decoration:underline;text-underline-offset:3px}.profile-page__btn--primary{background:#222;color:#fff}.profile-page__btn--primary:hover:not(:disabled){background:#000}.profile-page__pre-footer-rule{width:100%;max-width:100%;margin:32px 0 0;padding:0;border:none;border-top:1px solid #dddddd;box-sizing:border-box}.profile-page__link-footer{border-top:none;background:#f7f7f7;width:100%;margin-top:0;box-sizing:border-box}.profile-page__link-footer-inner{max-width:1288px;margin:0 auto;padding:36px 32px 52px;box-sizing:border-box}.profile-page__link-footer-columns{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 48px}.profile-page__link-footer-col{flex:0 1 auto;min-width:148px;max-width:280px;text-align:center}.profile-page__link-footer-col-title{font-size:.8553125rem;font-weight:700;color:#222;margin:0 0 14px;line-height:1.3;text-align:center}.profile-page__link-footer-link{display:block;font-size:.91640625rem;font-weight:500;color:#222;text-decoration:none;padding:7px 0;line-height:1.45}.profile-page__link-footer-link:hover{text-decoration:underline}@media (max-width: 900px){.profile-page__inner{grid-template-columns:1fr;column-gap:0;row-gap:36px;padding:0 22px}.profile-page__link-footer-inner{padding:28px 22px 40px}.profile-page__link-footer-columns{gap:28px 32px}.profile-page__sidebar{position:static;max-width:100%;margin:0;border-right:none;padding-right:0;min-height:0;border-bottom:1px solid #dddddd;padding-bottom:24px}.profile-page__sidebar-title{margin-bottom:12px}.profile-page__profile-top{flex-direction:column;align-items:stretch;gap:0}.profile-page__hero-details-divider{display:none}.profile-page__hero-details-panel{border-top:1px solid #dddddd;margin-top:24px;padding-top:20px}.profile-page__hero-card{width:100%;min-width:0;max-width:100%}.profile-page__hero-card-body{flex-direction:column;align-items:center}.profile-page__hero-card-divider{display:none}.profile-page__hero-card-left{display:flex;flex-direction:column;align-items:center;width:100%}.profile-page__hero-profile-name,.profile-page__hero-profile-city{text-align:center;width:100%}.profile-page__hero-card-right{width:100%;border-top:1px solid #dddddd;padding-top:24px}.profile-page__hero-stat{align-items:center;text-align:center}}@media (max-width: 480px){.profile-page__hero-card-body{padding:18px}}@media (max-width: 430px){.profile-page__inner{padding-left:16px;padding-right:16px}}.worker-dash{min-height:calc(100vh - 72px);padding:28px 0 56px;background:#fafafa}.worker-dash--loading{display:flex;align-items:center;justify-content:center;padding:48px 24px;color:#717171}.worker-dash__inner.container{max-width:1100px}.worker-dash__top-bar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;margin-bottom:20px}.worker-dash__owner-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin:0}.worker-dash__owner-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid #e8e8e8;background:#fff;color:#222;box-shadow:0 2px 8px #0000001f;transition:box-shadow .15s ease,transform .15s ease}.worker-dash__owner-btn:hover{box-shadow:0 4px 14px #00000024}.worker-dash__welcome{margin-bottom:28px}.worker-dash__welcome-title{margin:0 0 6px;font-size:1.75rem;font-weight:700;color:#222;letter-spacing:-.02em}.worker-dash__welcome-sub{margin:0;font-size:.9375rem;color:#717171}.worker-dash__stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}@media (max-width: 900px){.worker-dash__stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.worker-dash__stat-grid{grid-template-columns:1fr}}.worker-dash__stat-card{background:#fff;border:1px solid #dddddd;border-radius:12px;padding:20px 20px 18px;display:flex;flex-direction:column;gap:8px}.worker-dash__stat-label{font-size:.8125rem;font-weight:600;color:#717171}.worker-dash__stat-value{font-size:1.5rem;font-weight:700;color:#222;line-height:1.2}.worker-dash__stat-hint{margin:4px 0 0;font-size:.75rem;color:#717171;line-height:1.45}.worker-dash__section-h{margin:0 0 14px;font-size:1.0625rem;font-weight:600;color:#222}.worker-dash__quick{margin-bottom:32px}.worker-dash__quick-links{display:flex;flex-wrap:wrap;gap:12px}.worker-dash__quick-link{display:inline-flex;align-items:center;padding:12px 20px;border-radius:8px;border:1px solid #dddddd;background:#fff;font-size:.875rem;font-weight:600;color:#222;text-decoration:none;transition:background .15s}.worker-dash__quick-link:hover{background:#f7f7f7}.worker-dash__activity-box{background:#fff;border:1px solid #dddddd;border-radius:12px;padding:24px}.worker-dash__empty{margin:0;font-size:.875rem;color:#717171;line-height:1.5}@media (max-width: 430px){.worker-dash{padding-left:16px;padding-right:16px}.worker-dash__welcome-title{font-size:1.45rem}.worker-dash__quick-links{flex-direction:column}.worker-dash__quick-link{width:100%;justify-content:center;box-sizing:border-box}}.worker-dash__profile-stats-wrap{margin-bottom:8px}.worker-dash__profile-details-wrap{margin-bottom:28px}.wh-mobile-menu{position:relative;display:none}@media (max-width: 768px){.wh-mobile-menu{display:block}}.wh-mobile-menu__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#222;cursor:pointer;border-radius:8px;padding:0}.wh-mobile-menu__btn:hover{background:#f7f7f7}.wh-mobile-menu__panel{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 8px 24px #0000001a;padding:8px 0;z-index:1000}.wh-mobile-menu__link{display:block;padding:12px 18px;font-size:.875rem;font-weight:500;color:#222;text-decoration:none;font-family:inherit;text-align:left;width:100%;border:none;background:none;cursor:pointer}.wh-mobile-menu__link:hover{background:#f7f7f7}.wh-mobile-menu__link--sub{font-size:.8125rem;color:#6b7280;padding-top:4px}.wh-mobile-menu__link--btn{border-top:1px solid #ebebeb;margin-top:4px;padding-top:14px;color:#717171}.wh-host{border-bottom:1px solid #dddddd;background:#fff}.wh-host__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 24px;max-width:1280px;margin:0 auto}.wh-host__logo-img{height:40px;width:auto;display:block}.wh-host__nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-width:0}.wh-host__link{font-size:.875rem;font-weight:500;color:#222;text-decoration:none;padding:10px 14px;border-radius:999px;white-space:nowrap;transition:background .15s ease}.wh-host__link:hover{background:#f7f7f7}.wh-host__link--active{font-weight:600;background:#f0f0f0}.wh-host__right{display:flex;align-items:center;gap:14px}.wh-host__switch{border:none;background:none;font-size:.875rem;font-weight:600;color:#222;cursor:pointer;font-family:inherit;padding:8px 14px;border-radius:999px;white-space:nowrap;transition:background .15s ease}.wh-host__switch:hover{background:#ebebeb}.wh-host__avatar-link{width:40px;height:40px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;box-shadow:0 0 0 2px #fff,0 0 0 3px #ddd}.wh-host__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.wh-host__avatar-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#717171;background:#f7f7f7}@media (max-width: 1024px){.wh-host__inner{grid-template-columns:1fr auto;grid-template-rows:auto auto}.wh-host__nav{grid-column:1 / -1;order:3;justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.wh-host__logo{order:1}.wh-host__right{order:2;justify-self:end}}@media (max-width: 768px){.wh-host{display:block}.wh-host__inner{grid-template-columns:auto 1fr auto;grid-template-rows:auto;padding:12px 16px;gap:12px}.wh-host__nav,.wh-host__hamburger-desktop,.wh-host__avatar-link--desktop{display:none!important}.wh-host__switch{font-size:.8125rem;padding:6px 10px}}.worker-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:900;background:#fff;border-top:1px solid #ebebeb;padding:6px 8px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;align-items:stretch;gap:4px}@media (max-width: 768px){.worker-bottom-nav{display:flex}}.worker-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;text-decoration:none;color:#717171;font-size:.65rem;font-weight:500;min-width:0;border-radius:8px;transition:color .15s ease}.worker-bottom-nav__item--active{color:#1b4fba;font-weight:600}.worker-bottom-nav__icon{width:22px;height:22px;flex-shrink:0}.worker-bottom-nav__label{line-height:1.15;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.worker-host-layout{min-height:100vh;display:flex;flex-direction:column}.worker-host-layout__main{flex:1 1 auto;min-height:0}.worker-host-layout__outlet{min-width:0}.worker-host-layout__main.profile-page.worker-dash.worker-dash--host{background:#fafafa;min-height:calc(100vh - 72px);padding:28px 0 56px}@media (max-width: 768px){.worker-host-layout__main{padding-bottom:calc(56px + env(safe-area-inset-bottom))}}@media (min-width: 769px){.worker-host-layout__main{padding-bottom:0}}@media (max-width: 768px){.worker-host-layout .profile-page__sidebar{display:none!important}}.wtoday{min-height:calc(100vh - 72px);padding:28px 0 48px;background:#fafafa}.wtoday__inner{max-width:900px}.wtoday__availability{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:20px 24px;background:#fff;border:1px solid #dddddd;border-radius:12px;margin-bottom:24px}.wtoday__avail-label{font-size:1rem;font-weight:600;color:#222}.wtoday__toggle{position:relative;width:52px;height:30px;border-radius:999px;border:none;cursor:pointer;transition:background .2s}.wtoday__toggle--on{background:#008a05}.wtoday__toggle--off{background:#c13515}.wtoday__toggle-knob{position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.wtoday__toggle--on .wtoday__toggle-knob{transform:translate(22px)}.wtoday__avail-status{font-size:.875rem;font-weight:600;color:#717171}.wtoday__avail-status--on{color:#008a05}.wtoday__section{padding:20px 24px;background:#fff;border:1px solid #dddddd;border-radius:12px;margin-bottom:16px}.wtoday__section--row{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 600px){.wtoday__section--row{grid-template-columns:1fr}}.wtoday__h{margin:0 0 12px;font-size:1.0625rem;font-weight:600;color:#222}.wtoday__empty{margin:0;font-size:.875rem;color:#717171;line-height:1.5}.wtoday__link{font-size:.9375rem;font-weight:600;color:#222;text-decoration:underline;text-underline-offset:3px}.wtoday__earnings{margin:0;font-size:1.5rem;font-weight:700;color:#222}.wsq-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:13000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a73;box-sizing:border-box}.wsq-modal{position:relative;width:100%;max-width:500px;max-height:min(92vh,720px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:12px}.wsq-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#222;font-size:1.5rem;line-height:1;cursor:pointer}.wsq-close:hover{background:#f3f4f6}.wsq-inner{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 22px 28px}.wsq-client{display:flex;align-items:center;gap:14px;margin-bottom:20px}.wsq-avatar{width:48px;height:48px;border-radius:50%;background:#1b4fba1f;color:#1b4fba;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wsq-client-text{display:flex;flex-direction:column;gap:4px;min-width:0}.wsq-client-name{font-size:1.0625rem;font-weight:600;color:#222}.wsq-title{margin:0 0 8px;font-size:1.375rem;font-weight:600;color:#222}.wsq-sub{margin:0 0 20px;font-size:.9375rem;color:#717171;line-height:1.45}.wsq-form{display:flex;flex-direction:column;gap:8px}.wsq-label{font-size:.875rem;font-weight:600;color:#222;margin-top:8px}.wsq-price-row{display:flex;align-items:center;gap:8px}.wsq-euro{font-size:1.125rem;font-weight:600;color:#222}.wsq-input{width:100%;padding:12px 14px;border:1px solid #dddddd;border-radius:10px;font-size:1rem;box-sizing:border-box}.wsq-input--price{flex:1}.wsq-textarea{width:100%;padding:12px 14px;border:1px solid #dddddd;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;box-sizing:border-box}.wsq-textarea--compact{min-height:88px}.wsq-hint{font-size:.75rem;color:#717171;margin-top:-4px;margin-bottom:4px}.wsq-err{margin:0 0 8px;font-size:.875rem;color:#c13515}.wsq-submit{margin-top:16px;width:100%;padding:14px 18px;border:none;border-radius:10px;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.wsq-submit:disabled{opacity:.55;cursor:not-allowed}.wsq-readonly{display:flex;flex-direction:column;gap:16px;margin-top:8px}.wsq-readonly-row{margin:0}.wsq-readonly-label{display:block;font-size:.875rem;font-weight:600;color:#222;margin-bottom:6px}.wsq-readonly-value{margin:0;font-size:.9375rem;color:#222;line-height:1.45}.wsq-readonly-value--multiline{white-space:pre-wrap;word-break:break-word}.wbook{min-height:calc(100vh - 72px);padding:28px 0 88px;background:#fafafa}.wbook__inner{max-width:900px}.wbook__title{font-size:1.5rem;font-weight:600;color:#222;margin:0 0 20px}.wbook__muted{color:#717171;margin:0}.wbook__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.wbook__card{background:#fff;border:1px solid #dddddd;border-radius:12px;padding:20px 24px}.wbook__card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.wbook__pkg{font-weight:600;color:#222}.wbook__status{font-size:.875rem;font-weight:600;color:#717171;text-transform:uppercase}.wbook__line{margin:4px 0;font-size:.9375rem;color:#717171}.wbook__btn{margin-top:14px;padding:10px 18px;border-radius:8px;border:1px solid #222222;background:#fff;color:#222;font-weight:600;cursor:pointer;font-size:.9375rem}.wbook__btn--primary{background:#1b4fba;border-color:#1b4fba;color:#fff}.wbook__btn--secondary{margin-top:10px;border-color:#ddd;background:#fff;color:#222}.wbook__btn--send{display:inline-block;width:fit-content;max-width:100%;box-sizing:border-box;margin-top:14px;padding:12px 20px;border:none;border-radius:10px;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.wbook__btn--send:hover{opacity:.92}.wbook__card--detail{padding-bottom:22px}.wbook__quote-form{margin-top:14px;padding-top:14px;border-top:1px solid #ebebeb;display:flex;flex-direction:column;gap:12px}.wbook__label{display:flex;flex-direction:column;gap:6px;font-size:.875rem;font-weight:600;color:#222}.wbook__label-text{font-size:.875rem;font-weight:600;color:#222}.wbook__field{display:flex;flex-direction:column;gap:6px}.wbook__input{padding:10px 12px;border:1px solid #dddddd;border-radius:8px;font-size:1rem;max-width:200px}.wbook__input--ro{background:#f7f7f7;color:#222}.wbook__total{margin:0;font-weight:600;color:#222}.wbook__err{margin:0;font-size:.875rem;color:#c13515}.wbook__sent{margin:12px 0 0;font-weight:600;color:#222}.wbook__pending-quote{margin-top:12px;padding-top:14px;border-top:1px solid #ebebeb}.wbook__pending-quote .wbook__sent{margin-top:0}.wbook__pending-quote-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:10px}.wbook__pending-quote-inline{margin:0;flex:1 1 160px;min-width:0;font-size:.9375rem;font-weight:600;color:#222;line-height:1.35}.wbook__pending-quote-title{word-break:break-word}.wbook__pending-quote-sep{color:#717171;font-weight:400}.wbook__pending-quote-price{white-space:nowrap}.wbook__btn--ghost{margin-top:0;padding:10px 18px;border-radius:10px;border:1px solid #dddddd;background:#fff;color:#222;font-weight:600;font-size:.9375rem;cursor:pointer}.wbook__btn--ghost:hover{background:#fafafa;border-color:#ccc}.wbook__line--quote{margin-top:8px}.wbook__quote-details{white-space:pre-wrap;word-break:break-word}.wquote__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.wquote__item{margin:0}.wquote-card{display:block;width:100%;margin:0;padding:18px 20px 20px;text-align:left;font:inherit;cursor:pointer;background:#fff;border:1px solid #dddddd;border-radius:12px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.wquote-card:hover{border-color:#b0b0b0;box-shadow:0 2px 8px #0000000f}.wquote-card:focus{outline:2px solid #222222;outline-offset:2px}.wquote-card:focus:not(:focus-visible){outline:none}.wquote-card:focus-visible{outline:2px solid #222222;outline-offset:2px}.wquote-card__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 12px;margin-bottom:12px}.wquote-card__badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.wquote-card__badge--pending{background:#fef3c7;color:#92400e}.wquote-card__badge--paid{background:#d1fae5;color:#065f46}.wquote-card__badge--declined{background:#f3f4f6;color:#4b5563}.wquote-card__badge--released{background:#dbeafe;color:#1e40af}.wquote-card__badge--accepted{background:#ede9fe;color:#5b21b6}.wquote-card__badge--disputed{background:#fee2e2;color:#991b1b}.wquote-card__badge--default{background:#f3f4f6;color:#374151}.wquote-card__edit-hint{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#717171}.wquote-card__edit-hint svg{flex-shrink:0;color:#222}.wquote-card__line{margin:0 0 8px;font-size:.9375rem;color:#717171;line-height:1.45}.wquote-card__line:last-child{margin-bottom:0}.wquote-card__line strong{font-weight:600;color:#222}.wquote-card__title-row{font-size:1rem;font-weight:600;color:#222;margin:0 0 6px;line-height:1.35;word-break:break-word}.wquote-card__price{font-size:1rem;font-weight:600;color:#222;margin:0}.wcal{min-height:calc(100vh - 72px);padding:28px 0 48px;background:#fafafa}.wcal__inner{max-width:960px}.wcal__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:20px}.wcal__nav-month{display:flex;align-items:center;gap:12px}.wcal__arrow{width:36px;height:36px;border:1px solid #dddddd;border-radius:8px;background:#fff;font-size:1.25rem;cursor:pointer;color:#222}.wcal__arrow:hover{background:#f7f7f7}.wcal__month-label{font-size:1.125rem;font-weight:600;color:#222;min-width:200px;text-align:center}.wcal__view-toggle{display:flex;gap:8px}.wcal__view-btn{padding:8px 16px;border-radius:999px;border:1px solid #dddddd;background:#fff;font-size:.8125rem;font-weight:600;color:#222;cursor:pointer;font-family:inherit}.wcal__view-btn--on{background:#222;color:#fff;border-color:#222}.wcal__dow{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.wcal__dow-cell{text-align:center;font-size:.75rem;font-weight:600;color:#717171;padding:8px 0}.wcal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;background:#fff;border:1px solid #dddddd;border-radius:12px;padding:8px}.wcal__cell{aspect-ratio:1;min-height:72px;border:1px solid #ebebeb;border-radius:8px;background:#fafafa;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:flex-start;padding:8px;transition:background .15s}.wcal__cell:hover:not(:disabled){background:#f0f0f0}.wcal__cell--empty{background:transparent;border:none;cursor:default}.wcal__cell--selected{border-color:#222;background:#fff}.wcal__day-num{font-size:.875rem;font-weight:600;color:#222}.wcal__week-placeholder{padding:48px 24px;text-align:center;background:#fff;border:1px solid #dddddd;border-radius:12px}.wcal__panel{margin-top:20px;padding:20px 24px;background:#fff;border:1px solid #dddddd;border-radius:12px}.wcal__panel-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#222}.wcal__empty,.wcal__hint{margin:0 0 8px;font-size:.875rem;color:#717171;line-height:1.5}.wpkgm{min-height:calc(100vh - 72px);padding:28px 0 48px;background:#fafafa}.wpkgm__inner{max-width:720px}.wpkgm__loading{color:#717171}.wpkgm__head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.wpkgm__title{margin:0;font-size:1.5rem;font-weight:700;color:#222}.wpkgm__add{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.wpkgm__empty{padding:48px 24px;text-align:center;background:#fff;border:1px solid #dddddd;border-radius:12px;color:#717171;font-size:.9375rem;line-height:1.5}.wpkgm__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.wpkgm__card{background:#fff;border:1px solid #dddddd;border-radius:12px;padding:20px 24px}.wpkgm__row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.wpkgm__name{margin:0 0 8px;font-size:1.0625rem;font-weight:600;color:#222}.wpkgm__desc{margin:0 0 8px;font-size:.875rem;color:#717171;line-height:1.5}.wpkgm__price{margin:0;font-size:.9375rem;font-weight:600;color:#222}.wpkgm__actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.wpkgm__toggle-wrap{display:flex;align-items:center;gap:8px;cursor:pointer}.wpkgm__toggle-label{font-size:.8125rem;font-weight:600;color:#222}.wpkgm__mini-toggle{width:44px;height:26px;border-radius:999px;border:none;background:#ddd;position:relative;cursor:pointer}.wpkgm__mini-toggle--on{background:#222}.wpkgm__mini-toggle:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.wpkgm__mini-toggle--on:after{transform:translate(18px)}.wpkgm__linkish{border:none;background:none;font-size:.8125rem;font-weight:600;color:#222;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-family:inherit}.wpkgm__linkish--danger{color:#c13515}.wpkgm__edit{display:flex;flex-direction:column;gap:10px}.wpkgm__label{font-size:.8125rem;font-weight:600;color:#222}.wpkgm__input,.wpkgm__textarea{width:100%;padding:12px 14px;border:1px solid #dddddd;border-radius:8px;font-size:.9375rem;font-family:inherit;box-sizing:border-box}.wpkgm__edit-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.wpkgm__btn{padding:10px 18px;border-radius:8px;border:1px solid #dddddd;background:#fff;font-weight:600;cursor:pointer;font-family:inherit}.wpkgm__btn--primary{background:#222;color:#fff;border-color:#222}.wmsg{display:flex;flex-direction:column;min-height:520px;background:#fff;border:1px solid #dddddd;border-radius:12px;overflow:hidden}.wmsg__toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #dddddd}.wmsg__icon-btn{width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center}.wmsg__icon-btn:hover{background:#f7f7f7}.wmsg__layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;flex:1;min-height:460px}@media (max-width: 768px){.wmsg__layout{grid-template-columns:1fr}}.wmsg__list-col{border-right:1px solid #dddddd;display:flex;flex-direction:column;min-height:0}.wmsg__filters{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid #ebebeb}.wmsg__filter{padding:8px 14px;border-radius:999px;border:1px solid #dddddd;background:#fff;font-size:.8125rem;font-weight:600;color:#222;cursor:pointer;font-family:inherit}.wmsg__filter--on{background:#222;color:#fff;border-color:#222}.wmsg__filter:not(.wmsg__filter--on):hover{background:#ebebeb}.wmsg__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;text-align:center}.wmsg__empty-icon{margin-bottom:16px}.wmsg__empty-title{margin:0 0 8px;font-size:1rem;font-weight:600;color:#222}.wmsg__empty-sub{margin:0;font-size:.875rem;color:#717171;line-height:1.5;max-width:260px}.wmsg__list{list-style:none;margin:0;padding:0;overflow-y:auto}.wmsg__thread{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;border:none;border-bottom:1px solid #f0f0f0;background:#fff;text-align:left;cursor:pointer;font-family:inherit}.wmsg__thread:hover{background:#fafafa}.wmsg__thread--active{background:#f7f7f7}.wmsg__thread-avatar{width:48px;height:48px;border-radius:50%;background:#ebebeb;flex-shrink:0;box-shadow:0 0 0 2px #fff,0 0 0 3px #ddd}.wmsg__thread-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wmsg__thread-name{font-size:.875rem;font-weight:600;color:#222}.wmsg__thread-preview{font-size:.8125rem;color:#717171;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wmsg__thread-time{font-size:.75rem;color:#b0b0b0;flex-shrink:0}.wmsg__thread-col{display:flex;flex-direction:column;background:#fafafa;min-height:0;flex:1}.wmsg__placeholder{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.wmsg__placeholder-text{margin:0;font-size:.9375rem;color:#717171}.wmsg__load-error{margin:0;padding:12px 16px;background:#ffebee;color:#b71c1c;font-size:.875rem}.wmsg__thread-head{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:16px 20px 0;border-bottom:1px solid #ebebeb}.wmsg__thread-head-title{margin:0 0 12px;font-size:1.0625rem;font-weight:600;color:#222;flex:1;min-width:0}.wmsg__thread-send-quote{margin:0 0 12px;white-space:nowrap;flex-shrink:0}.wmsg__thread-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-height:0}.wmsg__bubble{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:14px 16px;max-width:85%}.wmsg__bubble--me{align-self:flex-end;margin-left:auto;background:#eef3fc;border-color:#c9d8f5}.wmsg__bubble-text{margin:0;font-size:.9375rem;line-height:1.5;color:#222;white-space:pre-wrap}.wmsg__bubble-meta{margin:10px 0 0;font-size:.75rem;color:#b0b0b0}.wmsg__reply{flex-shrink:0;padding:16px 20px 20px;border-top:1px solid #e8e8e8;background:#fff;display:flex;flex-direction:column;gap:8px}.wmsg__reply-label{font-size:.8125rem;font-weight:600;color:#222}.wmsg__reply-textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #dddddd;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:72px}.wmsg__reply-send{align-self:flex-start;padding:10px 20px;border:none;border-radius:8px;background:#1b4fba;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer}.wmsg__reply-send:disabled{opacity:.55;cursor:not-allowed}.wmsg__reply-err{margin:0;font-size:.875rem;color:#c13515}.wmhost{min-height:calc(100vh - 72px);padding:28px 0 48px;background:#fafafa}.wmhost__inner{max-width:1100px}.wmhost__title{margin:0 0 20px;font-size:1.5rem;font-weight:700;color:#222}.wwallet.wmhost{min-height:calc(100vh - 72px);padding:28px 0 48px;background:#fafafa}.wwallet .wmhost__inner{max-width:1100px}.wwallet__title{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 .75rem}.wwallet__lead{color:#444;line-height:1.5;margin:0 0 1.25rem;max-width:40rem}.wwallet__banner{background:#f0f6ff;border:1px solid #cfe0fc;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem;color:#1a3d7a;font-size:.9375rem}.wwallet__banner--ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.wwallet__banner--err{background:#fef2f2;border-color:#fecaca;color:#991b1b}.wwallet__pending-bals{list-style:none;margin:.75rem 0 0;padding:0}.wwallet__pending-bal{border:1px solid #e5e5e5;border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem;background:#fff}.wwallet__pending-bal strong{color:#222}.wwallet__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.wwallet__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.25rem;border-radius:8px;font-weight:600;font-size:.9375rem;border:none;cursor:pointer;background:#1b4fba;color:#fff}.wwallet__btn:disabled{opacity:.6;cursor:not-allowed}.wwallet__meta{font-size:.875rem;color:#555;margin:0}.wwallet__link{color:#1b4fba;font-weight:600;text-decoration:none}.wwallet__link-btn{color:#1b4fba;font-weight:600;text-decoration:none;border:none;background:none;padding:0;cursor:pointer;font-family:inherit;font-size:.9375rem}.wwallet__link-btn:hover{text-decoration:underline}.wwallet__link-btn:disabled{opacity:.65;cursor:not-allowed;text-decoration:none}.wwallet__link:hover{text-decoration:underline}.wwallet__panel{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.wwallet__section{margin-bottom:2rem}.wwallet__section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.wwallet__h2{font-size:1.125rem;font-weight:700;color:#222;margin:0}.wwallet__balance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.wwallet__balance-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1rem}.wwallet__balance-label{font-size:.8125rem;color:#666;margin-bottom:.35rem}.wwallet__balance-value{font-size:1.35rem;font-weight:700;color:#222}.wwallet__hint{font-size:.875rem;color:#666;margin:.75rem 0 0;max-width:42rem;line-height:1.45}.wwallet__check{display:flex;gap:.5rem;align-items:flex-start;font-size:.9375rem;color:#333;margin:1rem 0;cursor:pointer}.wwallet__check input{margin-top:.2rem}.wwallet__field{margin-bottom:1rem}.wwallet__label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.35rem}.wwallet__input{width:100%;max-width:28rem;min-height:44px;padding:0 .75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;box-sizing:border-box}.wwallet__form{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1rem;margin-bottom:1rem}.wwallet__bank-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.wwallet__bank-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1rem}.wwallet__bank-card--flash{animation:wwalletFlash 1.8s ease}@keyframes wwalletFlash{0%{box-shadow:0 0 #1b4fba73;border-color:#1b4fba}to{box-shadow:0 0 #1b4fba00;border-color:#e8e8e8}}.wwallet__banks-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.wwallet__bank-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;align-items:flex-start}.wwallet__bank-name{color:#222;font-weight:600}.wwallet__bank-meta{font-size:.875rem;color:#666}.wwallet__bank-badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.wwallet__bank-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.wwallet__badge{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;text-transform:capitalize}.wwallet__badge--ok{background:#ecfdf5;color:#065f46}.wwallet__badge--bad{background:#fef2f2;color:#991b1b}.wwallet__badge--pending{background:#f3f4f6;color:#374151}.wwallet__badge--primary{background:#e8eefb;color:#1b4fba}.wwallet__btn--secondary{background:#fff;color:#222;border:1px solid #ccc}.wwallet__btn--ghost{background:transparent;color:#222;border:1px solid #ddd}.wwallet__btn--small{min-height:38px;padding:0 .85rem;font-size:.875rem}.wwallet__verify{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.wwallet__verify-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.wwallet__verify-row .wwallet__input{flex:1;min-width:120px}.wwallet__table-wrap{overflow-x:auto;border:1px solid #e8e8e8;border-radius:10px;background:#fff}.wwallet__table{width:100%;border-collapse:collapse;font-size:.875rem}.wwallet__table th,.wwallet__table td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid #eee}.wwallet__table th{background:#fafafa;font-weight:600;color:#333}.wwallet__table tr:last-child td{border-bottom:none}@media (max-width: 600px){.wwallet__section-head{flex-direction:column;align-items:stretch}}.wac{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#222;padding:0 0 24px;max-width:520px;margin:0 auto}.wac--hours{padding:12px 16px 100px;max-width:480px}.wac__back-link{display:inline-block;margin-bottom:12px;border:none;background:none;font-size:.875rem;font-weight:500;color:#1b4fba;cursor:pointer;padding:0;font-family:inherit}.wac__hours-title{margin:0 0 6px;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.wac__hours-sub{margin:0 0 16px;font-size:.875rem;color:#717171}.wac__chip-row{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.wac__chip-row::-webkit-scrollbar{display:none}.wac__chip-row--hours{flex-wrap:wrap;overflow:visible}.wac__chip{flex-shrink:0;padding:6px 12px;border-radius:999px;border:1px solid #d0d0d0;background:#fff;font-size:.75rem;font-weight:500;color:#222;cursor:pointer;font-family:inherit;transition:background .15s,color .15s,border-color .15s}.wac__chip--on{background:#222;color:#fff;border-color:#222}.wac__cal-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.wac__month-h{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.03em;line-height:1.2}.wac__arrows{display:flex;gap:4px}.wac__arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#222;border-radius:8px;cursor:pointer}.wac__arrow:hover{background:#f5f5f5}.wac__dow-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.wac__dow-h{border:none;background:transparent;font-size:.65rem;font-weight:600;color:#717171;padding:6px 0;cursor:pointer;font-family:inherit;border-radius:4px}.wac__dow-h--blocked{background:#222;color:#fff}.wac__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.wac__cell{position:relative;aspect-ratio:1;min-height:36px;max-height:44px;border:none;border-radius:8px;padding:0;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:default;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background .12s,color .12s}.wac__cell--empty{visibility:hidden;pointer-events:none}.wac__cell--past{color:#d1d5db;background:transparent;cursor:default}.wac__cell--tap{cursor:pointer}.wac__cell--free{background:#fff;color:#222;box-shadow:inset 0 0 0 1px #ebebeb}.wac__cell--blocked{background:#222;color:#fff}.wac__cell--today.wac__cell--free{box-shadow:inset 0 0 0 1px #ebebeb}.wac__cell--today.wac__cell--blocked{background:#222}.wac__cell-num{line-height:1.1}.wac__today-dot{width:4px;height:4px;border-radius:50%;background:#1b4fba;margin-top:2px}.wac__cell--today.wac__cell--blocked .wac__today-dot{display:none}.wac__247-wrap{margin-top:20px;padding:0 4px}.wac__247{width:100%;max-width:320px;margin:0 auto;display:block;padding:10px 18px;border-radius:999px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:box-shadow .15s,background .15s}.wac__247--off{background:#fff;color:#222;box-shadow:0 1px 4px #00000014}.wac__247--on{background:#dc2626;color:#fff}.wac__modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.wac__modal{background:#fff;border-radius:16px;padding:22px 20px;max-width:360px;width:100%;box-shadow:0 12px 40px #00000026}.wac__modal-title{margin:0 0 10px;font-size:1.1rem;font-weight:700}.wac__modal-body{margin:0 0 18px;font-size:.875rem;line-height:1.45;color:#374151}.wac__modal-actions{display:flex;gap:10px;justify-content:flex-end}.wac__modal-cancel{padding:10px 16px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit}.wac__modal-confirm{padding:10px 16px;border-radius:999px;border:none;background:#dc2626;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit}.wac__sheet-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.wac__sheet{width:100%;max-width:520px;background:#fff;border-radius:16px 16px 0 0;padding:16px 18px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -4px 24px #0000001a;animation:wac-sheet-in .22s ease-out}@keyframes wac-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wac__sheet-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.wac__sheet-date{font-size:1rem;font-weight:700}.wac__sheet-x{border:none;background:transparent;padding:6px;cursor:pointer;color:#717171;border-radius:8px}.wac__sheet-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wac__sheet-label{font-size:.875rem;font-weight:500;color:#717171}.wac__mini-toggle{width:48px;height:28px;border-radius:999px;border:none;background:#d1d5db;position:relative;cursor:pointer;padding:0}.wac__mini-toggle:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s}.wac__mini-toggle--on{background:#1b4fba}.wac__mini-toggle--on:after{transform:translate(20px)}.wac__sheet-hours-btn{width:100%;padding:12px;border:none;background:transparent;font-size:.9375rem;font-weight:600;color:#1b4fba;cursor:pointer;font-family:inherit;text-align:center}.wac__loading{font-size:.8125rem;color:#9ca3af;margin-top:8px}.wac__hour-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:20px}.wac__hour-cell{padding:10px 6px;border-radius:8px;border:none;font-size:.75rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}.wac__hour-cell--avail{background:#fff;color:#222;box-shadow:inset 0 0 0 1px #ebebeb}.wac__hour-cell--block{background:#222;color:#fff}.wac__save-hours{width:100%;max-width:320px;margin:0 auto;display:block;padding:14px 24px;border-radius:999px;border:none;background:#1b4fba;color:#fff;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer}.wac__save-hours:disabled{opacity:.6;cursor:default}.pe-imodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;font-family:inherit}@media (min-width: 600px){.pe-imodal{align-items:center;padding:24px}}.pe-imodal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#00000073;cursor:pointer}.pe-imodal__panel{position:relative;z-index:1;width:100%;max-width:520px;max-height:min(92vh,92dvh,720px);display:flex;flex-direction:column;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0000001f}@media (min-width: 600px){.pe-imodal__panel{border-radius:16px;max-height:min(88vh,680px)}}.pe-imodal__close{position:absolute;top:max(12px,env(safe-area-inset-top,0px));left:max(12px,env(safe-area-inset-left,0px));z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;color:#222;cursor:pointer;font-family:inherit}.pe-imodal__close:hover{background:#f3f3f3}.pe-imodal__scroll{flex:1;overflow-y:auto;padding:56px 20px 16px}@media (min-width: 600px){.pe-imodal__scroll{padding:52px 28px 20px}}.pe-imodal__title{font-size:1.35rem;font-weight:700;color:#222;margin:0 0 10px;letter-spacing:-.02em}.pe-imodal__subtitle{font-size:.95rem;line-height:1.45;color:#717171;margin:0 0 22px}.pe-imodal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 480px){.pe-imodal__grid{grid-template-columns:repeat(4,1fr)}}.pe-imodal__pill{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:72px;padding:10px 8px;border-radius:12px;border:1.5px solid #ebebeb;background:#fff;color:#222;font-size:.75rem;font-weight:600;text-align:center;line-height:1.2;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s}.pe-imodal__pill:hover{border-color:#222}.pe-imodal__pill--selected{border-color:#222;background:#f7f7f7;box-shadow:inset 0 0 0 1px #222}.pe-imodal__pill-icon{flex-shrink:0;color:#222}.pe-imodal__show-all{display:block;margin:18px auto 0;padding:8px 12px;border:none;background:none;color:#222;font-size:.9rem;font-weight:600;text-decoration:underline;cursor:pointer;font-family:inherit}.pe-imodal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-top:1px solid #ebebeb;background:#fff;flex-shrink:0}@media (min-width: 600px){.pe-imodal__footer{padding:18px 28px}}.pe-imodal__count{font-size:.9rem;font-weight:600;color:#222}.pe-imodal__save{padding:12px 28px;border-radius:8px;border:none;background:#222;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit}.pe-imodal__save:hover{background:#000}.profile-edit{min-height:70vh;background:#fff;padding:24px 16px 100px}.profile-edit--name-gate{display:flex;align-items:center;justify-content:center;min-height:55vh}.profile-edit__onboarding-ring{display:flex;justify-content:center;width:100%;padding-bottom:8px}.profile-edit__inner{max-width:900px;margin:0 auto}.profile-edit__hero{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:32px}@media (min-width: 768px){.profile-edit__hero{flex-direction:row;align-items:center;gap:40px}}.profile-edit__photo-col{flex-shrink:0;padding-bottom:22px}.profile-edit__photo-wrap{position:relative;width:160px;height:160px;flex-shrink:0}@media (min-width: 768px){.profile-edit__photo-wrap{width:192px;height:192px}}.profile-edit__photo-disk{width:100%;height:100%;border-radius:50%;overflow:hidden;background:#e5e7eb}.profile-edit__photo-img{width:100%;height:100%;object-fit:cover;display:block}.profile-edit__photo-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;color:#6b7280}.profile-edit__photo-edit{position:absolute;left:50%;bottom:0;transform:translate(-50%,45%);z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:999px;border:none;background:#fff;box-shadow:0 2px 8px #0000001f,0 1px 2px #00000014;font-size:.875rem;font-weight:600;color:#222;cursor:pointer;font-family:inherit;white-space:nowrap}.profile-edit__photo-edit:hover{box-shadow:0 4px 12px #00000024,0 2px 4px #00000014}.profile-edit__photo-edit-icon{width:18px;height:18px;flex-shrink:0}.profile-edit__photo-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.profile-edit__intro{flex:1;text-align:center;min-width:0}@media (min-width: 768px){.profile-edit__intro{text-align:left}}.profile-edit__title{font-size:1.75rem;font-weight:700;color:#222;margin:0 0 12px;letter-spacing:-.02em}.profile-edit__subtitle{font-size:.95rem;line-height:1.5;color:#717171;margin:0;max-width:520px}@media (min-width: 768px){.profile-edit__subtitle{margin-left:0;margin-right:auto}}.profile-edit__grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid #ebebeb}@media (min-width: 768px){.profile-edit__grid{grid-template-columns:1fr 1fr;column-gap:32px}}.profile-edit__row{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid #ebebeb;text-align:left;width:100%;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;font-family:inherit;color:#222;font-size:.95rem}.profile-edit__row:focus-visible{outline:2px solid #1b4fba;outline-offset:2px}.profile-edit__row-icon{flex-shrink:0;width:22px;height:22px;color:#222;display:flex;align-items:center;justify-content:center}.profile-edit__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.profile-edit__row-label{font-weight:600;color:#222}.profile-edit__row-value{font-size:.875rem;color:#717171;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-edit__row-chevron{flex-shrink:0;color:#717171;width:20px;height:20px}.profile-edit__row--editing{flex-wrap:wrap;cursor:default;align-items:flex-start}.profile-edit__row--editing .profile-edit__row-chevron{display:none}.profile-edit__input{width:100%;margin-top:8px;padding:10px 12px;border:1px solid #b0b0b0;border-radius:8px;font-size:.95rem;font-family:inherit;color:#222;box-sizing:border-box}.profile-edit__input:focus{outline:none;border-color:#222}.profile-edit__done{position:fixed;bottom:24px;right:24px;z-index:40;padding:14px 28px;border-radius:8px;border:none;background:#222;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #0003}.profile-edit__done:hover{background:#000}.profile-edit__done:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 430px){.profile-edit{padding-left:max(12px,env(safe-area-inset-left,0px));padding-right:max(12px,env(safe-area-inset-right,0px));padding-bottom:max(100px,calc(env(safe-area-inset-bottom,0px) + 88px))}.profile-edit__done{bottom:max(16px,env(safe-area-inset-bottom,0px));right:max(16px,env(safe-area-inset-right,0px));left:auto;max-width:calc(100vw - 32px)}}.profile-edit__loading{text-align:center;padding:48px;color:#717171}.profile-edit__section-divider{height:0;margin:0;border:0;border-top:1px solid #ebebeb}.profile-edit__section{padding:28px 0}.profile-edit__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.profile-edit__section-head-text{min-width:0;flex:1}.profile-edit__section-title{font-size:1.35rem;font-weight:700;color:#222;margin:0 0 8px;letter-spacing:-.02em}.profile-edit__section-subtitle{font-size:.95rem;line-height:1.5;color:#717171;margin:0;max-width:520px}.profile-edit__toggle{display:flex;align-items:center;justify-content:flex-start;width:51px;height:31px;flex-shrink:0;margin-top:4px;padding:2px;border:none;border-radius:999px;background:#ccc;cursor:pointer;box-sizing:border-box;transition:background .2s}.profile-edit__toggle--on{background:#222;justify-content:flex-end}.profile-edit__toggle-knob{width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;pointer-events:none}.profile-edit__toggle:focus-visible{outline:2px solid #1b4fba;outline-offset:2px}.profile-edit__hired-hidden-banner{font-size:.875rem;font-weight:600;color:#717171;text-align:center;margin:0 0 16px;padding:10px 14px;background:#f7f7f7;border-radius:8px;border:1px solid #ebebeb}.profile-edit__hired-cards{display:flex;flex-direction:column;gap:20px}.profile-edit__hired-cards--dimmed{opacity:.4;transition:opacity .2s ease;pointer-events:none}@media (min-width: 768px){.profile-edit__hired-cards{flex-direction:row;flex-wrap:wrap;gap:24px}}.profile-edit__hired-card{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 14px;background:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 1px 2px #0000000f;box-sizing:border-box}@media (min-width: 768px){.profile-edit__hired-card{flex:1 1 0;max-width:200px}}.profile-edit__hired-avatar{width:64px;height:64px;border-radius:50%;background:#ebebeb;margin-bottom:12px;flex-shrink:0}.profile-edit__hired-avatar-img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:12px;flex-shrink:0}.profile-edit__hired-name{font-size:.95rem;font-weight:600;color:#222;margin:0 0 4px}.profile-edit__hired-service{font-size:.875rem;color:#717171;margin:0 0 4px}.profile-edit__hired-rating{font-size:.875rem;font-weight:600;color:#222;margin:0 0 4px}.profile-edit__hired-date{font-size:.8rem;color:#717171;margin:0}.profile-edit__interest-pills{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:20px 0 16px}.profile-edit__interest-pill-filled{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1.5px solid #222;background:#f7f7f7;font-size:.875rem;font-weight:600;color:#222}.profile-edit__interest-pill-filled-icon{flex-shrink:0;color:#222}.profile-edit__interest-pill{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:44px;padding:0 18px;border-radius:999px;border:2px dashed #d1d5db;background:transparent;color:#717171;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.profile-edit__interest-pill:hover{border-color:#9ca3af;color:#222}.profile-edit__interest-pill-icon{width:20px;height:20px}.profile-edit__add-interests-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:8px;border:none;background:#f3f3f3;color:#222;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.profile-edit__add-interests-btn:hover{background:#ebebeb}.profile-placeholder{padding:48px 24px;text-align:center}.profile-placeholder__text{font-size:1.1rem;color:var(--star-gray-600, #4b5563);margin:0 0 20px}.profile-placeholder__link{color:#1b4fba;font-weight:600;text-decoration:none}.profile-placeholder__link:hover{text-decoration:underline}.profile-subpage__head{margin-bottom:8px}.profile-subpage__loading{font-size:1.05rem;color:#717171;margin:24px 0}.profile-subpage__empty{max-width:520px;padding:28px 0 48px}.profile-subpage__empty-title{font-size:1.35rem;font-weight:700;color:#222;margin:0 0 12px;letter-spacing:-.02em}.profile-subpage__empty-body{font-size:1.0625rem;line-height:1.55;color:#717171;margin:0 0 24px}.profile-subpage__empty-cta{display:inline-flex;align-items:center;justify-content:center;font-size:1.0625rem;font-weight:600;color:#222;background:#fff;border:1px solid #222222;border-radius:8px;padding:12px 22px;text-decoration:none;font-family:inherit}.profile-subpage__empty-cta:hover{background:#f7f7f7}.qrev{width:100%;text-align:left}.qrev__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#1b4fba1a;color:#1b4fba;font-size:.8125rem;font-weight:600;margin-bottom:16px}.qrev__badge-dot{width:8px;height:8px;border-radius:50%;background:#1b4fba}.qrev__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.qrev__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1b4fba1f;display:flex;align-items:center;justify-content:center}.qrev__avatar-img{width:100%;height:100%;object-fit:cover}.qrev__avatar-initials{font-weight:700;font-size:1.125rem;color:#1b4fba}.qrev__head-text{display:flex;flex-direction:column;gap:4px;min-width:0}.qrev__name{font-size:1.125rem;font-weight:600;color:#222}.qrev__role,.qrev__city{font-size:.875rem;color:#717171}.qrev__box{border:1px solid #ebebeb;border-radius:12px;padding:18px 16px;margin-bottom:16px}.qrev__job-headline{margin:0 0 10px;font-size:1.0625rem;font-weight:600;color:#222;line-height:1.3}.qrev__price{margin:0 0 12px;font-size:32px;font-weight:700;color:#222;line-height:1.1}.qrev__desc{margin:0;font-size:.9375rem;color:#222;line-height:1.45;white-space:pre-wrap}.qrev__job-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.qrev__job-icon{flex-shrink:0;margin-top:2px}.qrev__job-label{display:block;font-size:.75rem;font-weight:600;color:#717171;text-transform:uppercase;letter-spacing:.02em}.qrev__job-value{display:block;font-size:.9375rem;color:#222;margin-top:2px}.qrev__breakdown{border-top:1px solid #ebebeb;padding-top:14px;margin-bottom:16px}.qrev__row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#222;margin-bottom:8px}.qrev__row--muted{color:#717171}.qrev__row--total{font-weight:700;margin-top:8px;padding-top:10px;border-top:1px solid #ebebeb}.qrev__fee-note{margin:0 0 8px;font-size:.8125rem;color:#717171;line-height:1.35}.qrev__actions{display:flex;flex-direction:column;gap:10px}.qrev__btn-primary{width:100%;padding:14px 18px;border:none;border-radius:10px;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.qrev__btn-primary:disabled{opacity:.55;cursor:not-allowed}.qrev__btn-ghost{width:100%;padding:14px 18px;border:1px solid #dddddd;border-radius:10px;background:#fff;color:#222;font-weight:600;font-size:1rem;cursor:pointer}.qrev__btn-ghost:disabled{opacity:.55;cursor:not-allowed}.qrev__pay-block{margin-top:4px;width:100%;box-sizing:border-box}.qrev__save-card-consent{display:flex;align-items:flex-start;gap:10px;margin:14px 0 6px;font-size:.875rem;line-height:1.45;color:#222;cursor:pointer;text-align:left;width:100%;box-sizing:border-box}.qrev__save-card-consent input{margin-top:3px;flex-shrink:0}.qrev__save-card-consent span{flex:1;min-width:0}.qrev__card-el{width:100%;max-width:100%;box-sizing:border-box;padding:12px;border:1px solid #dddddd;border-radius:8px;background:#fff;margin-bottom:0;min-height:48px}.qrev__card-el .StripeElement{width:100%!important}.qrev__card-el .StripeElement iframe{width:100%!important;min-height:24px}.qrev__stripe-element-root{width:100%;min-height:28px}.qrev__err{margin:0 0 8px;font-size:.875rem;color:#c13515}.qrev__ok{margin:0;font-size:.9375rem;font-weight:600;color:#222}.qrev__post-pay{display:flex;flex-direction:column;align-items:stretch;gap:14px;width:100%}.qrev__pay-confirm-banner{width:100%;box-sizing:border-box;margin:0;padding:14px 18px;border-radius:10px;background:#000;color:#fff;font-size:1rem;font-weight:600;text-align:center;line-height:1.35;cursor:default;-webkit-user-select:none;user-select:none}.qrev__post-pay-done{align-self:center;width:fit-content;max-width:100%;box-sizing:border-box}.qrev__saved-pay{display:flex;flex-direction:column;gap:12px;width:100%}.qrev__saved-pay-hint{margin:0;font-size:.875rem;font-weight:600;color:#222}.qrev__saved-pay-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.qrev__saved-pay-item{margin:0}.qrev__saved-pay-label{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;color:#222;cursor:pointer;line-height:1.35}.qrev__saved-pay-label input{margin-top:3px;flex-shrink:0}.qrev__saved-pay-alt{margin-top:2px}.cqvm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:13000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a73;box-sizing:border-box}.cqvm-modal{position:relative;width:100%;max-width:520px;max-height:min(92vh,780px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:12px}.cqvm-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#222;font-size:1.5rem;line-height:1;cursor:pointer}.cqvm-close:hover{background:#f3f4f6}.cqvm-inner{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 22px 28px}.cqvm-title{margin:0 0 20px;padding-right:36px;font-size:1.25rem;font-weight:600;color:#222}.cqvm-empty{display:flex;flex-direction:column;gap:16px}.cqvm-empty-text{margin:0;font-size:.9375rem;color:#222;line-height:1.45}.cqvm-cta{display:inline-block;width:fit-content;align-self:center;padding:12px 24px;border:none;border-radius:10px;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.cqvm-cta:disabled{opacity:.55;cursor:not-allowed}.cqvm-err{margin:0;font-size:.875rem;color:#c13515}.cqvm-status{margin:0;font-size:.9375rem;font-weight:600;color:#222}.cqvm-status--paid{color:#222}.cqvm-quote{display:flex;flex-direction:column;gap:14px}.cqvm-worker{display:flex;align-items:center;gap:12px;margin-bottom:4px}.cqvm-worker-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1b4fba1f;display:flex;align-items:center;justify-content:center}.cqvm-worker-avatar-img{width:100%;height:100%;object-fit:cover}.cqvm-worker-initials{font-weight:700;font-size:1rem;color:#1b4fba}.cqvm-worker-name{font-size:1rem;font-weight:600;color:#222}.cqvm-job-title{margin:0;font-size:1.125rem;font-weight:600;color:#222;line-height:1.3}.cqvm-job-details{margin:0;font-size:.9375rem;color:#222;line-height:1.45;white-space:pre-wrap}.cqvm-price{margin:0;font-size:1.75rem;font-weight:700;color:#222}.cqvm-pay-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:6px;width:100%;text-align:left}.cqvm-pay-actions .qrev__actions{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:stretch;align-self:stretch}.cqvm-pay-actions .qrev__actions>.qrev__btn-primary:first-child{width:fit-content;max-width:100%;align-self:center;display:inline-block;padding:12px 24px;border-radius:10px;background:#222;color:#fff;border:none;font-weight:600}.cqvm-pay-actions .qrev__btn-ghost{width:fit-content;max-width:100%;align-self:center;display:inline-block;padding:12px 24px;border-radius:10px}.cqvm-pay-actions .qrev__pay-block{width:100%;max-width:100%;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.cqvm-pay-actions .qrev__pay-block .qrev__btn-primary{width:100%;max-width:100%;display:block;box-sizing:border-box;padding:14px 18px;border-radius:10px;background:#222;color:#fff;border:none;font-weight:600;margin-top:0}.cqvm-decline{width:fit-content;display:inline-block;padding:12px 24px;border-radius:10px;border:1px solid #ebebeb;background:transparent;color:#222;font-weight:600;font-size:1rem;cursor:pointer}.cqvm-decline:hover:not(:disabled){background:#f9fafb}.cqvm-decline:disabled{opacity:.55;cursor:not-allowed}.cqvm-post-paid-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin-top:6px;width:100%}.cqvm-pay-confirm-banner{width:100%;box-sizing:border-box;margin:0;padding:14px 18px;border-radius:10px;background:#000;color:#fff;font-size:1rem;font-weight:600;text-align:center;line-height:1.35;cursor:default;-webkit-user-select:none;user-select:none}.cqvm-post-paid-done{align-self:center;width:fit-content;max-width:100%;padding:12px 24px;border-radius:10px;border:1px solid #dddddd;background:#fff;color:#222;font-weight:600;font-size:1rem;font-family:inherit;cursor:pointer}.cqvm-post-paid-done:hover{background:#f7f7f7}.cqvm-pay-actions .qrev__post-pay-done{align-self:center;width:fit-content;max-width:100%}.profile-bookings__list{list-style:none;margin:0;padding:0 0 48px;display:flex;flex-direction:column;gap:20px}@media (min-width: 640px){.profile-bookings__list{flex-direction:row;flex-wrap:wrap;gap:24px}}.profile-bookings__item{margin:0;min-width:0}.profile-bookings__item-stack{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}.profile-bookings__quote{padding:14px 16px;background:#fff;border:1px solid #ebebeb;border-radius:12px;text-align:left}.profile-bookings__quote-line{margin:0 0 12px;font-size:.9375rem;color:#222;line-height:1.4}.profile-bookings__pay-start{padding:10px 18px;border-radius:8px;border:none;background:#1b4fba;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer}.profile-bookings__pay-form{display:flex;flex-direction:column;gap:12px}.profile-bookings__card-element{padding:12px;border:1px solid #dddddd;border-radius:8px;background:#fafafa}.profile-bookings__pay-submit{padding:10px 18px;border-radius:8px;border:none;background:#1b4fba;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer}.profile-bookings__pay-submit:disabled{opacity:.6;cursor:not-allowed}.profile-bookings__pay-err{margin:8px 0 0;font-size:.875rem;color:#c13515}.profile-bookings__pay-ok{margin:0;font-size:.9375rem;font-weight:600;color:#222}.profile-bookings__quote--feature{margin-top:8px;width:100%}@media (min-width: 640px){.profile-bookings__quote--feature{max-width:100%;flex:1 1 100%}}.profile-bookings__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 18px;background:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 1px 2px #0000000f;box-sizing:border-box;min-height:100%}@media (min-width: 640px){.profile-bookings__item{flex:1 1 200px;max-width:240px}}.profile-bookings__card--link{text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.profile-bookings__card--link:hover{border-color:#b0b0b0;box-shadow:0 2px 8px #00000014}.profile-bookings__card-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:14px;flex-shrink:0}.profile-bookings__card-photo--placeholder{background:#ebebeb}.profile-bookings__card-name{font-size:1.0625rem;font-weight:600;color:#222;margin-bottom:6px}.profile-bookings__card-service{font-size:.9375rem;color:#717171;margin-bottom:8px;line-height:1.35}.profile-bookings__card-rating{font-size:.9375rem;font-weight:600;color:#222;margin-bottom:4px}.profile-bookings__card-date{font-size:.875rem;color:#717171}.profile-bookings__view-quote{display:inline-block;width:fit-content;max-width:100%;box-sizing:border-box;margin-top:4px;align-self:center;padding:12px 20px;border:none;border-radius:10px;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer}.profile-bookings__view-quote:hover{opacity:.92}.profile-quotes__list{list-style:none;margin:0;padding:0 0 48px;display:flex;flex-direction:column;gap:16px}.profile-quotes__item{margin:0}.profile-quotes__card{display:flex;flex-direction:column;gap:16px;padding:20px 20px 22px;background:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 1px 2px #0000000f;box-sizing:border-box}@media (min-width: 640px){.profile-quotes__card{flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:20px 24px}.profile-quotes__meta{flex:1 1 200px;min-width:0}.profile-quotes__actions{flex:0 0 auto;align-self:center}.profile-quotes__actions .profile-bookings__view-quote{margin-top:0}}.profile-quotes__worker-link,.profile-quotes__worker-block{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;max-width:120px}.profile-quotes__worker-link:hover .profile-quotes__worker-name{text-decoration:underline}.profile-quotes__photo{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:10px;flex-shrink:0}.profile-quotes__photo--placeholder{background:#ebebeb}.profile-quotes__worker-name{font-size:1.0625rem;font-weight:600;color:#222;line-height:1.3}.profile-quotes__meta{flex:1;min-width:0}.profile-quotes__line{margin:0 0 10px;font-size:.9375rem;color:#222;line-height:1.45}.profile-quotes__line:last-child{margin-bottom:0}.profile-quotes__line--muted{color:#717171}.profile-quotes__line strong{font-weight:600;color:#222}.profile-quotes__actions{display:flex;flex-direction:column;align-items:stretch}.profile-quotes__actions .profile-bookings__view-quote{align-self:center}.profile-quotes__err{margin:0;font-size:.9375rem;color:#c13515}.ppm{max-width:560px;padding:8px 0 48px}.ppm__intro{margin:0 0 20px;font-size:.9375rem;line-height:1.5;color:#717171}.ppm__err{margin:0 0 12px;font-size:.875rem;color:#c13515}.ppm__list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:12px}.ppm__card{border:1px solid #ebebeb;border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:12px;background:#fff}.ppm__card-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 12px}.ppm__card-title{margin:0;font-size:1rem;font-weight:600;color:#222}.ppm__card-meta{margin:0;font-size:.875rem;color:#717171}.ppm__badge{font-size:.75rem;font-weight:600;color:#222;background:#ebebeb;border-radius:999px;padding:4px 10px}.ppm__actions{display:flex;flex-wrap:wrap;gap:8px}.ppm__linkish{border:none;background:none;padding:6px 0;font-size:.875rem;font-weight:600;color:#1b4fba;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.ppm__linkish:disabled{opacity:.45;cursor:not-allowed}.ppm__primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;border:none;background:#222;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;font-family:inherit}.ppm__primary:disabled{opacity:.55;cursor:not-allowed}.ppm__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px 16px}.ppm__modal{width:100%;max-width:420px;background:#fff;border-radius:14px;padding:20px 20px 18px;box-shadow:0 12px 40px #0000002e}.ppm__modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.ppm__modal-title{margin:0;font-size:1.125rem;font-weight:700;color:#222}.ppm__modal-close{border:none;background:#f7f7f7;width:36px;height:36px;border-radius:8px;cursor:pointer;color:#222;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ppm__modal-close:hover{background:#ebebeb}.ppm__card-el{width:100%;box-sizing:border-box;padding:12px;border:1px solid #dddddd;border-radius:8px;background:#fff;margin-bottom:12px}.ppm__card-el .StripeElement{width:100%!important}.ppm__modal-actions{display:flex;flex-direction:column;gap:8px}.ppm__modal-footer{margin-top:10px}.ppm__ghost{width:100%;padding:12px 18px;border:1px solid #dddddd;border-radius:10px;background:#fff;color:#222;font-weight:600;font-size:.9375rem;cursor:pointer;font-family:inherit}.profile-messages__layout{display:flex;flex-direction:column;gap:20px;padding-bottom:48px}@media (min-width: 768px){.profile-messages__layout{flex-direction:row;align-items:flex-start;gap:24px}}.profile-messages__threads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;min-width:0}@media (min-width: 768px){.profile-messages__threads{flex:0 0 280px;max-height:min(70vh,520px);overflow-y:auto}}.profile-messages__thread{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;padding:14px 16px;background:#fff;border:1px solid #ebebeb;border-radius:12px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.profile-messages__thread:hover{border-color:#d0d0d0}.profile-messages__thread--active{border-color:#1b4fba;box-shadow:0 0 0 1px #1b4fba}.profile-messages__thread-photo{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.profile-messages__thread-photo--ph{background:#ebebeb}.profile-messages__thread-body{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-messages__thread-name{font-weight:600;font-size:.9375rem;color:#222}.profile-messages__thread-preview{font-size:.8125rem;color:#717171;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-messages__detail{flex:1;min-width:0;padding:20px;background:#fff;border:1px solid #ebebeb;border-radius:12px}.profile-messages__hint{margin:0;color:#717171;font-size:.9375rem}.profile-messages__detail-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:16px}.profile-messages__detail-title{margin:0;font-size:1.125rem;font-weight:600;color:#222}.profile-messages__profile-link{font-size:.875rem;font-weight:600;color:#1b4fba;text-decoration:none}.profile-messages__profile-link:hover{text-decoration:underline}.profile-messages__bubbles{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-height:min(50vh,360px);overflow-y:auto;margin-bottom:16px}.profile-messages__bubble{padding:12px 14px;background:#f7f7f7;border-radius:12px;border:1px solid #ebebeb;max-width:92%}.profile-messages__bubble--me{align-self:flex-end;background:#eef3fc;border-color:#c9d8f5}.profile-messages__bubble-text{margin:0 0 8px;font-size:.9375rem;color:#222;white-space:pre-wrap;line-height:1.45}.profile-messages__bubble-time{font-size:.75rem;color:#717171}.profile-messages__compose{display:flex;flex-direction:column;gap:10px;padding-top:8px;border-top:1px solid #ebebeb}.profile-messages__label{font-size:.875rem;font-weight:600;color:#222}.profile-messages__textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #dddddd;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:80px}.profile-messages__send{align-self:flex-start;padding:10px 20px;border:none;border-radius:8px;background:#1b4fba;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer}.profile-messages__send:disabled{opacity:.55;cursor:not-allowed}.profile-messages__err{margin:0;font-size:.875rem;color:#c13515}.fp-page{min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;background:#fff;padding:48px 24px 64px}.fp-page__content{width:100%;max-width:568px}.fp-card{background:#fff;border:1px solid #DDDDDD;border-radius:12px;overflow:hidden}.fp-card__header{display:flex;align-items:center;justify-content:center;position:relative;padding:18px 24px;border-bottom:1px solid #EBEBEB}.fp-card__back{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#222;transition:background .15s}.fp-card__back:hover{background:#f7f7f7}.fp-card__header-title{font-size:.95rem;font-weight:700;color:#222;letter-spacing:-.01em}.fp-card__body{padding:24px}.fp-card__body--center{text-align:center;padding:48px 24px}.fp-card__loading{color:#717171;font-size:.95rem}.fp-card__error{background:#fef2f2;color:#b91c1c;border:1px solid #FECACA;border-radius:8px;padding:12px 16px;font-size:.85rem;line-height:1.4;margin:0 0 16px}.fp-card__section{margin-bottom:24px}.fp-card__label{font-size:.875rem;font-weight:600;color:#222;margin:0 0 8px}.fp-card__label-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.fp-card__label-row .fp-card__label{margin:0}.fp-card__info-icon{display:inline-flex;align-items:center;color:#717171;cursor:help}.fp-card__field-group{border:1px solid #B0B0B0;border-radius:8px;overflow:hidden}.fp-card__input{width:100%;border:none;outline:none;padding:14px 16px;font-size:.95rem;font-family:inherit;color:#222;background:transparent;box-sizing:border-box}.fp-card__input::placeholder{color:#717171;font-weight:400}.fp-card__input--top{border-bottom:1px solid #DDDDDD}.fp-card__input--readonly{background:#f7f7f7;color:#717171;cursor:default}.fp-card__field-group:focus-within{border-color:#222}.fp-card__dob-row{display:flex;gap:8px}.fp-card__select{flex:1;padding:14px 32px 14px 12px;border:1px solid #B0B0B0;border-radius:8px;font-size:.95rem;font-family:inherit;color:#222;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23717171' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.fp-card__select:focus{border-color:#222;outline:none}.fp-card__select--month{flex:1.5}.fp-card__select--day{flex:.8}.fp-card__select--year{flex:1}.fp-card__hint{font-size:.75rem;color:#717171;margin:8px 0 0;line-height:1.5}.fp-card__provider-note{font-size:.72rem;color:#b0b0b0;margin:4px 0 0;font-style:italic}.fp-card__terms{font-size:.75rem;color:#717171;line-height:1.6;margin:0 0 20px}.fp-card__terms-link{color:#1b4fba;text-decoration:underline;font-weight:600}.fp-card__terms-link:hover{color:#143d8f}.fp-card__submit-wrap{display:flex;justify-content:center}@media (max-width: 600px){.fp-page{padding:24px 16px}.fp-card__body{padding:20px 16px}.fp-card__dob-row{flex-direction:column;gap:8px}}.wa{min-height:calc(100vh - 80px);display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:32px 48px 24px}.wa__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.wa__step{font-size:.8rem;color:#717171;font-weight:500}.wa__body{flex:1;display:flex;align-items:center;justify-content:center}.wa__card{width:100%;max-width:680px}.wa__title{font-size:2rem;font-weight:800;color:#222;line-height:1.2;margin:0 0 8px;letter-spacing:-.02em}.wa__subtitle{font-size:1rem;color:#717171;margin:0 0 40px}.wa__field{margin-bottom:32px}.wa__field:last-child{margin-bottom:0}.wa__label{display:block;font-size:.95rem;font-weight:600;color:#222;margin-bottom:10px}.wa__stepper{display:inline-flex;align-items:center;gap:20px}.wa__stepper-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #1B4FBA;border-radius:50%;background:#fff;color:#1b4fba;cursor:pointer;padding:0;transition:background .15s,opacity .15s}.wa__stepper-btn:hover:not(:disabled){background:#f0f4ff}.wa__stepper-btn:disabled{border-color:#d0d0d0;color:#d0d0d0;cursor:not-allowed}.wa__stepper-val{min-width:40px;text-align:center;font-size:1.3rem;font-weight:700;color:#222}.wa__stepper-val--empty{color:#b0b0b0}.wa__textarea-wrap{position:relative;overflow:hidden;border-radius:12px}.wa__textarea--tall{height:120px}.wa__input{width:100%;border:1px solid #B0B0B0;border-radius:12px;padding:14px 16px;font-size:.95rem;font-family:inherit;color:#222;background:#fff;box-sizing:border-box;transition:border-color .15s}.wa__input:focus{outline:none;border-color:#222}.wa__input::placeholder{color:#b0b0b0}.wa__textarea{width:100%;height:90px;border:1px solid #B0B0B0;border-radius:12px;padding:14px 16px;font-size:.95rem;font-family:inherit;color:#222;background:#fff;resize:none;transition:border-color .15s;box-sizing:border-box}.wa__textarea:focus{outline:none;border-color:#222}.wa__textarea::placeholder{color:#b0b0b0}.wa__counter{position:absolute;bottom:10px;right:14px;font-size:.75rem;color:#b0b0b0;pointer-events:none}.wa__footer{display:flex;justify-content:flex-end;padding:16px 0 24px;margin-top:auto}.wa__next{width:auto;flex:0 0 auto}@media (max-width: 768px){.wa{padding:24px 20px}.wa__title{font-size:1.6rem}.wa__subtitle{margin-bottom:28px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sa{min-height:calc(100vh - 80px);display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:32px 48px 24px}.sa__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.sa__step{font-size:.8rem;color:#717171;font-weight:500}.sa__body{flex:1;display:flex;align-items:stretch;justify-content:center;gap:80px}.sa__left{flex:1;min-width:0}.sa__intro{max-width:520px}.sa__map-row{display:flex;align-items:flex-start;gap:80px;width:100%}.sa__map-row .sa__map-wrap{flex:1 1 auto;max-width:520px;min-width:0}.sa__right--beside-map{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center}.sa__body>.sa__right{display:flex;align-items:center;justify-content:center;align-self:stretch}.sa__title{font-size:2rem;font-weight:800;color:#222;line-height:1.2;margin:0 0 8px;letter-spacing:-.02em}.sa__subtitle{font-size:1rem;color:#717171;margin:0 0 32px}.sa__cat-card{width:220px;background:#fff;border:1px solid #E0E0E0;border-radius:32px;overflow:hidden;box-shadow:0 2px 12px #0000000f;text-align:center}.sa__cat-card-img{width:100%;height:180px;object-fit:cover;display:block}.sa__cat-card-label{padding:14px 12px;font-size:1rem;font-weight:600;color:#222;margin:0}.sa__search-wrap{position:relative;margin-bottom:24px}.sa__search{display:flex;align-items:center;gap:12px;border:2px solid #DDDDDD;border-radius:40px;padding:14px 20px;background:#fff;transition:border-color .15s}.sa__search:focus-within{border-color:#222}.sa__search-icon{flex-shrink:0}.sa__input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;color:#222;background:transparent}.sa__input::placeholder{color:#b0b0b0}.sa__clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:#ebebeb;cursor:pointer;transition:background .15s}.sa__clear:hover{background:#ddd}.sa__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #DDDDDD;border-radius:16px;box-shadow:0 4px 24px #0000001a;overflow:hidden;z-index:100;max-height:280px;overflow-y:auto}.sa__dd-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 20px;border:none;background:transparent;font-size:.9rem;font-family:inherit;color:#222;cursor:pointer;text-align:left;transition:background .1s}.sa__dd-item:hover{background:#f7f7f7}.sa__dd-item--loading{color:#717171;cursor:default;font-size:.85rem}.sa__dd-item--loading:hover{background:transparent}.sa__dd-pin{flex-shrink:0}.sa__dd-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa__map-wrap{position:relative;border-radius:16px;overflow:hidden;border:1px solid #EBEBEB}.sa__map{width:100%;height:380px}.sa-map-pin{background:none!important;border:none!important}.sa__drive-pill{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:500;display:flex;align-items:center;gap:6px;padding:10px 24px;border-radius:40px;border:none;background:#fff;box-shadow:0 2px 12px #00000026;font-size:.95rem;font-weight:600;font-family:inherit;color:#222;cursor:pointer;transition:box-shadow .15s}.sa__drive-pill:hover{box-shadow:0 4px 16px #0003}.sa__drive-emoji{font-size:1.1rem}.sa__footer{padding:16px 0 24px;margin-top:auto;display:flex;justify-content:flex-end}.sa__next{width:auto;flex:0 0 auto}.sa-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center}.sa-modal{background:#fff;border-radius:20px;width:92%;max-width:420px;padding:28px 24px 24px;box-shadow:0 8px 40px #0003}.sa-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sa-modal__title{font-size:1.2rem;font-weight:700;color:#222;margin:0}.sa-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:transparent;cursor:pointer;color:#222;transition:background .15s}.sa-modal__close:hover{background:#f0f0f0}.sa-modal__options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.sa-modal__opt{width:100%;padding:14px;border:2px solid #DDDDDD;border-radius:50px;background:#fff;color:#222;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;transition:background .15s,color .15s,border-color .15s}.sa-modal__opt:hover{background:#f7f7f7}.sa-modal__opt--active{background:#1b4fba;color:#fff;border-color:#1b4fba}.sa-modal__opt--active:hover{background:#153f96}.sa-modal__done{width:100%}@media (max-width: 768px){.sa{padding:24px 20px}.sa__body{flex-direction:column;gap:32px}.sa__left,.sa__intro{max-width:100%}.sa__title{font-size:1.6rem}.sa__map-row{flex-direction:column;align-items:stretch;gap:24px}.sa__map-row .sa__map-wrap{max-width:100%}.sa__body>.sa__right,.sa__right--beside-map{width:100%;justify-content:center}.sa__cat-card{width:180px}.sa__cat-card-img{height:140px}.sa__map{height:300px}.sa-modal{width:95%;padding:24px 20px 20px}}.wsub{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#222}.wsub__shell{max-width:1200px;margin:0 auto;width:100%;padding:0 20px;box-sizing:border-box}.wsub__top{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.wsub__step{font-size:14px;color:#717171}.wsub__body{flex:1;display:flex;flex-wrap:wrap;gap:32px;padding:16px 0 0;width:100%;align-items:flex-start}.wsub__left{flex:1 1 320px;min-width:0}.wsub__title{font-size:28px;font-weight:700;line-height:1.2;margin:0 0 8px}.wsub__hint{font-size:15px;color:#717171;margin:0 0 20px;line-height:1.45}.wsub__chips{display:flex;flex-wrap:wrap;gap:10px}.wsub__chip{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;border:1px solid #ddd;background:#fff;font-size:14px;color:#222;cursor:pointer;transition:background .15s ease,border-color .15s ease}.wsub__chip:hover{background:#f7f7f7}.wsub__chip--selected{border-color:#1b4fba;background:#e8eefb;color:#1b4fba}.wsub__counter{margin:16px 0 0;font-size:14px;color:#717171}.wsub__right{flex:0 0 220px}.wsub__cat-card{border:1px solid #ebebeb;border-radius:12px;overflow:hidden;background:#fafafa}.wsub__cat-card-img{display:block;width:100%;height:140px;object-fit:cover}.wsub__cat-card-label{margin:0;padding:12px 14px;font-size:15px;font-weight:600;text-align:center}.wsub__footer{display:flex;justify-content:flex-end;align-items:center;padding:16px 0 32px;width:100%}.wsub__next{width:auto;flex:0 0 auto}@media (max-width: 768px){.wsub__right{flex:1 1 100%;max-width:280px;margin:0 auto}.wsub__title{font-size:24px}}.wp{min-height:calc(100vh - 80px);display:flex;flex-direction:column;max-width:1120px;margin:0 auto;padding:32px 48px 24px}.wp__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.wp__step{font-size:.8rem;color:#717171;font-weight:500}.wp__file-input{display:none}.wp__body{flex:1;display:flex;justify-content:center;padding-top:16px}.wp__content{width:100%;max-width:680px}.wp__title{font-size:2rem;font-weight:800;color:#222;line-height:1.2;margin:0 0 8px;letter-spacing:-.02em;text-align:center}.wp__subtitle{font-size:1rem;color:#717171;text-align:center;max-width:520px;margin:0 auto 32px}.wp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:520px;margin-left:auto;margin-right:auto}.wp__cell{position:relative;aspect-ratio:4 / 3;border-radius:32px;overflow:hidden;background:#f7f7f7;border:1px solid #E8E8E8}.wp__cell--featured{grid-column:1 / 3;grid-row:1 / 3}.wp__cell-img{width:100%;height:100%;object-fit:cover;display:block}.wp__cell-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s}.wp__cell:hover .wp__cell-remove{opacity:1}.wp__cell--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed #DDDDDD;background:#fafafa;cursor:pointer;transition:background .15s,border-color .15s}.wp__cell--empty:hover{background:#f0f0f0;border-color:#aaa}.wp__cell-add-label{font-size:.85rem;font-weight:500;color:#717171}.wp__counter{text-align:center;margin:16px 0 0;font-size:.9rem;color:#717171;font-weight:500}.wp__skip-block{margin-top:28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.wp__skip{margin:0}.wp__skip-hint{margin:0;max-width:420px;font-size:.8125rem;color:#717171;line-height:1.5}.wp__footer{display:flex;justify-content:flex-end;padding:16px 0 24px;margin-top:auto}.wp__next{width:auto;flex:0 0 auto}@media (max-width: 768px){.wp{padding:24px 20px}.wp__title{font-size:1.6rem}.wp__grid{grid-template-columns:repeat(2,1fr);gap:8px}.wp__cell--featured{grid-column:1 / -1;grid-row:auto}}.csu{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;max-width:480px;margin:0 auto;padding:32px 24px 48px}.csu__top{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:24px}.csu__step{font-size:.8rem;color:#717171;font-weight:500}.csu__back{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border:1px solid #DDDDDD;border-radius:50px;background:#fff;font-size:.85rem;font-weight:600;font-family:inherit;color:#222;cursor:pointer;transition:background .15s}.csu__back:hover{background:#f7f7f7}.csu__card{width:100%}.csu__title{font-size:1.8rem;font-weight:800;color:#222;margin:0 0 8px;line-height:1.2;letter-spacing:-.02em;text-align:center}.csu__subtitle{font-size:1rem;color:#717171;margin:0 0 28px;text-align:center}.csu__options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.csu__option{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:14px 20px;border:1.5px solid #222;border-radius:50px;background:#fff;font-size:.95rem;font-weight:600;font-family:inherit;color:#222;cursor:pointer;transition:background .15s}.csu__option:hover{background:#f7f7f7}.csu__option-icon{position:absolute;left:20px;display:flex;align-items:center}.csu__divider{display:flex;align-items:center;gap:16px;margin:20px 0;color:#b0b0b0;font-size:.85rem}.csu__divider:before,.csu__divider:after{content:"";flex:1;height:1px;background:#ddd}.csu__input{width:100%;padding:14px 16px;border:1.5px solid #DDDDDD;border-radius:12px;font-size:.95rem;font-family:inherit;color:#222;outline:none;transition:border-color .15s;box-sizing:border-box}.csu__input:focus{border-color:#222}.csu__input::placeholder{color:#b0b0b0}.csu__email-btn{width:100%;padding:14px;margin-top:12px;border:1.5px solid #222;border-radius:50px;background:#fff;font-size:.95rem;font-weight:600;font-family:inherit;color:#222;cursor:pointer;transition:background .15s,opacity .15s}.csu__email-btn:hover{background:#f7f7f7}.csu__email-btn:disabled{opacity:.4;cursor:default}.csu__terms{font-size:.75rem;color:#aaa;text-align:center;margin:24px 0 16px;line-height:1.5}.csu__terms a{color:#222;text-decoration:underline}.csu__login{font-size:.85rem;color:#717171;text-align:center;margin:0}.csu__login a{color:#1b4fba;font-weight:600;text-decoration:none}.csu__login a:hover{text-decoration:underline}.csu__skip{display:block;text-align:center;margin-top:16px;color:#aaa;font-size:14px;cursor:pointer}.csu__field-row{display:flex;gap:12px;margin-bottom:16px}.csu__field-row .csu__input{flex:1}.csu__field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.csu__field-label{font-size:.85rem;font-weight:600;color:#222}.csu__phone-group{position:relative;display:flex;align-items:center;width:100%;gap:0;border:1.5px solid #CCCCCC;border-radius:50px;overflow:visible;transition:border-color .15s;background:#fff;box-sizing:border-box}.csu__phone-group:focus-within{border-color:#ccc}.csu .country-code-picker{flex-shrink:0;width:112px;border-right:1px solid #DDDDDD;border-radius:50px 0 0 50px}.csu__country-picker-button{padding:14px 12px 14px 16px}.csu__phone-input{flex:1;padding:14px 16px;border:none;border-radius:0 50px 50px 0;font-size:.95rem;font-family:inherit;color:#222;outline:none;box-sizing:border-box;min-width:0}.csu__phone-input::placeholder{color:#b0b0b0}.csu__footer{display:flex;flex-direction:column;align-items:flex-end;width:100%;padding:24px 0;border-top:none;margin-top:auto}.csu__onboarding-ring{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.csu__photo-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.csu__photo-frame{width:200px;height:200px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:16px;position:relative}.csu__photo-frame--empty{border:2px dashed #CCCCCC;background:#f7f7f7}.csu__photo-frame--filled{border:3px solid #FFFFFF;box-shadow:0 2px 8px #00000040}.csu__photo-frame-img{width:100%;height:100%;object-fit:cover;display:block}.csu__photo-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:#b0b0b0;font-size:.85rem;font-weight:500}.csu__photo-hint{font-size:.85rem;color:#717171;text-align:center;margin:0 0 20px;line-height:1.45}.csu__photo-error{font-size:.85rem;color:#e53935;text-align:center;margin:0 0 12px;font-weight:500}.csu__zoom{display:flex;align-items:center;gap:10px;width:240px;margin-bottom:12px}.csu__zoom-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:4px;background:linear-gradient(to right,#1B4FBA 0%,#1B4FBA var(--fill, 0%),#E0E0E0 var(--fill, 0%),#E0E0E0 100%);outline:none}.csu__zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#1b4fba;cursor:pointer}.csu__zoom-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#1b4fba;border:none;cursor:pointer}.csu__photo-actions{display:flex;gap:24px;margin-bottom:8px}.csu__photo-action{font-size:.85rem;font-weight:600;border:none;background:none;cursor:pointer;font-family:inherit;padding:4px 8px}.csu__photo-action--cancel{color:#717171}.csu__photo-action--done{color:#1b4fba}.csu__photo-skip{display:block;text-align:center;margin-top:8px;color:#aaa;font-size:.85rem;cursor:pointer}.csu__commit-card{width:100%;max-width:440px;border:1px solid #E0E0E0;border-radius:20px;padding:40px 32px;background:#fff;text-align:center;box-shadow:0 4px 16px #0000000f}.csu__commit-logo{width:48px;height:48px;margin:0 auto 20px;display:block}.csu__commit-title{font-size:1.4rem;font-weight:800;color:#222;margin:0 0 16px}.csu__commit-body{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 28px}.csu__commit-agree{width:100%;padding:14px;border:none;border-radius:50px;background:#1b4fba;color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s;margin-bottom:12px}.csu__commit-agree:hover{opacity:.92}.csu__commit-decline{width:100%;padding:14px;border:1.5px solid #DDDDDD;border-radius:50px;background:#fff;color:#222;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.csu__commit-decline:hover{background:#f7f7f7}@media (max-width: 600px){.csu{padding:24px 16px 40px}.csu__title{font-size:1.5rem}.csu__field-row{flex-direction:column;gap:16px}.csu__commit-card{padding:28px 20px}}.signup-login{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px}.signup-login__card{max-width:400px;width:100%;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:32px 24px;box-shadow:0 4px 24px #00000014}.signup-login__title{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 8px}.signup-login__sub{font-size:.9rem;color:#717171;margin:0 0 20px}.signup-login__form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.signup-login__label{display:block;font-size:.75rem;font-weight:600;color:#222;margin-bottom:4px}.signup-login__phone-row{display:flex;align-items:stretch;width:100%;border:1.5px solid #ccc;border-radius:8px;overflow:visible;background:#fff;box-sizing:border-box}.signup-login__phone-row:focus-within{border-color:#222;box-shadow:0 0 0 1px #222}.signup-login__phone-row .country-code-picker{flex-shrink:0;min-width:100px;border:none}.signup-login__country-btn{border:none!important;border-radius:8px 0 0 8px!important;padding:14px 12px 14px 16px!important;height:100%;min-height:48px}.signup-login__phone-input{flex:1;border:none;padding:14px 16px;font-size:1rem;font-family:inherit;color:#222;outline:none;min-width:0;border-left:1px solid #e0e0e0;border-radius:0 8px 8px 0}.signup-login__phone-input::placeholder{color:#717171}.signup-login__input{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;color:#222;border:1.5px solid #ccc;border-radius:8px;outline:none;box-sizing:border-box}.signup-login__input:focus{border-color:#222;box-shadow:0 0 0 1px #222}.signup-login__input::placeholder{color:#717171}.signup-login__code{text-align:center;letter-spacing:.35em;font-size:1.25rem}.signup-login__continue{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;margin-top:4px}.signup-login__continue:disabled{opacity:.6;cursor:not-allowed}.signup-login__back{background:none;border:none;font-size:.9rem;color:#717171;cursor:pointer;padding:8px 0;font-family:inherit;margin-top:8px}.signup-login__back:hover{color:#222;text-decoration:underline}.signup-login__error{font-size:.85rem;color:#c13515;margin:0}.signup-login__divider{display:flex;align-items:center;gap:16px;margin:24px 0 20px}.signup-login__divider:before,.signup-login__divider:after{content:"";flex:1;height:1px;background:#ebebeb}.signup-login__divider span{font-size:.85rem;color:#717171}.signup-login__socials{display:flex;flex-direction:column;gap:12px}.signup-login__social{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;font-size:1rem;font-weight:500;color:#222;background:#fff;border:1.5px solid #222;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.signup-login__social:hover{background:#f7f7f7}.signup-login__social-icon{width:20px;height:20px;flex-shrink:0}.signup-login__back-link{display:block;margin-top:24px;font-size:.9rem;color:#717171;text-align:center;text-decoration:none}.signup-login__back-link:hover{color:#222}.signup-login__secondary-btn{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;color:#1b4fba;background:#fff;border:1.5px solid #1b4fba;border-radius:8px;cursor:pointer;font-family:inherit;margin-top:4px}.signup-login__secondary-btn:hover:not(:disabled){background:#f5f8ff}.signup-login__secondary-btn:disabled{opacity:.6;cursor:not-allowed}.signup-login__link-btn{background:none;border:none;font-size:.9rem;color:#1b4fba;cursor:pointer;padding:8px 0;font-family:inherit;text-align:center;text-decoration:underline}.signup-login__link-btn:hover:not(:disabled){color:#153d94}.signup-login__link-btn:disabled{opacity:.6;cursor:not-allowed}.signup-choice{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px}.signup-choice__card{max-width:400px;width:100%;background:#fff;border:1px solid #E8E8E8;border-radius:16px;padding:32px 24px;box-shadow:0 4px 24px #00000014}.signup-choice__title{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 8px}.signup-choice__sub{font-size:.9rem;color:#717171;margin:0 0 24px}.signup-choice__options{display:flex;flex-direction:column;gap:0}.signup-choice__option{display:block;padding:14px 20px;font-size:.9rem;font-weight:400;color:#222;text-decoration:none;transition:background .1s}.signup-choice__option:hover{background:#f7f7f7}.signup-choice__sep{height:1px;background:#ebebeb}.signup-choice__back{display:block;margin-top:24px;padding-left:20px;font-size:.9rem;color:#717171;text-decoration:none;text-align:left}.signup-choice__back:hover{color:#222}.login-placeholder{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-placeholder__card{max-width:400px;width:100%;background:#fff;border:1px solid #E8E8E8;border-radius:16px;padding:32px 24px;box-shadow:0 4px 24px #00000014;text-align:center}.login-placeholder__title{font-size:1.5rem;font-weight:700;color:#222;margin:0 0 8px}.login-placeholder__sub{font-size:.9rem;color:#717171;margin:0 0 24px}.login-placeholder__back{font-size:.9rem;color:#717171;text-decoration:none}.login-placeholder__back:hover{color:#222}.legal-page{padding:32px 0 48px;max-width:720px;margin:0 auto;color:var(--star-gray-800);font-family:inherit;line-height:1.6}.legal-page__title{font-size:1.75rem;font-weight:700;color:var(--star-gray-900);margin:0 0 8px}.legal-page__updated{font-size:.9rem;color:var(--star-gray-500);margin:0 0 32px}.legal-page__section{margin-bottom:28px}.legal-page__section-title{font-size:1.15rem;font-weight:600;color:var(--star-gray-800);margin:0 0 12px}.legal-page__section p{margin:0 0 12px;font-size:.95rem;color:var(--star-gray-700)}.legal-page__section p:last-child{margin-bottom:0}.legal-page__back{display:inline-block;margin-top:32px;font-size:.9rem;font-weight:600;color:var(--star-blue);text-decoration:none}.legal-page__back:hover{text-decoration:underline}.legal-page__contact{margin-top:24px;font-size:.9rem;color:var(--star-gray-600)}.legal-page__contact a{color:var(--star-blue);text-decoration:none}.legal-page__contact a:hover{text-decoration:underline}@media (max-width: 768px){.legal-page{padding:24px 0 40px}}.auth-callback{min-height:40vh;display:flex;align-items:center;justify-content:center;padding:48px 24px}.auth-callback__text{margin:0;font-size:1rem;color:#555}:root{--star-blue: #1B4FBA;--star-gray-50: #f9fafb;--star-gray-200: #e5e7eb;--star-gray-300: #d1d5db;--star-gray-500: #6b7280;--star-gray-600: #4b5563;--star-gray-700: #374151;--star-gray-800: #1f2937;--star-gray-900: #111827;--star-white: #ffffff;--radius-pill: 999px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;background:#fff}@media (max-width: 768px){.app-main{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:50px;border:none;background:#1b4fba;color:#fff;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:opacity .15s}.btn-primary:hover{opacity:.92}.btn-primary:disabled{background:#b0bec5;color:#fff;opacity:1;cursor:not-allowed}.btn-back{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:50px;border:1.5px solid #CCCCCC;background:transparent;color:#333;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:background .15s}.btn-back:hover{background:#f7f7f7}.onb-hr{border:0;border-top:1px solid #ebebeb;margin:0;height:0;width:100%;display:block}.onb-hr--before-footer{margin-top:16px}
