/* STROITEX — charcoal, warm paper, copper. No remote fonts or UI dependencies. */
:root{--ink:#182127;--muted:#647078;--paper:#f4f3ee;--white:#fff;--line:#dedfd8;--dark:#111c24;--dark2:#1b2a35;--copper:#f2aa52;--copper-ink:#694216;--soft-copper:#faf0dd;--green:#286658;--soft-green:#edf5ee;--red:#a53b35;--radius:18px;--shadow:0 14px 42px #17272c0b;--max:1280px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.58}img{max-width:100%;display:block}svg{width:20px;height:20px;flex-shrink:0;vertical-align:middle}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-weight:650;letter-spacing:-.035em}h1{font-size:clamp(36px,4.5vw,64px);line-height:1.07;margin-bottom:22px}h2{font-size:32px;line-height:1.18;margin-bottom:12px}h3{font-size:20px;line-height:1.3;margin-bottom:10px}p{margin-bottom:18px}small{font-size:12px}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.13em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.eyebrow:before{content:"";height:6px;width:6px;display:inline-block;background:var(--copper);border-radius:50%}.container{max-width:var(--max);margin-inline:auto;padding:0 32px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;left:16px;top:-80px;z-index:200;background:white;padding:12px 20px;color:var(--ink);border-radius:8px}.skip:focus{top:8px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #30756c;outline-offset:3px}body.modal-open{overflow:hidden}[hidden]{display:none!important}.icon{display:inline-flex;align-items:center;justify-content:center}.btn{min-height:46px;padding:11px 19px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:650;line-height:1.3;background:transparent;white-space:normal;text-align:center;transition:background .16s,transform .16s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--copper);color:#251a0d;border-color:var(--copper)}.btn.primary:hover{background:#ffc47a}.btn.dark{background:var(--dark);color:#fff;border-color:var(--dark)}.btn.dark:hover{background:#2c3c47}.btn.outline{border-color:var(--line);background:var(--white)}.btn.outline:hover{border-color:#a5aca8;background:#fafaf8}.btn.ghost{color:var(--muted);padding-inline:12px}.btn.danger{border-color:#edd5d2;color:var(--red);background:#fff7f6}.btn.small{min-height:36px;font-size:12px;padding:8px 13px}.btn.full{width:100%}.text-link{border:0;padding:4px 0;background:transparent;display:inline-flex;gap:6px;align-items:center;font-weight:650;font-size:14px}.text-link:hover{text-decoration:underline}.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:transparent;border:1px solid var(--line);flex-shrink:0}.icon-btn:hover{background:#f0f0ea}.icon-btn.saved{color:var(--copper-ink);background:var(--soft-copper);border-color:#e7c89c}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:6px;padding:4px 8px;font-size:10px;line-height:1.3;font-weight:650;letter-spacing:.02em;background:#eee;color:#535d62}.badge.demo{background:#f3efe6;color:#716652;border:1px solid #e5dccb}.badge.green{background:var(--soft-green);color:var(--green)}.badge.amber{background:var(--soft-copper);color:var(--copper-ink)}.badge.dark{background:#2a3944;color:#dce4e7}.badge svg{width:13px;height:13px}.tag{display:inline-flex;padding:5px 9px;border:1px solid #e5e6df;border-radius:7px;font-size:12px;color:#59656c;line-height:1.25;background:#fafbf8}.tags{display:flex;flex-wrap:wrap;gap:6px}.notice{padding:14px 16px;border-radius:12px;background:var(--soft-copper);font-size:13px;color:#72502b;display:flex;gap:10px;align-items:flex-start;line-height:1.5}.notice.neutral{background:#eef0eb;color:#526168}.notice.error{background:#fcedea;color:#913b35}.notice.success{background:var(--soft-green);color:var(--green)}.notice p:last-child{margin:0}.flex{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.mb0{margin-bottom:0}.mb24{margin-bottom:24px}.mt24{margin-top:24px}.mt40{margin-top:40px}
/* Shell */
.demo-strip{background:#eae6dc;border-bottom:1px solid #d7d4ca;color:#514e45;min-height:31px;font-size:11px}.demo-strip .container{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-block:6px}.demo-strip strong{letter-spacing:.07em;font-size:10px}.demo-strip button{border:0;background:transparent;color:#514e45;font-size:11px;text-decoration:underline;min-height:24px}.site-header{background:var(--dark);color:#e9eceb;position:sticky;top:0;z-index:30;padding-top:var(--safe-top);border-bottom:1px solid #ffffff12}.header-inner{min-height:82px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand img{height:45px;width:45px;border-radius:12px;object-fit:cover}.brand-title{font-size:17px;font-weight:750;letter-spacing:.025em;line-height:1.2}.brand-caption{font-size:10px;letter-spacing:.08em;color:#a6b4bc;line-height:1.5;margin-top:3px;text-transform:uppercase}.top-nav{display:flex;gap:24px;flex:1;align-items:center}.top-nav a{font-size:13px;color:#b7c2c8;padding:28px 0;position:relative;white-space:nowrap}.top-nav a:hover,.top-nav a.active{color:#fff}.top-nav a.active:after{content:"";position:absolute;bottom:17px;height:2px;background:var(--copper);left:0;right:0}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .login-btn{border-color:#41505a;color:#e9eceb;background:transparent;white-space:nowrap}.header-location{font-size:12px;color:#b7c2c8;display:flex;gap:6px;align-items:center;border:0;background:none;padding:10px 0}.header-location svg{width:15px}.header-actions .btn{font-size:12px;min-height:42px;padding-inline:14px}.menu-toggle{display:none;border-color:#41505a;color:white}.mobile-drawer{padding:12px 24px 20px;border-top:1px solid #ffffff1a;display:grid;gap:6px}.mobile-drawer a{padding:10px}.mobile-bottom{display:none}.site-footer{background:var(--dark);color:#acbac2;margin-top:80px;padding:44px 0 22px}.footer-top{display:grid;grid-template-columns:1.65fr 1fr 1fr 1fr;gap:36px}.footer-top h4{color:#e4e9eb;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}.footer-top a:not(.brand){display:block;font-size:13px;margin:10px 0}.footer-top a:hover{color:var(--copper)}.footer-top p{font-size:13px;max-width:280px;margin-top:16px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff12;padding-top:18px;margin-top:34px;font-size:11px}.footer-bottom button{border:0;background:transparent;color:#acbac2;font-size:11px;text-decoration:underline}
/* Landing */
.hero{background:var(--dark);color:#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:720px;height:720px;right:-150px;top:-180px;background:radial-gradient(ellipse,#3b4b502e,transparent 66%);pointer-events:none}.hero-inner{padding-top:55px;padding-bottom:55px;display:grid;grid-template-columns:1.13fr 1fr;gap:65px;align-items:center;position:relative}.hero .eyebrow{color:#bcc8cb;margin-bottom:24px}.hero h1 span{color:var(--copper)}.hero .lead{color:#b8c3c9;max-width:490px;font-size:16px;line-height:1.75;margin-bottom:25px}.hero-input{border:1px solid #ffffff26;border-radius:14px;padding:15px;background:#202c34;max-width:560px;box-shadow:0 12px 30px #0000001f}.hero-input textarea{resize:none;background:none;border:0;color:#fff;width:100%;font-size:15px;min-height:65px;padding:0;outline-offset:4px}.hero-input textarea::placeholder{color:#a8b5bd}.hero-input-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.hero-input-bottom small{color:#a8b5bd;font-size:11px;display:flex;align-items:center;gap:6px}.hero-input-bottom small svg{width:14px}.hero-alternative{margin:15px 0 0;display:flex;gap:7px;font-size:13px;color:#b6c0c5}.hero-alternative a{color:#fff;text-decoration:underline;text-underline-offset:3px}.hero-proof{display:flex;gap:21px;flex-wrap:wrap;margin-top:26px;font-size:11px;color:#a8b9c0}.hero-proof span{display:flex;gap:7px;align-items:center}.hero-proof svg{width:14px;height:14px;color:#dcad72}.hero-showcase{padding:25px 0;position:relative;min-width:0}.showcase-grid{position:absolute;inset:-50px -60px;background-image:linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(ellipse,#000 40%,transparent 74%);pointer-events:none}.showcase-label{color:#9eafb7;font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:15px;position:relative;display:flex;justify-content:space-between}.preview-task{background:#fcfbf6;color:var(--ink);border-radius:19px;padding:26px;position:relative;box-shadow:0 25px 60px #0000004d;transform:rotate(-1.1deg);border:1px solid #fff}.preview-task .eyebrow{color:#647078;margin:0;font-size:10px}.preview-task h3{font-size:26px;margin:20px 0 6px}.preview-task .task-loc{font-size:12px;color:#67747b;display:flex;gap:6px;align-items:center}.preview-specs{display:grid;grid-template-columns:1fr 1fr;margin:22px 0 20px;gap:17px}.preview-specs small{display:block;color:#7d8587;font-size:10px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:3px}.preview-specs strong{font-size:13px;font-weight:600}.preview-task-bottom{border-top:1px solid #e6e4dc;padding-top:17px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.preview-task-bottom strong{font-size:16px}.route-trail{position:relative;border:1px solid #ffffff22;background:#1c2b34;padding:15px 17px;margin:15px 16px 0;border-radius:12px;display:flex;align-items:center;justify-content:space-between;color:#b8c8ce;gap:8px;font-size:11px}.route-trail span{display:flex;align-items:center;gap:6px}.route-trail b{background:#3a493c;color:#c4d1bf;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:10px}.route-trail span:last-child b{background:#e2a155;color:#1b2224}.work-types{background:#e9e8e0;border-bottom:1px solid #dcded5;padding:17px 0}.work-types .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.work-types span{font-size:12px;color:#586168;display:flex;align-items:center;gap:8px}.work-types svg{color:#697a7b;width:17px;height:17px}.section{padding-top:56px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading p{color:var(--muted);margin:9px 0 0;font-size:14px}.section-heading .eyebrow{color:var(--muted);margin-bottom:11px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-tile{background:white;border:1px solid var(--line);border-radius:14px;padding:20px;text-align:left;display:flex;gap:14px;align-items:center;position:relative;min-height:94px;transition:border-color .15s,background .15s}.category-tile:hover{background:#fffcf5;border-color:#c8a26a}.category-tile .category-icon{width:42px;height:42px;background:#f4f3eb;border:1px solid #e8e8df;border-radius:12px;display:grid;place-items:center;flex-shrink:0;color:#836135}.category-tile strong{font-size:13px;font-weight:650;display:block}.category-tile small{font-size:11px;color:var(--muted);display:block;margin-top:4px}.category-tile .tile-arrow{margin-left:auto;width:15px;color:#8a938e}.category-tile:hover .category-icon{background:var(--soft-copper)}.home-market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.channel-band{background:#e8ece5;border:1px solid #dbe1d6;border-radius:18px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:24px}.channel-band h3{font-size:18px;margin:0 0 4px}.channel-band p{font-size:13px;color:#617069;margin:0}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.process-step{padding:28px;border-right:1px solid var(--line)}.process-step:last-child{border-right:0}.step-no{font-size:11px;letter-spacing:.08em;color:#937952;margin-bottom:28px;display:flex;align-items:center;gap:12px}.step-no:after{content:"";height:1px;width:50px;background:#dbcfbb}.process-step p{font-size:13px;color:var(--muted);margin:0}.executor-banner{display:grid;grid-template-columns:1.3fr .7fr;gap:30px;border-radius:20px;background:var(--dark);color:#fff;padding:40px 42px;position:relative;overflow:hidden}.executor-banner .eyebrow{color:#b8c2c6;margin-bottom:18px}.executor-banner h2{max-width:530px;font-size:34px}.executor-banner p{color:#adbec5;max-width:550px;font-size:14px}.executor-banner .side-brief{padding:25px;background:#26343d;border:1px solid #ffffff1a;border-radius:16px;align-self:center}.side-brief strong{display:block;font-size:14px;margin-bottom:14px}.side-brief span{display:block;font-size:12px;color:#b9c8ce;padding:9px 0;border-bottom:1px solid #ffffff14}.side-brief span:last-child{border:0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq details{padding:18px 0;border-bottom:1px solid var(--line)}.faq summary{font-size:15px;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px}.faq summary:after{content:'+';font-size:23px;font-weight:400;color:#87948a}.faq details[open] summary:after{content:'−'}.faq details p{font-size:14px;color:var(--muted);padding-top:13px;margin:0}
/* Market / profiles */
.page-head{padding-top:35px;padding-bottom:27px}.breadcrumbs{font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.breadcrumbs svg{width:13px;height:13px}.breadcrumbs a:hover{text-decoration:underline}.page-head h1{font-size:38px;margin:0 0 10px}.page-head p{color:var(--muted);font-size:14px;margin:0}.page-title-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.tabs{display:flex;gap:4px;flex-wrap:wrap;background:#e8e9e2;padding:5px;border-radius:12px;width:max-content;max-width:100%}.tabs button,.tabs a{border:0;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;background:transparent;color:#65706f;min-height:40px}.tabs .active{background:#fff;color:#202b2e;box-shadow:0 2px 5px #0000000a}.market-layout{display:grid;grid-template-columns:244px 1fr;gap:28px;align-items:start}.filter-panel{background:white;border:1px solid var(--line);border-radius:16px;padding:22px;position:sticky;top:103px}.filter-panel h3{font-size:15px;letter-spacing:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.filter-panel h4{font-size:11px;font-weight:650;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:22px 0 8px}.filter-category{display:flex;gap:10px;align-items:center;width:100%;border:0;background:transparent;min-height:39px;text-align:left;border-radius:8px;padding:8px 9px;font-size:12px;color:#58656b}.filter-category svg{width:16px;height:16px}.filter-category:hover{background:#f6f5ed}.filter-category.active{background:var(--soft-copper);color:#5c3d19;font-weight:650}.filter-panel input,.filter-panel select{width:100%;min-width:0;font-size:12px;padding:9px 10px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fdfdfa}.search-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.search-box{background:#fff;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:10px;padding:0 14px;flex:1;min-width:0}.search-box input{width:100%;border:0;background:transparent;padding:13px 0;min-width:0;outline-offset:1px;color:var(--ink);font-size:13px}.search-box svg{color:#8b999a;width:18px}.search-toolbar select{height:47px;border:1px solid var(--line);padding:0 12px;border-radius:10px;background:#fff;font-size:12px;color:#5b676b;max-width:185px}.results-count{display:flex;align-items:center;justify-content:space-between;margin:18px 0 15px;gap:12px;font-size:12px;color:var(--muted)}.listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.order-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:21px;min-width:0;display:flex;flex-direction:column;transition:box-shadow .16s,border-color .16s;box-shadow:0 4px 18px #18212702}.order-card:hover{border-color:#bdc5bc;box-shadow:var(--shadow)}.order-card .card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.card-category{display:flex;gap:9px;align-items:center;color:#69777b;font-size:10px;text-transform:uppercase;letter-spacing:.045em}.category-square{width:34px;height:34px;background:#f5f2e7;color:#8c7049;border-radius:9px;display:grid;place-items:center}.category-square svg{width:18px;height:18px}.order-card .icon-btn{border:0;width:32px;height:32px}.order-card .icon-btn svg{width:18px;height:18px}.order-card h3{font-size:18px;line-height:1.35;margin-bottom:13px;letter-spacing:-.02em}.order-card h3 a:hover{text-decoration:underline;text-underline-offset:4px}.card-meta{display:flex;gap:7px;align-items:flex-start;font-size:12px;color:var(--muted);margin:7px 0}.card-meta svg{width:15px;height:15px;margin-top:2px;color:#85938b}.order-card .tags{margin:14px 0 20px}.order-card .card-bottom{margin-top:auto;border-top:1px solid #eceee7;padding-top:15px;display:flex;justify-content:space-between;align-items:center;gap:10px}.card-price small{display:block;font-size:10px;color:#809089;margin-bottom:3px}.card-price strong{font-size:14px;font-weight:650;line-height:1.3;display:block}.card-bottom .btn{min-height:37px;padding:9px 12px;font-size:12px}.load-more{display:flex;justify-content:center;margin-top:25px}.empty{background:#fff;border:1px dashed #cbd3c9;border-radius:18px;text-align:center;padding:48px 22px;grid-column:1/-1}.empty .empty-icon{width:64px;height:64px;border-radius:50%;background:#f1f1e8;display:grid;place-items:center;margin:0 auto 18px;color:#81907e}.empty h3{font-size:22px}.empty p{max-width:430px;margin:0 auto 22px;font-size:14px;color:var(--muted)}.empty .button-row{justify-content:center}.filter-toggle{display:none}.pro-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px}.avatar{width:55px;height:55px;display:grid;place-items:center;font-size:17px;letter-spacing:.06em;background:#e9ede4;color:#405d51;border:1px solid #d8e0d4;border-radius:15px;flex-shrink:0;font-weight:600}.avatar.copper{background:#f6eddf;color:#88643a;border-color:#e6d7c0}.avatar.slate{background:#e8edf0;color:#496572;border-color:#d7e0e4}.pro-card-head{display:flex;gap:14px;align-items:center;margin-bottom:18px}.pro-card h3{font-size:17px;margin-bottom:3px}.pro-card-head p{font-size:12px;color:var(--muted);margin:0}.reputation{background:#f3f5f0;color:#667667;padding:11px 12px;border-radius:9px;font-size:11px;display:flex;gap:8px;align-items:flex-start;margin:17px 0}.reputation svg{width:15px;height:15px;flex-shrink:0}.pro-card .tags{margin-top:15px}.pro-card .card-meta{margin-top:12px}.pro-card .button-row{margin-top:18px}.pro-card .btn{flex:1}.pro-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
/* Detail / comparison */
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.panel h2{font-size:24px}.panel h3{font-size:18px}.panel p{font-size:14px;color:#5c696e}.detail-title{font-size:37px;line-height:1.2;margin:18px 0}.detail-headline{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--muted)}.detail-headline span{display:flex;gap:7px;align-items:center}.detail-headline svg{width:17px}.detail-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:22px 0}.detail-spec{padding:16px 0;border-bottom:1px solid #eceee6}.detail-spec small{display:block;font-size:11px;color:#788481;margin-bottom:4px}.detail-spec strong{font-size:14px;font-weight:550}.detail-sidebar{position:sticky;top:107px}.detail-sidebar .price-label{font-size:11px;color:var(--muted)}.detail-sidebar .price-large{font-size:27px;font-weight:650;line-height:1.15;letter-spacing:-.025em;margin:10px 0 20px}.detail-sidebar .notice{margin-top:18px}.mini-process{list-style:none;margin:21px 0 0;padding:0;display:grid;gap:17px;font-size:12px;color:var(--muted)}.mini-process li{display:flex;gap:10px;align-items:flex-start}.mini-process .n{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;width:20px;height:20px;flex-shrink:0;font-size:10px}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:25px}.offer-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.offer-card.recommended{border-color:#b5a075;box-shadow:0 0 0 1px #b5a075}.offer-card .offer-head{padding:22px;background:#f9faf6;border-bottom:1px solid var(--line)}.offer-card h3{font-size:17px;margin:0}.offer-card .offer-content{padding:22px;display:flex;flex-direction:column;flex:1}.offer-price{font-size:30px;font-weight:650;line-height:1.2;margin:14px 0 3px;letter-spacing:-.04em}.offer-price small{font-size:12px;letter-spacing:0}.cost-lines{margin:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;font-size:12px}.cost-lines div{display:flex;justify-content:space-between;margin:6px 0;gap:10px}.offer-note{font-size:12px;color:var(--muted);margin-bottom:13px}.offer-note strong{display:block;color:var(--ink);font-size:11px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.offer-card .btn{margin-top:auto}.comparison-footnote{font-size:12px;color:var(--muted);margin-top:20px;max-width:760px}
/* Wizard / forms */
.wizard-layout{display:grid;grid-template-columns:1fr 350px;gap:27px;align-items:start}.wizard-top{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-bottom:25px}.wizard-top h1{font-size:32px;margin:0}.draft-status{font-size:11px;color:#677970;display:flex;align-items:center;gap:6px}.draft-status svg{width:14px;height:14px}.steps{display:flex;margin-bottom:26px;gap:0;list-style:none;padding:0;counter-reset:s}.steps li{flex:1;min-width:0;position:relative}.steps li:before{content:"";position:absolute;height:1px;background:#d7ddd1;top:16px;left:18px;right:-18px}.steps li:last-child:before{display:none}.step-button{position:relative;display:flex;gap:8px;align-items:center;z-index:1;border:0;background:var(--paper);padding:0 9px 0 0;color:#79847d;font-size:11px;min-height:34px}.step-button b{width:32px;height:32px;border-radius:50%;border:1px solid #d7ddd1;background:var(--paper);display:grid;place-items:center;font-size:11px;font-weight:600}.steps .active .step-button{color:var(--ink);font-weight:650}.steps .active b{background:var(--dark);color:#fff;border-color:var(--dark)}.steps .done b{background:#dfe8d8;color:#446345;border-color:#cfdbc8}.wizard-panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;min-width:0}.wizard-panel h2{font-size:26px;margin-bottom:7px}.wizard-panel>.muted{font-size:13px;margin-bottom:24px}.field{margin-bottom:22px;min-width:0}.field label,.field .field-label{display:block;font-weight:600;font-size:13px;margin-bottom:8px;line-height:1.45}.field label small{color:var(--muted);font-weight:400;font-size:11px;margin-left:4px}.field input:not([type=checkbox]):not([type=radio]),.field textarea,.field select{border:1px solid #d4dad0;border-radius:10px;padding:12px 14px;background:#fdfefa;width:100%;min-width:0;color:var(--ink);font-size:14px;min-height:47px}.field textarea{resize:vertical;min-height:92px;line-height:1.55}.field input::placeholder,.field textarea::placeholder{color:#859087}.field .hint{display:block;color:#78877e;font-size:11px;margin-top:7px;line-height:1.5}.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--red)!important}.field-error{color:var(--red);font-size:12px;margin-top:7px;display:block}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.inline-choices{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.choice-chip{border:1px solid #dfe3d8;background:white;border-radius:8px;min-height:34px;padding:7px 11px;font-size:11px;text-align:left}.choice-chip:hover{border-color:#b99b6f;background:#fffbf4}.choice-chip.active{background:var(--soft-copper);border-color:#bb975e;color:#6a4c27}.unknown-row{display:flex;align-items:center;gap:8px;font-size:11px;color:#77857d;margin-top:9px;min-height:28px;cursor:pointer}.unknown-row input{accent-color:#54765e;width:15px;height:15px}.unknown-row.checked{color:#436847}.form-actions{display:flex;justify-content:space-between;gap:14px;padding-top:23px;border-top:1px solid var(--line);margin-top:25px}.form-actions .right{display:flex;gap:10px}.wizard-summary{background:var(--dark);color:#f0f2ee;border-radius:18px;padding:25px;position:sticky;top:106px}.wizard-summary .eyebrow{color:#a6b8c0;margin-bottom:18px}.wizard-summary h3{font-size:22px;line-height:1.28;margin:0 0 20px}.summary-row{padding:11px 0;border-bottom:1px solid #ffffff15;font-size:12px}.summary-row:last-of-type{border:0}.summary-row dt{color:#93a9b4;font-size:10px;text-transform:uppercase;letter-spacing:.055em;margin-bottom:4px}.summary-row dd{margin:0;overflow-wrap:anywhere}.summary-empty{font-size:12px;color:#9db0b9;padding:14px 0}.summary-footer{margin-top:22px;border-top:1px solid #ffffff24;padding-top:16px;font-size:11px;color:#a7b9c1;display:flex;gap:8px}.summary-footer svg{width:15px;height:15px}.summary-progress{height:3px;background:#3b4850;border-radius:4px;margin-top:24px}.summary-progress span{display:block;height:3px;background:var(--copper);border-radius:4px;transition:width .15s}.profile-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 20px;max-height:280px;overflow:auto}.profile-option{border:1px solid var(--line);border-radius:10px;background:white;text-align:left;padding:11px 12px;font-size:12px;display:flex;gap:9px;align-items:center;min-height:46px}.profile-option svg{width:16px;height:16px;color:#937446}.profile-option.active{border-color:#bd9054;background:#fff9ec;color:#6d4b1e}.brief-check{display:grid;gap:0;margin:20px 0}.brief-check div{display:grid;grid-template-columns:135px 1fr;gap:15px;padding:11px 0;border-bottom:1px solid #e9ebe4;font-size:13px;min-width:0}.brief-check dt{color:var(--muted)}.brief-check dd{margin:0;overflow-wrap:anywhere}.price-options{display:grid;gap:8px;margin:20px 0}.price-option{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:11px;padding:15px;cursor:pointer;min-width:0}.price-option input{accent-color:#916326;flex-shrink:0;margin:3px 0 0}.price-option.selected{border-color:#c39a60;background:#fffaf0}.price-option strong{font-size:13px;display:block}.price-option small{font-size:11px;color:var(--muted);display:block;margin-top:3px}.route-heading{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:650;margin:24px 0 14px;color:#7d6542}.route-heading .dot{width:8px;height:8px;border:2px solid #b08b50;border-radius:50%}.safety-note{border-left:3px solid #bf8e49;background:#fcf7ed;padding:13px 15px;color:#7a633e;font-size:12px;margin:18px 0}.advanced{margin:20px 0;border:1px solid var(--line);border-radius:10px;padding:13px 15px}.advanced summary{cursor:pointer;font-size:12px;font-weight:600}.advanced[open] summary{margin-bottom:20px}.advanced .field:last-child{margin-bottom:0}.sample-load{display:flex;gap:10px;align-items:center;margin-bottom:24px;padding:10px 13px;border:1px dashed #d6c9b3;border-radius:10px;font-size:11px;color:#827258;background:#fffdf7}.sample-load .text-link{font-size:11px;white-space:nowrap;margin-left:auto}.draft-success{max-width:700px;margin:45px auto}.success-mark{height:70px;width:70px;display:grid;place-items:center;border-radius:50%;background:#eaf3e5;color:#517d50;margin-bottom:24px}.success-mark svg{width:32px;height:32px}
/* Workspace */
.workspace-layout{display:grid;grid-template-columns:230px 1fr;gap:27px;align-items:start}.workspace-nav{padding:20px 14px;background:#fff;border:1px solid var(--line);border-radius:17px;position:sticky;top:107px}.workspace-nav-title{padding:5px 12px 16px;border-bottom:1px solid var(--line);margin-bottom:12px}.workspace-nav-title strong{font-size:14px}.workspace-nav-title small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.workspace-nav a{display:flex;align-items:center;gap:10px;min-height:43px;padding:10px 12px;font-size:13px;border-radius:9px;color:#65746b}.workspace-nav a.active{background:var(--soft-copper);color:#674723;font-weight:600}.workspace-nav a:hover{background:#f5f5ed}.workspace-nav a svg{width:17px;height:17px}.workspace-nav .nav-divider{margin:15px 12px;border-top:1px solid var(--line)}.workspace-main{min-width:0}.workspace-main h2{font-size:27px}.workspace-welcome{border-radius:18px;background:#e8ede4;padding:24px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.workspace-welcome h3{margin-bottom:5px}.workspace-welcome p{font-size:13px;color:#637464;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:17px}.stat-card strong{font-size:27px;display:block;font-weight:600;letter-spacing:-.03em}.stat-card span{font-size:11px;color:var(--muted)}.workspace-item{padding:21px 23px;border:1px solid var(--line);border-radius:14px;background:#fff;margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace-item h3{font-size:17px;margin:7px 0}.workspace-item p{font-size:12px;color:var(--muted);margin:0}.workspace-item .button-row{flex-shrink:0}.profile-form{max-width:820px}.profile-form .avatar{width:65px;height:65px}.mini-head{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:25px}.category-checks{display:flex;flex-wrap:wrap;gap:8px}.category-check{border:1px solid var(--line);border-radius:8px;padding:9px 12px;display:flex;align-items:center;gap:8px;font-size:12px;cursor:pointer}.category-check input{accent-color:#886233}.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.channel-card{border:1px solid var(--line);background:white;border-radius:18px;padding:30px}.channel-icon{width:60px;height:60px;background:#edf1f0;border:1px solid #dce4e0;border-radius:17px;display:grid;place-items:center;color:#526f7a;margin-bottom:24px}.channel-icon svg{width:27px;height:27px}.channel-card h2{font-size:25px}.channel-card p{color:var(--muted);font-size:14px}.link-field{font-size:12px;background:#f6f7f2;border:1px solid var(--line);padding:11px 12px;border-radius:8px;overflow-wrap:anywhere;margin:20px 0}.channel-card .button-row .btn{flex:1}.channel-grid+.notice{margin-top:22px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-intro{font-size:19px;line-height:1.65;max-width:820px;color:#5b6c71}.about-feature{padding:27px;background:white;border:1px solid var(--line);border-radius:17px}.about-feature .icon{height:40px;width:40px;border-radius:10px;background:var(--soft-copper);color:#8b6b38;margin-bottom:20px}.about-feature h3{font-size:19px}.about-feature p{color:var(--muted);font-size:14px;margin-bottom:0}
/* Dialogs and feedback */
dialog{border:1px solid #d3d9ce;border-radius:19px;padding:0;max-width:min(560px,calc(100vw - 28px));width:560px;max-height:calc(100dvh - 40px);background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #00000040;overflow:auto}dialog::backdrop{background:#09161ec4;backdrop-filter:blur(4px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid var(--line)}.dialog-head h2{font-size:22px;margin:0}.dialog-head .icon-btn{width:34px;height:34px}.dialog-body{padding:24px}.dialog-body>p{font-size:14px;color:var(--muted)}.dialog-body .btn.full{margin-top:10px}.dialog-body .field:last-child{margin-bottom:0}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;flex-wrap:wrap}.toast-region{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:100;width:max-content;max-width:calc(100vw - 35px);pointer-events:none}.toast{background:#20332d;color:#edf4ee;border:1px solid #61766c;border-radius:11px;padding:13px 20px;box-shadow:0 10px 40px #00000022;font-size:13px;display:flex;gap:9px;align-items:center}.toast.error{background:#592d27;border-color:#a9766e}.copy-preview{display:block;width:100%;min-height:160px;border:1px solid var(--line);border-radius:10px;padding:14px;background:#fff;color:var(--ink);font-size:13px;line-height:1.7;resize:vertical}.modal-list{display:grid;gap:9px}.modal-list button{width:100%;text-align:left;justify-content:flex-start}.spinner{width:28px;height:28px;border:2px solid #d7e0d4;border-top-color:#936331;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 17px}.skeleton{border:1px solid var(--line);background:#f1f3ec;border-radius:16px;min-height:267px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,#ffffff88,transparent);animation:shimmer 1.4s infinite}.not-connected{margin:28px 0}.policy-note{font-size:11px;color:var(--muted);line-height:1.6}.policy-note a{text-decoration:underline;text-underline-offset:3px}.notice a{text-decoration:underline}.checkbox-label{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.6;color:#607067}.checkbox-label input{margin-top:4px;accent-color:#5f7358}.field-count{font-size:10px;color:#78907c;margin-left:auto}.mobile-only{display:none}.desktop-only{display:block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{transform:translateX(100%)}}
@media(min-width:1600px){:root{--max:1320px}.hero-inner{gap:90px}.hero h1{font-size:68px}}
@media(max-width:1200px){.header-inner{gap:22px}.top-nav{gap:17px}.header-location{display:none}.hero-inner{gap:35px}.hero h1{font-size:54px}.category-grid{grid-template-columns:repeat(4,1fr)}.category-tile{padding:16px;gap:10px}.category-tile .tile-arrow{display:none}.wizard-layout{grid-template-columns:1fr 305px;gap:20px}.wizard-panel{padding:23px}.market-layout{grid-template-columns:225px 1fr;gap:20px}.home-market-grid{gap:12px}.order-card{padding:18px}.order-card h3{font-size:17px}}
@media(max-width:1020px){.container{padding:0 24px}.top-nav{gap:16px}.top-nav a{font-size:12px}.top-nav a:nth-child(3){display:none}.header-inner{min-height:74px;gap:20px}.brand-title{font-size:15px}.brand img{width:40px;height:40px}.header-actions .login-btn{display:none}.hero-inner{padding-top:42px;padding-bottom:40px;gap:28px}.hero h1{font-size:45px}.hero .lead{font-size:14px}.hero-input-bottom small{max-width:100px}.hero-input .btn{font-size:12px;padding-inline:13px}.hero-proof{gap:13px;font-size:10px}.preview-task{padding:21px}.preview-task h3{font-size:23px}.preview-task-bottom strong{font-size:13px}.route-trail{font-size:10px;margin-inline:5px;padding:12px}.category-grid{grid-template-columns:repeat(3,1fr)}.home-market-grid{grid-template-columns:1fr 1fr}.home-market-grid .order-card:last-child{display:none}.market-layout{grid-template-columns:200px 1fr;gap:18px}.filter-panel{padding:16px}.listing-grid{grid-template-columns:1fr}.detail-layout{grid-template-columns:1fr 295px;gap:20px}.detail-title{font-size:30px}.panel{padding:23px}.wizard-layout{grid-template-columns:1fr}.wizard-summary{position:relative;top:auto;margin-top:5px}.wizard-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.summary-footer{margin-top:14px}.wizard-summary h3{font-size:20px;margin-bottom:10px}.wizard-summary .summary-progress{margin-top:14px}.footer-top{gap:22px}.workspace-layout{grid-template-columns:200px 1fr;gap:19px}.comparison-grid{gap:12px}.offer-card .offer-head,.offer-card .offer-content{padding:18px}.offer-card .pro-card-head{display:block}.offer-card .avatar{margin-bottom:12px}.executor-banner{padding:32px;gap:24px}.faq{gap:30px}.page-head h1{font-size:34px}}
@media(max-width:767px){.container{padding:0 20px}.demo-strip .container{font-size:10px;padding-block:5px;min-height:30px}.demo-strip .demo-detail{display:none}.demo-strip button{font-size:10px}.site-header{position:sticky}.header-inner{min-height:67px;gap:12px;justify-content:space-between}.top-nav,.header-actions .header-create{display:none}.menu-toggle{display:inline-flex}.header-actions{gap:8px}.header-actions .mobile-account{display:inline-flex}.brand-title{font-size:14px}.brand-caption{font-size:9px}.brand img{height:37px;width:37px;border-radius:9px}.mobile-bottom{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;justify-content:space-around;background:#fdfdfbf2;backdrop-filter:blur(12px);border-top:1px solid #d9ded4;padding:7px 8px calc(6px + var(--safe-bottom))}.mobile-bottom a{font-size:9px;color:#647267;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:52px;min-height:43px;justify-content:center}.mobile-bottom a svg{height:20px;width:20px}.mobile-bottom a.active{color:#946c31}.mobile-bottom a.nav-plus span{background:var(--dark);padding:8px 17px;border-radius:12px;color:#f1b66e;margin-top:-19px;border:4px solid var(--paper)}.site-footer{margin-top:55px;padding-bottom:90px}.footer-top{grid-template-columns:1fr 1fr;gap:25px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:1/-1}.footer-top p{max-width:330px}.footer-bottom{display:block;font-size:10px}.footer-bottom span{display:block;margin-bottom:8px}.hero-inner{grid-template-columns:1fr;gap:15px;padding-top:35px;padding-bottom:30px}.hero h1{font-size:45px;max-width:520px;margin-bottom:18px}.hero .eyebrow{font-size:9px;margin-bottom:18px}.hero .lead{font-size:14px;max-width:420px;margin-bottom:22px}.hero-input{max-width:none;padding:14px}.hero-input textarea{min-height:62px;font-size:14px}.hero-input-bottom small{max-width:140px;font-size:10px}.hero-input-bottom .btn{font-size:12px}.hero-proof{font-size:10px;gap:16px;margin-top:22px}.hero-showcase{padding-top:18px;padding-bottom:3px;max-width:520px;width:100%;margin:auto}.showcase-label{margin-bottom:13px}.preview-task{padding:21px;transform:none}.preview-task h3{font-size:24px;margin-top:15px}.preview-specs{margin:17px 0;gap:12px}.preview-specs strong{font-size:12px}.preview-task-bottom{padding-top:14px}.preview-task-bottom strong{font-size:14px}.route-trail{margin:12px 0 0;font-size:10px}.showcase-grid{inset:0 -20px}.work-types{padding:14px 0}.work-types .container{gap:10px 18px;justify-content:flex-start}.work-types span{font-size:10px}.work-types svg{width:14px}.section{padding-top:38px}.section-heading{align-items:flex-start;margin-bottom:20px}.section-heading h2{font-size:27px}.section-heading p{font-size:13px}.section-heading .text-link{font-size:12px;flex-shrink:0;margin-top:6px}.section-heading .eyebrow{font-size:9px}.category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-tile{padding:14px 11px;min-height:83px;gap:10px}.category-tile .category-icon{height:31px;width:31px;border-radius:9px}.category-icon svg{width:16px}.category-tile strong{font-size:11px}.category-tile small{font-size:9px}.home-market-grid{grid-template-columns:1fr;gap:12px}.home-market-grid .order-card:last-child{display:flex}.order-card{padding:19px}.order-card h3{font-size:18px}.channel-band{padding:22px;display:block;border-radius:15px}.channel-band .button-row{margin-top:17px;gap:9px}.channel-band .btn{font-size:12px;flex:1;padding-inline:12px}.channel-band h3{font-size:17px}.channel-band p{font-size:12px}.process-grid{grid-template-columns:1fr}.process-step{border-right:0;border-bottom:1px solid var(--line);padding:24px}.process-step:last-child{border-bottom:0}.step-no{margin-bottom:13px}.process-step h3{font-size:19px}.executor-banner{grid-template-columns:1fr;padding:27px 23px;gap:20px;border-radius:16px}.executor-banner h2{font-size:29px}.executor-banner p{font-size:13px}.executor-banner .side-brief{padding:19px}.faq{grid-template-columns:1fr;gap:5px}.faq h2{font-size:27px}.faq summary{font-size:14px}.page-head{padding-top:27px;padding-bottom:22px}.page-head h1{font-size:30px}.page-head p{font-size:13px}.page-title-row{align-items:flex-start}.page-title-row>.btn{font-size:11px;min-height:40px;padding:10px;max-width:135px}.breadcrumbs{font-size:11px;margin-bottom:18px}.market-layout{grid-template-columns:1fr}.filter-panel{display:none;position:static}.filter-panel.mobile-expanded{display:block;margin-bottom:8px}.filter-toggle{display:inline-flex}.search-toolbar{gap:8px;flex-wrap:wrap}.search-toolbar select{max-width:none;flex:1;height:42px;font-size:12px}.search-box{flex-basis:100%;order:-1}.search-box input{font-size:14px}.listing-grid{grid-template-columns:1fr}.tabs{width:100%}.tabs button,.tabs a{flex:1;text-align:center;font-size:12px;padding:9px 10px}.results-count{font-size:11px;margin-top:16px}.pro-directory{grid-template-columns:1fr}.detail-layout{grid-template-columns:1fr}.detail-sidebar{position:static}.panel{padding:22px}.detail-title{font-size:30px}.detail-headline{font-size:12px;gap:9px}.detail-spec-grid{gap:0 16px}.detail-spec strong{font-size:13px}.comparison-grid{grid-template-columns:1fr;gap:15px}.offer-card .pro-card-head{display:flex}.offer-card .avatar{margin-bottom:0}.offer-card .offer-head,.offer-card .offer-content{padding:22px}.offer-note{font-size:13px}.wizard-top{align-items:flex-start;gap:15px;margin-bottom:19px}.wizard-top h1{font-size:27px}.wizard-top>.btn{font-size:11px;min-height:36px;padding:9px;max-width:120px}.steps{margin-bottom:22px}.step-button{display:block;font-size:10px;text-align:left;padding-right:5px}.step-button b{margin-bottom:6px}.steps li:before{top:15px}.wizard-panel{padding:22px 18px;border-radius:15px}.wizard-panel h2{font-size:24px}.wizard-panel>.muted{font-size:12px}.field-grid{grid-template-columns:1fr;gap:0}.field input:not([type=checkbox]):not([type=radio]),.field textarea,.field select{font-size:16px;padding:12px;min-height:49px}.field label,.field .field-label{font-size:13px}.profile-picker{grid-template-columns:1fr 1fr;gap:6px;max-height:260px}.profile-option{font-size:11px;padding:10px 8px;gap:6px}.profile-option svg{width:14px;height:14px}.wizard-summary{padding:22px}.wizard-summary dl{grid-template-columns:1fr}.wizard-summary h3{font-size:21px}.form-actions{gap:6px;align-items:center}.form-actions .right{gap:6px}.form-actions .btn{font-size:12px;padding:11px 12px}.brief-check div{grid-template-columns:1fr;gap:4px;padding:12px 0}.brief-check dt{font-size:11px}.brief-check dd{font-size:13px}.sample-load{flex-wrap:wrap;gap:5px}.sample-load .text-link{margin-left:0}.workspace-layout{grid-template-columns:1fr;gap:15px}.workspace-nav{position:static;padding:10px;display:flex;flex-wrap:wrap;gap:4px}.workspace-nav-title{display:none}.workspace-nav a{min-height:38px;font-size:11px;gap:5px;padding:8px 10px}.workspace-nav a svg{width:15px}.workspace-nav .nav-divider{display:none}.workspace-welcome{padding:20px;display:block}.workspace-welcome .btn{margin-top:15px}.stat-grid{gap:8px}.stat-card{padding:13px}.stat-card strong{font-size:23px}.stat-card span{font-size:10px}.workspace-item{display:block;padding:20px}.workspace-item .button-row{margin-top:15px}.workspace-item .btn{font-size:12px;flex:1}.workspace-item h3{font-size:17px}.channel-grid,.about-grid{grid-template-columns:1fr}.channel-card{padding:24px}.channel-card h2{font-size:24px}.about-intro{font-size:16px}.toast-region{bottom:88px}.empty{padding:34px 19px}.empty h3{font-size:21px}.dialog-head{padding:17px 19px}.dialog-head h2{font-size:21px}.dialog-body{padding:20px}.dialog-actions .btn{flex:1}.mobile-only{display:block}.desktop-only{display:none}}
@media(max-width:374px){.container{padding-inline:15px}.hero h1{font-size:39px}.hero-input-bottom{align-items:flex-end}.hero-input-bottom small{max-width:105px}.hero-input-bottom .btn{font-size:11px;padding-inline:10px}.category-tile{gap:8px;padding-inline:9px}.category-tile .category-icon{height:26px;width:26px}.category-tile strong{font-size:10px}.brand-title{font-size:13px}.brand-caption{font-size:8px}.hero-proof{gap:10px}.wizard-panel{padding-inline:15px}.page-head h1{font-size:27px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
@media print{.site-header,.demo-strip,.site-footer,.mobile-bottom,.toast-region,.form-actions,.button-row,button{display:none!important}body{background:white;color:#111}.container{max-width:none;padding:0}.detail-layout,.wizard-layout{display:block}.panel{border:0}.wizard-summary{background:white;color:#111;position:static}.wizard-summary dt{color:#555}}

.summary-toggle{background:#ffffff0a;border:1px solid #ffffff22;border-radius:8px;color:#d4dfe3;width:100%;padding:10px 12px;text-align:left;font-size:12px;min-height:40px}.summary-toggle svg{width:14px;height:14px;float:right}.field .hint{color:#617368}.unknown-row{color:#617368}.card-price small{color:#607168}
@media(max-width:767px){.wizard-summary .summary-content{display:none}.wizard-summary .summary-content.expanded{display:block}.wizard-summary .summary-content.expanded dl{margin-top:15px}}
