.dashboard-layout{display:flex;margin-bottom:20px;height:100vh;overflow:hidden}.dashboard-sidebar-toggle{display:none;position:fixed;top:10px;right:10px;z-index:1001;background:#064688;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:1.05rem;cursor:pointer}.dashboard-sidebar{width:240px;background:#0a1929;color:#fff;display:flex;flex-direction:column;flex-shrink:0}.dashboard-sidebar-header{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-sidebar-header h3{margin:0 0 4px;font-size:.9rem}.dashboard-slug{font-size:.72rem;color:#ffffff80;margin:0}.dashboard-slug-row{display:flex;align-items:center;gap:6px}.slug-copy-btn,.slug-share-btn{background:none;border:none;cursor:pointer;font-size:.85rem;padding:2px 4px;border-radius:4px;transition:background .2s;line-height:1}.slug-copy-btn:hover,.slug-share-btn:hover{background:#ffffff1a}.dashboard-nav{flex:1;display:flex;flex-direction:column;padding:12px 0}.dashboard-nav a{padding:12px 20px;color:#ffffffb3;text-decoration:none;font-size:.85rem;transition:all .2s}.dashboard-nav a:hover{color:#fff;background:#ffffff0d}.dashboard-nav a.active{color:#fff;background:#06468866;border-left:3px solid #3b82f6}.dashboard-sidebar-footer{padding:16px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem}.dashboard-sidebar-footer p{margin:0 0 8px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar-footer a{color:#3b82f6;text-decoration:none}.dashboard-signout-btn{display:block;margin-top:12px;padding:6px 14px;background:#ffffff1a;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);border-radius:6px;font-size:.78rem;cursor:pointer;transition:all .2s;width:100%}.dashboard-signout-btn:hover{background:#dc26264d;color:#fff;border-color:#dc262680}.dashboard-main{flex:1;padding:24px;background:var(--bg-two, #0a0e17);overflow-y:auto;height:100vh}@media (max-width: 768px){.dashboard-sidebar-toggle{display:block}.dashboard-sidebar{position:fixed;top:0;left:-260px;height:100vh;z-index:1000;transition:left .3s ease}.dashboard-sidebar.open{left:0}.dashboard-main{padding:60px 16px 24px}}.dashboard-page h1{margin:0 0 20px;font-size:1.25rem;color:#fff}.dashboard-card{background:#ffffff08;border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #0003}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#ffffff08;border:1px solid var(--border);border-radius:10px;padding:20px;text-align:center;box-shadow:0 1px 3px #0003}.stat-card .stat-value{font-size:1.65rem;font-weight:700;color:var(--accent-light, #1a8aff)}.stat-card .stat-label{font-size:.78rem;color:#9ca3af;margin-top:4px}.dashboard-actions{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.dashboard-btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .2s}.dashboard-btn-primary{background:#064688;color:#fff}.dashboard-btn-primary:hover{background:#053a70}.dashboard-btn-secondary{background:#ffffff0f;color:#e5e7eb;border:1px solid var(--border)}.dashboard-btn-danger{background:#dc2626;color:#fff}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:12px;text-align:left;border-bottom:1px solid var(--border)}.dashboard-table th{font-size:.78rem;color:#9ca3af;font-weight:600}.followers-scroll-list{max-height:400px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:#00000026;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.followers-scroll-list::-webkit-scrollbar{width:6px}.followers-scroll-list::-webkit-scrollbar-track{background:transparent}.followers-scroll-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.followers-scroll-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.followers-table{font-size:.78rem}.followers-table thead{position:sticky;top:0;z-index:1;background:var(--card-bg, #1a1f2e)}.followers-table thead th{border-bottom:2px solid var(--border);padding:10px 12px}.followers-table tbody tr{transition:background .15s}.followers-table tbody tr:hover{background:#ffffff0a}.followers-table td{padding:8px 12px;font-size:.76rem;color:#d1d5db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.dashboard-input{padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:.82rem;width:100%;box-sizing:border-box;background:#ffffff0f;color:#e5e7eb}.dashboard-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-bg)}.product-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:10px;overflow-y:auto;max-height:calc(100vh - 200px)}.product-list-empty{text-align:center;padding:2rem;color:#9ca3af;background:#ffffff08}.product-list-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-one);cursor:pointer;transition:background .15s}.product-list-item:hover{background:#ffffff0f}.product-list-item.product-special{border-left:3px solid #FFB803;background:#ffb80314}.product-list-item.product-unavailable{opacity:.5}.product-list-thumb{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff0f;display:flex;align-items:center;justify-content:center}.product-list-thumb img{width:48px;height:48px;object-fit:cover}.product-list-no-img{display:flex;align-items:center;justify-content:center}.product-list-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.product-list-name{font-size:.82rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-brand{font-size:.72rem;color:#9ca3af}.product-list-category{font-size:.68rem;color:#6b7280}.product-list-right{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.product-list-price{font-size:.9rem;font-weight:700;color:var(--accent-light, #1a8aff)}.product-list-original{font-size:.72rem;color:#6b7280;text-decoration:line-through}.product-list-badges{display:flex;gap:4px}.badge-special{font-size:.62rem;font-weight:600;background:#ffb803;color:#1a1a1a;padding:1px 6px;border-radius:4px}.badge-unavailable{font-size:.62rem;font-weight:600;background:#f3f4f6;color:#999;padding:1px 6px;border-radius:4px}.modal-overlay{position:fixed;inset:0;background:#000000b3;z-index:2000;display:flex;align-items:flex-end;justify-content:center}.modal-content{background:var(--bg-one);border:1px solid var(--border);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;border-radius:16px 16px 0 0;padding:20px;animation:modalSlideUp .25s ease}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-header h2{margin:0;font-size:1.1rem;color:#fff}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af;padding:0;line-height:1}.modal-product-image{text-align:center;margin-bottom:16px}.modal-product-image img{width:100px;height:100px;object-fit:cover;border-radius:10px}.modal-error{color:#dc2626;font-size:.82rem;margin:0 0 12px}.modal-form{display:flex;flex-direction:column;gap:14px}.modal-label{display:flex;flex-direction:column;gap:4px}.modal-label span{font-size:.75rem;color:#9ca3af;font-weight:500}.modal-row{display:flex;gap:10px}.modal-row .modal-label{flex:1}.modal-toggles{display:flex;gap:10px}.modal-toggle-btn{flex:1;padding:10px;border:1px solid var(--border);border-radius:8px;background:#ffffff08;cursor:pointer;font-size:.82rem;font-weight:500;color:#e5e7eb;transition:all .2s}.modal-toggle-btn.active{background:#4caf5026;border-color:#4caf50;color:#66bb6a}.modal-toggle-btn.inactive{background:#ef444426;border-color:#ef4444;color:#f87171}.modal-toggle-btn.special{background:#ffb80326;border-color:#ffb803;color:#ffb803}.modal-actions{display:flex;gap:10px;padding-top:6px}.modal-actions .dashboard-btn{flex:1}@media (min-width: 768px){.modal-overlay{align-items:center}.modal-content{border-radius:16px;border:1px solid var(--border);max-height:80vh}.product-list-item{padding:14px 16px}.product-list-name{font-size:.85rem}.product-list-price{font-size:.95rem}}.add-product-tabs{display:flex;gap:0;margin-bottom:16px;border-radius:8px;overflow:hidden;border:1px solid var(--border);width:fit-content}.add-product-tab{padding:8px 20px;border:none;background:#ffffff0f;color:#9ca3af;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.add-product-tab.active{background:#0a1929;color:#fff}.add-product-hint{color:#9ca3af;font-size:.82rem;margin-bottom:16px;line-height:1.4}.add-product-error{color:#f87171;background:#ef44441a;padding:8px 12px;border-radius:6px;font-size:.82rem;margin-bottom:12px}.add-product-success{color:#66bb6a;background:#4caf501a;padding:8px 12px;border-radius:6px;font-size:.82rem;margin-bottom:12px}.add-product-search-row{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.add-product-search-row .dashboard-input{flex:1;min-width:150px}.add-product-category-select{max-width:180px}.add-product-selected{background:#0646881a;border:1px solid var(--accent-border);border-radius:8px;padding:12px;margin-bottom:16px}.add-product-selected-info{display:flex;align-items:center;gap:12px;margin-bottom:10px}.add-product-selected-img{width:50px;height:50px;border-radius:6px;object-fit:cover}.add-product-selected-brand{display:block;font-size:.78rem;color:#9ca3af}.add-product-selected-category{display:block;font-size:.75rem;color:#6b7280}.add-product-deselect{margin-left:auto;background:none;border:none;font-size:1.3rem;color:#9ca3af;cursor:pointer;padding:0 4px}.add-product-price-row{display:flex;align-items:flex-end;gap:12px}.add-product-price-row label{font-size:.82rem;color:#9ca3af;font-weight:500}.add-product-price-row .dashboard-input{width:120px;margin-top:4px}.add-product-catalogue{display:flex;flex-direction:column;gap:2px;max-height:400px;overflow-y:auto}.add-product-catalogue-empty{color:#6b7280;font-size:.82rem;text-align:center;padding:32px 0}.add-product-catalogue-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background .15s}.add-product-catalogue-item:hover{background:#ffffff0f}.add-product-catalogue-item.selected{background:#06468826;border-left:3px solid var(--accent-light, #1a8aff)}.add-product-catalogue-thumb{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#ffffff0f}.add-product-catalogue-thumb img{width:100%;height:100%;object-fit:cover}.add-product-no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0f}.add-product-catalogue-info{display:flex;flex-direction:column;gap:1px;overflow:hidden}.add-product-catalogue-name{font-size:.85rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-product-catalogue-brand{font-size:.75rem;color:#9ca3af}.add-product-catalogue-category{font-size:.72rem;color:#6b7280}@media (max-width: 600px){.add-product-search-row{flex-direction:column}.add-product-category-select{max-width:100%}.add-product-price-row{flex-direction:column;align-items:stretch}.add-product-price-row .dashboard-input{width:100%}}.add-product-image-upload{margin-top:4px}.add-product-image-picker{display:flex;align-items:center;gap:8px;padding:14px 16px;border:2px dashed var(--border);border-radius:8px;cursor:pointer;color:#9ca3af;font-size:.82rem;transition:border-color .2s,background .2s}.add-product-image-picker:hover{border-color:var(--accent);background:#0646880d}.add-product-image-preview{position:relative;display:inline-block}.add-product-image-preview img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.add-product-image-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#dc2626;color:#fff;border:none;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.add-product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.add-product-count{font-size:.78rem;color:#9ca3af}.add-product-load-more{min-width:100px}.settings-banner{background:#0646881a;border:1px solid rgba(6,70,136,.3);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.5rem;text-align:center}.settings-banner p{margin:0 0 .25rem;font-size:.9rem;color:#e5e7eb}.settings-banner p:last-child{margin:0;font-size:.85rem;color:#9ca3af}.settings-banner a{color:#1a8aff;text-decoration:none}.settings-success{color:green}.settings-error{color:red}.settings-form{display:flex;flex-direction:column;gap:14px;max-width:400px}.settings-label{font-size:.85rem;color:#666}.settings-logo-label{font-size:.85rem;color:#666;display:block;margin-bottom:8px}.settings-logo-section{display:flex;align-items:center;gap:16px}.settings-logo-preview{width:80px;height:80px;border-radius:8px;border:2px dashed #ccc;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9f9f9;flex-shrink:0}.settings-logo-preview img{width:100%;height:100%;object-fit:cover}.settings-logo-placeholder{width:40px;opacity:.4}.settings-logo-actions{display:flex;flex-direction:column;gap:6px}.settings-logo-btn{font-size:.8rem;padding:6px 12px}.settings-logo-hint{font-size:.75rem;color:#999}.dashboard-input:disabled{background:#ffffff0f}.settings-save-btn{margin-top:8px;margin-bottom:30px}.upgrade-overlay{position:fixed;inset:0;background:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;animation:upgradeFadeIn .3s ease}@keyframes upgradeFadeIn{0%{opacity:0}to{opacity:1}}.upgrade-modal{margin:2rem;position:relative;max-width:600px;width:100%;max-height:70vh;overflow-y:auto;padding:36px 28px;background:linear-gradient(135deg,rgba(6,70,136,.18) 0%,var(--bg-one, #0d1120) 60%,rgba(6,70,136,.1) 100%);border:1px solid var(--accent-border);border-radius:14px;overflow-x:hidden;animation:upgradeSlideUp .3s ease;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.upgrade-modal::-webkit-scrollbar{width:6px}.upgrade-modal::-webkit-scrollbar-track{background:transparent}.upgrade-modal::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.upgrade-modal::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes upgradeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.upgrade-close{position:absolute;top:14px;right:16px;background:none;border:none;color:var(--text-secondary);font-size:1.6rem;cursor:pointer;line-height:1;padding:4px 8px;border-radius:6px;transition:background .2s,color .2s;z-index:2}.upgrade-close:hover{background:#ffffff14;color:#fff}.upgrade-glow{position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:var(--accent-glow);filter:blur(80px);pointer-events:none}.upgrade-content{position:relative;z-index:1}.upgrade-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.upgrade-badge{background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:1px;text-transform:uppercase}.upgrade-title{margin:0;font-size:1.35rem;color:var(--text-h)}.upgrade-pitch{color:var(--text-secondary);font-size:.92rem;max-width:620px;line-height:1.6;margin-bottom:28px}.upgrade-features{margin-bottom:28px}.upgrade-feature-card{padding:22px 18px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--border);background:#ffffff06}.upgrade-feature-icon{font-size:1.4rem;font-weight:700;color:var(--accent-light)}.upgrade-feature-title{margin:0;color:var(--text-h);font-size:.95rem}.upgrade-feature-desc{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.5}.upgrade-marketing{padding:20px 22px;margin-bottom:28px;border-left:3px solid var(--accent-light);background:#06468814}.upgrade-marketing h4{margin:0 0 8px;color:var(--accent-light);font-size:.9rem}.upgrade-marketing p{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.55}.upgrade-cta{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.upgrade-price-amount{font-size:2rem;font-weight:700;color:var(--text-h)}.upgrade-price-period{font-size:.85rem;color:var(--text-muted);margin-left:6px}.upgrade-price-usd{display:block;font-size:.75rem;color:var(--text-muted)}.upgrade-btn{padding:12px 36px;font-size:.95rem;font-weight:600;letter-spacing:.3px;box-shadow:0 4px 20px var(--accent-glow);cursor:pointer}.upgrade-payments{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:16px;margin-bottom:16px}.upgrade-payments-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.upgrade-payments-logos{display:flex;align-items:center;gap:20px}.upgrade-payment-logo{height:26px;object-fit:contain;filter:brightness(0) invert(.6);opacity:.7;transition:opacity .2s}.upgrade-payment-logo:hover{opacity:1;filter:brightness(0) invert(.9)}
