:root{--blue:#32049b;--green:#6c10a8;--green-light:#f1b4ff;--dark:#03082b;--card:#15113b;--raised:#32049b;--line:#6c10a8;--text:#f8fafc;--muted:#f1b4ff;--danger:#f87171;--radius:18px;--font:"Poppins",Arial,sans-serif}*{box-sizing:border-box}body,html{min-height:100%;background:var(--dark)}body{margin:0;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%}.eyebrow{color:#f1b4ff;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.header-action,.main-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:700}.main-action{min-height:50px;padding:13px 20px;border:0;background:linear-gradient(135deg,var(--blue),#03082b);color:#fff;box-shadow:0 10px 25px rgba(21,76,79,.2)}.main-action:disabled{opacity:.55;cursor:wait}.header-action,.secondary-action{min-height:46px;padding:11px 18px;border:1px solid var(--line);background:rgba(255,255,255,.03)}.landing{min-height:100vh;overflow:hidden}.landing-header{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 48px));margin:auto;padding:24px 0}.app-header img,.auth-intro>a img,.landing-header img{width:150px}.hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;width:min(1180px,calc(100% - 48px));min-height:570px;margin:auto;padding:65px 0}.hero h1{max-width:750px;margin:15px 0 20px;font-size:clamp(2.5rem,5.5vw,5rem);line-height:1.04;letter-spacing:-.06em}.hero h1 em{color:var(--green);font-style:normal}.hero p{max-width:610px;color:var(--muted);font-size:1.05rem;line-height:1.75}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-mark{display:grid;place-items:center;gap:18px}.hero-mark img{width:min(360px,80%);filter:drop-shadow(0 28px 60px rgba(0,0,0,.35))}.hero-mark span{color:var(--muted);font-size:.78rem}.landing-info{display:grid;grid-template-columns:repeat(3,1fr);width:min(1180px,calc(100% - 48px));margin:0 auto 70px;border:1px solid var(--line);border-radius:24px;background:var(--card);overflow:hidden}.landing-info article{padding:30px;border-left:1px solid var(--line)}.landing-info article:first-child{border-left:0}.landing-info article>span{color:var(--green);font-size:.7rem;font-weight:800}.landing-info h2{font-size:1.05rem}.landing-info p{margin-bottom:0;color:var(--muted);font-size:.78rem;line-height:1.6}.coverage-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px max(24px,calc((100vw - 1180px)/2));background:#041c2c}.coverage-strip h2{margin:8px 0 0;font-size:1.25rem}.coverage-strip p{color:var(--muted);font-size:.8rem}.auth-page{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);min-height:100vh;background:#e9edf4}.auth-intro{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(38px,6vw,80px);background:#041c2c}.auth-intro>div{max-width:520px}.auth-intro h1{margin:12px 0;font-size:clamp(2.2rem,4vw,4rem);line-height:1.1;letter-spacing:-.05em}.auth-intro p{color:var(--muted);line-height:1.7}.auth-panel{display:grid;place-items:center;padding:40px;background:#eef1f6;color:#03082b}.auth-card{width:min(500px,100%);padding:clamp(24px,4vw,42px);border:1px solid #e1e5ec;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.08)}.auth-card--wide{width:min(720px,100%)}.auth-card>.eyebrow{display:block}.auth-card__nav{display:flex;align-items:center;margin-bottom:28px}.auth-back{display:grid;width:36px;height:36px;place-items:center;border:1px solid #dce3ed;border-radius:50%;background:#f8fafc;color:#26354f;transition:border-color .18s ease,background .18s ease,color .18s ease}.auth-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.auth-back:hover{border-color:#b9c9df;background:#f7f1ff;color:#03082b}.auth-card h2{margin:7px 0 24px;color:#080b2b;font-size:2.2rem;letter-spacing:-.04em}.auth-form{display:grid;gap:17px}.auth-form>label,.form-pair label{display:grid;gap:7px}.auth-form label>span{font-size:.75rem;font-weight:600}.auth-form input{width:100%;min-width:0;padding:14px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:#03082b;outline:none}.auth-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(21,76,79,.12)}.role-choice{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:5px}.role-choice button{padding:14px;border:1px solid #d6dae2;border-radius:12px;background:#fff;color:#596579;text-align:left}.role-choice button.active{border-color:var(--blue);background:#eff5ff;color:#03082b;box-shadow:0 0 0 2px rgba(21,76,79,.1)}.role-choice span,.role-choice strong{display:block}.role-choice strong{font-size:.78rem}.role-choice span{margin-top:3px;font-size:.64rem}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.both-roles{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px!important}.both-roles input{width:17px;height:17px;accent-color:var(--green)}.form-error{margin:0;color:#b42318;font-size:.75rem}.auth-switch{margin-top:23px;color:#6c10a8;font-size:.75rem;text-align:center}.auth-switch a{color:#03082b;font-weight:700}.app-shell{width:min(760px,100%);min-height:100vh;margin:auto;padding-bottom:95px;background:#03082b;box-shadow:0 0 80px rgba(0,0,0,.25)}.app-header{position:sticky;z-index:5;top:0;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:rgba(11,16,32,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}.app-header img{width:112px}.app-header>div{display:flex;align-items:center;gap:12px}.app-header>div>span{padding:5px 8px;border-radius:999px;background:rgba(51,124,115,.1);color:#f1b4ff;font-size:.58rem}.text-action{padding:4px;border:0;background:transparent;color:var(--muted);font-size:.68rem}.welcome{padding:42px 22px 30px;background:radial-gradient(circle at 100% 0,rgba(21,76,79,.24),transparent 45%)}.welcome h1{max-width:600px;margin:10px 0;font-size:clamp(2rem,7vw,3.2rem);line-height:1.08;letter-spacing:-.05em}.welcome p{max-width:570px;color:var(--muted);font-size:.82rem;line-height:1.7}.welcome .main-action{margin-top:16px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 22px}.quick-grid article{min-width:0;padding:16px 13px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.quick-grid small,.quick-grid strong{display:block}.quick-grid strong{margin-top:11px;font-size:.73rem}.quick-grid small{margin-top:4px;color:var(--muted);font-size:.58rem;line-height:1.4}.quick-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(21,76,79,.14);color:#f1b4ff}.app-section{padding:32px 22px}.section-title{display:flex;align-items:end;justify-content:space-between}.section-title h2{margin:5px 0 0;font-size:1.2rem}.section-title>span{color:var(--muted);font-size:.68rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:15px}.category-grid article{display:flex;align-items:center;gap:10px;padding:14px;border-radius:13px;background:var(--card);border:1px solid var(--line)}.category-grid i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(51,124,115,.09)}.category-grid strong{font-size:.7rem}.bottom-nav{position:fixed;z-index:8;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);width:min(760px,100%);margin:auto;padding:7px 8px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(11,16,32,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-nav a,.bottom-nav button{position:relative;display:grid;min-height:52px;place-items:center;align-content:center;gap:2px;padding:4px;border:0;background:transparent;color:var(--muted);font-size:.75rem}.bottom-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a>span,.bottom-nav button>span{font-size:.75rem}.bottom-nav button:disabled{opacity:.55;cursor:not-allowed}.bottom-nav button>small{position:absolute;top:1px;right:50%;transform:translateX(50%);color:var(--muted);font-size:.5rem}.bottom-nav .active{color:#32049b}.center-page{display:grid;min-height:100vh;place-items:center;padding:24px}.message-card{max-width:460px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card)}.message-card p{color:var(--muted);line-height:1.7}@media(max-width:760px){.landing-header{width:calc(100% - 36px)}.landing-header img{width:120px}.hero{grid-template-columns:1fr;width:calc(100% - 36px);min-height:auto;padding:70px 0}.hero-mark{display:none}.landing-info{grid-template-columns:1fr;width:calc(100% - 36px)}.landing-info article{border-top:1px solid var(--line);border-left:0}.landing-info article:first-child{border-top:0}.coverage-strip{align-items:flex-start;flex-direction:column}.auth-page{grid-template-columns:1fr}.auth-intro{min-height:245px;padding:30px 24px}.auth-intro>a img{width:120px}.auth-intro h1{font-size:2rem}.auth-intro p{font-size:.78rem}.auth-panel{align-items:start;padding:20px 14px 36px}.auth-card{padding:24px 20px;border-radius:18px}.form-pair{grid-template-columns:1fr}}@media(max-width:420px){.hero-actions{flex-direction:column}.role-choice{grid-template-columns:1fr}.quick-grid{gap:7px;padding-inline:14px}.quick-grid article{padding:13px 10px}.app-section,.welcome{padding-right:16px;padding-left:16px}.category-grid{grid-template-columns:1fr}}.quick-grid>a{display:block;min-width:0}.quick-grid>a article{height:100%}.bottom-nav a>b{position:absolute;top:2px;left:calc(50% + 7px);display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:.5rem;line-height:1}.bottom-nav a:not(.active),.bottom-nav button:not(.active){color:#52647b}.progressive-contact{display:grid;gap:12px;margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.progressive-contact>strong{font-size:.82rem}.progressive-contact>p{margin:-5px 0 2px;color:var(--muted);font-size:.68rem;line-height:1.45}.contact-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px}.contact-consent input{width:17px!important;min-width:17px;height:17px;margin-top:1px}.contact-consent span{font-size:.68rem;line-height:1.4}.contact-save{padding:10px;border:1px solid #cddcff;border-radius:10px;background:#f7f2ff}.contact-save span{color:#173b78;font-weight:700}html[data-theme=dark] .contact-save{border-color:#344665;background:#17233a}html[data-theme=dark] .contact-save span{color:#dce9ff}.unlocked-contact-actions{display:flex;flex-wrap:wrap;gap:9px;margin:12px 0}.unlocked-contact-actions a{padding:10px 14px;border-radius:9px;background:var(--card-raised);color:var(--ink);font-size:.72rem;font-weight:700;text-decoration:none}.unlocked-contact-actions .whatsapp-action{background:#6c10a8;color:#fff}.unlocked-contact-actions a.phone-action,.unlocked-contact-actions a.whatsapp-action{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid transparent;border-radius:50%}.unlocked-contact-actions a.phone-action{border-color:#cbdaf1;background:#eef5ff;color:#24599b}.unlocked-contact-actions a.whatsapp-action{border-color:#16a34a;background:#16a34a;color:#fff}.unlocked-contact-actions a svg.bico-icon{width:22px;height:22px}.unlocked-contact-actions a:focus-visible{outline:3px solid #93c5fd;outline-offset:2px}html[data-theme=dark] .unlocked-contact-actions a.phone-action{border-color:#41658f;background:#172b49;color:#bfdbfe}.unlocked-contact-actions .unlocked-contact-phone{margin-right:auto;color:#1f2937;font-size:.82rem;font-weight:800}html[data-theme=dark] .unlocked-contact-actions .unlocked-contact-phone{color:#e2e8f0}.back-icon-action{display:inline-grid!important;min-width:40px;min-height:40px;padding:8px!important;place-items:center}.back-icon-action svg.bico-icon{width:20px;height:20px}.provider-avatar{position:relative;overflow:hidden;line-height:1;text-align:center}.provider-avatar img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover}.profile-heading-avatar{position:relative;overflow:hidden;line-height:1;text-align:center}.profile-heading-avatar img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover}.chat-avatar,.conversation-avatar,.payment-provider-avatar,.provider-review-avatar{position:relative;display:grid;overflow:hidden;place-items:center;border-radius:50%;background:#f7f2ff;color:#32049b;font-style:normal;font-weight:800;line-height:1}.conversation-avatar{width:52px;height:52px;font-size:.8125rem}.chat-avatar,.payment-provider-avatar{width:44px;height:44px;font-size:.75rem}.provider-review-avatar{width:64px;height:64px;font-size:1.4rem}.chat-avatar img,.conversation-avatar img,.payment-provider-avatar img,.provider-review-avatar img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover}.chat-header--standard{grid-template-columns:44px minmax(0,1fr) auto!important;gap:10px}.payment-provider{display:flex;margin-bottom:8px;align-items:center;gap:10px}.app-error-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f7f8fb;color:#172033}.app-error-page section{width:min(100%,420px);display:grid;gap:14px;text-align:center;padding:32px 24px;border:1px solid #e5e9f2;border-radius:22px;background:#fff;box-shadow:0 16px 45px rgba(23,32,51,.08)}.app-error-page section>span{display:grid;place-items:center;width:52px;height:52px;margin:auto;border-radius:50%;background:#fff0e7;color:#c34f14;font-size:28px;font-weight:800}.app-error-page h1,.app-error-page p{margin:0}.app-error-page p{color:#637087;line-height:1.55}.app-error-page a,.app-error-page button{min-height:46px;display:grid;place-items:center;border-radius:12px;font-weight:700;text-decoration:none}.app-error-page button{border:0;background:#172033;color:#fff}.app-error-page a{border:1px solid #d8deea;color:#172033}.app-loading-page{background:#fff}.app-loading-page section{width:auto;padding:24px;border:0;border-radius:0;background:transparent;box-shadow:none}.app-loading-page section>img{width:112px;height:auto;margin:0 auto;object-fit:contain}.entry-mode-page{min-height:100dvh;display:grid;place-items:center;padding:28px 18px;background:radial-gradient(circle at 50% 0,rgba(20,184,166,.14),transparent 38%),var(--background)}.entry-mode-page>section{width:min(560px,100%);padding:34px;border:1px solid var(--line);border-radius:28px;background:var(--card);box-shadow:0 24px 70px rgba(2,8,23,.14)}.entry-mode-page>section>img{display:block;width:138px;margin:0 auto 34px}.entry-mode-page header{text-align:center}.entry-mode-page header>span{color:var(--green);font-size:.68rem;font-weight:800;letter-spacing:.12em}.entry-mode-page h1{margin:8px 0 10px;font-size:clamp(1.65rem,5vw,2.3rem);letter-spacing:-.04em}.entry-mode-page header p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.65}.entry-mode-options{display:grid;gap:13px;margin-top:28px}.entry-mode-options>button{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:14px;width:100%;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:inherit;text-align:left;cursor:pointer;transition:.18s ease}.entry-mode-options>button:hover{border-color:var(--green);transform:translateY(-1px)}.entry-mode-options>button:disabled{cursor:wait;opacity:.65;transform:none}.entry-mode-options>button>span:nth-child(2){display:grid;gap:3px}.entry-mode-options strong{font-size:.96rem}.entry-mode-options small{color:var(--muted);font-size:.72rem}.entry-mode-options b{color:var(--green);font-size:1.25rem}.entry-mode-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:rgba(20,184,166,.12);color:var(--green)}.entry-mode-icon svg{width:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.entry-mode-error,.entry-mode-progress{margin:18px 0 0;text-align:center;font-size:.76rem}.entry-mode-progress{color:var(--muted)}.entry-mode-error{color:#dc2626}@media(max-width:560px){.entry-mode-page{place-items:stretch;padding:0}.entry-mode-page>section{min-height:100dvh;padding:28px 20px;border:0;border-radius:0}.entry-mode-page>section>img{margin-bottom:42px}.entry-mode-options{margin-top:34px}}.bottom-nav{grid-template-columns:repeat(5,1fr)}.auth-intro>a img,.landing-header img{height:62px;object-fit:cover;object-position:center}.app-header img{height:46px;object-fit:cover;object-position:center}.install-banner{position:fixed;z-index:50;right:18px;bottom:18px;display:flex;max-width:430px;padding:15px 48px 15px 16px;align-items:center;gap:16px;border:1px solid rgba(241,180,255,.35);border-radius:16px;background:rgba(3,8,43,.97);color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.install-banner__heading{display:grid;min-width:0;gap:3px;flex:1 1}.install-banner strong{font-size:.8125rem}.install-banner span{color:#cbd4e3;font-size:.6875rem;line-height:1.45}.install-banner>button:not(.install-banner__close),.install-banner__copy{flex:none;min-height:38px;padding:9px 13px;border:0;border-radius:10px;background:linear-gradient(90deg,#6c10a8,#d7365e);color:#fff;font-size:.6875rem;font-weight:800}.install-banner__close{position:absolute;top:8px;right:8px;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:transparent;color:#aeb8ca;font-size:1.25rem}.install-banner--expanded{display:grid;width:min(430px,calc(100% - 24px));padding:18px}.install-banner__guide{display:grid;gap:12px}.install-banner__guide ol{display:grid;margin:0;padding-left:20px;gap:7px;color:#dce3ee;font-size:.6875rem;line-height:1.5}.install-banner__copy{width:100%;border:1px solid rgba(255,255,255,.2)!important;background:rgba(255,255,255,.08)!important}.install-banner button:focus-visible{outline:3px solid #f1b4ff;outline-offset:2px}@media(max-width:520px){.install-banner{right:12px;bottom:12px;left:12px;max-width:none}.install-banner:not(.install-banner--expanded){display:grid;padding:15px 48px 15px 16px}.install-banner:not(.install-banner--expanded)>button:not(.install-banner__close){width:fit-content;margin-inline:0!important;justify-self:end}}@media (min-width:761px){body{background:#060a14}.auth-page{grid-template-columns:1fr;width:min(480px,100%);margin:0 auto;box-shadow:0 0 70px rgba(0,0,0,.4)}.auth-intro{min-height:270px;padding:34px 30px}.auth-intro h1{font-size:2.25rem}.auth-intro p{font-size:.8rem}.auth-panel{align-items:start;min-height:calc(100vh - 270px);padding:38px 28px 56px}.form-pair{grid-template-columns:1fr}.app-shell,.bottom-nav{width:min(440px,100%)}.app-shell{box-shadow:0 0 70px rgba(0,0,0,.4)}.quick-grid{gap:7px;padding-inline:14px}.quick-grid article{padding:13px 10px}.app-section,.welcome{padding-right:16px;padding-left:16px}}.guest-app{width:min(440px,100%);min-height:100vh;margin:auto;padding-bottom:84px;background:#f7f8fb;color:#03082b;box-shadow:0 0 70px rgba(0,0,0,.35)}.guest-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff}.guest-header img{width:106px;height:44px;object-fit:cover}.guest-header a{color:#32049b;font-size:.7rem;font-weight:700}.guest-welcome{padding:22px 18px 20px;background:#fff}.guest-welcome>span{font-size:.7rem}.guest-welcome h1{margin:6px 0 17px;font-size:1.65rem;line-height:1.15;letter-spacing:-.04em}.guest-search{gap:8px;padding:13px;border:1px solid #d7dce5;border-radius:10px;color:#8791a2}.guest-publish,.guest-search{display:flex;font-size:.72rem}.guest-publish{justify-content:center;margin-top:10px;padding:12px;border-radius:9px;background:#32049b;color:#fff;font-weight:700}.guest-section{padding:20px 18px;background:#fff;border-top:8px solid #f2f4f7}.guest-title{display:flex;align-items:end;justify-content:space-between;gap:14px}.guest-title h2{margin:0;font-size:.83rem}.guest-title small{display:block;margin-top:3px;color:#8490a2;font-size:.57rem}.guest-title>span{color:#32049b;font-size:.6rem}.guest-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.guest-categories article{display:grid;place-items:center;gap:6px;min-width:0;text-align:center}.guest-categories i{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#f7f1ff;color:#32049b;font-style:normal;font-size:1.1rem}.guest-categories span{max-width:100%;overflow:hidden;color:#526078;font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.guest-opportunities{min-height:250px}.guest-empty{display:grid;place-items:center;padding:32px 18px;text-align:center}.guest-empty i{display:grid;width:50px;height:50px;place-items:center;border-radius:50%;background:#ebf8ef;color:#6c10a8;font-style:normal;font-size:1.3rem}.guest-empty strong{margin-top:12px;font-size:.72rem}.guest-empty span{margin-top:4px;color:#8490a2;font-size:.6rem}.guest-job-list{display:grid;gap:9px;margin-top:14px}.guest-job-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #e1e5ec;border-radius:11px}.guest-job-list small,.guest-job-list span{color:#7b8799;font-size:.55rem}.guest-job-list h3{margin:4px 0;font-size:.72rem}.guest-job-list>a>strong{color:#22a856;font-size:.64rem;white-space:nowrap}.guest-safety{margin:12px 18px;padding:14px;border-radius:11px;background:#ebf8ef;color:#176b37}.guest-safety strong{font-size:.66rem}.guest-safety p{margin:4px 0 0;font-size:.56rem;line-height:1.5}.guest-nav{position:fixed;z-index:8;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);width:min(440px,100%);margin:auto;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #e2e6ed;background:rgba(255,255,255,.97)}.guest-nav a{display:grid;place-items:center;gap:2px;color:#8a95a6;font-size:.53rem}.guest-nav span{font-size:1.05rem}.guest-nav .active{color:#32049b}.mobile-topbar{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;padding:10px 14px 3px;background:#fff}.mobile-topbar a,.mobile-topbar button{display:grid;width:32px;height:32px;place-items:center;border:0;background:transparent;color:#03082b;font-size:.9rem}.mobile-topbar a{color:#32049b}.mobile-topbar img{width:34px;height:34px;margin:auto;border-radius:9px}.how-it-works{padding-bottom:18px}.flow-steps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin-top:14px}.flow-steps:before{content:"";position:absolute;top:11px;right:10%;left:10%;height:2px;background:#dce4ef}.flow-steps>div{position:relative;z-index:1;display:grid;place-items:center;gap:6px}.flow-steps i{display:grid;width:23px;height:23px;place-items:center;border:3px solid #fff;border-radius:50%;background:#6c10a8;color:white;box-shadow:0 0 0 1px #dce4ef;font-size:.55rem;font-style:normal;font-weight:800}.flow-steps>div:first-child i{background:#32049b}.flow-steps span{color:#68758a;font-size:.48rem}.guest-categories{grid-template-columns:repeat(5,1fr);gap:5px}.guest-categories i{width:38px;height:38px}.guest-categories span{width:100%}.guest-entry{display:flex;flex-direction:column;width:min(440px,100%);min-height:100vh;margin:auto;padding:22px;background:#03082b;box-shadow:0 0 70px rgba(0,0,0,.4)}.guest-entry header img{display:block;width:118px;max-width:100%;height:auto;object-fit:contain}.guest-entry__hero{display:grid;place-items:center;flex:1 1;padding:35px 0;text-align:center}.guest-entry__hero>img{width:118px;border-radius:28px;box-shadow:0 24px 50px rgba(0,0,0,.3)}.guest-entry__hero>span{margin-top:25px;color:#f1b4ff;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.guest-entry__hero h1{margin:11px 0 15px;font-size:2rem;line-height:1.13;letter-spacing:-.05em}.guest-entry__hero h1 strong{color:#6c10a8}.guest-entry__hero h1 em{color:#6c10a8;font-style:normal}.guest-entry__hero p{max-width:350px;margin:0;color:#a5afbf;font-size:.73rem;line-height:1.65}.guest-explore-action{display:flex;justify-content:center;width:100%;margin-top:28px;padding:14px;border-radius:11px;background:#32049b;color:#fff;font-size:.76rem;font-weight:700}.guest-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%;margin-top:9px}.guest-account-actions a{padding:12px;border:1px solid #32405d;border-radius:10px;color:#dce3ee;font-size:.67rem;font-weight:600}.guest-entry footer{color:#6f7c91;font-size:.58rem;text-align:center}.guest-catalog{padding-bottom:0}.catalog-header{display:grid;grid-template-columns:40px 1fr auto;align-items:center;padding:16px 18px;background:#fff;border-bottom:1px solid #e8ebf0}.catalog-header>a:first-child{font-size:1.15rem}.catalog-header>a:last-child{color:#32049b;font-size:.65rem;font-weight:700}.catalog-header div{display:grid}.catalog-header span{font-size:.78rem;font-weight:700}.catalog-header small{margin-top:2px;color:#8a95a6;font-size:.53rem}.catalog-intro{padding:26px 18px 20px;background:#fff}.catalog-intro h1{margin:0;font-size:1.55rem;letter-spacing:-.04em}.catalog-intro p{margin:6px 0 0;color:#7c8799;font-size:.68rem}.catalog-categories{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.catalog-categories span{padding:8px 10px;border:1px solid #dce5f3;border-radius:999px;background:#f1f6f3;color:#28599f;font-size:.57rem}.guest-job-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #e1e5ec;border-radius:11px}.guest-job-list article>strong{color:#22a856;font-size:.64rem;white-space:nowrap}.catalog-cta{padding:25px 18px calc(25px + env(safe-area-inset-bottom));background:#03082b;color:white;text-align:center}.catalog-cta h2{margin:0;font-size:1.15rem}.catalog-cta p{margin:6px auto 16px;color:#a8b2c3;font-size:.65rem}.catalog-cta a{display:flex;justify-content:center;padding:12px;border-radius:10px;background:#32049b;font-size:.7rem;font-weight:700}.catalog-cta a:last-child{margin-top:8px;border:1px solid #34425d;background:transparent;color:#dce3ee}@media(min-width:600px){.guest-entry{width:min(760px,100%);padding:28px 32px}.guest-entry__hero{width:min(620px,100%);margin:auto}.guest-entry__hero h1{font-size:2.45rem}.guest-entry__hero p{max-width:500px;font-size:.875rem}.guest-account-actions,.guest-explore-action{max-width:600px}.guest-account-actions{gap:12px}.guest-account-actions a,.guest-explore-action{font-size:.875rem}.guest-entry footer{font-size:.75rem}}@media(min-width:1024px){.guest-entry{width:min(1120px,calc(100% - 48px));min-height:calc(100vh - 48px);margin:24px auto;padding:30px 40px;border-radius:20px;overflow:hidden}.guest-entry__hero{padding:48px 0}.guest-entry__hero h1{font-size:2.8rem}}.guest-guide{width:min(1120px,100%);min-height:100vh;margin:auto;background:#f6f8fb;color:#03082b}.guest-guide__header{display:flex;padding:18px 22px;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e7ebf1}.guest-guide__header img{width:84px;height:auto}.guest-guide__header a{display:inline-flex;min-height:40px;padding:9px 20px;align-items:center;justify-content:center;border:1px solid rgba(6,38,61,.18);border-radius:999px;background:linear-gradient(90deg,#03082b,#32049b 58%,#d7365e);color:#fff;font-size:.75rem;font-weight:800;box-shadow:0 2px 6px rgba(6,38,61,.16)}.guest-guide__hero{padding:52px 22px 58px;background:linear-gradient(145deg,#f7f1ff,#fff);text-align:center}.guest-guide__faq header span,.guest-guide__hero>span,.guest-guide__roles header span{color:#32049b;font-size:.6875rem;font-weight:800;letter-spacing:.1em}.guest-guide__safety>div>span{color:#f1b4ff;font-size:.6875rem;font-weight:800;letter-spacing:.1em}.guest-guide__hero h1{margin:12px 0 16px;font-size:2.25rem;line-height:1.13;letter-spacing:-.05em}.guest-guide__hero h1 strong{color:#32049b}.guest-guide__hero>p{max-width:570px;margin:0 auto;color:#52647b;font-size:.875rem;line-height:1.65}.guest-guide__cta>div,.guest-guide__hero>div{display:flex;max-width:520px;margin:28px auto 0;gap:10px}.guest-guide__cta a,.guest-guide__hero>div a{display:flex;min-height:48px;padding:12px 18px;align-items:center;justify-content:center;flex:1 1;border:1px solid #9babb9;border-radius:999px;background:#fff;color:#24364d;font-size:.8125rem;font-weight:800}.guest-guide__cta a:first-child,.guest-guide__hero>div a:first-child{border-color:rgba(6,38,61,.18);background:linear-gradient(90deg,#03082b,#32049b 58%,#d7365e);color:#fff;box-shadow:0 2px 6px rgba(6,38,61,.16)}.guest-guide__faq,.guest-guide__roles{padding:42px 22px}.guest-guide__faq>header,.guest-guide__roles>header{text-align:center}.guest-guide__cta h2,.guest-guide__faq h2,.guest-guide__roles h2,.guest-guide__safety h2{margin:7px 0;font-size:1.55rem;letter-spacing:-.035em}.guest-guide__roles>div{display:grid;max-width:850px;margin:25px auto 0;gap:14px}.guest-guide__roles article{padding:23px;border:1px solid #dfe6ef;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.guest-guide__roles article>i{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#f3ecff;color:#32049b;font-size:.75rem;font-style:normal;font-weight:800}.guest-guide__roles h3{margin:14px 0 8px;font-size:1.05rem}.guest-guide__roles ol{margin:0;padding-left:20px;color:#52647b;font-size:.8125rem;line-height:1.9}.guest-guide__roles article>a{display:flex;margin-top:17px;padding:11px;justify-content:center;border-radius:999px;background:#f7f1ff;color:#32049b;font-size:.75rem;font-weight:800}.guest-guide__safety{display:grid;padding:38px 22px;gap:25px;background:#03082b;color:#fff}.guest-guide__safety p{max-width:520px;margin:10px 0 0;color:#e8e1f0;font-size:.8125rem;line-height:1.65}.guest-guide__safety ul{display:grid;margin:0;padding:0;gap:12px;list-style:none}.guest-guide__safety li{display:flex;align-items:center;gap:10px;color:#f8fafc;font-size:.8125rem}.guest-guide__safety li b{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#6c10a8;color:#fff}.guest-guide__faq header p{margin:6px 0;color:#52647b;font-size:.75rem}.guest-guide__faq>div{max-width:760px;margin:23px auto 0;border:1px solid #dfe6ef;border-radius:15px;background:#fff;overflow:hidden}.guest-guide__faq details{border-top:1px solid #e8edf3}.guest-guide__faq details:first-child{border-top:0}.guest-guide__faq summary{display:flex;padding:16px 17px;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-size:.8125rem;font-weight:700;list-style:none}.guest-guide__faq summary::-webkit-details-marker{display:none}.guest-guide__faq summary b{color:#32049b;font-size:1.25rem}.guest-guide__faq details[open] summary b{transform:rotate(45deg)}.guest-guide__faq details p{margin:0;padding:0 17px 17px;color:#52647b;font-size:.75rem;line-height:1.65}.guest-guide__cta{padding:42px 22px;background:#f3ecff;color:#03082b;text-align:center}.guest-guide__cta>p{margin:8px 0;color:#52647b;font-size:.8125rem}.guest-guide>footer{display:flex;padding:23px 22px;justify-content:space-between;background:#03082b;color:#e8e1f0}.guest-guide>footer img{width:76px;height:auto}.guest-guide>footer span{font-size:.6875rem}.guest-guide a:focus-visible,.guest-guide summary:focus-visible{outline:3px solid #f1b4ff;outline-offset:3px}@media(min-width:700px){.guest-guide__roles>div,.guest-guide__safety{grid-template-columns:1fr 1fr}.guest-guide__safety{padding:48px 8%;align-items:center}.guest-guide__hero{padding:75px 30px}.guest-guide__hero h1{font-size:3rem}.guest-guide__faq,.guest-guide__roles{padding:58px 30px}}@media(min-width:1024px){.guest-guide{min-height:calc(100vh - 48px);margin:24px auto;border-radius:20px;overflow:hidden;box-shadow:0 18px 60px rgba(15,23,42,.13)}}html[data-theme=dark] .guest-guide{background:#03082b;color:#f8fafc}html[data-theme=dark] .guest-guide__faq>div,html[data-theme=dark] .guest-guide__header,html[data-theme=dark] .guest-guide__roles article{border-color:#6c10a8;background:#0b1029}html[data-theme=dark] .guest-guide__hero{background:linear-gradient(145deg,#15113b,#0b1029)}html[data-theme=dark] .guest-guide__faq header span,html[data-theme=dark] .guest-guide__faq summary b,html[data-theme=dark] .guest-guide__hero h1 strong,html[data-theme=dark] .guest-guide__hero>span,html[data-theme=dark] .guest-guide__roles header span{color:#f1b4ff}html[data-theme=dark] .guest-guide__faq details p,html[data-theme=dark] .guest-guide__faq header p,html[data-theme=dark] .guest-guide__hero>p,html[data-theme=dark] .guest-guide__roles ol{color:#e8e1f0}html[data-theme=dark] .guest-guide__faq details{border-color:#6c10a8}html[data-theme=dark] .guest-guide__cta{background:#15113b;color:#f8fafc}html[data-theme=dark] .guest-guide__cta>p{color:#e8e1f0}html[data-theme=dark] .guest-guide__cta a:not(:first-child){border-color:#f1b4ff;background:transparent;color:#f8fafc}.guest-guide__header-actions{display:flex;align-items:center;gap:8px}.guest-guide__header .header-share-button{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid #dce4ee;border-radius:50%;background:#fff;color:#32049b;box-shadow:none}.guest-guide__header .header-share-button svg{width:20px;height:20px}html[data-theme=dark] .guest-guide__header .header-share-button{border-color:#34445f;background:#15113b;color:#f1b4ff}.guest-community-share{display:grid;padding:48px 22px;place-items:center;background:linear-gradient(145deg,#03082b,#32049b 65%,#6c10a8);color:#fff;text-align:center}.guest-community-share>span{color:#f1b4ff;font-size:.6875rem;font-weight:800;letter-spacing:.1em}.guest-community-share h2{margin:8px 0;font-size:1.65rem;letter-spacing:-.035em}.guest-community-share p{max-width:560px;margin:0;color:#e8e1f0;font-size:.8125rem;line-height:1.65}.guest-community-share button{display:inline-flex;width:min(360px,100%);min-height:50px;margin-top:22px;padding:12px 20px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:#fff;color:#32049b;font:inherit;font-size:.8125rem;font-weight:800;cursor:pointer;box-shadow:0 8px 24px rgba(3,8,43,.25)}.guest-community-share button svg{width:21px;height:21px}.guest-community-share small{margin-top:10px;color:#fff;font-size:.6875rem}.guest-choice{padding:34px 16px 42px;background:linear-gradient(180deg,#f5f9ff,#fff 38%,#f6f8fb)}.guest-choice>header{max-width:650px;margin:0 auto 25px;text-align:center}.guest-choice>header>span{color:#32049b;font-size:.6875rem;font-weight:800;letter-spacing:.1em}.guest-choice h1{margin:8px 0 10px;font-size:2rem;line-height:1.12;letter-spacing:-.05em}.guest-choice h1 strong{color:#32049b}.guest-choice>header>p{margin:0;color:#617087;font-size:.8125rem;line-height:1.55}.guest-choice__grid{display:grid;max-width:930px;margin:auto;gap:16px}.guest-choice__carousel{height:clamp(240px,55vw,460px);max-width:930px;margin:0 auto 16px}.guest-choice__card,.guest-choice__carousel{overflow:hidden;border:1px solid #dce5f0;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(15,35,70,.09)}.guest-choice__image{position:relative;height:218px;overflow:hidden}.guest-choice__image img{width:100%;height:100%;object-fit:cover;object-position:center 28%}.landing-carousel{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pan-y}.landing-carousel__track{display:flex;width:100%;height:100%;transition:transform .45s ease}.landing-carousel__slide{position:relative;width:100%;height:100%;flex:0 0 100%;overflow:hidden}.landing-carousel__slide>img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.landing-carousel__slide:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(8,7,49,.9));pointer-events:none}.landing-carousel__after,.landing-carousel__before{position:absolute;top:13px;z-index:2;padding:7px 13px;border-radius:999px;color:#fff;background:rgba(8,7,49,.88);font-size:.6875rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 3px 12px rgba(0,0,0,.2)}.landing-carousel__before{left:14px}.landing-carousel__after{right:14px;background:linear-gradient(100deg,#ff7a29,#df0b91)}.landing-carousel__message{position:absolute;z-index:2;right:14px;bottom:43px;left:14px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.55);pointer-events:none}.landing-carousel__message strong{font-size:clamp(1rem,3.2vw,1.5rem);line-height:1.05}.landing-carousel__message span{margin-top:4px;font-size:clamp(.65rem,2vw,.875rem);line-height:1.2}.landing-carousel__label{position:absolute;bottom:13px;left:14px;z-index:3;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.94);color:#32049b;box-shadow:0 3px 12px rgba(16,35,65,.16);font-size:.6875rem;font-weight:800;line-height:1;pointer-events:none}.landing-carousel__label--worker{color:#08783f}.landing-carousel__dots{position:absolute;z-index:3;right:12px;bottom:14px;display:flex;justify-content:center;gap:6px}.landing-carousel__dots button{width:7px;height:7px;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(20,41,78,.35);box-shadow:0 1px 4px rgba(0,0,0,.18)}.landing-carousel__dots button.active{width:19px;border-radius:999px;background:#fff}@media(prefers-reduced-motion:reduce){.landing-carousel__track{transition:none}}.guest-choice__image>span{position:absolute;bottom:13px;left:14px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:#1e4f9f;font-size:.6875rem;font-weight:800;box-shadow:0 4px 14px rgba(15,23,42,.15)}.guest-choice__card--worker .guest-choice__image>span{color:#12723d}.guest-choice__copy{padding:20px}.guest-choice__copy>small{color:#32049b;font-size:.625rem;font-weight:800;letter-spacing:.07em}.guest-choice__card--worker .guest-choice__copy>small{color:#168348}.guest-choice__copy h2{margin:7px 0 8px;font-size:1.2rem;line-height:1.25;letter-spacing:-.025em}.guest-choice__copy>p{margin:0;color:#617087;font-size:.75rem;line-height:1.55}.guest-choice__copy ul{display:grid;margin:14px 0 17px;padding:0;gap:5px;color:#40516a;font-size:.6875rem;list-style:none}.guest-choice__copy>a{display:flex;min-height:48px;padding:11px 18px;align-items:center;justify-content:space-between;border:1px solid rgba(6,38,61,.18);border-radius:999px;color:#fff;font-size:.78rem;font-weight:800;box-shadow:0 2px 6px rgba(6,38,61,.16)}.guest-choice__card--worker .guest-choice__copy>a,.guest-choice__copy>a{background:linear-gradient(90deg,#03082b,#32049b 58%,#d7365e)}.guest-choice__copy>a b{font-size:1.1rem}.guest-choice__learn{display:block;width:max-content;margin:24px auto 0;color:#586b84;font-size:.6875rem;font-weight:700}.guest-guide__roles>div{max-width:930px}.guest-guide__roles article>p{margin:0;color:#617087;font-size:.75rem;line-height:1.6}.guest-guide__roles article{box-shadow:none}@media(min-width:700px){.guest-choice{padding:50px 28px}.guest-choice h1{font-size:2.65rem}.guest-choice__grid{grid-template-columns:1fr 1fr}.guest-choice__image{height:270px}.guest-choice__copy{padding:24px}.guest-choice__copy h2{font-size:1.35rem}.guest-guide__roles>div{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.guest-choice{padding:55px 45px 48px}.guest-choice__image{height:285px}}html[data-theme=dark] .guest-choice{background:linear-gradient(180deg,#101d34,#03082b)}html[data-theme=dark] .guest-choice__card,html[data-theme=dark] .guest-choice__carousel{border-color:#2b3854;background:#0b1029}html[data-theme=dark] .guest-choice>header>p,html[data-theme=dark] .guest-choice__copy ul,html[data-theme=dark] .guest-choice__copy>p,html[data-theme=dark] .guest-guide__roles article>p{color:#aab6c8}html[data-theme=dark] .guest-choice h1 strong,html[data-theme=dark] .guest-choice>header>span,html[data-theme=dark] .guest-choice__card--worker .guest-choice__copy>small,html[data-theme=dark] .guest-choice__copy>small{color:#f1b4ff}html[data-theme=dark] .guest-choice__learn{color:#e8e1f0}.guest-choice__card--worker .guest-choice__copy>small,.guest-choice__card--worker .guest-choice__image>span,.landing-carousel__label--worker{color:#c2410c}html[data-theme=dark] .guest-choice__card--worker .guest-choice__copy>small,html[data-theme=dark] .guest-choice__card--worker .guest-choice__image>span,html[data-theme=dark] .landing-carousel__label--worker{color:#fb923c}.guest-choice__card{display:flex}.guest-choice__copy{display:flex;width:100%;flex-direction:column}.guest-choice__copy>a{margin-top:auto;justify-content:center}.guest-guide>footer{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(220px,1fr);padding:28px 24px;gap:24px;align-items:center}.guest-guide>footer img{width:104px}.guest-guide>footer span{line-height:1.4}.guest-guide>footer a{color:#fff;font-weight:700}.guest-guide__brand{display:grid;gap:8px}.guest-guide__brand>span{color:#aeb7ca;font-size:.625rem}.guest-guide__social{display:flex;align-items:center;justify-content:center;gap:10px}.guest-guide__social a{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));color:#fff;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.guest-guide__social a:hover{transform:translateY(-2px);border-color:#f1b4ff;background:linear-gradient(145deg,rgba(108,16,168,.55),rgba(215,54,94,.3));box-shadow:0 8px 20px rgba(0,0,0,.22)}.guest-guide__social a:focus-visible{outline:3px solid #f1b4ff;outline-offset:3px}.guest-guide__social svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.guest-guide__social .social-icon-fill{fill:currentColor;stroke:none}.guest-guide__social a>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.guest-guide__legal{display:grid;gap:5px;text-align:right}.guest-guide__legal span{font-size:.6875rem}.guest-guide__legal a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:3px}@media(max-width:760px){.guest-guide>footer{grid-template-columns:1fr auto}.guest-guide__social{grid-column:1/-1;grid-row:2}.guest-guide__legal{text-align:right}}@media(max-width:520px){.guest-guide>footer{grid-template-columns:1fr;text-align:center}.guest-guide>footer,.guest-guide__brand{justify-items:center}.guest-guide__social{grid-column:auto;grid-row:auto}.guest-guide__legal{text-align:center}}.auth-entry header{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center}.auth-entry header>a:has(img){grid-column:2;min-width:0;justify-self:center}.auth-entry header>a:has(img) img{width:124px;max-width:100%;height:auto;object-fit:contain}.auth-entry header>.auth-entry__back{grid-column:1;grid-row:1;margin-right:0!important;margin-left:-8px}.auth-entry__back{display:grid;width:38px;height:38px;place-items:center;border:1px solid #32405d;border-radius:10px;color:#dce3ee}.auth-entry__back svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.auth-entry__content{flex:1 1;padding:28px 0}.auth-entry__content>span{color:#f1b4ff;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-entry__content>h1{margin:10px 0 8px;font-size:2rem;line-height:1.13;letter-spacing:-.05em}.auth-entry__content>p{margin:0;color:#a5afbf;font-size:.73rem;line-height:1.65}.auth-entry__form{margin-top:26px}.auth-location-context{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:12px 14px;border:1px solid #32405d;border-radius:12px;background:#11182a}.auth-location-context small,.auth-location-context span,.auth-location-context strong{display:block}.auth-location-context small{margin-bottom:2px;color:#a5afbf;font-size:.66rem}.auth-location-context strong{font-size:.82rem}.auth-location-context a{color:#f1b4ff;font-size:.72rem;font-weight:800}.auth-entry__form>.eyebrow{display:block;color:#f1b4ff}.auth-entry__form h2{margin:6px 0 20px;font-size:1.45rem}.auth-entry .auth-form label>span{color:#dce3ee}.auth-entry .auth-form input{border-color:#32405d;background:#11182a;color:#fff}.auth-entry .auth-form input:focus{border-color:#6c10a8}.auth-entry .role-choice button{border-color:#32405d;background:#11182a;color:#a5afbf}.auth-entry .role-choice button.active{border-color:#6c10a8;background:#15244a;color:#fff}.auth-entry .auth-switch{color:#8f9bad}.auth-entry .auth-switch a{color:#f1b4ff}.forgot-password-link{justify-self:end;margin-top:-7px;color:#f1b4ff;font-size:.66rem;font-weight:700}.auth-entry .auth-form>.login-submit{width:calc(100% - 24px);max-width:none;min-height:54px;margin-inline:12px;padding:14px 32px;font-size:.9375rem}.form-success{margin:0;padding:11px;border:1px solid rgba(51,124,115,.35);border-radius:10px;background:rgba(51,124,115,.08);color:#b7efc8;font-size:.68rem;line-height:1.5}@media(min-width:600px){.auth-entry__content{width:min(580px,100%);margin:auto;padding:42px 0}.auth-entry__content>span{font-size:.75rem}.auth-entry__content>h1{font-size:2.45rem}.auth-entry__content>p{font-size:.875rem}.auth-entry__form{margin-top:34px}.auth-entry__form h2{font-size:1.75rem}.auth-entry .auth-form>.login-submit{width:100%;margin-inline:0}.auth-entry .auth-switch,.forgot-password-link{font-size:.8125rem}}@media(min-width:1024px){.auth-entry__content{width:min(620px,100%);padding:52px 0}.auth-entry__content>h1{font-size:2.75rem}.auth-entry__form{width:min(540px,100%);margin:38px auto 0}}.password-input{position:relative;width:100%}.password-input input{width:100%;padding-right:52px!important}.password-input>button{position:absolute;top:0;right:7px;bottom:0;display:grid;width:38px;height:38px;margin:auto 0;padding:0;place-items:center;border:0;border-radius:9px;background:transparent;color:#94a3b8;line-height:0}.password-input>button:hover{background:#f1f5f9;color:#64748b}.password-input>button:focus-visible{outline:2px solid #94a3b8;outline-offset:1px}.password-input>button svg.bico-icon{display:block;width:21px;height:21px;margin:auto}html[data-theme=dark] .password-input>button{color:#94a3b8}html[data-theme=dark] .password-input>button:hover{background:#1e293b;color:#cbd5e1}html[data-theme=light] .auth-entry .auth-switch a,html[data-theme=light] .auth-entry__content>span,html[data-theme=light] .auth-entry__form>.eyebrow,html[data-theme=light] .forgot-password-link{color:#6c10a8}html[data-theme=light] .auth-location-context{border-color:#cbd6e5;background:#fff}html[data-theme=light] .auth-location-context small{color:#66758a}html[data-theme=light] .auth-location-context a{color:#6c10a8}html[data-theme=dark] .auth-entry .auth-switch a,html[data-theme=dark] .auth-entry__content>span,html[data-theme=dark] .auth-entry__form>.eyebrow,html[data-theme=dark] .forgot-password-link{color:#f1b4ff}.catalog-categories a{padding:8px 10px;border:1px solid #dce5f3;border-radius:999px;background:#f1f6f3;color:#28599f;font-size:.57rem;transition:background .15s,color .15s,border-color .15s}.catalog-categories a.active{border-color:#32049b;background:#32049b;color:#fff}.service-cards a{display:grid;grid-template-columns:86px minmax(0,1fr);padding:0;overflow:hidden;color:#03082b}.service-thumb{display:grid;min-height:105px;place-items:center;background:linear-gradient(145deg,#dcecdf,#e3f0df)}.expandable-job-image>img,.service-thumb img{width:100%;height:100%;object-fit:cover}.service-thumb span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:rgba(255,255,255,.8);color:#32049b;font-size:1.15rem}.service-card-copy{padding:12px}.service-card-copy b{display:block;margin-top:10px;color:#32049b;font-size:.58rem}.public-job-detail{width:min(440px,100%);padding-bottom:calc(24px + env(safe-area-inset-bottom))}.public-job-detail--authenticated{display:flex;height:100dvh;min-height:0;padding-bottom:0;overflow:hidden;flex-direction:column}.public-job-detail--authenticated>.public-job-header,.public-job-detail--authenticated>.service-detail-app-header,.public-job-detail--authenticated>.service-detail-context{flex:0 0 auto}.public-job-detail--authenticated>.public-job-content{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.public-job-detail--authenticated>.bottom-nav{position:static;flex:0 0 auto;width:100%;margin:0;background:#03082b;-webkit-backdrop-filter:none;backdrop-filter:none}html[data-theme=light] .public-job-detail--authenticated>.bottom-nav{background:#fff}.public-job-header{grid-template-columns:40px 1fr;min-height:70px;padding-right:62px}.public-job-header>div{min-width:0}.public-job-header span{font-size:.875rem}.public-job-header small{font-size:.75rem}.public-job-content{background:#fff}.public-job-image{display:grid;width:100%;aspect-ratio:16/10;max-height:430px;place-items:center;align-content:center;gap:10px;overflow:hidden;background:linear-gradient(145deg,#dcecdf,#e3f0df)}.opportunity-detail .public-job-image{height:clamp(170px,46vw,220px);aspect-ratio:auto}.public-job-image .expandable-job-image>img{width:100%;height:100%;padding:8px;object-fit:contain;background:#eef2f6}.public-job-image>span{display:grid;width:78px;height:78px;place-items:center;border-radius:50%;background:rgba(255,255,255,.82);color:#32049b;font-size:2rem}.public-job-image small{color:#5f7187;font-size:.75rem}.opportunity-guidance{display:grid;padding:14px 18px 16px;gap:4px;border-bottom:1px solid #e5eaf1;background:#f8fafc;color:#03082b}.opportunity-guidance small{margin-bottom:7px;color:#718096;font-size:.6875rem}.opportunity-guidance strong{font-size:.8125rem}.opportunity-guidance span{color:#52647b;font-size:.75rem;line-height:1.55}.expandable-job-image{position:relative;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:transparent;cursor:zoom-in}.expandable-job-image>span{position:absolute;right:8px;bottom:8px;display:grid;width:30px;height:30px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(8,15,29,.7);color:#fff;box-shadow:0 2px 7px rgba(0,0,0,.22);pointer-events:none}.expandable-job-image>span svg.bico-icon{width:16px;height:16px}.service-detail-app-header{position:static;min-height:64px}.service-detail-context{display:block;padding:13px 18px;border-bottom:1px solid #e8edf3;background:#fff}.service-detail-context>div{display:grid;min-width:0;gap:3px}.service-detail-context strong{font-size:.8125rem}.service-detail-context span{color:#718096;font-size:.6875rem}.public-job-detail--authenticated{display:block;height:auto;min-height:100vh;padding-bottom:95px;overflow:visible}.public-job-detail--authenticated>.public-job-content{overflow:visible}.public-job-detail--authenticated>.bottom-nav{position:fixed;right:0;bottom:0;left:0;width:min(440px,100%);margin:auto}.job-image-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:rgba(3,7,18,.96);overflow:hidden}.job-image-dialog::backdrop{background:rgba(3,7,18,.92)}.job-image-dialog>div{position:relative;display:grid;width:100%;height:100%;padding:56px 18px 24px;place-items:center}.job-image-dialog img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}.job-image-dialog button{position:absolute;z-index:1;top:max(14px,env(safe-area-inset-top));right:18px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(15,23,42,.8);color:#fff;font-size:1.65rem;line-height:1}.expandable-job-image:focus-visible,.job-image-dialog button:focus-visible{outline:3px solid #60a5fa;outline-offset:-3px}.public-job-content>section{padding:24px 18px;background:#fff;color:#03082b}.service-owner-note{display:grid;margin-bottom:18px;padding:13px 14px;gap:3px;border:1px solid #dce7f7;border-radius:11px;background:#f1f6f3}.service-owner-note strong{color:#32049b;font-size:.75rem}.service-owner-note span{color:#52647b;font-size:.6875rem;line-height:1.5}.public-job-category{color:#32049b;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.public-job-detail h1{margin:9px 0 8px;font-size:clamp(1.25rem,5vw,1.55rem);line-height:1.25;letter-spacing:-.025em}.public-job-location{margin:0;color:#66758a;font-size:.875rem}.privacy-note{display:grid;gap:7px;margin-top:22px;padding:16px;border-radius:12px;background:#edf6f1}.privacy-note strong{font-size:.875rem}.privacy-note span{color:#52647b;font-size:.8125rem;line-height:1.6}.public-job-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:16px 18px;background:#f7f9fc}.public-job-actions a{display:flex;min-height:46px;padding:11px 12px;align-items:center;justify-content:center;border:1px solid #32049b;border-radius:10px;color:#32049b;font-size:.8125rem;font-weight:700;text-align:center}.public-job-actions a:first-child{background:#32049b;color:#fff}.public-job-actions a:last-child{background:transparent;color:#32049b}html[data-theme=dark] .public-job-content{background:#0b1029}html[data-theme=dark] .public-job-content>section{background:#0b1029;color:#f8fafc}html[data-theme=dark] .public-job-actions{background:#03082b}html[data-theme=dark] .public-job-location{color:#a9b4c5}.open-bid-modal{width:100%;min-height:50px;margin-top:20px;padding:12px 18px;border:0;border-radius:12px;background:#32049b;color:#fff;font-size:.9375rem;font-weight:800;box-shadow:0 8px 20px rgba(21,76,79,.24)}.open-bid-modal:disabled{background:#32049b;opacity:1}.bid-dialog{width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:transparent}.bid-dialog::backdrop{background:rgba(3,7,18,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bid-dialog-card{position:absolute;right:0;bottom:0;left:0;max-height:calc(100dvh - 16px);padding:24px 18px calc(20px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:22px 22px 0 0;background:#fff;color:#03082b;box-shadow:0 -16px 50px rgba(0,0,0,.2)}.bid-dialog-close{position:absolute;top:14px;right:14px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #d7deea;border-radius:50%;background:#f8fafc;color:#334155;font-size:1.6rem}.bid-dialog header{padding-right:48px}.bid-dialog header small{color:#32049b;font-size:.75rem;font-weight:800;text-transform:uppercase}.bid-dialog h2{margin:4px 0 3px;font-size:1.6rem}.bid-dialog header p{margin:0;color:#64748b;font-size:.8125rem}.bid-dialog form{display:grid;gap:15px;margin-top:22px}.bid-dialog label{display:grid;gap:7px}.bid-dialog label>span{font-size:.8125rem;font-weight:700}.bid-dialog label>span small{color:#718096;font-weight:500}.bid-dialog input,.bid-dialog textarea{width:100%;min-height:48px;padding:12px;border:1px solid #cfd8e5;border-radius:11px;background:#fff;color:#03082b;font:inherit;outline:none}.bid-dialog textarea{resize:vertical}.bid-dialog input:focus,.bid-dialog textarea:focus{border-color:#32049b;box-shadow:0 0 0 3px rgba(21,76,79,.12)}.bid-money{display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid #cfd8e5;border-radius:11px}.bid-money:focus-within{border-color:#32049b;box-shadow:0 0 0 3px rgba(21,76,79,.12)}.bid-money b{padding-left:13px;color:#52647b}.bid-money input{border:0;box-shadow:none!important}.bid-error,.bid-guidance{margin:0;font-size:.75rem;line-height:1.5}.bid-guidance{color:#64748b}.bid-error{color:#b42318}.bid-success button,.submit-bid{min-height:50px;padding:12px 18px;border:0;border-radius:11px;background:#32049b;color:#fff;font-size:.875rem;font-weight:800}.submit-bid:disabled{opacity:.65}.bid-success{display:grid;padding:36px 4px 12px;text-align:center}.bid-success>span{display:grid;width:58px;height:58px;margin:auto;place-items:center;border-radius:50%;background:#e3f0df;color:#32049b;font-size:1.7rem}.bid-success h2{margin:16px 0 5px}.bid-success p{margin:0 0 22px;color:#64748b;font-size:.8125rem;line-height:1.6}html[data-theme=dark] .bid-dialog-card{background:#0b1029;color:#f8fafc}html[data-theme=dark] .bid-dialog-close{border-color:#334155;background:#19243a;color:#e5edf8}html[data-theme=dark] .bid-dialog input,html[data-theme=dark] .bid-dialog textarea{border-color:#344157;background:#03082b;color:#f8fafc}html[data-theme=dark] .bid-money{border-color:#344157}html[data-theme=dark] .bid-money input{border:0}@media (min-width:600px){.public-job-detail{width:min(760px,100%)}.public-job-content>section{padding:30px 28px}.opportunity-guidance{padding:16px 28px 18px}.public-job-actions{padding:18px 28px}.public-job-actions a{font-size:.875rem}}@media (min-width:600px){body:has(.public-job-detail--authenticated) .bottom-nav{position:fixed;width:min(760px,100%)}}@media (min-width:600px){.bid-dialog{display:none;width:min(520px,calc(100% - 32px));height:auto;max-height:calc(100dvh - 40px);margin:auto;border-radius:22px;overflow:visible}.bid-dialog[open]{display:block}.bid-dialog-card{position:relative;max-height:calc(100dvh - 40px);padding:28px;border-radius:22px}.open-bid-modal{width:auto;min-width:190px}}@media (min-width:1024px){.public-job-detail{width:min(1120px,calc(100% - 48px));margin:24px auto;border-radius:20px;overflow:hidden;min-height:calc(100vh - 48px)}.public-job-content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.public-job-image{grid-row:1/span 2;height:100%;max-height:none;aspect-ratio:auto;min-height:520px}.opportunity-guidance{grid-column:2;padding:20px 38px}.public-job-content>section{display:flex;padding:32px 38px 44px;flex-direction:column;justify-content:center}.public-job-actions{padding:18px 38px}.public-job-detail h1{font-size:1.75rem}.opportunity-detail .public-job-image{height:360px;min-height:360px;max-height:360px}.public-job-detail--authenticated{height:auto;min-height:calc(100vh - 48px)}}@media (min-width:1024px){body:has(.public-job-detail--authenticated) .bottom-nav{position:fixed;bottom:24px;width:min(1120px,calc(100% - 48px));border-radius:0 0 20px 20px}}.public-job-detail--authenticated{padding-bottom:calc(116px + env(safe-area-inset-bottom))!important}.public-job-detail--authenticated>.public-job-content{padding-bottom:24px}body:has(.public-job-detail--authenticated) .bottom-nav,body:has(.public-job-detail--authenticated)>.bottom-nav{z-index:20;background:#fff!important;-webkit-backdrop-filter:none;backdrop-filter:none}@media(min-width:1024px){.public-job-detail--authenticated>.bottom-nav{position:fixed!important;right:24px;bottom:0!important;left:24px;width:min(1120px,calc(100% - 48px))!important;margin:0;border-radius:0 0 20px 20px}.public-job-detail--authenticated{padding-bottom:116px!important}}.public-job-detail--authenticated{padding-bottom:95px!important}.public-job-detail--authenticated>.public-job-content{padding-bottom:0}body:has(.public-job-detail--authenticated) .bottom-nav{position:fixed!important;right:0!important;bottom:0!important;left:0!important;margin:auto!important}@media(min-width:600px){body:has(.public-job-detail--authenticated) .bottom-nav{width:min(760px,100%)!important}}@media(min-width:1024px){body:has(.public-job-detail--authenticated) .bottom-nav{width:min(1120px,calc(100% - 48px))!important;border-radius:0 0 20px 20px}}.private-job-details{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.private-job-details>article,.private-job-details>div{display:grid;gap:4px;padding:12px;border:1px solid #dce3ed;border-radius:11px;background:#f8fafc}.private-job-details small{color:#68758a;font-size:.6875rem}.private-job-details strong{font-size:.8125rem}.private-job-details>article{grid-column:1/-1}.private-job-details article p{margin:0;font-size:.8125rem;line-height:1.6;white-space:pre-wrap}.edit-service-button{min-height:48px;margin-top:12px;padding:11px 16px;font-size:.875rem}.edit-service-dialog{width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:transparent}.edit-service-dialog::backdrop{background:rgba(3,7,18,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.edit-service-dialog>div{position:absolute;right:0;bottom:0;left:0;max-height:calc(100dvh - 12px);padding:24px 18px calc(20px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:22px 22px 0 0;background:#fff;color:#03082b}.edit-service-close{position:absolute;top:14px;right:14px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #d7deea;border-radius:50%;background:#f8fafc;color:#334155;font-size:1.6rem}.edit-service-dialog header{padding-right:48px}.edit-service-dialog header small{color:#32049b;font-size:.75rem;font-weight:800;text-transform:uppercase}.edit-service-dialog h2{margin:4px 0;font-size:1.55rem}.edit-service-dialog header p{margin:0;color:#64748b;font-size:.8125rem}.edit-service-dialog form{display:grid;gap:14px;margin-top:20px}.edit-service-dialog label{display:grid;gap:6px}.edit-service-dialog label>span{font-size:.8125rem;font-weight:700}.edit-service-dialog input,.edit-service-dialog textarea{width:100%;min-height:48px;padding:12px;border:1px solid #cfd8e5;border-radius:11px;background:#fff;color:#03082b;font:inherit}.edit-service-dialog textarea{resize:vertical}.edit-service-pair{display:grid;gap:14px}html[data-theme=dark] .private-job-details>article,html[data-theme=dark] .private-job-details>div{border-color:#2b3854;background:#15113b}html[data-theme=dark] .edit-service-button{border-color:#6f96d6;background:#32049b;color:#d6e2ff}html[data-theme=dark] .edit-service-dialog>div{background:#0b1029;color:#f8fafc}html[data-theme=dark] .edit-service-dialog input,html[data-theme=dark] .edit-service-dialog textarea{border-color:#344157;background:#03082b;color:#f8fafc}@media(min-width:600px){.edit-service-dialog{display:none;width:min(620px,calc(100% - 32px));height:auto;max-height:calc(100dvh - 40px);margin:auto;border-radius:22px}.edit-service-dialog[open]{display:block}.edit-service-dialog>div{position:relative;max-height:calc(100dvh - 40px);padding:28px;border-radius:22px}.edit-service-pair{grid-template-columns:1fr 1fr}.edit-service-button{width:auto;min-width:180px}}.edit-service-dialog .bid-money,.edit-service-pair,.edit-service-pair>label{min-width:0}.edit-service-dialog .bid-money{min-height:48px;overflow:hidden;background:#fff}.edit-service-dialog .bid-money input{min-width:0;height:46px;min-height:0;padding-left:9px;border:0;border-radius:0;background:transparent;box-shadow:none}.edit-service-dialog .bid-money input:focus{outline:0;box-shadow:none}.edit-service-dialog .bid-money:focus-within{border-color:#32049b;box-shadow:0 0 0 3px rgba(21,76,79,.12)}html[data-theme=dark] .edit-service-dialog .bid-money{border-color:#344157;background:#03082b}html[data-theme=dark] .edit-service-dialog .bid-money input{border:0;background:transparent}.edit-service-button{display:flex;width:100%;height:auto;min-width:0;min-height:46px;margin:14px 0 0;padding:10px 15px;align-items:center;justify-content:center;gap:8px;border:1px solid #32049b;border-radius:11px;background:#fff;color:#32049b;font-size:.8125rem;font-weight:800}.edit-service-button svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.job-photo-gallery{display:grid;margin-top:22px;gap:10px}.job-photo-gallery>strong{font-size:.875rem}.job-photo-gallery>div{display:grid;grid-auto-columns:92px;grid-auto-flow:column;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory}.job-photo-gallery .expandable-job-image{width:92px;height:76px;border:1px solid #dce3ed;border-radius:10px;background:#eef2f6;scroll-snap-align:start}.job-photo-gallery .expandable-job-image>img{padding:0;object-fit:cover}.job-photo-gallery .expandable-job-image>span{display:none}.unlocked-contact-details{display:grid;margin-top:20px;padding:15px;gap:5px;border:1px solid #bbdfca;border-radius:12px;background:#f0fdf4}.unlocked-contact-details small{color:#32049b;font-size:.6875rem;font-weight:800;text-transform:uppercase}.unlocked-contact-details>strong{font-size:1rem}.unlocked-contact-details address{color:#334155;font-size:.8125rem;font-style:normal;line-height:1.55}.unlocked-contact-details>span{margin-top:4px;color:#64748b;font-size:.6875rem;line-height:1.5}html[data-theme=dark] .job-photo-gallery .expandable-job-image{border-color:#344157;background:#03082b}html[data-theme=dark] .unlocked-contact-details{border-color:#285d43;background:#10271e}html[data-theme=dark] .unlocked-contact-details address,html[data-theme=dark] .unlocked-contact-details>span{color:#c7d2df}.cancel-flow-button{width:100%;min-height:46px;margin-top:12px;padding:10px 14px;border:1px solid #dc8b86;border-radius:11px;background:#fff;color:#b42318;font-size:.8125rem;font-weight:700}.cancel-flow-dialog{width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:transparent}.cancel-flow-dialog::backdrop{background:rgba(3,7,18,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cancel-flow-dialog>form{position:absolute;right:0;bottom:0;left:0;padding:24px 18px calc(20px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;background:#fff;color:#03082b}.cancel-flow-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:1px solid #d7deea;border-radius:50%;background:#f8fafc;color:#334155;font-size:1.4rem}.cancel-flow-dialog form>small{color:#b42318;font-size:.6875rem;font-weight:800;text-transform:uppercase}.cancel-flow-dialog h2{margin:6px 44px 6px 0;font-size:1.35rem}.cancel-flow-dialog form>p{margin:0;color:#64748b;font-size:.8125rem;line-height:1.55}.cancel-flow-dialog label{display:grid;gap:6px;margin-top:18px}.cancel-flow-dialog label>span{font-size:.75rem;font-weight:700}.cancel-flow-dialog textarea{width:100%;padding:12px;border:1px solid #cfd8e5;border-radius:11px;font:inherit;resize:vertical}.cancel-flow-dialog form>div{display:grid;grid-template-columns:1fr 1.5fr;gap:9px;margin-top:16px}.cancel-flow-dialog form>div button{min-height:46px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;font-weight:700}.cancel-flow-dialog form>div button:last-child{border-color:#b42318;background:#b42318;color:#fff}.cancel-flow-error{color:#b42318!important}@media(min-width:600px){.cancel-flow-dialog{display:none;width:min(480px,calc(100% - 32px));height:auto;margin:auto;border-radius:20px}.cancel-flow-dialog[open]{display:block}.cancel-flow-dialog>form{position:relative;padding:28px;border-radius:20px}}.completion-panel,.review-form{display:grid;margin-top:18px;padding:15px;gap:8px;border:1px solid #bfdbfe;border-radius:12px;background:#edf6f1}.completion-panel>strong,.review-form>strong{font-size:.875rem}.completion-panel>p,.review-form>p{margin:0;color:#52647b;font-size:.75rem;line-height:1.5}.completion-panel>button,.completion-panel>div button,.review-form>button{min-height:44px;padding:10px 13px;border:0;border-radius:9px;background:#32049b;color:#fff;font-weight:800}.completion-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.completion-panel>div button:first-child{border:1px solid #32049b;background:#fff;color:#32049b}.completion-panel small,.review-form small{color:#b42318}.review-form label{display:grid;gap:5px}.review-form label span{font-size:.75rem;font-weight:700}.review-form select,.review-form textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#03082b;font:inherit}.completion-panel--client{border-color:#bbdfca;background:#f0fdf4}html[data-theme=dark] .completion-panel,html[data-theme=dark] .review-form{border-color:#344f78;background:#13223d}html[data-theme=dark] .completion-panel--client{border-color:#285d43;background:#10271e}html[data-theme=dark] .review-form select,html[data-theme=dark] .review-form textarea{border-color:#344157;background:#03082b;color:#f8fafc}.own-publication-detail .public-job-content{position:relative}.own-publication-detail .opportunity-guidance,.own-publication-detail .service-owner-note{display:none}.own-publication-detail .public-job-content>.public-job-image{position:absolute;z-index:1;top:16px;left:18px;width:104px;height:104px;min-height:0;aspect-ratio:1;max-height:none;border-radius:14px}.own-publication-detail .public-job-content>.public-job-image .expandable-job-image,.own-publication-detail .public-job-content>.public-job-image .expandable-job-image>img{width:100%;height:100%}.own-publication-detail .public-job-content>.public-job-image .expandable-job-image>img{padding:0;object-fit:cover}.own-publication-detail .public-job-content>.public-job-image>span{width:46px;height:46px;font-size:1.2rem}.own-publication-detail .public-job-content>.public-job-image>small{display:none}.own-publication-detail .public-job-content>section{display:flex;padding-top:16px;flex-direction:column;justify-content:flex-start}.own-publication-detail .public-job-category,.own-publication-detail .public-job-content>section>.public-job-location,.own-publication-detail .public-job-content>section>h1{margin-left:118px}.own-publication-detail .public-job-content>section>h1{margin-top:5px;margin-bottom:5px;font-size:1.12rem}.own-publication-detail .public-job-content>section>.public-job-location{min-height:56px;font-size:.72rem}.own-publication-detail .completion-panel{order:4;margin-top:12px;border:2px solid #e9a23b;background:#fff8e8;box-shadow:0 6px 18px rgba(160,88,9,.12)}.own-publication-detail .completion-panel--client>strong{color:#854d0e;font-size:.95rem}.own-publication-detail .completion-panel--client>div button{min-height:48px}.own-publication-detail .private-job-details{order:5;margin-top:14px}.own-publication-detail .job-photo-gallery,.own-publication-detail .unlocked-contact-details{order:6}.own-publication-detail .cancel-job-button,.own-publication-detail .edit-service-button,.own-publication-detail .review-form,.own-publication-detail .view-service-bids{order:7}@media(min-width:600px){.own-publication-detail .public-job-content>.public-job-image{left:28px;width:124px;height:124px}.own-publication-detail .public-job-category,.own-publication-detail .public-job-content>section>.public-job-location,.own-publication-detail .public-job-content>section>h1{margin-left:142px}.own-publication-detail .public-job-content>section>.public-job-location{min-height:76px}}@media(min-width:1024px){.own-publication-detail .public-job-content{display:block}.own-publication-detail .public-job-content>section{max-width:760px;margin:auto;padding-top:24px}.own-publication-detail .public-job-content>.public-job-image{top:24px;left:calc(50% - 380px + 38px);width:140px;height:140px}.own-publication-detail .public-job-category,.own-publication-detail .public-job-content>section>.public-job-location,.own-publication-detail .public-job-content>section>h1{margin-left:162px}.own-publication-detail .public-job-content>section>.public-job-location{min-height:88px}}html[data-theme=dark] .own-publication-detail .completion-panel{border-color:#b7791f;background:#3a2712}.own-publication-detail .review-form{order:4}.own-publication-detail .completion-panel--client{padding:13px;gap:6px}.own-publication-detail .completion-panel--client>p{font-size:.7rem;line-height:1.4}.own-publication-detail .completion-panel--client>div{gap:7px}.own-publication-detail .completion-panel--client>div button{min-height:40px;padding:8px 9px;border-radius:8px;font-size:.68rem;line-height:1.2}.own-publication-detail .job-photo-gallery{display:none;display:grid}.own-publication-detail .completion-panel--client{border:1px solid #bbdfca;background:#f0fdf4;box-shadow:none}.own-publication-detail .completion-panel--client>strong{color:#166534}html[data-theme=dark] .own-publication-detail .completion-panel--client{border-color:#285d43;background:#10271e}html[data-theme=dark] .own-publication-detail .completion-panel--client>strong{color:#bbf7d0}.private-job-details>.private-job-status{grid-column:1/-1;padding:14px 15px;gap:6px;border-color:#bfdbfe;background:#eff6ff}.private-job-status>strong{display:flex;align-items:center;gap:8px;color:#1d4ed8;font-size:.9375rem}.private-job-status>strong>i{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:currentColor}.private-job-details>.private-job-status--in_analysis{border-color:#fde68a;background:#fffbeb}.private-job-status--in_analysis>strong{color:#a16207}.private-job-details>.private-job-status--completed,.private-job-details>.private-job-status--in_progress{border-color:#bbf7d0;background:#f0fdf4}.private-job-status--completed>strong,.private-job-status--in_progress>strong{color:#15803d}.private-job-details>.private-job-status--cancelled{border-color:#fecaca;background:#fef2f2}.private-job-status--cancelled>strong{color:#b91c1c}.private-job-details>.private-job-status--expired{border-color:#d7dee8;background:#f1f5f9}.private-job-status--expired>strong{color:#64748b}html[data-theme=dark] .private-job-details>.private-job-status--open{border-color:#315b93;background:#132744}html[data-theme=dark] .private-job-status--open>strong{color:#93c5fd}html[data-theme=dark] .private-job-details>.private-job-status--in_analysis{border-color:#71541a;background:#33270f}html[data-theme=dark] .private-job-status--in_analysis>strong{color:#facc15}html[data-theme=dark] .private-job-details>.private-job-status--completed,html[data-theme=dark] .private-job-details>.private-job-status--in_progress{border-color:#286344;background:#102b20}html[data-theme=dark] .private-job-status--completed>strong,html[data-theme=dark] .private-job-status--in_progress>strong{color:#86efac}html[data-theme=dark] .private-job-details>.private-job-status--cancelled{border-color:#7f3434;background:#351718}html[data-theme=dark] .private-job-status--cancelled>strong{color:#fca5a5}html[data-theme=dark] .private-job-details>.private-job-status--expired{border-color:#3d485b;background:#202838}html[data-theme=dark] .private-job-status--expired>strong{color:#cbd5e1}.own-publication-detail .publication-secondary-actions{display:grid;order:9;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px;padding-top:14px;border-top:1px solid #e5eaf1}.own-publication-detail .publication-secondary-actions>.cancel-flow-button,.own-publication-detail .publication-secondary-actions>.edit-service-button{width:100%;min-width:0;min-height:38px;margin:0;padding:7px 9px;border-radius:8px;font-size:.7rem}.own-publication-detail .publication-secondary-actions>.edit-service-button svg{width:16px;height:16px}.own-publication-detail .publication-secondary-actions>.cancel-flow-button{border-color:#e2b8b5;background:transparent;color:#9f2d24}html[data-theme=dark] .own-publication-detail .publication-secondary-actions{border-top-color:#2b3854}html[data-theme=dark] .own-publication-detail .publication-secondary-actions>.cancel-flow-button{border-color:#75413f;color:#fca5a5}