:root{font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;background-color:#f6f7fb;--primary: #2191e7;--accent: #2dd4bf;--accent-soft: rgba(45, 212, 191, .12);--background: #f6f7fb;--surface: #ffffff;--surface-muted: #eef1ff;--text-primary: #0f172a;--text-muted: #6b7280;--border: #e2e8f0;--shadow-sm: 0 8px 24px rgba(15, 23, 42, .05);--shadow-lg: 0 18px 48px rgba(15, 23, 42, .12)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--background)}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(2.4rem,3vw,3.2rem);line-height:1.1}h2{font-size:clamp(1.7rem,2vw,2.2rem);line-height:1.2}h3{font-size:1.2rem}p{line-height:1.6}ul{margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--background);color:var(--text-primary)}.main{flex:1}.container{width:min(1120px,92%);margin:0 auto}.nav{position:sticky;top:0;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);z-index:20;box-shadow:0 12px 30px #2191e714}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0}.brand{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;color:inherit}.brand__mark{width:180px;height:auto}.brand__sub{font-size:.75rem;color:var(--text-muted)}.nav__links{display:flex;gap:1rem;flex:1;justify-content:center}.nav-link{text-decoration:none;color:var(--text-muted);font-weight:500}.nav-link--active{color:var(--text-primary)}.nav__cta{display:flex;gap:.75rem}.nav__auth{display:inline-flex;gap:.35rem;align-items:center;padding-left:.75rem;border-left:1px solid var(--border)}.nav__user{position:relative}.nav__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:.35rem;padding:0 .4rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700}.nav__user-profile{display:inline-flex;align-items:center;gap:.5rem;border:1px solid transparent;background:transparent;font:inherit;color:inherit;cursor:pointer;padding:.25rem .35rem;border-radius:999px;text-decoration:none}.nav__user-profile:hover{border-color:var(--border);background:#2191e714}.nav__menu{position:absolute;right:0;top:calc(100% + .5rem);display:grid;gap:.25rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:.5rem;min-width:160px;box-shadow:var(--shadow-sm);z-index:40}.nav__menu-item{padding:.45rem .75rem;border-radius:10px;background:transparent;border:none;text-align:left;font:inherit;color:var(--text-primary);cursor:pointer;text-decoration:none}.nav__menu-item:hover{background:#2191e71a}.nav__auth--stack{flex-direction:column;align-items:stretch;padding-left:0;border-left:0}.nav__toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:10px;padding:.45rem .5rem;cursor:pointer;gap:.2rem;flex-direction:column}.nav__toggle span{width:20px;height:2px;background:var(--text-primary);display:block}.nav__mobile{display:none;flex-direction:column;gap:1rem;padding:1rem 4%;border-top:1px solid var(--border);background:#fff;align-items:stretch}.nav__mobile .nav__auth{width:100%;display:flex}.nav__mobile .nav__auth--stack{width:100%}.nav__mobile-actions{display:flex;gap:.75rem;flex-direction:column;align-items:stretch}.nav__mobile-links{display:grid;gap:.5rem}.nav__mobile .nav-link,.nav__mobile .nav__menu-item{width:100%;padding:.55rem .25rem}.nav__mobile-actions .btn{width:100%}.hero{padding:3rem 0;background:linear-gradient(135deg,#f8f9ff,#fff 50%,#f2f6ff)}.hero__content{display:grid;gap:1.5rem;justify-items:center;text-align:center;max-width:720px;margin:0 auto}.hero__lead{font-size:1.05rem;color:var(--text-muted)}.hero__actions{display:flex;gap:1rem;margin:1.5rem 0;justify-content:center}.hero__trust{display:flex;flex-wrap:wrap;gap:1rem;color:var(--text-muted);font-size:.9rem;justify-content:center}.hero__panel{display:flex;flex-direction:column;gap:1.5rem;width:100%}.hero__signal{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface-muted);border-radius:16px;padding:1rem}.section{padding:3.5rem 0}.section--alt{background:linear-gradient(180deg,var(--surface-muted),#fdfdff)}.section--tight{padding:2.5rem 0}.section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.section__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.section-group{display:grid;gap:2rem}.section-intro{display:grid;gap:.65rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.tasker-offer__cta{display:flex;justify-content:flex-start}.section-spacer{margin-top:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.chip-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:center}.steps{display:grid;gap:1rem}.step{position:relative}.step__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;font-weight:600;margin-bottom:.75rem}.card{background:linear-gradient(180deg,#fff,#fafbff);border-radius:18px;padding:1.5rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.card--link{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.card--link:hover{transform:translateY(-2px);border-color:#2191e733}.card:hover{border-color:#2191e733}.stat-card__value{font-size:1.4rem;font-weight:700;color:var(--primary)}.task-card__header{display:flex;justify-content:space-between;gap:1rem}.task-card__header-meta{display:flex;align-items:flex-start;gap:.5rem}.task-card__owner{font-size:.75rem;font-weight:600;color:var(--primary);background:#2191e71f;border:1px solid rgba(33,145,231,.35);border-radius:999px;padding:.2rem .6rem;white-space:nowrap}.task-card__description{margin:.75rem 0;color:var(--text-muted)}.task-card__meta{display:flex;flex-wrap:wrap;gap:1rem;color:var(--text-muted);font-size:.9rem}.task-card__location{display:flex;flex-direction:column;gap:.2rem}.task-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.task-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.task-card__customer{display:flex;gap:.75rem;align-items:center}.chat-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:1rem;margin-top:1rem}.chat-grid--collapsed{grid-template-columns:minmax(0,1fr)}.chat-list{display:flex;flex-direction:column;gap:.5rem}.chat-list__items{display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow-y:auto;padding-right:.25rem}.chat-list--collapsed{display:none}.chat-list__header{display:flex;align-items:center;justify-content:space-between}.chat-item{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.6rem .75rem;border-radius:12px;border:1px solid var(--border);background:#fff;text-align:left;font:inherit;cursor:pointer}.chat-item__task{font-weight:600;font-size:.95rem}.chat-item__meta{font-size:.8rem}.chat-item__meta-group{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.chat-item__badge{align-self:flex-end;border-radius:999px;padding:.1rem .5rem;background:#2191e71f;color:var(--primary);font-size:.7rem;font-weight:600}.chat-item--active{border-color:#2191e766;background:#2191e714}.chat-item--unread{border-color:#2191e740;box-shadow:0 10px 24px #2191e71f}.chat-panel{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.75rem}.chat-panel__toolbar{display:flex;justify-content:flex-end}.chat-panel__header{display:flex;justify-content:space-between;align-items:center}.chat-messages{display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto;padding-right:.5rem;align-items:flex-start}.chat-message{padding:.65rem .8rem;border-radius:12px;background:var(--surface);border:1px solid var(--border);max-width:75%}.chat-message--mine{background:#2191e714;border-color:#2191e74d;align-self:flex-end;text-align:right}.chat-message span{display:block;margin-top:.35rem;font-size:.8rem}.chat-input{display:flex;gap:.5rem}.chat-input input{flex:1}.review-stars{display:flex;gap:.35rem}.star-button{font-size:1.4rem;line-height:1;background:transparent;border:0;cursor:pointer;color:var(--border);padding:0}.star-button--active{color:#f59e0b}.star-display{color:#f59e0b;font-size:1.2rem;margin-right:.1rem}.star-display--muted{color:var(--border)}.review-rating{margin-bottom:.5rem}.task-card--compact .task-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bid-card{display:flex;flex-direction:column;gap:1rem}.bid-card--pro{border-color:#2191e766;box-shadow:0 12px 24px #2191e71f}.bid-card__header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bid-card__identity{display:flex;gap:.75rem;align-items:center}.bid-card__identity{text-decoration:none;color:inherit}.bid-card__identity:hover{color:var(--primary)}.bid-card__identity-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bid-card__note{color:var(--text-muted)}.bid-card__meta{display:flex;gap:1.5rem;color:var(--text-muted)}.bid-card__rating{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.bid-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.review-card__header{display:flex;justify-content:space-between;gap:1rem}.page{min-height:60vh}.browse{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:2rem;align-items:start}.browse__filters{position:sticky;top:96px;display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}label{display:flex;flex-direction:column;gap:.5rem;font-weight:500}.file-input input[type=file]{padding:.65rem;border-radius:12px;border:1px dashed var(--border);background:#fff}.helper-text{font-size:.85rem;color:var(--text-muted)}.address-suggestions{display:grid;gap:.4rem;margin-top:.35rem}.address-suggestion{width:100%;text-align:left;padding:.55rem .75rem;border-radius:10px;border:1px solid var(--border);background:#fff;font:inherit;cursor:pointer}.address-suggestion:hover{background:#2191e714}.filter-group input,.filter-group select,.form input,.form select,.form textarea{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid var(--border);font:inherit}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill-row--stack{flex-direction:column;align-items:flex-start}.task-detail__header{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.task-detail__budget{background:#fff;border-radius:16px;padding:1rem 1.5rem;border:1px solid var(--border)}.task-detail__grid{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:2rem}.task-detail__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.task-detail__bids{display:flex;flex-direction:column;gap:1.5rem}.task-detail__images{margin-top:1.5rem}.task-card__link{text-decoration:none;color:inherit;display:block}.task-detail__image-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.task-detail__image-tile{position:relative}.task-detail__image-button{background:transparent;border:none;padding:0;cursor:pointer}.task-detail__image-delete{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;color:#0f172a;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.task-detail__image-delete:hover{background:#fff;border-color:#0f172a33}.task-detail__image{width:100%;height:140px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.image-lightbox{position:fixed;inset:0;background:#0a0a0acc;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.image-lightbox__image{max-width:min(900px,92vw);max-height:85vh;border-radius:16px;box-shadow:0 20px 40px #00000059}.image-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:999px;width:40px;height:40px;font-size:28px;line-height:1;cursor:pointer}.image-lightbox__nav--prev{left:24px}.image-lightbox__nav--next{right:24px}.image-lightbox__close{position:absolute;top:24px;right:24px;background:#ffffffe6;border:none;border-radius:999px;width:36px;height:36px;font-size:24px;line-height:1;cursor:pointer}.form-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(240px,320px);gap:2rem}.form{display:flex;flex-direction:column;gap:1rem}.form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.form__actions{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.form__actions--spaced{margin-top:1rem}.checkbox{display:flex;align-items:center;gap:.75rem}.role-subsection{margin-top:.75rem;padding:.85rem;border-radius:14px;border:1px dashed var(--border);background:#f8fafc}.role-subsection__title{margin-bottom:.35rem;font-weight:600}.tips{display:flex;flex-direction:column;gap:1rem;position:sticky;top:96px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.pricing-card--highlight{border:2px solid var(--primary);box-shadow:var(--shadow-lg)}.pricing-card__cta{margin-top:.75rem}.pricing-card__price{display:flex;flex-direction:column;gap:.35rem}.pricing-card__price-now{color:inherit;font-size:inherit;font-weight:inherit}.pricing-card__price-was{color:var(--text-muted);text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#0f172a59;font-size:.55em;font-weight:500}.promo-tag{display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px dashed var(--border);flex-wrap:wrap}.promo-highlight{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:#2dd4bf24;color:#0f8f7a;font-weight:600}.promo-banner{background:linear-gradient(135deg,#2dd4bf1f,#2191e71f);border-bottom:1px solid rgba(45,212,191,.25)}.promo-banner__content{display:flex;align-items:center;gap:1rem;padding:.85rem 0;color:var(--text-primary);flex-wrap:wrap}.notice{padding:.65rem .85rem;border-radius:10px;border:1px solid transparent;background:#f8fafce6}.notice--highlight{border-color:#3b82f64d;background:#3b82f614;color:var(--text-primary);font-weight:600}.tooltip-target{position:relative;display:inline-flex}.tooltip-target:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);background:#0f172aeb;color:#fff;padding:.45rem .6rem;border-radius:8px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:5}.tooltip-target:before{content:"";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translate(-50%);border-width:6px;border-style:solid;border-color:rgba(15,23,42,.92) transparent transparent transparent;opacity:0;pointer-events:none;transition:opacity .15s ease}.tooltip-target:hover:after,.tooltip-target:hover:before{opacity:1}.profile{display:grid;grid-template-columns:minmax(280px,340px) 1fr;gap:2rem}.tasker-profile{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:2rem}.tasker-profile__summary{display:flex;flex-direction:column;gap:1.5rem}.tasker-profile__content{display:grid;gap:1.5rem}.tasker-profile__actions{display:flex;flex-wrap:wrap;gap:.75rem}.profile__summary{display:flex;flex-direction:column;gap:1.5rem}.profile__header{display:flex;gap:1rem}.profile__identity-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile__stats{display:flex;justify-content:space-between;gap:1rem}.profile__content{display:grid;gap:1.5rem}.auth{display:grid;grid-template-columns:minmax(320px,1fr) minmax(240px,320px);gap:2rem;align-items:start}.auth__panel{display:grid;gap:1.5rem}.auth__options{display:grid;gap:1rem}.oauth{display:grid;gap:.75rem}.oauth__button{justify-content:center;width:100%}.oauth__icon{display:inline-flex;width:18px;height:18px}.oauth__icon svg{width:100%;height:100%;display:block}.oauth-callback__cta{margin-top:1.25rem}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:grid;gap:1rem}.auth-form input{background:#fff;border:1px solid var(--border);border-radius:12px;padding:.75rem .9rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-form input:focus{outline:none;border-color:#2191e799;box-shadow:0 0 0 3px #2191e726}.label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hint{position:relative;display:inline-flex;align-items:center;margin-top:.35rem}.hint--inline{margin-top:0}.hint__trigger{width:22px;height:22px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--primary);font-weight:700;line-height:1;cursor:pointer}.hint__content{position:absolute;left:0;top:calc(100% + 8px);min-width:220px;max-width:320px;padding:.6rem .75rem;background:#0f172a;color:#fff;border-radius:10px;font-size:.8rem;line-height:1.4;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease;z-index:10}.hint__trigger:hover+.hint__content,.hint__trigger:focus+.hint__content,.hint__trigger:active+.hint__content{opacity:1;pointer-events:auto;transform:translateY(0)}.link{color:var(--primary);text-decoration:none;font-weight:600}.link:hover{text-decoration:underline}.legal{display:grid;gap:1.5rem}.legal__card{display:grid;gap:.75rem}.role-toggle{gap:.75rem}.role-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);cursor:pointer;font-weight:600}.role-pill input{margin:0}.role-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.role-card{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border-radius:14px;border:1px solid var(--border);background:var(--surface-muted);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.role-card h4{margin:0 0 .25rem}.role-card input{margin-top:.2rem}.role-card--active{border-color:var(--primary);box-shadow:0 0 0 2px #1a73e826;background:#fff}.auth-card{display:flex;justify-content:space-between;gap:1rem;text-decoration:none;color:inherit;border:1px solid transparent;transition:transform .2s ease,border-color .2s ease}.auth-card--stack{flex-direction:column;align-items:flex-start}.auth-card{gap:1.25rem}.auth-card__actions{display:flex;gap:.75rem;flex-wrap:wrap}.auth-card__actions--stack{flex-direction:column;align-items:flex-start}.page-title--sm{font-size:2rem}.auth-card:hover{transform:translateY(-2px);border-color:#2191e740}.auth__footer{display:flex;align-items:center;gap:1rem}.auth__aside{display:grid;gap:1rem}.task-mini{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border-radius:14px;background:var(--surface-muted)}.task-mini__title{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-mini--link{text-decoration:none;color:inherit;border:1px solid transparent;transition:transform .2s ease,border-color .2s ease}.task-mini--link:hover{transform:translateY(-2px);border-color:#2dd4bf59}.review-mini{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile__cta{background:linear-gradient(135deg,#f1f4ff,#fff)}.stack{display:flex;flex-direction:column;gap:1rem}.list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.list li:before{content:"✓";margin-right:.5rem;color:var(--primary)}.premium-card{display:flex;flex-direction:column;gap:1.5rem}.premium-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.divider{height:1px;background:var(--border);margin:1rem 0}.btn{border-radius:999px;padding:.65rem 1.4rem;border:1px solid transparent;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.btn--sm{padding:.45rem .9rem;font-size:.85rem}.btn--xs{padding:.35rem .75rem;font-size:.8rem}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:#3c4cf2;border-color:#3c4cf2}.btn--tasker{background:#18823f;color:#fff;border-color:#18823f}.btn--tasker:hover{background:#18823f;border-color:#18823f}.btn--secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border)}.btn--ghost{background:transparent;color:var(--text-primary);border:1px solid transparent}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .7rem;border-radius:999px;font-size:.8rem;border:1px solid var(--border)}.pill--soft{background:#2191e714;border-color:transparent}.pill--highlight{background:#2191e71f;border-color:#2191e74d;color:var(--primary)}.pill--task-complete{background:#2dd4bf24;border-color:#2dd4bf59;color:#0f8f7a;font-weight:600}.pill-button{font:inherit;cursor:pointer;background:transparent;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease}.pill-button:hover{background:#2191e71f;border-color:#2191e74d}.pill-button:active{transform:translateY(1px)}.pill-button.pill--highlight{box-shadow:0 6px 14px #2191e729}.avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-weight:600;overflow:hidden}.avatar--lg{width:56px;height:56px;font-size:1.2rem}.avatar-badge{position:relative;display:inline-flex;align-items:center;justify-content:center}.avatar-badge__icon{position:absolute;top:-4px;right:-4px;width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 6px 14px #2191e733}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.price{font-size:1.5rem;font-weight:700}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem}.muted{color:var(--text-muted)}.footer{padding:3rem 0 2rem;border-top:1px solid var(--border);background:linear-gradient(180deg,#fff,#f5f7ff)}.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer__grid h3,.footer__grid h4{margin-bottom:.75rem}.footer__grid ul{list-style:none;padding:0;display:grid;gap:.5rem}.footer__social{display:grid;gap:.75rem}.footer__social a{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-weight:500}.footer__social svg{width:18px;height:18px}.footer__grid a{color:var(--text-muted);text-decoration:none}.footer__meta{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.85rem;flex-wrap:wrap;gap:1rem;border-top:1px solid var(--border);padding:1rem 1rem 0}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem}.modal{width:min(520px,100%);display:grid;gap:1rem}@media(max-width:960px){.nav__links,.nav__cta{display:none}.nav__toggle,.nav__mobile{display:flex}.browse,.task-detail__grid,.form-layout,.profile,.tasker-profile,.auth{grid-template-columns:1fr}.browse__filters,.tips{position:static}}@media(max-width:720px){.hero__actions,.premium-card__footer,.task-card__footer{flex-direction:column;align-items:stretch}.hero__signal{flex-direction:column;align-items:flex-start}}.location-selector{position:relative}.location-selector__trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-primary);font-weight:500;font-size:.875rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.location-selector__trigger:hover{border-color:#2191e766}.location-selector__trigger:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2191e726}.location-selector__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.location-selector__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 12px 30px #0f172a26;z-index:100;overflow:hidden}.location-selector__search{padding:.75rem;border-bottom:1px solid var(--border)}.location-selector__search input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);font-size:.875rem}.location-selector__search input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2191e726}.location-selector__options{max-height:320px;overflow-y:auto}.location-selector__option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:transparent;color:var(--text-primary);font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease}.location-selector__option:hover{background:#2191e70f}.location-selector__option--active{background:#2191e71a;color:var(--primary)}.location-selector__option--highlight{color:var(--primary);font-weight:600}.location-selector__divider{height:1px;background:var(--border);margin:.25rem 0}.location-selector__empty,.location-selector__loading{padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.875rem}.location-selector__section-label{padding:.5rem 1rem .25rem;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.location-selector__address-label{flex:1;min-width:0;line-height:1.4}
