:root{--bg: #f8fafc;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--text: #0f172a;--muted: #475569;--border: rgba(148, 163, 184, .28);--primary: #2563eb;--primary-dark: #1d4ed8;--shadow: 0 24px 70px rgba(15, 23, 42, .08);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--container: 1400px;--type-display: clamp(2.85rem, 5.15vw, 4.5rem);--type-hero: clamp(2.4rem, 4.1vw, 3.35rem);--type-page-title: clamp(2rem, 3.25vw, 2.85rem);--type-section-title: clamp(1.75rem, 2.75vw, 2.45rem);--type-panel-title: clamp(1.35rem, 2vw, 1.75rem);--type-card-title: clamp(1.1rem, 1.45vw, 1.35rem);--type-body-lg: clamp(1rem, 1.25vw, 1.1rem);--leading-title: 1.08;--leading-body: 1.65;--tracking-title: -.035em}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);line-height:1.5;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 25%),linear-gradient(180deg,#ffffff 0%,#eff6ff 35%,var(--bg) 100%);text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3,h4{text-wrap:balance}p,li{text-wrap:pretty}img{max-width:100%;display:block}button,input{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border-bottom:1px solid rgba(148,163,184,.14)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.8rem;font-weight:700}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--primary),#60a5fa);box-shadow:0 12px 24px #2563eb3d}.brand-text{letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-toggle{display:none;width:42px;height:42px;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#fff;color:var(--text);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:.28rem}.nav-toggle__line{width:18px;height:2px;border-radius:999px;background:currentColor}.nav-link{color:var(--muted);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-auth{display:inline-flex;align-items:center;gap:.5rem}.btn-auth__icon{width:15px;height:15px;flex-shrink:0}.btn-signin{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border:1.5px solid var(--primary);border-radius:999px;cursor:pointer;font-size:.88rem;font-weight:600;color:var(--primary);background:transparent;text-decoration:none;transition:background .2s,color .2s,transform .15s}.btn-signin:hover{background:#2563eb14;color:var(--primary-dark);transform:translateY(-1px)}.btn-signin:active{transform:translateY(0)}.btn-signup{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1rem;border:none;border-radius:999px;cursor:pointer;font-size:.88rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 2px 12px #2563eb59;text-decoration:none;transition:background .25s,box-shadow .25s,transform .15s}.btn-signup:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 4px 18px #2563eb73;transform:translateY(-1px)}.btn-signup:active{transform:translateY(0)}.hero-section{padding:4.5rem 0 2.5rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.95fr);gap:1.5rem;align-items:stretch}.hero-copy{padding-right:1rem}.hero-suggestions{margin-top:1.65rem;padding:1.2rem 1.25rem;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#f8fafce6);box-shadow:0 18px 42px #0f172a0f}.hero-suggestions__title{margin:0 0 .85rem;color:#475569;font-size:.98rem;font-weight:600}.hero-suggestions__list{display:flex;flex-direction:column;gap:.75rem}.hero-suggestions__item{padding:0;border:0;background:transparent;display:inline-flex;align-items:flex-start;gap:.7rem;width:fit-content;text-align:left;color:#2563eb;font:inherit;font-size:1rem;line-height:1.5;text-decoration:underline;text-underline-offset:.18em;cursor:pointer}.hero-suggestions__item:hover{color:#1d4ed8}.hero-suggestions__icon{color:#3b82f6;font-size:1rem;line-height:1.5}.eyebrow{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#2563eb17;color:var(--primary-dark);font-size:.9rem;font-weight:700;margin-bottom:1rem}.hero-section h1{font-size:var(--type-hero);line-height:var(--leading-title);letter-spacing:var(--tracking-title);margin:0 0 1rem}.hero-section p{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.hero-stat-card,.filters-panel,.profile-card,.ai-result-card,.empty-state,.alert,.skeleton-card{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.hero-stat-card{border-radius:var(--radius-xl);padding:0;display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}.hero-ai-chat{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:100%;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 32%),linear-gradient(180deg,#fffffffa,#f1f5f9eb)}.hero-ai-chat__header,.hero-ai-chat__composer{padding:1.35rem 1.35rem 1.15rem}.hero-ai-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(148,163,184,.16)}.hero-ai-chat__eyebrow{display:inline-flex;margin-bottom:.45rem;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-dark)}.hero-ai-chat__header h2{margin:0;font-size:var(--type-card-title);letter-spacing:var(--tracking-title)}.hero-ai-chat__status{flex-shrink:0;padding:.5rem .75rem;border-radius:999px;background:#2563eb14;color:var(--primary-dark);font-size:.8rem;font-weight:700}.hero-ai-chat__conversation{display:flex;flex-direction:column;gap:.9rem;padding:1.25rem 1.35rem;min-height:300px;max-height:360px;overflow:auto;scroll-behavior:smooth}.hero-ai-chat__message{max-width:92%;display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border-radius:20px;box-shadow:0 16px 34px #0f172a14}.hero-ai-chat__message--assistant{align-self:flex-start;background:#fffffff5;border:1px solid rgba(148,163,184,.16)}.hero-ai-chat__message--loading{min-width:220px}.hero-ai-chat__message--user{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#60a5fa)}.hero-ai-chat__message-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-ai-chat__message--assistant .hero-ai-chat__message-label{color:#475569}.hero-ai-chat__message--user .hero-ai-chat__message-label{color:#fffc}.hero-ai-chat__message p{margin:0;font-size:.95rem;line-height:1.65;white-space:pre-wrap}.hero-ai-chat__message--user p{color:#fffc}.hero-ai-chat__loader{display:inline-flex;align-items:center;gap:.7rem;color:#334155;font-size:.95rem;line-height:1.5}.hero-ai-chat__loader-spinner{width:18px;height:18px;flex-shrink:0;border:2px solid rgba(37,99,235,.18);border-top-color:var(--primary);border-radius:999px;animation:hero-ai-spin .8s linear infinite}.hero-ai-chat__composer{border-top:1px solid rgba(148,163,184,.16);background:#ffffffb8}.hero-ai-chat__label{display:block;margin-bottom:.65rem;font-size:.84rem;font-weight:700;color:#334155}.hero-ai-chat__composer-row{position:relative}.hero-ai-chat__input{width:100%;min-height:112px;resize:none;border:1px solid rgba(148,163,184,.28);border-radius:20px;background:#fffffff0;padding:.95rem 4.9rem 1rem 1rem;color:var(--text);font:inherit;line-height:1.55;outline:none;box-shadow:inset 0 1px 2px #0f172a0d}.hero-ai-chat__input::placeholder{color:#94a3b8}.hero-ai-chat__input:focus{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.hero-ai-chat__send{position:absolute;right:.85rem;bottom:.85rem;width:56px;height:56px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 16px 28px #2563eb4d;cursor:pointer}.hero-ai-chat__send:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.hero-ai-chat__send svg{width:20px;height:20px;fill:currentColor}@keyframes hero-ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-ai-chat__hint{margin:.7rem 0 0;font-size:.83rem;color:#64748b}.content-section{padding-bottom:4rem}.filters-panel{border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.8rem}.filters-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:end}.field-group{display:flex;flex-direction:column;gap:.45rem}.field-group--wide{grid-column:span 2}.field-group label{font-size:.92rem;color:var(--muted);font-weight:600}.field-group input{height:48px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#ffffffe6;padding:0 .95rem;color:var(--text);outline:none}.field-group input:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.filters-actions{display:flex;gap:.75rem;align-items:center;justify-content:flex-end}.button{height:46px;padding:0 1rem;border-radius:14px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;box-shadow:0 14px 26px #2563eb38}.button--secondary{background:#fff;border-color:#2563eb3d;color:var(--primary-dark);display:inline-flex;align-items:center;justify-content:center}.button--ghost{background:transparent;border-color:#94a3b842;color:var(--text)}.results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.results-bar h2{margin:0;font-size:var(--type-panel-title);letter-spacing:var(--tracking-title)}.results-bar p{margin:.3rem 0 0;color:var(--muted);white-space:pre-line}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ai-result-card{border-radius:var(--radius-xl);padding:1.15rem;display:flex;flex-direction:column;gap:1rem}.ai-result-card__header{display:flex;align-items:flex-start;gap:.9rem}.ai-result-card__avatar-wrap{flex-shrink:0}.ai-result-card__image,.ai-result-card__placeholder{width:78px;height:78px;border-radius:22px;object-fit:cover}.ai-result-card__placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:1.5rem;font-weight:800}.ai-result-card__identity{min-width:0}.ai-result-card__eyebrow-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.45rem}.ai-result-card__identity h3{margin:0;font-size:var(--type-card-title);line-height:1.18;letter-spacing:var(--tracking-title)}.ai-result-card__category,.ai-result-card__address,.ai-result-card__website{margin:0;color:var(--muted)}.ai-result-card__category{margin-top:.25rem;font-weight:600}.ai-result-card__body{display:flex;flex-direction:column;gap:.8rem}.ai-result-card__tags{display:flex;flex-wrap:wrap;gap:.45rem}.ai-result-card__rating{padding:.25rem .55rem;border-radius:999px;background:#0f172a0f;color:#334155;font-size:.78rem;font-weight:700}.ai-result-card__actions{margin-top:auto}.ai-result-card__button{width:100%}.ai-result-card__button--disabled{pointer-events:none;opacity:.7}.profile-card{border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;min-height:100%}.profile-card__media{display:flex;align-items:flex-start;justify-content:flex-start;gap:.8rem;min-height:140px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:1rem 1rem .35rem;background:radial-gradient(circle at top,rgba(96,165,250,.2),transparent 50%),linear-gradient(180deg,#0f172a0a,#fff0)}.profile-card__avatar-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-card__image,.profile-card__placeholder{width:108px;height:108px;border-radius:50%;object-fit:cover;box-shadow:0 18px 44px #0f172a29}.profile-card__placeholder{display:grid;place-items:center;color:#fff;font-size:2.25rem;font-weight:800;background:linear-gradient(135deg,#1d4ed8,#60a5fa)}.profile-card__content{display:flex;flex-direction:column;gap:.8rem;min-width:0;padding:.85rem 1rem 1rem;height:100%}.profile-card__top,.profile-card__middle{display:flex;flex-direction:column;gap:.8rem}.profile-card__top{flex:1;min-width:0}.profile-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.profile-card__header-copy{min-width:0}.profile-card__header h3{margin:0;font-size:var(--type-card-title);line-height:1.16;letter-spacing:var(--tracking-title)}.profile-card__verification-badge{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.55rem .75rem;border-radius:18px;flex-shrink:0;width:92px;background:linear-gradient(135deg,#2563eb24,#60a5fa3d);color:var(--primary-dark);border:1px solid rgba(37,99,235,.16);box-shadow:0 10px 22px #2563eb1f;font-size:.76rem;font-weight:800;line-height:1.1;text-align:center;white-space:normal}.profile-card__subtitle{margin:.35rem 0 0;color:var(--muted);font-weight:600}.profile-card__summary{margin:-.1rem 0 0;color:#334155;line-height:1.5;font-size:.95rem}.profile-card__trust-score{display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.05rem}.profile-card__trust-score-label{color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.profile-card__trust-score-value{color:#0f172a;font-size:clamp(1.45rem,2.4vw,1.85rem);line-height:1;letter-spacing:var(--tracking-title)}.profile-card__details{display:flex;flex-direction:column;gap:1rem}.profile-card__group{display:flex;flex-direction:column;gap:.45rem}.profile-card__group-label{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.profile-card__location{display:flex;align-items:flex-start;gap:.65rem;padding:.7rem .8rem;border-radius:14px;background:linear-gradient(180deg,#fffffffa,#f8fafceb);border:1px solid rgba(148,163,184,.18)}.profile-card__location-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;flex-shrink:0;color:var(--primary-dark);background:#2563eb1a}.profile-card__location-icon svg{width:15px;height:15px;fill:currentColor}.profile-card__location-primary,.profile-card__location-secondary{margin:0}.profile-card__location-primary{font-weight:700}.profile-card__location-secondary{margin-top:.15rem;color:var(--muted);font-size:.85rem}.profile-card__tags,.profile-card__services{display:flex;flex-wrap:wrap;gap:.45rem}.profile-card__service-chip{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .65rem;border-radius:999px;background:#2563eb14;color:var(--primary-dark);border:1px solid rgba(37,99,235,.14);font-weight:700;font-size:.8rem}.badge{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border-radius:999px;background:#eef2ff;color:#334155;font-size:.8rem;border:1px solid rgba(148,163,184,.18)}.badge--featured{background:#2563eb14;color:var(--primary-dark)}.profile-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0}.profile-card__meta div{padding:.65rem;background:#f8fafce6;border:1px solid rgba(148,163,184,.18);border-radius:12px}.profile-card__meta dt{color:var(--muted);font-size:.75rem;margin-bottom:.25rem}.profile-card__meta dd{margin:0;font-weight:700;font-size:.9rem}.profile-card__actions{display:flex;margin-top:auto}.profile-card__button{width:100%}.chef-card__rating{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.45rem;color:#334155}.chef-card__stars{display:inline-flex;align-items:center;gap:.1rem}.chef-card__star-button{border:0;padding:0;margin:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chef-card__rating--interactive .chef-card__star-button:hover .chef-card__star,.chef-card__rating--interactive .chef-card__star-button:focus-visible .chef-card__star{transform:translateY(-1px) scale(1.06)}.chef-card__star{width:17px;height:17px;transition:transform .18s ease}.chef-card__star--filled{fill:#f59e0b}.chef-card__star--empty{fill:#94a3b8}.chef-card__reviews{display:inline-flex;align-items:center;gap:.25rem;font-size:.86rem}.chef-card__reviews strong{color:#0f172a}.profile-card .badge--featured{align-self:flex-start;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 24px #0f172a1f}.pagination{margin-top:1.8rem;display:flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:wrap}.pagination__button,.pagination__page{min-width:44px;height:44px;padding:0 .95rem;border:1px solid rgba(148,163,184,.26);border-radius:14px;background:#ffffffeb;cursor:pointer}.pagination__button:disabled,.pagination__page:disabled{opacity:.45;cursor:not-allowed}.pagination__pages{display:flex;gap:.55rem;flex-wrap:wrap}.pagination__page.is-active{background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;border-color:transparent}.alert,.empty-state,.skeleton-card,.simple-page{border-radius:var(--radius-xl)}.alert{padding:1rem 1.1rem;margin-bottom:1.2rem}.alert--error{color:#991b1b;background:#fef2f2f2}.empty-state,.simple-page{padding:2rem;text-align:center}.skeleton-card{min-height:275px;background:linear-gradient(90deg,#ffffffbf 25%,#e2e8f0a6,#ffffffbf 75%),#fff;background-size:200% 100%;animation:shimmer 1.4s infinite linear}.site-footer{margin-top:4rem;padding:2.5rem 0 1rem;border-top:1px solid rgba(148,163,184,.16);background:#ffffffd1}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem}.footer-content h3,.footer-content h4,.footer-bottom{margin:0 0 .75rem}.footer-content p,.footer-content li,.footer-bottom{color:var(--muted)}.footer-content ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-bottom{padding-top:1.25rem;margin-top:1.5rem;border-top:1px solid rgba(148,163,184,.16)}.simple-page{margin-top:3rem;background:#ffffffe6;border:1px solid var(--border)}.simple-page h1{margin:0 0 .75rem;font-size:var(--type-page-title);line-height:var(--leading-title);letter-spacing:var(--tracking-title)}.simple-page p{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-page{--landing-card-radius: 28px;position:relative;overflow:hidden;padding:clamp(1rem,2.4vw,2.25rem) 0 1rem;color:var(--text)}.landing-page>.container{width:min(calc(100% - 2rem),1180px)}.landing-page:before,.landing-page:after{content:"";position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}.landing-page:before{top:6rem;left:-6rem;width:20rem;height:20rem;background:#60a5fa1f}.landing-page:after{right:-10rem;bottom:18rem;width:24rem;height:24rem;background:#2563eb17}.landing-hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);gap:clamp(2.5rem,7vw,6.5rem);align-items:center;min-height:calc(100svh - clamp(5.5rem,8vw,7.5rem));padding-block:clamp(.5rem,1.4vw,1.25rem) clamp(1.25rem,3vw,2.5rem)}.landing-hero__copy{max-width:540px}.landing-kicker{display:block;margin-bottom:.7rem;color:#64748b;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:600}.landing-eyebrow{display:inline-block;color:#64748b;font-size:clamp(.82rem,1vw,.95rem);font-weight:800;letter-spacing:.28em;text-transform:uppercase}.landing-pill{display:inline-flex;width:fit-content;margin-bottom:clamp(1.1rem,2.2vw,1.8rem);padding:.62rem 1.35rem;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:#ffffffeb;box-shadow:0 12px 22px #0f172a1a;color:#334155;font-weight:700}.landing-hero h1,.landing-section h2,.landing-info-card h2{margin:0;color:#0f172a;letter-spacing:var(--tracking-title)}.landing-hero h1{max-width:11ch;font-size:var(--type-display);line-height:1}.landing-hero__copy>p{max-width:33rem;margin:1.35rem 0 0;color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-search{display:flex;align-items:center;gap:.8rem;max-width:35rem;margin-top:1.6rem;padding:.7rem;border:1px solid rgba(148,163,184,.24);border-radius:28px;background:#ffffffeb;box-shadow:0 18px 38px #0f172a1a}.landing-search input{min-width:0;flex:1;height:54px;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:#fffffff5;color:var(--text);outline:none;padding:0 1.3rem;font-size:1rem}.landing-search input::placeholder{color:#93b4ee}.landing-search input:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb1a}.landing-search button{min-height:54px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--primary),#60a5fa);color:#fff;cursor:pointer;font-weight:800;padding:0 1.4rem;box-shadow:0 16px 30px #2563eb33}.landing-michael-card,.landing-stat-card,.landing-audit-card,.landing-standard-note,.landing-feed__list p,.landing-info-card,.landing-report-card{border:1px solid rgba(148,163,184,.24);background:#ffffffeb;box-shadow:0 18px 42px #0f172a17}.landing-michael-card{width:min(100%,520px);justify-self:end;padding:clamp(1.8rem,3.2vw,3rem);border-radius:calc(var(--landing-card-radius) + 12px)}.landing-michael-card__header{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:1.1rem}.landing-michael-card__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#2563eb0f;color:#0f172a52;font-size:1.35rem;font-weight:900}.landing-michael-card h2{margin:0;color:#0f172a;font-size:var(--type-panel-title);letter-spacing:var(--tracking-title)}.landing-michael-card__header p{margin:.25rem 0 0;color:#64748b;font-size:1.1rem}.landing-michael-card blockquote{margin:clamp(1.8rem,3.6vw,3rem) 0;color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-michael-card__actions{display:flex;justify-content:flex-end;gap:1rem}.landing-michael-card__actions a,.landing-text-link,.landing-card-link,.landing-info-card a{color:#0f172a;font-weight:800;text-decoration:underline;text-decoration-color:#2563eb42;text-decoration-thickness:2px;text-underline-offset:.26em}.landing-michael-card__actions a{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 1.25rem;border:1px solid rgba(148,163,184,.3);border-radius:18px;text-align:center;text-decoration:none}.landing-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(230px,270px));justify-content:center;gap:clamp(1.25rem,3vw,2rem);padding:3rem 0 6.5rem;border-top:1px solid rgba(148,163,184,.22)}.landing-stat-card{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:1rem;min-height:132px;padding:1.45rem;border-radius:28px}.landing-stat-card__icon{display:grid;width:58px;height:58px;place-items:center;border-radius:20px;background:linear-gradient(135deg,#2563eb1f,#60a5fa33),#fff;color:var(--primary);box-shadow:inset 0 0 0 1px #2563eb24}.landing-stat-card__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.landing-stat-card strong,.landing-stat-card__label{color:#334155;line-height:1.3}.landing-stat-card strong{display:block;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:900}.landing-stat-card__label{display:block;margin-top:.2rem;font-size:clamp(1rem,1.35vw,1.16rem)}.landing-section,.landing-trust-grid{position:relative;z-index:1;padding-top:clamp(4rem,7vw,6rem);border-top:1px solid rgba(148,163,184,.22);padding-bottom:clamp(2rem,7vw,6rem)}.landing-section__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin-bottom:clamp(2.2rem,4vw,4rem)}.landing-section__header p,.landing-feed__copy p,.landing-reports>p,.landing-info-card p,.landing-report-card p,.landing-verdict p,.landing-audit-note,.landing-standard-note{color:#42526e;font-size:var(--type-body-lg);line-height:var(--leading-body)}.landing-section h2{margin-top:1.25rem;font-size:var(--type-section-title);line-height:var(--leading-title)}.landing-section__header p{max-width:58rem;margin:1.4rem 0 0}.landing-text-link{flex:0 0 auto;max-width:11rem;font-size:1rem;line-height:1.25}.landing-profile-grid,.landing-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.25rem);align-items:stretch}.landing-audit-card{display:grid;grid-template-rows:minmax(118px,auto) 104px minmax(126px,1fr) minmax(130px,auto) auto;gap:1.35rem;min-height:640px;padding:clamp(1.5rem,2.3vw,2.25rem);border-radius:calc(var(--landing-card-radius) + 2px)}.landing-audit-card__top{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:1rem;align-items:start}.landing-audit-card h3,.landing-report-card h3{margin:0;color:#0f172a;font-size:var(--type-card-title);line-height:1.22;letter-spacing:var(--tracking-title)}.landing-audit-card__top p{margin:.6rem 0 0;color:#64748b;font-size:.98rem;line-height:1.45}.landing-audit-card__top>span{max-width:6.4rem;padding:.35rem .5rem;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:#2563eb14;color:var(--primary);font-size:.78rem;font-weight:900;line-height:1.25;text-align:center}.landing-score{display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:1rem}.landing-score__label{display:block;color:#64748b;font-weight:900;letter-spacing:.28em;line-height:1.25;text-transform:uppercase}.landing-score strong{display:block;margin-top:.55rem;color:#0f172a;font-size:clamp(1.85rem,2.8vw,2.35rem);line-height:1;letter-spacing:var(--tracking-title)}.landing-shield{position:relative;display:grid;width:58px;height:58px;place-items:center;justify-self:end;border:4px solid #0f172a;border-radius:50%;color:#0f172a;background:#ffffffd6}.landing-shield:before{content:"Shield";font-size:.95rem;font-weight:900}.landing-verdict h4{margin:0 0 .9rem;color:#64748b;font-size:1rem}.landing-verdict p,.landing-audit-note{margin:0}.landing-verdict{align-self:start}.landing-audit-note{display:flex;align-items:center;padding:1.35rem;border:1px solid rgba(148,163,184,.24);border-radius:20px;background:#f8fafcb8}.landing-card-link{justify-self:center;color:#0f172a9e;text-decoration:none}.landing-standard-note{margin:3rem 0 0;padding:2rem 2.4rem;border-radius:28px}.landing-feed{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);gap:clamp(2rem,8vw,7rem);align-items:start}.landing-feed__copy h2{max-width:15ch;color:#0f172a}.landing-feed__copy p{max-width:34rem;margin:1.6rem 0 0}.landing-feed__list{display:grid;gap:1rem}.landing-feed__list p{margin:0;padding:1.35rem 1.7rem;border-radius:22px;color:#64748b}.landing-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem)}.landing-info-card,.landing-report-card{border-radius:calc(var(--landing-card-radius) + 2px);padding:clamp(1.8rem,3.2vw,3.2rem)}.landing-info-card h2{max-width:15ch;margin-top:1.5rem;font-size:var(--type-section-title);line-height:var(--leading-title)}.landing-info-card p{max-width:32rem;margin:2rem 0 0}.landing-info-card a{display:inline-flex;margin-top:2rem;color:#0f172a9e;text-decoration:none}.landing-reports{padding-bottom:clamp(3rem,7vw,6rem)}.landing-reports>h2{max-width:24ch}.landing-reports>p{max-width:72rem;margin:1.6rem 0 clamp(2.2rem,4vw,4rem)}.landing-report-card{min-height:260px}.landing-report-card p{margin:2rem 0 0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1100px){.filters-form,.hero-grid,.footer-content,.landing-hero,.landing-feed,.landing-trust-grid{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-suggestions{margin-top:1.25rem}.hero-ai-chat__conversation{max-height:320px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-group--wide{grid-column:span 1}.filters-actions,.profile-card__actions{justify-content:flex-start}.landing-hero h1,.landing-hero__copy>p,.landing-feed__copy h2,.landing-feed__copy p{max-width:none}.landing-michael-card{max-width:680px;justify-self:start}.landing-profile-grid,.landing-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.nav-shell{position:relative;align-items:center}.nav-toggle{display:inline-flex}.nav-links{position:absolute;top:calc(100% + .5rem);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:.3rem;padding:.8rem;border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#fff;box-shadow:0 20px 55px #0f172a2e;z-index:60}.nav-links--open{display:flex}.nav-link{padding:.65rem .75rem;border-radius:10px}.nav-link:hover,.nav-link.active{background:#2563eb14}.nav-auth{margin-top:.35rem;flex-direction:column;width:100%}.btn-signin,.btn-signup{width:100%;justify-content:center}.landing-page{padding-top:1.5rem}.landing-hero{min-height:0}.landing-section__header,.landing-audit-card__top{grid-template-columns:1fr}.landing-section__header{display:grid;align-items:start}.landing-text-link{max-width:none}.landing-profile-grid,.landing-report-grid{grid-template-columns:1fr}.landing-audit-card{grid-template-rows:auto;min-height:auto}.landing-score{margin-top:0}}@media (max-width: 640px){.profile-grid{grid-template-columns:1fr}.hero-section{padding-top:3rem}.hero-ai-chat__header,.hero-ai-chat__composer,.hero-ai-chat__conversation{padding-left:1rem;padding-right:1rem}.hero-ai-chat__header{flex-direction:column}.hero-ai-chat__status{align-self:flex-start}.hero-ai-chat__composer-row{position:relative}.hero-ai-chat__send{right:.75rem;bottom:.75rem;width:52px;height:52px}.hero-ai-chat__message{max-width:100%}.landing-hero h1{font-size:clamp(2.45rem,12vw,3.4rem)}.landing-section h2,.landing-info-card h2{font-size:clamp(1.85rem,8vw,2.35rem)}.landing-search,.landing-michael-card__actions{flex-direction:column}.landing-stats{grid-template-columns:1fr;max-width:none}.landing-search input,.landing-search button,.landing-michael-card__actions a,.landing-stat-card{width:100%}.landing-michael-card,.landing-info-card,.landing-report-card,.landing-standard-note{border-radius:24px}.landing-score{grid-template-columns:minmax(0,1fr) 58px}.profile-card__media{min-height:150px;padding:1rem 1rem 0;flex-direction:column;align-items:flex-start}.profile-card__image,.profile-card__placeholder{width:132px;height:132px}.profile-card__content{padding:.95rem 1rem 1rem}.profile-card__meta{grid-template-columns:1fr}.profile-card__header{flex-direction:column}.profile-card__verification-badge{align-self:flex-start}}.detail-section{padding:3rem 0 4rem}.detail-breadcrumbs{display:flex;align-items:center;gap:.65rem;color:var(--muted);margin-bottom:1.25rem;font-size:.95rem}.detail-breadcrumbs a:hover{color:var(--primary-dark)}.profile-detail{display:grid;gap:1.5rem}.profile-detail--side{grid-template-columns:40% 1fr;align-items:start}.profile-detail--side>header{position:sticky;top:calc(var(--navbar-h, 72px) + 1rem)}@media (max-width: 980px){.profile-detail--side{grid-template-columns:1fr}.profile-detail--side>header{position:static}}.profile-detail__hero,.detail-panel,.profile-detail__summary-card,.detail-skeleton__hero,.detail-skeleton__content{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.profile-detail__hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);grid-template-rows:auto auto;gap:1.5rem;border-radius:var(--radius-xl);padding:1.5rem}.profile-detail__identity{grid-column:1;grid-row:1}.profile-detail__about-panel{grid-column:1;grid-row:2;margin-top:0}.profile-detail__summary-card{grid-column:2;grid-row:1 / span 2}.profile-detail__hero--side{display:flex;flex-direction:column;gap:1.25rem}.profile-detail__hero--side .profile-detail__identity{order:1}.profile-detail__hero--side .profile-detail__about-panel{order:2}.profile-detail__hero--side .profile-detail__summary-card{order:3}.profile-detail__identity{display:grid;grid-template-columns:160px minmax(0,1fr);gap:1.25rem;align-items:flex-start}.profile-detail__identity-main{min-width:0}.profile-detail__media{width:160px;display:flex;flex-direction:column;gap:.9rem}.profile-detail__media img,.profile-detail__placeholder{width:160px;height:160px;border-radius:24px}.profile-detail__media img{object-fit:cover}.profile-detail__placeholder{display:grid;place-items:center;font-size:2.2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--primary),#60a5fa)}.profile-detail__hire-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;box-shadow:0 14px 24px #2563eb33}.profile-detail__claim-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.profile-detail__hire-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.profile-detail__hire-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__claim-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.profile-detail__claim-icon svg{width:18px;height:18px;fill:currentColor}.profile-detail__eyebrow-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile-detail h1{font-size:var(--type-page-title);line-height:var(--leading-title);letter-spacing:var(--tracking-title);margin:.45rem 0 .7rem}.profile-detail__headline{margin:0;color:var(--muted);font-size:var(--type-body-lg);line-height:var(--leading-body)}.profile-detail__rating{margin-top:.5rem}.profile-detail__rating.chef-card__rating--interactive{align-items:center;gap:.65rem}.profile-detail__rating .chef-card__star{width:18px;height:18px}.profile-detail__rating .chef-card__reviews{font-size:.92rem}.chef-card__reviews--empty{color:var(--muted)}.profile-detail__chips{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem;margin-bottom:1rem;grid-column:2}.profile-detail__hero--side .profile-detail__chips{grid-column:1 / -1;margin-top:.5rem}.profile-detail__summary-card{border-radius:var(--radius-lg);padding:1.35rem}.profile-detail__summary-card h2,.detail-panel h2{margin:0 0 1rem;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.profile-detail__summary-card dl,.detail-list{display:grid;gap:.95rem}.profile-detail__summary-card dt,.detail-list span{display:block;color:var(--muted);font-size:.92rem;margin-bottom:.2rem}.profile-detail__summary-card dd,.detail-list strong{margin:0;font-weight:700}.profile-detail__about-panel{border-radius:var(--radius-lg)}.profile-detail__reviews-panel{display:flex;flex-direction:column;gap:1rem}.profile-detail__reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-detail__reviews-header p{margin:0;max-width:58ch;color:var(--muted);line-height:1.7}.profile-detail__reviews-count{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .8rem;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.15);color:var(--primary-dark);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.profile-detail__review-selector{display:flex;flex-wrap:wrap;gap:.7rem}.profile-detail__review-pill{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.28rem;min-height:58px;padding:.55rem .9rem;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#ffffffe0;color:#334155;font:inherit;font-size:.92rem;font-weight:700;box-shadow:0 10px 24px #0f172a0f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.profile-detail__review-pill:hover,.profile-detail__review-pill:focus-visible{transform:translateY(-1px);border-color:#2563eb47;box-shadow:0 14px 28px #2563eb1f}.profile-detail__review-pill.is-active{background:linear-gradient(135deg,#2563eb24,#60a5fa2e);border-color:#2563eb4d;color:#0f172a}.profile-detail__review-pill-main{display:inline-flex;align-items:center;gap:.6rem;width:100%}.profile-detail__review-pill-icon,.profile-detail__review-pill-check{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-detail__review-pill-icon svg,.profile-detail__review-pill-check svg{width:18px;height:18px;fill:currentColor}.profile-detail__review-pill-icon{color:var(--primary-dark)}.profile-detail__review-pill-check{margin-left:auto;color:#10b981}.profile-detail__review-pill-name{white-space:nowrap}.profile-detail__review-pill-date{width:100%;text-align:center;color:#64748b;font-size:.68rem;font-weight:600;line-height:1.2}.profile-detail__review-pill.is-active .profile-detail__review-pill-date{color:#0f172ac7}.profile-detail__review-comment-card{display:flex;flex-direction:column;padding:1.2rem 1.25rem;border:1px solid rgba(148,163,184,.18);border-radius:22px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 32%),linear-gradient(180deg,#fffffffa,#f8fafcf0);box-shadow:0 18px 42px #0f172a14;animation:profile-detail-review-reveal .28s ease}.profile-detail__review-comment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.9rem}.profile-detail__review-comment-author{display:flex;flex-direction:column;gap:.15rem}.profile-detail__review-comment-name{font-weight:800;letter-spacing:var(--tracking-title)}.profile-detail__review-comment-date,.profile-detail__review-footnote{color:#64748b;font-size:.88rem}.profile-detail__review-stars{display:inline-flex;align-items:center;gap:.18rem}.profile-detail__review-star{width:18px;height:18px;fill:#cbd5e1;transition:transform .18s ease,fill .18s ease}.profile-detail__review-star.is-active{fill:#f59e0b}.profile-detail__review-comment-card h3{margin:0 0 .7rem;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.profile-detail__review-comment-card p{margin:0;color:#334155;font-size:.96rem;line-height:var(--leading-body)}.profile-detail__review-footnote{margin:0}.profile-detail__review-footer{display:flex;flex-direction:column;gap:.9rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.18)}.profile-detail__reviews-actions{display:flex;align-items:center;justify-content:flex-start;gap:.9rem;flex-wrap:wrap}.profile-detail__reviews-load-more{min-width:176px;align-self:flex-start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-detail__reviews-load-more:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #2563eb1f}.profile-detail__reviews-load-more:disabled{opacity:.65;cursor:wait}.profile-detail__reviews-remaining{color:#64748b;font-size:.9rem;line-height:1.6}@media (max-width: 640px){.profile-detail__reviews-actions{flex-direction:column;align-items:stretch}.profile-detail__reviews-load-more{width:100%;min-width:0}}.profile-detail__reviews-empty{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.15rem;border:1px dashed rgba(148,163,184,.3);border-radius:20px;background:#f8fafcd1}.profile-detail__reviews-empty-icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-dark);background:#2563eb1a}.profile-detail__reviews-empty-icon svg{width:22px;height:22px;fill:currentColor}.profile-detail__reviews-empty h3{margin:0 0 .35rem;font-size:var(--type-card-title);line-height:1.2}.profile-detail__reviews-empty p{margin:0}.profile-detail__content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.detail-panel{border-radius:var(--radius-xl);padding:1.5rem}.detail-panel p{color:var(--muted);line-height:var(--leading-body)}.profile-detail__ai-frame-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.profile-detail__ai-frame{display:block;width:100%;min-height:75dvh;border:0}.detail-help-text code{background:#0f172a0f;border-radius:8px;padding:.15rem .4rem}.detail-skeleton{display:grid;gap:1rem}.detail-skeleton--side{grid-template-columns:40% 1fr;align-items:start}.detail-skeleton__hero{height:320px;border-radius:var(--radius-xl)}.detail-skeleton--side .detail-skeleton__hero{height:520px}.detail-skeleton__content{height:220px;border-radius:var(--radius-xl)}.detail-skeleton--side .detail-skeleton__content{height:520px}@media (max-width: 980px){.detail-skeleton--side{grid-template-columns:1fr}.detail-skeleton--side .detail-skeleton__hero,.detail-skeleton--side .detail-skeleton__content{height:220px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1.5rem;background:#0f172a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-dialog{width:min(100%,820px);max-height:calc(100vh - 3rem);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 30px 80px #0f172a47}.hire-modal__header,.hire-modal__footer{padding:1.1rem 1.25rem}.hire-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(148,163,184,.22)}.hire-modal__header h2{margin:0;flex:1;text-align:center;font-size:var(--type-card-title);line-height:1.2;letter-spacing:var(--tracking-title)}.hire-modal__close{width:40px;height:40px;border:0;background:transparent;border-radius:999px;color:#7c8594;cursor:pointer}.hire-modal__close svg{width:22px;height:22px;fill:currentColor}.hire-modal__form{padding:1.35rem 1.25rem 0}.hire-modal__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hire-modal__field{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.hire-modal__field label{color:#334155;font-size:.95rem}.hire-modal__hint{margin:-.15rem 0 0;color:#64748b;font-size:.82rem;line-height:1.45}.hire-modal__field input,.hire-modal__field textarea{width:100%;border:1px solid rgba(203,213,225,.95);border-radius:8px;padding:.9rem .85rem;background:#fff;color:var(--text);font:inherit;font-size:.95rem;line-height:1.5;box-shadow:inset 0 1px 2px #0f172a0d;outline:none}.hire-modal__field input::placeholder,.hire-modal__field textarea::placeholder{color:#94a3b8;font:inherit;font-size:.95rem;line-height:1.5;opacity:1}.hire-modal__field input:focus,.hire-modal__field textarea:focus{border-color:#3b82f6e6;box-shadow:0 0 0 2px #3b82f61a}.hire-modal__field textarea{resize:vertical;min-height:132px}.hire-modal__footer{border-top:1px solid rgba(148,163,184,.22);display:flex;justify-content:center;padding-bottom:1.5rem}.hire-modal__submit,.hire-modal__cancel{min-width:96px}.hire-modal__error,.hire-modal__success{margin:.25rem 0 .5rem;font-size:.92rem}.hire-modal__error{color:#b91c1c}.hire-modal__success{color:#047857}.claim-modal{width:min(100%,860px)}@keyframes profile-detail-review-reveal{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.claim-modal__form{padding-top:1.15rem}.claim-modal__intro{margin:0 0 1.1rem;color:#313945;line-height:var(--leading-body);font-size:var(--type-body-lg)}.claim-modal__account-lines{margin-bottom:.95rem}.claim-modal__account-line{margin:0 0 .95rem;font-size:1rem;color:#252c37}.claim-modal__account-line strong{font-size:1rem;color:#252c37}.claim-modal__account-value--email{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;word-break:break-all}.claim-modal__footer{justify-content:center;gap:.65rem;border-top:0;padding-top:0}.claim-modal__cancel{background:#facc15;border-color:#eab308;color:#111827;min-width:96px}.claim-modal__cancel:hover{background:#eab308}.claim-modal__note{margin:1.25rem -1.25rem 0;padding:1rem 1.25rem 0;border-top:1px solid rgba(148,163,184,.22);text-align:center;color:#374151;line-height:1.45}.review-modal{width:min(100%,760px)}.review-modal__header{border-bottom:1px solid rgba(148,163,184,.22);background:radial-gradient(circle at top right,rgba(59,130,246,.15),transparent 44%),#fff}.review-modal__form{padding-top:1rem}.review-modal__subtitle{margin:0 0 .9rem;color:#475569;line-height:1.55}.review-modal__stars{display:inline-flex;gap:.35rem;margin:0 0 1.15rem;padding:.35rem .45rem;border-radius:999px;background:linear-gradient(180deg,#f8fafcf2,#f1f5f9cc);border:1px solid rgba(148,163,184,.22)}.review-modal__star-button{border:0;width:36px;height:36px;border-radius:999px;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease}.review-modal__star-button:hover,.review-modal__star-button:focus-visible{transform:translateY(-1px);background:#0f172a0f}.review-modal__star{width:24px;height:24px}.review-modal__star--active{fill:#f59e0b}.review-modal__star--idle{fill:#94a3b8}.review-modal__footer{justify-content:center;gap:.65rem}@media (max-width: 980px){.profile-detail__hero,.profile-detail__hero--side,.profile-detail__content-grid{grid-template-columns:1fr}.profile-detail__identity{grid-column:1;grid-row:1}.profile-detail__about-panel{grid-column:1;grid-row:2}.profile-detail__summary-card{grid-column:1;grid-row:3}}@media (max-width: 720px){.profile-detail__identity{grid-template-columns:1fr}.profile-detail__media{width:100%;display:grid;grid-template-columns:112px minmax(0,1fr);grid-template-areas:"image hire" "image claim";column-gap:.75rem;row-gap:.6rem;align-items:stretch}.profile-detail__media img,.profile-detail__placeholder{width:112px;height:112px;border-radius:20px}.profile-detail__media img,.profile-detail__placeholder{grid-area:image}.profile-detail__hire-button{grid-area:hire;margin:0}.profile-detail__claim-button{grid-area:claim}.profile-detail__hero--side .profile-detail__identity{display:flex;flex-direction:column}.hire-modal__row{grid-template-columns:1fr}.claim-modal__account-line,.claim-modal__account-line strong{font-size:.98rem}}@media (max-width: 380px){.profile-detail__media{width:100%;display:flex;flex-direction:column;align-items:center;gap:.6rem}.profile-detail__media img,.profile-detail__placeholder{width:112px;height:112px}.profile-detail__hire-button,.profile-detail__claim-button{width:min(100%,220px);margin:0}}
