:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0b1733;background:#eef2f7;font-synthesis:none;--blue: #1473f3;--blue-dark: #0c59c7;--muted: #68758b;--line: #e2e8f0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{position:relative;width:min(100%,430px);min-height:100dvh;margin:0 auto;background:#fff;overflow:hidden}.content{padding:max(22px,env(safe-area-inset-top)) 22px calc(92px + env(safe-area-inset-bottom))}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.brand{display:flex;align-items:center;gap:9px;font-size:23px;font-weight:800;letter-spacing:-.6px}.brand-button{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.brand svg{width:26px;height:26px;color:var(--blue);stroke-width:2.6}.button{min-height:44px;border:0;cursor:pointer}.button--primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border-radius:13px;background:var(--blue);color:#fff;font-weight:750}.button--primary:hover{background:var(--blue-dark)}.button:disabled{cursor:wait;opacity:.58}.button:focus-visible,.category-row:focus-visible,.nav-item:focus-visible{outline:3px solid rgba(20,115,243,.28);outline-offset:2px}.button--ghost{background:transparent;color:var(--muted)}.city{display:flex;align-items:center;gap:5px;padding:0 0 0 10px;font-size:17px}.city svg{width:20px}.city svg:last-child{width:16px}h1{margin:0 0 22px;font-size:clamp(29px,8vw,37px);line-height:1.04;letter-spacing:-1.2px}.search-field{display:flex;align-items:center;gap:12px;height:58px;padding:0 17px;border:1px solid #cbd5e1;border-radius:17px;background:#fbfcfe;color:var(--muted)}.search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1473f31a}.search-field svg{width:23px;flex:0 0 auto}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0b1733;font-size:17px}.search-field input::placeholder{color:#7a879b;opacity:1}.categories{position:relative;margin-top:30px}.categories h2{margin:0 0 13px;font-size:20px;line-height:1.2;letter-spacing:-.25px}.category-list{margin-left:16px}.category-row{position:relative;display:grid;grid-template-columns:36px 1fr 22px;align-items:center;width:100%;min-height:56px;padding:0 2px 0 24px;border:0;border-bottom:1px solid var(--line);background:#fff;color:#101b36;text-align:left;cursor:pointer}.category-row:last-child{border-bottom:0}.category-row[aria-pressed=true]{color:var(--blue-dark);background:#f3f8ff}.category-icon{width:24px;height:24px;color:#10498f;stroke-width:1.8}.category-row>span:not(.track-dot){padding-left:12px;font-size:17px;font-weight:520}.category-chevron{width:20px;color:#7d899b}.category-track{position:absolute;left:4px;top:50px;bottom:-25px;width:2px;background:var(--blue)}.category-track:after{content:"";position:absolute;left:0;bottom:-7px;width:27px;height:28px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);border-radius:0 0 0 22px}.track-dot{position:absolute;left:-17px;width:11px;height:11px;border:2px solid var(--blue);border-radius:50%;background:#fff}.state-message{min-height:88px;display:grid;place-items:center;margin:0;color:var(--muted);text-align:center}.state-message--error{color:#b42318}.request-action{margin-top:28px;text-align:center}.request-button{display:grid;grid-template-columns:26px 1fr 22px;align-items:center;gap:12px;width:100%;min-height:62px;padding:0 18px;border-radius:18px;background:var(--blue);color:#fff;font-size:18px;font-weight:750;box-shadow:0 8px 18px #1473f333}.request-button:hover{background:var(--blue-dark)}.request-button:active{transform:translateY(1px)}.request-action p{margin:10px -5px 0;color:#61708a;font-size:14px}.bottom-nav{position:fixed;z-index:10;left:50%;width:min(100%,430px);transform:translate(-50%);bottom:0;display:grid;grid-template-columns:repeat(3,1fr);min-height:calc(78px + env(safe-area-inset-bottom));padding:7px 12px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:58px;border:0;background:transparent;color:#65728a;font-size:12px;cursor:pointer}.nav-item svg{width:23px;height:23px;stroke-width:1.9}.nav-item--active{color:var(--blue);font-weight:700}.request-dialog{width:min(calc(100% - 40px),360px);padding:25px;border:0;border-radius:20px;color:#0b1733;box-shadow:0 20px 60px #0b173338}.request-dialog::backdrop{background:#0b173361;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.request-dialog h2{margin:0 34px 10px 0;font-size:22px}.request-dialog p{margin:0 0 22px;color:var(--muted);line-height:1.45}.request-dialog .button--primary{width:100%;border-radius:13px;background:var(--blue);color:#fff;font-weight:700}.dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:var(--muted);cursor:pointer}.dialog-close svg{width:21px}@media(min-width:431px){.app-shell{min-height:860px;margin-block:24px;border-radius:24px;box-shadow:0 18px 60px #0f172a1f}}@media(max-height:740px){.topbar{margin-bottom:22px}.categories{margin-top:22px}.category-row{min-height:54px}}@media(prefers-reduced-motion:no-preference){.category-row,.request-button{transition:background-color .16s ease,color .16s ease,transform .16s ease}}.full-height{min-height:100dvh}.eyebrow{margin:0 0 5px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.muted{display:flex;align-items:center;gap:7px;color:var(--muted)}.muted svg{width:18px}.form-error,.form-success{margin:0;padding:12px 14px;border-radius:12px;font-size:14px}.form-error{background:#fff1f0;color:#b42318}.form-success{background:#ecfdf3;color:#067647}.notice{display:flex;align-items:center;gap:9px;margin:0 0 20px;padding:13px 15px;border-radius:14px;background:#eff6ff;color:#174e94;line-height:1.4}.notice svg{width:20px;flex:0 0 auto}.notice--pending{background:#fffaeb;color:#93370d}.notice--approved{background:#ecfdf3;color:#067647}.notice--rejected,.notice--suspended{background:#fff1f0;color:#b42318}.auth-screen{display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 4%,#dcecff,transparent 45%),#fff}.auth-card{width:100%;max-width:350px;text-align:center}.auth-logo{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 20px;border-radius:24px;background:var(--blue);color:#fff;box-shadow:0 12px 30px #1473f340}.auth-logo svg{width:38px;height:38px}.auth-card h1{margin-bottom:12px}.auth-card>p:not(.eyebrow):not(.form-error){margin:0 0 24px;color:var(--muted);line-height:1.5}.auth-card .notice{text-align:left;font-size:13px}.auth-card .button{width:100%;margin-top:10px}.button-secondary{border:1px solid #b8d3f7;background:#f4f8fe;color:#125dbd}.button-secondary:hover{background:#e7f1ff;color:#104f9e}.text-button{min-height:44px;margin-top:12px;border:0;background:transparent;color:var(--muted);cursor:pointer}.page-heading{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:start;gap:10px;margin:-8px 0 24px}.page-heading.simple{display:block}.page-heading h1{margin:0;font-size:clamp(28px,7vw,36px)}.page-heading p{margin-top:5px}.icon-button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:13px;background:#fff;color:#344054;cursor:pointer}.icon-button svg{width:21px}.approved-icon{width:32px;height:32px;margin:6px;color:#12b76a}.form-stack{display:grid;gap:16px}.form-stack>label,.field-grid>label{display:grid;gap:7px;color:#344054;font-size:14px;font-weight:700}.form-stack input:not([type=checkbox]):not([type=file]),.form-stack select,.form-stack textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:13px;outline:0;background:#fff;color:#101828;resize:vertical}.form-stack textarea{min-height:auto}.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1473f31a}.form-stack label:has(>svg){position:relative}.form-stack label:has(>svg)>svg{position:absolute;top:38px;left:13px;width:20px;color:var(--muted)}.form-stack label:has(>svg)>input{padding-left:42px!important}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.step-label{display:flex;align-items:center;gap:10px;margin-top:5px;font-size:18px;font-weight:800}.step-label span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;font-size:14px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;border-radius:13px;background:#eef2f7}.segmented button{min-height:42px;padding:6px;border:0;border-radius:10px;background:transparent;color:#596780;font-size:12px;cursor:pointer}.segmented button.active,.segmented button:hover{background:#fff;color:var(--blue-dark);box-shadow:0 2px 7px #0f172a17}.upload-box{place-items:center;padding:24px;border:1px dashed #90b8ec;border-radius:16px;background:#f5f9ff;color:#175fae!important;text-align:center;cursor:pointer}.upload-box input{position:absolute;width:1px;height:1px;opacity:0}.upload-box svg{width:28px}.upload-box span{color:var(--muted);font-size:12px;font-weight:500}.wide-button{width:100%;min-height:54px}.card-list{display:grid;gap:12px}.request-card{position:relative;display:block;width:100%;padding:18px 48px 18px 18px;border:1px solid var(--line);border-radius:17px;background:#fff;color:#101828;text-align:left;cursor:pointer;box-shadow:0 3px 10px #0f172a0a}.request-card h3{margin:14px 0 5px;font-size:18px}.request-card p{margin:0 0 10px;color:var(--muted)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.status{display:inline-flex;width:fit-content;align-items:center;min-height:27px;padding:4px 9px;border-radius:99px;background:#eff6ff;color:#175cd3;font-size:12px;font-weight:800}.status--matched,.status--pending{background:#fffaeb;color:#b54708}.status--in_progress{background:#f4f3ff;color:#6938ef}.status--completed,.status--approved{background:#ecfdf3;color:#067647}.status--cancelled,.status--rejected{background:#f2f4f7;color:#667085}.meta{display:flex;align-items:center;gap:5px;color:#475467;font-size:13px}.meta svg{width:16px}.card-chevron{position:absolute;top:50%;right:16px;width:20px;transform:translateY(-50%);color:#98a2b3}.empty{display:grid;place-items:center;min-height:360px;padding:30px;text-align:center}.empty>svg{width:54px;height:54px;padding:13px;border-radius:17px;background:#eff6ff;color:var(--blue)}.empty h2{margin:18px 0 7px}.empty p{margin:0 0 20px;color:var(--muted);line-height:1.5}.detail-card,.panel{margin-bottom:18px;padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff}.detail-card h2{margin:20px 0 8px}.detail-card>p{color:#475467;line-height:1.55}.detail-meta{display:flex;flex-wrap:wrap;gap:10px 16px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detail-meta span{display:flex;align-items:center;gap:6px;color:#475467;font-size:13px}.detail-meta svg{width:17px}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.media-grid img{width:100%;aspect-ratio:1;border-radius:10px;object-fit:cover}.offers h2{display:flex;align-items:center;justify-content:space-between}.offers h2 span,.section-title>span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:#eaf3ff;color:var(--blue);font-size:13px}.offer-card{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px;padding:17px;border:1px solid #d5e5fa;border-radius:17px;background:#fbfdff}.offer-card h3,.offer-card p{margin:0}.offer-card>p,.offer-card>.button{grid-column:1 / -1}.offer-card p{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:13px;line-height:1.45}.offer-card p svg{width:15px;color:#f79009;fill:#f79009}.danger-button,.support-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;margin:12px 0;border:0;background:transparent;color:#b42318;cursor:pointer}.support-button{color:#475467}.support-button svg{width:19px}.profile-card{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#eaf3ff,#f8fbff)}.profile-card h2,.profile-card p{margin:0}.profile-card p{margin-top:4px;color:var(--muted)}.profile-card>svg{margin-left:auto;color:var(--blue)}.avatar{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--blue);color:#fff;font-size:20px;font-weight:800}.avatar.small{width:40px;height:40px;border-radius:12px;font-size:16px}.menu-row{display:flex;align-items:center;gap:14px;width:100%;min-height:70px;padding:12px 3px;border:0;border-bottom:1px solid var(--line);background:#fff;color:#344054;text-align:left;cursor:pointer}.menu-row>svg{width:24px;color:var(--blue)}.menu-row span{display:grid;gap:3px}.menu-row small{color:var(--muted)}.dev-switch{margin-top:28px;padding:16px;border-radius:16px;background:#f8fafc}.dev-switch .segmented button{text-transform:capitalize}fieldset{min-width:0;margin:0;padding:0;border:0}legend{margin-bottom:9px;color:#344054;font-size:14px;font-weight:800}.check-list{display:grid;max-height:270px;overflow:auto;border:1px solid var(--line);border-radius:14px}.check-list label{display:flex;align-items:center;gap:11px;min-height:54px;padding:9px 12px;border-bottom:1px solid var(--line);cursor:pointer}.check-list label:last-child{border:0}.check-list span{display:grid;gap:2px}.check-list small{color:var(--muted);font-weight:500}.check-list input,.chip-list input{width:19px;height:19px;accent-color:var(--blue)}.chip-list{display:flex;flex-wrap:wrap;gap:7px}.chip-list label,.chip-list.readonly span{display:flex;align-items:center;gap:7px;min-height:38px;padding:7px 11px;border:1px solid var(--line);border-radius:99px;color:#475467;font-size:13px;cursor:pointer}.chip-list label.selected{border-color:#8abaf7;background:#eff6ff;color:#175cd3}.app-shell--wide,.app-shell--wide .bottom-nav{width:min(calc(100% - 36px),1180px)}.admin-heading,.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-heading{margin-bottom:25px}.admin-heading h1{margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stats-grid article{position:relative;display:grid;gap:8px;min-height:130px;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff}.stats-grid svg{position:absolute;top:17px;right:17px;width:22px;color:var(--blue)}.stats-grid span{max-width:75%;color:var(--muted);font-size:13px}.stats-grid strong{margin-top:auto;font-size:31px}.admin-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.admin-panel{padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff}.section-title{margin-bottom:13px}.section-title h2{margin:0}.moderation-row,.complaint-row,.change-row{border-top:1px solid var(--line)}.moderation-row>button{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;gap:11px;width:100%;min-height:68px;padding:10px 0;border:0;background:transparent;text-align:left;cursor:pointer}.moderation-row span{display:grid;gap:3px}.moderation-row small,.complaint-row small{color:var(--muted)}.moderation-detail{padding:3px 0 15px 51px}.moderation-detail p{color:#475467}.action-row{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.action-row>button:not(.button){min-height:40px;padding:0 10px;border:0;background:transparent;color:#667085;cursor:pointer}.action-row .primary-link{color:var(--blue);font-weight:700}.button-danger{background:#fff1f0;color:#b42318}.button-danger:hover{background:#fee4e2}.complaint-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0}.complaint-row p{margin:4px 0;color:var(--muted)}.changes{margin-top:16px}.change-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0}.change-row p{margin:4px 0 0;color:var(--muted)}.admin-footer-stat{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:18px 0;color:var(--muted)}.admin-footer-stat svg{width:18px;color:#f79009}@media(max-width:700px){.app-shell--wide,.app-shell--wide .bottom-nav{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}.admin-heading{align-items:flex-start}.admin-heading .status{display:none}}@media(max-width:400px){.content{padding-inline:17px}.field-grid,.segmented,.offer-card{grid-template-columns:1fr}.offer-card>*{grid-column:1}.complaint-row,.change-row{align-items:flex-start;flex-direction:column}}
