*{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:'Inter',sans-serif;margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--gold)}.breadcrumb-wrap{background:#0d0d10;border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0}.breadcrumb-item a{color:var(--muted);font-size:0.85rem}.breadcrumb-item a:hover{color:var(--gold)}.breadcrumb-item.active{color:var(--gold);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--border)}.section-label{font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent);margin-bottom:0.5rem}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-bottom:0.5rem}.section-title span{color:var(--gold)}.section-sub{color:var(--muted);max-width:560px}.page-hero{background:linear-gradient(135deg,#09090b 0%,#0c0a1a 50%,#080f1a 100%);padding:80px 0 60px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-120px;right:-80px;width:520px;height:520px;background:radial-gradient(circle,rgba(37,99,235,0.12) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-100px;left:-60px;width:400px;height:400px;background:radial-gradient(circle,rgba(250,204,21,0.07) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1.1}.page-hero h1 span{color:var(--gold)}.page-hero p{color:var(--muted);font-size:1.05rem;max-width:580px;line-height:1.75}.nine-display{font-size:clamp(6rem,18vw,12rem);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--accent) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;user-select:none;filter:drop-shadow(0 0 40px rgba(37,99,235,0.4))}.content-img{width:100%;border-radius:14px;display:block;object-fit:cover;border:1px solid var(--border)}.gem-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;height:auto;transition:border-color 0.2s,transform 0.2s}.gem-card:hover{border-color:var(--accent);transform:translateY(-3px)}.gem-card .icon-wrap{width:48px;height:48px;background:rgba(37,99,235,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--accent);margin-bottom:1rem}.gem-card .icon-wrap.gold{background:rgba(250,204,21,0.12);color:var(--gold)}.gem-card .icon-wrap.green{background:rgba(74,222,128,0.12);color:var(--green)}.gem-card .icon-wrap.purple{background:rgba(167,139,250,0.12);color:var(--purple)}.gem-card .icon-wrap.orange{background:rgba(251,146,60,0.12);color:var(--orange)}.gem-card h5{font-weight:700;margin-bottom:0.4rem;color:var(--text)}.gem-card p{color:var(--muted);font-size:0.9rem;margin:0;line-height:1.65}.highlight-box{background:rgba(37,99,235,0.08);border:1px solid rgba(37,99,235,0.3);border-radius:12px;padding:1.25rem 1.5rem}.highlight-box.gold{background:rgba(250,204,21,0.07);border-color:rgba(250,204,21,0.25)}.highlight-box.green{background:rgba(74,222,128,0.07);border-color:rgba(74,222,128,0.25)}.highlight-box.purple{background:rgba(167,139,250,0.07);border-color:rgba(167,139,250,0.25)}.suit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.suit-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem 0.75rem;text-align:center;transition:border-color 0.2s}.suit-item:hover{border-color:var(--gold)}.suit-item .suit-icon{font-size:2.2rem;line-height:1;margin-bottom:0.5rem}.suit-item .suit-name{font-size:0.8rem;font-weight:600;color:var(--muted)}.rule-step{display:flex;gap:1.25rem;align-items:flex-start}.rule-num{width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,var(--accent),#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:var(--text-light)}.rule-num.gold-num{background:linear-gradient(135deg,var(--gold),#d97706);color:#09090b}.stat-strip{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem 2rem}.stat-item .val{font-size:2rem;font-weight:800;color:var(--gold);line-height:1}.stat-item .lbl{font-size:0.8rem;color:var(--muted);margin-top:0.25rem}.strat-table{width:100%;border-collapse:separate;border-spacing:0 0.4rem}.strat-table th{color:var(--muted);font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;padding:0.4rem 1rem}.strat-table td{background:var(--card);border:1px solid var(--border);padding:0.85rem 1rem;font-size:0.9rem;color:var(--text)}.strat-table td:first-child{border-radius:10px 0 0 10px}.strat-table td:last-child{border-radius:0 10px 10px 0}.strat-table tr:hover td{border-color:var(--accent)}.accordion-item{background:var(--card) !important;border:1px solid var(--border) !important;margin-bottom:0.5rem;border-radius:10px !important;overflow:hidden}.accordion-button{background:var(--card) !important;color:var(--text) !important;font-weight:600;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--gold) !important}.accordion-button::after{filter:invert(1)}.accordion-body{background:var(--card);color:var(--muted);font-size:0.92rem;line-height:1.7}.tag-badge{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;padding:0.22rem 0.65rem;border-radius:20px}.tag-blue{background:rgba(37,99,235,0.15);color:var(--accent)}.tag-gold{background:rgba(250,204,21,0.15);color:var(--gold)}.tag-green{background:rgba(74,222,128,0.15);color:var(--green)}.tag-purple{background:rgba(167,139,250,0.15);color:var(--purple)}.tag-red{background:rgba(248,113,113,0.15);color:var(--red)}.prog-bar{height:8px;border-radius:4px;background:var(--border);overflow:hidden;margin-bottom:0.4rem}.prog-fill{height:auto;border-radius:4px}.fill-gold{background:linear-gradient(90deg,var(--accent),var(--gold))}.fill-green{background:linear-gradient(90deg,var(--secondary-dark,var(--secondary)),var(--green))}.fill-purple{background:linear-gradient(90deg,#7c3aed,var(--purple))}.fill-red{background:linear-gradient(90deg,#b91c1c,var(--red))}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:0.45rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent),var(--gold));border-radius:2px}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-1.65rem;top:0.35rem;width:12px;height:12px;background:var(--gold);border-radius:50%;border:2px solid var(--bg)}.timeline-item h6{font-weight:700;color:var(--text);margin-bottom:0.3rem}.timeline-item p{color:var(--muted);font-size:0.9rem;margin:0;line-height:1.65}.playing-card{background:var(--text-light);border-radius:10px;width:70px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;box-shadow:0 4px 20px rgba(0,0,0,0.5);flex-shrink:0;position:relative;transition:transform 0.2s}.playing-card:hover{transform:translateY(-6px) rotate(-2deg)}.playing-card.red-card{color:#dc2626}.playing-card.black-card{color:#1e1e1e}.playing-card .card-corner{position:absolute;top:6px;left:8px;font-size:0.75rem;font-weight:800;line-height:1}.playing-card .card-corner.bottom-right{top:auto;left:auto;bottom:6px;right:8px;transform:rotate(180deg)}.cards-row{display:flex;gap:0.75rem;flex-wrap:wrap}html,body{overflow-x:clip;width:100%}
