:root{--c:#16B8C4;--ink:#171717;--muted:#687174;--soft:#f3f7f7;--line:#dfe6e7;--white:#fff;--danger:#a52a2a;--ok:#207a52;--radius:18px;--shadow:0 20px 60px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}.narrow{max-width:780px}.topbar{border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:20}.topbar-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.brand img{width:42px;height:28px;object-fit:contain}.topbar nav{display:flex;align-items:center;gap:20px}.topbar nav>a:not(.btn){text-decoration:none;font-weight:650}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;padding:12px 19px;text-decoration:none;font:inherit;font-weight:750;cursor:pointer;transition:.15s}.btn:hover{transform:translateY(-1px)}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn-small{padding:8px 13px;font-size:.9rem}.full{width:100%}.hero{padding:88px 0 76px;background:linear-gradient(180deg,#fff 0,#f8fbfb 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:850;color:#248b93;font-size:.76rem;margin-bottom:12px}.hero h1{font-size:clamp(3rem,6vw,5.4rem);line-height:.95;letter-spacing:-.055em;margin:0 0 28px}.hero h1 span{color:#13aeb9}.lead{font-size:1.25rem;max-width:650px;color:#454e50}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.tiny{font-size:.84rem;color:var(--muted)}.center{text-align:center}.preview-card{border-radius:22px;background:#1a1a1a;padding:9px;box-shadow:var(--shadow);transform:rotate(1deg)}.browserbar{height:40px;color:#b6b6b6;display:flex;align-items:center;gap:7px;padding:0 10px;font-size:.7rem}.browserbar i{width:8px;height:8px;border-radius:50%;background:#555}.browserbar span{margin-left:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paper{background:#fff;border-radius:15px;padding:38px;min-height:405px}.mini-brand{display:flex;gap:8px;align-items:center;font-weight:800;font-size:.86rem}.mini-brand img{width:34px}.paper h2{font-size:2rem;margin:46px 0 26px}.paper p{margin:20px 0}.muted{color:var(--muted)}.section{padding:78px 0}.soft{background:var(--soft)}.section h2{font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.04em}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{border-top:2px solid var(--ink);padding:24px 4px}.feature-grid article>strong{color:#159ba4}.feature-grid h3{font-size:1.35rem}.notice{background:#fff;border-left:4px solid var(--c);padding:16px 18px;border-radius:0 12px 12px 0;margin-top:28px}.notice.compact{font-size:.88rem;margin-top:0}.footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:.85rem}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.auth-wrap{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:56px 0}.auth-card{width:min(480px,100%);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}.auth-card h1{font-size:2.1rem;margin:0 0 8px;letter-spacing:-.035em}.stack{display:grid;gap:16px;margin-top:26px}label{display:grid;gap:7px;font-weight:700;font-size:.93rem}label small{font-weight:500;color:var(--muted)}input,textarea,select{width:100%;border:1px solid #cbd5d6;border-radius:11px;padding:12px 13px;font:inherit;background:#fff;color:var(--ink)}input:focus,textarea:focus{outline:3px solid rgba(22,184,196,.18);border-color:#14aeba}.alert{padding:13px 16px;border-radius:12px;margin:18px auto}.alert.success{background:#e8f7f0;color:#176541}.alert.error{background:#fdeeee;color:#8d2525}.alert.info{background:#eaf7fa;color:#176b73}.dashboard-head,.editor-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:58px 0 26px}.dashboard-head h1,.editor-head h1{font-size:clamp(2.3rem,5vw,4rem);letter-spacing:-.05em;margin:0}.dashboard-head p,.editor-head p{color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;padding-bottom:72px}.panel,.form-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.panel h2,.form-card h2{margin-top:0}.status{border-radius:999px;padding:5px 10px;font-size:.8rem;font-weight:800}.status.live{background:#e4f7ef;color:#1b744c}.status.off{background:#f1f1f1;color:#666}.urlbox{display:flex;background:var(--soft);border:1px solid var(--line);border-radius:12px;margin:18px 0;overflow:hidden}.urlbox code{padding:13px;flex:1;overflow:auto}.copy-btn{border:0;border-left:1px solid var(--line);background:#fff;padding:0 14px;font-weight:750;cursor:pointer}.progress{height:10px;background:#e8eeee;border-radius:99px;overflow:hidden;margin:17px 0}.progress span{display:block;height:100%;background:var(--c);border-radius:99px}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;padding-bottom:70px}.editor-main{display:grid;gap:18px}.form-card{display:grid;gap:17px}.fields{display:grid;gap:15px}.fields.two{grid-template-columns:1fr 1fr}.choice-row{display:flex;gap:10px;flex-wrap:wrap}.choice{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:650}.choice input{width:auto}.toggle{display:flex;align-items:center;gap:11px}.toggle input{position:absolute;opacity:0;pointer-events:none}.toggle span{width:42px;height:24px;border-radius:99px;background:#cdd5d6;position:relative;transition:.2s;flex:none}.toggle span:after{content:"";width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:.2s;box-shadow:0 1px 4px rgba(0,0,0,.2)}.toggle input:checked+span{background:var(--c)}.toggle input:checked+span:after{left:21px}.slug-input{display:flex;border:1px solid #cbd5d6;border-radius:11px;overflow:hidden}.slug-input span{padding:12px 0 12px 12px;color:var(--muted);font-weight:500}.slug-input input{border:0;border-radius:0;padding-left:3px}.sticky{position:sticky;top:94px}.editor-side hr{border:0;border-top:1px solid var(--line);margin:4px 0}.history-list{display:grid}.history-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.history-row:last-child{border:0}.history-row p{margin:4px 0}.public-page{background:#f4f7f7;padding:54px 18px 70px;min-height:75vh}.public-shell{width:min(760px,100%);margin:auto}.public-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.public-brand>a{display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:850}.public-brand img{width:40px}.verified{font-size:.76rem;color:var(--muted)}.imprint-paper{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(28px,6vw,58px);box-shadow:0 18px 50px rgba(0,0,0,.05)}.imprint-paper h1{font-size:clamp(2.6rem,7vw,4.4rem);letter-spacing:-.06em;margin:0}.imprint-paper .intro{color:var(--muted);margin:3px 0 44px}.imprint-paper section{padding:22px 0;border-top:1px solid var(--line)}.imprint-paper h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}.updated{border-top:1px solid var(--line);padding-top:22px;margin-top:12px;color:var(--muted);font-size:.82rem}.public-foot{text-align:center;color:var(--muted);font-size:.8rem;padding:20px}.public-foot a{font-weight:750}@media(max-width:800px){.hero{padding-top:58px}.hero-grid,.dashboard-grid,.editor-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.preview-card{transform:none}.topbar nav>a:not(.btn){display:none}.dashboard-head,.editor-head{align-items:flex-start;flex-direction:column}.fields.two{grid-template-columns:1fr}.sticky{position:static}.paper{min-height:auto}.public-brand{align-items:flex-start}.verified{display:none}}@media(max-width:480px){.wrap{width:min(100% - 24px,1120px)}.topbar-inner{height:64px}.brand span{font-size:.94rem}.btn{padding:11px 15px}.hero h1{font-size:3.1rem}.paper{padding:26px}.auth-card,.panel,.form-card{padding:21px}.urlbox{display:block}.copy-btn{width:100%;border-left:0;border-top:1px solid var(--line);padding:10px}.history-row{align-items:flex-start;flex-direction:column}}
/* V2 */
.brand img{width:164px;height:54px;object-fit:contain;object-position:left center}.brand span{padding-left:10px;border-left:1px solid var(--line);white-space:nowrap}.topbar-inner{height:82px}.mini-brand img{width:128px;height:auto}.public-brand img{width:150px;height:auto}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:72px}.danger-card{border-color:#e7c8c8}.btn-danger{background:#8d2525;border-color:#8d2525}.badge{display:inline-block;margin-left:7px;border-radius:999px;padding:3px 7px;background:#eaf7fa;color:#176b73;font-size:.72rem;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.admin-stats .panel{display:grid;gap:4px}.admin-stats strong{font-size:2rem}.admin-stats span{color:var(--muted)}.admin-panel{margin-bottom:72px}.admin-search{display:flex;gap:8px;align-items:center}.admin-search input{min-width:280px}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;margin-top:18px}.admin-table th,.admin-table td{text-align:left;padding:14px 10px;border-top:1px solid var(--line);vertical-align:middle}.admin-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.admin-table td small{display:block;color:var(--muted);margin-top:3px}.admin-table a:not(.btn){color:#117f88}.admin-table .status{display:inline-block}@media(max-width:800px){.brand img{width:118px;height:43px}.brand span{display:none}.topbar-inner{height:68px}.settings-grid,.admin-stats{grid-template-columns:1fr}.admin-search{width:100%;flex-direction:column;align-items:stretch}.admin-search input{min-width:0}.panel-head{align-items:flex-start;flex-direction:column}.public-brand img{width:130px}.mini-brand img{width:110px}}

/* V3: getrennte Markenlinks */
.brand-logo-link,.brand-app-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit}
.brand-logo-link img{display:block}
.brand-app-link{font-weight:700}
.brand-app-link{padding-left:10px;border-left:1px solid var(--line);white-space:nowrap}
@media(max-width:800px){.brand-app-link{display:none}}
