@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";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}:root{--bg-base: #070b14;--bg-elevated: #0d1424;--bg-glass: rgba(13, 20, 36, .72);--border-glass: rgba(99, 179, 255, .18);--accent-cyan: #22d3ee;--accent-blue: #3b82f6;--accent-purple: #a855f7;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--glow-cyan: 0 0 24px rgba(34, 211, 238, .35);--radius-lg: 16px;--radius-md: 12px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 20% -10%,rgba(59,130,246,.15),transparent),radial-gradient(ellipse 60% 40% at 90% 10%,rgba(168,85,247,.12),transparent),radial-gradient(ellipse 50% 30% at 50% 100%,rgba(34,211,238,.08),transparent);pointer-events:none;z-index:0}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;position:relative;z-index:1}.auth-hero{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:48px}.auth-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/auth-hero.png) center/cover no-repeat;transform:scale(1.02)}.auth-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#070b148c,#070b14d9)}.auth-hero-content{position:relative;z-index:2;max-width:480px}.auth-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#22d3ee1f;border:1px solid rgba(34,211,238,.35);color:var(--accent-cyan);font-size:13px;font-weight:600;margin-bottom:20px}.auth-hero-title{font-size:36px;font-weight:700;line-height:1.2;margin:0 0 12px;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-hero-desc{color:var(--text-secondary);font-size:15px;line-height:1.6;margin:0}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:48px 32px;background:#070b1499;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-form-card{width:100%;max-width:400px}.auth-form-card .ant-card-head-title{font-size:24px!important;font-weight:700!important}.auth-form-footer{text-align:center;margin-top:20px;color:var(--text-secondary);font-size:14px}.auth-form-footer a{color:var(--accent-cyan);text-decoration:none;font-weight:600}.auth-form-footer a:hover{text-decoration:underline}.app-shell{min-height:100vh;position:relative;z-index:1}.app-sider{background:#0a101ef2!important;border-right:1px solid var(--border-glass)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-logo{height:64px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid var(--border-glass)}.app-logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-blue));display:grid;place-items:center;font-size:18px;box-shadow:var(--glow-cyan)}.app-logo-text{font-weight:700;font-size:15px;line-height:1.2;color:var(--text-primary)}.app-logo-sub{font-size:11px;color:var(--text-secondary);font-weight:400}.app-header{background:#0a101ed9!important;border-bottom:1px solid var(--border-glass)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:0 24px!important;display:flex;align-items:center;justify-content:space-between;height:64px!important}.app-header-title{font-size:16px;font-weight:600;color:var(--text-primary)}.app-content{margin:20px!important;padding:0!important;background:transparent!important;min-height:calc(100vh - 104px);animation:fadeIn .35s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.upload-dragger{border:1px dashed rgba(34,211,238,.35)!important;background:#0f172a80!important;border-radius:var(--radius-md)!important}.upload-dragger:hover{border-color:var(--accent-cyan)!important}.settings-list-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:var(--radius-md);border:1px solid transparent;transition:background .2s,border-color .2s;cursor:pointer}.settings-list-item:hover{background:#3b82f60f;border-color:var(--border-glass)}.page-header{margin-bottom:20px}.page-header-title{font-size:22px;font-weight:700;margin:0 0 4px;color:var(--text-primary)}.page-header-desc{margin:0;color:var(--text-secondary);font-size:14px}.dashboard-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:20px;min-height:160px;border:1px solid var(--border-glass)}.dashboard-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/dashboard-hero.png) center/cover no-repeat}.dashboard-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070b14eb,#070b1466)}.dashboard-hero-content{position:relative;z-index:1;padding:28px 32px}.dashboard-hero-content h2{margin:0 0 8px;font-size:24px;font-weight:700}.dashboard-hero-content p{margin:0;color:var(--text-secondary);max-width:520px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-md);padding:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s,box-shadow .2s,border-color .2s}.stat-card:hover{transform:translateY(-2px);border-color:#22d3ee66;box-shadow:var(--glow-cyan)}.stat-card-label{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.stat-card-value{font-size:28px;font-weight:700;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--bg-glass)!important;border:1px solid var(--border-glass)!important;border-radius:var(--radius-lg)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.glass-card .ant-card-head{border-bottom:1px solid var(--border-glass)!important}.glass-card .ant-card-head-title{font-weight:600!important}.intent-tag-a{border-color:#22c55e!important;color:#4ade80!important;background:#22c55e1f!important}.intent-tag-b{border-color:#3b82f6!important;color:#60a5fa!important;background:#3b82f61f!important}.intent-tag-c{border-color:#eab308!important;color:#facc15!important;background:#eab3081f!important}.intent-tag-d{border-color:#f97316!important;color:#fb923c!important;background:#f973161f!important}.status-tag-running{color:#22d3ee!important;border-color:#22d3ee80!important;background:#22d3ee1a!important}.status-tag-published{color:#4ade80!important;border-color:#4ade8080!important;background:#4ade801a!important}.status-tag-draft{color:#94a3b8!important;border-color:#94a3b866!important;background:#94a3b814!important}.ant-table-wrapper .ant-table{background:transparent!important}.ant-menu-dark.ant-menu-inline .ant-menu-item-selected{background:linear-gradient(90deg,#22d3ee26,#3b82f614)!important;border-right:2px solid var(--accent-cyan)}@media (max-width: 900px){.auth-page{grid-template-columns:1fr}.auth-hero{min-height:220px;padding:24px}.auth-hero-title{font-size:24px}}
