.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__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}@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__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-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-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:.5em;font-size:1.25rem}.ws-modal--auth .ws-modal__demo{font-size:.85rem;margin-top:20px}.ws-modal--category .ws-modal__panel{max-width:704px;border-radius:19px;margin:13px;box-shadow:0 13px 45px #00000024}.ws-modal--category .ws-modal__close{top:22px;right:22px;width:45px;height:45px}.ws-modal--category .ws-modal__scroll{padding:70px 38px 45px}.ws-modal--category .ws-modal__title{font-size:2.4rem;margin:0 0 13px;padding-right:58px}.ws-modal--category .ws-modal__sub{font-size:1.5rem;margin:0 0 35px}.ws-modal--category .ws-modal__cat-grid{gap:19px;margin-bottom:32px}.ws-modal--category .ws-modal__cat-card{padding:26px 13px 22px;border-radius:19px;border-width:2px}.ws-modal--category .ws-modal__cat-card:hover,.ws-modal--category .ws-modal__cat-card--selected:hover{transform:translateY(-6px)}.ws-modal--category .ws-modal__cat-icon-wrap{width:90px;height:90px;margin-bottom:16px}.ws-modal--category .ws-modal__cat-icon{width:77px;height:77px}.ws-modal--category .ws-modal__cat-label{font-size:1.3rem}.ws-modal--category .ws-modal__btn-primary{padding:22px 26px;font-size:1.4rem;border-radius:13px}.ws-modal--category .ws-modal__demo{font-size:.8rem;margin-top:22px}.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:13px}}.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:58px 19px max(32px,env(safe-area-inset-bottom))}.ws-modal--category .ws-modal__title{padding-right:45px}.ws-modal--category .ws-modal__sub{margin-bottom:22px}.ws-modal--category .ws-modal__cat-grid{gap:13px;margin-bottom:26px}.ws-modal--category .ws-modal__cat-icon-wrap{width:64px;height:64px;margin-bottom:10px}.ws-modal--category .ws-modal__cat-icon{width:58px;height:58px}.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:var(--star-white)}.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}.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}@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__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:18px;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:18px;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:18px 18px 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-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:12px;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)}}}@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:16px;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:12px;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:10px}.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}.cs__step{font-size:.8rem;color:#717171;font-weight:500}.cs__body{flex:1;display:flex;justify-content:center;padding-top:32px}.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-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{width:100%;height:100%;object-fit:cover;pointer-events:none;transition:none}.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{display:none}.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__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:16px;overflow:visible;background:#fff;border:1px solid #E8E8E8;box-shadow:0 2px 16px #00000012}.cs__preview-cover{position:relative;width:100%;height:220px;border-radius:16px 16px 0 0;overflow:hidden;cursor:pointer}.cs__preview-cover-img{width:100%;height:100%;object-fit:cover;display:block}.cs__preview-badge{position:absolute;top:12px;left:12px;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;opacity:.85}.cs__preview-cam{position:absolute;bottom:12px;right:12px;width:40px;height:40px;border-radius:50%;border:none;background:#00000073;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.cs__preview-cam:hover{background:#0009}.cs__preview-avatar-wrap{display:flex;justify-content:center;margin-top:-50px;position:relative;z-index:2}.cs__preview-avatar{width:100px;height:100px}.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;justify-content:flex-end;padding:24px 0;border-top:1px solid #EBEBEB;margin-top: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}}.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__divider{border:none;border-top:1px solid var(--star-gray-200);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__divider{border:none;border-top:1px solid var(--star-gray-200);margin:0 0 24px}.worker-skill__footer{display:flex;justify-content:space-between;gap:16px}.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:12px}.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__back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-size:.9rem;font-weight:500;color:var(--star-gray-700);cursor:pointer;padding:8px 0;margin-bottom:16px;transition:color .15s}.search-page__back:hover{color:var(--star-gray-900)}.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__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.search-card{border-radius:18px;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:18px 18px 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__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}@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}}@media (max-width: 768px){.search-page--mobile{padding:12px 0 0}.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-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;height:calc(100vh - 150px);min-height:520px;margin:0}.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:20px;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:20px 20px 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{padding:24px 0;background:var(--star-white)}.wd__container{max-width:1120px;margin:0 auto;padding:0 24px}.wd__back-btn{gap:6px;margin-bottom:20px}.wd__owner-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin:-8px 0 20px}.wd__owner-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid #222222;background:#222;color:#fff;transition:opacity .15s}.wd__owner-btn:hover{opacity:.92}.wd__owner-btn--secondary{background:#fff;color:#222;border-color:#ddd}.wd__owner-btn--secondary:hover{background:#f7f7f7}.wd__layout{display:grid;grid-template-columns:380px 1fr;gap:48px;align-items:start}.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__card-booking .wd__book-free-visit{margin-top:4px}.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:sticky;top:24px;align-self:start}.wd__card{border:1px solid var(--star-gray-200);border-radius:20px;overflow:visible;background:var(--star-white);box-shadow:0 6px 20px #00000014;padding-bottom:20px;position:relative}.wd__card-hero-wrap{border-radius:20px 20px 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-tagline{font-size:.9rem;color:var(--star-gray-700);margin:0 0 12px;line-height:1.45}.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:column;align-items:stretch;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-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{min-width:0;padding-bottom:64px}.wd__section{padding:32px 0;border-bottom:1px solid var(--star-gray-200)}.wd__section:first-child{padding-top:0}.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:12px;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__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:12px 0 0 12px;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 12px 0 0}.wd__gallery-side img:last-child{border-radius:0 0 12px}.wd__gallery-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px}.wd__map{width:100%;height:380px;border-radius:16px;overflow:hidden;border:1px solid var(--star-gray-200)}.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}.wd__booking-bar{display:none}.wd__booking-bar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 48px}.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}.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{grid-template-columns:1fr;gap:0}.wd__left{position:static;display:none}.wd__booking-bar--mobile{display:block;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--star-white);border-top:1px solid var(--star-gray-200);box-shadow:0 -2px 12px #00000014}.wd__booking-bar--mobile .wd__booking-bar-inner{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.wd__booking-bar--mobile .wd__booking-bar-btn{width:100%}.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-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__mobile-profile .wd__book-free-visit{max-width:420px}.wd{padding-bottom:120px}.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:12px}.wd__gallery-side{flex-direction:row}.wd__gallery-side img{border-radius:12px!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)}}}.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}}.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__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}.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:none}}.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}.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__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:280px}.wmsg__placeholder{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.wmsg__placeholder-text{margin:0;font-size:.9375rem;color:#717171}.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}.profile-page{padding:24px 0 48px;min-height:60vh}.profile-page__inner{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start;max-width:960px;margin:0 auto}.profile-page__loading{text-align:center;padding:48px;color:var(--star-gray-600)}.profile-page__sidebar{position:sticky;top:24px}.profile-page__card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:24px;border:1px solid var(--star-gray-100, #f3f4f6)}.profile-page__card--sidebar{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-page__avatar-wrap{width:120px;height:120px;border-radius:50%;overflow:hidden;background:var(--star-gray-200, #e5e7eb);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.profile-page__avatar{width:100%;height:100%;object-fit:cover}.profile-page__avatar-initial{font-size:2.5rem;font-weight:600;color:var(--star-gray-600, #4b5563)}.profile-page__name{font-size:1.25rem;font-weight:700;color:#222;margin:0 0 4px}.profile-page__location{font-size:.9rem;color:var(--star-gray-600, #4b5563);margin:0 0 24px}.profile-page__nav{width:100%;display:flex;flex-direction:column;gap:4px}.profile-page__nav-link{display:block;padding:12px 16px;font-size:.95rem;color:#222;text-decoration:none;text-align:left;border:none;background:none;font-family:inherit;cursor:pointer;border-radius:8px;transition:background .15s}.profile-page__nav-link:hover{background:var(--star-gray-100, #f3f4f6)}.profile-page__nav-link--signout{margin-top:16px;padding-top:16px;border-top:1px solid var(--star-gray-200, #e5e7eb);color:var(--star-gray-600, #4b5563)}.profile-page__nav-link--signout:hover{color:#222}.profile-page__main{min-width:0}.profile-page__card--about{padding:28px}.profile-page__about-header{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.profile-page__about-title{font-size:1.35rem;font-weight:700;color:#222;margin:0;line-height:1.2}.profile-page__edit-btn{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;color:#222;background:#f3f3f3;border:none;cursor:pointer;font-family:inherit;padding:6px 14px;border-radius:999px;text-decoration:none;line-height:1;flex-shrink:0}.profile-page__edit-btn:hover{background:#ebebeb;text-decoration:none}.profile-page__about-extra{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--star-gray-100, #f3f4f6)}.profile-page__about-extra-title{font-size:1rem;font-weight:700;color:#222;margin:0 0 16px}.profile-page__about-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.profile-page__about-item{display:flex;flex-direction:column;gap:4px}.profile-page__about-item-label{font-size:.8rem;font-weight:600;color:var(--star-gray-600, #4b5563)}.profile-page__about-item-value{font-size:.95rem;color:#222;line-height:1.45}.profile-page__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.profile-page__stat{background:var(--star-gray-50, #f9fafb);border-radius:12px;padding:20px;text-align:center}.profile-page__stat-value{display:block;font-size:1.5rem;font-weight:700;color:#222;margin-bottom:4px}.profile-page__stat-value--text{font-size:1rem;font-weight:600}.profile-page__stat-label{font-size:.85rem;color:var(--star-gray-600, #4b5563)}.profile-page__info{display:flex;flex-direction:column;gap:14px}.profile-page__info-row{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#222}.profile-page__info-icon{flex-shrink:0;color:var(--star-gray-500, #6b7280);display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.profile-page__inner{grid-template-columns:1fr;gap:24px}.profile-page__sidebar{position:static}.profile-page__stats{grid-template-columns:1fr}}.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,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:16px;left:16px;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__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}.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}.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}.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{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:24px 0;border-top:1px solid #EBEBEB;margin-top: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}.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:16px;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:24px 0;border-top:1px solid #EBEBEB;margin-top:auto;display:flex;justify-content:flex-end}.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}}.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}.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:32px}.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:12px;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:24px 0;border-top:1px solid #EBEBEB;margin-top: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}}.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}.pk__step{font-size:.8rem;color:#717171;font-weight:500}.pk__file-input{display:none}.pk__body{flex:1;display:flex;justify-content:center;padding-top:32px}.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__card{border:1px solid #E0E0E0;border-radius:16px;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:default}.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:10px;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:24px 0;border-top:1px solid #EBEBEB;margin-top:auto}.pk__error{align-self:stretch;margin:0;text-align:center;font-size:.875rem;color:#b91c1c;line-height:1.4}@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}}.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:1px solid #EBEBEB;margin-top:auto}.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:.5em;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-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}}: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}@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}
