:root{--bg:#f7f8fb;--card:#fff;--text:#172033;--muted:#667085;--brand:#d71920;--dark:#111827;--line:#e5e7eb;--ok:#047857;--warn:#b45309}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:0 auto}.topbar{background:#0b1220;color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.7rem;font-weight:900;font-size:1.15rem}.logo img{width:42px;height:42px}.nav{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}.nav a{padding:.65rem .85rem;border-radius:12px;color:#344054}.nav a:hover,.nav a.active{background:#f3f4f6;color:#111827}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:0;border-radius:12px;padding:.75rem 1rem;font-weight:700;cursor:pointer;background:#111827;color:#fff}.btn.red{background:var(--brand)}.btn.light{background:#fff;color:#111827;border:1px solid var(--line)}.btn.small{padding:.45rem .7rem;font-size:.9rem}.hero{padding:4rem 0;background:linear-gradient(135deg,#111827,#3b0d12);color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.hero h1{font-size:clamp(2rem,5vw,4.4rem);line-height:1.05;margin:0 0 1rem}.hero p{font-size:1.15rem;color:#e5e7eb}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:1.3rem;backdrop-filter:blur(10px)}.grid{display:grid;gap:1.2rem}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.section{padding:2.5rem 0}.card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:1.2rem;box-shadow:0 10px 25px rgba(15,23,42,.05)}.lot-card{overflow:hidden;padding:0}.lot-img{aspect-ratio:16/10;width:100%;object-fit:cover;background:#ddd}.lot-body{padding:1.1rem}.badge{display:inline-flex;align-items:center;border-radius:999px;background:#f3f4f6;padding:.25rem .6rem;font-size:.8rem;font-weight:700;color:#374151}.badge.red{background:#fee2e2;color:#991b1b}.badge.green{background:#dcfce7;color:#166534}.price{font-size:1.4rem;font-weight:900;color:#111827}.muted{color:var(--muted)}.form{display:grid;gap:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}label{font-weight:700;font-size:.93rem}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:.8rem;background:#fff;font:inherit}textarea{min-height:120px}.alert{border-radius:16px;padding:1rem;margin:1rem 0}.alert.ok{background:#ecfdf5;color:#065f46}.alert.err{background:#fef2f2;color:#991b1b}.alert.info{background:#eff6ff;color:#1e40af}.footer{background:#111827;color:#d1d5db;margin-top:3rem;padding:2.5rem 0}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.18);border-radius:24px;padding:1rem;z-index:100;display:none}.cookie-banner.show{display:block}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:1.2rem}.side-menu a{display:block;padding:.75rem 1rem;border-radius:12px;margin-bottom:.25rem}.side-menu a.active,.side-menu a:hover{background:#f3f4f6}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}.table th,.table td{padding:.75rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{background:#f9fafb}.blurred{filter:blur(12px);transform:scale(1.02)}.adult-lock{position:relative}.adult-lock:after{content:'18+ Prüfung erforderlich';position:absolute;inset:auto 1rem 1rem 1rem;background:rgba(17,24,39,.9);color:white;border-radius:12px;padding:.7rem;text-align:center;font-weight:800}.legal{max-width:900px}.mobile-toggle{display:none}@media(max-width:820px){.hero-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.footer-grid,.account-layout,.form-row{grid-template-columns:1fr}.mobile-toggle{display:inline-flex}.nav{display:none;width:100%;margin-top:1rem}.nav.open{display:flex;flex-direction:column;align-items:stretch}.header-inner{flex-wrap:wrap}.nav a{width:100%}.topbar .container{flex-direction:column}.hero{padding:2.5rem 0}.card{border-radius:18px}.table{display:block;overflow-x:auto}}
.hero.compact{padding:3rem 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.2rem}.light-section{background:#eef2f7}.category-card{display:block;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 10px 25px rgba(15,23,42,.05);transition:transform .15s ease,box-shadow .15s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 18px 35px rgba(15,23,42,.1)}.category-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#e5e7eb;display:block}.category-card>div{padding:1rem}.category-card h3{margin:.2rem 0}.category-card.small{display:grid;grid-template-columns:92px 1fr;align-items:center}.category-card.small img{height:86px;aspect-ratio:auto}.category-card.large img{aspect-ratio:16/9}.checkline a{text-decoration:underline;color:var(--brand);font-weight:900}.legal-popup-frame{position:fixed;inset:5vh 50%;transform:translateX(-50%);width:min(780px,92vw);height:80vh;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.28);z-index:200;padding:1rem;display:none}.legal-popup-frame.show{display:block}.legal-popup-frame iframe{width:100%;height:calc(100% - 50px);border:1px solid var(--line);border-radius:14px}.cm-red{color:#d71920}.cm-white{color:#fff}.copyright{font-weight:700}.footer .copyright strong{letter-spacing:.02em}@media(max-width:820px){.section-head{display:block}.category-card.small{grid-template-columns:1fr}.category-card.small img{width:100%;height:auto;aspect-ratio:16/10}.hero.compact{padding:2rem 0}}
.category-group{margin:0 0 2rem}.category-main{display:grid;grid-template-columns:280px 1fr;align-items:center}.category-main img{height:180px;aspect-ratio:auto}.subcat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0 1.4rem}.subcat-card{display:grid;grid-template-columns:92px 1fr;gap:.9rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:.65rem;box-shadow:0 8px 22px rgba(15,23,42,.05)}.subcat-card:hover{box-shadow:0 16px 30px rgba(15,23,42,.1);transform:translateY(-1px)}.subcat-card img{width:92px;height:72px;object-fit:cover;border-radius:12px;background:#e5e7eb}.subcat-card small{display:block;color:var(--muted);margin-top:.15rem}.subcat-line{display:flex;flex-wrap:wrap;gap:.35rem;margin:.6rem 0 0}.subcat-line span{background:#f3f4f6;border-radius:999px;padding:.18rem .5rem;font-size:.75rem;color:#344054}hr{border:0;border-top:1px solid var(--line);margin:1.6rem 0}.category-card.small.active{border-color:var(--brand);box-shadow:0 0 0 3px rgba(215,25,32,.12)}@media(max-width:900px){.category-main{grid-template-columns:1fr}.category-main img{width:100%;height:auto;aspect-ratio:16/9}.subcat-grid{grid-template-columns:1fr}.subcat-card{grid-template-columns:86px 1fr}}

/* V17 Kategorie-Feinschliff: kleine echte Foto-Thumbnails statt großer Icon-Kacheln */
.category-card.small{grid-template-columns:112px 1fr;min-height:106px}
.category-card.small img{width:112px;height:96px;aspect-ratio:auto;border-radius:18px 0 0 18px}
.subcat-card img{width:86px;height:62px;border-radius:12px}
.category-card h3,.category-card strong{line-height:1.25}
.category-card .muted,.subcat-card small{font-size:.92rem}
.category-main img{height:160px}
.category-card img,.subcat-card img{filter:none}
.category-card:hover,.subcat-card:hover{outline:2px solid rgba(215,25,32,.18)}
@media(max-width:820px){.category-card.small{grid-template-columns:96px 1fr}.category-card.small img{width:96px;height:86px}}

/* V18: Kategorien nicht mehr als riesige Bildbanner, sondern kleine saubere Foto-Thumbnails */
.category-list.compact-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.category-row{display:grid;grid-template-columns:78px 1fr;gap:.9rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:.75rem;box-shadow:0 8px 22px rgba(15,23,42,.05);min-height:108px}
.category-row:hover{box-shadow:0 14px 30px rgba(15,23,42,.10);transform:translateY(-1px);outline:2px solid rgba(215,25,32,.14)}
.cat-thumb{display:block;width:78px;height:78px;border-radius:14px;overflow:hidden;background:#e5e7eb;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.cat-thumb.main{width:92px;height:72px}.category-main-row{grid-template-columns:92px 1fr;margin-bottom:.8rem}
.cat-thumb img,.category-row img{width:100%;height:100%;object-fit:cover;display:block}
.cat-info strong{display:block;font-size:1.08rem;line-height:1.25;margin-bottom:.2rem}.cat-info small{display:block;color:var(--muted)}
.short-desc{display:block;margin-top:.25rem;font-size:.92rem}.compact-group{margin-bottom:1.6rem}.compact-subcats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:.7rem 0 0 0}
.subcat-card.compact{grid-template-columns:64px 1fr;padding:.55rem;border-radius:15px;min-height:78px}.subcat-card.compact img{width:64px;height:56px;border-radius:10px;object-fit:cover}.subcat-card.compact strong{font-size:.95rem}
.subcat-line{display:flex;flex-wrap:wrap;gap:.3rem;margin:.45rem 0 0}.subcat-line span{background:#f3f4f6;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;color:#344054}
@media(max-width:1100px){.category-list.compact-categories{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-subcats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.category-list.compact-categories,.compact-subcats{grid-template-columns:1fr}.category-row{grid-template-columns:72px 1fr}.cat-thumb{width:72px;height:72px}.category-main-row{grid-template-columns:78px 1fr}.cat-thumb.main{width:78px;height:64px}}

.search-panel{margin:1.2rem 0 1.4rem}
.search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}
.search-grid label:first-child{grid-column:span 2}
.search-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem;align-items:center}
.result-meta{display:flex;gap:.45rem;align-items:center;margin:0 0 1rem;color:var(--muted)}
.result-meta strong{font-size:1.35rem;color:var(--text)}
.rich-form{gap:1.1rem}
.rich-label{display:block;margin-bottom:-.55rem}
.rich-editor{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}
.rich-toolbar{display:flex;flex-wrap:wrap;gap:.3rem;padding:.55rem;background:#f9fafb;border-bottom:1px solid var(--line)}
.rich-toolbar button,.rich-color{width:38px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#111827;font:inherit;font-weight:800;cursor:pointer}
.rich-toolbar button[title="Link"],.rich-toolbar button[title="HTML bearbeiten"]{width:auto;min-width:56px;padding:0 .65rem}
.rich-color input{width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer}
.rich-surface{min-height:210px;padding:1rem;outline:0;background:#fff}
.rich-source{display:none;min-height:210px;border:0;border-radius:0;font-family:Consolas,Monaco,monospace;font-size:.92rem;resize:vertical}
.rich-editor.source-open .rich-surface{display:none}
.rich-editor.source-open .rich-source{display:block}
.rich-content{overflow-wrap:anywhere}
.rich-content>:first-child{margin-top:0}
.rich-content>:last-child{margin-bottom:0}
.rich-content ul,.rich-content ol,.rich-surface ul,.rich-surface ol{padding-left:1.35rem}
.rich-content blockquote,.rich-surface blockquote{border-left:4px solid var(--brand);margin:1rem 0;padding:.4rem 0 .4rem 1rem;background:#f9fafb;color:#344054}
.rich-content table,.rich-surface table{width:100%;border-collapse:collapse;margin:.8rem 0}
.rich-content th,.rich-content td,.rich-surface th,.rich-surface td{border:1px solid var(--line);padding:.55rem;text-align:left}
.upgrade-list{display:grid;gap:.45rem}
@media(max-width:1000px){.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-grid label:first-child{grid-column:span 2}}
@media(max-width:640px){.search-grid{grid-template-columns:1fr}.search-grid label:first-child{grid-column:auto}.rich-toolbar button,.rich-color{width:36px}.rich-toolbar button[title="Link"],.rich-toolbar button[title="HTML bearbeiten"]{min-width:52px}.rich-surface,.rich-source{min-height:180px}}
