*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Arial,sans-serif;background-color:#0f0f0f;color:#f1f1f1;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f0f0f}::-webkit-scrollbar-thumb{background:#717171;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#909090}a,a:hover,a:focus,a:active,a:visited{text-decoration:none!important}.card,.stats-card,.content-card{background-color:#212121;border:1px solid #3f3f3f;border-radius:12px;padding:20px;margin-bottom:20px;transition:all .2s ease}.card:hover{border-color:#555}button,.btn{font-family:Roboto,Arial,sans-serif;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:#3ea6ff;color:#fff;border:none;padding:10px 16px;border-radius:18px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background-color:#65b8ff}.btn-secondary{background-color:#3f3f3f;color:#fff;border:none;padding:10px 16px;border-radius:18px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:#4f4f4f}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],textarea,select{background-color:#121212;border:1px solid #3f3f3f;color:#f1f1f1;padding:10px 12px;border-radius:8px;font-size:14px;transition:all .2s;width:100%;font-family:Roboto,Arial,sans-serif}input:focus,textarea:focus,select:focus{outline:none;border-color:#3ea6ff;background-color:#1a1a1a}input::placeholder,textarea::placeholder{color:#717171}table{width:100%;border-collapse:collapse;background-color:#212121;border-radius:8px;overflow:hidden}thead{background-color:#181818}th{padding:12px;text-align:left;font-weight:500;font-size:14px;color:#aaa;border-bottom:1px solid #3f3f3f}td{padding:12px;font-size:14px;color:#f1f1f1;border-bottom:1px solid #3f3f3f}tr:hover{background-color:#282828}tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.published{background-color:#3ea6ff33;color:#3ea6ff}.status-badge.inactive{background-color:#aaa3;color:#aaa}.status-badge.active{background-color:#3eff6433;color:#3eff64}.status-badge.trial{background-color:#ffb30033;color:#ffb300}.store-selector{position:relative}.store-selector-button{width:100%;background-color:#181818;border:1px solid #3f3f3f;border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s;color:#f1f1f1}.store-selector-button:hover{background-color:#282828;border-color:#555}.store-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#282828;border:1px solid #3f3f3f;border-radius:12px;box-shadow:0 4px 32px #00000080;max-height:400px;overflow-y:auto;z-index:1000}.store-dropdown-item{padding:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #3f3f3f}.store-dropdown-item:last-child{border-bottom:none}.store-dropdown-item:hover{background-color:#3f3f3f}.store-dropdown-item.active{background-color:#3ea6ff1a}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background-color:#212121;border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:20px;font-weight:600;color:#f1f1f1}.modal-close{background:none;border:none;color:#aaa;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background-color:#3f3f3f;color:#f1f1f1}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#f1f1f1}.form-hint{display:block;margin-top:4px;font-size:12px;color:#aaa}.form-error{display:block;margin-top:4px;font-size:12px;color:#f44}.loading-spinner{border:2px solid #3f3f3f;border-top:2px solid #3ea6ff;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#aaa}.empty-state-icon{width:64px;height:64px;margin:0 auto 20px;opacity:.5}.empty-state-title{font-size:18px;font-weight:600;color:#f1f1f1;margin-bottom:8px}.empty-state-description{font-size:14px;color:#aaa}.tooltip{position:absolute;background-color:#f1f1f1;color:#0f0f0f;padding:8px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:10000;pointer-events:none;box-shadow:0 2px 8px #0000004d}.text-primary{color:#3ea6ff}.text-secondary{color:#aaa}.text-success{color:#3eff64}.text-warning{color:#ffb300}.text-danger{color:#f44}.text-muted{color:#717171}.bg-dark{background-color:#212121}.bg-darker{background-color:#181818}.bg-darkest{background-color:#0f0f0f}@media(max-width:768px){.sidebar{width:72px!important}.main-content{margin-left:72px!important}}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.pagination-button{background-color:#3f3f3f;color:#f1f1f1;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.pagination-button:hover:not(:disabled){background-color:#4f4f4f}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button.active{background-color:#3ea6ff}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px;color:#aaa;margin-bottom:20px}.breadcrumb-link{color:#aaa;transition:color .2s}.breadcrumb-link:hover{color:#f1f1f1}.breadcrumb-separator{color:#555}.breadcrumb-current{color:#f1f1f1}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:12px}.alert-info{background-color:#3ea6ff1a;color:#3ea6ff;border:1px solid rgba(62,166,255,.3)}.alert-success{background-color:#3eff641a;color:#3eff64;border:1px solid rgba(62,255,100,.3)}.alert-warning{background-color:#ffb3001a;color:#ffb300;border:1px solid rgba(255,179,0,.3)}.alert-error{background-color:#ff44441a;color:#f44;border:1px solid rgba(255,68,68,.3)}.phone-content{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.phone-content::-webkit-scrollbar{display:none}
