html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.app-container{height:100%;min-height:100vh;background-color:#f0f2f5}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;background:#f0f2f5;padding:2% 10%;position:relative;overflow:auto}.login-container:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1920&q=80) no-repeat center center;background-size:cover;opacity:.7;z-index:1}.login-form-card{background:#fff;border-radius:8px;padding:40px 56px;box-shadow:0 4px 20px #0000001a;width:550px;max-width:90%;max-height:90vh;overflow-y:auto;position:relative;z-index:10;margin-right:5%}.login-title{text-align:center;margin-bottom:32px}.login-title h1{font-size:24px;font-weight:600;margin:0;color:#333}.login-form .ant-form-item{margin-bottom:20px}.login-form .ant-input{height:42px;border-radius:8px;border:1px solid #e8e8e8;font-size:14px;padding:0 12px}.login-form .ant-input:focus{box-shadow:0 0 0 2px #ff4d4f33}.login-form .ant-input-password{height:42px;border-radius:8px;border:1px solid #e8e8e8;font-size:14px;padding:0 12px}.login-form .ant-input-password:focus{box-shadow:0 0 0 2px #ff4d4f33}.login-form .ant-checkbox-wrapper{font-size:14px}.login-form .ant-btn-primary{height:44px;font-size:16px;font-weight:500;border-radius:8px;background-color:#ff4d4f;border-color:#ff4d4f;margin-top:8px}.login-form .ant-btn-primary:hover{background-color:#ff7875;border-color:#ff7875}.login-footer{margin-top:24px;text-align:center;font-size:14px;color:#666}.login-footer p{margin:0}.login-footer .ant-btn-link{padding:0;margin-left:8px;color:#ff4d4f}.login-footer .copyright{margin:16px 0 0;font-size:12px;color:#999}.dashboard-layout{min-height:100vh;background-color:#f0f2f5;overflow:hidden}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:#f8fafe;box-shadow:0 2px 8px #00000026;z-index:100;transition:all .3s ease}.dashboard-header .ant-btn{color:#333!important}.dashboard-header .ant-btn:hover{color:#1890ff!important}.dashboard-header h1{color:#333!important;text-shadow:none}.dashboard-logo{display:flex;align-items:center;gap:12px}.dashboard-logo h1{color:#333;font-size:20px;font-weight:600;margin:0;white-space:nowrap;text-shadow:none}.dashboard-user-section{display:flex;align-items:center;gap:16px}.dashboard-user{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;transition:all .3s ease;cursor:pointer}.dashboard-user:hover{background:rgba(255,255,255,.1)}.dashboard-user-info{display:flex;flex-direction:column}.dashboard-user-name{color:#fff;font-size:14px;font-weight:500}.dashboard-user-role{color:#ffffffe6;font-size:12px}.dashboard-sider{background:#2f3a50;box-shadow:2px 0 8px #0000001a;overflow:hidden;transition:all .3s ease}.dashboard-sider .ant-layout-sider-children{display:flex;flex-direction:column;padding:16px 0}.dashboard-menu{flex:1;overflow-y:auto;padding:64px 8px 24px}.dashboard-menu .ant-menu{background:transparent;border-right:none}.dashboard-menu .ant-menu-sub{background:#2f3a50!important;box-shadow:0 2px 8px #00000026}.dashboard-menu .ant-menu-submenu{background:transparent}.dashboard-menu .ant-menu-submenu>.ant-menu{background:#2f3a50!important}.dashboard-menu .ant-menu-item{height:42px;line-height:42px;margin:4px 0;border-radius:8px;color:#ffffffb3;font-size:14px;transition:all .3s ease;padding:0 16px}.dashboard-menu .ant-menu-item:hover{background:rgba(24,144,255,.2);color:#fff;transform:translate(4px)}.dashboard-menu .ant-menu-item-active{background:rgba(24,144,255,.3);color:#fff}.dashboard-menu .ant-menu-item-selected{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);color:#fff;box-shadow:0 2px 8px #1890ff4d}.dashboard-menu .ant-menu-submenu-title{height:42px;line-height:42px;margin:4px 0;border-radius:8px;color:#ffffffb3;font-size:14px;transition:all .3s ease;padding:0 16px}.dashboard-menu .ant-menu-submenu-title:hover{background:rgba(24,144,255,.2);color:#fff;transform:translate(4px)}.dashboard-menu::-webkit-scrollbar{width:6px}.dashboard-menu::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.dashboard-menu::-webkit-scrollbar-thumb{background:rgba(24,144,255,.5);border-radius:3px}.dashboard-menu::-webkit-scrollbar-thumb:hover{background:rgba(24,144,255,.7)}.dashboard-content{padding:0;margin:0;background:transparent;border-radius:0;min-height:auto;box-shadow:none;animation:fadeIn .3s ease-in}.dashboard-content>div>*:first-child,.dashboard-content>*:first-child{margin-top:0!important;margin-left:-4px!important;padding-left:0!important;padding-top:0!important}.dashboard-content .ant-card,.dashboard-content .ant-alert,.dashboard-content .ant-form,.dashboard-content .ant-table-wrapper,.dashboard-content .ant-list,.dashboard-content .ant-result,.dashboard-content .ant-descriptions,.dashboard-content .ant-steps,.dashboard-content .ant-timeline,.dashboard-content .ant-collapse,.dashboard-content .ant-statistic,.dashboard-content .ant-tree{margin:0 0 16px!important;border-radius:0;box-shadow:none;border:none;padding:0!important}.dashboard-content>div:not(:first-child),.dashboard-content>form:not(:first-child),.dashboard-content>table:not(:first-child),.dashboard-content>ul:not(:first-child),.dashboard-content>ol:not(:first-child){margin-top:24px!important;margin-left:0!important;padding-left:0!important;padding-top:0!important}.dashboard-content>div:first-child,.dashboard-content>form:first-child,.dashboard-content>table:first-child,.dashboard-content>ul:first-child,.dashboard-content>ol:first-child{margin-top:0!important;margin-left:0!important;padding-left:0!important;padding-top:0!important}.global-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.login-container{padding:2% 5%;justify-content:center}.login-form-card{padding:32px 24px;width:100%;max-width:100%;margin-right:0}.login-title h1{font-size:20px}.login-form .ant-form-item .ant-input,.login-form .ant-input-password{height:48px;font-size:16px}.dashboard-header{padding:0 16px}.dashboard-logo h1{font-size:16px}.dashboard-content{padding:16px;margin:16px}.dashboard-user-info{display:none}}@media (max-width: 480px){.login-container{padding:5% 3%}.login-form-card{padding:24px 20px}.login-title h1{font-size:18px}.login-form .ant-form-item:nth-child(3)>div>div{flex-direction:column;gap:10px}.login-form .ant-form-item:nth-child(3) input{width:100%!important;height:52px;font-size:18px}.login-form .ant-form-item:nth-child(3)>div>div>div:nth-child(2){width:100%;flex-direction:row;justify-content:space-between}.login-form .ant-form-item:nth-child(3)>div>div>div:nth-child(2)>div{min-width:0;flex:1;margin-right:10px}@media (max-width: 480px){.login-form .ant-form-item:nth-child(3)>div>div{flex-direction:column!important;gap:10px!important}.login-form .ant-form-item:nth-child(3) input{width:100%!important;min-width:0!important}.login-form .ant-form-item:nth-child(3)>div>div>div:nth-child(2){width:100%!important;flex-direction:row!important;justify-content:space-between!important;gap:10px!important}.captcha-image-container{min-width:0!important;flex:1!important;height:auto!important;margin-right:0!important}.captcha-refresh-button{white-space:nowrap;flex-shrink:0}.captcha-form-item .ant-form-item-control-input-content{display:flex!important;flex-direction:column!important;gap:10px!important}.captcha-form-item .ant-form-item-control-input-content>div{width:100%!important;display:flex!important;flex-direction:column!important;gap:10px!important}.captcha-form-item .ant-form-item-control-input-content>div>div{width:100%!important}.dashboard-layout{overflow-x:hidden}.dashboard-content{padding:16px!important;margin:0!important;overflow-x:hidden}.ant-table-wrapper{overflow-x:auto}.ant-form-item{margin-bottom:16px!important}.ant-btn{padding:0 12px;font-size:14px}.ant-input{font-size:16px;height:40px}.ant-modal-content{padding:16px}}.login-form .ant-btn-primary{height:48px;font-size:18px}}.dashboard-menu::-webkit-scrollbar{width:4px}.dashboard-menu::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.dashboard-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.dashboard-menu::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.ant-tooltip{max-width:300px}.ant-tag{border-radius:4px;font-size:12px;padding:2px 8px}.ant-badge{margin-left:4px}.ant-notification{top:80px!important}.ant-spin{color:#1890ff}.ant-alert{border-radius:6px;margin-bottom:16px}.ant-progress{margin-bottom:16px}.form-field-label{font-weight:500!important;color:#262626!important}.form-input{border-radius:6px;transition:all .3s ease}.form-input:focus{box-shadow:0 0 0 2px #1890ff33!important}.btn{border-radius:6px;font-weight:500;transition:all .3s ease;height:36px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-primary{background:#1890ff;border-color:#1890ff;color:#fff}.btn-primary:hover{background:#40a9ff;border-color:#40a9ff;transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}.btn-secondary{background:#fafafa;border-color:#d9d9d9;color:#000000d9}.btn-secondary:hover{background:#f5f5f5;border-color:#c5c5c5}.btn-danger{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.btn-danger:hover{background:#ff7875;border-color:#ff7875}.mobile-menu-button{display:none;background:rgba(255,255,255,.1);border:none;color:#fff;padding:8px;border-radius:4px;cursor:pointer;transition:all .3s ease}.mobile-menu-button:hover{background:rgba(255,255,255,.2)}@media (max-width: 768px){.mobile-menu-button{display:block}}@media (max-width: 768px){.responsive-table .ant-table{font-size:12px}.responsive-table .ant-table-thead>tr>th,.responsive-table .ant-table-tbody>tr>td{padding:8px}.responsive-table .ant-table-thead{font-size:11px}}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.status-active{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.status-inactive{background:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.status-draft{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.status-published{background:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.progress-bar{width:100%;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#1890ff 0%,#52c41a 100%);transition:width .3s ease;border-radius:2px}body,html{margin:0;padding:0;overflow:hidden;height:100vh;width:100vw}#root{height:100vh;width:100vw;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{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;background-color:#f0f2f5}#root{height:100%}.ant-layout{min-height:100vh}.ant-layout-header,.dashboard-header{background:#289fe2;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a;z-index:1000;height:56px;position:fixed;top:0;left:0;right:0;-webkit-user-select:none;user-select:none}.dashboard-header .ant-btn-text{color:#fff!important;font-size:16px!important;font-weight:500!important}.dashboard-header .ant-btn-text:hover{color:#fff!important;background-color:#fff3!important;font-size:16px!important;font-weight:600!important}.dashboard-header .ant-btn-text:active{color:#fff!important;font-size:16px!important}.dashboard-header .ant-btn-text:focus{color:#fff!important;font-size:16px!important}.ant-layout-sider{background:#001529;box-shadow:2px 0 8px #00000026}.ant-layout-content{padding:0;margin:0;background:transparent;border-radius:0;min-height:auto;box-shadow:none}::-webkit-scrollbar{width:6px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.page-header{display:none;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.page-header h1{font-size:24px;font-weight:600;color:#262626;margin:0}.page-header .page-description{color:#8c8c8c;margin-top:8px;font-size:14px}.page-header-card{display:none}.ozon-form .ant-form-item-label>label{font-weight:500;color:#262626}.ozon-form .ant-form-item{margin-bottom:20px}.ozon-table{margin-top:16px;background:#ffffff;border-radius:6px;overflow:hidden}.ozon-table .ant-table{margin-bottom:0}.ozon-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626;padding:14px 16px;border-bottom:1px solid #f0f0f0}.ozon-table .ant-table-tbody>tr{transition:all .3s ease}.ozon-table .ant-table-tbody>tr:hover{background:#fafafa}.fixed-table-container{display:flex;flex-direction:column;background:#ffffff;border-radius:6px;overflow:hidden;margin-top:16px;min-height:400px;max-height:calc(100vh - 140px);box-shadow:0 1px 4px #00000014}.fixed-table-body{flex:1;overflow:auto}.ant-pagination{margin:16px 0!important;display:flex!important;justify-content:center!important;align-items:center!important}.ant-pagination-item{border-radius:4px}.ant-pagination-item-active{background-color:#1890ff;border-color:#1890ff}.ant-pagination-item-active a{color:#fff}.ant-pagination-options-quick-jumper{margin-left:12px}.page-container .ant-pagination,.card-container .ant-pagination,.ant-table-wrapper .ant-pagination{display:flex!important;justify-content:center!important;align-items:center!important;margin-top:16px!important;margin-bottom:16px!important}.ant-card-body{padding-bottom:16px!important}.ant-table-wrapper{margin-bottom:0!important}.table-container{display:flex;flex-direction:column;background:#ffffff;border-radius:6px;overflow:hidden;margin-top:16px}.table-container .ant-table{flex:1}.table-container .ant-pagination{padding:12px 0;border-top:1px solid #f0f0f0;margin:0!important}.data-table{margin-bottom:20px!important}.ozon-button-group{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.ozon-primary-button{background:#1890ff;border-color:#1890ff}.ozon-primary-button:hover{background:#40a9ff;border-color:#40a9ff}.ozon-card{margin-bottom:16px;border-radius:6px;box-shadow:0 1px 4px #00000014;transition:all .3s ease}.ozon-card:hover{box-shadow:0 2px 8px #0000001f}.ozon-card .ant-card-head,.ozon-modal .ant-modal-header{background:#fafafa;border-bottom:1px solid #f0f0f0}.ozon-modal .ant-modal-title{font-size:16px;font-weight:600;color:#262626}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.empty-container{display:flex;justify-content:center;align-items:center;min-height:300px;flex-direction:column;color:#8c8c8c}.empty-container h3{margin-bottom:8px;color:#595959}.empty-container p{margin-bottom:20px}@media (max-width: 768px){.ant-layout-content{padding:16px;margin:16px}.ant-layout-header{padding:0 16px}.page-header h1{font-size:20px}.ozon-button-group{flex-direction:column}.ozon-button-group button{width:100%}}.text-center{text-align:center}.text-muted{color:#8c8c8c}.text-sm{font-size:12px}.text-lg{font-size:16px}.bold{font-weight:600}.mb-0{margin-bottom:0}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-24{margin-bottom:24px}.mt-0{margin-top:0}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-column{display:flex;flex-direction:column}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.enhanced-search-input{width:200px;margin-left:auto;border-color:#d9d9d9;border-radius:4px;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.enhanced-search-input:hover{border-color:#1890ff;box-shadow:0 1px 4px #0000001a}.enhanced-search-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
