*{box-sizing:border-box}body{background-color:var(--bg-base);color:var(--text);font-family:'Inter',sans-serif;margin:0;padding:0}a{color:var(--teal);text-decoration:none}a:hover{color:var(--orange)}.breadcrumb-wrap{background:#0a1b25;border-bottom:1px solid var(--border);padding:0.7rem 0}.breadcrumb-item a{color:var(--teal);font-size:0.85rem}.breadcrumb-item.active{color:var(--text-muted);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--text-muted)}.page-hero{background:linear-gradient(135deg,#08131a 0%,#0d1f2d 55%,#08131a 100%);padding:70px 0 60px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:480px;height:480px;background:radial-gradient(circle,rgba(251,146,60,0.09) 0%,transparent 70%);border-radius:50%}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(34,211,238,0.07) 0%,transparent 70%);border-radius:50%}.page-hero h1{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:900;color:var(--text-light);line-height:1.2}.beat-bar{display:flex;align-items:flex-end;gap:5px;height:60px}.beat-bar span{display:block;width:8px;border-radius:4px 4px 0 0;animation:beatAnim 0.8s ease-in-out infinite alternate}.beat-bar span:nth-child(1){background:var(--orange);height:30%;animation-delay:0s}.beat-bar span:nth-child(2){background:var(--teal);height:70%;animation-delay:0.1s}.beat-bar span:nth-child(3){background:var(--orange);height:50%;animation-delay:0.2s}.beat-bar span:nth-child(4){background:var(--teal);height:90%;animation-delay:0.3s}.beat-bar span:nth-child(5){background:var(--orange);height:40%;animation-delay:0.15s}.beat-bar span:nth-child(6){background:var(--teal);height:80%;animation-delay:0.25s}.beat-bar span:nth-child(7){background:var(--orange);height:60%;animation-delay:0.05s}.beat-bar span:nth-child(8){background:var(--teal);height:35%;animation-delay:0.35s}.beat-bar span:nth-child(9){background:var(--orange);height:75%;animation-delay:0.1s}.beat-bar span:nth-child(10){background:var(--teal);height:55%;animation-delay:0.2s}@keyframes beatAnim{0%{transform:scaleY(0.4)}100%{transform:scaleY(1)}}.panda-icon{font-size:5rem;animation:pandaBounce 1.2s ease-in-out infinite alternate;filter:drop-shadow(0 0 20px rgba(251,146,60,0.45))}@keyframes pandaBounce{0%{transform:translateY(0) rotate(-4deg)}100%{transform:translateY(-18px) rotate(4deg)}}.btn-outline-teal{border:2px solid var(--teal);color:var(--teal);font-weight:700;padding:0.72rem 1.8rem;border-radius:8px;font-size:1rem;background:transparent;transition:all 0.2s;display:inline-block}.btn-outline-teal:hover{background:var(--teal);color:#08131a}.badge-teal{background:rgba(34,211,238,0.15);color:var(--teal);border-radius:20px;padding:4px 14px;font-size:0.78rem;font-weight:600}.badge-orange{background:rgba(251,146,60,0.15);color:var(--orange);border-radius:20px;padding:4px 14px;font-size:0.78rem;font-weight:600}section{padding:65px 0}.bg-alt{background:#0a1b25}.section-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--text-light);margin-bottom:0.5rem}.section-title span{color:var(--orange)}.section-title span.teal{color:var(--teal)}.divider-orange{width:52px;height:4px;background:var(--orange);border-radius:2px;margin:0.6rem 0 1.4rem}.divider-teal{width:52px;height:4px;background:var(--teal);border-radius:2px;margin:0.6rem auto 1.4rem}.card-dark{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.6rem;height:auto;transition:transform 0.2s,border-color 0.2s}.card-dark:hover{transform:translateY(-4px);border-color:var(--teal)}.icon-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1rem;flex-shrink:0}.icon-orange{background:rgba(251,146,60,0.15);color:var(--orange)}.icon-teal{background:rgba(34,211,238,0.12);color:var(--teal)}.content-img{display:block;margin:0 auto;max-width:100%;border-radius:12px;border:1px solid var(--border);width:100%}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color 0.2s,transform 0.2s;height:auto}.feature-card:hover{border-color:var(--orange);transform:translateY(-4px)}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color 0.2s,transform 0.2s}.step-card:hover{border-color:var(--teal);transform:translateY(-3px)}.step-number{width:40px;height:40px;border-radius:50%;background:var(--orange);color:#08131a;font-weight:900;font-size:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.stat-strip{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0}.stat-item{text-align:center}.stat-value{font-size:1.8rem;font-weight:900;color:var(--teal)}.stat-label{font-size:0.8rem;color:var(--text-muted);margin-top:2px}.symbol-row{display:flex;align-items:center;gap:1rem;padding:0.85rem 1rem;border-radius:10px;background:rgba(255,255,255,0.03);border:1px solid var(--border);margin-bottom:0.6rem;transition:background 0.2s}.symbol-row:hover{background:rgba(34,211,238,0.05)}.symbol-icon{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.symbol-name{color:var(--text-light);font-weight:700;font-size:0.92rem}.symbol-desc{color:var(--text-muted);font-size:0.82rem}.symbol-pay{color:var(--orange);font-weight:700;font-size:0.9rem;margin-left:auto;white-space:nowrap}.verdict-box{background:linear-gradient(135deg,rgba(34,211,238,0.07),rgba(251,146,60,0.06));border:1px solid rgba(34,211,238,0.22);border-radius:16px;padding:2rem}@keyframes pulse-glow{0%,100%{box-shadow:0 0 0 0 rgba(251,146,60,0.35)}50%{box-shadow:0 0 0 12px rgba(251,146,60,0)}}.pulse{animation:pulse-glow 2.5s infinite}.prob-bar-wrap{background:rgba(255,255,255,0.06);border-radius:20px;height:8px;overflow:hidden;margin:0.4rem 0 0.8rem}.prob-bar-fill{height:auto;border-radius:20px;background:linear-gradient(90deg,var(--teal),var(--orange))}.accordion-item{background:var(--bg-card) !important;border:1px solid var(--border) !important;margin-bottom:0.6rem;border-radius:10px !important;overflow:hidden}.accordion-button{background:var(--bg-card) !important;color:var(--text) !important;font-weight:600;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--orange) !important}.accordion-button::after{filter:invert(1) sepia(1) saturate(2) hue-rotate(160deg)}.accordion-body{background:var(--bg-card);color:var(--text-muted);line-height:1.7}html,body{overflow-x:clip;width:100%}
