:root{--bg-primary:#0a0f14;--bg-secondary:#0e1520;--bg-card:#131c28;--bg-card-hover:#1a2535;--text-primary:#e8e4df;--text-secondary:#9ca3af;--text-muted:#5c6672;--accent:#2a9d6e;--accent-hover:#34b882;--accent-dark:#1e7a52;--accent-glow:#2a9d6e26;--plum:#c2185b;--plum-dim:#c2185b1f;--border:#1e2a3a;--border-hover:#2a3a4e;--gradient:linear-gradient(135deg, #2a9d6e 0%, #1e7a52 100%);--gradient-ink:linear-gradient(180deg, #0a0f1400 0%, #0a0f1499 50%, #0a0f1400 100%);--shadow:0 8px 32px #00000080;--shadow-card:0 4px 20px #0006;--shadow-jade:0 0 24px #2a9d6e1f;--radius:8px;--radius-sm:5px;--max-width:1200px;--nav-height:56px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.65;overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:color .25s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;color:var(--text-primary);font-family:Noto Serif,Georgia,serif;font-weight:700;line-height:1.2}h1{font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:800}h2{font-size:clamp(1.3rem,3.5vw,2rem);font-weight:700}h3{font-size:clamp(1rem,2vw,1.25rem);font-weight:600}p{color:var(--text-secondary);margin-bottom:1rem}::selection{background:var(--accent);color:#fff}.ink-wash-divider{background:radial-gradient(ellipse 60% 100% at 20% 50%, #2a9d6e0f 0%, transparent 70%), radial-gradient(ellipse 40% 80% at 80% 50%, #c2185b0a 0%, transparent 70%), var(--gradient-ink);opacity:.8;height:40px;margin:.5rem 0;position:relative}.ink-wash-divider:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.4;width:60px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(180%);border-bottom:1px solid var(--border);height:var(--nav-height);background:#0a0f14eb;position:sticky;top:0}.navbar-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{align-items:center;gap:.6rem;display:flex}.navbar-logo img{width:auto;height:30px}.navbar-logo span{color:var(--accent);letter-spacing:-.3px;font-family:Noto Serif,serif;font-size:1.15rem;font-weight:800}.nav-links{align-items:center;gap:1.75rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:.82rem;font-weight:500;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:2px;transition:all .25s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.lang-switch{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;display:flex;overflow:hidden}.lang-switch a{color:var(--text-muted);letter-spacing:.05em;padding:.2rem .65rem;font-size:.72rem;font-weight:600;transition:all .2s}.lang-switch a.active{background:var(--accent);color:#fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text-primary);border-radius:2px;width:20px;height:2px;transition:all .3s}.hero{text-align:center;background:radial-gradient(ellipse 70% 60% at 30% 30%, #2a9d6e0d 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 80% 70%, #c2185b08 0%, transparent 70%), linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);justify-content:center;align-items:center;min-height:45vh;padding:2rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.2;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(#0a0f1433,#0a0f14f2);position:absolute;inset:0}.hero-content{z-index:1;max-width:700px;position:relative}.hero h1{color:var(--text-primary);margin-bottom:1rem}.hero h1 .accent-word{color:var(--accent)}.hero p{color:var(--text-secondary);max-width:560px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.btn{border-radius:var(--radius-sm);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 16px #2a9d6e40}.btn-primary:hover{background:var(--accent-hover);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #2a9d6e59}.btn-outline{color:var(--text-secondary);border:1.5px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-sm{padding:.45rem 1rem;font-size:.8rem}.btn-group{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.section{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.section-header{text-align:center;margin-bottom:1.5rem}.section-header h2{color:var(--text-primary);margin-bottom:.5rem}.section-header p,.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:.9rem}.section-dark{background:var(--bg-secondary);max-width:100%;padding:2rem 1.5rem}.section-dark .section-inner{max-width:var(--max-width);margin:0 auto}.section-title{text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.3rem,3.5vw,2rem)}.section-cta{text-align:center;margin-top:2rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);transition:all .35s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.card:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-card), var(--shadow-jade);border-color:#2a9d6e33;transform:translateY(-4px)}.card-img{aspect-ratio:2/3;object-fit:cover;width:100%}.card-body{padding:1.25rem}.card-body h3{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem}.card-body p{color:var(--text-muted);margin-bottom:0;font-size:.85rem}.card-tag{background:var(--accent-glow);color:var(--accent);letter-spacing:.03em;border-radius:3px;margin-bottom:.5rem;padding:.15rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.feature-item{text-align:center;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem 1rem;transition:border-color .25s,box-shadow .25s}.feature-item:hover{border-color:var(--border-hover);box-shadow:var(--shadow-jade)}.feature-icon{margin-bottom:.75rem;font-size:1.8rem}.feature-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem}.feature-item p{color:var(--text-muted);margin-bottom:0;font-size:.85rem}.genre-grid{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.genre-pill{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:50px;padding:.5rem 1.3rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;transition:all .25s;display:inline-block}.genre-pill:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.cta-banner{background:var(--gradient);text-align:center;border-radius:var(--radius);max-width:var(--max-width);margin:1rem auto;padding:1.5rem 2rem;position:relative;overflow:hidden}.cta-banner:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:2px;position:absolute;top:0;left:0;right:0}.cta-banner h2{color:#fff;margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;margin-bottom:1rem;font-size:1rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-family:Noto Serif,serif;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent)}.faq-question:after{content:"+";color:var(--accent);flex-shrink:0;margin-left:1rem;font-size:1.3rem;font-weight:300;transition:transform .3s}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{color:var(--text-secondary);padding-top:.75rem;font-size:.9rem;line-height:1.7}.breadcrumb{max-width:var(--max-width);color:var(--text-muted);margin:0 auto;padding:.75rem 1.5rem;font-size:.8rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span{opacity:.5;margin:0 .4rem}.related-links{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.related-link{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:50px;padding:.35rem .9rem;font-size:.8rem;transition:all .2s;display:inline-block}.related-link:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:2rem;padding:2rem 1.5rem 1rem;position:relative}.footer:before{content:"";background:var(--gradient-ink);pointer-events:none;height:40px;position:absolute;top:0;left:0;right:0;transform:translateY(-100%)}.footer-inner{max-width:var(--max-width);grid-template-columns:2fr 1fr 1fr;gap:2rem;margin:0 auto;display:grid}.footer-brand p{color:var(--text-muted);margin-top:.75rem;font-size:.85rem;line-height:1.6}.footer h4{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:700}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{max-width:var(--max-width);border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin:2rem auto 0;padding-top:1.5rem;font-size:.75rem}.article-content{max-width:800px;margin:0 auto}.article-content h2{color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem}.article-content h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem}.article-content ul,.article-content ol{margin-bottom:1rem;padding-left:1.5rem}.article-content li{color:var(--text-secondary);margin-bottom:.5rem}.article-content strong{color:var(--text-primary)}.table-wrap{margin:1.5rem 0;overflow-x:auto}.table-wrap table{border-collapse:collapse;width:100%;font-size:.85rem}.table-wrap th{background:var(--bg-card);color:var(--text-primary);text-align:left;border-bottom:2px solid var(--accent);padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-weight:600}.table-wrap td{border-bottom:1px solid var(--border);color:var(--text-secondary);padding:.75rem 1rem}.table-wrap tr:hover td{background:var(--bg-card)}.page-header{text-align:center;background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:2rem 1.5rem 1.5rem;position:relative}.page-header:after{content:"";background:var(--accent);opacity:.4;width:80px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-header h1{color:var(--text-primary);margin-bottom:.75rem}.page-header p{max-width:700px;margin:0 auto;font-size:1rem}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(14px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transition:none;transform:none}.card:hover,.btn:hover{transform:none}}@media (max-width:768px){.nav-links{top:var(--nav-height);background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:none;position:absolute;left:0;right:0}.nav-links.open,.hamburger{display:flex}.hero{min-height:50vh;padding:3rem 1rem 2rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.footer-inner{text-align:center;grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.cta-banner{margin:1rem;padding:2rem 1.5rem}.btn-group{flex-direction:column;align-items:center}}@media (max-width:480px){.card-grid,.feature-grid{grid-template-columns:1fr}.hero{min-height:40vh}}details.faq-item summary.faq-question{list-style:none}details.faq-item summary.faq-question::-webkit-details-marker{display:none}details.faq-item[open] .faq-question:after{transform:rotate(45deg)}details.faq-item[open] .faq-answer{max-height:500px}
