@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--admin-primary: #6366f1;--admin-cyan: #0891b2;--admin-cyan-light: #06b6d4;--admin-accent: #8b5cf6;--admin-bg: #f0f4fa;--admin-surface: #ffffff;--admin-surface-muted: #f8fafc;--admin-border: rgba(99, 102, 241, .1);--admin-border-strong: rgba(99, 102, 241, .18);--admin-text: #0f172a;--admin-text-secondary: #475569;--admin-text-muted: #94a3b8;--admin-gradient: linear-gradient(135deg, #06b6d4 0%, #6366f1 55%, #8b5cf6 100%);--admin-shadow-sm: 0 1px 3px rgba(15, 23, 42, .05), 0 0 0 1px rgba(99, 102, 241, .05);--admin-shadow-md: 0 8px 30px rgba(15, 23, 42, .07), 0 0 0 1px rgba(99, 102, 241, .06)}.brand-logo{display:flex;align-items:center;gap:10px}.brand-logo-img{width:48px;height:48px;object-fit:contain;flex-shrink:0;border-radius:12px;border:1px solid var(--admin-border-strong);background:#fff;padding:5px;box-shadow:0 2px 8px #0f172a14,0 1px 3px #0f172a0a}.brand-logo-name{font-size:13px;font-weight:700;color:var(--admin-text);letter-spacing:-.01em;line-height:1.2}.brand-logo-tag{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--admin-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-top:2px}.admin-gradient-btn{background:var(--admin-gradient)!important;border:none!important;border-radius:10px!important;font-weight:600!important;color:#fff!important;box-shadow:0 4px 14px #6366f147!important;transition:box-shadow .2s,transform .15s!important}.admin-gradient-btn:hover{box-shadow:0 6px 20px #6366f161!important;transform:translateY(-1px)}.auth-page{position:relative;min-height:100vh;display:flex;background:var(--admin-bg);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-page-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,102,241,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.auth-page-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.45}.auth-page-blob--1{width:480px;height:480px;top:-120px;left:-80px;background:#06b6d42e}.auth-page-blob--2{width:360px;height:360px;bottom:-80px;right:5%;background:#6366f126}.auth-page-left{flex:1.2 1;display:none;position:relative;padding:64px;align-items:center;background:linear-gradient(135deg,#ecfeff,#eef2ff,#faf5ff);border-right:1px solid var(--admin-border)}@media (min-width: 960px){.auth-page-left{display:flex}}.auth-page-left-inner{position:relative;z-index:1;max-width:440px}.auth-badge{display:inline-flex;align-items:center;gap:8px;margin-top:40px;margin-bottom:24px;padding:6px 14px;border-radius:999px;background:#fff;border:1px solid var(--admin-border-strong);font-family:JetBrains Mono,monospace;font-size:11px;color:var(--admin-primary);letter-spacing:.04em;box-shadow:var(--admin-shadow-sm)}.auth-headline{font-size:36px;font-weight:700;color:var(--admin-text);line-height:1.2;letter-spacing:-.04em;margin-bottom:16px}.auth-headline-gradient{background:var(--admin-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-desc{font-size:15px;color:var(--admin-text-secondary);line-height:1.7;margin-bottom:40px}.auth-features{display:flex;flex-direction:column;gap:14px}.auth-feature-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;background:#ffffffbf;border:1px solid var(--admin-border);transition:border-color .2s,box-shadow .2s}.auth-feature-item:hover{border-color:var(--admin-border-strong);box-shadow:var(--admin-shadow-sm)}.auth-feature-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#ecfeff,#eef2ff);border:1px solid var(--admin-border);display:flex;align-items:center;justify-content:center;color:var(--admin-primary);font-size:16px;flex-shrink:0}.auth-feature-text{font-size:13px;color:var(--admin-text);font-weight:500}.auth-feature-code{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--admin-text-muted);margin-top:2px;letter-spacing:.04em}.auth-page-right{flex:1 1;display:flex;align-items:center;justify-content:center;padding:32px 24px;position:relative;z-index:1;background:var(--admin-bg)}.auth-form-card{position:relative;width:100%;max-width:420px;padding:40px 36px;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:20px;box-shadow:var(--admin-shadow-md)}.auth-form-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--admin-gradient);border-radius:20px 20px 0 0}.auth-form-header{margin-bottom:32px}.auth-form-header-mobile{display:block;margin-bottom:24px}@media (min-width: 960px){.auth-form-header-mobile{display:none}}.auth-form-title{font-size:26px;font-weight:700;color:var(--admin-text);margin-bottom:8px;letter-spacing:-.03em}.auth-form-subtitle{font-size:14px;color:var(--admin-text-muted)}.auth-form-card .ant-form-item-label>label{color:var(--admin-text-secondary)!important;font-size:13px}.auth-form-card .ant-input,.auth-form-card .ant-input-affix-wrapper{background:var(--admin-surface-muted)!important;border-color:var(--admin-border)!important;border-radius:10px!important}.auth-form-card .ant-input-affix-wrapper:hover,.auth-form-card .ant-input-affix-wrapper-focused{border-color:var(--admin-primary)!important;box-shadow:0 0 0 2px #6366f11a!important}.auth-form-card .ant-input-prefix{color:var(--admin-text-muted)!important}.auth-form-card .ant-checkbox-wrapper{color:var(--admin-text-secondary)!important}.auth-form-remember{margin-bottom:24px}@media (max-width: 959px){.auth-page{min-height:100dvh;align-items:flex-start;padding:calc(20px + env(safe-area-inset-top,0px)) calc(16px + env(safe-area-inset-right,0px)) calc(24px + env(safe-area-inset-bottom,0px)) calc(16px + env(safe-area-inset-left,0px))}.auth-page-right{padding:0;width:100%;align-items:stretch}.auth-form-card{max-width:none;padding:28px 20px 24px;border-radius:16px}.auth-form-header{margin-bottom:24px}.auth-form-title{font-size:clamp(22px,5vw,26px)}.auth-form-card .ant-input,.auth-form-card .ant-input-affix-wrapper,.admin-gradient-btn{min-height:48px!important;font-size:16px!important}}@media (min-width: 480px) and (max-width: 959px){.auth-page-right{padding:8px 0}.auth-form-card{padding:32px 28px 28px}}html{overflow-x:hidden}body{margin:0;overflow-x:hidden}#root,.ant-pro-layout,.ant-pro-layout>.ant-layout,.ant-pro-layout .ant-pro-layout-container,.ant-pro-layout .ant-pro-layout-content,.ant-pro-layout .ant-layout-content,.ant-pro-layout .ant-pro-page-container,.ant-pro-layout .ant-pro-page-container-children-container,.ant-pro-layout .ant-pro-page-container-children-content,.ant-pro-layout .ant-pro-grid-content{min-width:0;max-width:100%}.ant-pro-layout .ant-pro-layout-content,.ant-pro-layout .ant-pro-page-container-children-content{overflow-x:hidden}.ant-pro-table,.ant-pro-table .ant-pro-card,.ant-pro-table .ant-pro-card-body{max-width:100%;overflow:hidden}.ant-pro-table .ant-table-wrapper{max-width:100%;overscroll-behavior-x:contain}.ant-pro-table .ant-pro-table-search{max-width:100%;overflow-x:auto}.ant-pro-table .ant-pro-table-search .ant-form{min-width:0}.ant-pro-table .ant-pro-table-list-toolbar-container{flex-wrap:wrap;gap:8px}.ant-pro-card-statistic-group-direction-row{flex-wrap:wrap!important}.ant-pro-table .ant-table-wrapper::-webkit-scrollbar{height:6px}.ant-pro-table .ant-table-wrapper::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.ant-pro-table .ant-table-wrapper::-webkit-scrollbar-thumb:hover{background:#00000040}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]{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}
