@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#172720;--muted:#758078;--green:#215c40;--lime:#d8ef8b;--paper:#fafbf8;--line:#dfe4dc;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.2;letter-spacing:-.045em}h1{font-size:44px;font-weight:600}h2{font-size:32px;font-weight:600}h3{font-size:18px;font-weight:700}em{font-style:normal;color:var(--green)}.wrap{width:min(1280px,calc(100% - 80px));margin:auto}.utility{background:#182e23;color:#e1e8dd;font-size:10px;letter-spacing:.09em;padding:9px 0}.utility .wrap{display:flex;justify-content:space-between}.dot,.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:9px}.utility-divider{margin:0 18px;color:#65766a}.header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px}.brand{display:inline-flex;align-items:center;font-size:30px;font-weight:800;letter-spacing:-1.5px;font-family:Manrope,sans-serif}.brand-mark{background:var(--green);color:var(--lime);width:37px;height:37px;border-radius:9px;line-height:35px;text-align:center;margin-right:10px;font-size:25px;position:relative}.brand-mark span{position:absolute;font-size:16px;right:3px;top:-5px}.brand-dot,.accent{color:var(--green)}nav{display:flex;gap:30px;font-size:13px;font-weight:600}nav a{padding:34px 0}nav a.active{border-bottom:2px solid var(--green)}.header-actions{display:flex;align-items:center;gap:22px;font-size:13px}.button{display:inline-flex;gap:14px;align-items:center;justify-content:center;padding:14px 23px;background:var(--green);color:white;border:1px solid var(--green);border-radius:6px;font-size:14px;font-weight:600;line-height:1.4;transition:background .15s,transform .15s}.button:hover{background:#16442e;transform:translateY(-1px)}.button.small{padding:10px 15px;font-size:12px}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.button.secondary:hover{background:#edf1e9}.button.full{width:100%}.button:disabled{background:#e4e8e1;border-color:#e4e8e1;color:#7b8479;cursor:not-allowed;transform:none}.demo-banner{text-align:center;font-size:10px;letter-spacing:.065em;padding:7px 18px;background:#eef1e7;color:#63704f}.demo-banner span{letter-spacing:0}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;padding-top:48px;padding-bottom:38px;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--green);margin-bottom:18px}.hero .live-dot{background:var(--green)}.hero h1{font-size:clamp(42px,4.5vw,65px);line-height:1.07;letter-spacing:-.06em;margin-bottom:23px}.hero-description{font-size:14px;line-height:1.9;color:#6b756e;margin-bottom:27px}.hero-image{height:356px;border-radius:10px;overflow:hidden;position:relative;background:#22362a}.hero-image>img{width:100%;height:100%;object-fit:cover}.photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 45%,rgba(0,0,0,.75))}.photo-label{position:absolute;top:20px;left:22px;color:white;font-size:8px;letter-spacing:.12em;background:#16241d99;padding:7px 10px;border:1px solid #ffffff40;border-radius:3px}.photo-bottom{position:absolute;bottom:25px;left:26px;right:26px;display:flex;align-items:end;justify-content:space-between;color:white;font-size:25px;line-height:1.2;letter-spacing:-.03em}.photo-bottom strong{font-weight:500;color:var(--lime)}.circle-arrow{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ffffff70;border-radius:50%;font-size:25px}.search{display:flex;align-items:center;gap:12px;background:white;border:1px solid #cdd7ca;padding:6px 6px 6px 17px;border-radius:7px;box-shadow:0 3px 8px #20332704}.search>span{font-size:28px;color:var(--green);line-height:1}.search input{border:0;background:none;padding:6px 0;min-width:0;width:100%;font-size:13px;margin:0}.search button{border:0;background:var(--green);color:white;border-radius:4px;padding:11px 18px;font-size:12px;white-space:nowrap}.search button span{margin-left:14px}.hero-tags{display:flex;gap:10px;margin-top:13px;font-size:10px;color:#788071}.hero-tags span{padding:3px 9px;border:1px solid var(--line);border-radius:4px}.assurance{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:18px 0;font-size:12px;color:#627064}.assurance b{color:var(--green);background:#edf1e7;font-size:10px;padding:5px 7px;border-radius:4px;margin-right:11px}.catalog-section{padding-top:44px;padding-bottom:48px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:29px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2 span{color:var(--green)}.muted{color:var(--muted);font-size:13px}.catalog-layout{display:grid;grid-template-columns:214px minmax(0,1fr);gap:35px}.filters h3{font-size:15px;margin-bottom:14px}.filters label:not(.category-option){font-size:11px}.filters input,.filters select{font-size:12px;padding:9px 10px;margin-bottom:14px}.category-link,.category-option{display:flex;align-items:center;gap:10px;padding:9px 9px!important;font-size:12px!important;border-radius:5px;margin:0!important;cursor:pointer}.category-option input{width:auto;margin:0;accent-color:var(--green)}.category-option span{color:var(--green);font-size:15px;width:20px}.category-link.selected{background:#e6ecdf;color:var(--green);font-weight:700}.category-link span{width:20px}.category-option:hover{background:#f0f3eb}.filter-divider{border-top:1px solid var(--line);margin:20px 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.product-card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 10px 22px #1730240d;transform:translateY(-3px)}.product-photo{display:block;aspect-ratio:1.35;position:relative;background:#edf0e9;overflow:hidden}.product-photo img{height:100%;width:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.035)}.condition{position:absolute;left:10px;top:10px;background:#fffffff0;padding:3px 8px;font-size:9px;font-weight:600;border-radius:3px}.demo-tag{position:absolute;right:9px;bottom:9px;background:#182e23dc;color:#fff;font-size:8px;letter-spacing:.1em;padding:3px 6px;border-radius:3px}.product-info{padding:16px}.product-category{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7a8675;margin-bottom:7px}.product-info h3{font-size:15px;letter-spacing:-.025em;line-height:1.4;min-height:42px}.product-location{font-size:10px;color:var(--muted);margin-top:8px}.product-price{border-top:1px solid #eef0eb;margin-top:13px;padding-top:10px;display:flex;align-items:center;justify-content:space-between}.product-price strong{font-size:20px;font-weight:600;letter-spacing:-.05em}.product-price a{color:var(--green);font-size:21px}.sell-banner{display:flex;align-items:center;justify-content:space-between;background:#eaf0df;border:1px solid #dde5d2;border-radius:9px;padding:33px 38px;margin-bottom:65px}.sell-banner h2{font-size:30px}.sell-banner .eyebrow{font-size:9px;margin-bottom:13px}.sell-banner p:not(.eyebrow){font-size:13px;color:#66765c;margin-bottom:16px}.sell-banner .button{background:#263f2b;border-color:#263f2b}footer{background:white;border-top:1px solid var(--line);padding:30px 0 18px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:25px}.footer-top .brand{font-size:25px}.footer-top p{font-size:11px;color:var(--muted);margin-top:7px}.footer-top strong,.footer-top>a{font-size:12px;font-weight:500}.footer-bottom{display:flex;gap:20px;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;font-size:9px;color:#8b9489}.page{padding-top:38px;padding-bottom:65px;min-height:60vh}.page>h1{margin-bottom:18px}.page>.eyebrow{margin-top:15px}.page>.muted{margin-bottom:26px}.back{font-size:12px;color:var(--muted);display:inline-block;margin-bottom:25px}.detail-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:55px}.detail-photo{aspect-ratio:1.35;background:#edf0e9;border-radius:9px;overflow:hidden}.detail-photo img{width:100%;height:100%;object-fit:contain}.thumbnails{display:flex;gap:10px;margin-top:13px;flex-wrap:wrap}.thumbnails button{border:1px solid var(--line);background:white;padding:3px;border-radius:4px}.thumbnails img{width:72px;height:62px;object-fit:cover;border-radius:3px}.buy-panel{align-self:start;background:white;border:1px solid var(--line);padding:30px;border-radius:9px}.buy-panel h1{font-size:34px;margin:14px 0}.buy-panel .small-note{margin-bottom:18px}.detail-price{font-size:39px;letter-spacing:-.06em;margin:24px 0 0}.pill{display:inline-block;padding:4px 9px;background:#f0f1e7;color:#6f734f;font-size:10px;border-radius:4px}.pill.green{background:#e6f0e3;color:var(--green)}.small-note{color:var(--muted);font-size:11px;line-height:1.7;margin-top:12px}.payment-note{background:#f1f4eb;padding:16px;border-radius:5px;margin:19px 0;font-size:11px;color:#657057}.payment-note strong{color:#334632}.payment-note p{margin-top:5px}.seller{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:20px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e7ecde;color:var(--green);font-weight:700}.seller strong{font-size:13px}.seller p{font-size:10px;color:var(--muted)}.description{margin-top:35px}.description h2{font-size:25px;margin-bottom:18px}.description h3{margin:24px 0 12px}.description p{white-space:pre-line;color:#647065;font-size:14px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}.specs>div{border-bottom:1px solid var(--line);padding-bottom:12px}.specs dt{font-size:11px;color:var(--muted)}.specs dd{margin:0;font-size:14px}.auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:55px;padding-bottom:65px;max-width:1050px;align-items:start}.auth-intro h1{font-size:54px;margin-bottom:20px}.auth-intro>p:not(.eyebrow){color:var(--muted);font-size:14px}.auth-intro>img{height:220px;width:100%;object-fit:cover;border-radius:8px;margin-top:25px}.auth-card{background:white;padding:32px;border:1px solid var(--line);border-radius:9px}.auth-card h2{font-size:27px;margin-bottom:12px}.auth-card>p{margin-bottom:17px}label{display:block;font-size:12px;font-weight:500;margin-bottom:6px}input,select,textarea{display:block;width:100%;padding:11px 12px;border:1px solid #d6ded2;border-radius:5px;background:white;color:var(--ink);margin-bottom:19px;line-height:1.5}input:focus,select:focus,textarea:focus{outline:2px solid #6c9864;outline-offset:2px}textarea{resize:vertical}input[type=checkbox]{width:auto;margin:0;accent-color:var(--green)}.check{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;margin:20px 0}.check input{flex-shrink:0}.check a{text-decoration:underline}.auth-switch{font-size:12px;margin-top:23px!important}.auth-switch a{color:var(--green);font-weight:600}.clear-link{display:block;text-align:center;font-size:11px;text-decoration:underline;color:var(--muted);margin-top:15px}.notice{background:#edf1e4;border:1px solid #dbe2ce;border-radius:6px;padding:18px 22px;font-size:13px;margin:22px 0}.notice p{margin-top:8px}.notice h2{font-size:21px}.notice.error{background:#fff0e9;border-color:#eccbbc;color:#8b3827}.notice.success{background:#e8f3e8;color:#285535}.notice ul{margin-bottom:0}.narrow{max-width:720px}.narrow h1{font-size:36px}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:30px 0}.stats>div{border:1px solid var(--line);padding:20px;background:white;border-radius:7px}.stats span{display:block;font-size:12px;color:var(--muted)}.stats strong{display:block;font-size:30px}.stats .stat-text{font-size:17px;margin-top:8px}.list-stack{display:grid;gap:18px}.manage-row{display:flex;gap:24px;align-items:center;background:white;padding:20px;border:1px solid var(--line);border-radius:7px}.manage-row>a{width:130px;flex-shrink:0}.manage-row img{width:130px;height:100px;object-fit:cover;border-radius:5px}.manage-copy{flex:1;min-width:0}.manage-copy h3{margin:8px 0}.manage-copy p{font-size:12px;color:var(--muted)}.manage-copy .review-note{color:#96612a;margin-top:8px}.text-button{border:0;background:none;color:var(--muted);font-size:12px;text-decoration:underline}.danger{color:#9a4634}.form-layout{display:grid;grid-template-columns:minmax(0,2fr) 1fr;gap:48px;margin-top:32px}.form-section{padding:28px;background:white;border:1px solid var(--line);border-radius:8px;margin-bottom:22px}.form-section h2{font-size:22px;margin-bottom:25px}.form-section h2 span{color:var(--green);font-size:12px;margin-right:10px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.upload{border:1px dashed #aebda4;background:#f7f9f2;text-align:center;padding:28px 20px;border-radius:7px}.upload>span{font-size:32px;color:var(--green)}.upload p{font-size:11px;color:var(--muted);margin-bottom:20px}.upload input{margin-bottom:0;font-size:12px}.tips{padding:25px 0;align-self:start}.tips h3{font-size:27px}.tips ol{padding-left:18px;color:var(--muted);font-size:13px}.tips li{padding:8px 0}.tips .notice{font-size:12px}.existing-images{display:flex;gap:15px;flex-wrap:wrap;margin-top:20px}.existing-images img{width:100px;height:85px;object-fit:cover;border-radius:4px}.existing-images span{display:flex;gap:5px;margin-top:6px}.review-card{border:1px solid var(--line);border-radius:8px;background:white;padding:12px}.review-card .manage-row{border:0;padding:10px}.review-card form{padding:10px}.summary{padding:24px;border:1px solid var(--line);background:white;border-radius:8px;margin-top:28px}.summary>div{display:flex;justify-content:space-between;padding:10px 0}.summary .total{border-top:1px solid var(--line);margin-top:10px;padding-top:20px;font-size:20px}.lead{max-width:700px;font-size:18px;color:var(--muted);margin:25px 0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:45px 0}.how-grid article{background:white;border:1px solid var(--line);padding:30px;border-radius:8px}.how-grid article>span{font-size:35px;color:#a1b390}.how-grid h2{font-size:22px;margin:12px 0}.how-grid p{font-size:14px;color:var(--muted)}.prose{max-width:760px;margin:40px 0}.prose h2{font-size:23px;margin-top:25px;margin-bottom:12px}.prose p{color:var(--muted)}.empty{grid-column:1/-1;text-align:center;padding:65px 20px;border:1px dashed var(--line);border-radius:8px;width:100%}.empty>span{font-size:40px;color:var(--green)}.empty p{color:var(--muted);font-size:13px;margin:15px 0 22px}.no-photo{display:grid;place-items:center;min-height:100px;height:100%;font-size:12px;color:var(--muted);background:#edf0e9}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px;font-size:12px}.skip{position:absolute;left:10px;top:-100px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid #6c9864;outline-offset:4px}
@media(min-width:1600px){.hero{padding-top:58px;padding-bottom:45px}.hero-image{height:400px}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.header-inner{gap:15px}.header-actions{gap:12px}nav{gap:15px}.brand{font-size:26px}.brand-mark{display:none}.hero{gap:25px}.hero h1{font-size:48px}.hero-image{height:335px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:24px}.auth-layout{gap:35px}.detail-layout{gap:25px}.buy-panel{padding:23px}.form-layout{gap:25px}}
@media(max-width:760px){.wrap{width:calc(100% - 32px)}.utility .wrap{justify-content:center}.utility .wrap>span:last-child{display:none}.header-inner{min-height:76px;flex-wrap:wrap;gap:10px;padding:13px 0}.header-inner nav{order:3;width:100%;justify-content:center;border-top:1px solid #eef0e9;padding-top:7px}nav a{padding:4px 0;font-size:12px}.brand{font-size:26px}.header-actions{gap:12px;font-size:11px}.header-actions .button{font-size:10px;padding:9px}.header-actions>a[href$="administracio"]{display:none}.demo-banner{font-size:8px}.demo-banner span{display:block}.hero{grid-template-columns:1fr;padding-top:30px;padding-bottom:25px;gap:25px}.hero h1{font-size:47px}.hero-description{font-size:13px}.hero-description br{display:none}.hero-image{height:225px}.hero-tags{font-size:9px}.photo-bottom{font-size:22px}.assurance{gap:10px;flex-wrap:wrap;padding:15px 0;font-size:10px}.assurance span:last-child{display:none}.assurance b{margin-right:5px}.catalog-section{padding-top:28px}.section-heading{align-items:start;margin-bottom:22px;flex-wrap:wrap}.section-heading h2{font-size:28px}.eyebrow{font-size:9px}.catalog-layout{display:flex;flex-direction:column;gap:22px}.filters form{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.filters h3{grid-column:1/-1;margin-bottom:0}.category-option,.category-link{font-size:11px!important;padding:6px!important}.filters .filter-divider{grid-column:1/-1;margin:7px 0}.filters label:not(.category-option){grid-column:1/-1;margin:0}.filters input:not([type=radio]),.filters select{grid-column:1/-1;margin:0}.filters button{margin-top:8px}.filters .clear-link{margin-top:18px}.product-grid{gap:13px}.product-info{padding:12px}.product-info h3{font-size:13px;min-height:38px}.product-category{font-size:8px}.product-price strong{font-size:18px}.product-photo{aspect-ratio:1.1}.condition{font-size:8px;left:7px;top:7px}.sell-banner{padding:24px;display:block;margin-bottom:35px}.sell-banner h2{font-size:27px;margin-bottom:20px}.footer-top{display:block}.footer-top>div{margin-bottom:20px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:7px}.page{padding-top:25px;padding-bottom:40px}h1{font-size:33px}.detail-layout,.auth-layout,.form-layout{grid-template-columns:1fr;gap:25px}.buy-panel h1{font-size:29px}.buy-panel{grid-row:1}.detail-layout .buy-panel{grid-row:auto}.auth-intro{display:none}.auth-layout{padding:25px 0 40px}.auth-card{padding:25px}.stats{grid-template-columns:1fr 1fr;gap:12px}.stats>div{padding:15px}.manage-row{padding:14px;gap:13px;flex-wrap:wrap}.manage-row>a{width:75px}.manage-row img{width:75px;height:75px}.manage-row h3{font-size:15px}.manage-row .actions{width:100%;justify-content:flex-end}.form-section{padding:20px}.field-grid{grid-template-columns:1fr}.form-submit{justify-content:space-between}.form-submit button{padding:13px;font-size:12px}.tips{padding:0}.how-grid{grid-template-columns:1fr;gap:16px}.how-grid article{padding:23px}.narrow h1{font-size:30px}}

.filter-details>summary{display:none;cursor:pointer;font-weight:600;list-style:none}.filter-details>summary span{float:right}@media(max-width:760px){.filter-details>summary{display:block;padding:13px 15px;border:1px solid var(--line);border-radius:5px;background:white}.filter-details[open]>summary{margin-bottom:15px}.hero-description br{display:initial}}
