:root{--sunrise-3:#c44e1a;--sunrise-4:#e8720c;--sunrise-5:#f5a623;--sunrise-6:#ffd06b;--primary:#e8720c;--primary-light:#fff3e0;--primary-dark:#c44e1a;--bg:#fffbf5;--surface:#ffffff;--text:#1a1a1a;--text-muted:#6b7280;--border:#f0e6d9;--success:#10b981;--gradient-warm:linear-gradient(135deg, #a83c00 0%, #bc4a14 50%, #c8521c 100%);--gradient-sun:linear-gradient(135deg, #b84400 0%, #c44e1a 45%, #e8720c 100%);--shadow-sm:0 1px 3px rgba(0,0,0,0.04);--shadow-md:0 4px 20px rgba(232,114,12,0.06);--shadow-lg:0 8px 40px rgba(232,114,12,0.1);--radius:12px;--radius-lg:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,#fff5e8 0,#fffbf5 35%,#fef7ee 70%,#fffbf5 100%);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:500;background:rgba(255,251,245,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,114,12,.08);height:64px;overflow:visible}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav .btn{padding-top:.5rem;padding-bottom:.5rem}.nav-logo{font-size:1.3rem;font-weight:800;color:var(--text);text-decoration:none;display:flex;align-items:center}.nav-logo svg{width:36px;height:36px}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--primary)}.nav-links a.btn-primary{color:#fff!important}.nav-hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px;z-index:600}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}.nav-hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{display:none;position:absolute;top:100%;right:0;left:0;background:rgba(255,251,245,.98);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,114,12,.1);padding:.8rem 1.5rem 1rem;flex-direction:column;gap:.3rem;box-shadow:0 8px 24px rgba(0,0,0,.06)}.nav-mobile-menu.open{display:flex}.nav-mobile-link{display:block;padding:.6rem 0;color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.04)}.nav-mobile-link:last-of-type{border-bottom:none}.nav-mobile-link:hover{color:var(--primary)}.nav-mobile-cta{margin-top:.4rem}@media (max-width:900px){.nav-desktop{display:none!important}.nav-hamburger{display:flex}}.hero{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 1.5rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:-40%;background:radial-gradient(ellipse 65% 55% at 20% 35%,rgba(245,166,35,.22) 0,transparent 60%),radial-gradient(ellipse 55% 65% at 78% 25%,rgba(196,78,26,.09) 0,transparent 55%),radial-gradient(ellipse 75% 45% at 50% 95%,rgba(232,114,12,.13) 0,transparent 50%);animation:heroShimmer 14s ease-in-out infinite;pointer-events:none;z-index:0;will-change:transform}@keyframes heroShimmer{0%,100%{transform:translate3d(0,0,0) scale(1)}25%{transform:translate3d(2.5%,-3%,0) scale(1)}50%{transform:translate3d(-1.5%,2.5%,0) scale(1)}75%{transform:translate3d(3%,1%,0) scale(1)}}.hero-particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-particles span{position:absolute;border-radius:50%;animation:particleFloat ease-in-out infinite}.hero-particles span:first-child{width:110px;height:110px;left:7%;top:22%;background:radial-gradient(circle,rgba(245,166,35,.2) 0,transparent 70%);animation-duration:14s;animation-delay:0s}.hero-particles span:nth-child(2){width:70px;height:70px;left:86%;top:18%;background:radial-gradient(circle,rgba(232,114,12,.16) 0,transparent 70%);animation-duration:11s;animation-delay:-3.5s}.hero-particles span:nth-child(3){width:150px;height:150px;left:74%;top:58%;background:radial-gradient(circle,rgba(245,166,35,.13) 0,transparent 70%);animation-duration:19s;animation-delay:-7s}.hero-particles span:nth-child(4){width:85px;height:85px;left:18%;top:68%;background:radial-gradient(circle,rgba(196,78,26,.11) 0,transparent 70%);animation-duration:13s;animation-delay:-9s}.hero-particles span:nth-child(5){width:55px;height:55px;left:47%;top:13%;background:radial-gradient(circle,rgba(255,208,107,.25) 0,transparent 70%);animation-duration:9s;animation-delay:-2s}.hero-particles span:nth-child(6){width:95px;height:95px;left:58%;top:78%;background:radial-gradient(circle,rgba(245,166,35,.12) 0,transparent 70%);animation-duration:17s;animation-delay:-5s}@keyframes particleFloat{0%,100%{transform:translate3d(0,0,0);opacity:.55}50%{transform:translate3d(0,-22px,0);opacity:.9}}.hero>:not(.hero-particles){position:relative;z-index:1}.hero .search-container{z-index:100!important}.hero .hero-hint,.hero .trust-bar{z-index:0!important}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgba(232,114,12,.08),rgba(245,166,35,.12));color:var(--primary);padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(232,114,12,.14);animation:badgeFadeIn .7s ease .2s both}.hero h1{font-size:clamp(2.2rem, 5vw, 3.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:700px;margin-bottom:1rem;animation:heroTextIn .7s ease .35s both}.hero h1 span{background:var(--gradient-sun);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero>p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin-bottom:2.5rem;line-height:1.7;animation:heroTextIn .7s ease .5s both}.hero-hint{margin-top:.8rem;font-size:.8rem;color:#c0b0a0}@keyframes badgeFadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTextIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.trust-bar{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}.trust-item{font-size:.85rem;color:var(--text-muted);font-weight:500;opacity:0;animation:trustSlideIn .5s ease forwards;display:flex;align-items:center;gap:.4rem;transition:transform .2s ease,color .2s ease;cursor:default}.trust-item:hover{transform:scale(1.06);color:var(--primary)}.trust-item:first-child{animation-delay:.75s}.trust-item:nth-child(2){animation-delay:.9s}.trust-item:nth-child(3){animation-delay:1.05s}.trust-item:nth-child(4){animation-delay:1.2s}.trust-icon{width:15px;height:15px;flex-shrink:0;transition:transform .2s ease}.trust-item:hover .trust-icon{transform:scale(1.15)}.search-icon i{width:18px;height:18px;display:block}@keyframes trustSlideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.search-container{width:100%;max-width:620px;position:relative;animation:heroTextIn .7s ease .6s both;z-index:100;display:flex;align-items:center}.search-box{flex:1;padding:1.1rem 1.5rem;padding-right:11rem;font-size:1.05rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:0;transition:all .25s;box-shadow:var(--shadow-md);font-family:inherit}.search-submit-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);padding:.65rem 1.2rem;background:var(--gradient-warm);color:#fff;border:none;border-radius:calc(var(--radius) - 4px);font-size:.88rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .2s,box-shadow .2s;z-index:2;box-shadow:0 2px 8px rgba(232,114,12,.25)}.search-submit-btn:hover{opacity:.92;box-shadow:0 4px 14px rgba(232,114,12,.35)}.search-box:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(232,114,12,.12),0 0 24px rgba(245,166,35,.18),var(--shadow-md)}.search-box::placeholder{color:#c0b0a0}.search-icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:auto;cursor:pointer;transition:color .15s;display:none}.search-icon:hover{color:var(--primary)}.autocomplete-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.08);max-height:320px;overflow-y:auto;z-index:999;display:none}.autocomplete-list.active{display:block}.autocomplete-item{padding:.8rem 1.2rem;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:.7rem;background:#fff}.autocomplete-item.selected,.autocomplete-item:hover{background:#fff3e0}.autocomplete-item .icon{font-size:1.2rem;opacity:.8;flex-shrink:0}.ac-name{font-size:.95rem;font-weight:700}.ac-name strong{color:var(--primary)}.ac-region{font-size:.75rem;color:var(--text-muted)}.ac-custom .ac-name{color:var(--text-muted);font-size:.9rem}.loader-overlay{display:none;position:fixed;inset:0;background:rgba(255,251,245,.97);backdrop-filter:blur(8px);z-index:1000;align-items:center;justify-content:center}.loader-overlay.active{display:flex}.loader-content{text-align:center;width:100%;max-width:380px;padding:2rem 1.5rem}.loader-sunrise-scene{position:relative;width:220px;height:180px;margin:0 auto 1rem;overflow:visible;background:radial-gradient(ellipse 100% 80% at 50% 100%,rgba(245,166,35,.25) 0,rgba(232,114,12,.06) 55%,transparent 72%)}.loader-sky-clip{position:absolute;inset:0;overflow:visible}.loader-sun-wrap{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(10%);animation:sunriseUp .5s cubic-bezier(.16,1,.3,1) 0s both}.loader-sun-svg{display:block;filter:drop-shadow(0 0 10px rgba(245,166,35,.5));animation:sunPulseGlow 2.8s ease-in-out 2.7s infinite}.loader-horizon-line{position:absolute;bottom:0;left:8%;right:8%;height:1.5px;border-radius:1px;background:linear-gradient(90deg,transparent 0,rgba(232,114,12,.35) 20%,rgba(245,166,35,.65) 50%,rgba(232,114,12,.35) 80%,transparent 100%)}@keyframes sunriseUp{from{transform:translateX(-50%) translateY(10%);opacity:.8}to{transform:translateX(-50%) translateY(-15%);opacity:1}}@keyframes sunPulseGlow{0%,100%{filter:drop-shadow(0 0 8px rgba(245,166,35,.45))}50%{filter:drop-shadow(0 0 22px rgba(245,166,35,.82))}}.loader-content h3{font-size:.9rem;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}.loader-company{font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:1.2rem}.loader-feed{text-align:left;font-size:.85rem;width:100%}.feed-line{padding:.4rem .75rem;border-radius:8px;margin-bottom:.25rem;display:flex;align-items:center;gap:.15rem}.feed-line.pending{opacity:.3;color:var(--text-muted)}.feed-line.active{opacity:1;color:var(--primary);font-weight:600;background:var(--primary-light)}.feed-line.done{opacity:.6;color:var(--success)}.feed-icon{flex-shrink:0;width:1.4em;text-align:center}.feed-text{flex:1}.feed-dots-wrap{width:2em;flex-shrink:0;text-align:left}.feed-dots{display:inline-block}.feed-line.active .feed-dots::after{content:'';display:inline-block;width:4px;height:4px;background:var(--primary);border-radius:50%;animation:dotPulse 1.2s infinite;margin-left:2px}@keyframes dotPulse{0%,100%{opacity:.3}50%{opacity:1}}.loader-note{margin-top:1rem;font-size:.75rem;color:#c0b0a0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .18s ease;font-family:inherit;text-decoration:none}.btn-sm{padding:.4rem .8rem;font-size:.8rem;min-height:36px}.btn-lg{padding:.9rem 2rem;font-size:1.05rem;min-height:52px}.btn-primary{background:linear-gradient(135deg,#b84400 0,#d45e00 50%,#e8720c 100%);color:#fff;font-weight:700;box-shadow:0 2px 12px rgba(232,114,12,.25);backface-visibility:hidden;-webkit-backface-visibility:hidden}.btn-primary:hover{transform:translate3d(0,-2px,0);box-shadow:0 6px 22px rgba(232,114,12,.38)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--primary-light);border-color:rgba(232,114,12,.22)}.btn-back{background:0 0;color:var(--text-muted);padding:.5rem 0;font-size:.9rem;border:none;cursor:pointer;font-family:inherit}.btn-back:hover{color:var(--primary)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important;pointer-events:auto}.btn:disabled:hover{transform:none!important;box-shadow:none!important}.btn:active:not(:disabled){transform:translateY(1px) scale(.97)!important;box-shadow:none!important}.report-container{display:none;max-width:860px;margin:0 auto;padding:5rem 1.5rem 2rem}.report-container.active{display:block}.report-header-v2{padding:0 0 1rem;margin-bottom:.75rem}.btn-back-v2{display:inline-flex;align-items:center;gap:.25rem;background:0 0;border:none;color:var(--text-muted);font-size:.82rem;font-family:inherit;cursor:pointer;padding:.3rem 0;margin-bottom:.75rem;transition:color .15s}.btn-back-v2:hover{color:var(--primary)}.report-header-main{border-bottom:2px solid var(--border);padding-bottom:1rem}.report-header-main h2{font-size:1.5rem;font-weight:800;color:var(--text);margin:0 0 .25rem;line-height:1.2}.report-meta{color:var(--text-muted);font-size:.85rem;margin-bottom:.6rem}.report-stats-inline{display:flex;gap:.5rem;flex-wrap:wrap}.report-stat{background:var(--primary-light);padding:.2rem .65rem;border-radius:50px;font-size:.72rem;font-weight:600;border:1px solid rgba(232,114,12,.12)}.report-stat .num{color:var(--primary);font-weight:800}.report-logo{position:absolute;top:0;right:0;max-width:90px;max-height:40px;object-fit:contain;opacity:.85}.report-toolbar-v2{position:sticky;top:57px;z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;margin-bottom:.75rem;box-shadow:var(--shadow-sm)}.toolbar-row-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.toolbar-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.toolbar-btns{display:flex;gap:.25rem}.btn-xs{padding:.35rem .75rem;font-size:.78rem;border-radius:6px}.btn-ghost{background:0 0;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.selection-info{font-size:.78rem;color:var(--text-muted);font-weight:600}.topic-filters-inline{display:flex;flex-wrap:wrap;gap:.35rem;padding-top:.5rem;border-top:1px solid var(--border);margin-top:.5rem}.topic-filters-inline:empty{display:none}.cta-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1rem;margin-bottom:.75rem;background:linear-gradient(135deg,#fff8f0,#fff3e0);border:1px solid rgba(232,114,12,.15);border-radius:var(--radius);flex-wrap:wrap}.cta-bar-text{font-size:.82rem;color:var(--text-muted)}.cta-bar-text strong{color:var(--text)}.cta-bar-form{display:flex;gap:.4rem;flex-shrink:0}.cta-bar-input{padding:.35rem .7rem;border:1px solid var(--border);border-radius:6px;font-size:.82rem;font-family:inherit;outline:0;background:#fff;min-width:180px}.cta-bar-input:focus{border-color:var(--primary)}.add-article-details{margin:1rem 0}.add-article-toggle{font-size:.82rem;color:var(--text-muted);cursor:pointer;padding:.5rem 0;font-weight:500;list-style:none}.add-article-toggle::-webkit-details-marker{display:none}.add-article-toggle::before{content:"+ ";color:var(--primary);font-weight:700}.add-article-toggle:hover{color:var(--primary)}.add-article-content{display:flex;gap:.5rem;padding:.6rem 0;align-items:center}.article-card{display:flex;gap:0;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.5rem;cursor:pointer;transition:all .18s ease;user-select:none}.article-card:hover{box-shadow:0 4px 18px rgba(232,114,12,.1);border-color:rgba(232,114,12,.22);transform:translateY(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.article-card.selected{border-color:rgba(232,114,12,.35);opacity:1}.article-card.selected .card-indicator{background:var(--gradient-warm)}.article-card:not(.selected){opacity:.42}.article-card:not(.selected):hover{opacity:.75}.card-left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.9rem .5rem;gap:.25rem;flex-shrink:0;width:64px;position:relative;border-right:1px solid var(--border);transition:background .18s}.card-indicator{position:absolute;top:0;left:0;width:4px;height:100%;background:var(--border);border-radius:0;transition:background .2s}.card-relevance{font-size:1.25rem;font-weight:900;line-height:1;text-align:center;position:relative;z-index:1}.card-relevance small{font-size:.55rem;font-weight:700;display:block;line-height:1.3}.card-right{flex:1;padding:.75rem 1rem .75rem .65rem;min-width:0}.card-tags{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem;flex-wrap:wrap}.tag{font-size:.68rem;padding:.1rem .45rem;border-radius:50px;font-weight:600;white-space:nowrap}.tag-topic{background:var(--primary-light);color:var(--primary-dark);border:1px solid rgba(232,114,12,.1)}.tag-date{color:#b0a090;font-weight:400}.tag-multi{color:var(--primary);background:rgba(232,114,12,.06)}.card-title{font-size:.95rem;font-weight:700;line-height:1.35;margin-bottom:.3rem;color:var(--text)}.card-sources{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.3rem}.source-link{font-size:.75rem;color:var(--primary);text-decoration:none;background:linear-gradient(135deg,rgba(232,114,12,.06),rgba(245,166,35,.08));padding:.12rem .5rem;border-radius:50px;border:1px solid rgba(232,114,12,.1);transition:all .15s;white-space:nowrap}.source-link:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.card-summary{font-size:.84rem;color:#4b5563;line-height:1.5;margin-bottom:.25rem}.card-reason{font-size:.79rem;color:var(--primary-dark);font-style:italic}.print-footer{display:none}.cta-section{text-align:center;padding:3rem 2rem;margin-top:2rem;background:linear-gradient(135deg,#fff8f0,var(--primary-light));border-radius:var(--radius-lg);border:1px solid rgba(232,114,12,.1)}.cta-section h3{font-size:1.4rem;margin-bottom:.5rem}.cta-section p{color:var(--text-muted);margin-bottom:1.5rem}.cta-email-form{display:flex;gap:.5rem;max-width:420px;margin:0 auto}.cta-email-form input{flex:1;padding:.8rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:.95rem;font-family:inherit;outline:0;background:var(--surface)}.cta-email-form input:focus{border-color:var(--primary)}.subscribe-success{text-align:center;padding:1rem 0}.subscribe-success .success-icon{font-size:2.5rem;margin-bottom:.5rem}.subscribe-success h3{font-size:1.3rem;margin-bottom:.4rem;color:var(--text)}.subscribe-success p{color:var(--text-muted);font-size:.95rem}.subscribe-success .success-detail{margin-top:.8rem;font-size:.85rem;background:rgba(16,185,129,.06);padding:.6rem 1rem;border-radius:8px;border:1px solid rgba(16,185,129,.15)}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.shake{animation:shake .4s ease}.animate-on-scroll{opacity:0;transform:translate3d(0,30px,0);transition:opacity .55s ease,transform .55s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.animate-on-scroll.animate-visible{opacity:1;transform:translate3d(0,0,0)}.section-subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:3rem;text-align:center}.page-section+.page-section:not(.hero){border-top:1px solid transparent;background-image:linear-gradient(var(--bg),var(--bg)),linear-gradient(90deg,transparent 0,rgba(232,114,12,.12) 25%,rgba(245,166,35,.18) 50%,rgba(232,114,12,.12) 75%,transparent 100%);background-origin:border-box;background-clip:padding-box,border-box}.how-section{padding:2.5rem 2rem;max-width:1000px;margin:0 auto;text-align:center;background:linear-gradient(180deg,rgba(255,248,240,.6) 0,transparent 100%)}.how-section h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.steps-grid{display:flex;align-items:flex-start;gap:1rem;justify-content:center;flex-wrap:wrap}.step{flex:1;min-width:200px;max-width:280px;text-align:center;padding:1.5rem;position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s ease}.step:hover{box-shadow:0 8px 28px rgba(232,114,12,.1);transform:translate3d(0,-3px,0);border-color:rgba(232,114,12,.16)}.step-num-badge{width:44px;height:44px;border-radius:50%;border:2px solid rgba(232,114,12,.22);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:var(--primary);margin:0 auto .9rem;background:rgba(232,114,12,.04);transition:background .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease;position:relative;z-index:1}.step:hover .step-num-badge{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 16px rgba(232,114,12,.35)}.step-icon{margin-bottom:.8rem;position:relative;z-index:1;display:flex;justify-content:center}.step-icon i{width:34px;height:34px;color:var(--primary);transition:transform .3s ease}.step:hover .step-icon i{transform:scale(1.18)}.step h3{font-size:1.05rem;margin-bottom:.4rem;position:relative;z-index:1}.step p{font-size:.9rem;color:var(--text-muted);position:relative;z-index:1}.step-arrow{color:var(--primary);opacity:.5;margin-top:2.8rem;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.step-arrow-icon{width:32px;height:32px;stroke-width:2.5}@media (max-width:768px){.step-arrow{margin-top:0}.step-arrow-icon{width:28px;height:28px;transform:rotate(90deg)}}.features-section{padding:5rem 2rem;max-width:1000px;margin:0 auto;text-align:center}.features-section h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;text-align:left}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .25s ease;cursor:default}.feature-card:hover{box-shadow:0 10px 32px rgba(232,114,12,.13);transform:translate3d(0,-4px,0);border-color:rgba(232,114,12,.2)}.feature-icon{margin-bottom:.8rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(232,114,12,.06);border-radius:10px;border:1px solid rgba(232,114,12,.1);transition:background .3s ease,border-color .3s ease}.feature-icon i{width:24px;height:24px;color:var(--primary);transition:transform .35s ease,color .2s ease}.feature-card:hover .feature-icon{background:rgba(232,114,12,.1);border-color:rgba(232,114,12,.2)}.feature-card:hover .feature-icon i{transform:scale(1.2) rotate(6deg)}.feature-card h3{font-size:1rem;margin-bottom:.4rem}.feature-card p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.usecases-section{padding:5rem 2rem;max-width:1000px;margin:0 auto;text-align:center;background:linear-gradient(180deg,rgba(255,248,240,.5) 0,transparent 100%)}.usecases-section h2{font-size:2rem;font-weight:800;margin-bottom:2.5rem}.usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;text-align:left}.usecase-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .25s ease;cursor:default}.usecase-card:hover{box-shadow:0 8px 28px rgba(232,114,12,.11);transform:translate3d(0,-3px,0);border-color:rgba(232,114,12,.16)}.usecase-icon{margin-bottom:.8rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(232,114,12,.06);border-radius:10px;border:1px solid rgba(232,114,12,.1);transition:background .3s ease,border-color .3s ease}.usecase-icon i{width:24px;height:24px;color:var(--primary);transition:transform .35s ease}.usecase-card:hover .usecase-icon{background:rgba(232,114,12,.1);border-color:rgba(232,114,12,.2)}.usecase-card:hover .usecase-icon i{transform:scale(1.2)}.usecase-card h3{font-size:1rem;margin-bottom:.4rem}.usecase-card p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.proof-section{padding:3rem 2rem;background:var(--gradient-warm)}.proof-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.proof-stat{color:#fff}.proof-number{display:block;font-size:2.2rem;font-weight:800;line-height:1.2}.proof-label{display:block;font-size:.85rem;opacity:.9;margin-top:.25rem}@media (max-width:600px){.proof-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.proof-number{font-size:1.8rem}}.testimonials-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.testimonials-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.5rem}.testimonials-section .section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s,transform .2s}.testimonial-card:hover{box-shadow:0 8px 24px rgba(232,114,12,.08);transform:translateY(-2px)}.testimonial-stars{color:#f5a623;font-size:1.1rem;letter-spacing:2px}.testimonial-text{font-size:.92rem;line-height:1.65;color:var(--text);margin:0;font-style:italic;flex:1}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid rgba(232,114,12,.15);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--primary)}.testimonial-name{font-size:.85rem;font-weight:700;color:var(--text)}.testimonial-role{font-size:.75rem;color:var(--text-muted)}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr;gap:1rem}.testimonials-section{padding:3rem 1rem}}.pricing-section{padding:5rem 2rem;text-align:center;background:linear-gradient(180deg,transparent 0,rgba(255,248,240,.55) 50%,transparent 100%)}.pricing-section h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;max-width:950px;margin:0 auto}.pricing-two{max-width:680px}.pricing-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:left;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.pricing-card:hover{transform:translate3d(0,-7px,0);box-shadow:0 18px 44px rgba(232,114,12,.13);border-color:rgba(232,114,12,.25)}.pricing-card.featured{border-color:var(--primary);box-shadow:0 8px 30px rgba(232,114,12,.14);position:relative;animation:featuredPulse 3.5s ease-in-out infinite}.pricing-card.featured:hover{transform:translate3d(0,-9px,0);box-shadow:0 24px 54px rgba(232,114,12,.24);border-color:var(--primary);animation:none}@keyframes featuredPulse{0%,100%{box-shadow:0 8px 30px rgba(232,114,12,.14)}50%{box-shadow:0 12px 40px rgba(232,114,12,.28),0 0 0 4px rgba(232,114,12,.07)}}.pricing-card.featured::before{content:'Empfohlen';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-warm);color:#fff;padding:.3rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700}.pricing-card h3{font-size:1.2rem;margin-bottom:.5rem}.pricing-price{font-size:2.2rem;font-weight:800;margin-bottom:.2rem}.pricing-price span{font-size:.9rem;font-weight:400;color:var(--text-muted)}.pricing-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.pricing-features li{font-size:.88rem;display:flex;align-items:center;gap:.5rem}.pricing-features li::before{content:'✓';color:var(--success);font-weight:700;flex-shrink:0}.pricing-card .btn{width:100%;justify-content:center}.pricing-note{font-size:.8rem;color:var(--text-muted);margin-top:1.5rem}.faq-section{padding:5rem 2rem;max-width:700px;margin:0 auto}.faq-section h2{font-size:2rem;font-weight:800;text-align:center;margin-bottom:2rem}.faq-grid{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:rgba(232,114,12,.18);box-shadow:0 4px 16px rgba(232,114,12,.06)}.faq-item summary{padding:1rem 1.2rem;cursor:pointer;font-weight:600;font-size:.95rem;list-style:none;display:flex;justify-content:space-between;align-items:center;user-select:none;min-height:52px;transition:background .18s}.faq-item summary:hover{background:#fdf8f4}.faq-item summary::after{content:'+';color:var(--primary);font-size:1.3rem;font-weight:700;transition:transform .3s ease;flex-shrink:0;margin-left:.5rem}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{overflow:hidden;font-size:.9rem;color:var(--text-muted);line-height:1.6;transition:max-height .35s ease,opacity .3s ease,padding .3s ease;max-height:0;opacity:0;padding:0 1.2rem}.faq-item[open] p{max-height:300px;opacity:1;padding:0 1.2rem 1rem}.final-cta{text-align:center;padding:5rem 2rem;background:radial-gradient(ellipse 80% 70% at 50% 100%,rgba(245,166,35,.1) 0,transparent 65%)}.final-cta h2{font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.final-cta p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem}footer{border-top:1px solid var(--border);background:var(--surface)}.footer-inner{max-width:1000px;margin:0 auto;padding:3rem 2rem;display:flex;gap:3rem;flex-wrap:wrap}.footer-brand{flex:1;min-width:200px}.footer-logo{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;display:flex;align-items:center}.footer-brand p{font-size:.85rem;color:var(--text-muted);max-width:280px}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:.4rem}.footer-col h2,.footer-col h3,.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.3rem}.footer-col a{font-size:.85rem;color:var(--text-muted);text-decoration:none;padding:.1rem 0;min-height:28px;display:flex;align-items:center}.footer-col a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding:1.2rem 2rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.8rem;color:#6b7280}.no-results{text-align:center;padding:3rem;color:var(--text-muted)}.no-results .icon{font-size:3rem;margin-bottom:1rem}@media print{@page{size:A4;margin:1.8cm 2cm 2.8cm 2cm}.add-article-details,.btn-back-v2,.cta-bar,.cta-section,.faq-section,.features-section,.final-cta,.hero,.how-section,.loader-overlay,.nav,.page-section,.pricing-section,.report-toolbar-v2,.usecases-section,footer{display:none!important}body{background:#fff!important;color:#1a1a1a!important;font-size:9.5pt!important;line-height:1.5!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.report-container{display:block!important;padding:0!important;max-width:100%!important}.report-header-v2{padding:0!important;margin-bottom:.5rem!important}.btn-back-v2{display:none!important}.report-header-main{border-bottom:2.5pt solid #e8720c!important;padding-bottom:.55rem!important;margin-bottom:.9rem!important;page-break-after:avoid;break-after:avoid;print-color-adjust:exact;-webkit-print-color-adjust:exact;position:relative!important}.report-header-main h2{font-size:15pt!important;font-weight:800!important;color:#1a1a1a!important}.report-meta{font-size:9pt!important;color:#555!important;margin-top:.2rem!important}.report-logo{display:block!important;position:absolute!important;top:0!important;right:0!important;max-width:110pt!important;max-height:45pt!important;object-fit:contain!important;print-color-adjust:exact;-webkit-print-color-adjust:exact;opacity:1!important;margin:0!important}.report-stats-inline{gap:.4rem!important;margin-top:.4rem!important}.report-stat{padding:.15rem .45rem!important;font-size:7.5pt!important;background:#fff3e0!important;border:none!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.report-stat .num{color:#e8720c!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.print-footer{display:block!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;text-align:center!important;font-size:7pt!important;color:#aaa!important;border-top:.5pt solid #ddd!important;padding:4pt 0 2pt!important;background:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.article-card.print-hide{display:none!important}.article-card:not(.selected){display:none!important}.article-card{border:.5pt solid #d1d5db!important;border-radius:3pt!important;margin-bottom:5pt!important;box-shadow:none!important;page-break-inside:avoid;break-inside:avoid;cursor:default!important;opacity:1!important;transform:none!important;display:flex!important}.card-left{width:46px!important;padding:.35rem .3rem!important;border-right:.5pt solid #d1d5db!important;background:#f9fafb!important;print-color-adjust:exact;-webkit-print-color-adjust:exact;justify-content:center!important}.card-indicator{display:none!important}.card-relevance{font-size:9pt!important;font-weight:900!important}.card-relevance small{font-size:5.5pt!important}.card-right{padding:.35rem .55rem!important}.card-tags{margin-bottom:.15rem!important}.tag{font-size:6pt!important;padding:.05rem .3rem!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.tag-topic{background:#fff3e0!important;color:#c44e1a!important;border:none!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.card-title{font-size:9.5pt!important;font-weight:700!important;margin-bottom:.12rem!important}.card-sources{margin-bottom:.12rem!important;gap:0!important;flex-wrap:wrap!important}.source-link{background:0 0!important;border:none!important;color:#444!important;padding:0!important;font-size:7pt!important;font-weight:600!important;border-radius:0!important;white-space:normal!important}.source-link::after{content:" \2014 " attr(href);font-size:6pt;color:#888;word-break:break-all;font-weight:400}.source-link:not(:last-child){margin-right:.5em}.card-summary{font-size:8.5pt!important;color:#374151!important}.card-reason{font-size:7.5pt!important;color:#c44e1a!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.usecases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero{padding:5rem 1.2rem 2.5rem;min-height:85vh}.hero>p{font-size:1rem}.trust-bar{gap:.8rem}.steps-grid{flex-direction:column;align-items:stretch;gap:.8rem}.step{min-width:unset;max-width:unset;flex:unset}.step-arrow{margin:-.2rem 0}.step-arrow-icon{width:26px;height:26px}.features-grid{grid-template-columns:1fr;gap:.9rem}.usecases-grid{grid-template-columns:1fr;gap:.9rem}.pricing-grid,.pricing-two{grid-template-columns:1fr}.faq-section,.features-section,.how-section,.usecases-section{padding:3.5rem 1.2rem}.pricing-section{padding:3.5rem 1.2rem}.final-cta{padding:3.5rem 1.2rem}.faq-section h2,.features-section h2,.how-section h2,.pricing-section h2,.usecases-section h2{font-size:1.65rem}.cta-email-form{flex-direction:column}.cta-email-form input{min-height:48px}.report-container{padding:4.5rem .75rem 1rem}.report-stats-inline{gap:.3rem}.report-header-main h2{font-size:1.25rem}.toolbar-row-top{flex-wrap:wrap}.cta-bar{flex-direction:column;text-align:center;gap:.5rem}.cta-bar-form{width:100%}.cta-bar-input{flex:1;min-width:0}.add-article-content{flex-wrap:wrap}.add-article-input{flex:1;min-width:200px}.card-left{width:40px;padding:.5rem .3rem}.card-right{padding:.6rem .8rem .6rem .3rem}.nav-inner{padding:0 1rem;height:64px}.footer-inner{flex-direction:column;gap:2rem;padding:2rem 1.2rem}.footer-links{gap:2rem}.btn-sm{min-height:40px}.autocomplete-item{padding:1rem 1.2rem;min-height:48px}.faq-item summary{min-height:56px}}@media (max-width:520px){.search-box{padding-right:1.2rem!important}.search-submit-btn{position:static;transform:none;width:100%;margin-top:.5rem;padding:.75rem;border-radius:var(--radius)}.search-container{flex-wrap:wrap}}@media (max-width:360px){.hero h1{font-size:1.85rem}.search-box{padding:.9rem 1rem;font-size:.95rem}.trust-bar{flex-direction:column;align-items:flex-start;gap:.5rem}}.auth-body{background:linear-gradient(180deg,#fff5e8 0,#fffbf5 100%);min-height:100vh}.auth-main{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:5rem 1.5rem 2rem}.auth-card{background:#fff;border:1px solid #fce7d0;border-radius:10px;box-shadow:0 8px 40px rgba(232,114,12,.1);padding:2.5rem 2rem;width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.65rem;font-weight:800;color:var(--text);margin-bottom:.4rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.88rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center}.form-group input{padding:.7rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-family:inherit;color:var(--text);background:var(--bg);transition:border-color .15s,box-shadow .15s;outline:0;width:100%}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,114,12,.12);background:#fff}.form-group input::placeholder{color:#bbb}.btn-full{width:100%;justify-content:center;padding:.8rem 1.5rem;font-size:1rem;margin-top:.3rem}.nav .btn-full{width:auto;margin-top:0}.auth-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;line-height:1.45;display:none}.auth-message--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.auth-message--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.auth-message--error a,.auth-message--success a{color:inherit;font-weight:600}.auth-terms{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:.3rem;line-height:1.5}.auth-terms a{color:var(--primary);text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.nav-user-email{font-size:.82rem;color:var(--text-muted);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.btn-outline{background:0 0;border:1.5px solid var(--border);color:var(--text-muted);padding:.4rem .9rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s;text-decoration:none;display:inline-flex;align-items:center}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.dashboard-body{background:#fafaf8}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--text-muted);font-size:.95rem}.section-header h2{font-size:1.1rem;font-weight:700;color:var(--text)}.loading-spinner{width:36px;height:36px;border:3px solid rgba(232,114,12,.15);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.loading-spinner--sm{width:18px;height:18px;border-width:2px;display:inline-block;vertical-align:middle;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:480px){.auth-card{padding:2rem 1.25rem;border-radius:0;border-left:none;border-right:none;box-shadow:none;max-width:100%}.auth-main{padding:4.5rem 0 1rem;align-items:flex-start}.nav-user-email{display:none}}.pricing-sub-note{font-size:.82rem;color:#888;margin-top:.6rem;text-align:center}.pricing-sub-note a{color:#e8720c;text-decoration:underline}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:var(--primary);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 8px 8px;font-weight:700;text-decoration:none;font-size:.9rem;transition:top .15s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:8px}.search-box:focus-visible{outline:0}.faq-item summary:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.footer-col a:focus-visible,.nav-links a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.source-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.form-group input:focus-visible{outline:0}button.forgot-link{background:0 0;border:none;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;line-height:inherit}.feature-card,.hero-particles span,.hero::before,.loader-sun-svg,.loader-sun-wrap,.pricing-card,.step,.trust-item,.usecase-card{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.hero h1,.hero-badge,.hero-hint,.hero>p,.search-container,.trust-item{opacity:1!important;transform:none!important}.animate-on-scroll{opacity:1!important;transform:none!important}.hero-particles span,.hero::before{animation:none!important}.loader-sun-wrap{transform:translateX(-50%) translateY(-6px)!important;opacity:1!important}.pricing-card.featured{animation:none!important}.loading-spinner{animation:none!important;border-top-color:var(--primary)}}.add-article-input{flex:1;min-width:220px;padding:.45rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;font-family:inherit;background:#fff;color:var(--text);outline:0;transition:border-color .15s,box-shadow .15s}.add-article-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,114,12,.1)}.add-article-input::placeholder{color:#aaa}.card-relevance.rel-manual{font-size:.7rem;font-weight:700;color:#6366f1;text-align:center;line-height:1.3;display:flex;flex-direction:column;align-items:center;gap:2px}.card-relevance.rel-manual small{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#6366f1}.tag-manual{background:rgba(99,102,241,.1);color:#6366f1;border:1px solid rgba(99,102,241,.25);font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:20px}@keyframes cardHighlight{0%{box-shadow:0 0 0 3px rgba(99,102,241,.5);background:rgba(99,102,241,.04)}100%{box-shadow:var(--shadow-md);background:#fff}}.article-card.card-highlight{animation:cardHighlight 1.2s ease-out forwards}.add-article-error{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem .8rem;font-size:.82rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;animation:fadeSlideIn .25s ease}@keyframes fadeSlideIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.limit-reached{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:3rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);max-width:520px;margin:2rem auto}.limit-icon{font-size:3rem;line-height:1}.limit-reached h3{font-size:1.4rem;font-weight:700;color:#111827;margin:0}.limit-reached p{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.limit-reached .btn{display:inline-block;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s;margin-top:.5rem}.limit-reached .btn-primary{background:linear-gradient(135deg,#f59e0b,#e8720c);color:#fff;box-shadow:0 4px 14px rgba(235,115,12,.4)}.limit-reached .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(235,115,12,.5)}.limit-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-top:1.5rem}.limit-actions .btn-ghost{font-size:.82rem}.remaining-hint{padding:.6rem 1rem;margin-bottom:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:.85rem;color:#166534;line-height:1.6;text-align:center}.remaining-hint a{color:#15803d;font-weight:600;text-decoration:underline}.remaining-hint--warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.remaining-hint--warn a{color:#b45309}@media print{.limit-reached,.remaining-hint{display:none!important}}.topic-filters,.topic-filters-inline{display:flex;flex-wrap:wrap;gap:.35rem}.topic-chip{border:1px solid var(--border);border-radius:20px;padding:.2rem .65rem;font-size:.72rem;cursor:pointer;background:var(--surface);color:var(--text-muted);font-family:inherit;font-weight:500;transition:all .15s ease;line-height:1.4}.topic-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.topic-chip:hover{border-color:var(--primary)}@media print{.topic-filters,.topic-filters-inline{display:none!important}}.toolbar-row-search{display:flex;align-items:center;gap:.6rem;padding-top:.45rem;border-top:1px solid var(--border);margin-top:.4rem}.article-search-wrap{position:relative;flex:1}.article-search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;display:flex;align-items:center}#articleSearchInput{width:100%;box-sizing:border-box;padding:.42rem 2rem .42rem 1.9rem;border:1.5px solid var(--border);border-radius:8px;font-size:.84rem;font-family:inherit;background:var(--bg);color:var(--text);transition:border-color .15s;outline:0;min-height:36px}#articleSearchInput:focus{border-color:var(--primary);background:var(--surface)}#articleSearchInput::placeholder{color:var(--text-muted)}.article-search-clear{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;color:var(--text-muted);padding:.2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;min-width:26px;min-height:26px;transition:color .15s,background .15s;font-family:inherit}.article-search-clear:hover{color:var(--text);background:var(--border)}.article-search-count{font-size:.76rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}@media (pointer:coarse){#articleSearchInput{min-height:44px;font-size:.9rem;padding:.5rem 2.2rem .5rem 2rem}.article-search-clear{min-width:44px;min-height:44px}.article-search-icon{left:.7rem}}@media print{.toolbar-row-search{display:none!important}}html{scroll-behavior:smooth;scroll-padding-top:80px}.page-section[id]{scroll-margin-top:80px}@media (pointer:coarse){.btn,.btn-sm{min-height:44px;min-width:44px}.topic-chip{min-height:36px;padding:.35rem .8rem;font-size:.78rem}.autocomplete-item{min-height:52px}.faq-item summary{min-height:56px;padding:1.1rem 1.2rem}.nav-hamburger{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.footer-col a{min-height:40px}.dash-report-item{min-height:56px;padding:1rem 1rem}.dash-setting-row{min-height:52px}}::selection{background:rgba(232,114,12,.2);color:var(--text)}.hero-hint{color:#8b7a6a}#pdfBtn:disabled~.search-submit-btn:focus-visible{outline:2px solid #fff;outline-offset:-3px;box-shadow:0 0 0 4px var(--primary)}.js-hidden{display:none}.svg-inline-icon{vertical-align:-6px;margin-right:8px}.svg-badge-icon{vertical-align:-3px}.btn-svg-icon{vertical-align:-2px}.honeypot-field{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.clickable{cursor:pointer;user-select:none}.chevron-icon{font-size:.8rem;color:var(--text-muted);transition:transform .2s}.nav-mobile-btn{background:0 0;border:none;cursor:pointer;text-align:left;width:100%;font:inherit;color:var(--text)}.nav-mobile-email{font-size:.82rem;color:var(--text-muted);cursor:default}.text-muted{color:var(--text-muted)}.text-danger{color:#dc2626}.text-danger-bold{color:#dc2626;font-weight:600}.btn-mt{margin-top:.75rem}.btn-top-margin{margin-top:1rem}.btn-danger-outline{color:#dc2626;border-color:#fecaca}.btn-danger-filled{background:#dc2626;color:#fff;border:none}.setting-row-top-border{border-top:1px solid var(--border)}.delete-account-confirm{font-size:.82rem}.delete-confirm-actions{display:flex;gap:.5rem;margin-top:.5rem}.logo-remove-confirm{font-size:.75rem}.logo-upload-status{font-size:.75rem}.logo-upload-label{cursor:pointer;margin:0}.logo-action-link{margin-left:.3rem}.org-add-hint{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem}.org-add-error{font-size:.8rem;color:#dc2626;margin-top:.4rem}.org-add-form{padding:1rem 1.25rem;border-top:1px solid var(--border)}.reports-loading-state{text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.85rem}.simple-footer{padding:1.5rem;text-align:center;font-size:.78rem;color:#6b7280;border-top:1px solid rgba(0,0,0,.04);margin-top:2rem}.simple-footer a{color:#6b7280}.footer-link{color:#6b7280}.footer-recaptcha-note{font-size:.7rem;color:#6b7280;margin-top:.3rem}.checkout-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.55);align-items:center;justify-content:center;padding:1rem}.checkout-modal-box{background:#fff;border-radius:18px;padding:2rem 2rem 1.75rem;max-width:420px;width:100%;box-shadow:0 24px 64px rgba(0,0,0,.28)}.checkout-modal-title{margin:0 0 .4rem;font-size:1.25rem;font-weight:700;color:#1a1a2e}.checkout-modal-desc{margin:0 0 1.25rem;font-size:.9rem;color:#6b7280;line-height:1.5}.checkout-modal-input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:1rem;outline:0;transition:border-color .15s;margin-bottom:.4rem}.checkout-modal-input:focus{border-color:#e8720c}.checkout-modal-error{color:#dc2626;font-size:.82rem;min-height:1.4em;margin-bottom:.75rem}.checkout-modal-submit{width:100%;padding:.85rem;background:linear-gradient(135deg,#f5a623,#e8720c);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.01em}.checkout-modal-cancel{display:block;text-align:center;margin-top:.9rem;color:#9ca3af;font-size:.88rem;text-decoration:none}.state-center{text-align:center;padding:4rem 2rem}.state-center p{color:var(--text-muted)}.state-center-icon{font-size:2rem;margin-bottom:1rem}.nav-logout-compact{font-size:.78rem;padding:.35rem .7rem}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:2rem}.error-code{font-size:6rem;font-weight:800;background:var(--gradient-warm);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.error-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.error-text{font-size:1rem;color:var(--text-muted);max-width:420px;margin-bottom:1.5rem;line-height:1.6}.legal-content h1{font-size:1.6rem;margin-bottom:1.5rem}.legal-content h2{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.legal-content h3{font-size:.98rem;margin-top:1rem;margin-bottom:.3rem}.legal-content p{margin-bottom:.8rem;font-size:.92rem;color:#374151;line-height:1.6}.legal-content a{color:var(--primary)}.legal-content ol,.legal-content ul{margin-left:1.5rem;margin-bottom:.8rem;font-size:.92rem;color:#374151;line-height:1.6}.legal-content table{width:100%;border-collapse:collapse;margin:.8rem 0;font-size:.88rem}.legal-content td,.legal-content th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb}.legal-content th{font-weight:600;color:#1f2937}.success-page{max-width:560px;margin:0 auto;padding:6rem 1.5rem 3rem;text-align:center}.success-icon{width:80px;height:80px;background:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.2rem}.success-page h1{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.5rem}.success-page .subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem;line-height:1.6}.success-steps{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2rem}.success-steps h2{font-size:.9rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.success-step{display:flex;gap:.75rem;padding:.5rem 0;font-size:.88rem;color:var(--text-muted)}.success-step .num{width:24px;height:24px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.success-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-padded{padding:.6rem 1.5rem}.dash{max-width:780px;margin:0 auto;padding:5.5rem 1.5rem 3rem}.dash-greeting{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--text)}.dash-greeting span{font-weight:400;color:var(--text-muted);font-size:.85rem;display:block;margin-top:.15rem}.dash-press-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.25rem .7rem;border-radius:50px;white-space:nowrap;flex-shrink:0}.status-active{background:#ecfdf5;color:#059669;border:1px solid #bbf7d0}.status-trial{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.status-expired{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.status-none{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.dash-press-stat strong{color:var(--text);font-weight:700;display:block;font-size:1.1rem}.dash-org-edit{display:flex;gap:.4rem;margin-top:.75rem;position:relative}.dash-org-edit input{flex:1;padding:.5rem .75rem;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;outline:0}.dash-org-edit input:focus{border-color:var(--primary)}.dash-section{margin-bottom:1.25rem}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.dash-section-title{font-size:.95rem;font-weight:700;color:var(--text)}.dash-section-count{font-size:.8rem;font-weight:500;color:var(--text-muted)}.dash-report-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.4rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.dash-report-item:hover{border-color:rgba(232,114,12,.3);box-shadow:0 2px 8px rgba(232,114,12,.08)}.dash-report-date{font-size:.78rem;color:var(--text-muted);white-space:nowrap;min-width:70px}.dash-report-info{flex:1;min-width:0}.dash-report-title{font-size:.88rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-report-meta{font-size:.75rem;color:var(--text-muted)}.dash-report-arrow{color:var(--text-muted);font-size:.9rem;flex-shrink:0}.dash-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted)}.dash-empty-icon{font-size:2rem;margin-bottom:.5rem}.dash-empty h3{font-size:1rem;color:var(--text);margin-bottom:.25rem}.dash-empty p{font-size:.85rem}.dash-settings{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dash-setting-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border)}.dash-setting-row:last-child{border-bottom:none}.dash-setting-label{font-size:.82rem;color:var(--text-muted)}.dash-setting-value{font-size:.85rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.5rem}.dash-logo-preview{max-height:28px;max-width:80px;object-fit:contain;border-radius:3px;border:1px solid var(--border)}.dash-banner{padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem}.dash-banner--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.dash-banner--warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.dash-banner--cancel{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.dash-date-range{padding:.75rem 1.25rem 1rem;border-top:1px dashed var(--border);background:#fafaf9}.date-range-inner{display:flex;align-items:flex-end;gap:.6rem;flex-wrap:wrap}.date-range-inner label{display:flex;flex-direction:column;gap:.2rem;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.date-range-inner input[type=date]{padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:.82rem;font-family:inherit;background:#fff}.date-range-inner input[type=date]:focus{border-color:var(--primary);outline:0;box-shadow:0 0 0 2px rgba(232,114,12,.1)}.dr-status{font-size:.8rem;padding:.5rem 0}.org-autocomplete{position:absolute;top:100%;left:0;right:0;z-index:50;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:240px;overflow-y:auto;margin-top:4px}.org-ac-item{padding:.6rem .8rem;cursor:pointer;font-size:.88rem;display:flex;align-items:center;gap:.6rem;transition:background .1s}.org-ac-item.selected,.org-ac-item:hover{background:#fff3e0}.org-ac-icon{font-size:1.1rem;flex-shrink:0}.org-ac-name{font-weight:600}.org-ac-name strong{color:var(--primary)}.org-ac-region{font-size:.75rem;color:var(--text-muted)}.dash-org-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.75rem;overflow:hidden}.dash-org-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.dash-org-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#fff7ed,#ffedd5);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;border:1px solid rgba(232,114,12,.12)}.dash-org-info{flex:1;min-width:0}.dash-org-name{font-size:1rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dash-org-meta{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.dash-org-actions{display:flex;gap:.5rem;padding:0 1.25rem 1rem;flex-wrap:wrap}.dash-org-actions .btn{flex:1;min-width:0;text-align:center;justify-content:center}@media (max-width:640px){.dash{padding:5rem 1rem 2rem}.dash-setting-row{flex-direction:column;align-items:flex-start;gap:.3rem;padding:.75rem 1rem}.dash-org-header{gap:.6rem;padding:.85rem 1rem}.dash-org-actions{padding:0 1rem .85rem;gap:.4rem}.dash-org-actions .btn{font-size:.75rem;padding:.4rem .5rem}.dash-date-range{padding:.65rem 1rem .85rem}.date-range-inner{gap:.4rem}}.reports-controls{padding:.5rem 0 .75rem}.reports-search-wrap{position:relative;display:flex;align-items:center;margin-bottom:.6rem}.reports-search-icon{position:absolute;left:.75rem;color:var(--text-muted);display:flex;align-items:center;pointer-events:none;flex-shrink:0}.reports-search-input{width:100%;padding:.55rem 2.4rem .55rem 2.2rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-family:inherit;color:var(--text);background:var(--surface);outline:0;transition:border-color .15s,box-shadow .15s;min-height:44px}.reports-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,114,12,.1)}.reports-search-input::placeholder{color:var(--text-muted)}.reports-search-clear{position:absolute;right:.5rem;background:0 0;border:none;cursor:pointer;color:var(--text-muted);padding:.35rem;border-radius:50%;min-width:30px;min-height:30px;align-items:center;justify-content:center;transition:color .15s,background .15s}.reports-search-clear:hover{color:var(--primary);background:rgba(232,114,12,.08)}.reports-filter-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reports-chips{display:flex;flex-wrap:wrap;gap:.35rem;flex:1}.reports-chip{border:1.5px solid var(--border);border-radius:50px;padding:.25rem .75rem;font-size:.75rem;cursor:pointer;background:var(--surface);color:var(--text-muted);font-family:inherit;font-weight:500;transition:all .15s ease;min-height:32px;display:inline-flex;align-items:center;white-space:nowrap}.reports-chip:hover{border-color:var(--primary);color:var(--primary)}.reports-chip.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.reports-sort-select{padding:.35rem .65rem;border:1.5px solid var(--border);border-radius:8px;font-size:.78rem;font-family:inherit;color:var(--text-muted);background:var(--surface);outline:0;cursor:pointer;min-height:36px;transition:border-color .15s;flex-shrink:0}.reports-sort-select:focus{border-color:var(--primary)}.reports-result-count{font-size:.75rem;color:var(--text-muted);margin-top:.35rem;min-height:1em}@media (max-width:640px){.reports-filter-row{gap:.35rem}.reports-chips{gap:.25rem}.reports-chip{font-size:.72rem;padding:.2rem .6rem;min-height:36px}}.logo-remove-link{font-size:.75rem;color:var(--text-muted)}.report-time-label{opacity:.6;font-size:.75rem}.svg-footer-icon{vertical-align:-5px;margin-right:7px}.section-more-link{margin-top:1.5rem;text-align:center;font-size:.9rem}.section-more-link a{color:var(--primary);text-decoration:none;font-weight:600;transition:opacity .15s}.section-more-link a:hover{opacity:.75;text-decoration:underline}.usecase-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column}.usecase-more{font-size:.82rem;font-weight:600;color:var(--primary);margin-top:.5rem;transition:opacity .15s}.usecase-card-link:hover .usecase-more{text-decoration:underline}.lp-hero h1{font-size:2.2rem;font-weight:800;color:var(--text);line-height:1.2;margin-bottom:1rem}.lp-section h2{font-size:1.6rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.lp-section h3{font-size:1.15rem;font-weight:600;color:var(--text);margin:2rem 0 0.75rem}.lp-steps li{counter-increment:step;position:relative;padding:1rem 1rem 1rem 3.5rem;margin-bottom:1rem;background:var(--bg-card,#fff);border:1px solid var(--border,#eee);border-radius:10px}.lp-steps li::before{content:counter(step);position:absolute;left:1rem;top:1rem;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:0.85rem;display:flex;align-items:center;justify-content:center}.lp-steps li strong{display:block;margin-bottom:0.25rem}.lp-pain h3{color:#dc2626;margin-top:0}.lp-pain ul{padding-left:1.2rem;color:var(--text-muted);line-height:1.8}.lp-easy h2{color:var(--primary);margin-bottom:0.75rem}.lp-easy p{color:var(--text-muted);line-height:1.7;max-width:600px;margin:0 auto 1.5rem}.lp-feature strong{display:block;margin-bottom:0.3rem;color:var(--text)}.lp-feature span{font-size:0.88rem;color:var(--text-muted);line-height:1.5}.lp-faq details{border:1px solid var(--border,#eee);border-radius:10px;margin-bottom:0.75rem;overflow:hidden}.lp-faq summary{padding:1rem 1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.lp-faq summary::after{content:"↓";font-size:0.9rem;color:var(--text-muted);transition:transform 0.2s}.lp-faq details[open] summary::after{transform:rotate(180deg)}.lp-faq details p{padding:0 1.25rem 1rem;color:var(--text-muted);line-height:1.7;margin:0}.lp-cta-bottom h2{font-size:1.5rem;font-weight:700;margin-bottom:0.75rem}.lp-cta-bottom p{color:var(--text-muted);margin-bottom:1.5rem}
.tag-paywall{color:#7c2d12;background:#fee2d5;border:1px solid #fdba74}.tag-titel{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}

/* Loader: Karte, Fortschritt, Scroll-Sperre (v1.4.1) */
.loader-overlay{z-index:2000;background:radial-gradient(ellipse at 50% 0%,#fff1dc 0%,#fffbf5 45%,#f5ebe0 100%);backdrop-filter:none;overscroll-behavior:contain;touch-action:none;overflow:hidden;padding:1rem}
body.loader-open{overflow:hidden}
.loader-content{max-width:460px;background:#fff;border:1px solid #f3e3d0;border-radius:18px;box-shadow:0 24px 64px rgba(196,78,26,.14),0 2px 6px rgba(0,0,0,.04);padding:1.75rem 2rem 1.5rem}
.loader-sunrise-scene{width:200px;height:140px;margin-bottom:.5rem;background:radial-gradient(ellipse 60% 70% at 50% 100%,rgba(245,166,35,.22) 0,transparent 70%)}
.loader-content h2{font-size:1.35rem;font-weight:800;letter-spacing:-.01em;color:var(--text);margin:0 0 .15rem}
.loader-company{font-size:1rem;font-weight:600;color:var(--primary-dark,#c44e1a);margin-bottom:1rem}
.loader-progress{height:6px;background:#f6ebe0;border-radius:3px;overflow:hidden;margin:0 0 1.1rem}
.loader-progress-bar{height:100%;width:10%;background:linear-gradient(90deg,#c44e1a,#f5a623);border-radius:3px;transition:width .9s ease}
.loader-feed{font-size:.9rem}
.feed-line{padding:.5rem .8rem;gap:.5rem}
.feed-line .feed-icon{display:inline-flex;width:18px;justify-content:center}
.feed-line.done .feed-icon{color:var(--success)}
.feed-line.pending{opacity:.45}
.loader-note{margin-top:1.1rem;font-size:.78rem;color:var(--text-muted);line-height:1.45}
@media (max-width:480px){.loader-content{padding:1.25rem 1.1rem 1.1rem}.loader-sunrise-scene{height:110px}.loader-content h2{font-size:1.15rem}}
.tag-tone-kritisch{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}
.tag-tone-positiv{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}
.tag-tone-neutral{color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb}
.topic-chip-krit{border-color:#fecaca;color:#991b1b;background:#fef2f2}
.topic-chip-krit.active{background:#991b1b;border-color:#991b1b;color:#fff}
/* Ansicht-Optionen im Report (js/report-view.js) */
.rv-wrap{position:relative;display:inline-block;margin-right:.4rem}
.rv-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:250px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(26,26,26,.14);padding:.55rem .4rem;z-index:30}
.rv-menu.js-hidden{display:none}
.rv-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.2rem .6rem .4rem}
.rv-item{display:flex;align-items:center;gap:.55rem;padding:.42rem .6rem;border-radius:8px;font-size:.85rem;cursor:pointer;color:var(--text)}
.rv-item:hover{background:#fff7ed}
.rv-item input{accent-color:var(--primary);width:16px;height:16px;margin:0}
body.rv-hide-relevance .card-relevance{display:none!important}
body.rv-hide-reason .card-reason{display:none!important}
body.rv-hide-summary .card-summary{display:none!important}
body.rv-hide-tone .tag-tone-kritisch,body.rv-hide-tone .tag-tone-positiv,body.rv-hide-tone .tag-tone-neutral,body.rv-hide-tone .topic-chip-krit{display:none!important}

/* v1.4.21 – Report-Werkzeugleiste: Auswahl als Gruppe, Suche zuerst, Filter mit Zählern in beschrifteten Gruppen */
.report-toolbar-v2{padding:.6rem .85rem}
.toolbar-row-top{gap:.6rem}
.toolbar-left{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.toolbar-btns{display:inline-flex;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}
.toolbar-btns .btn{border:0;border-radius:0;min-height:36px;height:36px;padding:0 .8rem;font-size:.8rem;background:transparent;color:var(--text)}
.toolbar-btns .btn+.btn{border-left:1px solid var(--border)}
.toolbar-btns .btn:hover{background:#fff8f0;color:var(--primary-dark)}
.toolbar-btns .btn:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}
.selection-info{font-size:.8rem;color:var(--text);font-weight:600;white-space:nowrap}
.toolbar-row-search{display:flex!important;align-items:center;gap:.6rem;padding-top:.55rem;border-top:1px solid var(--border);margin-top:.55rem}
.article-search-wrap input{width:100%;min-height:38px;border:1.5px solid var(--border);border-radius:10px;padding:0 2.2rem 0 2.1rem;font-size:.86rem;font-family:inherit;background:var(--surface);color:var(--text)}
.article-search-wrap input:focus{border-color:var(--primary);outline:none}
.article-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);display:flex}
.article-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--text-muted);cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.article-search-clear:hover{background:#fee2e2;color:#b91c1c}
.article-search-count{font-size:.78rem;color:var(--text-muted);white-space:nowrap}
.topic-filters-inline{display:flex!important;flex-direction:column;gap:.35rem;padding-top:.55rem;border-top:1px solid var(--border);margin-top:.55rem}
.topic-filters-inline:empty{display:none!important}
.tf-group{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}
.tf-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);min-width:5.2rem}
.tf-more{display:contents}
.topic-chip{min-height:32px;padding:.25rem .7rem;font-size:.78rem;border-radius:50px;display:inline-flex;align-items:center;gap:.3rem}
.topic-chip small{font-size:.7rem;font-weight:600;color:var(--text-muted);background:rgba(26,26,26,.06);border-radius:50px;padding:.05rem .4rem;line-height:1.3}
.topic-chip.active small{color:#fff;background:rgba(255,255,255,.22)}
.topic-chip-krit{border-color:#fecaca;background:#fef2f2;color:#991b1b}
.topic-chip-krit.active{background:#b91c1c;border-color:#b91c1c;color:#fff}
.topic-chip-pos{border-color:#a7f3d0;background:#ecfdf5;color:#065f46}
.topic-chip-pos.active{background:#047857;border-color:#047857;color:#fff}
.topic-chip-more{border-style:dashed;color:var(--text-muted);background:transparent}
.topic-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
@media (max-width:640px){.tf-label{min-width:0;width:100%}.toolbar-row-top{align-items:flex-start}}
.article-search-clear[hidden]{display:none}
.toolbar-row-top .rv-wrap{margin-left:auto}
.toolbar-row-top .rv-wrap+.btn{margin-left:0}
.toolbar-row-top .rv-btn,.toolbar-row-top #pdfBtn{min-height:38px;height:38px;padding:0 .95rem;border-radius:10px;font-size:.84rem}
.toolbar-row-top #pdfBtn{min-width:0}
