.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}.nav-logo{display:flex;align-items:baseline;gap:8px;text-decoration:none;transition:transform .2s}.nav-logo:hover{transform:translateY(-1px)}.logo-icon{font-size:1.5rem;line-height:1}.logo-text{font-size:1.375rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.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}.nav-link:hover{background:#f3f4f6;color:#7c3aed}.nav-link.active{color:#7c3aed;background:#ede9fe}@media(max-width:768px){.navigation{height:48px}.nav-container{padding:0 16px}.logo-text{font-size:1.125rem}.logo-icon{font-size:1.5rem}.nav-menu{gap:2px}.nav-link{padding:3px 10px;font-size:.875rem}}.logo-image{height:40px;width:auto}.logo{display:flex;align-items:center;text-decoration:none}.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}}#root{max-width:1280px;margin:0 auto;padding:2rem;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}.hero{position:relative;min-height:500px;margin-bottom:40px;border-radius:16px;overflow:visible;box-shadow:0 4px 20px #00000026}.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}@media(max-width:768px){.hero{height:450px}.hero-content{padding:32px 24px}.hero-title{font-size:1.75rem}.hero-excerpt{font-size:1rem}}.article-content h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:32px;margin-bottom:16px}.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}.article-source{margin-top:32px;padding-top:20px;border-top:1px solid #e5e7eb;text-align:left}.career-list{list-style:none;padding:0;margin:20px 0}.career-list li{padding:12px 16px;background:#f3f4f6;border-radius:8px;margin-bottom:10px;font-size:1rem;color:#374151}.career-list li strong{color:#1f2937}.article-source{margin-top:32px;padding-top:20px;border-top:1px solid #e5e7eb}.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}.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-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}.section-header{text-align:center;margin-bottom:24px}.section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:8px}.section-subtitle{font-size:1rem;color:#6b7280}.comics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.comic-card:hover{border-color:#3b82f6;background:#eff6ff}.comic-placeholder{font-size:3rem;margin-bottom:12px}*/ .comic-title{font-size:.95rem;font-weight:600;color:#374151;line-height:1.4}.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 img{width:100%;height:260px;object-fit:cover;object-position:center top}.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}@media(max-width:1024px){.news-grid,.comics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{grid-template-columns:1fr}.hero-image{height:250px}.hero-content{padding:24px}.hero-title{font-size:1.4rem}.news-grid,.comics-grid{grid-template-columns:1fr}.article-expanded{padding:24px}}.news-category.purple{background:#f3e8ff;color:#7c3aed}.news-image img{width:100%;height:100%;object-fit:cover}.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}.hero{transition:all .3s ease}.news-image.remote-work img{object-position:center 20%}.news-image.hosta img{object-position:center 40%}.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}
