:root{font-family:system-ui,-apple-system,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .2s}a:hover{color:#764ba2}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout{display:flex;min-height:100vh;background:#f5f7fa}.sidebar{width:250px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;transition:width .3s ease;box-shadow:2px 0 10px #0000001a}.sidebar.closed{width:60px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0;font-size:18px;white-space:nowrap}.sidebar-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.sidebar.closed .sidebar-toggle{display:block}.sidebar-nav{flex:1;padding:10px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;color:#ffffffb3;border:none;border-radius:6px;cursor:pointer;margin-bottom:4px;transition:all .2s;font-size:14px;white-space:nowrap}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#fff3;color:#fff;font-weight:600}.sidebar.closed .nav-item span{display:none}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.user-info{margin-bottom:12px;white-space:nowrap}.user-info p{margin:0;font-weight:600;font-size:14px}.user-info small{opacity:.7;font-size:12px}.logout-button{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s;white-space:nowrap}.logout-button:hover{background:#fff3}.main-content{flex:1;padding:30px;overflow-y:auto}@media(max-width:768px){.sidebar{position:fixed;height:100vh;z-index:1000}.sidebar.closed{width:0;overflow:hidden}.main-content{margin-left:0;width:100%}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-box{background:#fff;padding:40px;border-radius:10px;box-shadow:0 10px 30px #0000004d;width:100%;max-width:400px}.login-box h1{font-size:28px;margin:0 0 10px;color:#333}.login-box p:first-of-type{color:#666;margin:0 0 30px}.form-group{margin-bottom:20px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:8px;color:#333}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s}.login-button:hover:not(:disabled){transform:translateY(-2px)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-info{margin-top:20px;padding-top:20px;border-top:1px solid #eee;font-size:12px;color:#666}.login-info p{margin:4px 0}.dashboard{max-width:1400px;margin:0 auto}.dashboard h1{font-size:32px;margin:0 0 30px;color:#333}.stat-card{background:#fff;border-radius:10px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.stat-icon.users{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon.pro{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-icon.active{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-icon.email{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-content h3{margin:0;font-size:28px;color:#333}.stat-content .stat-label{margin:0;color:#666;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:20px}.summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.summary-item{padding:15px;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:5px}.summary-item span{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.summary-item strong{font-size:24px;color:#333}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#666;font-size:16px}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.users-page{max-width:1400px;margin:0 auto}.header-actions{display:flex;gap:15px;align-items:center}.search-box{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 15px;flex:1;max-width:400px;color:#666}.search-box input{flex:1;border:none;outline:none;font-size:14px}.btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#f8f9fa;border-bottom:2px solid #eee}.users-table th{padding:15px;text-align:left;font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:15px;border-bottom:1px solid #eee;font-size:14px;color:#333}.users-table tbody tr:hover{background:#f8f9fa}.users-table .email{font-weight:500;color:#667eea}.status.inactive{background:#ffe6e6;color:#e74c3c}.actions{display:flex;gap:10px}.btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;color:#666;transition:all .2s;font-size:16px}.btn-icon:hover{background:#f8f9fa}.btn-icon.reset:hover{border-color:#3498db;color:#3498db}.btn-icon.delete:hover{border-color:#e74c3c;color:#e74c3c}.subscriptions-page{max-width:1400px;margin:0 auto}.page-header{margin-bottom:30px}.page-header h1{font-size:32px;margin:0 0 20px;color:#333}.filters{display:flex;gap:15px;flex-wrap:wrap}.filters select{padding:10px 15px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px;cursor:pointer;transition:border-color .2s}.filters select:hover{border-color:#667eea}.subscriptions-table{width:100%;border-collapse:collapse}.subscriptions-table thead{background:#f8f9fa;border-bottom:2px solid #eee}.subscriptions-table th{padding:15px;text-align:left;font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.subscriptions-table td{padding:15px;border-bottom:1px solid #eee;font-size:14px;color:#333}.subscriptions-table tbody tr:hover{background:#f8f9fa}.subscriptions-table .email{font-weight:500;color:#667eea}.plan{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600}.plan.free{background:#e8eef7;color:#667eea}.plan.pro{background:#f5d5e8;color:#d63384}.status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status.active{background:#e6f7ed;color:#27ae60}.status.trial{background:#fff4e6;color:#f39c12}.status.expired{background:#ffe6e6;color:#e74c3c}.status.canceled{background:#f0f0f0;color:#666}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn-small{display:flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid #667eea;background:#fff;color:#667eea;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s;white-space:nowrap}.btn-small:hover{background:#667eea;color:#fff}.btn-small.danger{border-color:#e74c3c;color:#e74c3c}.btn-small.danger:hover{background:#e74c3c;color:#fff}.empty-state{padding:40px;text-align:center;color:#999}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;padding:20px;border-top:1px solid #eee}.pagination button{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.pagination button:hover:not(:disabled){background:#f8f9fa;border-color:#667eea;color:#667eea}.pagination button:disabled{opacity:.5;cursor:not-allowed}.features-page{max-width:1400px;margin:0 auto}.features-page h1{font-size:32px;margin:0 0 30px;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:20px}.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;background:#f8f9fa}.card-header h2{margin:0;font-size:18px;color:#333}.status-badge,.count-badge{display:inline-block;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.active{background:#e6f7ed;color:#27ae60}.status-badge.inactive{background:#ffe6e6;color:#e74c3c}.count-badge{background:#667eea;color:#fff}.pilot-info{padding:20px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.info-row:last-child{border-bottom:none}.info-row label{font-weight:600;color:#333;flex:0 0 40%}.info-row span{color:#666;font-size:14px}.features-list{padding:10px}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid #eee;transition:background .2s}.feature-item:hover{background:#f8f9fa}.feature-item:last-child{border-bottom:none}.feature-info{flex:1}.feature-info h3{margin:0 0 5px;font-size:16px;color:#333}.feature-info p{margin:0 0 10px;font-size:13px;color:#666}.feature-meta{display:flex;gap:10px}.requirement{display:inline-block;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.requirement.pro{background:#f5d5e8;color:#d63384}.requirement.free{background:#e8eef7;color:#667eea}.toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;color:#666;transition:all .2s;white-space:nowrap}.toggle-btn:hover{border-color:#667eea;color:#667eea}.toggle-btn.active{background:#667eea;color:#fff;border-color:#667eea}.config-input{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;color:#333;background:#fff;transition:border-color .2s,box-shadow .2s}.config-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.config-input[type=number]{width:80px;text-align:center}.config-input.date-input{width:160px}.input-with-suffix{display:flex;align-items:center;gap:8px}.input-with-suffix .suffix{color:#666;font-size:14px}.save-row{margin-top:10px;padding-top:20px;justify-content:flex-end}.save-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.save-btn:hover{background:#5a6fd6}.save-btn:active{transform:scale(.98)}.save-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.info-row{flex-direction:column;align-items:flex-start;gap:8px}.info-row label{flex:none}.config-input.date-input{width:100%}}.coming-soon{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;text-align:center;color:#999}.coming-soon svg{margin-bottom:20px;color:#667eea;opacity:.5}.coming-soon h1{font-size:28px;margin:20px 0 10px;color:#333}.coming-soon p{margin:5px 0;font-size:16px}.analytics-page{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{font-size:32px;margin:0;color:#333}.page-header select{padding:10px 15px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px;cursor:pointer;transition:border-color .2s}.page-header select:hover{border-color:#667eea}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:10px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 8px #0000001a}.stat-card .icon{width:60px;height:60px;font-size:32px;color:#667eea;opacity:.7}.stat-card p{margin:0;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.stat-card h2{margin:5px 0 0;font-size:28px;color:#333}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px}.card{background:#fff;border-radius:10px;padding:25px;box-shadow:0 2px 8px #0000001a}.card h2{margin:0 0 20px;font-size:20px;color:#333}.chart-placeholder{background:#f8f9fa;border-radius:8px;padding:20px;min-height:200px;display:flex;flex-direction:column;justify-content:center;color:#666}.chart-placeholder p{margin:0 0 15px;font-weight:600;color:#333}.chart-placeholder ul{list-style:none;padding:0;margin:0}.chart-placeholder li{padding:8px 0;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.chart-placeholder li:last-child{border-bottom:none}.stats-list{background:#f8f9fa;border-radius:8px;padding:0}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.stat-row:last-child{border-bottom:none}.stat-row span{color:#666;font-size:14px}.stat-row strong{color:#333;font-size:18px;font-weight:600}.loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#999}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start;gap:15px}.analytics-grid{grid-template-columns:1fr}}.content-page{display:flex;flex-direction:column;gap:24px}.articles-table{width:100%;border-collapse:collapse;font-size:14px}.articles-table thead{background:#fafafa;border-bottom:2px solid #e0e0e0}.articles-table th{padding:12px;text-align:left;font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.articles-table td{padding:12px;border-bottom:1px solid #f0f0f0;color:#333}.articles-table tbody tr:hover{background:#fafafa}.title-cell{font-weight:500;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slug-cell{font-family:Monaco,Courier New,monospace;font-size:13px;color:#666;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-badge{display:inline-block;padding:4px 8px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:12px;font-weight:500}.status-badge.published{background:#e8f5e9;color:#2e7d32}.status-badge.draft{background:#fff3e0;color:#f57c00}.actions-cell{display:flex;gap:8px;justify-content:flex-end}.empty-state,.loading{padding:48px 24px;text-align:center;color:#999}.modal{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.form-group textarea{resize:vertical;min-height:120px}@media(max-width:768px){.filters{flex-direction:column}.filter-group{min-width:auto}.page-header{flex-direction:column;gap:16px}.modal{max-width:95%}.articles-table{font-size:12px}.articles-table th,.articles-table td{padding:8px}.title-cell{max-width:120px}.slug-cell,.date-cell{display:none}}.email-page{display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:12px}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;font-size:24px;color:#fff}.stat-icon.all{background:#5e6c84}.stat-icon.free{background:#4caf50}.stat-icon.pro{background:#2196f3}.stat-icon.trial{background:#ff9800}.stat-icon.expired{background:#f44336}.stat-content{flex:1}.announcements-table{width:100%;border-collapse:collapse;font-size:14px}.announcements-table thead{background:#fafafa;border-bottom:2px solid #e0e0e0}.announcements-table th{padding:12px;text-align:left;font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.announcements-table td{padding:12px;border-bottom:1px solid #f0f0f0;color:#333}.announcements-table tbody tr:hover{background:#fafafa}.subject-cell{font-weight:500;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.segment-badge{display:inline-block;padding:4px 8px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:12px;font-weight:500}.recipients-cell{font-weight:600;color:#2196f3}.date-cell{color:#999;font-size:13px}.form-group textarea{resize:vertical;min-height:150px}.preview-box{padding:16px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px}.preview-box h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.preview-content{display:flex;flex-direction:column;gap:8px;font-size:13px}.preview-content p{margin:0;color:#666}.preview-body{padding:12px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;max-height:150px;overflow-y:auto;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.filters{flex-direction:column}.filter-group{min-width:auto}.page-header{flex-direction:column;gap:16px}.modal{max-width:95%}.announcements-table{font-size:12px}.announcements-table th,.announcements-table td{padding:8px}.subject-cell{max-width:150px}.recipients-cell{display:none}.stat-card{gap:12px}.stat-icon{width:40px;height:40px;font-size:20px}.stat-value{font-size:20px}}.config-page{display:flex;flex-direction:column;gap:24px}.page-header .btn{margin-top:0}.table-container{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.empty-state{padding:48px 24px;text-align:center;color:#999;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state svg{opacity:.3}.loading{padding:48px 24px;text-align:center;color:#999}.configs-list{display:flex;flex-direction:column;divide-y:1px solid #e0e0e0}.configs-list>div+div{border-top:1px solid #e0e0e0}.config-item{border-bottom:1px solid #e0e0e0}.config-item:last-child{border-bottom:none}.config-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;cursor:pointer;transition:background .2s}.config-header:hover{background:#fafafa}.config-key-info{flex:1}.config-key-info h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#1a1a1a;font-family:Monaco,Courier New,monospace}.config-key-info .description{margin:0;font-size:13px;color:#999}.config-status{display:flex;align-items:center}.status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active{background:#e8f5e9;color:#2e7d32}.status-badge.inactive{background:#f3e5f5;color:#6a1b9a}.config-actions{display:flex;gap:8px}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:16px;transition:all .2s}.btn-icon:hover{border-color:#999;background:#f5f5f5}.btn-edit{color:#2196f3}.btn-edit:hover{background:#e3f2fd;border-color:#2196f3}.btn-delete{color:#f44336}.btn-delete:hover{background:#ffebee;border-color:#f44336}.config-content{background:#f5f5f5;border-top:1px solid #e0e0e0;padding:16px;overflow-x:auto}.config-content pre{margin:0;font-family:Monaco,Courier New,monospace;font-size:12px;line-height:1.5;color:#333;background:#fff;padding:12px;border-radius:4px;border:1px solid #ddd;overflow-x:auto;max-height:300px;overflow-y:auto}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:8px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:20px;color:#1a1a1a}.btn-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.btn-close:hover{color:#333}.modal-form{padding:24px;display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input,.form-group textarea,.form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;color:#333}.form-group textarea.error{border-color:#f44336;background-color:#ffebee}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.form-group textarea{resize:vertical;min-height:200px;font-family:Monaco,Courier New,monospace;font-size:13px}.form-group textarea:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-group input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-group small{color:#999;font-size:12px}.form-group small.error-text{color:#f44336}.form-group small.success-text{color:#4caf50}.form-group.checkbox label{display:flex;align-items:center;gap:8px;font-weight:400}.form-group.checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background:#fafafa}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn.btn-primary{background:#2196f3;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#1976d2}.btn.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn.btn-secondary{background:#fff;color:#333;border:1px solid #ddd}.btn.btn-secondary:hover:not(:disabled){background:#f5f5f5}.btn.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.config-header{flex-direction:column;align-items:flex-start}.config-status{align-self:flex-start}.config-actions{align-self:flex-end;margin-top:-32px}.filters{flex-direction:column}.filter-group{min-width:auto}.page-header{flex-direction:column;gap:16px}.modal{max-width:95%}.config-content pre{font-size:11px;max-height:200px}}.support-page{display:flex;flex-direction:column;gap:24px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.page-header h1{margin:0 0 4px;font-size:28px;color:#1a1a1a}.page-header p{margin:0;color:#666;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat-card{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s}.stat-card:hover{border-color:#999;box-shadow:0 2px 8px #0000000d}.stat-card svg{color:#2196f3;flex-shrink:0}.stat-info{flex:1}.stat-label{margin:0 0 4px;font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.stat-value{margin:0;font-size:24px;font-weight:700;color:#1a1a1a}.filters{display:flex;gap:16px;padding:16px;background:#f5f5f5;border-radius:8px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:150px}.filter-group label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase}.filter-group select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px;color:#333;cursor:pointer}.filter-group select:hover{border-color:#999}.filter-group select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.activity-log{background:#fff;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;min-height:400px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 24px;color:#999}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#2196f3;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#999}.empty-state svg{opacity:.3;margin-bottom:8px}.empty-state p{margin:0;font-size:16px;font-weight:500}.empty-state small{font-size:13px;color:#ccc}.timeline{padding:24px}.timeline-item{display:flex;gap:16px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #f0f0f0;position:relative}.timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-marker{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;font-size:24px;flex-shrink:0;transition:all .2s}.timeline-marker.blue{background:#e3f2fd;color:#1976d2}.timeline-marker.red{background:#ffebee;color:#c62828}.timeline-marker.green{background:#e8f5e9;color:#2e7d32}.timeline-marker.orange{background:#fff3e0;color:#e65100}.timeline-marker.purple{background:#f3e5f5;color:#6a1b9a}.timeline-marker.cyan{background:#e0f2f1;color:#00695c}.timeline-marker.yellow{background:#fffde7;color:#f57f17}.timeline-marker.gray{background:#f5f5f5;color:#616161}.timeline-content{flex:1;min-width:0}.timeline-header{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:8px}.timeline-header h4{margin:0;font-size:15px;font-weight:600;color:#1a1a1a;text-transform:capitalize;flex:1}.timeline-time{font-size:12px;color:#999;white-space:nowrap}.timeline-details{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#666}.timeline-details p{margin:0;word-break:break-word}.timeline-details strong{color:#333;font-weight:600}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;padding:20px}.pagination button{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#2196f3;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.pagination button:hover:not(:disabled){background:#e3f2fd;border-color:#2196f3}.pagination button:disabled{color:#ccc;cursor:not-allowed;border-color:#ddd}.page-info{color:#666;font-size:14px;font-weight:500}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.filters{flex-direction:column}.filter-group{min-width:auto}.timeline-item{gap:12px}.timeline-marker{width:40px;height:40px;font-size:20px}.timeline-header{flex-direction:column;align-items:flex-start}.timeline-time{white-space:normal}.timeline-details{font-size:12px}}.releases-page{display:flex;flex-direction:column;gap:24px}.releases-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.releases-page .page-header h1{margin:0 0 4px;font-size:28px;color:#1a1a1a;display:flex;align-items:center;gap:10px}.releases-page .page-header p{margin:0;color:#666;font-size:14px}.releases-page .page-header .btn{margin-top:0}.releases-page .table-container{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.releases-table{width:100%;border-collapse:collapse;font-size:14px}.releases-table thead{background:#fafafa;border-bottom:2px solid #e0e0e0}.releases-table th{padding:12px;text-align:left;font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.releases-table td{padding:12px;border-bottom:1px solid #f0f0f0;color:#333}.releases-table tbody tr:hover{background:#fafafa}.version-cell{font-weight:500}.version-tag{display:inline-block;padding:2px 8px;background:#f3e5f5;color:#7b1fa2;border-radius:4px;font-size:13px;font-weight:600;font-family:Monaco,Courier New,monospace}.platform-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.platform-badge.darwin{background:#e3f2fd;color:#1565c0}.platform-badge.linux{background:#fff3e0;color:#e65100}.platform-badge.windows{background:#ede7f6;color:#4527a0}.releases-page .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;cursor:default}.releases-page .status-badge.active{background:#e8f5e9;color:#2e7d32}.releases-page .status-badge.inactive{background:#ffebee;color:#c62828}.url-cell{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Monaco,Courier New,monospace;font-size:13px;color:#666}.releases-page .date-cell{color:#999;font-size:13px;white-space:nowrap}.releases-page .actions-cell{display:flex;gap:8px;justify-content:flex-end}.releases-page .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:16px;transition:all .2s}.releases-page .btn-icon:hover{border-color:#999;background:#f5f5f5}.releases-page .btn-edit{color:#2196f3}.releases-page .btn-edit:hover{background:#e3f2fd;border-color:#2196f3}.releases-page .btn-delete{color:#f44336}.releases-page .btn-delete:hover{background:#ffebee;border-color:#f44336}.releases-page .empty-state{padding:48px 24px;text-align:center;color:#999;display:flex;flex-direction:column;align-items:center;gap:12px}.releases-page .loading{padding:48px 24px;text-align:center;color:#999}.releases-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:releaseFadeIn .2s ease}@keyframes releaseFadeIn{0%{opacity:0}to{opacity:1}}.releases-page .modal{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:releaseSlideUp .3s ease}@keyframes releaseSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.releases-page .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.releases-page .modal-header h2{margin:0;font-size:20px;color:#1a1a1a}.releases-page .btn-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.releases-page .btn-close:hover{color:#333}.releases-page .modal-form{padding:24px;display:flex;flex-direction:column;gap:20px}.releases-page .form-group{display:flex;flex-direction:column;gap:6px}.releases-page .form-group label{font-size:14px;font-weight:600;color:#333}.releases-page .form-group input,.releases-page .form-group textarea,.releases-page .form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;color:#333}.releases-page .form-group input:focus,.releases-page .form-group textarea:focus,.releases-page .form-group select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.releases-page .form-group textarea{resize:vertical;min-height:100px}.releases-page .form-group small{color:#999;font-size:12px}.releases-page .form-group.checkbox label{display:flex;align-items:center;gap:8px;font-weight:400}.releases-page .form-group.checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}.releases-page .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background:#fafafa}.releases-page .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.releases-page .btn.btn-primary{background:#2196f3;color:#fff}.releases-page .btn.btn-primary:hover:not(:disabled){background:#1976d2}.releases-page .btn.btn-primary:disabled{background:#ccc;cursor:not-allowed}.releases-page .btn.btn-secondary{background:#fff;color:#333;border:1px solid #ddd}.releases-page .btn.btn-secondary:hover:not(:disabled){background:#f5f5f5}.releases-page .btn.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.releases-page .form-row{display:flex;gap:16px}.releases-page .form-row .form-group{flex:1}.file-drop-zone{display:flex;align-items:center;justify-content:center;min-height:100px;border:2px dashed #ddd;border-radius:8px;cursor:pointer;transition:all .2s;background:#fafafa}.file-drop-zone.small{min-height:56px}.file-drop-zone:hover,.file-drop-zone.drag-over{border-color:#2196f3;background:#e3f2fd}.file-drop-zone.has-file{border-style:solid;border-color:#4caf50;background:#f1f8e9}.file-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:#999;padding:16px;text-align:center}.file-placeholder.small{flex-direction:row;padding:12px 16px;gap:10px}.file-placeholder span{font-size:14px}.file-placeholder small{font-size:12px;color:#bbb}.file-selected{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;color:#333}.file-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.file-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{font-size:12px;color:#999}.file-remove{background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.file-remove:hover{color:#f44336;background:#ffebee}.current-file{color:#666!important;font-style:italic}.filename-display{display:inline-flex;align-items:center;gap:6px;color:#666;font-family:Monaco,Courier New,monospace;font-size:13px}.upload-progress{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#2196f3,#42a5f5);border-radius:4px;transition:width .3s ease}.progress-text{font-size:13px;font-weight:600;color:#2196f3;min-width:40px;text-align:right}@media(max-width:768px){.releases-page .page-header{flex-direction:column;gap:16px}.releases-page .modal{max-width:95%}.releases-table{font-size:12px}.releases-table th,.releases-table td{padding:8px}.url-cell{max-width:100px}.releases-page .date-cell{display:none}.releases-page .form-row{flex-direction:column}}.contact-messages-page{display:flex;flex-direction:column;gap:24px}.contact-messages-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.contact-messages-page .page-header h1{margin:0 0 4px;font-size:28px;color:#1a1a1a}.contact-messages-page .page-header p{margin:0;color:#666;font-size:14px}.contact-messages-page .stats-grid{display:flex;gap:16px;flex-wrap:wrap}.contact-messages-page .stat-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;min-width:180px}.contact-messages-page .stat-icon{font-size:24px;color:#2196f3}.contact-messages-page .stat-info{display:flex;flex-direction:column}.contact-messages-page .stat-value{font-size:24px;font-weight:700;color:#1a1a1a}.contact-messages-page .stat-label{font-size:12px;color:#666;text-transform:uppercase;font-weight:600}.contact-messages-page .table-container{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.contact-messages-page .messages-table{width:100%;border-collapse:collapse;font-size:14px}.contact-messages-page .messages-table thead{background:#fafafa;border-bottom:2px solid #e0e0e0}.contact-messages-page .messages-table th{padding:12px;text-align:left;font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.contact-messages-page .messages-table td{padding:12px;border-bottom:1px solid #f0f0f0;color:#333}.contact-messages-page .messages-table tbody tr{cursor:pointer}.contact-messages-page .messages-table tbody tr:hover{background:#fafafa}.contact-messages-page .message-row.unread-row{font-weight:600}.contact-messages-page .name-cell{font-weight:500;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-messages-page .unread-row .name-cell{font-weight:700}.contact-messages-page .email-cell{font-family:Monaco,Courier New,monospace;font-size:13px;color:#666;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-messages-page .subject-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-messages-page .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.contact-messages-page .status-badge.read{background:#e8f5e9;color:#2e7d32}.contact-messages-page .status-badge.unread{background:#fff3e0;color:#f57c00}.contact-messages-page .date-cell{color:#999;font-size:13px}.contact-messages-page .actions-cell{display:flex;gap:8px;justify-content:flex-end}.contact-messages-page .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:16px;transition:all .2s}.contact-messages-page .btn-icon:hover{border-color:#999;background:#f5f5f5}.contact-messages-page .btn-read{color:#2196f3}.contact-messages-page .btn-read:hover{background:#e3f2fd;border-color:#2196f3}.contact-messages-page .btn-delete{color:#f44336}.contact-messages-page .btn-delete:hover{background:#ffebee;border-color:#f44336}.contact-messages-page .empty-state,.contact-messages-page .loading{padding:48px 24px;text-align:center;color:#999}.contact-messages-page .pagination{display:flex;justify-content:center;align-items:center;gap:24px;padding:20px}.contact-messages-page .pagination button{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#2196f3;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.contact-messages-page .pagination button:hover:not(:disabled){background:#e3f2fd;border-color:#2196f3}.contact-messages-page .pagination button:disabled{color:#ccc;cursor:not-allowed;border-color:#ddd}.contact-messages-page .page-info{color:#666;font-size:14px;font-weight:500}.contact-messages-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:contactFadeIn .2s ease}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}.contact-messages-page .modal{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:contactSlideUp .3s ease}@keyframes contactSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.contact-messages-page .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.contact-messages-page .modal-header h2{margin:0;font-size:20px;color:#1a1a1a}.contact-messages-page .btn-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.contact-messages-page .btn-close:hover{color:#333}.contact-messages-page .modal-form{padding:24px;display:flex;flex-direction:column;gap:20px}.contact-messages-page .form-group{display:flex;flex-direction:column;gap:6px}.contact-messages-page .form-group label{font-size:14px;font-weight:600;color:#333}.contact-messages-page .field-value{margin:0;font-size:14px;color:#333;line-height:1.5}.contact-messages-page .message-detail{padding:12px 16px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;color:#333;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;min-height:80px}.contact-messages-page .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background:#fafafa}.contact-messages-page .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.contact-messages-page .btn.btn-primary{background:#2196f3;color:#fff}.contact-messages-page .btn.btn-primary:hover:not(:disabled){background:#1976d2}.contact-messages-page .btn.btn-primary:disabled{background:#ccc;cursor:not-allowed}.contact-messages-page .btn.btn-secondary{background:#fff;color:#333;border:1px solid #ddd}.contact-messages-page .btn.btn-secondary:hover:not(:disabled){background:#f5f5f5}.contact-messages-page .btn.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.contact-messages-page .stats-grid{flex-direction:column}.contact-messages-page .stat-card{min-width:auto}.contact-messages-page .page-header{flex-direction:column;gap:16px}.contact-messages-page .modal{max-width:95%}.contact-messages-page .messages-table{font-size:12px}.contact-messages-page .messages-table th,.contact-messages-page .messages-table td{padding:8px}.contact-messages-page .name-cell{max-width:100px}.contact-messages-page .email-cell,.contact-messages-page .date-cell{display:none}}.newsletter-page{max-width:1400px;margin:0 auto}.newsletter-page .page-header{margin-bottom:30px}.newsletter-page .page-header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.newsletter-page .page-header h1{font-size:32px;margin:0;color:#333;display:flex;align-items:center;gap:10px}.newsletter-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.newsletter-page .stat-card{display:flex;align-items:center;gap:15px;background:#fff;padding:20px 24px;border-radius:10px;box-shadow:0 2px 8px #0000001a}.newsletter-page .stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:#e8eef7;color:#667eea;font-size:22px;flex-shrink:0}.newsletter-page .stat-info{display:flex;flex-direction:column}.newsletter-page .stat-value{font-size:28px;font-weight:700;color:#333;line-height:1.2}.newsletter-page .stat-label{font-size:13px;color:#888;margin-top:2px}.newsletter-page .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.newsletter-page .table-container{overflow-x:auto}.newsletter-table{width:100%;border-collapse:collapse}.newsletter-table thead{background:#fafafa;border-bottom:2px solid #eee}.newsletter-table th{padding:15px;text-align:left;font-weight:600;color:#333;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.newsletter-table td{padding:15px;border-bottom:1px solid #eee;font-size:14px;color:#333}.newsletter-table tbody tr:hover{background:#f8f9fa}.newsletter-table .email{font-weight:500;color:#667eea}.newsletter-page .status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.newsletter-page .status-badge.active{background:#e6f7ed;color:#27ae60}.newsletter-page .status-badge.inactive{background:#f0f0f0;color:#888}.newsletter-page .pagination{display:flex;justify-content:center;align-items:center;gap:15px;padding:20px;border-top:1px solid #eee}.newsletter-page .pagination button{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.newsletter-page .pagination button:hover:not(:disabled){background:#f8f9fa;border-color:#667eea;color:#667eea}.newsletter-page .pagination button:disabled{opacity:.5;cursor:not-allowed}.newsletter-page .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;white-space:nowrap}.newsletter-page .btn-primary{background:#667eea;color:#fff}.newsletter-page .btn-primary:hover{background:#5a6fd6}.newsletter-page .btn-secondary{background:#fff;color:#667eea;border:1px solid #667eea}.newsletter-page .btn-secondary:hover{background:#667eea;color:#fff}.newsletter-page .empty-state{padding:40px;text-align:center;color:#999}.newsletter-page .loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#999}@media(max-width:768px){.newsletter-page .page-header-top{flex-direction:column;align-items:flex-start}.newsletter-page .page-header h1{font-size:24px}.newsletter-page .stats-grid{grid-template-columns:1fr}.newsletter-table th,.newsletter-table td{padding:10px 12px}.newsletter-page .pagination{flex-wrap:wrap;gap:10px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font-family:inherit}
