:root{--red:#fe0942;--navy:#091a40;--white:#fff;--paper:#f6f7fb;--soft:#eef1f7;--pink:#fff0f4;--muted:#596781;--line:#dce2ed;--radius:20px;--sidebar:242px;--shadow:0 15px 45px #091a4009;font-family:Manrope,Arial,sans-serif;color:var(--navy);background:var(--paper);font-synthesis:weight;font-size:15px;line-height:1.6}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.1;letter-spacing:-.045em}h1{font-size:56px;font-size:clamp(40px,4.1vw,64px);font-weight:750;max-width:880px}h2{font-size:32px;font-size:clamp(26px,2.6vw,36px);font-weight:700}h3{font-size:20px;font-weight:700;line-height:1.3}h4{font-size:16px}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{border:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--red);outline-offset:4px}img,svg{max-width:100%}img{display:block}button .icon,a .icon{pointer-events:none}.icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex:none}.icon.lg{width:28px;height:28px}.icon.xl{width:36px;height:36px}.icon-sm .icon{width:16px;height:16px}::selection{background:#ffd5e0;color:var(--navy)}[hidden]{display:none!important}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}.skip{position:fixed;top:12px;left:12px;background:var(--navy);color:white;padding:12px 20px;z-index:1000;transform:translateY(-200%)}.skip:focus{transform:none}small,.small{font-size:12px;line-height:1.6}.muted{color:var(--muted)}.accent{color:var(--red)}.mono,code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;overflow-wrap:anywhere}.nowrap{white-space:nowrap}
/* Permanent, calm navigation */
.sidebar{width:var(--sidebar);position:fixed;inset:0 auto 0 0;z-index:70;background:white;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:27px 16px 20px;overflow:auto}.brand{display:flex;align-items:center;gap:14px}.brand img{width:118px;height:auto}.brand small{border-left:1px solid var(--line);padding-left:12px;font-size:11px;line-height:1.3;white-space:nowrap}.sidebar .brand{padding:0 8px}.brand-sub{padding:18px 10px 25px;font-size:10px;letter-spacing:.16em;color:var(--muted);text-transform:uppercase}.nav{display:grid;gap:4px}.nav a{display:flex;align-items:center;gap:12px;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:650;color:var(--muted);line-height:1.45;transition:background .18s,color .18s,transform .18s}.nav a .icon{width:18px;height:18px}.nav a:hover{background:var(--soft);color:var(--navy);transform:translateX(2px)}.nav a.active{background:var(--pink);color:var(--navy);position:relative}.nav a.active:after{content:"";position:absolute;right:10px;top:50%;width:5px;height:5px;border-radius:50%;background:var(--red);transform:translateY(-50%)}.nav-section{font-size:9px;letter-spacing:.14em;color:var(--muted);padding:17px 12px 7px;text-transform:uppercase}.sidebar-footer{margin-top:auto;padding:25px 12px 0;font-size:10px;color:var(--muted)}.sidebar-footer strong{display:block;color:var(--navy);margin-top:9px}.shell{margin-left:var(--sidebar)}.topbar{position:sticky;top:0;z-index:60;min-height:76px;padding:14px 32px;display:flex;gap:12px;align-items:center;justify-content:space-between;background:#f6f7fbf5;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.crumb{display:flex;align-items:center;gap:12px;font-size:11px;color:var(--muted)}.crumb b{color:var(--navy);font-weight:650}.top-actions{display:flex;gap:8px;align-items:center}.top-actions .btn{min-height:38px;font-size:11px;padding:8px 13px}.mobile-brand,.menu-toggle{display:none!important}.progress{position:absolute;bottom:-1px;left:0;height:2px;background:var(--red);width:var(--progress,0%)}.page{max-width:1530px;margin:0 auto;padding:42px 40px 0}.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;text-transform:uppercase;letter-spacing:.15em;font-weight:750;color:var(--muted);margin-bottom:19px}.eyebrow .icon{width:15px;height:15px}.eyebrow:before{content:"";height:6px;width:6px;background:var(--red);border-radius:2px}.page-head{padding:18px 0 34px}.page-head .lead{max-width:730px;margin-top:21px;font-size:16px;line-height:1.75}.head-meta{display:flex;gap:15px;flex-wrap:wrap;margin-top:22px;font-size:11px;color:var(--muted)}.head-meta span{display:flex;gap:6px;align-items:center}.head-meta .icon{width:14px;height:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);background:white;border-radius:10px;padding:11px 17px;min-height:44px;line-height:1.4;font-size:12px;font-weight:700;text-align:center;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #091a4010;background:var(--soft)}.btn.primary{background:var(--navy);border-color:var(--navy);color:white}.btn.primary:hover{background:#183264}.btn.soft{background:var(--pink);border-color:#ffd4df}.btn.ghost{background:none;border-color:transparent;box-shadow:none}.btn .icon{width:17px;height:17px}.btn.small{font-size:11px;min-height:36px;padding:8px 12px}.icon-button{padding:10px;min-width:42px}.button-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.text-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:6px 0;font-size:12px;font-weight:700}.text-link .icon{width:15px;height:15px}.section{padding:32px 0;scroll-margin-top:100px}.section-head{display:flex;align-items:end;gap:30px;justify-content:space-between;margin-bottom:23px}.section-head p{max-width:440px;font-size:13px;line-height:1.7}.section-head h2{max-width:680px}.section-head .eyebrow{margin-bottom:11px}.grid2,.grid3,.grid4{display:grid;gap:18px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.split{display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:start}.stack{display:grid;gap:18px}.card{padding:25px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0}.card p{font-size:13px;line-height:1.75;margin-top:12px}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--soft);color:var(--navy);border-radius:12px}.icon-tile.red{background:var(--pink)}.card-nav{display:block;transition:transform .25s,border-color .25s}.card-nav:hover{transform:translateY(-4px);border-color:#a2aec4}.card-nav .card-top .icon:last-child{margin-left:auto}.card-number{font-size:10px;letter-spacing:.12em;color:var(--muted)}.card.dark{background:var(--navy);color:white;border-color:var(--navy)}.card.dark p{color:#c4cfe2}.card.dark .icon-tile{background:#24375b;color:white}.card.pink{background:var(--pink)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;line-height:1.4;font-weight:750;border-radius:6px;background:var(--soft);padding:6px 9px;color:var(--navy);white-space:nowrap}.badge .icon{width:13px;height:13px}.badge.blockiert{background:var(--red);color:white}.badge.offen{background:white;border:1px dashed #9ba8be}.badge.teilweise,.badge.demo{background:var(--pink)}.badge.vorhanden{background:#e8edf7}.badge.belegt{background:var(--navy);color:white}.source{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-top:17px}.source .icon{width:12px;height:12px}.source a{border-bottom:1px dotted #98a4b8}.note{display:flex;gap:11px;align-items:flex-start;background:var(--soft);border:1px solid var(--line);padding:15px 18px;border-radius:12px;font-size:12px;line-height:1.7;color:var(--muted);margin:18px 0}.note .icon{margin-top:2px;width:17px;height:17px;color:var(--navy)}.note strong{color:var(--navy)}.note.warning{background:var(--pink);border-color:#ffd0dc}.note p{font-size:inherit}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}.kpi{position:relative;padding:21px 22px;background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.kpi .label{font-size:10px;font-weight:650;color:var(--muted);display:flex;gap:7px;align-items:center}.kpi .label .icon{width:15px;height:15px}.kpi .value{font-size:40px;font-size:clamp(28px,3vw,43px);font-weight:750;line-height:1.25;letter-spacing:-.055em;margin:16px 0 9px;font-variant-numeric:tabular-nums}.kpi .value small{font-size:17px;letter-spacing:-.02em}.kpi .hint{font-size:10px;color:var(--muted);line-height:1.6}.kpi.accent-card{background:var(--navy);color:white}.kpi.accent-card .hint,.kpi.accent-card .label{color:#c4cfe2}.hero{position:relative;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:20px;background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;padding:38px 34px;min-height:460px}.hero h1{font-size:56px;font-size:clamp(36px,4vw,62px);line-height:1.04}.hero p{max-width:530px;margin:22px 0 25px;font-size:14px;line-height:1.8}.hero-scene{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse,#ffe1e9,transparent 67%);perspective:800px}.orbital{position:absolute;inset:60px 20px;border:1px solid #eadde5;border-radius:50%;transform:rotate(-22deg)}.orbital.second{inset:31px 10px;transform:rotate(27deg)}.hero-tile{width:135px;height:135px;transform:rotate(-9deg);filter:drop-shadow(0 24px 24px #fe094220);animation:tile-float 6s ease-in-out infinite}.float-card{position:absolute;padding:13px 17px;background:white;border:1px solid var(--line);border-radius:13px;box-shadow:0 15px 28px #091a4010;display:flex;gap:10px;align-items:center;min-width:130px;font-size:12px;font-weight:700;animation:float 7s ease-in-out infinite}.float-card small{display:block;font-weight:400;font-size:9px;color:var(--muted)}.float-card .icon{width:21px;height:21px}.float-card.a{top:30px;left:10px;transform:rotate(-4deg)}.float-card.b{top:116px;right:-6px;animation-delay:-2s}.float-card.c{bottom:20px;left:25px;animation-delay:-4s}.scene-caption{position:absolute;bottom:0;font-size:9px;color:var(--muted)}.summary-five{counter-reset:summary;display:grid;gap:0}.summary-five p{counter-increment:summary;display:flex;gap:14px;margin:0;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px;line-height:1.8}.summary-five p:before{content:counter(summary,decimal-leading-zero);font-size:11px;color:var(--muted);min-width:22px;padding-top:3px}.summary-five p:last-child{border:0}.decision{border-left:4px solid var(--red)}.decision h3{font-size:24px}.decision .button-row{margin-top:22px}.decision-list{display:grid;gap:12px;margin-top:21px}.decision-list div{display:flex;gap:10px;font-size:12px;align-items:start}.decision-list .icon{width:17px;height:17px}.mini-metrics{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px}.mini-metrics span{font-size:11px;color:var(--muted)}.mini-metrics b{font-size:26px;color:var(--navy);display:block;letter-spacing:-.05em}.verdict-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.verdict-grid h3{margin-top:18px}.verdict-grid ul{padding:0;list-style:none;margin:15px 0 0}.verdict-grid li{display:flex;gap:8px;font-size:12px;margin:9px 0;color:var(--muted)}.verdict-grid li .icon{width:14px;height:14px;margin-top:3px}
/* Honest data, visible bounds */
.filters{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:20px 0}.search-field{display:flex;gap:8px;align-items:center;background:white;border:1px solid var(--line);border-radius:10px;padding:0 12px;flex:1;min-width:220px}.search-field input{width:100%;min-height:44px;border:0;background:none;outline:none;font-size:12px}.filters select{border:1px solid var(--line);border-radius:10px;background:white;padding:11px 13px;font-size:12px;min-height:44px}.filter-meta{font-size:11px;color:var(--muted);margin-left:auto}.table-scroll{overflow:auto;background:white;border:1px solid var(--line);border-radius:16px;scrollbar-color:#b2bfd3 transparent}.table-scroll table{width:100%;border-collapse:collapse;font-size:12px;line-height:1.65;text-align:left;min-width:760px}.table-scroll th{background:var(--soft);font-size:10px;letter-spacing:.035em;vertical-align:top;padding:15px 17px;border-bottom:1px solid var(--line);font-weight:750}.table-scroll td{padding:17px;border-bottom:1px solid var(--line);vertical-align:top;color:var(--muted)}.table-scroll tbody tr:last-child td{border:0}.table-scroll tbody tr:hover{background:#fafbfe}.table-scroll td:first-child{color:var(--navy);font-weight:650}.table-scroll td .feature-icon{display:flex;align-items:start;gap:10px}.table-scroll td .feature-icon .icon{width:17px;height:17px;margin-top:3px;flex:none}.table-scroll td small{display:block;font-size:10px;font-weight:400;color:var(--muted)}.table-scroll .total td{background:var(--navy);color:white;font-weight:700;font-size:14px}.table-scroll .total td small{color:#c4cfe2}.matrix-table td:nth-child(1){width:22%}.matrix-table td:nth-child(3){width:28%}.matrix-table td:nth-child(4){width:30%}.table-scroll.compact td,.table-scroll.compact th{padding:12px}.table-scroll .symbol{font-size:15px;color:var(--navy);font-weight:700}.market-matrix{min-width:1100px!important}.market-matrix th:not(:first-child),.market-matrix td:not(:first-child){text-align:center}.legend{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:16px 0}.legend small{margin-right:5px}.empty-state{padding:30px;text-align:center;font-size:13px;color:var(--muted)}.details{margin-top:16px;border:1px solid var(--line);border-radius:12px;background:white}.details summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.details summary::-webkit-details-marker{display:none}.details summary:after{content:"+";margin-left:auto;font-size:18px;font-weight:400}.details[open] summary:after{content:"−"}.details .details-body{padding:4px 18px 20px;font-size:12px;color:var(--muted);line-height:1.8}.details-body p+p{margin-top:12px}.graphic{width:100%;height:auto;display:block}.figure-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px;min-width:0}.figure-head{display:flex;justify-content:space-between;gap:12px;align-items:start;margin-bottom:16px}.figure-head h3{font-size:17px;line-height:1.4}.figure-head small{color:var(--muted);font-size:10px;display:block;margin-top:4px}.figure-head .btn{flex:none}.figure-card figcaption{font-size:10px;color:var(--muted);margin-top:12px;line-height:1.6}.bar-list{display:grid;gap:16px}.bar-row .bar-label{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:12px;margin-bottom:7px}.bar-track{height:10px;background:var(--soft);border-radius:4px;overflow:hidden}.bar-fill{height:100%;width:var(--size);background:var(--navy);border-radius:4px;transform-origin:left;animation:bar-grow 1s ease both}.bar-fill.red{background:var(--red)}.bar-fill.light{background:#aebad0}.range-row{display:flex;gap:14px;align-items:center;font-size:12px;margin:13px 0}.range-row label{flex:1}.range-row input{accent-color:var(--red);width:100%}.range-row output{font-variant-numeric:tabular-nums;font-weight:700;min-width:70px;text-align:right}.range-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.range-label strong{font-weight:700}.calculator .card-top{margin-bottom:15px}.calc-results{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.calc-result{padding:15px;background:var(--soft);border-radius:10px;min-width:0}.calc-result strong{display:block;font-size:26px;letter-spacing:-.045em;line-height:1.4;word-break:break-word}.calc-result span{font-size:10px;color:var(--muted)}.calc-result.focus{background:var(--navy);color:white}.calc-result.focus span{color:#c4cfe2}.formula{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.8;padding:12px 14px;background:var(--soft);border-radius:8px;overflow-wrap:anywhere}
/* Demo stages & imagery */
.demo-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.demo-tabs button[aria-selected=true]{background:var(--navy);color:white;border-color:var(--navy)}.demo-stage{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.demo-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:14px 17px;border-bottom:1px solid var(--line)}.demo-title{display:flex;gap:10px;align-items:center;font-size:12px;font-weight:700}.demo-title small{font-size:9px;color:var(--muted);font-weight:400;display:block}.demo-stage iframe{border:0;width:100%;height:690px;display:block;background:white}.demo-origin{padding:10px 17px;background:var(--soft);font-size:10px;color:var(--muted);line-height:1.65}.demo-stage:fullscreen{width:100%;height:100vh;border-radius:0;display:flex;flex-direction:column}.demo-stage:fullscreen iframe{flex:1;height:0}.demo-stage.fullscreen-fallback{position:fixed;inset:0;z-index:200;width:100vw;height:100vh;border-radius:0;display:flex;flex-direction:column}.demo-stage.fullscreen-fallback iframe{flex:1;height:0}.print-demo{display:none}.image-card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}.image-card>a,.image-card>button{display:block;width:100%;background:var(--soft);padding:0}.image-card img{width:100%;aspect-ratio:1.5;object-fit:cover;object-position:top;transition:transform .4s}.image-card>a:hover img,.image-card>button:hover img{transform:scale(1.015)}.image-card figcaption{padding:16px 18px}.image-card h3{font-size:14px;margin-bottom:5px}.image-card p{font-size:11px;line-height:1.65}.image-card .badge{margin-bottom:10px}.logo-audit{display:flex;align-items:center;justify-content:center;min-height:220px;background:white;border:1px solid var(--line);border-radius:16px;padding:35px}.logo-audit .brand img{width:230px}.logo-audit .brand small{font-size:18px;padding-left:20px}.swatches{display:flex;gap:10px;margin-top:18px}.swatch{flex:1;min-width:0}.swatch div{height:54px;border:1px solid var(--line);border-radius:10px;margin-bottom:7px}.swatch small{font-family:ui-monospace,monospace;font-size:10px}.icon-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.icon-cell{background:white;border:1px solid var(--line);padding:18px 8px;border-radius:12px;text-align:center}.icon-cell .icon{height:25px;width:25px}.icon-cell small{display:block;font-size:9px;color:var(--muted);margin-top:9px}.brand-phrases{display:grid;grid-template-columns:1fr 1fr;gap:12px}.phrase{padding:22px;border:1px solid var(--line);border-radius:14px;background:white}.phrase p{color:var(--navy);font-size:22px;line-height:1.25;letter-spacing:-.03em;margin:18px 0}.phrase:nth-child(even){background:var(--navy);color:white}.phrase:nth-child(even) p{color:white}.phrase:nth-child(even) small{color:#c4cfe2}.phrase .brand img{width:75px}.phrase .btn{margin-top:15px}.timeline{position:relative;padding-left:34px;display:grid;gap:17px}.timeline:before{position:absolute;left:11px;top:20px;bottom:20px;width:1px;background:var(--line);content:""}.timeline-item{position:relative;background:white;padding:20px 22px;border:1px solid var(--line);border-radius:14px}.timeline-item:before{content:"";position:absolute;left:-29px;top:23px;width:10px;height:10px;background:white;border:3px solid var(--red);border-radius:50%}.timeline-item .date{font-size:10px;color:var(--muted);margin-bottom:6px}.timeline-item h3{font-size:17px}.timeline-item p{font-size:12px;margin-top:8px}.timeline-item .duration{display:inline-block;padding:3px 8px;border-radius:5px;background:var(--soft);font-size:10px;margin:12px 0 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;counter-reset:step}.step{background:white;border:1px solid var(--line);border-radius:16px;padding:21px;position:relative}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);font-size:11px;color:var(--muted);position:absolute;right:18px;top:20px}.step .icon-tile{margin-bottom:20px}.step h3{font-size:17px}.step p{font-size:12px;margin-top:10px;line-height:1.8}.step small{display:block;margin-top:14px;font-weight:700;font-size:10px}.code-block{position:relative;margin:18px 0;background:var(--navy);color:#e6ebf5;border-radius:12px;padding:22px}.code-block pre{white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace;margin:0;padding-right:16px}.copy-header{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:18px}.copy-header h3{font-size:17px}.copy-text{white-space:pre-wrap;line-height:1.85;font-size:13px;color:var(--muted)}.source-card{scroll-margin-top:104px}.source-id{font-size:10px;font-weight:700;background:var(--navy);color:white;padding:5px 9px;border-radius:5px}.source-card h3{font-size:17px}.source-card p{font-size:12px}.source-card .details-body{font-size:11px}.download-row{display:flex;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.download-row:last-child{border:0}.download-row .icon-tile{width:38px;height:38px}.download-row div:nth-child(2){flex:1;min-width:0}.download-row strong{font-size:12px;display:block}.download-row small{font-size:10px;color:var(--muted);display:block}.download-row .btn{flex:none}.feature-rating{font-size:12px;display:flex;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.feature-rating strong{font-weight:700}.next-page{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 26px;background:var(--navy);color:white;border-radius:16px;margin:38px 0 28px;transition:transform .2s}.next-page:hover{transform:translateY(-2px)}.next-page small{display:block;color:#c4cfe2;font-size:10px;margin-bottom:5px}.next-page strong{font-size:20px;letter-spacing:-.03em}.footer{font-size:10px;color:var(--muted);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:10px 0 30px}.footer a{text-decoration:underline;text-underline-offset:3px}.back-top{position:fixed;right:22px;bottom:20px;z-index:50;background:white;box-shadow:0 4px 20px #091a4012}
/* Controlled motion, never required to see content */
.js .reveal.pending{opacity:0;transform:translateY(14px)}.reveal{transition:opacity .6s ease,transform .6s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}.tour-highlight{outline:3px solid var(--red);outline-offset:7px;position:relative;scroll-margin-top:110px}.tour-panel{position:fixed;bottom:24px;right:25px;width:370px;max-width:calc(100vw - 32px);z-index:150;background:white;box-shadow:0 24px 80px #091a4028;border:1px solid var(--line);border-top:4px solid var(--red);padding:20px;border-radius:15px}.tour-panel .tour-heading{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:12px}.tour-panel .tour-heading small{font-size:10px;color:var(--muted)}.tour-panel h2{font-size:20px;line-height:1.35;margin:4px 0 10px}.tour-panel p{font-size:12px;line-height:1.8}.tour-panel .button-row{justify-content:space-between;margin-top:20px}.tour-progress{height:4px;background:var(--soft);margin:17px 0 0;border-radius:4px;overflow:hidden}.tour-progress span{display:block;height:100%;background:var(--red)}.toast{position:fixed;bottom:28px;left:calc(50% + var(--sidebar)/2);transform:translateX(-50%);z-index:230;padding:12px 20px;border-radius:10px;background:var(--navy);color:white;font-size:12px;box-shadow:var(--shadow);max-width:90vw}.image-dialog{border:1px solid var(--line);border-radius:18px;background:white;color:var(--navy);padding:16px;max-width:95vw;max-height:95vh;width:1200px}.image-dialog::backdrop{background:#091a40b8;backdrop-filter:blur(5px)}.image-dialog .dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;font-size:12px}.image-dialog img{width:100%;max-height:78vh;object-fit:contain}.motion-off *, .motion-off *:before,.motion-off *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@keyframes tile-float{0%,100%{transform:translateY(0) rotate(-9deg)}50%{transform:translateY(-10px) rotate(-4deg)}}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -7px}}@keyframes bar-grow{from{transform:scaleX(.03)}to{transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.js .reveal.pending{opacity:1;transform:none}}
@media(min-width:1720px){:root{--sidebar:268px}.page{padding:55px 64px 0}.hero{min-height:515px;padding:50px}.hero-scene{min-height:410px}.hero-tile{width:160px;height:160px}.float-card{padding:18px 22px}}
@media(max-width:1200px){:root{--sidebar:212px}.sidebar{padding:24px 12px 16px}.sidebar .brand img{width:100px}.sidebar .brand{gap:8px}.sidebar .brand small{padding-left:8px;font-size:10px}.nav a{font-size:11px;padding:10px}.page{padding:28px 26px 0}.topbar{padding:14px 25px}.hero{padding:28px 24px;grid-template-columns:1.2fr .8fr}.hero-scene{min-height:340px}.hero-tile{width:110px;height:110px}.float-card{min-width:115px;font-size:10px;padding:12px}.float-card.b{right:-10px;top:156px}.float-card.a{left:-8px;top:27px}.float-card.c{left:0;bottom:18px}.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3>.card:last-child:nth-child(odd){grid-column:1/-1}.icon-grid{grid-template-columns:repeat(6,1fr)}.split{grid-template-columns:1fr 1fr}.kpi{padding:18px 16px}.kpi .value{font-size:30px}.section-head{align-items:start;gap:20px}.section-head p{max-width:340px}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:920px){:root{--sidebar:0px}.sidebar{width:260px;transform:translateX(-100%);transition:transform .25s;z-index:180}.sidebar.open{transform:none;box-shadow:10px 0 45px #091a4020}.sidebar .brand img{width:116px}.nav a{font-size:12px}.shell{margin:0}.menu-toggle{display:inline-flex!important}.mobile-brand{display:flex!important}.mobile-brand img{width:89px}.mobile-brand small{font-size:9px}.topbar{padding:12px 20px;gap:10px}.crumb{display:none}.top-actions{margin-left:auto}.top-actions .btn:not(.pdf-top){display:none}.top-actions .pdf-top span{display:none}.top-actions .pdf-top{padding:9px 11px}.page{padding:24px 22px 0}.hero{grid-template-columns:1fr 1fr;min-height:400px}.hero h1{font-size:45px}.hero p{font-size:13px}.hero-scene{min-height:330px}.verdict-grid{grid-template-columns:1fr 1fr 1fr}.verdict-grid .card{padding:20px}.section-head p{max-width:370px}.toast{left:50%}}
@media(max-width:650px){.topbar{min-height:66px;padding:10px 15px}.page{padding:19px 16px 0}.page-head{padding:12px 0 22px}h1{font-size:38px}h2{font-size:28px}.page-head .lead{font-size:14px;margin-top:16px}.hero{grid-template-columns:1fr;padding:27px 23px}.hero h1{font-size:43px}.hero p{font-size:14px}.hero-scene{min-height:270px;margin-top:6px}.hero-tile{width:110px;height:110px}.float-card.a{left:4px;top:5px}.float-card.b{right:3px;top:115px}.float-card.c{left:12px;bottom:17px}.orbital{inset:42px 19px}.orbital.second{inset:12px 9px}.kpis{grid-template-columns:1fr 1fr;gap:10px}.kpi{padding:17px 15px}.kpi .value{font-size:30px;margin:12px 0 8px}.grid2,.grid3,.grid4,.split,.verdict-grid{grid-template-columns:1fr;gap:14px}.grid3>.card:last-child:nth-child(odd){grid-column:auto}.card{padding:21px}.section{padding:24px 0}.section-head{display:block;margin-bottom:18px}.section-head p{margin-top:12px;max-width:100%}.figure-card{padding:18px}.figure-head h3{font-size:16px}.figure-head .btn span{display:none}.figure-head .btn{padding:8px}.steps{grid-template-columns:1fr}.table-scroll{border-radius:12px}.demo-toolbar{flex-wrap:wrap;padding:13px}.demo-stage iframe{height:590px}.demo-toolbar .button-row{width:100%}.demo-toolbar .button-row .btn{flex:1;font-size:10px}.demo-tabs button{flex:1 0 40%}.demo-tabs button .icon{width:16px;height:16px}.logo-audit{padding:25px;min-height:170px}.logo-audit .brand img{width:175px}.logo-audit .brand small{font-size:14px;padding-left:14px}.icon-grid{grid-template-columns:repeat(4,1fr);gap:8px}.icon-cell{padding:13px 7px}.brand-phrases{grid-template-columns:1fr}.download-row{flex-wrap:wrap}.download-row .btn{margin-left:auto}.footer{display:block}.footer p+p{margin-top:8px}.back-top{right:14px;bottom:14px}.next-page{padding:20px}.next-page strong{font-size:18px}.tour-panel{right:16px;bottom:16px;width:calc(100vw - 32px)}.tour-panel .btn{font-size:11px}.filters select{flex:1}.filters .search-field{width:100%;min-width:0;flex:auto}.calc-results{gap:8px}.calc-result{padding:14px}.calc-result strong{font-size:23px}.head-meta{gap:10px;font-size:10px}}
.print-header{display:none}
@media print{.sidebar,.topbar,.back-top,.tour-panel,.toast,.next-page,.footer,.button-row,.filters,.demo-tabs,.demo-toolbar .btn,button,.btn,.image-dialog{display:none!important}.shell{margin:0}.page{padding:0;max-width:none}.print-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;font-size:10px;color:var(--muted)}.print-header img{width:90px}.hero-scene{display:none}.hero{display:block;min-height:0;padding:24px}.hero h1{font-size:36px}.page-head h1{font-size:36px}.page-head .lead{font-size:12px}.page-head{padding:0 0 16px}.section{padding:16px 0}.section-head h2{font-size:23px}.section-head p{font-size:11px}.card,.figure-card,.kpi,.timeline-item,.step{box-shadow:none;break-inside:avoid;padding:17px;border-radius:10px}.grid2,.grid3,.grid4,.split,.verdict-grid,.kpis,.steps{display:block}.grid2>*,.grid3>*,.grid4>*,.split>*,.verdict-grid>*,.kpis>*,.steps>*{margin-bottom:13px}.kpis{display:flex;flex-wrap:wrap;gap:10px}.kpi{width:calc(50% - 5px)}.kpi .value{font-size:27px}.reveal,.js .reveal.pending{opacity:1!important;transform:none!important}.table-scroll{overflow:visible;border-radius:0}.table-scroll table,.market-matrix{min-width:0!important;table-layout:fixed;font-size:8.8px}.table-scroll th{font-size:8px;padding:8px;overflow-wrap:anywhere}.table-scroll td{padding:8px;overflow-wrap:anywhere}.table-scroll .badge{white-space:normal;font-size:8px;padding:4px 6px}.table-scroll .badge .icon{display:none}.table-scroll tbody tr{break-inside:avoid}.table-scroll thead{display:table-header-group}.market-matrix th,.market-matrix td{padding:5px!important;font-size:7px!important}.market-matrix th:first-child{width:24%}.source{font-size:8px;margin-top:10px}.note{break-inside:avoid;font-size:10px;padding:11px 13px}.graphic{max-height:330px;object-fit:contain}.figure-card figcaption{font-size:9px}.demo-stage iframe{display:none}.print-demo{display:block;padding:24px;background:var(--soft);font-size:12px}.demo-origin{font-size:9px}.demo-title{font-size:12px}.image-card{break-inside:avoid;margin-bottom:16px}.image-card img{max-height:300px;object-fit:contain;aspect-ratio:auto}.image-card p{font-size:9px}.details:not([open]) .details-body{display:block}.details{break-inside:avoid}.details summary:after{display:none}.details-body{font-size:10px!important}.icon-grid{display:flex;flex-wrap:wrap;gap:8px}.icon-cell{width:12%;padding:10px 5px}.icon-cell small{font-size:7px}.logo-audit{min-height:150px}.copy-text{font-size:11px;line-height:1.7}.range-row{display:block}.range-row input{display:none}.range-row output{font-size:12px}.calc-results{display:flex}.calc-result{flex:1}.step{counter-increment:printed}.brand-phrases{display:block}.phrase{margin-bottom:10px;break-inside:avoid}.source-card h3{font-size:15px}.section-head{display:block}.section-head p{max-width:none;margin-top:8px}.card h3{font-size:17px}.card p{font-size:11px}.summary-five p{font-size:11px}.download-row{break-inside:avoid}.footer{border-top:1px solid var(--line)}@page{size:A4;margin:18mm 14mm 19mm;@bottom-left{content:"Lunis ist Zeit · Entwicklungsstand · 21.09.2026";font-family:Arial;font-size:8pt;color:#596781}@bottom-right{content:counter(page) " / " counter(pages);font-family:Arial;font-size:8pt;color:#596781}}}
#competitor-table{min-width:1000px}#competitor-table th:not(:first-child),#competitor-table td:not(:first-child){text-align:center}
@media print{img[src*="schema-module"]{max-height:none}#competitor-table{min-width:0!important}#competitor-table th,#competitor-table td{padding:5px!important;font-size:7px!important}#competitor-table th:first-child{width:24%}.source-card .details{break-inside:auto}}
@media print{.skip{display:none!important}.head-meta{display:block}.head-meta>span{display:inline-block;margin-right:18px}.head-meta .icon{margin-right:5px}.verdict-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.verdict-grid>.card{margin:0;padding:14px}.verdict-grid .card-top{margin-bottom:10px}.verdict-grid .icon-tile{width:31px;height:31px}.verdict-grid h3{font-size:14px}.verdict-grid p,.verdict-grid li{font-size:9px;line-height:1.6}.verdict-grid li .icon{width:11px;height:11px}.verdict-grid .card p{font-size:9px}.brand small{white-space:nowrap}}

@media print{#pdf-bilder{display:none!important}.image-card>button{display:block!important;background:transparent;border:0;padding:0;width:100%}.image-card>button>img{display:block;width:100%;max-height:260px;object-fit:contain}}
@media print{.section-head{break-after:avoid}.copy-text{break-inside:avoid}#einzel-pdfs .card,#tabellen-download .card,#skripte .card{break-inside:auto}#lesewege{display:none!important}body{background:white}.page-head,.hero{break-inside:avoid}.page-head+.section{padding-top:10px}.note{orphans:3;widows:3}}

.btn{white-space:nowrap;flex-shrink:0;appearance:none;-webkit-appearance:none}.section-head>h2{flex:1}
@media print{
 .section{padding:10px 0}.section-head{margin-bottom:12px}.section-head h2{font-size:21px}
 .card,.figure-card,.step,.timeline-item{padding:13px;min-height:0}.card-top{margin-bottom:10px}
 .card h3{font-size:15px;margin-bottom:7px}.card p{font-size:10.5px;line-height:1.65}
 .steps .step{min-height:0;padding:12px}.step h3{font-size:14px}.step p{font-size:10px}
 .grid2>*,.grid3>*,.grid4>*,.steps>*{margin-bottom:9px}.graphic{max-height:280px}
 .figure-head{margin-bottom:10px}.figure-head h3{font-size:15px}.figure-head small{display:none}
 .figure-card figcaption{font-size:8.5px;margin-top:8px}.note{margin:9px 0;padding:9px 12px;font-size:9.5px}
 .download-row{min-height:0;padding:9px 0}.download-row h3{font-size:12px}.download-row p{font-size:9px}
 .copy-text,pre{font-size:9.5px;line-height:1.55;break-inside:avoid}.code-block{break-inside:avoid}
 .source{margin-top:8px}.source-card .details{margin-top:12px}.table-scroll td{padding:6px 8px}
}
