.navigation{position:sticky;top:0;background:#fff;height:48px;border-bottom:1px solid #e5e7eb;z-index:100;box-shadow:0 1px 3px #00000014}.nav-container{max-width:1200px;margin:0 auto;height:100%;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none;z-index:200}.logo-image{height:40px;width:auto}.nav-menu{display:flex;gap:4px;align-items:center}.nav-link{padding:3px 16px;text-decoration:none;color:#374151;font-weight:600;font-size:1rem;border-radius:6px;transition:all .2s;position:relative;line-height:1.4;white-space:nowrap}.nav-link:hover{background:#f3f4f6;color:#7c3aed}.nav-link.active{color:#7c3aed;background:#ede9fe}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:200}.hamburger span{display:block;width:24px;height:2.5px;background:#374151;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-overlay{display:none}@media(max-width:768px){.navigation{height:48px}.nav-container{padding:0 16px}.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:stretch;padding:80px 24px 32px;gap:0;box-shadow:-4px 0 20px #00000026;transition:right .3s ease;z-index:150;overflow-y:auto}.nav-menu.open{right:0}.nav-link{padding:14px 16px;font-size:1.05rem;border-radius:8px;border-bottom:1px solid #f3f4f6;white-space:normal}.nav-link:hover{background:#f3f4f6}.nav-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:140}.logo-image{height:34px}}@media(min-width:769px)and (max-width:1024px){.nav-container{padding:0 20px}.nav-link{padding:3px 10px;font-size:.9rem}.nav-menu{gap:2px}}.site-footer{background-color:#1f2937;color:#9ca3af;padding:24px 20px;margin-top:40px}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{margin-bottom:12px}.footer-links a{color:#d1d5db;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#3b82f6}.footer-divider{margin:0 12px;color:#4b5563}.footer-copyright{font-size:.75rem;color:#6b7280}.cookie-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-banner{background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 30px #00000026;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-header{display:flex;align-items:center;gap:12px;padding:24px 24px 0}.cookie-icon{font-size:2rem}.cookie-header h2{font-size:1.35rem;font-weight:700;color:#1f2937;margin:0}.cookie-back{background:none;border:none;color:#6b7280;font-size:.95rem;cursor:pointer;padding:0;margin-right:12px;transition:color .2s}.cookie-back:hover{color:#1f2937}.cookie-body{padding:20px 24px}.cookie-body p{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:12px;text-align:left}.cookie-links a{color:#3b82f6;text-decoration:none}.cookie-links a:hover{text-decoration:underline}.cookie-actions{display:flex;gap:12px;padding:16px 24px 24px;flex-wrap:wrap}.cookie-btn{flex:1;min-width:140px;padding:14px 20px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn-settings{background:#f3f4f6;color:#4b5563}.cookie-btn-settings:hover{background:#e5e7eb;color:#1f2937}.cookie-btn-necessary{background:#e5e7eb;color:#374151}.cookie-btn-necessary:hover{background:#d1d5db}.cookie-btn-accept{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.cookie-btn-accept:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.cookie-btn-save{background:linear-gradient(135deg,#10b981,#059669);color:#fff;flex:none;width:100%}.cookie-btn-save:hover{background:linear-gradient(135deg,#059669,#047857)}.cookie-settings-body{padding:20px 24px}.cookie-category{background:#f9fafb;border-radius:12px;padding:20px;margin-bottom:16px;border:1px solid #e5e7eb;text-align:left}.cookie-category-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cookie-category-info{text-align:left;flex:1}.cookie-category-info h3{font-size:1.05rem;font-weight:600;color:#1f2937;margin:0 0 8px;text-align:left}.cookie-category-info p{font-size:.9rem;line-height:1.5;color:#6b7280;margin:0;text-align:left}.cookie-details{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;text-align:left}.cookie-details p{font-size:.85rem;color:#6b7280;margin-bottom:8px;text-align:left}.cookie-details ul{margin:8px 0 0;padding-left:20px;text-align:left;list-style-position:outside}.cookie-details ul li{font-size:.85rem;color:#6b7280;margin-bottom:4px;text-align:left}.cookie-details code{background:#e5e7eb;padding:2px 6px;border-radius:4px;font-size:.8rem}.cookie-details em{color:#9ca3af;font-style:italic}.cookie-toggle{flex-shrink:0}.cookie-toggle input[type=checkbox]{display:none}.toggle-label{display:inline-block;position:relative;width:52px;height:28px;background:#d1d5db;border-radius:14px;cursor:pointer;transition:background .3s ease}.toggle-label.disabled{background:#10b981;cursor:not-allowed;font-size:.7rem;color:#fff;text-align:center;line-height:28px;width:auto;padding:0 12px}.toggle-switch{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #00000026}.cookie-toggle input[type=checkbox]:checked+.toggle-label{background:#3b82f6}.cookie-toggle input[type=checkbox]:checked+.toggle-label .toggle-switch{transform:translate(24px)}.cookie-toggle input[type=checkbox]:disabled+.toggle-label{opacity:.6;cursor:not-allowed}@media(max-width:600px){.cookie-overlay{padding:0;align-items:flex-end}.cookie-banner{border-radius:16px 16px 0 0;max-height:85vh}.cookie-header{padding:20px 20px 0}.cookie-body,.cookie-settings-body{padding:16px 20px}.cookie-actions{padding:12px 20px 20px;flex-direction:column}.cookie-btn{min-width:100%}.cookie-category-header{flex-direction:column;gap:12px}.cookie-toggle{align-self:flex-start}}.berufe-page{min-height:100vh;background:#f9fafb}.berufe-hero-d{background:linear-gradient(180deg,#f5f3ff,#f9fafb);padding:52px 24px 40px;text-align:center}.berufe-hero-d h1{font-size:2.2rem;font-weight:700;color:#1f2937;margin-bottom:8px}.berufe-hero-subtitle{font-size:1rem;color:#6b7280;margin-bottom:28px}.berufe-searchbox{max-width:680px;margin:0 auto;background:#fff;border-radius:16px;padding:8px;box-shadow:0 4px 24px #8b5cf61a;border:2px solid #ede9fe;display:flex;gap:8px;align-items:center}.berufe-search-input-wrap{flex:1;position:relative}.berufe-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.berufe-search-input{width:100%;padding:15px 40px 15px 46px;border:none;font-size:1rem;outline:none;box-sizing:border-box;border-radius:12px;background:transparent;color:#1f2937}.berufe-search-input::placeholder{color:#9ca3af}.berufe-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:#e5e7eb;border:none;border-radius:50%;width:22px;height:22px;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .15s}.berufe-search-clear:hover{background:#d1d5db}.berufe-industry-select{padding:13px 14px;border-radius:10px;border:1px solid #e5e7eb;font-size:.88rem;cursor:pointer;background:#f9fafb;color:#374151;min-width:155px;outline:none}.berufe-industry-select:focus{border-color:#8b5cf6}.berufe-quick-filters{display:flex;gap:8px;justify-content:center;margin-top:20px;flex-wrap:wrap}.berufe-pill{padding:7px 15px;border-radius:20px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;font-size:.82rem;cursor:pointer;font-weight:500;transition:all .15s}.berufe-pill:hover{border-color:#c4b5fd;background:#faf5ff}.berufe-pill.active{border-color:#8b5cf6;background:#ede9fe;color:#7c3aed}.berufe-content{max-width:960px;margin:0 auto;padding:28px 24px 60px}.berufe-group{margin-bottom:36px}.group-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #e5e7eb}.group-emoji{font-size:1.35rem}.group-count{background:#ede9fe;color:#7c3aed;font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:12px;margin-left:auto}.berufe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.beruf-card-b{display:flex;flex-direction:column;background:#fff;padding:22px 24px;border-radius:14px;border:2px solid #f3f4f6;cursor:pointer;transition:all .2s ease;min-height:200px;text-decoration:none;color:inherit}.beruf-card-b:hover{border-color:#8b5cf6;transform:translateY(-3px);box-shadow:0 8px 24px #8b5cf61f}.beruf-card-header{display:flex;justify-content:space-between;align-items:flex-start;overflow:hidden;gap:12px;margin-bottom:8px}.beruf-name{font-size:1.05rem;font-weight:600;color:#1f2937;text-align:left;flex:1;min-width:0;padding-right:8px;margin:0;overflow:hidden;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.beruf-desc{font-size:.84rem;color:#6b7280;line-height:1.5;margin-bottom:17px;text-align:left}.beruf-skills{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:59px}.beruf-skill-tag{font-size:.68rem;padding:3px 9px;border-radius:5px;background:#f3f4f6;color:#4b5563;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.beruf-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.beruf-salary{font-size:.82rem;color:#059669;font-weight:600}.beruf-details-link{font-size:.8rem;color:#8b5cf6;font-weight:600;transition:color .15s}.beruf-card-b:hover .beruf-details-link{color:#6d28d9}.mini-bar{display:flex;gap:3px;align-items:flex-end;height:34px;flex-shrink:0}.mini-bar-item{flex:1;min-width:4px;max-width:10px;border-radius:3px 3px 0 0;min-height:4px;transition:height .3s ease}.berufe-empty{text-align:center;padding:44px 24px;background:#fff;border-radius:16px;border:2px dashed #e5e7eb}.berufe-empty .empty-icon{font-size:2.5rem;display:block;margin-bottom:12px}.berufe-empty h3{font-size:1.15rem;color:#1f2937;margin-bottom:6px}.berufe-empty p{color:#6b7280;margin-bottom:16px}.berufe-reset-button{padding:10px 22px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.berufe-reset-button:hover{background:#7c3aed}.berufe-cta{text-align:center;margin-top:44px;padding:36px 28px;background:linear-gradient(135deg,#ede9fe,#fae8ff);border-radius:16px}.berufe-cta h3{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:8px}.berufe-cta p{color:#6b7280;margin-bottom:18px;font-size:1rem}.berufe-cta-button{display:inline-block;padding:12px 28px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s}.berufe-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf659}.berufe-legend{margin-top:24px;background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.legend-label{font-size:.8rem;color:#6b7280;font-weight:600}.legend-item{display:flex;align-items:center;gap:5px}.legend-dot{width:10px;height:10px;border-radius:2px}.legend-item span{font-size:.75rem;color:#4b5563}.berufe-back-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;font-size:1.3rem;cursor:pointer;box-shadow:0 4px 16px #8b5cf659;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:50}.berufe-back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 24px #8b5cf673}@media(max-width:768px){.berufe-page{overflow-x:hidden}.berufe-hero-d{padding:36px 16px 28px}.berufe-hero-d h1{font-size:1.6rem}.berufe-searchbox{flex-direction:column;padding:8px}.berufe-industry-select{min-width:unset;width:100%}.berufe-content{padding:20px 16px 40px}.berufe-grid{grid-template-columns:1fr}.beruf-card-b{min-height:unset;padding:18px 20px;max-width:100%;overflow:hidden}.beruf-card-header{overflow:hidden}.mini-bar{flex-shrink:1;max-width:80px}.berufe-cta{padding:28px 20px}.berufe-legend{gap:10px;padding:14px 16px;overflow-x:auto}.legend-item span{font-size:.7rem}.berufe-back-to-top{bottom:20px;right:20px;width:42px;height:42px;font-size:1.1rem}.berufe-quick-filters{gap:6px;margin-top:16px}.berufe-pill{padding:6px 12px;font-size:.78rem}}@media(max-width:480px){.berufe-hero-d h1{font-size:1.35rem}.berufe-hero-subtitle{font-size:.9rem}.beruf-name{font-size:.95rem}.mini-bar{height:28px}.mini-bar-item{width:10px}}#root{width:100%;margin:0 auto;padding:2rem 0 0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:40px 20px}.not-found-content{text-align:center;max-width:500px}.not-found-icon{font-size:4rem;margin-bottom:16px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-title{font-size:6rem;font-weight:800;color:#3b82f6;margin:0;line-height:1}.not-found-subtitle{font-size:1.75rem;font-weight:600;color:#1f2937;margin:16px 0}.not-found-text{font-size:1.1rem;color:#6b7280;margin-bottom:32px;line-height:1.6}.not-found-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.not-found-btn{padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.not-found-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.not-found-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.not-found-btn.secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.not-found-btn.secondary:hover{background:#eff6ff}.not-found-suggestions{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000014}.not-found-suggestions p{font-size:.9rem;color:#6b7280;margin-bottom:12px}.not-found-suggestions ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.not-found-suggestions li a{display:inline-block;padding:8px 16px;background:#f3f4f6;color:#374151;border-radius:20px;text-decoration:none;font-size:.9rem;transition:all .2s ease}.not-found-suggestions li a:hover{background:#3b82f6;color:#fff}@media(max-width:480px){.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.25rem}.not-found-actions{flex-direction:column}.not-found-btn{width:100%;text-align:center}}.news-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:40px 20px}.container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.hero{position:relative;min-height:500px;margin-bottom:40px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000026;transition:all .3s ease}.hero-image{position:relative;width:100%;height:500px}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000bf,#0000004d)}.hero-content{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;padding:60px;max-width:700px;text-align:left}.category-tag{display:inline-block;background:#8b5cf6e6;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.25;text-align:left;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-excerpt{font-size:1.1rem;color:#ffffffe6;line-height:1.7;margin-bottom:24px;text-align:left}.read-more{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;width:fit-content}.read-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.hero-link,.news-card-link{text-decoration:none;color:inherit;display:block}.hero-link:hover .hero,.news-card-link:hover .news-card{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.article-expanded{background:#fff;border-radius:16px;padding:40px;margin-bottom:40px;box-shadow:0 4px 20px #00000014}.article-content{max-width:800px;margin:0 auto;text-align:left}.article-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:32px;margin-bottom:16px;text-align:left}.article-content h2:first-child{margin-top:0}.article-content p{font-size:1.05rem;line-height:1.8;color:#4b5563;margin-bottom:16px;text-align:left}.career-list{list-style:none;padding:0;margin:20px 0;text-align:left}.career-list li{padding:12px 16px;background:#f3f4f6;border-radius:8px;margin-bottom:10px;font-size:1rem;color:#374151;text-align:left}.career-list li strong{color:#1f2937}.article-source{margin-top:32px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:left}.article-source p{font-size:.875rem;color:#9ca3af}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;cursor:pointer}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.news-image{height:160px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;font-weight:600;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover}.news-image.remote-work img{object-position:center 20%}.news-image.hosta img{object-position:center 40%}.news-image.cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}.news-image.pink{background:linear-gradient(135deg,#ec4899,#db2777)}.news-image.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.news-content{padding:20px}.news-category{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:10px}.news-category.cyan{background:#e0f7fa;color:#0891b2}.news-category.pink{background:#fce4ec;color:#db2777}.news-category.orange{background:#fff3e0;color:#d97706}.news-category.purple{background:#f3e8ff;color:#7c3aed}.news-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1.4}.news-excerpt{font-size:.9rem;color:#6b7280;line-height:1.6;text-align:left}.comics-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.comics-subtitle{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:24px}.comics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.comic-card{background:#fff;border-radius:12px;padding:16px;border:2px solid #e5e7eb;cursor:pointer;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column}.comic-card:hover{border-color:#3b82f6;background:#eff6ff}.comic-card img{width:100%;height:260px;object-fit:cover;object-position:center top;border-radius:8px}.comic-card h3{margin-top:12px;text-align:center;font-size:1rem;color:#1f2937;min-height:48px;display:flex;align-items:center;justify-content:center}.comic-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.comic-modal{position:relative;max-width:90%;max-height:90%}.comic-modal img{max-width:100%;max-height:85vh;border-radius:8px;box-shadow:0 10px 50px #00000080}.comic-modal-close{position:absolute;top:-55px;right:-10px;background:#ffffff26;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:8px 14px;border-radius:50%;transition:background .3s ease}.comic-modal-close:hover{background:#ffffff4d}@media(max-width:1024px){.news-grid,.comics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news-page{padding:20px 12px}.hero{min-height:auto;margin-bottom:24px}.hero-image{height:300px}.hero-content{padding:20px;max-width:100%;top:auto;bottom:0;transform:none}.hero-title{font-size:1.3rem;margin-bottom:8px}.hero-excerpt{font-size:.9rem;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more{padding:10px 20px;font-size:.9rem}.news-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.news-card{display:flex;flex-direction:row;align-items:stretch}.news-image{width:120px;min-width:120px;height:auto;min-height:120px}.news-content{padding:14px;flex:1}.news-title{font-size:.95rem;margin-bottom:4px}.news-excerpt{font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.comics-section{padding:20px 16px}.comics-section h2{font-size:1.25rem}.comics-grid{grid-template-columns:1fr;gap:16px}.comic-card{flex-direction:row;align-items:center;padding:12px}.comic-card img{width:100px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.comic-card h3{margin-top:0;margin-left:12px;min-height:auto;font-size:.9rem;text-align:left;justify-content:flex-start}.article-expanded{padding:20px 16px}.article-content h2{font-size:1.2rem}.article-content p{font-size:.95rem}.comic-modal{max-width:95%}.comic-modal-close{top:-45px;right:0}}@media(max-width:400px){.hero-image{height:220px}.hero-title{font-size:1.15rem}.hero-excerpt{-webkit-line-clamp:2;line-clamp:2}.news-image{width:100px;min-width:100px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1f2937;background:#f5f7fa}img{max-width:100%;height:auto}a{color:inherit}
