@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Onest:wght@400;500;600;700&display=swap";:root{--ink:#18221c;--muted:#69736c;--line:#e2e7e2;--paper:#fff;--canvas:#f4f6f2;--green:#275f46;--green-dark:#194532;--green-soft:#e7f0e9;--lime:#ddec94;--terracotta:#c86945;--warm:#f2eee7;--shadow:0 14px 42px #1f332714;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0;font-family:Onest,Arial,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.app-shell{min-height:100vh;padding-top:72px;padding-left:228px}.topbar{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#fffffff2;align-items:center;gap:28px;height:72px;padding:0 24px;display:flex;position:fixed;inset:0 0 auto}.brand{cursor:pointer;background:0 0;border:0;align-items:center;min-width:220px;padding:0;display:flex}.brand-logo{flex:none;display:block;position:relative;overflow:hidden}.brand-logo img{filter:contrast(1.08)brightness(1.02);max-width:none;height:auto;position:absolute}.brand-logo-full{width:210px;height:38px}.brand-logo-full img{width:287px;top:-55px;left:-38px}.brand-logo-mark{width:44px;height:38px;display:none}.brand-logo-mark img{width:370px;top:-72px;left:-49px}.searchbar{color:#7c867f;background:#f2f4f1;border:1px solid #edf0ec;border-radius:12px;flex:1;align-items:center;gap:10px;max-width:710px;height:44px;padding-left:14px;display:flex}.searchbar input{min-width:90px;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.searchbar input::placeholder{color:#89918c}.city{cursor:pointer;background:0 0;border:0;border-left:1px solid #dce1dc;align-items:center;gap:6px;height:42px;padding:0 14px;font-size:14px;display:flex}.top-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.primary{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:47px;padding:0 19px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 8px 18px #275f462e}.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.primary.compact{height:42px}.primary.full{width:100%}.icon-btn{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;position:relative}.has-dot:after{content:"";background:#df654f;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.account{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:2px 0 2px 3px;display:flex}.account>span:nth-child(2){gap:2px;display:grid}.account b{font-size:13px}.account small{color:var(--muted);font-size:11px}.avatar{color:#fff;background:linear-gradient(135deg,#345f4a,#7f9d6e);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;display:block}.avatar.small{width:36px;height:36px}.avatar.large{border:5px solid #fff;width:62px;height:62px;font-size:17px;box-shadow:0 4px 20px #0000001a}.avatar.xl{border:6px solid #fff;width:104px;height:104px;font-size:27px;box-shadow:0 5px 25px #00000021}.mobile-menu{display:none}.sidebar{z-index:50;border-right:1px solid var(--line);background:#fff;flex-direction:column;width:228px;padding:26px 16px 18px;display:flex;position:fixed;top:72px;bottom:0;left:0;overflow-y:auto}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:#879087;margin:0;font-size:11px;font-weight:700}.sidebar-section{gap:4px;display:grid}.sidebar-section .eyebrow{padding:0 11px 10px}.sidebar-section>button{color:#58635b;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;height:45px;padding:0 11px;font-size:14px;display:flex}.sidebar-section>button:hover{color:var(--ink);background:#f3f5f2}.sidebar-section>button.active{background:var(--green-soft);color:var(--green);font-weight:650}.sidebar-section button em{background:var(--green);color:#fff;border-radius:7px;place-items:center;width:21px;height:21px;margin-left:auto;font-size:11px;font-style:normal;display:grid}.sidebar-section .nav-lock{color:#9da59f;margin-left:auto}.sidebar-section.secondary{border-top:1px solid var(--line);margin-top:18px;padding-top:20px}.wallet-card{color:#fff;background:#193f2f;border-radius:14px;margin-top:18px;padding:14px}.wallet-card>div{color:#c3d3c9;justify-content:space-between;font-size:12px;display:flex}.wallet-card strong{margin:7px 0 12px;font-family:Manrope;font-size:21px;display:block}.wallet-card button{background:var(--lime);color:var(--ink);cursor:pointer;border:0;border-radius:8px;width:100%;height:33px;font-size:12px;font-weight:700}.side-help{background:var(--warm);border-radius:14px;margin-top:auto;padding:14px}.side-help span{font-size:13px;font-weight:700}.side-help p{color:var(--muted);margin:5px 0 11px;font-size:11px;line-height:1.45}.side-help button{color:var(--green);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:700}main{min-height:calc(100vh - 72px)}.feed-layout{grid-template-columns:minmax(0,1fr) 312px;gap:24px;max-width:1400px;margin:0 auto;padding:30px;display:grid}.content{min-width:0}.feed-intro{color:#fff;background:#183b2e;border-radius:22px;padding:40px 42px;position:relative;overflow:hidden}.feed-intro:after{content:"";background:radial-gradient(circle at 35% 65%,#ddec9466,#ddec9400 68%);border-radius:50%;width:340px;height:340px;position:absolute;top:-120px;right:-80px}.feed-intro>div{color:#d5e2d9;text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.live-dot{background:var(--lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #ddec941f}.feed-intro h1{letter-spacing:-3.6px;z-index:1;max-width:720px;margin:26px 0 20px;font-family:Manrope;font-size:clamp(36px,4.3vw,65px);line-height:.98;position:relative}.feed-intro h1 i{color:var(--lime);font-family:Georgia,serif;font-weight:400}.feed-intro p{color:#d1ddd5;z-index:1;max-width:630px;margin:0;font-size:15px;line-height:1.65;position:relative}.category-nav{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0;display:grid}.category-strip{scrollbar-width:none;scroll-behavior:smooth;gap:9px;min-width:0;padding:20px 0 10px;display:flex;overflow-x:auto}.category-strip::-webkit-scrollbar{display:none}.category-strip button{white-space:nowrap;border:1px solid var(--line);cursor:pointer;color:#536058;background:#fff;border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 13px 0 8px;font-size:12px;display:flex}.category-strip button span{width:27px;height:27px;color:var(--green);background:#eff2ee;border-radius:8px;place-items:center;font-size:15px;display:grid}.category-strip button.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.category-strip button.selected span{color:var(--lime);background:#ffffff21}.category-scroll-controls{gap:4px;padding-bottom:10px;display:flex}.category-arrow{border:1px solid var(--line);width:38px;height:40px;color:var(--green);cursor:pointer;background:#fff;border-radius:10px;place-items:center;padding:0;transition:opacity .2s,transform .2s;display:grid}.category-arrow:hover:not(:disabled){transform:translateY(-1px)}.category-arrow:disabled{opacity:.32;cursor:default}.feed-title-row,.section-title,.rail-heading{justify-content:space-between;align-items:center;display:flex}.feed-title-row{margin:24px 0 14px}.feed-title-row h2,.section-title h2{letter-spacing:-.6px;margin:0;font-family:Manrope}.feed-title-row button,.section-title button{color:var(--muted);cursor:pointer;background:0 0;border:0;gap:6px;font-size:12px;display:flex}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.post-card{border-radius:var(--radius);border:1px solid var(--line);background:#fff;overflow:hidden;box-shadow:0 5px 18px #1f332709}.post-card:first-child{grid-column:span 2}.post-card:first-child .post-image{aspect-ratio:2}.post-image{aspect-ratio:1.32;background:#ddd;position:relative;overflow:hidden}.post-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.post-card:hover .post-image img{transform:scale(1.025)}.post-image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000059);position:absolute;inset:55% 0 0}.post-category{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:600;position:absolute;top:14px;left:14px}.post-image>button{z-index:2;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#141e186b;border:0;border-radius:10px;place-items:center;width:37px;height:37px;display:grid;position:absolute;top:14px;right:14px}.post-image>button.saved{color:var(--green);background:#fff}.post-price{z-index:2;color:#fff;font-size:13px;font-weight:700;position:absolute;bottom:14px;left:14px}.media-carousel,.media-stage{width:100%;height:100%;min-height:0;position:relative}.media-stage img,.media-stage video{object-fit:cover;background:#161b18;width:100%;height:100%;display:block}.media-stage video{z-index:1;position:relative}.media-arrow{z-index:4;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;opacity:0;background:#0f161294;border:0;border-radius:50%;place-items:center;width:36px;height:36px;transition:opacity .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.media-carousel:hover .media-arrow,.media-carousel:focus-within .media-arrow{opacity:1}.media-arrow:hover{background:#0f1612d1}.media-arrow.previous{left:12px}.media-arrow.next{right:12px}.media-count,.video-label{z-index:4;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f16129e;border-radius:999px;align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex;position:absolute}.media-count{padding:6px 9px;bottom:13px;right:13px}.video-label{padding:6px 9px;top:13px;left:13px}.media-dots{z-index:4;gap:5px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.media-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:50%;width:6px;height:6px;padding:0;box-shadow:0 1px 4px #0000004d}.media-dots button.active{background:#fff;border-radius:4px;width:18px}.post-body{padding:16px 17px 15px}.author-row{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:0;display:flex}.author-row>span:nth-child(2){gap:3px;display:grid}.author-row b{align-items:center;gap:4px;font-size:13px;display:flex}.author-row b svg{color:var(--green)}.author-row small{color:var(--muted);align-items:center;gap:3px;font-size:10px;display:flex}.author-row small svg:last-child{color:#e2a534}.author-row>svg{color:#8c958e;margin-left:auto}.post-body h3{letter-spacing:-.5px;margin:16px 0 7px;font-family:Manrope;font-size:18px}.post-body>p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.post-meta{border-top:1px solid #eef1ed;align-items:center;gap:15px;margin-top:14px;padding-top:13px;display:flex}.post-meta button{cursor:pointer;color:var(--muted);background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;display:flex}.post-meta button.liked{color:#d75c50}.post-meta>span{color:#9ba19c;margin-left:auto;font-size:10px}.empty{text-align:center;color:var(--muted);border-radius:var(--radius);border:1px dashed #cdd4cd;grid-column:1/-1;padding:80px}.empty h3{color:var(--ink);margin-bottom:5px}.right-rail{align-content:start;gap:15px;min-width:0;height:max-content;display:grid;position:sticky;top:94px}.request-card{background:var(--warm);border-radius:var(--radius);padding:23px;position:relative;overflow:hidden}.request-card:after{content:"";background:var(--lime);opacity:.35;border-radius:50%;width:120px;height:120px;position:absolute;top:-50px;right:-45px}.request-card h3{letter-spacing:-.7px;z-index:1;margin:13px 0 10px;font-family:Manrope;font-size:22px;line-height:1.17;position:relative}.request-card>p{color:var(--muted);font-size:12px;line-height:1.55}.request-card .primary{justify-content:space-between;width:100%;margin-top:5px}.trust-row{align-items:center;margin-top:18px;display:flex}.trust-row>span{color:#fff;border:2px solid var(--warm);background:#738e7b;border-radius:50%;place-items:center;width:29px;height:29px;margin-right:-6px;font-size:9px;font-weight:700;display:grid}.trust-row small{color:var(--muted);margin-left:13px;font-size:9px;line-height:1.2}.trust-row small b{color:var(--ink);font-size:12px}.rail-block{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px}.rail-heading h3{margin:0 0 12px;font-size:15px}.rail-heading button{color:var(--green);background:0 0;border:0;font-size:11px;font-weight:700}.mini-pro{cursor:pointer;text-align:left;background:0 0;border:0;border-top:1px solid #f0f2ef;align-items:center;gap:9px;width:100%;padding:9px 0;display:flex}.mini-pro>span:nth-child(2){gap:2px;display:grid;overflow:hidden}.mini-pro b{white-space:nowrap;font-size:11px}.mini-pro small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.mini-pro em{color:#9c6a20;align-items:center;gap:2px;margin-left:auto;font-size:10px;font-style:normal;display:flex}.safety-note{color:var(--green);background:#edf4ef;border:1px solid #d9e5dc;border-radius:14px;gap:11px;padding:15px;display:flex}.safety-note b{font-size:11px}.safety-note p{color:#66766b;margin:3px 0 0;font-size:9px;line-height:1.5}.page-wrap{max-width:1240px;margin:0 auto;padding:40px 34px 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.page-heading h1,.dashboard-greeting h1{letter-spacing:-2px;margin:8px 0 6px;font-family:Manrope;font-size:42px}.page-heading p,.dashboard-greeting p{color:var(--muted);margin:0;font-size:14px}.filter-btn,.secondary-btn{cursor:pointer;background:#fff;border:1px solid #d6ddd7;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:43px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.filter-line{scrollbar-width:none;gap:8px;margin-bottom:20px;display:flex;overflow:auto}.filter-line button{white-space:nowrap;border:1px solid var(--line);cursor:pointer;color:var(--muted);background:#fff;border-radius:10px;padding:9px 14px;font-size:12px}.filter-line button.active{background:var(--green);color:#fff;border-color:var(--green)}.contractor-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.contractor-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.contractor-cover{aspect-ratio:1.8;position:relative;overflow:hidden}.contractor-cover img{object-fit:cover;width:100%;height:100%}.contractor-cover>button{width:37px;height:37px;color:var(--green);cursor:pointer;background:#ffffffe6;border:0;border-radius:10px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.contractor-info{padding:0 17px 16px;position:relative}.contractor-info .avatar{margin-top:-30px;position:relative}.verify-line{color:var(--green);align-items:center;gap:3px;font-size:9px;display:flex;position:absolute;top:8px;right:16px}.contractor-info h3{margin:10px 0 2px;font-family:Manrope;font-size:18px}.contractor-info>p{color:var(--muted);margin:0;font-size:11px}.metrics{color:var(--muted);justify-content:space-between;align-items:center;padding:13px 0;font-size:10px;display:flex}.metrics span:first-child{align-items:center;gap:3px;display:flex}.metrics svg{color:#d59c38}.card-footer{border-top:1px solid #edf0ec;align-items:center;padding-top:13px;display:flex}.card-footer b{font-size:12px}.card-footer button{color:var(--green);cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:11px;font-weight:700}.stats-strip{background:var(--ink);color:#fff;border-radius:17px;grid-template-columns:repeat(3,1fr);margin-bottom:18px;padding:19px 24px;display:grid}.stats-strip>div{border-right:1px solid #ffffff21;justify-content:center;align-items:center;gap:12px;display:flex}.stats-strip>div:last-child{border:0}.stats-strip span{color:#b7c1ba;font-size:11px}.stats-strip b{font-family:Manrope;font-size:20px}.application-list{gap:12px;display:grid}.application-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:20px}.application-card.detailed{padding:0;overflow:hidden}.application-card.created{border-color:#a9c4b2;box-shadow:0 8px 24px #275f4614}.application-card.detailed .app-top{padding:16px 20px 0}.app-top>div{align-items:center;gap:7px;display:flex}.created-label{color:#52611f;text-transform:uppercase;background:#eef1c9;border-radius:7px;align-items:center;padding:6px 9px;font-size:9px;font-weight:700;display:inline-flex}.application-summary{grid-template-columns:210px minmax(0,1fr);gap:20px;padding:16px 20px 18px;display:grid}.application-photo{object-fit:cover;background:#e7ebe7;border-radius:8px;width:210px;height:158px;display:block}.application-copy{min-width:0}.application-copy .app-category{margin:0 0 5px}.application-copy h3{margin:0 0 7px}.application-copy>p{color:var(--muted);margin:0 0 16px;font-size:11px;line-height:1.55}.application-copy .app-details{flex-wrap:wrap;row-gap:8px}.app-top{justify-content:space-between;align-items:center;display:flex}.status{background:var(--green-soft);color:var(--green);text-transform:uppercase;letter-spacing:.04em;border-radius:7px;align-items:center;padding:6px 9px;font-size:9px;font-weight:700;display:inline-flex}.app-top small{color:#929a94;font-size:10px}.application-card h3{margin:16px 0 4px;font-family:Manrope;font-size:19px}.app-category{color:var(--green);margin:0 0 15px;font-size:11px;font-weight:600}.app-details{color:var(--muted);gap:24px;font-size:11px;display:flex}.app-details span{align-items:center;gap:6px;display:flex}.app-bottom{border-top:1px solid #edf0ec;justify-content:space-between;align-items:center;margin-top:17px;padding-top:14px;display:flex}.application-card.detailed .app-bottom{margin:0;padding:14px 20px 16px}.app-bottom>span{color:var(--muted);font-size:11px}.app-bottom>span b{color:var(--ink)}.application-responses{border-top:1px solid #edf0ec;padding:0 20px}.responses-title{align-items:center;gap:8px;min-height:48px;display:flex}.responses-title h4{margin:0;font-family:Manrope;font-size:14px}.responses-title span{background:var(--green-soft);min-width:21px;height:21px;color:var(--green);border-radius:7px;place-items:center;padding:0 6px;font-size:9px;font-weight:700;display:grid}.response-row{border-top:1px solid #edf0ec;grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:13px 0;display:grid}.response-row>div{min-width:0}.response-row>div>b{align-items:center;gap:7px;font-size:11px;display:flex}.response-row>div>b small{color:#a77223;align-items:center;gap:3px;font-size:9px;display:inline-flex}.response-row>div>p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:9px;line-height:1.4;overflow:hidden}.response-row>strong{white-space:nowrap;font-size:10px}.response-row .secondary-btn{height:36px;padding:0 12px;font-size:10px}.contact-unlocked{background:var(--green-soft);color:var(--green);border-radius:8px;align-items:center;gap:10px;margin:0 20px 15px;padding:12px 14px;display:flex}.contact-unlocked>div{gap:2px;display:grid}.contact-unlocked b{font-size:11px}.contact-unlocked span{color:var(--muted);font-size:9px}.messages-page{background:#fff;grid-template-columns:340px 1fr;height:calc(100vh - 72px);display:grid}.chat-list{border-right:1px solid var(--line);min-width:0;overflow-y:auto}.chat-list-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:73px;padding:0 20px;display:flex}.chat-list-head h2{margin:0;font-family:Manrope}.chat-list-head button,.chat-head button{cursor:pointer;color:var(--muted);background:0 0;border:0}.chat-category-filter{scrollbar-width:none;border-bottom:1px solid var(--line);gap:6px;padding:9px 12px;display:flex;overflow-x:auto}.chat-category-filter::-webkit-scrollbar{display:none}.chat-category-filter button{white-space:nowrap;border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;height:30px;padding:0 10px;font-size:9px}.chat-category-filter button.active{background:var(--green);color:#fff;border-color:var(--green)}.chat-list>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f2f0;gap:11px;width:100%;padding:16px 15px;display:flex;position:relative}.chat-list>button.active{background:#edf3ee}.chat-list>button>span:nth-child(2){flex:1;min-width:0}.chat-list>button b{justify-content:space-between;font-size:12px;display:flex}.chat-list>button b small{color:#999f9b;font-size:9px;font-weight:400}.chat-list>button em{color:var(--green);white-space:nowrap;text-overflow:ellipsis;margin:3px 0;font-size:9px;font-style:normal;display:block;overflow:hidden}.chat-list>button strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:10px;display:block;overflow:hidden}.chat-list>button p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:10px;overflow:hidden}.chat-list>button>i{background:var(--green);color:#fff;border-radius:50%;align-self:center;place-items:center;width:18px;height:18px;font-size:9px;font-style:normal;display:grid}.chat-window{background:#f5f6f3;grid-template-rows:73px auto 1fr 68px;min-width:0;display:grid}.chat-head{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:11px;padding:0 22px;display:flex}.chat-head>div{gap:4px;display:grid}.chat-head b{font-size:13px}.chat-head small{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:flex}.chat-head small span{background:#54a26e;border-radius:50%;width:6px;height:6px}.chat-head button{margin-left:auto}.chat-context{color:var(--green);background:#e7efe9;align-items:center;gap:10px;padding:10px 22px;display:flex}.chat-context>span{gap:2px;display:grid}.chat-context small{text-transform:uppercase;font-size:8px}.chat-context b{font-size:10px}.chat-context button{color:var(--green);cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:10px;font-weight:700}.messages-flow{flex-direction:column;gap:12px;padding:28px clamp(22px,6vw,85px);display:flex;overflow-y:auto}.day-label{color:var(--muted);background:#e7ebe6;border-radius:20px;align-self:center;padding:6px 12px;font-size:9px}.bubble{border-radius:15px;gap:5px;max-width:min(520px,75%);padding:12px 14px 8px;font-size:12px;line-height:1.5;display:grid}.bubble small{opacity:.55;justify-self:end;align-items:center;gap:3px;font-size:8px;display:flex}.bubble.incoming{background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.bubble.outgoing{background:#dcebdc;border-bottom-right-radius:4px;align-self:flex-end}.chat-compose{border-top:1px solid var(--line);background:#fff;align-items:center;gap:10px;padding:0 20px;display:flex}.chat-compose input{border:1px solid var(--line);background:#f6f7f5;border-radius:12px;outline:0;flex:1;height:43px;padding:0 14px}.chat-compose>button{cursor:pointer;width:41px;height:41px;color:var(--muted);background:0 0;border:0;border-radius:11px;place-items:center;display:grid}.chat-compose .send-btn{background:var(--green);color:#fff}.chat-empty{min-height:180px;color:var(--muted);text-align:center;align-content:center;justify-items:center;gap:6px;padding:24px;display:grid}.chat-empty b{color:var(--ink);font-size:12px}.chat-empty span{font-size:9px}.empty-chat{text-align:center;color:var(--muted);place-content:center;justify-items:center}.empty-chat h3{color:var(--ink);margin:10px 0 0}.empty-chat p{font-size:11px}.profile-hero{height:280px;position:relative;overflow:hidden}.profile-hero img{object-fit:cover;width:100%;height:100%}.profile-gradient{background:linear-gradient(#0000 40%,#141c1699);position:absolute;inset:0}.profile-main{max-width:1160px;margin:0 auto;padding:0 30px 70px}.profile-summary{min-height:180px;box-shadow:var(--shadow);background:#fff;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-top:-55px;padding:25px;display:grid;position:relative}.profile-copy .verified{color:var(--green);align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.profile-copy h1{letter-spacing:-1.2px;margin:5px 0 2px;font-family:Manrope;font-size:32px}.profile-copy>p{color:var(--muted);margin:0;font-size:11px}.profile-stats{gap:0;margin-top:17px;display:flex}.profile-stats>span{border-right:1px solid var(--line);min-width:77px;margin-right:18px;padding-right:18px;display:grid}.profile-stats>span:last-child{border:0}.profile-stats b{font-family:Manrope;font-size:17px}.profile-stats small{color:var(--muted);font-size:8px}.profile-actions{gap:8px;min-width:170px;display:grid}.favorite{color:#bd5848}.profile-columns{grid-template-columns:1fr 270px;align-items:start;gap:22px;margin-top:24px;display:grid}.profile-content{gap:20px;display:grid}.section-box{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:22px}.section-box h2{margin:0 0 10px;font-family:Manrope;font-size:20px}.section-box>p{color:var(--muted);font-size:12px;line-height:1.65}.tags{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.tags span{color:#566159;background:#f0f3ef;border-radius:8px;padding:7px 10px;font-size:10px}.section-title p{color:var(--muted);margin:3px 0 0;font-size:10px}.portfolio-grid{background:#fff;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;display:grid;overflow:hidden}.portfolio-tile{aspect-ratio:1;cursor:pointer;background:#e8ebe7;border:0;min-width:0;padding:0;position:relative;overflow:hidden}.portfolio-tile img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.portfolio-tile>span{z-index:2;color:#fff;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex;position:absolute}.portfolio-media-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f16129e;border-radius:999px;padding:6px 8px;top:10px;right:10px}.portfolio-social{opacity:0;background:#0f16128c;justify-content:center;transition:opacity .2s;inset:0}.portfolio-tile:hover img{transform:scale(1.025)}:is(.portfolio-tile:hover .portfolio-social,.portfolio-tile:focus-visible .portfolio-social){opacity:1}.portfolio-tile:focus-visible{outline:3px solid var(--lime);outline-offset:-3px}.portfolio-lightbox{z-index:250}.portfolio-lightbox-card{background:#111713;border-radius:20px;grid-template-rows:auto minmax(0,1fr);width:min(960px,94vw);height:min(820px,90vh);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000006b}.portfolio-lightbox-card .modal-close{z-index:7;color:#fff;background:#ffffff1f}.portfolio-lightbox-head{color:#fff;border-bottom:1px solid #ffffff1a;align-items:center;gap:11px;min-height:68px;padding:12px 66px 12px 16px;display:flex}.portfolio-lightbox-head>div{gap:3px;display:grid}.portfolio-lightbox-head b{font-size:13px}.portfolio-lightbox-head span{color:#aebbb2;font-size:10px}.media-carousel.modal{background:#0c100e;min-height:0}.media-carousel.modal .media-stage img,.media-carousel.modal .media-stage video{object-fit:contain}.media-carousel.modal .media-arrow{opacity:1}.reviews .section-title strong{color:#b17720;align-items:center;gap:5px;display:flex}.reviews article{border-top:1px solid var(--line);gap:12px;margin-top:15px;padding-top:17px;display:flex}.reviews article>div{flex:1}.reviews article b{justify-content:space-between;font-size:11px;display:flex}.reviews article b small{color:#d39432}.reviews article p{color:var(--muted);font-size:11px;line-height:1.55}.reviews article>div>small{color:#989f9a;font-size:8px}.review-composer{border:1px solid var(--line);text-align:left;background:#f8faf7;border-radius:13px;gap:11px;margin-top:18px;padding:16px;display:grid}.review-composer>div:first-child{gap:3px;display:grid}.review-composer b{font-size:12px}.review-composer p{margin:0}.review-composer textarea{resize:vertical;border:1px solid var(--line);min-height:86px;font:inherit;border-radius:10px;outline:0;padding:11px}.review-composer .primary{width:max-content}.review-stars{color:#d39432;gap:3px;display:flex}.review-stars button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.review-composer.locked,.review-composer.success{color:var(--green);grid-template-columns:auto 1fr;align-items:center}.profile-aside{gap:13px;display:grid;position:sticky;top:93px}.quote-card,.info-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:20px}.quote-card>span{color:var(--muted);font-size:10px}.quote-card strong{margin:5px 0 8px;font-family:Manrope;font-size:24px;display:block}.quote-card p{color:var(--muted);font-size:10px;line-height:1.5}.quote-card .primary{width:100%;margin:6px 0 12px}.quote-card>small{color:var(--muted);justify-content:center;align-items:center;gap:4px;font-size:8px;display:flex}.info-card h3{margin:0 0 14px;font-size:14px}.info-card p{color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.info-card svg{color:var(--green)}.dashboard-greeting{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.dashboard-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:19px;display:grid}.dashboard-metrics article{border:1px solid var(--line);background:#fff;border-radius:16px;gap:8px;padding:18px;display:grid}.dashboard-metrics article>span{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.dashboard-metrics article>span svg{color:var(--green)}.dashboard-metrics b{font-family:Manrope;font-size:24px}.dashboard-metrics small{color:#5b9b6a;font-size:9px}.dashboard-grid{grid-template-columns:1.45fr .75fr;gap:18px;display:grid}.dash-app{border-top:1px solid #edf0ec;align-items:center;gap:11px;padding:14px 0;display:flex}.category-icon{background:var(--green-soft);width:38px;height:38px;color:var(--green);border-radius:11px;place-items:center;display:grid}.dash-app>div{flex:1;gap:3px;display:grid}.dash-app b{font-size:11px}.dash-app small{color:var(--muted);font-size:9px}.dash-app button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:700}.profile-health{text-align:center;align-content:center;justify-items:center;display:grid}.progress-ring{background:conic-gradient(var(--green) 82%, #e6ebe6 0);border-radius:50%;place-items:center;width:95px;height:95px;display:grid;position:relative}.progress-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:8px}.progress-ring b{z-index:1;font-family:Manrope;font-size:19px;position:relative}.profile-health h2{margin:15px 0 3px}.profile-health p{max-width:270px;margin:0 0 14px}.admin-grid{grid-template-columns:1.3fr 1fr;gap:18px;display:grid}.moderation-item{border-top:1px solid var(--line);grid-template-columns:90px 1fr auto;align-items:center;gap:12px;padding-top:15px;display:grid}.moderation-item img{object-fit:cover;border-radius:10px;width:90px;height:70px}.moderation-item>div:nth-child(2){gap:5px;display:grid}.moderation-item b{font-size:11px}.moderation-item small{color:var(--muted);font-size:9px}.moderation-item>div:last-child{gap:5px;display:flex}.approve,.reject{cursor:pointer;border:0;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:700}.approve{background:var(--green);color:#fff}.reject{color:#ad4f3f;background:#f6ece9}.approved{color:var(--green);gap:4px;font-size:10px;display:flex}.rejected-label{color:#ad4f3f;font-size:10px;font-weight:700}.legal-review>.avatar{width:58px;height:58px;font-size:14px}.verification-gate{text-align:center;justify-items:center;gap:10px;max-width:680px;margin:60px auto;padding:42px;display:grid}.verification-gate>svg{color:var(--green)}.verification-gate h1{margin:0;font-family:Manrope;font-size:30px}.verification-gate p{max-width:550px;color:var(--muted);line-height:1.65}.verification-gate>div{text-align:left;background:var(--green-soft);border-radius:12px;grid-template-columns:auto 1fr;gap:8px 15px;padding:14px 18px;display:grid}.verification-gate>div span{color:var(--muted);font-size:10px}.verification-gate>div b{font-size:11px}.complaint-queue{gap:0;display:grid}.complaint-item{border-top:1px solid var(--line);grid-template-columns:70px minmax(220px,1fr) 90px auto;align-items:center;gap:14px;padding:15px 0;display:grid}.complaint-item>div:nth-child(2){gap:4px;display:grid}.complaint-item b{font-size:12px}.complaint-item p{color:var(--muted);margin:0;font-size:10px}.complaint-item small{color:#969d98;font-size:9px}.complaint-item>strong{color:var(--green);font-size:10px}.complaint-item>div:last-child{gap:6px;display:flex}.complaint-priority{width:max-content;color:var(--muted);text-transform:uppercase;background:#eef1ed;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800}.complaint-priority.urgent{color:#ad4f3f;background:#f6ece9}.transaction{border-top:1px solid var(--line);align-items:center;gap:10px;padding:12px 0;display:flex}.transaction>span{background:var(--green-soft);width:29px;height:29px;color:var(--green);border-radius:9px;place-items:center;font-weight:700;display:grid}.transaction>span.minus{color:#b65746;background:#f6ece9}.transaction>div{flex:1;gap:3px;display:grid}.transaction b{font-size:10px}.transaction small{color:var(--muted);font-size:8px}.transaction strong{font-size:10px}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0e1611a3;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:21px;max-height:calc(100vh - 30px);animation:.25s ease-out modalIn;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000040}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}}.modal-close{cursor:pointer;background:#f1f3f0;border:0;border-radius:10px;place-items:center;width:35px;height:35px;display:grid;position:absolute;top:15px;right:15px}.auth-modal{text-align:center;width:420px;padding:34px}.auth-modal>.modal-brand-logo{margin:0 auto}.modal-brand-logo{width:220px;height:40px}.modal-brand-logo img{width:300px;top:-57px;left:-40px}.auth-modal h2{margin:16px 0 4px;font-family:Manrope;font-size:25px}.auth-modal>p{color:var(--muted);font-size:11px}.role-tabs{background:#eff2ee;border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));margin:20px 0;padding:4px;display:grid}.role-tabs button{cursor:pointer;background:0 0;border:0;border-radius:8px;height:36px;font-size:11px}.role-tabs button.active{color:var(--green);background:#fff;font-weight:700;box-shadow:0 2px 9px #0000000f}.auth-modal label,.wizard-body label{text-align:left;color:var(--muted);gap:6px;margin:12px 0;font-size:10px;display:grid}.auth-modal input,.auth-modal select,.wizard-body input,.wizard-body select{border:1px solid var(--line);height:44px;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:0 12px}.auth-modal .primary{margin-top:10px}.auth-mode-tabs{background:#eff2ee;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin:18px 0 10px;padding:4px;display:grid}.auth-mode-tabs button{height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;font-size:11px;font-weight:700}.auth-mode-tabs button.active{color:var(--green);background:#fff;box-shadow:0 3px 12px #1b302314}.auth-logout{color:#a6463c;width:100%;margin-top:6px}.role-switch-modal{width:460px}.role-switch-list{gap:8px;margin:20px 0 14px;display:grid}.role-switch-list>button{border:1px solid var(--line);min-height:58px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 13px;display:flex}.role-switch-list>button:hover,.role-switch-list>button.active{border-color:var(--green);background:#f4f8f3}.role-switch-list>button:disabled{cursor:wait;opacity:.72}.role-switch-list>button>span:first-child{gap:3px;display:grid}.role-switch-list b{font-size:13px}.role-switch-list small{color:var(--muted);font-size:10px}.role-switch-list svg{width:18px;color:var(--green)}.avatar-editor{border:1px solid var(--line);text-align:left;background:#f8faf7;border-radius:16px;align-items:center;gap:16px;margin:20px 0 15px;padding:15px;display:flex}.avatar-editor>div{flex:1;gap:5px;min-width:0;display:grid}.avatar-editor b{font-size:14px}.avatar-editor span{color:var(--muted);font-size:10px}.auth-modal .avatar-upload{background:var(--green);color:#fff;cursor:pointer;border-radius:9px;align-items:center;gap:7px;width:max-content;height:34px;margin:5px 0 0;padding:0 11px;font-size:10px;font-weight:700;display:inline-flex}.avatar-upload input{display:none}.avatar-remove{color:#b34f42;cursor:pointer;background:0 0;border:0;width:max-content;padding:0;font-size:10px}.form-error{color:#bd5848;margin:-5px 0 8px;font-size:10px;display:block}.legal-fields{border:1px solid var(--line);background:#f8faf7;border-radius:14px;margin:15px 0;padding:14px}.legal-fields>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.legal-fields>small{color:var(--green);text-align:left;align-items:center;gap:5px;font-size:9px;display:flex}.auth-modal .consent-check{grid-template-columns:none;align-items:flex-start;gap:8px;display:flex}.auth-modal .consent-check input{flex:none;width:16px;height:16px;margin:1px 0 0}.consent-check span{line-height:1.45}.consent-check a{color:var(--green)}.market-soon-page{gap:28px;max-width:1240px;margin:0 auto;padding:34px 34px 80px;display:grid}.market-soon-hero{color:#fff;background:#173b2d;border-radius:28px;grid-template-columns:1.02fr .98fr;align-items:center;gap:44px;min-height:520px;padding:54px;display:grid;position:relative;overflow:hidden}.market-soon-hero:before{content:"";background:#dceb9429;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-300px;left:-190px}.market-soon-hero>div{z-index:1;position:relative}.market-soon-status{width:max-content;color:var(--lime);text-transform:uppercase;letter-spacing:.07em;border:1px solid #fff3;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:700;display:inline-flex}.market-soon-hero h1{letter-spacing:-3.5px;margin:22px 0 17px;font-family:Manrope;font-size:clamp(42px,5vw,68px);line-height:.98}.market-soon-hero h1 i{color:var(--lime);font-family:Georgia,serif;font-weight:400}.market-soon-hero p{color:#cfddd4;max-width:570px;font-size:14px;line-height:1.7}.market-soon-form{gap:8px;margin-top:24px;display:flex}.market-soon-form input{color:#fff;background:#ffffff17;border:1px solid #fff3;border-radius:12px;outline:0;flex:1;min-width:0;height:47px;padding:0 14px}.market-soon-form input::placeholder{color:#aebfb4}.market-soon-form .primary{color:var(--ink);background:var(--lime);box-shadow:none}.market-soon-hero>div>small{color:#91a69a;margin-top:10px;font-size:9px;display:block}.market-soon-visual{border-radius:22px;height:400px;position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 24px 65px #0000004d}.market-soon-visual>img{object-fit:cover;width:100%;height:100%}.market-soon-visual>span{color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;padding:14px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.market-soon-visual>span svg{color:var(--green);grid-row:1/3}.market-soon-visual>span b{font-size:12px}.market-soon-visual>span small{color:var(--muted);font-size:9px}.market-soon-preview{border:1px solid var(--line);background:#fff;border-radius:22px;padding:30px}.market-soon-preview .section-title{margin-bottom:20px}.market-soon-chip{color:var(--green);background:var(--green-soft);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}.market-soon-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.market-soon-grid article{border:1px solid var(--line);border-radius:15px;min-width:0;padding-bottom:14px;overflow:hidden}.market-soon-grid article>div{aspect-ratio:1.15;position:relative;overflow:hidden}.market-soon-grid article img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.market-soon-grid article:hover img{transform:scale(1.025)}.market-soon-grid article>div span{color:var(--green);background:#ffffffe6;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:800;position:absolute;top:10px;left:10px}.market-soon-grid article>small,.market-soon-grid article>h3,.market-soon-grid article>b{margin-left:13px;margin-right:13px;display:block}.market-soon-grid article>small{color:var(--muted);margin-top:12px;font-size:8px}.market-soon-grid article h3{margin-top:4px;margin-bottom:8px;font-size:13px}.market-soon-grid article>b{font-size:12px}.market-soon-grid article>button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin:12px 13px 0;padding:0;font-size:10px;font-weight:700;display:flex}.market-soon-features{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.market-soon-features article{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:flex-start;gap:13px;padding:20px;display:flex}.market-soon-features article>svg{color:var(--green)}.market-soon-features b{font-size:12px}.market-soon-features p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.5}.demo-note{color:#949b96;margin-top:12px;font-size:9px;display:block}.wizard{width:min(760px,100%)}.wizard-head{justify-content:space-between;align-items:center;height:69px;padding:0 25px;display:flex}.wizard-head>div{gap:2px;display:grid}.wizard-head span{color:var(--muted);text-transform:uppercase;font-size:9px}.wizard-head b{font-size:13px}.wizard-head button{cursor:pointer;background:#f1f3f0;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.progress{background:#e9ece8;height:3px}.progress i{background:var(--green);height:100%;transition:width .3s;display:block}.wizard-body{min-height:430px;padding:28px 35px 30px}.wizard-body h2{letter-spacing:-1px;margin:8px 0 5px;font-family:Manrope;font-size:28px}.wizard-body>p{color:var(--muted);margin:0 0 23px;font-size:11px}.wizard-categories{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.wizard-categories button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:9px;min-height:68px;padding:8px 10px;font-size:10px;display:flex}.wizard-categories button span{width:33px;height:33px;color:var(--green);background:#f0f3ef;border-radius:9px;place-items:center;font-size:16px;display:grid}.wizard-categories button.active{border-color:var(--green);color:var(--green);box-shadow:0 0 0 1px var(--green);background:#edf4ef}.wizard-body textarea{resize:vertical;border:1px solid var(--line);border-radius:12px;outline:0;width:100%;height:150px;padding:13px;line-height:1.5}.wizard-body textarea:focus,.wizard-body input:focus,.wizard-body select:focus{border-color:var(--green);box-shadow:0 0 0 3px #275f4614}.upload-zone{width:100%;color:var(--green);cursor:pointer;background:#f7f8f6;border:1px dashed #bcc8bf;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:12px;padding:18px;display:flex}.upload-zone input{display:none}.upload-zone.has-image{border-style:solid;justify-content:flex-start}.upload-zone img{object-fit:cover;border-radius:8px;width:74px;height:58px}.upload-zone span{text-align:left;gap:3px;display:grid}.upload-zone b{font-size:10px}.upload-zone small{color:var(--muted);font-size:8px}.upload-error{color:#ad4f3f!important;margin-top:8px!important;font-size:9px!important}.review-photo{object-fit:cover;border-radius:10px;width:100%;height:150px;margin:14px 0 5px}.review-step>div{border-bottom:1px solid var(--line);gap:4px;padding:13px 0;display:grid}.review-step>div span{color:var(--muted);font-size:9px}.review-step>div b{font-size:11px;line-height:1.5}.review-step>p{color:var(--green);align-items:center;gap:7px;margin-top:18px;display:flex}.wizard-footer{border-top:1px solid var(--line);justify-content:space-between;padding:16px 25px;display:flex}.wizard-footer .back{cursor:pointer;color:var(--muted);background:0 0;border:0}.wizard-footer .back:disabled{opacity:.3}.toast{z-index:300;color:#fff;background:#18291e;border-radius:12px;align-items:center;gap:9px;padding:13px 17px;font-size:11px;animation:.25s ease-out toastIn;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #0000003d}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}}.calendar-page,.crm-page{max-width:1340px}.calendar-workspace{grid-template-columns:minmax(560px,1.55fr) minmax(300px,.75fr);align-items:stretch;gap:18px;display:grid}.calendar-panel,.day-agenda,.calendar-notes,.crm-client-detail{border:1px solid var(--line);background:#fff;border-radius:8px}.calendar-panel{min-width:0;padding:22px}.calendar-toolbar{justify-content:space-between;align-items:center;gap:16px;min-height:50px;margin-bottom:18px;display:flex}.calendar-toolbar>div:first-child{gap:2px;display:grid}.calendar-toolbar span{color:var(--muted);font-size:10px}.calendar-toolbar h2{text-transform:capitalize;margin:0;font-family:Manrope;font-size:23px}.calendar-toolbar>div:last-child{gap:6px;display:flex}.calendar-toolbar button,.agenda-heading button{border:1px solid var(--line);width:38px;height:38px;color:var(--green);cursor:pointer;background:#fff;border-radius:8px;place-items:center;padding:0;display:grid}.calendar-weekdays,.calendar-days{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-weekdays{border-bottom:1px solid var(--line)}.calendar-weekdays span{color:#8a938d;text-align:center;padding:0 4px 10px;font-size:10px;font-weight:700}.calendar-weekdays span:nth-child(n+6){color:var(--terracotta)}.calendar-days{gap:3px;padding-top:8px}.calendar-days>button,.calendar-blank{aspect-ratio:1;width:100%;min-width:0}.calendar-days>button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-content:space-between;justify-items:start;padding:9px;transition:background .18s,border-color .18s;display:grid;position:relative}.calendar-days>button:hover{background:#f3f6f2;border-color:#e5eae5}.calendar-days>button.selected{background:var(--green);border-color:var(--green);color:#fff}.calendar-days>button b{font-size:12px}.calendar-days>button>span{align-items:center;gap:3px;height:7px;display:flex}.calendar-days>button i{background:var(--terracotta);border-radius:50%;width:5px;height:5px}.calendar-days>button i.done{background:#9aa39d}.calendar-days>button.selected i{background:var(--lime)}.day-agenda{min-width:0;overflow:hidden}.agenda-heading{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:3px 12px;min-height:91px;padding:18px 19px;display:grid}.agenda-heading>span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:700}.agenda-heading h2{text-transform:capitalize;overflow-wrap:anywhere;margin:0;font-family:Manrope;font-size:18px}.agenda-heading button{grid-area:1/2/span 2;align-self:center}.agenda-list{max-height:485px;overflow-y:auto}.agenda-list article{border-bottom:1px solid #edf0ed;grid-template-columns:26px minmax(0,1fr) 30px;align-items:start;gap:10px;min-height:91px;padding:15px 14px;display:grid}.agenda-list article:last-child{border-bottom:0}.agenda-list article.done{opacity:.56}.agenda-list article.done b{text-decoration:line-through}.agenda-check,.agenda-delete{cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.agenda-check{width:25px;height:25px;color:var(--green)}.agenda-check>span{border:1px solid #b9c4bc;border-radius:50%;width:18px;height:18px}.agenda-delete{color:#9ba39d;opacity:0;width:30px;height:30px;transition:opacity .18s,color .18s}.agenda-list article:hover .agenda-delete{opacity:1}.agenda-delete:focus-visible{opacity:1}.agenda-delete:hover{color:#b34f41}.agenda-list article>div{gap:4px;min-width:0;display:grid}.agenda-list article>div>span{color:var(--green);font-size:9px;font-weight:700}.agenda-list article b{overflow-wrap:anywhere;font-size:12px}.agenda-list article small{color:var(--muted);font-size:9px}.agenda-list article p{color:var(--muted);overflow-wrap:anywhere;margin:2px 0 0;font-size:9px;line-height:1.5}.agenda-empty{color:#92a097;text-align:center;align-content:center;justify-items:center;gap:7px;min-height:270px;padding:28px;display:grid}.agenda-empty b{color:var(--ink);font-size:12px}.agenda-empty span{max-width:240px;font-size:9px;line-height:1.5}.calendar-notes{grid-template-columns:245px minmax(0,1fr);align-items:stretch;gap:24px;margin-top:18px;padding:20px 22px;display:grid}.calendar-notes>div{color:var(--green);align-items:flex-start;gap:11px;display:flex}.calendar-notes>div>span{gap:4px;display:grid}.calendar-notes b{color:var(--ink);font-size:13px}.calendar-notes small{color:var(--muted);font-size:9px;line-height:1.45}.calendar-notes textarea,.crm-notes textarea{resize:vertical;border:1px solid var(--line);background:#f8f9f7;border-radius:7px;outline:0;width:100%;min-height:112px;padding:13px;font-size:11px;line-height:1.55}.calendar-notes textarea:focus,.crm-notes textarea:focus,.event-modal input:focus,.event-modal select:focus,.event-modal textarea:focus,.crm-client-modal input:focus,.crm-client-modal select:focus{border-color:var(--green);box-shadow:0 0 0 3px #275f4614}.event-modal,.crm-client-modal{width:min(610px,100%);padding:31px}.event-modal h2,.crm-client-modal h2{margin:7px 0 20px;font-family:Manrope;font-size:25px}.event-modal label,.crm-client-modal label{min-width:0;color:var(--muted);gap:6px;margin:12px 0;font-size:10px;display:grid}.event-modal input,.event-modal select,.crm-client-modal input,.crm-client-modal select{border:1px solid var(--line);width:100%;height:43px;color:var(--ink);background:#fff;border-radius:7px;outline:0;padding:0 11px}.event-modal textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:95px;color:var(--ink);border-radius:7px;outline:0;padding:11px;line-height:1.5}.event-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.event-modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.crm-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:18px;display:grid}.crm-metrics article{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:space-between;gap:4px;min-width:0;min-height:105px;padding:16px;display:grid}.crm-metrics span,.crm-metrics small{color:var(--muted);font-size:9px}.crm-metrics b{font-family:Manrope;font-size:25px}.crm-kanban-section{background:#eef1ed;border:1px solid #dce2dc;border-radius:8px;min-width:0;overflow:hidden}.crm-kanban-toolbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:18px;min-height:74px;padding:15px 18px;display:flex}.crm-kanban-toolbar>div{gap:4px;display:grid}.crm-kanban-toolbar h2{margin:0;font-family:Manrope;font-size:20px}.crm-kanban-toolbar>span{color:var(--muted);font-size:9px}.crm-kanban-board{overscroll-behavior-inline:contain;scrollbar-color:#b7c2ba transparent;grid-auto-columns:260px;grid-auto-flow:column;align-items:start;gap:10px;min-width:0;padding:12px;display:grid;overflow-x:auto}.crm-kanban-column{background:#f8f9f7;border:1px solid #dde3dd;border-radius:7px;min-height:410px;transition:border-color .18s,background .18s;overflow:hidden}.crm-kanban-column.drag-over{background:#edf4ef;border-color:#7ca08b}.crm-kanban-column>header{border-bottom:1px solid #e1e6e1;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:49px;padding:0 12px;display:grid}.crm-kanban-column>header h3{margin:0;font-size:11px}.crm-kanban-column>header span{min-width:22px;height:22px;color:var(--muted);background:#e8ece8;border-radius:6px;place-items:center;padding:0 6px;font-size:9px;font-weight:700;display:grid}.kanban-stage{background:#8f9992;border-radius:50%;width:7px;height:7px}.kanban-stage.contact{background:#4f8b6b}.kanban-stage.meeting{background:#318092}.kanban-stage.proposal{background:#c09031}.kanban-stage.work{background:#577eae}.kanban-stage.done{background:#737d76}.crm-kanban-cards{align-content:start;gap:8px;padding:9px;display:grid}.crm-kanban-cards>article{cursor:grab;background:#fff;border:1px solid #dde3de;border-radius:7px;min-width:0;padding:11px;transition:border-color .18s,box-shadow .18s,opacity .18s;box-shadow:0 3px 10px #1f332709}.crm-kanban-cards>article:hover{border-color:#aebdb2;box-shadow:0 6px 15px #1f332712}.crm-kanban-cards>article.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.crm-kanban-cards>article.dragging{opacity:.42;cursor:grabbing}.kanban-card-head{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.kanban-card-head>span:last-child{gap:2px;min-width:0;display:grid}.kanban-card-head b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.kanban-card-head small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.crm-kanban-cards>article>p{color:#4f5c53;overflow-wrap:anywhere;min-height:32px;margin:10px 0;font-size:9px;line-height:1.45}.kanban-card-budget{border-top:1px solid #eef1ee;justify-content:space-between;align-items:center;gap:8px;padding:8px 0;display:flex}.kanban-card-budget span{color:var(--muted);font-size:8px}.kanban-card-budget b{text-align:right;font-size:9px}.kanban-next-task{color:var(--green);background:#edf4ef;border-radius:6px;align-items:center;gap:7px;margin-top:2px;padding:8px;display:flex}.kanban-next-task>span{gap:2px;min-width:0;display:grid}.kanban-next-task b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.kanban-next-task small{color:var(--muted);font-size:7px}.crm-kanban-cards footer{justify-content:space-between;align-items:center;gap:8px;min-height:28px;margin-top:7px;display:flex}.crm-kanban-cards footer>small{color:#929b94;font-size:7px}.crm-kanban-cards footer>span{gap:3px;display:flex}.crm-kanban-cards footer button{border:1px solid var(--line);width:27px;height:27px;color:var(--green);cursor:pointer;background:#fff;border-radius:6px;place-items:center;padding:0;display:grid}.crm-kanban-cards footer button:disabled{opacity:.28;cursor:default}.kanban-empty{color:#98a19b;border:1px dashed #cdd5ce;border-radius:7px;align-content:center;justify-items:center;gap:5px;min-height:94px;display:grid}.kanban-empty span{font-size:8px}.crm-client-detail{min-width:0;padding:22px}.kanban-detail{margin-top:18px}.kanban-detail-grid{grid-template-columns:minmax(0,1.5fr) minmax(270px,.65fr);align-items:start;gap:24px;display:grid}.kanban-detail .crm-next-actions{border-left:1px solid var(--line);margin-top:18px;padding-left:24px}.crm-detail-head{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding-bottom:19px;display:grid}.crm-detail-head select{border:1px solid var(--line);min-width:0;height:35px;color:var(--muted);background:#fff;border-radius:7px;outline:0;padding:0 8px;font-size:9px}.crm-detail-head>div:nth-child(2){min-width:0}.crm-detail-head span{color:var(--muted);font-size:9px}.crm-detail-head h2{overflow-wrap:anywhere;margin:3px 0;font-family:Manrope;font-size:21px}.crm-detail-head p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:10px}.crm-client-facts{background:var(--line);border:1px solid var(--line);border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:18px 0;display:grid;overflow:hidden}.crm-client-facts>div{background:#f8f9f7;align-content:center;gap:4px;min-width:0;min-height:72px;padding:13px;display:grid}.crm-client-facts span{color:var(--muted);text-transform:uppercase;font-size:8px}.crm-client-facts b{overflow-wrap:anywhere;font-size:10px}.crm-notes{color:var(--ink);gap:8px;font-size:11px;font-weight:700;display:grid}.crm-notes>span{align-items:center;gap:6px;display:flex}.crm-notes svg{color:var(--green)}.crm-next-actions{margin-top:20px}.crm-next-actions>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.crm-next-actions h3{margin:0;font-size:13px}.crm-next-actions>div:first-child button{color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.crm-next-actions article{color:var(--green);border-top:1px solid #edf0ed;align-items:center;gap:10px;padding:11px 0;display:flex}.crm-next-actions article>div{gap:3px;display:grid}.crm-next-actions article b{color:var(--ink);font-size:10px}.crm-next-actions article span,.crm-next-actions>p{color:var(--muted);font-size:9px}.crm-calendar{margin-top:30px}.crm-calendar-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.crm-calendar-title h2{margin:5px 0 0;font-family:Manrope;font-size:25px}.bottom-nav,.scrim{display:none}@media (max-width:1180px){.topbar{gap:15px}.topbar .primary.compact{width:42px;padding:0;font-size:0}.topbar .primary.compact svg{margin:0}.feed-layout{grid-template-columns:1fr}.right-rail{grid-template-columns:repeat(3,1fr);display:grid;position:static}.rail-block{order:2}.safety-note{order:3}.contractor-grid{grid-template-columns:repeat(2,1fr)}.crm-kanban-board{grid-auto-columns:250px}}@media (max-width:920px){.app-shell{padding-left:0}.topbar{padding:0 16px}.mobile-menu{cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:40px;display:grid}.brand{min-width:auto}.brand-logo-full{display:none}.brand-logo-mark,.auth-modal .modal-brand-logo{display:block}.searchbar{max-width:none}.account>span:nth-child(2),.account>svg{display:none}.sidebar{z-index:110;transition:transform .25s;transform:translate(-100%);box-shadow:10px 0 35px #0000001f}.sidebar.open{transform:translate(0)}.scrim{z-index:100;background:#00000059;border:0;display:block;position:fixed;inset:72px 0 0}.profile-summary{grid-template-columns:auto 1fr}.profile-actions{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}.dashboard-metrics{grid-template-columns:repeat(2,1fr)}.messages-page{grid-template-columns:285px 1fr}.application-summary{grid-template-columns:170px minmax(0,1fr);gap:15px}.application-photo{width:170px}.response-row{grid-template-columns:40px minmax(0,1fr) auto}.response-row>strong{grid-column:2}.response-row .secondary-btn{grid-area:1/3/span 2}.calendar-workspace{grid-template-columns:1fr}.agenda-list{max-height:360px}.crm-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban-detail-grid{grid-template-columns:1fr;gap:0}.kanban-detail .crm-next-actions{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}.market-soon-hero{grid-template-columns:1fr;padding:42px}.market-soon-visual{height:330px}.market-soon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.app-shell{padding-top:60px;padding-bottom:66px}.topbar{gap:7px;height:60px}.topbar .brand{margin-right:4px}.mobile-menu{display:none}.searchbar{height:39px;padding-left:10px}.searchbar input::placeholder{color:#0000}.searchbar .city,.top-actions .primary,.icon-btn,.sidebar{display:none}.feed-layout{gap:15px;padding:13px 12px 30px}.feed-intro{border-radius:17px;padding:28px 24px}.feed-intro h1{letter-spacing:-2.2px;margin:18px 0 14px}.feed-intro p{font-size:12px}.category-nav{grid-template-columns:minmax(0,1fr) 74px;margin-right:-12px}.feed-title-row{margin-top:13px}.post-grid{grid-template-columns:1fr}.post-card:first-child{grid-column:span 1}.post-card:first-child .post-image,.post-image{aspect-ratio:1.22}.right-rail{grid-template-columns:1fr}.rail-block,.safety-note{display:none}.bottom-nav{z-index:90;border-top:1px solid var(--line);height:65px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#828b85;cursor:pointer;background:0 0;border:0;align-content:center;justify-items:center;gap:3px;font-size:8px;display:grid}.bottom-nav button.active{color:var(--green)}.page-wrap{padding:27px 13px 30px}.page-heading,.dashboard-greeting{align-items:start;display:grid}.page-heading h1,.dashboard-greeting h1{font-size:33px}.page-heading .primary,.dashboard-greeting .primary{width:max-content}.contractor-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr;gap:13px;padding:17px}.stats-strip>div{border-bottom:1px solid #ffffff21;border-right:0;justify-content:space-between;padding-bottom:10px}.stats-strip>div:last-child{border:0;padding:0}.application-summary{grid-template-columns:1fr;padding:14px 14px 16px}.application-photo{width:100%;height:190px}.application-card.detailed .app-top{padding:14px 14px 0}.application-responses{padding:0 14px}.response-row{grid-template-columns:40px minmax(0,1fr)}.response-row>strong{grid-column:2}.response-row .secondary-btn{grid-area:auto/1/auto/-1;width:100%}.application-card.detailed .app-bottom{padding:13px 14px 15px}.contact-unlocked{margin:0 14px 14px}.app-details{gap:8px;display:grid}.app-bottom{align-items:flex-end;gap:12px}.app-bottom button{max-width:190px}.messages-page{grid-template-rows:minmax(210px,34vh) minmax(0,1fr);grid-template-columns:1fr;height:calc(100vh - 125px)}.chat-list{display:block;overflow-y:auto}.chat-list-head{height:50px}.chat-category-filter{z-index:2;background:#fff;position:sticky;top:0}.chat-list>button{padding:10px 13px}.chat-window{grid-template-rows:60px auto 1fr 61px}.messages-flow{padding:20px 13px}.bubble{max-width:86%}.profile-hero{height:190px}.profile-main{padding:0 12px 35px}.profile-summary{align-items:start;gap:13px;margin-top:-35px;padding:17px}.avatar.xl{width:72px;height:72px;font-size:19px}.profile-copy h1{font-size:24px}.profile-stats{grid-column:1/-1;grid-template-columns:repeat(4,1fr);display:grid}.profile-stats>span{text-align:center;min-width:0;margin:0;padding:0 7px}.profile-columns{grid-template-columns:1fr}.profile-aside{grid-row:1;position:static}.info-card{display:none}.portfolio-grid{gap:2px}.dashboard-metrics{grid-template-columns:1fr 1fr;gap:8px}.dashboard-metrics article{padding:14px}.dashboard-grid,.admin-grid{grid-template-columns:1fr}.moderation-item{grid-template-columns:65px 1fr}.moderation-item img{width:65px;height:60px}.moderation-item>div:last-child,.moderation-item>.approved{grid-column:1/-1}.complaint-item{grid-template-columns:1fr auto;gap:8px}.complaint-item>div:nth-child(2),.complaint-item>div:last-child{grid-column:1/-1}.complaint-item>div:last-child{grid-template-columns:1fr 1fr;display:grid}.verification-gate{margin:25px auto;padding:26px 18px}.wizard-body{min-height:440px;padding:23px 18px}.wizard-categories{grid-template-columns:repeat(2,1fr)}.wizard-body h2{font-size:24px}.toast{justify-content:center;width:calc(100% - 24px);bottom:77px}.calendar-page .page-heading,.crm-page .page-heading{margin-bottom:22px}.calendar-workspace{gap:10px}.calendar-panel{padding:13px 9px}.calendar-toolbar{margin-bottom:10px;padding:0 4px}.calendar-toolbar h2{font-size:19px}.calendar-days{gap:1px}.calendar-days>button{padding:5px}.calendar-days>button b{font-size:10px}.calendar-days>button i{width:4px;height:4px}.day-agenda{min-height:310px}.agenda-heading{min-height:78px;padding:14px}.agenda-heading h2{font-size:16px}.agenda-delete{opacity:1}.calendar-notes{grid-template-columns:1fr;gap:14px;padding:16px}.event-modal,.crm-client-modal{padding:26px 16px 18px}.event-modal h2,.crm-client-modal h2{padding-right:38px;font-size:21px}.event-form-row{grid-template-columns:1fr;gap:0}.event-modal-actions{grid-template-columns:1fr 1fr;display:grid}.event-modal-actions button{width:100%;padding:0 8px}.crm-metrics{gap:7px}.crm-metrics article{min-height:94px;padding:13px}.crm-kanban-toolbar{align-items:flex-end;min-height:65px;padding:12px}.crm-kanban-toolbar h2{font-size:18px}.crm-kanban-toolbar>span{text-align:right}.crm-kanban-board{grid-auto-columns:min(82vw,300px);gap:8px;padding:8px}.crm-kanban-column{min-height:380px}.crm-client-detail{padding:15px}.crm-detail-head{grid-template-columns:auto minmax(0,1fr);align-items:start}.crm-detail-head select{grid-column:1/-1;width:100%}.crm-client-facts{grid-template-columns:1fr}.crm-client-facts>div{min-height:55px}.crm-calendar{margin-top:25px}.crm-calendar-title{align-items:flex-start}.crm-calendar-title h2{font-size:21px}.crm-calendar-title .secondary-btn{width:43px;padding:0;font-size:0}.market-soon-page{gap:14px;padding:13px 12px 35px}.market-soon-hero{border-radius:18px;gap:27px;min-height:0;padding:28px 22px}.market-soon-hero h1{letter-spacing:-2.5px;font-size:42px}.market-soon-form{display:grid}.market-soon-form input,.market-soon-form button{width:100%}.market-soon-visual{height:260px;transform:none}.market-soon-preview{padding:18px 14px}.market-soon-preview .section-title{align-items:flex-start;gap:12px}.market-soon-grid{grid-template-columns:1fr 1fr;gap:8px}.market-soon-features{grid-template-columns:1fr;gap:8px}.auth-modal{width:min(420px,100vw - 24px);max-height:calc(100vh - 24px);padding:28px 18px;overflow-y:auto}.auth-modal .avatar-editor{align-items:flex-start}.legal-fields>div{grid-template-columns:1fr;gap:0}}.work-upload-modal{width:min(620px,100vw - 28px)}.work-upload-modal textarea{resize:vertical;min-height:110px}.work-file-picker{min-height:130px;color:var(--green);cursor:pointer;text-align:center;background:#f7faf7;border:1px dashed #b8c9bd;border-radius:16px;place-items:center;gap:5px;padding:20px;display:grid!important}.work-file-picker input{display:none}.work-file-picker small{color:var(--muted);font-weight:400}.work-file-list{gap:7px;max-height:150px;margin:12px 0;display:grid;overflow:auto}.work-file-list span{background:var(--surface-soft);border-radius:9px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.verification-list{gap:8px;margin:14px 0;display:grid}.verification-list>div{border:1px solid var(--line);border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.verification-list span{gap:2px;display:grid}.verification-list small{color:var(--muted)}.verification-list .phone-code-row input{width:120px;margin:0}.legal-page{background:var(--paper);min-height:100vh;padding:42px 18px 70px}.legal-page article{border:1px solid var(--line);max-width:820px;box-shadow:var(--shadow);background:#fff;border-radius:22px;margin:0 auto;padding:42px}.legal-brand{width:max-content;color:var(--ink);align-items:center;gap:9px;font-family:Manrope;font-weight:800;text-decoration:none;display:flex}.legal-brand span{color:#fff;background:var(--green);border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.legal-draft{color:#95523f;background:#f8ece7;border-radius:999px;margin-top:26px;padding:7px 10px;font-size:10px;font-weight:700;display:inline-block}.legal-page h1{letter-spacing:-2px;margin:18px 0 10px;font-family:Manrope;font-size:clamp(32px,5vw,50px);line-height:1.05}.legal-page h2{margin:28px 0 8px;font-family:Manrope;font-size:19px}.legal-page p,.legal-page li{color:#59645d;font-size:13px;line-height:1.75}.legal-page ul{padding-left:20px}.legal-lead{font-size:15px!important}.legal-note{color:#604a31;background:#faf3e4;border-radius:13px;margin-top:30px;padding:17px;font-size:12px;line-height:1.6}.legal-source a,.legal-page p a{color:var(--green)}@media (max-width:720px){.legal-page{padding:12px}.legal-page article{border-radius:17px;padding:26px 18px}}.marketplace-shell{min-width:0;max-width:1440px;margin:0 auto;padding:28px 30px 80px}.marketplace-shell button,.marketplace-shell select{cursor:pointer}.marketplace-shell .primary,.marketplace-shell .secondary-btn{border-radius:8px}.market-catalog-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;flex:none;align-items:center;gap:8px;height:44px;padding:0 15px;font-weight:700;display:inline-flex}.market-top-search{max-width:none}.market-top-actions{gap:6px}.market-top-actions>button:not(.account){color:#5d6961;cursor:pointer;background:0 0;border:0;align-content:center;justify-items:center;gap:3px;min-width:58px;height:51px;padding:3px 8px;font-size:8px;display:grid;position:relative}.market-top-actions>button:not(.account):hover{color:var(--green)}.market-top-actions>button em{background:var(--terracotta);color:#fff;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:8px;font-style:normal;display:grid;position:absolute;top:2px;right:5px}.market-home{gap:34px;display:grid}.market-hero{color:#fff;background:#293a31;border-radius:8px;height:370px;position:relative;overflow:hidden}.market-hero>img{object-fit:cover;object-position:center 62%;width:100%;height:100%}.market-hero-shade{background:#111c15a3;position:absolute;inset:0}.market-hero-copy{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;width:min(660px,64%);padding:46px;display:flex;position:absolute;inset:0 auto 0 0}.market-hero-copy>span{color:var(--lime);text-transform:uppercase;font-size:10px;font-weight:800}.market-hero-copy h1{letter-spacing:0;margin:13px 0;font-family:Manrope;font-size:43px;line-height:1.08}.market-hero-copy p{color:#e1e8e3;max-width:550px;margin:0;font-size:14px;line-height:1.55}.market-hero-copy>div{gap:9px;margin-top:25px;display:flex}.market-hero-primary,.market-hero-secondary{border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:47px;padding:0 17px;font-weight:700;display:inline-flex}.market-hero-primary{background:var(--lime);color:var(--ink);border:0}.market-hero-secondary{color:#fff;background:#0f191359;border:1px solid #ffffff80}.market-hero-products{z-index:2;gap:8px;display:flex;position:absolute;bottom:28px;right:28px}.market-hero-products>span{width:112px;height:140px;color:var(--ink);background:#ffffffeb;border-radius:8px;grid-template-rows:1fr auto;gap:6px;padding:7px;display:grid}.market-hero-products img{object-fit:cover;border-radius:5px;width:100%;height:100%;min-height:0}.market-hero-products b{font-size:9px}.market-section-title{justify-content:space-between;align-items:flex-end;gap:20px;min-width:0;margin-bottom:15px;display:flex}.market-section-title h2{letter-spacing:0;margin:0;font-family:Manrope;font-size:24px}.market-section-title>div h2{margin-top:5px}.market-section-title>button{color:var(--green);background:0 0;border:0;flex:none;align-items:center;gap:4px;font-size:10px;font-weight:700;display:inline-flex}.market-categories{min-width:0}.market-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid}.market-category-grid>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;min-width:0;min-height:142px;padding:0;position:relative;overflow:hidden}.market-category-grid img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.market-category-grid>button:hover img{transform:scale(1.035)}.market-category-grid span{background:#fffffff0;border-radius:6px;align-items:center;min-height:36px;padding:7px 8px;font-size:9px;font-weight:700;line-height:1.25;display:flex;position:absolute;inset:auto 7px 7px}.market-collection{min-width:0}.market-product-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;min-width:0;display:grid}.market-product-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;min-width:0;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.market-product-card:hover{border-color:#b9c7bd;transform:translateY(-2px);box-shadow:0 9px 24px #1f332714}.market-product-image{aspect-ratio:1;background:#e7ebe7;position:relative;overflow:hidden}.market-product-image>img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.market-product-card:hover .market-product-image>img{transform:scale(1.025)}.market-discount,.market-new{z-index:2;color:#fff;background:#c34f3d;border-radius:5px;padding:5px 7px;font-size:8px;font-weight:800;position:absolute;top:9px;left:9px}.market-new{background:#38768a;top:36px}.market-product-image .favorite,.market-product-image .market-quick{z-index:2;color:#667168;background:#ffffffed;border:1px solid #dce3dde6;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;right:8px}.market-product-image .favorite{top:8px}.market-product-image .market-quick{opacity:0;transition:opacity .2s;top:46px}.market-product-card:hover .market-quick{opacity:1}.market-quick:focus-visible{opacity:1}.market-product-image .favorite.active,.favorite-active{color:#c65345}.market-product-copy{align-content:start;padding:11px;display:grid}.market-price{flex-wrap:wrap;align-items:baseline;gap:5px;min-width:0;display:flex}.market-price b{color:#18251d;font-family:Manrope;font-size:17px}.market-price s{color:#98a099;font-size:9px}.market-price em{color:#b94d3d;font-size:9px;font-style:normal;font-weight:700}.market-product-copy h3{letter-spacing:0;height:34px;margin:7px 0 6px;font-family:Manrope;font-size:11px;line-height:1.42;overflow:hidden}.market-rating{color:#b27b1d;align-items:center;gap:4px;font-size:9px;display:flex}.market-rating button{color:var(--green);font-size:inherit;background:0 0;border:0;padding:0}.market-rating span{color:var(--muted)}.market-seller-link{color:#4d5a51;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;align-items:center;gap:3px;width:max-content;max-width:100%;margin:8px 0 4px;padding:0;font-size:8px;display:flex;overflow:hidden}.market-seller-link svg{color:var(--green);flex:none}.market-delivery{min-width:0;height:29px;color:var(--muted);align-items:center;gap:3px;font-size:7px;display:flex;overflow:hidden}.market-delivery span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.market-delivery b{color:var(--green);text-overflow:ellipsis;white-space:nowrap;margin-left:auto;overflow:hidden}.market-add,.market-quantity{border-radius:7px;width:100%;height:37px;margin-top:8px}.market-add{background:var(--green);color:#fff;border:0;justify-content:center;align-items:center;gap:6px;font-size:9px;font-weight:700;display:flex}.market-quantity{background:var(--green-soft);color:var(--green);grid-template-columns:37px 1fr 37px;align-items:center;display:grid}.market-quantity button{height:100%;color:var(--green);background:0 0;border:0;place-items:center;padding:0;display:grid}.market-quantity b{text-align:center;font-size:11px}.market-breadcrumbs{min-width:0;color:var(--muted);align-items:center;gap:6px;margin-bottom:17px;font-size:9px;display:flex;overflow:hidden}.market-breadcrumbs button{color:var(--green);background:0 0;border:0;flex:none;padding:0}.market-breadcrumbs span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.market-back{color:var(--green);background:0 0;border:0;align-items:center;gap:6px;margin-bottom:16px;padding:0;font-size:10px;font-weight:700;display:inline-flex}.market-catalog-heading{margin-bottom:23px}.market-catalog-heading h1,.market-page-title h1{letter-spacing:0;margin:7px 0 4px;font-family:Manrope;font-size:38px}.market-catalog-heading p,.market-page-title p{color:var(--muted);margin:0;font-size:11px}.market-catalog-layout{grid-template-columns:245px minmax(0,1fr);align-items:start;gap:18px;min-width:0;display:grid}.market-filters{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;padding:16px}.market-filter-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:15px;display:flex}.market-filter-head h2{margin:0;font-size:17px}.market-filter-head>button{color:var(--green);background:0 0;border:0;padding:0;font-size:8px;font-weight:700}.filter-mobile-close{display:none}.market-filters>label{color:var(--muted);gap:6px;margin-bottom:14px;font-size:9px;display:grid}.market-filters select,.market-filters input{border:1px solid var(--line);width:100%;height:38px;color:var(--ink);background:#fff;border-radius:7px;outline:0;padding:0 9px;font-size:9px}.market-filters fieldset{border:0;border-top:1px solid var(--line);gap:9px;margin:0;padding:14px 0;display:grid}.market-filters legend{padding:0 0 10px;font-size:10px;font-weight:700}.market-price-fields{grid-template-columns:1fr 1fr;gap:6px;display:grid}.market-check{color:#536057;cursor:pointer;align-items:center;gap:7px;min-width:0;font-size:9px;display:flex}.market-check input{display:none}.market-check>span{color:#0000;border:1px solid #c7d0c9;border-radius:4px;flex:none;place-items:center;width:17px;height:17px;display:grid}.market-check input:checked+span{background:var(--green);border-color:var(--green);color:#fff}.market-color-filter{gap:7px;display:flex}.market-color-filter button{border:2px solid #fff;border-radius:50%;width:26px;height:26px;box-shadow:0 0 0 1px #cad2cc}.market-results{min-width:0}.market-results-toolbar{justify-content:flex-end;align-items:center;gap:7px;height:48px;margin-bottom:11px;display:flex}.market-results-toolbar>select{border:1px solid var(--line);color:#566158;background:#fff;border-radius:7px;height:39px;padding:0 10px;font-size:9px}.market-layout-switch{border:1px solid var(--line);background:#fff;border-radius:7px;height:39px;padding:3px;display:flex}.market-layout-switch button{color:#89928b;background:0 0;border:0;border-radius:5px;place-items:center;width:34px;height:31px;padding:0;display:grid}.market-layout-switch button.active{background:var(--green-soft);color:var(--green)}.market-mobile-filter{display:none}.market-product-grid{gap:11px;min-width:0;display:grid}.market-product-grid.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-product-grid.list{grid-template-columns:1fr}.market-product-card.list{grid-template-columns:180px minmax(0,1fr);display:grid}.market-product-card.list .market-product-image{aspect-ratio:auto;min-height:180px}.market-product-card.list .market-product-copy{grid-template-columns:minmax(0,1fr) 190px;column-gap:20px}.market-product-card.list .market-price,.market-product-card.list h3,.market-product-card.list .market-rating,.market-product-card.list .market-seller-link,.market-product-card.list .market-delivery{grid-column:1}.market-product-card.list .market-add,.market-product-card.list .market-quantity{grid-area:1/2/span 2;align-self:center}.market-product-skeleton{background:#e9ede9;border-radius:8px;height:365px;animation:1s ease-in-out infinite alternate marketPulse}@keyframes marketPulse{to{background:#f4f6f3}}.market-empty{color:#94a097;text-align:center;align-content:center;justify-items:center;gap:8px;min-height:430px;display:grid}.market-empty h1,.market-empty h2{color:var(--ink);margin:5px 0 0;font-family:Manrope}.market-empty p{max-width:390px;color:var(--muted);margin:0 0 10px;font-size:10px;line-height:1.5}.market-filter-scrim{display:none}.market-quick-modal{grid-template-columns:1fr 1fr;gap:24px;width:min(780px,100%);padding:22px;display:grid}.market-quick-modal>img{object-fit:cover;border-radius:8px;width:100%;height:390px}.market-quick-modal>div:last-child{align-content:center;display:grid}.market-quick-modal h2{margin:8px 35px 8px 0;font-family:Manrope;font-size:25px}.market-quick-modal p{color:var(--muted);font-size:10px;line-height:1.6}.market-price.large{margin:13px 0}.market-price.large b{font-size:27px}.quick-actions{grid-template-columns:minmax(0,1fr) 44px;gap:7px;display:grid}.quick-actions .market-add,.quick-actions .market-quantity{height:44px;margin:0}.quick-actions .secondary-btn{width:44px;padding:0}.market-text-link{width:max-content;color:var(--green);background:0 0;border:0;align-items:center;gap:4px;margin-top:13px;padding:0;font-size:9px;font-weight:700;display:flex}.market-product-page{min-width:0}.market-product-main{grid-template-columns:minmax(420px,1.15fr) minmax(320px,.85fr) 275px;align-items:start;gap:22px;min-width:0;display:grid}.market-gallery{grid-template-columns:68px minmax(0,1fr);gap:9px;min-width:0;display:grid}.market-thumbs{align-content:start;gap:7px;display:grid}.market-thumbs button{border:1px solid var(--line);background:#fff;border-radius:7px;width:68px;height:68px;padding:0;overflow:hidden}.market-thumbs button.active{border:2px solid var(--green)}.market-thumbs img{object-fit:cover;width:100%;height:100%}.market-main-image{aspect-ratio:1;background:#fff;border-radius:8px;position:relative;overflow:hidden}.market-main-image img{object-fit:cover;width:100%;height:100%}.market-main-image>span{color:#fff;background:#c34f3d;border-radius:5px;padding:6px 8px;font-size:9px;font-weight:800;position:absolute;top:12px;left:12px}.market-product-info{min-width:0}.market-sku{color:#929b95;font-size:8px}.market-product-info h1{letter-spacing:0;overflow-wrap:anywhere;margin:7px 0 9px;font-family:Manrope;font-size:29px;line-height:1.17}.market-price.product{margin:20px 0}.market-price.product b{font-size:31px}.market-price.product em{width:100%}.market-option{color:var(--muted);gap:8px;margin:17px 0;font-size:9px;display:grid}.market-option b{color:var(--ink)}.market-option select{border:1px solid var(--line);background:#fff;border-radius:7px;outline:0;height:40px;padding:0 9px}.market-swatches{gap:7px;display:flex}.market-swatches button{background:#d6c6aa;border:3px solid #fff;border-radius:50%;width:30px;height:30px;box-shadow:0 0 0 1px #ccd3cd}.market-swatches button:nth-child(2){background:#f3f1eb}.market-swatches button:nth-child(3){background:#343a36}.market-swatches button.active{box-shadow:0 0 0 2px var(--green)}.market-stock{color:var(--green);background:#edf4ef;border-radius:7px;grid-template-columns:auto 1fr;gap:3px 7px;padding:13px;display:grid}.market-stock b{font-size:10px}.market-stock span{color:var(--muted);grid-column:2;font-size:8px}.market-buy-actions{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) 44px;gap:7px;margin-top:15px;display:grid}.market-buy-actions .market-add,.market-buy-actions .market-quantity{height:44px;margin:0}.market-buy-now{border:1px solid var(--green);height:44px;color:var(--green);background:#fff;border-radius:7px;font-size:9px;font-weight:700}.market-buy-actions>.favorite{border:1px solid var(--line);color:#7d8780;background:#fff;border-radius:7px;place-items:center;width:44px;height:44px;padding:0;display:grid}.market-buy-actions>.favorite.active{color:#c65345}.market-receive{gap:10px;margin-top:14px;display:grid}.market-receive>div{color:var(--green);align-items:center;gap:9px;display:flex}.market-receive span{gap:2px;display:grid}.market-receive b{color:var(--ink);font-size:9px}.market-receive small{color:var(--muted);font-size:8px}.market-seller-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:16px}.market-seller-title{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.market-seller-logo{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:10px;font-weight:800;display:grid;overflow:hidden}.market-seller-logo img{object-fit:cover;width:100%;height:100%;display:block}.market-seller-logo.large{width:72px;height:72px;font-size:19px}.market-seller-title>span:nth-child(2){gap:2px;display:grid}.market-seller-title small{color:var(--muted);font-size:8px}.market-seller-title b{font-size:11px}.market-seller-title svg{color:var(--green)}.market-seller-stats{grid-template-columns:repeat(3,1fr);margin:15px 0;display:grid}.market-seller-stats span{border-right:1px solid var(--line);text-align:center;gap:2px;display:grid}.market-seller-stats span:last-child{border:0}.market-seller-stats b{font-size:11px}.market-seller-stats small{color:var(--muted);font-size:7px}.market-seller-card>p{color:var(--muted);align-items:center;gap:6px;font-size:8px;display:flex}.market-seller-card>p svg{color:var(--green)}.market-seller-card .primary,.market-seller-card .secondary-btn{width:100%;margin-top:7px}.market-question{width:100%;color:var(--green);background:0 0;border:0;margin-top:12px;font-size:8px;font-weight:700}.market-product-tabs{margin:28px 0 34px}.market-tab-list{border-bottom:1px solid var(--line);scrollbar-width:none;gap:24px;display:flex;overflow-x:auto}.market-tab-list button{min-height:45px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;flex:none;font-size:10px;font-weight:600}.market-tab-list button.active{border-color:var(--green);color:var(--green)}.market-tab-content{max-width:900px;min-height:180px;padding:22px 0}.market-tab-content h2{margin:0 0 10px;font-size:20px}.market-tab-content p{color:var(--muted);font-size:11px;line-height:1.65}.market-tab-content dl{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:1px;margin:0;display:grid}.market-tab-content dl>div{background:#fff;justify-content:space-between;gap:20px;padding:12px;font-size:10px;display:flex}.market-tab-content dt{color:var(--muted)}.market-review{gap:12px;display:flex}.market-review b{font-size:10px}.market-review b span{color:#c39232;margin-left:8px}.market-review small{color:var(--muted);font-size:8px}.market-question-box{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px}.market-store-page{min-width:0}.market-store-hero{color:#fff;border-radius:8px;height:300px;position:relative;overflow:hidden}.market-store-hero>img{object-fit:cover;width:100%;height:100%}.market-store-shade{background:#101b14a6;position:absolute;inset:0}.market-store-identity{z-index:2;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:16px;display:grid;position:absolute;inset:auto 28px 27px}.market-store-identity .verified{color:var(--lime);align-items:center;gap:5px;font-size:8px;font-weight:700;display:flex}.market-store-identity h1{margin:4px 0;font-family:Manrope;font-size:34px}.market-store-identity p{color:#dbe4de;max-width:610px;margin:0;font-size:10px;line-height:1.5}.market-store-identity>div:last-child{gap:7px;display:flex}.market-store-identity .secondary-btn{color:#fff;background:#ffffff1f;border-color:#fff9}.market-store-facts{border:1px solid var(--line);background:#fff;border-top:0;grid-template-columns:repeat(5,1fr);align-items:center;min-height:83px;margin-bottom:20px;display:grid}.market-store-facts span{border-right:1px solid var(--line);text-align:center;gap:3px;min-width:0;display:grid}.market-store-facts span:last-child{border:0}.market-store-facts b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.market-store-facts small{color:var(--muted);font-size:8px}.market-store-about{justify-content:space-between;align-items:center;gap:30px;margin:20px 0 30px;display:flex}.market-store-about h2{margin:0 0 6px;font-size:20px}.market-store-about p{max-width:760px;color:var(--muted);margin:0;font-size:10px;line-height:1.55}.market-store-about button{color:var(--green);background:0 0;border:0;flex:none;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.market-simple-page{min-width:0;max-width:1220px;margin:0 auto}.market-page-title{margin-bottom:24px}.market-cart-layout,.market-checkout-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px;display:grid}.market-cart-groups{gap:12px;display:grid}.market-cart-seller{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.market-cart-seller>header{border-bottom:1px solid var(--line);align-items:center;gap:9px;min-height:63px;padding:10px 15px;display:flex}.market-cart-seller>header>div{gap:2px;display:grid}.market-cart-seller>header small{color:var(--muted);font-size:7px}.market-cart-seller>header b{font-size:10px}.market-cart-seller>header>svg{color:var(--green)}.market-cart-seller>article{border-bottom:1px solid var(--line);grid-template-columns:112px minmax(0,1fr) 175px;gap:14px;min-width:0;min-height:145px;padding:14px;display:grid}.market-cart-seller>article:last-child{border:0}.market-cart-seller>article>img{object-fit:cover;border-radius:7px;width:112px;height:112px}.market-cart-seller>article>div:nth-child(2){min-width:0}.market-cart-seller>article span,.market-cart-seller>article small{color:var(--muted);font-size:8px}.market-cart-seller>article h3{margin:6px 0;font-size:12px}.market-cart-seller>article>div:nth-child(2) button{color:var(--green);background:0 0;border:0;align-items:center;gap:4px;margin-top:17px;padding:0;font-size:8px;display:flex}.market-cart-price{align-content:start;justify-items:end;gap:3px;display:grid}.market-cart-price>b{font-size:13px}.market-cart-price>s{color:var(--muted);font-size:8px}.market-cart-price .market-quantity{width:120px;margin-top:10px}.market-cart-price>button:last-child{color:#a05f55;background:0 0;border:0;margin-top:7px;padding:0}.market-cart-summary,.market-checkout-summary{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px;position:sticky;top:94px}.market-cart-summary h2,.market-checkout-summary h2{margin:0 0 17px;font-size:18px}.market-cart-summary>p,.market-checkout-summary>p{color:var(--muted);justify-content:space-between;gap:12px;font-size:9px;display:flex}.market-cart-summary>p b,.market-checkout-summary>p b{color:var(--ink)}.market-cart-summary>p.discount,.market-cart-summary>p.discount b{color:#b75040}.market-promo{border:1px solid var(--line);border-radius:7px;height:39px;margin:15px 0;display:flex;overflow:hidden}.market-promo input{border:0;outline:0;flex:1;min-width:0;padding:0 9px;font-size:9px}.market-promo button{color:var(--green);background:#eef2ee;border:0;padding:0 10px;font-size:8px;font-weight:700}.market-cart-total{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:10px;margin:15px 0;padding-top:15px;display:flex}.market-cart-total span{font-weight:700}.market-cart-total b{font-family:Manrope;font-size:21px}.market-cart-summary>small{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-size:7px;display:flex}.market-checkout-form{gap:12px;display:grid}.market-checkout-section{border:1px solid var(--line);background:#fff;border-radius:8px;padding:19px}.market-checkout-section h2{margin:0 0 16px;font-size:17px}.market-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.market-form-grid label,.seller-product-form label{min-width:0;color:var(--muted);gap:6px;font-size:9px;display:grid}.market-form-grid input,.market-form-grid select,.seller-product-form input,.seller-product-form select,.seller-product-form textarea{border:1px solid var(--line);width:100%;height:41px;color:var(--ink);background:#fff;border-radius:7px;outline:0;padding:0 10px;font-size:10px}.market-checkout-section>textarea{resize:vertical;border:1px solid var(--line);border-radius:7px;outline:0;width:100%;min-height:90px;padding:11px}.market-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:15px;display:grid}.market-choice-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}.market-choice{border:1px solid var(--line);text-align:left;min-width:0;min-height:68px;color:var(--muted);background:#fff;border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px;display:grid}.market-choice.active{border-color:var(--green);color:var(--green);background:#edf4ef}.market-choice>span{gap:3px;display:grid}.market-choice b{color:var(--ink);font-size:9px}.market-choice small{color:var(--muted);font-size:7px}.checkout-item{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr);gap:8px;padding:10px 0;display:grid}.checkout-item img{object-fit:cover;border-radius:6px;width:48px;height:48px}.checkout-item span{gap:3px;display:grid}.checkout-item b{font-size:8px}.checkout-item small,.market-checkout-summary>small{color:var(--muted);font-size:7px}.market-success{text-align:center;align-content:center;justify-items:center;gap:10px;min-height:calc(100vh - 150px);display:grid}.market-success>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:72px;height:72px;display:grid}.market-success h1{margin:8px 0 0;font-family:Manrope;font-size:34px}.market-success p{max-width:520px;color:var(--muted);margin:0;font-size:11px;line-height:1.6}.market-success>b{margin:6px 0}.market-success>div{gap:8px;display:flex}.market-account-tabs{scrollbar-width:none;gap:7px;margin-bottom:17px;display:flex;overflow-x:auto}.market-account-tabs button{border:1px solid var(--line);height:36px;color:var(--muted);background:#fff;border-radius:7px;flex:none;padding:0 11px;font-size:8px}.market-account-tabs button.active{background:var(--green);border-color:var(--green);color:#fff}.market-order-list{gap:10px;margin-bottom:20px;display:grid}.market-order-list article{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.market-order-list header{border-bottom:1px solid var(--line);align-items:center;gap:30px;min-height:58px;padding:10px 15px;display:flex}.market-order-list header>span{gap:2px;display:grid}.market-order-list small{color:var(--muted);font-size:7px}.market-order-list b{font-size:9px}.market-order-list header i{color:var(--green);background:#e7f1e9;border-radius:5px;margin-left:auto;padding:5px 8px;font-size:8px;font-style:normal;font-weight:700}.market-order-list header i.done{color:#68736b;background:#ecefec}.market-order-list article>div{align-items:center;gap:8px;min-height:90px;padding:13px 15px;display:flex}.market-order-list article>div img{object-fit:cover;border-radius:7px;width:66px;height:66px}.market-order-list article>div>span{gap:3px;margin-left:8px;display:grid}.market-order-list article>div .secondary-btn{margin-left:auto}.seller-dashboard{min-width:0}.seller-dashboard-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.seller-dashboard-head h1{margin:7px 0 4px;font-family:Manrope;font-size:38px}.seller-dashboard-head p{color:var(--muted);margin:0;font-size:10px}.seller-dashboard-layout{grid-template-columns:205px minmax(0,1fr);align-items:start;gap:17px;min-width:0;display:grid}.seller-dashboard-nav{border:1px solid var(--line);background:#fff;border-radius:8px;gap:2px;padding:7px;display:grid}.seller-dashboard-nav button{color:#5b675e;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:39px;padding:0 9px;font-size:9px;display:grid}.seller-dashboard-nav button svg{width:17px;height:17px}.seller-dashboard-nav button.active{background:var(--green-soft);color:var(--green);font-weight:700}.seller-dashboard-nav em{background:var(--green);color:#fff;border-radius:9px;place-items:center;width:18px;height:18px;font-size:7px;font-style:normal;display:grid}.seller-dashboard-content{min-width:0}.seller-content-title{justify-content:space-between;align-items:center;gap:15px;min-height:48px;margin-bottom:13px;display:flex}.seller-content-title>div{align-items:baseline;gap:9px;display:flex}.seller-content-title:not(:has(>div)){align-items:baseline;gap:9px;display:flex}.seller-content-title h2{margin:0;font-family:Manrope;font-size:23px}.seller-content-title span{color:var(--muted);font-size:8px}.seller-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:13px;display:grid}.seller-metrics article{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:space-between;gap:5px;min-height:108px;padding:14px;display:grid}.seller-metrics span,.seller-metrics small{color:var(--muted);font-size:8px}.seller-metrics b{font-family:Manrope;font-size:20px}.seller-metrics small{color:#4e8c65}.seller-overview-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:12px;display:grid}.seller-overview-grid>section,.seller-analytics-panel{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;padding:17px}.seller-section-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.seller-section-head h3{margin:0;font-size:13px}.seller-section-head button{color:var(--green);background:0 0;border:0;font-size:8px;font-weight:700}.seller-section-head select{border:1px solid var(--line);background:#fff;border-radius:7px;height:34px;padding:0 8px;font-size:8px}.seller-chart{border-bottom:1px solid var(--line);justify-content:space-around;align-items:flex-end;gap:5px;height:150px;margin-top:18px;display:flex}.seller-chart i{background:var(--green);opacity:.85;border-radius:4px 4px 0 0;width:min(25px,6%)}.seller-chart.large{height:190px}.seller-chart-labels{color:var(--muted);justify-content:space-between;padding-top:7px;font-size:7px;display:flex}.seller-low-stock,.seller-popular{border-bottom:1px solid var(--line);align-items:center;gap:8px;min-width:0;padding:10px 0;display:flex}.seller-low-stock img,.seller-popular img{object-fit:cover;border-radius:6px;width:42px;height:42px}.seller-low-stock span,.seller-popular span{gap:3px;min-width:0;display:grid}.seller-low-stock b,.seller-popular b{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.seller-low-stock small,.seller-popular small{color:#b05243;font-size:7px}.seller-popular span{flex:1}.seller-popular strong{font-size:9px}.seller-table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;max-width:100%;overflow-x:auto}.seller-product-table{border-collapse:collapse;width:100%;min-width:880px}.seller-product-table th{border-bottom:1px solid var(--line);height:43px;color:var(--muted);text-align:left;padding:0 10px;font-size:7px;font-weight:600}.seller-product-table td{border-bottom:1px solid var(--line);color:#58645c;min-width:80px;padding:9px 10px;font-size:8px}.seller-product-table td:first-child{align-items:center;gap:8px;min-width:220px;display:flex}.seller-product-table td:first-child img{object-fit:cover;border-radius:6px;width:46px;height:46px}.seller-product-table td:first-child span{gap:3px;display:grid}.seller-product-table td:first-child b{color:var(--ink)}.seller-product-table td:first-child small{color:var(--muted);font-size:7px}.seller-product-table td i{color:var(--green);background:#e8f2ea;border-radius:5px;padding:4px 6px;font-size:7px;font-style:normal}.seller-product-table td:last-child{white-space:nowrap}.seller-product-table td:last-child button{border:1px solid var(--line);width:28px;height:28px;color:var(--muted);background:#fff;border-radius:6px;place-items:center;margin-left:3px;padding:0;display:inline-grid}.seller-product-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.seller-product-form>section{border:1px solid var(--line);background:#fff;border-radius:8px;gap:11px;padding:18px;display:grid}.seller-product-form>section:last-child{grid-column:1/-1}.seller-product-form h3{margin:0 0 3px;font-size:14px}.seller-product-form textarea{resize:vertical;min-height:100px;padding:10px}.seller-upload{min-height:82px;color:var(--green);background:#f7f9f6;border:1px dashed #bdc9c0;border-radius:7px;justify-content:center;align-items:center;gap:10px;padding:13px;display:flex}.seller-upload span{text-align:left;gap:3px;display:grid}.seller-upload b{font-size:9px}.seller-upload small{color:var(--muted);font-size:7px}.seller-analytics-panel{margin-bottom:12px}.seller-order-list{gap:8px;display:grid}.seller-order-list article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr)) auto auto;align-items:center;gap:15px;min-height:72px;padding:10px 13px;display:grid}.seller-order-list article>span{gap:3px;display:grid}.seller-order-list small{color:var(--muted);font-size:7px}.seller-order-list b{font-size:9px}.seller-order-list i{color:#707328;background:#eef2d8;border-radius:5px;padding:5px 7px;font-size:7px;font-style:normal}.seller-generic{border:1px solid var(--line);color:#91a097;text-align:center;background:#fff;border-radius:8px;align-content:center;justify-items:center;gap:8px;min-height:430px;display:grid}.seller-generic h3{color:var(--ink);margin:2px 0}.seller-generic p{max-width:380px;color:var(--muted);margin:0 0 7px;font-size:9px}@media (max-width:1180px){.market-top-actions>button:not(.account){min-width:44px}.market-top-actions>button:not(.account)>span{display:none}.market-hero-copy{width:70%}.market-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-product-row{grid-template-columns:repeat(4,minmax(180px,1fr));overflow-x:auto}.market-product-grid.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.market-product-main{grid-template-columns:minmax(360px,1.15fr) minmax(300px,.85fr)}.market-seller-card{grid-column:1/-1;grid-template-columns:1fr 1fr 180px 180px;align-items:center;gap:12px;display:grid}.market-seller-card .market-seller-stats{margin:0}.market-seller-card>p{display:none}.market-seller-card .primary,.market-seller-card .secondary-btn{margin:0}.market-seller-card .market-question{grid-column:4}.seller-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:920px){.marketplace-shell{padding:24px 18px 70px}.market-catalog-button{justify-content:center;width:44px;padding:0}.market-catalog-button span{display:none}.market-hero-copy{width:72%;padding:34px}.market-hero-copy h1{font-size:36px}.market-hero-products{display:none}.market-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-product-row{grid-template-columns:repeat(4,minmax(190px,1fr))}.market-catalog-layout{grid-template-columns:220px minmax(0,1fr)}.market-product-grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-product-main,.market-seller-card{grid-template-columns:1fr 1fr}.market-seller-card .market-question{grid-column:auto}.market-cart-layout,.market-checkout-layout{grid-template-columns:1fr}.market-cart-summary,.market-checkout-summary{position:static}.seller-dashboard-layout{grid-template-columns:1fr}.seller-dashboard-nav{scrollbar-width:none;display:flex;overflow-x:auto}.seller-dashboard-nav button{grid-template-columns:18px auto auto;min-width:max-content}.seller-overview-grid{grid-template-columns:1fr}}@media (max-width:720px){.marketplace-shell{padding:12px 12px 76px}.market-catalog-button{display:none}.market-top-search{height:39px}.market-top-actions{margin-left:0}.market-top-actions>button:not(.account){display:none}.market-top-actions>button:nth-child(3){width:38px;min-width:38px;display:grid}.market-top-actions>button:nth-child(3) em{top:0;right:0}.market-home{gap:26px}.market-hero{height:345px}.market-hero-copy{justify-content:flex-end;width:100%;padding:27px 22px}.market-hero-copy h1{font-size:30px}.market-hero-copy p{font-size:11px}.market-hero-copy>div{grid-template-columns:1fr;width:100%;margin-top:17px;display:grid}.market-hero-primary,.market-hero-secondary{width:100%}.market-section-title{align-items:center}.market-section-title h2{font-size:20px}.market-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.market-category-grid>button{min-height:112px}.market-category-grid span{min-height:31px;padding:5px;font-size:7px;inset:auto 5px 5px}.market-product-row{grid-template-columns:repeat(6,minmax(156px,1fr));gap:7px;margin-right:-12px;padding-right:12px}.market-product-card:hover{transform:none}.market-product-copy{padding:8px}.market-price b{font-size:14px}.market-product-copy h3{font-size:9px}.market-product-image .market-quick{display:none}.market-catalog-heading h1,.market-page-title h1{font-size:29px}.market-catalog-layout{grid-template-columns:1fr}.market-filters{z-index:230;border-radius:0 8px 8px 0;width:min(310px,88vw);transition:transform .22s;position:fixed;inset:60px auto 65px 0;overflow-y:auto;transform:translate(-105%)}.market-filters.open{transform:translate(0)}.filter-mobile-close{place-items:center;margin-left:auto;display:grid!important}.market-filter-head>button:nth-child(2){margin-left:auto}.market-filter-scrim{z-index:220;background:#00000057;border:0;display:block;position:fixed;inset:60px 0 65px}.market-results-toolbar{justify-content:space-between}.market-mobile-filter{border:1px solid var(--line);height:39px;color:var(--green);background:#fff;border-radius:7px;align-items:center;gap:5px;padding:0 9px;font-size:8px;font-weight:700;display:flex}.market-results-toolbar>select{min-width:0;max-width:145px}.market-product-grid{gap:7px}.market-product-grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-product-card.list{grid-template-columns:116px minmax(0,1fr)}.market-product-card.list .market-product-image{min-height:154px}.market-product-card.list .market-product-copy{grid-template-columns:1fr;display:grid}.market-product-card.list .market-add,.market-product-card.list .market-quantity{grid-area:auto/1}.market-quick-modal{grid-template-columns:1fr;padding:15px}.market-quick-modal>img{height:230px}.market-product-main{grid-template-columns:1fr;gap:17px}.market-gallery{grid-template-columns:1fr}.market-thumbs{grid-row:2;grid-template-columns:repeat(4,58px)}.market-thumbs button{width:58px;height:58px}.market-product-info h1{font-size:24px}.market-price.product b{font-size:27px}.market-seller-card{grid-template-columns:1fr}.market-seller-card .market-question{grid-column:auto}.market-tab-content dl{grid-template-columns:1fr}.market-store-hero{height:390px}.market-store-identity{grid-template-columns:auto 1fr;align-items:center;inset:auto 16px 17px}.market-store-identity>div:nth-child(2){min-width:0}.market-store-identity h1{font-size:26px}.market-store-identity>div:last-child{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.market-store-facts{grid-template-columns:repeat(3,1fr);row-gap:15px;padding:10px 0}.market-store-facts span:nth-child(3){border:0}.market-store-about{gap:12px;display:grid}.market-cart-seller>article{grid-template-columns:82px minmax(0,1fr)}.market-cart-seller>article>img{width:82px;height:82px}.market-cart-price{grid-column:1/-1;grid-template-columns:1fr auto auto;place-items:center start}.market-cart-price .market-quantity{margin:0}.market-form-grid,.market-choice-grid,.market-choice-grid.three{grid-template-columns:1fr}.market-success h1{font-size:28px}.market-success>div{width:100%;display:grid}.market-order-list header{gap:15px}.market-order-list article>div{flex-wrap:wrap}.market-order-list article>div .secondary-btn{width:100%;margin-left:0}.seller-dashboard-head{align-items:start;display:grid}.seller-dashboard-head h1{font-size:30px}.seller-dashboard-nav{border-radius:8px 0 0 8px;margin-right:-12px}.seller-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.seller-metrics article{min-height:94px;padding:11px}.seller-metrics b{overflow-wrap:anywhere;font-size:17px}.seller-product-form{grid-template-columns:1fr}.seller-product-form>section:last-child{grid-column:auto}.seller-order-list article{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-order-list article .secondary-btn{grid-column:1/-1;width:100%}}@media (max-width:360px){.market-category-grid,.market-product-grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-product-copy h3{height:31px;font-size:8px}.market-price b{font-size:12px}.market-price s{font-size:7px}.market-delivery b{display:none}.market-buy-actions{grid-template-columns:1fr 44px}.market-buy-now{grid-area:2/1/auto/-1}}
