.sidebar{background:#f8f9fa!important;border-right:1px solid #e9ecef;height:100vh;position:fixed;left:0;top:0;z-index:100;display:flex;flex-direction:column}.sidebar-header{padding:20px 16px;border-bottom:1px solid #e9ecef;background:#fff}.logo{display:flex;align-items:center;gap:12px}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f8ff;border-radius:8px}.logo-text{font-size:18px;color:#1890ff}.sidebar-content{flex:1;overflow-y:auto;padding:16px 0}.sidebar-menu{border:none!important;background:transparent!important}.sidebar-menu .ant-menu-item{margin:4px 12px!important;padding:12px 16px!important;border-radius:8px!important;height:auto!important;line-height:1.4!important;display:flex!important;align-items:center!important;gap:12px!important;color:#495057!important;font-weight:500!important;transition:all .2s ease!important}.sidebar-menu .ant-menu-item:hover{background:#e3f2fd!important;color:#1890ff!important}.sidebar-menu .ant-menu-item-selected{background:#1890ff!important;color:#fff!important}.sidebar-menu .ant-menu-item-selected .ant-menu-item-icon{color:#fff!important}.sidebar-menu .ant-menu-item-icon{color:#6c757d!important;margin-right:0!important;font-size:20px!important}.sidebar-footer{padding:16px;border-top:1px solid #e9ecef;background:#fff}.user-profile{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;background:#f8f9fa}.user-avatar{flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{display:block;font-size:14px;color:#212529;margin-bottom:2px}.user-role{display:block;font-size:12px;color:#6c757d}.logout-button{flex-shrink:0;color:#6c757d;padding:4px;height:auto;width:auto}.logout-button:hover{color:#dc3545;background:#fff5f5}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.mobile-open{transform:translate(0)}}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:2px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#adb5bd}.header{background:#fff!important;border-bottom:1px solid #e9ecef;padding:0 24px!important;height:64px!important;line-height:64px!important;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:99;box-shadow:0 1px 4px #00000014}.header-left{flex:1;display:flex;align-items:center}.header-center{flex:1;display:flex;justify-content:center;max-width:400px}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.page-title-section{margin-left:280px}.page-title{margin:0!important;font-size:24px;font-weight:600;color:#212529;line-height:1.2}.page-subtitle{margin:0!important;font-size:14px;color:#6c757d;line-height:1.4}.header-search{width:100%;max-width:400px}.header-search .ant-input{border-radius:20px;border:1px solid #e9ecef;padding:8px 16px 8px 40px;font-size:14px;transition:all .2s ease}.header-search .ant-input:focus,.header-search .ant-input:hover{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.header-search .ant-input-prefix{color:#6c757d;left:12px}.header-actions{display:flex;align-items:center;gap:8px}.header-action-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#6c757d;border:none;background:transparent;transition:all .2s ease}.header-action-button:hover{color:#1890ff;background:#f0f8ff}.user-profile-dropdown{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease}.user-profile-dropdown:hover{background:#f8f9fa}.user-avatar{border:2px solid #e9ecef}.dropdown-arrow{color:#6c757d;transition:transform .2s ease}.user-profile-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.ant-badge{display:flex;align-items:center}.ant-badge-count{background:#ff4d4f;border:2px solid white;font-size:10px;min-width:16px;height:16px;line-height:12px}@media (max-width: 768px){.header{padding:0 16px!important}.page-title-section{margin-left:0}.page-title{font-size:20px}.header-center{display:none}.header-actions{gap:4px}.header-action-button{width:36px;height:36px}}@media (max-width: 768px){.header{padding-left:60px!important}}.main-layout{min-height:100vh;background:#f8f9fa}.content-layout{margin-left:280px;background:#f8f9fa;min-height:100vh}.main-content{padding:24px;background:#f8f9fa;min-height:calc(100vh - 64px);overflow-y:auto}@media (max-width: 768px){.content-layout{margin-left:0}.main-content{padding:16px}}.main-content::-webkit-scrollbar{width:6px}.main-content::-webkit-scrollbar-track{background:transparent}.main-content::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:3px}.main-content::-webkit-scrollbar-thumb:hover{background:#adb5bd}.main-content{animation:fadeIn .3s ease-in-out}.login-container{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.login-background{position:relative;z-index:1;width:100%;max-width:1200px;padding:20px}.login-content{display:flex;align-items:center;justify-content:center;min-height:80vh}.login-card{width:100%;max-width:400px;border-radius:16px!important;box-shadow:0 20px 40px #0000001a!important;border:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2!important}.login-header{text-align:center;margin-bottom:32px}.login-logo{display:flex;justify-content:center;margin-bottom:16px}.login-logo svg{background:linear-gradient(135deg,#1890ff,#40a9ff);border-radius:12px;padding:12px;color:#fff!important}.login-title{margin:0!important;background:linear-gradient(135deg,#1890ff,#40a9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700!important}.login-subtitle{font-size:14px;margin-top:8px;display:block}.login-form{margin-bottom:24px}.login-input{border-radius:8px!important;border:1px solid #e1e5e9!important;padding:12px 16px!important;font-size:16px!important;transition:all .3s ease!important}.login-input:hover{border-color:#1890ff!important}.login-input:focus,.login-input.ant-input-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.login-button{height:48px!important;border-radius:8px!important;background:linear-gradient(135deg,#1890ff,#40a9ff)!important;border:none!important;font-size:16px!important;font-weight:600!important;transition:all .3s ease!important}.login-button:hover{background:linear-gradient(135deg,#40a9ff,#69c0ff)!important;transform:translateY(-1px);box-shadow:0 8px 20px #1890ff4d!important}.login-button:active{transform:translateY(0)}.login-footer{text-align:center}.login-alert{border-radius:8px!important;border:none!important;background:#f6f8fa!important}@media (max-width: 768px){.login-container{padding:20px}.login-card{max-width:100%;margin:0 16px}.login-title{font-size:24px!important}}.login-card{animation:slideInUp .6s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo svg{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}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)}@-ms-viewport{width:device-width}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}mark{padding:.2em;background-color:#feffe6}*{box-sizing:border-box}body{margin:0;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:#f8f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-layout,.ant-layout-sider{background:#f8f9fa!important}.ant-layout-header{background:#fff!important;padding:0!important;height:64px!important;line-height:64px!important;box-shadow:0 1px 4px #00000014}.ant-layout-content{background:#f8f9fa!important;padding:24px!important;min-height:calc(100vh - 64px)}.ant-card{border-radius:8px!important;box-shadow:0 1px 3px #0000001a!important}.ant-card-head{border-bottom:1px solid #f0f0f0!important;padding:16px 24px!important}.ant-card-body{padding:24px!important}.ant-btn{border-radius:6px!important;font-weight:500!important;transition:all .2s ease!important}.ant-btn-primary{background:#1890ff!important;border-color:#1890ff!important}.ant-btn-primary:hover{background:#40a9ff!important;border-color:#40a9ff!important;transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}.ant-table{background:#fff!important;border-radius:8px!important}.ant-table-thead>tr>th{background:#fafafa!important;border-bottom:1px solid #f0f0f0!important;font-weight:600!important;color:#262626!important}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0!important}.ant-table-tbody>tr:hover>td{background:#f8f9fa!important}.ant-form-item-label>label{font-weight:500!important;color:#262626!important}.ant-input,.ant-select-selector,.ant-picker{border-radius:6px!important;border:1px solid #d9d9d9!important;transition:all .2s ease!important}.ant-input:focus,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.ant-modal{border-radius:8px!important}.ant-modal-header{border-bottom:1px solid #f0f0f0!important;border-radius:8px 8px 0 0!important}.ant-modal-content{border-radius:8px!important}.ant-tag{border-radius:4px!important;font-size:12px!important;padding:2px 8px!important}.ant-badge-count{border-radius:10px!important;font-size:10px!important;min-width:16px!important;height:16px!important;line-height:14px!important}.ant-spin-container{border-radius:8px!important}.ant-pagination{text-align:center!important;margin-top:24px!important}.ant-pagination-item{border-radius:4px!important}.ant-pagination-item-active{background:#1890ff!important;border-color:#1890ff!important}@media (max-width: 768px){.ant-layout-content,.ant-card-body{padding:16px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 12px!important}}.text-center{text-align:center}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-8{gap:8px}.gap-16{gap:16px}.gap-24{gap:24px}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .3s ease-in-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media print{.ant-layout-sider,.ant-layout-header,.ant-btn,.ant-pagination{display:none!important}.ant-layout-content{margin:0!important;padding:0!important}}
