@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#f4f412;--primary-hover:#e0e010;--bg-color:#0f1115;--bg-alt:#181b20;--bg-dark:#0f1115;--text-main:#fff;--text-muted:#9ca3af;--text-light:#f3f4f6;--border-color:#1f2937;--border-dark:#374151;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.bg-dark{background-color:var(--bg-dark);color:var(--text-light)}.bg-alt{background-color:var(--bg-alt)}.text-center{text-align:center}.btn{border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--primary);color:#000}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 6px -1px #f4f41233,0 2px 4px -1px #f4f4121a}.btn-outline{border:1px solid var(--border-color);color:var(--text-main);background-color:#0000}.bg-dark .btn-outline{color:#fff;border-color:#fff3}.btn-outline:hover{background-color:#ffffff1a}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.25rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-outline{border:1px solid var(--border-color);color:var(--text-main)}.bg-dark .badge-outline{border-color:var(--primary);color:var(--primary);background-color:#f4f4121a}.badge-primary{color:#b5b500;border:1px solid var(--primary);background-color:#f4f41233}.h1{margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.h2{margin-bottom:1rem;font-size:2.25rem;font-weight:700}.subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem}.bg-dark .subtitle{color:#9ca3af}@media (width>=768px){.h1{font-size:4rem}}.hero-wrap{z-index:10;background-color:#000;width:100%;position:relative}.gallery-wrap{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.gallery{flex:none;width:100%;height:100%;position:relative}.gallery__item{background-position:50%;background-size:cover;flex:none;position:relative}.gallery__item img{object-fit:cover;width:100%;height:100%}.gallery--bento{grid-template-rows:repeat(4,23vh);grid-template-columns:repeat(3,32.5vw);place-content:center;gap:1vh;display:grid}.gallery--final.gallery--bento{grid-template-rows:repeat(4,49.5vh);grid-template-columns:repeat(3,100vw);gap:1vh}.gallery--bento .gallery__item:first-child{grid-area:1/1/3/2}.gallery--bento .gallery__item:nth-child(2){grid-area:1/2/2/3}.gallery--bento .gallery__item:nth-child(3){grid-area:2/2/4/3}.gallery--bento .gallery__item:nth-child(4){grid-area:1/3/3/3}.gallery--bento .gallery__item:nth-child(5){grid-area:3/1/3/2}.gallery--bento .gallery__item:nth-child(6){grid-area:3/3/5/4}.gallery--bento .gallery__item:nth-child(7){grid-area:4/1/5/2}.gallery--bento .gallery__item:nth-child(8){grid-area:4/2/5/3}.center-sequence{position:relative;overflow:hidden}.seq-img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.seq-1,.seq-2,.seq-3{opacity:0}.hero-text-overlay{z-index:10;color:#fff;text-align:center;opacity:0;visibility:hidden;background:#0006;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-subtitle{margin-bottom:.5rem;font-size:2vw;font-style:italic;font-weight:300}.hero-title{margin-bottom:1.5rem;font-size:5vw;font-weight:900;line-height:1.1}.hero-description{margin-bottom:2rem;font-size:1.2vw;font-weight:400}.hero-buttons{gap:1rem;display:flex}.hero-buttons button{cursor:pointer;border-radius:4px;padding:.8rem 1.5rem;font-size:1vw;transition:all .3s}.hero-buttons .btn-primary{color:#1a1a1a;background:#fff;border:none;font-weight:600}.hero-buttons .btn-primary:hover{background:#f0f0f0}.hero-buttons .btn-secondary{color:#fff;background:#00000080;border:1px solid #ffffff4d}.hero-buttons .btn-secondary:hover{background:#ffffff1a;border-color:#fff}.footer{border-top:1px solid var(--border-color);background-color:#fff;padding:5rem 0 2rem}.footer-container{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=640px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-container{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-desc{color:var(--text-muted);max-width:300px;font-size:.95rem;line-height:1.6}.footer-title{color:var(--text-main);margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);font-size:.95rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.social-links{gap:1rem;display:flex}.social-link{background-color:var(--bg-alt);width:40px;height:40px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{background-color:var(--primary);color:#000}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (width>=768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{transition:color .2s}.footer-legal a:hover{color:var(--primary)}.dashboard-section{color:#fff;background-color:#000;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.dashboard-sidebar{background-color:#050505;border-right:1px solid #1a1a1a;flex-direction:column;gap:8px;width:240px;padding:24px 16px;display:flex}.sidebar-item{color:#a0a0a0;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background-color:#111}.sidebar-item.active{color:#fff;background-color:#112a18;border:1px solid #1a4024}.sidebar-icon{border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dashboard-main{flex-direction:column;flex:1;gap:24px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.dashboard-header{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-title h1{margin:0 0 8px;font-size:28px;font-weight:700}.dashboard-title p{color:#888;margin:0;font-size:14px}.network-icons{flex-wrap:wrap;justify-content:flex-end;gap:12px;max-width:300px;display:flex}.network-icons .icon-box{background:#111;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-filters{gap:16px;display:flex}.filter-btn{color:#ccc;cursor:pointer;background:#111;border:1px solid #222;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.filter-btn:hover{background:#1a1a1a}.kpi-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.dashboard-card{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:20px}.kpi-icon{background:#161616;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:16px;display:flex}.kpi-title{color:#888;margin-bottom:8px;font-size:13px}.kpi-value{margin-bottom:8px;font-size:24px;font-weight:700}.kpi-change{align-items:center;gap:4px;font-size:12px;display:flex}.kpi-change.positive{color:#00e676}.kpi-change.negative{color:#ff3b30}.kpi-vs{color:#666;margin-top:4px;font-size:11px}.middle-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title{margin:0;font-size:16px;font-weight:600}.chart-tabs{background:#161616;border-radius:6px;padding:2px;display:flex}.chart-tab{color:#888;cursor:pointer;border-radius:4px;padding:4px 12px;font-size:12px}.chart-tab.active{color:#fff;background:#2a2a2a}.legend-item{color:#aaa;align-items:center;gap:6px;font-size:12px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.perf-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.perf-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.perf-name{color:#ccc;width:80px;font-size:13px}.perf-bar-bg{background:#222;border-radius:3px;flex:1;height:6px;position:relative}.perf-bar-fill{border-radius:3px;height:100%;position:absolute;top:0;left:0}.perf-pct{text-align:right;width:30px;font-size:12px;font-weight:600}.perf-val{color:#888;text-align:right;width:40px;font-size:12px}.content-table{border-collapse:collapse;width:100%}.content-table th{text-align:left;color:#666;border-bottom:1px solid #222;padding-bottom:12px;font-size:11px;font-weight:500}.content-table td{border-bottom:1px solid #1a1a1a;padding:12px 0;font-size:13px}.content-item{align-items:center;gap:12px;display:flex}.content-img{object-fit:cover;border-radius:6px;width:40px;height:40px}.content-info{flex-direction:column;gap:4px;display:flex}.content-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:13px;line-height:1.3;overflow:hidden}.content-networks{color:#666;align-items:center;gap:4px;font-size:11px;display:flex}.content-stat{font-weight:600}.rt-status{color:#00e676;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;display:flex}.rt-dot{background:#00e676;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #00e676}.rt-value{margin:0 0 4px;font-size:32px;font-weight:700}.rt-subtitle{color:#888;margin-bottom:24px;font-size:12px}.bottom-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.widget-header{align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.widget-header svg{color:#888}.widget-list-item{border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.widget-list-item:last-child{border:none}.btn-more{color:#ccc;cursor:pointer;background:#1a1a1a;border:none;border-radius:4px;margin-top:12px;padding:6px 12px;font-size:12px}.btn-more:hover{background:#222}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rtPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.rt-dot-animated{animation:1.5s ease-in-out infinite rtPulse}
