:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-color: #f4f6f9;--sidebar-bg: #ffffff;--text-primary: #333;--text-secondary: #888;--blue-primary: #3b82f6;--blue-hover: #2563eb;--red-accent: #ef4444}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-primary);height:100vh;overflow:hidden}.app-container{display:flex;height:100vh;width:100vw;position:relative}.sidebar{width:260px;background:var(--sidebar-bg);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:1.5rem;flex-shrink:0;transition:transform .3s ease;z-index:50}.logo-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.logo-text{font-size:2rem;font-weight:800;color:var(--blue-primary);margin:0}.close-btn{display:none;background:none;border:none;cursor:pointer;color:#64748b;padding:5px}.nav-menu{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:8px;cursor:pointer;color:#64748b;font-weight:500;transition:all .2s}.nav-item:hover{background-color:#f1f5f9;color:var(--blue-primary)}.nav-item.active{background-color:#eff6ff;color:var(--blue-primary)}.nav-item.highlight-item{color:var(--blue-primary);font-weight:700;background-color:#f0f9ff}.nav-icon{margin-right:12px;display:flex;align-items:center}.nav-badge{margin-left:auto;background:var(--blue-primary);color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:700}.nav-divider{height:1px;background:#e2e8f0;margin:.5rem 0}.main-content{flex:1;display:flex;flex-direction:column;background:var(--bg-color);overflow:hidden;width:100%}.top-header{height:70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem;flex:1}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#333;padding:0}.search-bar{display:flex;align-items:center;background:#f1f5f9;padding:.5rem 1rem;border-radius:8px;width:300px;max-width:100%}.search-bar input{border:none;background:transparent;margin-left:.5rem;outline:none;width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.icon-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex}.icon-btn:hover{background-color:#f1f5f9}.user-avatar{width:36px;height:36px;background:var(--blue-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.content-scroll{flex:1;overflow-y:auto;padding:2rem}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.grid-col-left,.grid-col-right{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}.card h3{margin-top:0;color:#1e293b}.metric-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f5f9}.metric-row:last-child{border-bottom:none}.metric-val{font-weight:800;font-size:1.1rem}.text-blue{color:var(--blue-primary)}.text-red{color:var(--red-accent)}.stat-big{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-big .value{font-size:1.5rem;font-weight:800}.boost-banner{background:linear-gradient(135deg,#0f172a,#3b82f6);color:#fff;text-align:center;padding:2.5rem 1.5rem}.boost-banner h2{color:#fff;margin:1rem 0 .5rem}.boost-banner p{color:#cbd5e1;margin-bottom:1.5rem}.rocket-icon{font-size:3rem}.btn-boost{background:#fff;color:var(--blue-primary);border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:800;cursor:pointer;width:100%;transition:transform .2s}.btn-boost:hover{transform:scale(1.02)}.upsell-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.btn-activate{padding:6px 12px;background:#eff6ff;color:var(--blue-primary);border:none;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer}.boost-store-container{max-width:1100px;margin:0 auto;padding-bottom:3rem}.store-header{text-align:center;margin-bottom:3rem}.store-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1e293b}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;text-align:center;display:flex;flex-direction:column;transition:all .2s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a;border-color:var(--blue-primary)}.badge-soon,.badge-premium{position:absolute;top:10px;right:10px;background:#f1f5f9;color:#64748b;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700}.badge-premium{background:#dbeafe;color:#2563eb}.product-icon{font-size:3.5rem;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:800;color:var(--blue-primary);margin:.5rem 0}.product-card p{color:#64748b;line-height:1.5;margin-bottom:1.5rem;flex:1}.btn-buy{background:var(--blue-primary);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;cursor:pointer;width:100%}.btn-secondary{background:#e2e8f0;color:#64748b}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;transform:translate(-100%);box-shadow:5px 0 15px #0000001a}.sidebar.open{transform:translate(0)}.mobile-menu-btn{display:block;margin-right:1rem}.close-btn{display:block}.dashboard-grid{grid-template-columns:1fr}.content-scroll{padding:1rem}.search-bar{width:100%}.store-header h1{font-size:1.8rem}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.modal-content{background:#fff;width:100%;max-width:480px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative;animation:popIn .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#fff;cursor:pointer;z-index:10;padding:5px;border-radius:50%}.modal-close:hover{background:#fff3}.modal-video-area{background:#1e293b;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.modal-body{padding:2rem}.modal-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header-row h2{margin:0;font-size:1.5rem}.modal-bullets ul{list-style:none;padding:0;margin:1.5rem 0}.modal-bullets li{display:flex;gap:10px;margin-bottom:.8rem;color:#475569}.check-icon{color:#10b981;flex-shrink:0}.modal-cta-btn{width:100%;padding:1rem;background:var(--blue-primary);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer}.modal-secure-text{text-align:center;color:#94a3b8;font-size:.8rem;margin-top:1rem}
