@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Press+Start+2P&display=swap');*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:#0c0f0c;color:#f0f0f0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{border:none;background:none;cursor:pointer;color:inherit;font-family:inherit}input{font-family:inherit}::selection{background:rgba(163,255,0,.3);color:#f0f0f0}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;height:64px;background:rgba(12,15,12,0.92);backdrop-filter:blur(8px);border-bottom:1px solid #a3ff00}.nav-container{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.nav-logo{display:flex;align-items:center;gap:8px}.nav-logo svg{flex-shrink:0;width:18px;height:18px}.nav-logo-text{font-family:'Press Start 2P',cursive;font-size:9px;color:#a3ff00;letter-spacing:-.02em;line-height:1.4}.nav-links{display:flex;align-items:center;gap:10px}.nav-link{font-size:10px;text-transform:uppercase;letter-spacing:.03em;color:#a3ff00;font-weight:500;transition:color .2s;white-space:nowrap}.nav-link:hover{color:#f0f0f0}@media(min-width:640px){.nav-container{padding:0 24px}.nav-logo-text{font-size:11px}.nav-links{gap:20px}.nav-link{font-size:12px;letter-spacing:.05em}}@media(min-width:768px){.nav-links{gap:32px}.nav-link{font-size:13px;letter-spacing:.06em}}.hero{position:relative;width:100%;height:200px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,#101510 0%,#0a0a0a 70%);z-index:0}.hero-bg canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 20px}.hero-title{font-family:'Press Start 2P',cursive;font-size:clamp(22px,4.5vw,40px);color:#f0f0f0;text-align:center;margin-bottom:10px;text-shadow:0 0 20px rgba(163,255,0,.5),0 0 40px rgba(163,255,0,.3)}.hero-subtitle{color:#8c8c8c;font-size:14px;text-align:center;margin-bottom:0}.search-section{width:100%;background:#0c0f0c;padding:56px 32px 40px;text-align:center}.search-form{position:relative;width:100%;max-width:520px;margin:0 auto;text-align:left}.search-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);pointer-events:none}.search-input{width:100%;padding:24px 24px 24px 60px;border-radius:9999px;background:rgba(10,10,10,0.8);border:1px solid #333;color:#f0f0f0;font-size:20px;outline:none;transition:border-color .2s,background .2s}.search-input::placeholder{color:#555}.search-input:focus{border-color:#a3ff00;background:rgba(10,10,10,0.95)}.ad-sidebar{display:none;width:200px;flex-shrink:0}.ad-sidebar-inner{background:#111;border:1px dashed #333;border-radius:8px;height:504px;display:flex;align-items:center;justify-content:center;color:#555;font-size:10px;letter-spacing:.15em;position:sticky;top:80px}.ad-sidebar-detail{display:none;width:200px;flex-shrink:0}.ad-sidebar-detail .ad-sidebar-inner{height:336px}@media(min-width:1024px){.ad-sidebar{display:block}.ad-sidebar-detail{display:block}}.terms-section{max-width:1400px;margin:0 auto;padding:0 24px 16px}.terms-header{text-align:center;border-top:1px solid #a3ff00;padding-top:16px;margin-top:4px;margin-bottom:20px}.terms-title{font-family:'Press Start 2P',cursive;font-size:18px;color:#f0f0f0;margin-bottom:6px}.terms-subtitle{color:#8c8c8c;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.terms-layout{display:flex;gap:16px}.cards-grid{flex:1;min-width:0;display:grid;grid-template-columns:repeat(1,1fr);gap:16px}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card{display:block;background:#111;border:1px solid #333;border-radius:8px;overflow:hidden;transition:border-color .2s,transform .2s}.card:hover{border-color:#a3ff00;transform:translateY(-2px)}.card-img-wrap{width:100%;background:#0c0f0c;overflow:hidden}.card-img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .3s;display:block}.card:hover .card-img{transform:scale(1.05)}.card-body{padding:14px}.card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.card-title-text{font-size:16px;font-weight:700;color:#f0f0f0;transition:color .2s;margin:0}.card:hover .card-title-text{color:#a3ff00}.card-badge{display:inline-block;border:1px solid #a3ff00;color:#a3ff00;border-radius:4px;padding:3px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.card-desc{font-size:13px;color:#8c8c8c;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.card-footer{display:flex;align-items:center;justify-content:space-between}.card-tags{display:flex;gap:8px}.card-tag{font-size:11px;color:#666}.card-date{font-size:11px;color:#555}.view-all-wrap{text-align:center;margin-top:20px;margin-bottom:16px}.view-all-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1px solid #a3ff00;color:#a3ff00;border-radius:9999px;font-size:14px;text-transform:uppercase;letter-spacing:.04em;font-weight:500;transition:all .2s}.view-all-btn:hover{background:#a3ff00;color:#0a0a0a}.newsletter{max-width:1400px;margin:0 auto;padding:24px 24px 40px}.newsletter-box{border:1px solid #333;border-radius:16px;padding:32px;text-align:center;max-width:600px;margin:0 auto}.newsletter-title{font-family:'Press Start 2P',cursive;font-size:16px;color:#f0f0f0;margin-bottom:12px}.newsletter-desc{color:#8c8c8c;font-size:15px;margin-bottom:20px}.newsletter-form{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:0 auto}.newsletter-input{width:100%;padding:12px 20px;border-radius:9999px;background:#0c0f0c;border:1px solid #333;color:#f0f0f0;font-size:14px;outline:none}.newsletter-input::placeholder{color:#555}.newsletter-input:focus{border-color:#a3ff00}.newsletter-btn{width:100%;padding:12px 24px;border-radius:9999px;background:#a3ff00;color:#0a0a0a;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.newsletter-btn:hover{background:#b8ff40}.newsletter-note{color:#555;font-size:12px;margin-top:12px}.subscribed{display:flex;align-items:center;justify-content:center;gap:12px;color:#a3ff00;font-size:14px}@media(min-width:640px){.newsletter-form{flex-direction:row}.newsletter-btn{width:auto;flex-shrink:0}}.footer{width:100%;background:#0c0f0c;border-top:1px solid #333}.footer-container{max-width:1400px;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.footer-copy{color:#8c8c8c;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.footer-link{color:#8c8c8c;font-size:14px;transition:color .2s}.footer-link:hover{color:#a3ff00}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between}}.detail-page{min-height:100vh;background:#0c0f0c;padding-top:80px}.detail-container{max-width:1000px;margin:0 auto;padding:0 24px 32px}.back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #333;border-radius:9999px;color:#8c8c8c;font-size:14px;margin-bottom:16px;transition:all .2s}.back-btn:hover{border-color:#a3ff00;color:#a3ff00}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#8c8c8c;margin-bottom:20px;flex-wrap:wrap}.breadcrumb a:hover{color:#a3ff00}.breadcrumb-current{color:#f0f0f0}.detail-layout{display:flex;gap:16px}.detail-content{flex:1;min-width:0}.detail-hero-img{border-radius:12px;overflow:hidden;margin-bottom:24px}.detail-hero-img img{width:100%;aspect-ratio:16/9;object-fit:cover}.detail-title-block{margin-bottom:32px}.detail-title-row{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.detail-title{font-family:'Press Start 2P',cursive;font-size:22px;color:#f0f0f0;margin:0}@media(min-width:768px){.detail-title{font-size:28px}}.detail-meta{display:flex;align-items:center;gap:20px;font-size:14px;color:#8c8c8c;margin-bottom:12px;flex-wrap:wrap}.detail-meta span{display:flex;align-items:center;gap:6px}.detail-tags-row{display:flex;flex-wrap:wrap;gap:10px}.detail-tag{display:flex;align-items:center;gap:4px;font-size:13px;color:#666}.definition-box{background:#111;border:1px solid #333;border-radius:12px;padding:24px 32px;margin-bottom:24px}.content-block{margin-bottom:24px}.section-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#8c8c8c;font-weight:500;margin-bottom:12px}.section-title{font-family:'Press Start 2P',cursive;font-size:14px;color:#f0f0f0;margin-bottom:16px}.content-text{color:#f0f0f0;line-height:1.7;font-size:15px}.table-wrap{border:1px solid #333;border-radius:8px;overflow:hidden;overflow-x:auto}.data-table{width:100%;font-size:14px;border-collapse:collapse;min-width:500px}.data-table thead{background:#111;color:#8c8c8c;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.data-table th{text-align:left;padding:12px 16px;font-weight:500}.data-table tbody tr{border-bottom:1px solid #222}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:12px 16px;color:#f0f0f0}.data-table .italic{font-style:italic}.data-table .text-muted{color:#8c8c8c}.tone-badge{display:inline-block;padding:3px 10px;border-radius:4px;background:#1a1a1a;color:#a3ff00;border:1px solid #333;font-size:12px}.attr-label{color:#a3ff00;font-weight:600;font-size:11px;text-transform:uppercase}.similar-list{list-style:none;padding:0}.similar-list li{margin-bottom:10px;display:flex;align-items:flex-start;gap:8px}.similar-term{color:#a3ff00;font-weight:700;font-size:14px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#111;border:1px solid #222;border-radius:8px;padding:20px}.faq-q{color:#a3ff00;font-weight:600;font-size:14px;margin-bottom:8px}.faq-a{color:#f0f0f0;font-size:14px;line-height:1.6}.sources-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.sources-list li{font-size:14px}.source-link{color:#a3ff00;margin-left:8px;word-break:break-all}.source-link:hover{text-decoration:underline}.author-box{background:#111;border:1px solid #333;border-radius:12px;padding:24px;margin-bottom:24px}.text-green{color:#a3ff00;font-weight:600}.text-dim{color:#666;font-size:13px;margin-top:8px}.list-page{min-height:100vh;background:#0c0f0c;padding-top:80px}.list-container{max-width:1200px;margin:0 auto;padding:32px 24px}.list-title{font-family:'Press Start 2P',cursive;font-size:22px;color:#f0f0f0;margin-bottom:8px}@media(min-width:768px){.list-title{font-size:28px}}.list-desc{color:#8c8c8c;margin-bottom:40px}.list-subtitle{font-family:'Press Start 2P',cursive;font-size:16px;color:#f0f0f0;margin-bottom:24px}.list-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.list-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.list-grid{grid-template-columns:repeat(3,1fr)}}.list-item{display:flex;align-items:center;gap:16px;background:#111;border:1px solid #333;border-radius:8px;padding:16px;transition:border-color .2s}.list-item:hover{border-color:#a3ff00}.list-item-img{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}.list-item-body{flex:1;min-width:0}.list-item-title{font-size:14px;font-weight:700;color:#f0f0f0;margin-bottom:4px;transition:color .2s}.list-item:hover .list-item-title{color:#a3ff00}.list-item-desc{font-size:12px;color:#8c8c8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.list-item-tags{display:flex;gap:8px}.list-item-tag{font-size:11px;color:#666}.hide-mobile{display:none}@media(min-width:640px){.hide-mobile{display:table-cell}}.placeholder-card{opacity:0.45;cursor:not-allowed;pointer-events:none}.placeholder-card .card-title-text{color:#555}.placeholder-card .card-badge{border-color:#555;color:#555}.placeholder-card .card-desc{color:#444}.placeholder-card .card-tag{color:#444}.placeholder-card .card-date{color:#444}