:root{--navy:#0b2742;--red:#c82f36;--bg:#f4f6f8;--ink:#132230;--muted:#617080;--line:#dce3e9;--white:#fff;--green:#177a55;--soft:#eef3f7}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.5}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}.nav{height:72px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:800;text-decoration:none;font-size:19px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--navy);color:#fff}.product{padding-left:16px;border-left:1px solid var(--line);font-weight:700;color:var(--red)}.back{margin-left:auto;color:var(--navy);text-decoration:none;font-weight:750}.page{padding:42px 0 70px}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px}.intro h1{font-size:clamp(36px,5vw,54px);line-height:1.05;letter-spacing:-.04em;margin:5px 0 12px}.intro p{color:var(--muted);max-width:780px;margin:0}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.13em;color:var(--red)}.status-pill{background:#e9f5ef;color:var(--green);padding:10px 13px;border-radius:999px;font-weight:800;white-space:nowrap}.layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.72fr);gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;margin-bottom:18px;box-shadow:0 5px 18px #16304a0d}.section-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.section-head>span{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:850;flex:0 0 auto}.section-head h2{font-size:24px;letter-spacing:-.02em;margin:0}.section-head p{margin:2px 0 0;color:var(--muted)}.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.type-card{border:1px solid var(--line);border-radius:10px;padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:3px;position:relative}.type-card input{position:absolute;right:14px;top:14px;accent-color:var(--red)}.type-card:has(input:checked){border-color:var(--navy);box-shadow:0 0 0 2px #0b274212;background:#f8fbfd}.type-card b{font-size:18px;color:var(--navy)}.type-card small{color:var(--muted)}.fields{display:grid;gap:16px}.fields.two{grid-template-columns:1fr 1fr}.wide{grid-column:1/-1}label>span:not(.check span),label>small{display:block}label>span:not(.check span){font-weight:750;margin-bottom:7px}label>small{color:var(--muted);margin-top:5px}input,textarea{width:100%;border:1px solid #cfd8df;border-radius:8px;padding:12px 13px;font:inherit;color:var(--ink);background:#fff;outline:none}input:focus,textarea:focus{border-color:#527da2;box-shadow:0 0 0 3px #527da21c}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--red);box-shadow:0 0 0 3px #c82f3612}.suffix{position:relative}.suffix input{padding-right:50px}.suffix em{position:absolute;right:13px;top:50%;transform:translateY(-50%);font-style:normal;color:var(--muted);font-weight:700}.counter{text-align:right;color:var(--muted);font-size:12px;margin-top:5px}.drop{border:1.5px dashed #aebbc6;border-radius:11px;padding:22px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;background:#fafcfd}.drop:hover{border-color:#527da2}.drop span{color:var(--muted)!important;font-weight:500!important;margin:4px 0 0!important}.drop input{position:absolute;opacity:0;width:1px;height:1px}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:14px}.thumb{aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:#e7edf2;position:relative}.thumb img{width:100%;height:100%;object-fit:cover}.thumb b{position:absolute;left:6px;bottom:6px;background:#071a2bbd;color:#fff;border-radius:5px;padding:2px 6px;font-size:11px}.inline-msg{margin-top:12px;background:#fff1f1;color:#9e252c;border:1px solid #f0c9cc;border-radius:8px;padding:10px 12px;font-weight:700}.check{display:flex;align-items:flex-start;gap:9px;margin-top:15px;color:var(--ink)}.check input{width:auto;margin-top:4px;accent-color:var(--navy)}.check span{font-weight:600}.note{font-size:13px;color:var(--muted)}.actions{display:flex;justify-content:space-between;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px}.right{display:flex;gap:10px;align-items:center}.primary,.secondary,.ghost{border:0;border-radius:8px;padding:12px 16px;font:inherit;font-weight:800;cursor:pointer}.primary{background:var(--red);color:#fff}.secondary{background:var(--navy);color:#fff}.ghost{background:#eef3f7;color:var(--navy)}.save-state{font-size:12px;color:var(--muted);max-width:115px;text-align:right}.preview-wrap{position:sticky;top:94px}.preview-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;color:var(--navy);font-size:12px;font-weight:850;letter-spacing:.08em}.preview-title small{color:var(--muted);font-weight:600;letter-spacing:0}.preview-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #16304a12}.preview-image{aspect-ratio:16/10;background:#e6ecf1;display:grid;place-items:center;color:#71818f;font-weight:750;overflow:hidden}.preview-image img{width:100%;height:100%;object-fit:cover}.preview-body{padding:19px}.preview-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.kind{font-size:11px;font-weight:850;letter-spacing:.11em;color:var(--red);text-transform:uppercase}.preview-top b{font-size:21px;color:var(--navy)}.preview-body h3{font-size:22px;margin:6px 0 10px}.meta{display:flex;gap:7px 12px;flex-wrap:wrap;color:var(--muted);font-size:13px}.preview-body p{color:#3f4f5d;white-space:pre-wrap}.verification{font-weight:800;font-size:13px;margin-top:14px}.verification.verified{color:var(--green)}.verification.pending{color:#6b7784}.verification.testing{color:#8a6100}.verify-note{display:block;color:var(--muted);margin-top:3px}.safety{margin-top:14px;background:#fff7e7;border:1px solid #ecd9ae;border-radius:11px;padding:15px}.safety b{color:#7f5b00}.safety p{color:#6e6250;margin:5px 0 0;font-size:13px}.modal-backdrop{position:fixed;inset:0;background:#071a2bad;display:grid;place-items:center;padding:20px;z-index:50}.modal-backdrop[hidden]{display:none}.modal{position:relative;background:#fff;border-radius:15px;padding:30px;width:min(570px,100%);box-shadow:0 24px 70px #0007}.modal h2{font-size:28px;line-height:1.15}.modal p{color:var(--muted)}.safe{background:#eaf5ef;color:var(--green);padding:13px;border-radius:9px;font-weight:700;margin:17px 0}.x{position:absolute;right:14px;top:9px;border:0;background:none;font-size:31px;color:var(--muted);cursor:pointer}footer{background:#fff;border-top:1px solid var(--line)}.foot{min-height:76px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:14px}.foot a{color:var(--navy);text-decoration:none;font-weight:650}@media(max-width:900px){.layout{grid-template-columns:1fr}.preview-wrap{position:static}.preview-card{max-width:560px}.intro{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.wrap{width:min(100% - 24px,1180px)}.page{padding-top:28px}.fields.two,.type-grid{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(2,1fr)}.actions,.right{align-items:stretch;flex-direction:column}.save-state{text-align:left;max-width:none}.foot{padding:20px 0;gap:8px;align-items:flex-start;flex-direction:column}}

.flow-ok{color:var(--green)!important;font-weight:800}.flow-bad{color:var(--red)!important;font-weight:800}.primary:disabled,.secondary:disabled,.ghost:disabled{opacity:.55;cursor:not-allowed}.topbar+.page{scroll-margin-top:10px}

.lookup-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:7px}.lookup-btn{padding:9px 12px;border:1px solid #cfd8e0;cursor:pointer}.vehicle-status{display:block;margin-top:7px;color:#177a55;font-weight:700;line-height:1.35}.vehicle-status.bad{color:#9e262d}

/* V82N3 - lesbarhet og ryddigere annonsebygger */
body{font-size:16px}
.nav{height:68px}.brand{font-size:18px}.product{font-size:16px}.back{margin-left:0;font-size:15px}.product+.back{margin-left:auto}.nav{gap:24px}
.intro p{font-size:16px;line-height:1.6}.eyebrow{font-size:13px}.status-pill{font-size:15px;padding:10px 15px}.prefill-note{font-size:15px;line-height:1.5}
.panel{padding:26px}.section-head h2{font-size:25px}.section-head p{font-size:15px;line-height:1.5}.type-card{padding:18px}.type-card b{font-size:19px}.type-card small{font-size:14px;line-height:1.45}
label>span:not(.check span){font-size:15px;margin-bottom:8px}label>small,.note,.vehicle-status{font-size:14px;line-height:1.5}.lookup-row small{font-size:14px}.counter{font-size:14px}
input,textarea{font-size:16px;min-height:48px;padding:13px 14px}textarea{min-height:170px}.drop{padding:25px;font-size:16px}.drop span{font-size:14px!important;line-height:1.45}.check{font-size:15px}.check span{line-height:1.5}
.primary,.secondary,.ghost{font-size:15px;min-height:46px;padding:12px 17px}.save-state{font-size:14px;max-width:170px;line-height:1.35}.actions{padding:17px 19px}
.preview-title{font-size:14px;letter-spacing:.04em}.preview-title small{font-size:13px}.kind{font-size:13px}.preview-top b{font-size:22px}.preview-body h3{font-size:23px}.meta{font-size:14px;line-height:1.5}.preview-body p{font-size:15px;line-height:1.55}.verification{font-size:14px}.verify-note{font-size:14px;line-height:1.45}.safety p{font-size:14px;line-height:1.5}
.foot{font-size:15px}.lookup-btn{font-size:15px}
@media(max-width:900px){.nav{gap:14px;flex-wrap:wrap;height:auto;min-height:68px;padding:12px 0}.product+.back{margin-left:auto}.back{font-size:14px}.layout{grid-template-columns:1fr}.preview-card{max-width:none}}
@media(max-width:620px){body{font-size:16px}.panel{padding:20px}.section-head h2{font-size:23px}.intro h1{font-size:38px}.nav .product{display:none}.product+.back{margin-left:auto}.back{font-size:14px}.actions{gap:12px}}

/* V82N5 - finish: ryddige valg, tydeligere handlinger og jevnere luft */
.type-card input[type="radio"]{
  width:18px;height:18px;min-height:0;padding:0;margin:0;
  right:16px;top:16px;accent-color:var(--red);box-shadow:none
}
.check input[type="checkbox"]{
  width:18px;height:18px;min-height:0;padding:0;margin:2px 0 0;
  flex:0 0 18px;accent-color:var(--navy);box-shadow:none
}
.type-card{min-height:88px;justify-content:center;padding-right:48px}
.type-card:has(input:checked){box-shadow:0 0 0 2px rgba(11,39,66,.09);background:#f8fbfd}
.panel{box-shadow:0 4px 14px rgba(22,48,74,.06)}
.section-head{margin-bottom:20px}.fields{gap:15px}
.counter{display:flex;justify-content:space-between;gap:18px;text-align:left}
.lookup-row{align-items:flex-start}.vehicle-status{margin-top:8px}
.actions{position:relative;align-items:center;gap:18px;padding:18px 20px}
.actions>.right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}
.actions .save-state{max-width:260px;min-width:150px;text-align:right;line-height:1.4}
.actions button{white-space:nowrap}
.preview-wrap{top:88px}.preview-card{box-shadow:0 8px 22px rgba(22,48,74,.10)}
.preview-image{min-height:220px}.safety{padding:16px}
.note{margin-top:10px;margin-bottom:0}.check+.note{margin-top:10px}
@media(min-width:901px){
  .layout{grid-template-columns:minmax(0,760px) minmax(320px,380px);gap:32px;justify-content:space-between}
}
@media(max-width:900px){
  .actions>.right{justify-content:flex-start}.actions .save-state{text-align:left;max-width:none}
}
@media(max-width:620px){
  .type-card{min-height:76px}.type-card input[type="radio"]{right:14px;top:14px}
  .actions>.right{display:grid;grid-template-columns:1fr;gap:10px;width:100%}
  .actions .save-state{min-width:0}.actions button{width:100%}
  .counter{flex-direction:column;gap:2px}
}


/* NS-MARKET-OPPRETT-V9-PRO-UX */
.nav .back{margin-left:0}.nav .product+.back{margin-left:auto}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:-6px 0 20px}
.trust-strip>div{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.trust-strip b{color:var(--navy);font-size:15px}.trust-strip span{color:var(--muted);font-size:13px}
.flow-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:0 0 22px}
.flow-nav a{display:flex;align-items:center;gap:9px;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);text-decoration:none;font-size:13px}
.flow-nav a:hover{border-color:#b7c7d5;box-shadow:0 5px 16px rgba(11,39,66,.06)}
.flow-nav a:focus-visible{outline:3px solid rgba(11,39,66,.15);outline-offset:2px}
.flow-nav span{display:grid;place-items:center;flex:0 0 25px;height:25px;border-radius:50%;background:var(--navy);color:#fff;font-weight:850;font-size:12px}
.flow-nav b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.panel{scroll-margin-top:20px}
.publish-note{flex-basis:100%;max-width:560px;margin-left:auto;color:var(--muted);line-height:1.4;text-align:right}
#readyBtn{min-width:210px}
.actions .right{align-items:center;justify-content:flex-end}
@media(max-width:820px){
  .trust-strip{grid-template-columns:1fr}
  .flow-nav{display:flex;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
  .flow-nav a{flex:0 0 auto}
  .nav{height:auto;min-height:64px;flex-wrap:wrap;padding:12px 0}
  .nav .product+.back{margin-left:auto}
  .publish-note{max-width:none;text-align:left;margin-left:0}
}
@media(max-width:560px){
  .nav .product{display:none}
  .nav .back{font-size:13px}
  #readyBtn{width:100%;min-width:0}
  .actions .right{width:100%}
  .actions .right .secondary{width:100%}
}
