#content-component .hero-page{width:90%;color:var(--text-h);margin:0 auto;padding:40px 32px 64px}#content-component .fs-16{font-size:16px}#content-component .p-1{padding:1rem!important}#content-component .hero-image{cursor:pointer}#content-component .hero-subheading{color:#000;margin-top:2rem;font-family:math;font-size:2rem;line-height:normal}#content-component .hero-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px;display:flex}#content-component .hero-brand{align-items:center;gap:16px;display:flex}#content-component .brand-badge{background:var(--accent);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}#content-component .brand-name{margin:0;font-size:1.05rem;font-weight:700}#content-component .brand-subtitle{color:var(--text);margin:4px 0 0;font-size:.9rem}#content-component .stat-item:hover{background:linear-gradient(135deg,#e8f0ff,#fff);transform:translateY(-4px);box-shadow:0 6px 15px #007bff33}#content-component .hero-nav{flex-wrap:wrap;gap:24px;display:flex}#content-component .hero-nav a{color:var(--text-h);font-size:.95rem;text-decoration:none;transition:color .2s}#content-component .hero-nav a:hover,#content-component .hero-nav a:focus-visible{color:var(--accent)}#content-component .hero-panel{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);align-items:center;gap:40px;display:grid}#content-component .hero-copy{max-width:620px}#content-component .hero-badge{color:var(--accent);background:#aa3bff1f;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-size:.95rem;font-weight:600;display:inline-flex}#content-component .hero-copy h1{margin:28px 0 18px;font-size:clamp(2.8rem,4vw,4.5rem);line-height:1.03}#content-component .hero-copy p{max-width:620px;color:var(--text);margin:2rem 0 0;font-size:1.05rem;line-height:1.8}#content-component .hero-actions{flex-wrap:wrap;gap:16px;margin:2rem 0 0;display:flex}#content-component .button-primary,#content-component .button-secondary{cursor:pointer;border:none;border-radius:999px;padding:14px 24px;font-weight:600}#content-component .button-primary{background:var(--accent);color:#fff}#content-component .button-secondary{color:var(--text-h);border:1px solid var(--border);background:0 0}#content-component .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:40px;display:grid}#content-component .hero-stat{flex-direction:column;gap:8px;display:flex}#content-component .hero-stat strong{color:var(--text-h);font-size:1.6rem}#content-component .hero-stat span{color:var(--text)}#content-component .hero-card{background:linear-gradient(#0b1330 0%,#111b38 100%);border-radius:28px;flex-direction:column;justify-content:center;gap:28px;min-height:320px;padding:36px;display:flex;box-shadow:0 30px 80px #0b133038}#content-component .card-label{text-transform:uppercase;letter-spacing:.24em;color:#58e1ff;font-size:.9rem;font-weight:700}#content-component .card-title{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.2vw,3.2rem);line-height:.95}#content-component .card-text{color:#a4dfff;text-transform:uppercase;letter-spacing:.16em;margin:0;font-weight:600}#content-component html,#content-component body{width:100%;overflow-x:hidden}#content-component .hero-page{box-sizing:border-box;width:100%;max-width:100vw;margin:0 auto;padding:24px 16px}#content-component .hero-image{max-width:100%;height:auto;display:block}#content-component .verify-link{color:red;font-size:18px;text-decoration:none}@media (max-width:768px){#content-component .hero-panel{margin:0;padding:0}}#content-component .w-14{width:14rem}.hero-container{color:#fff;background:linear-gradient(135deg,#007bff,#6a88e8);min-height:80vh;padding:4rem 2rem}.hero-panel{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.hero-copy{flex:1;max-width:600px}.hero-heading{margin-top:1rem;font-size:2.5rem;font-weight:700}.hero-description{color:#f0f0f0;margin-bottom:1.5rem;font-size:1.1rem}.hero-actions .btn-gradient{color:#fff;background:linear-gradient(135deg,#007bff,#00c6ff);border:none;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .3s}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 6px 15px #007bff66}.tool-btn{color:#333;background-color:#fff;border:1px solid #dee2e6;border-radius:6px;margin-right:auto;padding:8px;font-weight:500;transition:all .3s}.tool-btn:hover{background-color:#f8f9fa;transform:scale(1.03)}.hero-stats .stat-item{text-align:center;background-color:#ffffff26;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 4px 10px #0000001a}.hero-stats .stat-item strong{font-size:1.5rem;display:block}.hero-right{background-color:#f8fafc;border-radius:16px;flex:1;min-height:350px}
#accordionExample{margin-bottom:2rem}#accordionExample .tree-container{background:#f9fafb;border-radius:20px;margin-bottom:2rem;padding:10px;font-family:Segoe UI,sans-serif}#accordionExample .collapsed{background-color:#78ff7840;height:3rem;font-weight:600}#accordionExample .tree-root{padding-left:20px;list-style:none}#accordionExample .tree-node{align-items:center;margin:4px 0;display:flex}#accordionExample .toggle{cursor:pointer;color:brown;margin-right:6px;transition:transform .2s}#accordionExample .toggle.expanded{transform:rotate(90deg)}#accordionExample .node-label{cursor:pointer;color:#007bff;font-weight:500;transition:color .2s}#accordionExample .node-label:hover{color:#0056b3;text-decoration:underline}#accordionExample ul{border-left:1px dashed #ccc;margin-left:8px;padding-left:20px;list-style:none}#accordionExample .accordion-button:not(.collapsed){height:3rem;font-weight:600;color:#008300!important;background-color:#78ff7840!important}#accordionExample .no-link{cursor:no-drop;text-decoration:none!important}#accordionExample .node-label.brown{color:brown;text-decoration:underline}#accordionExample .node-label.no-link{color:gray;cursor:default;text-decoration:none}#accordionExample .dot{color:#555;margin-right:5px}#accordionExample .background-color{background-color:#fcdbdb}
