:root{--ml-color-ink: #050404;--ml-color-ink-light: #0a0908;--ml-color-background: #0f0d0b;--ml-color-surface: #141110;--ml-color-surface-elevated: #1a1614;--ml-color-surface-hover: #1e1915;--ml-color-surface-warm: #241e19;--ml-color-gold-bright: #f2d479;--ml-color-gold-light: #e8c65a;--ml-color-accent: #c49a3d;--ml-color-accent-hover: #d4aa4d;--ml-color-accent-active: #b48a2d;--ml-color-gold-muted: #9a7a30;--ml-color-gold-dark: #6b5520;--ml-color-accent-glow: rgba(196, 154, 61, .3);--ml-color-accent-subtle: rgba(196, 154, 61, .12);--ml-color-vermillion-light: #d87070;--ml-color-vermillion: #c45c5c;--ml-color-vermillion-dark: #8b3a3a;--ml-color-jade-light: #5a8c75;--ml-color-jade: #4a7c65;--ml-color-jade-dark: #2d4a3e;--ml-color-ivory: #f0ebe3;--ml-color-ivory-muted: #d4cfc5;--ml-color-mist: #8a847a;--ml-color-ash: #5a5550;--ml-color-text-primary: #f0ebe3;--ml-color-text-secondary: #8a847a;--ml-color-text-muted: #5a5550;--ml-color-text-inverse: #0f0d0b;--ml-color-border: #2a2420;--ml-color-border-light: #3a3530;--ml-color-border-accent: #c49a3d;--ml-color-success: #4a7c65;--ml-color-success-bg: rgba(74, 124, 101, .15);--ml-color-warning: #e8c65a;--ml-color-warning-bg: rgba(232, 198, 90, .15);--ml-color-error: #c45c5c;--ml-color-error-bg: rgba(196, 92, 92, .15);--ml-color-info: #5a8c75;--ml-color-info-bg: rgba(90, 140, 117, .15);--ml-color-purple: #8b6b9a;--ml-color-purple-bg: rgba(139, 107, 154, .15);--ml-gradient-lacquer: linear-gradient(180deg, #141110 0%, #0f0d0b 100%);--ml-gradient-gold: linear-gradient(135deg, #c49a3d 0%, #9a7a30 100%);--ml-gradient-glow: radial-gradient(ellipse at center, rgba(196, 154, 61, .15) 0%, transparent 70%);--ml-gradient-surface: linear-gradient(180deg, #1a1614 0%, #141110 100%);--ml-space-xs: 4px;--ml-space-sm: 8px;--ml-space-md: 16px;--ml-space-lg: 24px;--ml-space-xl: 32px;--ml-space-2xl: 48px;--ml-space-3xl: 64px;--ml-radius-sm: 4px;--ml-radius-md: 8px;--ml-radius-lg: 12px;--ml-radius-xl: 16px;--ml-radius-full: 9999px;--ml-shadow-sm: 0 2px 8px rgba(5, 4, 4, .4);--ml-shadow-md: 0 4px 16px rgba(5, 4, 4, .5);--ml-shadow-lg: 0 8px 32px rgba(5, 4, 4, .6);--ml-shadow-glow: 0 0 20px rgba(196, 154, 61, .25);--ml-shadow-glow-sm: 0 0 12px rgba(196, 154, 61, .15);--ml-shadow-inset: inset 0 1px 0 rgba(240, 235, 227, .05);--ml-font-heading: "Playfair Display", "Noto Serif", Georgia, serif;--ml-font-body: "Inter", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ml-text-xs: 12px;--ml-text-sm: 14px;--ml-text-base: 16px;--ml-text-lg: 18px;--ml-text-xl: 20px;--ml-text-2xl: 24px;--ml-text-3xl: 30px;--ml-text-4xl: 36px;--ml-leading-tight: 1.25;--ml-leading-normal: 1.5;--ml-leading-relaxed: 1.75;--ml-ease-out: cubic-bezier(.33, 1, .68, 1);--ml-ease-in-out: cubic-bezier(.65, 0, .35, 1);--ml-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ml-duration-instant: .1s;--ml-duration-fast: .2s;--ml-duration-normal: .3s;--ml-duration-slow: .4s;--ml-z-dropdown: 50;--ml-z-sticky: 80;--ml-z-fixed: 100;--ml-z-modal-backdrop: 200;--ml-z-modal: 210;--ml-z-tooltip: 300}[data-theme=dark] body{background:var(--ml-color-background);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(196,154,61,.08) 0%,transparent 50%),var(--ml-gradient-lacquer);min-height:100vh}[data-theme=dark] ::selection{background-color:var(--ml-color-accent);color:var(--ml-color-text-inverse)}:focus-visible{outline:2px solid var(--ml-color-accent);outline-offset:2px;border-radius:var(--ml-radius-sm)}:focus:not(:focus-visible){outline:none}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--ml-color-surface)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--ml-color-border-light);border-radius:var(--ml-radius-full)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--ml-color-mist)}[data-theme=dark] .ant-card{background:var(--ml-color-surface)!important;border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-card-hoverable:hover{border-color:var(--ml-color-border-light)!important}[data-theme=dark] .ant-checkbox-inner{background-color:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--ml-color-accent)!important;border-color:var(--ml-color-accent)!important}[data-theme=dark] .ant-tag{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-tag-blue{background:#5a8c7533!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-light)!important}[data-theme=dark] .ant-tag-green{background:#4a7c6533!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-light)!important}[data-theme=dark] .ant-tag-gold{background:#c49a3d33!important;border-color:var(--ml-color-accent)!important;color:var(--ml-color-gold-light)!important}[data-theme=dark] .ant-tag-purple{background:#8b6b9a33!important;border-color:var(--ml-color-purple)!important;color:#b794c7!important}[data-theme=dark] .ant-tag-cyan{background:#5a8c7533!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-light)!important}[data-theme=dark] .ant-tag-default{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-secondary)!important}[data-theme=dark] .ant-radio-inner{background-color:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-radio-checked .ant-radio-inner{border-color:var(--ml-color-accent)!important}[data-theme=dark] .ant-radio-checked .ant-radio-inner:after{background-color:var(--ml-color-accent)!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-input::placeholder{color:var(--ml-color-text-muted)!important}[data-theme=dark] .ant-form-item-label>label{color:var(--ml-color-text-secondary)!important}[data-theme=dark] .ant-picker{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-picker-input>input{color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-picker-dropdown,[data-theme=dark] .ant-picker-panel-container{background:var(--ml-color-surface)!important}[data-theme=dark] .ant-picker-header{border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-picker-content th{color:var(--ml-color-text-secondary)!important}[data-theme=dark] .ant-picker-cell{color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-picker-cell:hover .ant-picker-cell-inner{background:var(--ml-color-surface-elevated)!important}[data-theme=dark] .ant-picker-cell-selected .ant-picker-cell-inner{background:var(--ml-color-accent)!important}[data-theme=dark] .ant-upload-drag{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-upload-drag:hover{border-color:var(--ml-color-accent)!important}[data-theme=dark] .ant-steps-item-title{color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-steps-item-description{color:var(--ml-color-text-secondary)!important}[data-theme=dark] .ant-progress-inner{background-color:var(--ml-color-border)!important}[data-theme=dark] .ant-divider{border-color:var(--ml-color-border)!important}[data-theme=dark] .ant-segmented{background:var(--ml-color-surface)!important;padding:4px!important}[data-theme=dark] .ant-segmented-item{color:var(--ml-color-text-secondary)!important}[data-theme=dark] .ant-segmented-item-selected{background:var(--ml-color-surface-elevated)!important;color:var(--ml-color-text-primary)!important}[data-theme=dark] .ant-segmented-thumb{background:var(--ml-color-surface-elevated)!important}[data-theme=dark] .ant-skeleton-content .ant-skeleton-title,[data-theme=dark] .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,var(--ml-color-border) 25%,var(--ml-color-surface-elevated) 50%,var(--ml-color-border) 75%)!important;background-size:200% 100%!important}[data-theme=light]{--ml-color-ink: #f8f5f0;--ml-color-ink-light: #faf8f5;--ml-color-background: #f5f2ed;--ml-color-surface: #ffffff;--ml-color-surface-elevated: #faf8f5;--ml-color-surface-hover: #f0ede8;--ml-color-surface-warm: #ebe7e0;--ml-color-gold-bright: #d4a84a;--ml-color-gold-light: #c49a3d;--ml-color-accent: #8a6e28;--ml-color-accent-hover: #9a7e30;--ml-color-accent-active: #7a5e20;--ml-color-gold-muted: #7a6025;--ml-color-gold-dark: #5a4518;--ml-color-accent-glow: rgba(166, 132, 50, .2);--ml-color-accent-subtle: rgba(166, 132, 50, .08);--ml-color-vermillion-light: #e07070;--ml-color-vermillion: #c45050;--ml-color-vermillion-dark: #a03c3c;--ml-color-jade-light: #4a8c70;--ml-color-jade: #3a7c5a;--ml-color-jade-dark: #2a5c45;--ml-color-ivory: #2a2420;--ml-color-ivory-muted: #4a4540;--ml-color-mist: #7a756d;--ml-color-ash: #9a958d;--ml-color-text-primary: #2a2420;--ml-color-text-secondary: #6a655d;--ml-color-text-muted: #9a958d;--ml-color-text-inverse: #f8f5f0;--ml-color-border: #e5e0d8;--ml-color-border-light: #d5d0c8;--ml-color-border-accent: #a68432;--ml-color-success: #3a7c5a;--ml-color-success-bg: rgba(58, 124, 90, .12);--ml-color-warning: #c49a3d;--ml-color-warning-bg: rgba(196, 154, 61, .12);--ml-color-error: #c45050;--ml-color-error-bg: rgba(196, 80, 80, .12);--ml-color-info: #4a8c70;--ml-color-info-bg: rgba(74, 140, 112, .12);--ml-color-purple: #7a5a8a;--ml-color-purple-bg: rgba(122, 90, 138, .12);--ml-gradient-lacquer: linear-gradient(180deg, #faf8f5 0%, #f5f2ed 100%);--ml-gradient-gold: linear-gradient(135deg, #c49a3d 0%, #a68432 100%);--ml-gradient-glow: radial-gradient(ellipse at center, rgba(166, 132, 50, .1) 0%, transparent 70%);--ml-gradient-surface: linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);--ml-shadow-sm: 0 2px 8px rgba(42, 36, 32, .08);--ml-shadow-md: 0 4px 16px rgba(42, 36, 32, .1);--ml-shadow-lg: 0 8px 32px rgba(42, 36, 32, .12);--ml-shadow-glow: 0 0 20px rgba(166, 132, 50, .2);--ml-shadow-glow-sm: 0 0 12px rgba(166, 132, 50, .12);--ml-shadow-inset: inset 0 1px 0 rgba(255, 255, 255, .8)}[data-theme=light] body{background:var(--ml-color-background);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(166,132,50,.06) 0%,transparent 50%),var(--ml-gradient-lacquer)}[data-theme=light] ::selection{background-color:var(--ml-color-accent);color:var(--ml-color-text-inverse)}[data-theme=light] ::-webkit-scrollbar-track{background:var(--ml-color-surface)}[data-theme=light] ::-webkit-scrollbar-thumb{background:var(--ml-color-border-light)}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--ml-color-mist)}[data-theme=light] .ant-card{background:var(--ml-color-surface)!important;border-color:var(--ml-color-border)!important}[data-theme=light] .ant-card-hoverable:hover{border-color:var(--ml-color-border-light)!important;box-shadow:var(--ml-shadow-md)!important}[data-theme=light] .ant-checkbox-inner{background-color:var(--ml-color-surface)!important;border-color:var(--ml-color-border-light)!important}[data-theme=light] .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--ml-color-accent)!important;border-color:var(--ml-color-accent)!important}[data-theme=light] .ant-tag{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-tag-blue{background:#4a8c701f!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-dark)!important}[data-theme=light] .ant-tag-green{background:#3a7c5a1f!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-dark)!important}[data-theme=light] .ant-tag-gold{background:#a684321f!important;border-color:var(--ml-color-accent)!important;color:var(--ml-color-gold-dark)!important}[data-theme=light] .ant-tag-purple{background:#7a5a8a1f!important;border-color:var(--ml-color-purple)!important;color:#5a3a6a!important}[data-theme=light] .ant-tag-cyan{background:#4a8c701f!important;border-color:var(--ml-color-jade)!important;color:var(--ml-color-jade-dark)!important}[data-theme=light] .ant-tag-default{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-radio-inner{background-color:var(--ml-color-surface)!important;border-color:var(--ml-color-border-light)!important}[data-theme=light] .ant-radio-checked .ant-radio-inner{border-color:var(--ml-color-accent)!important}[data-theme=light] .ant-radio-checked .ant-radio-inner:after{background-color:var(--ml-color-accent)!important}[data-theme=light] .ant-input,[data-theme=light] .ant-input-affix-wrapper{background:var(--ml-color-surface)!important;border-color:var(--ml-color-border)!important;color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-input::placeholder{color:var(--ml-color-text-muted)!important}[data-theme=light] .ant-form-item-label>label{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-picker{background:var(--ml-color-surface)!important;border-color:var(--ml-color-border)!important}[data-theme=light] .ant-picker-input>input{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-picker-dropdown,[data-theme=light] .ant-picker-panel-container{background:var(--ml-color-surface)!important}[data-theme=light] .ant-picker-header{border-color:var(--ml-color-border)!important}[data-theme=light] .ant-picker-content th{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-picker-cell{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-picker-cell:hover .ant-picker-cell-inner{background:var(--ml-color-surface-hover)!important}[data-theme=light] .ant-picker-cell-selected .ant-picker-cell-inner{background:var(--ml-color-accent)!important;color:var(--ml-color-text-inverse)!important}[data-theme=light] .ant-upload-drag{background:var(--ml-color-surface-elevated)!important;border-color:var(--ml-color-border)!important}[data-theme=light] .ant-upload-drag:hover{border-color:var(--ml-color-accent)!important}[data-theme=light] .ant-steps-item-title{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-steps-item-description{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-progress-inner{background-color:var(--ml-color-border)!important}[data-theme=light] .ant-divider{border-color:var(--ml-color-border)!important}[data-theme=light] .ant-segmented{background:var(--ml-color-surface-elevated)!important;padding:4px!important}[data-theme=light] .ant-segmented-item{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-segmented-item-selected{background:var(--ml-color-surface)!important;color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-segmented-thumb{background:var(--ml-color-surface)!important;box-shadow:var(--ml-shadow-sm)!important}[data-theme=light] .ant-skeleton-content .ant-skeleton-title,[data-theme=light] .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,var(--ml-color-border) 25%,var(--ml-color-surface-elevated) 50%,var(--ml-color-border) 75%)!important;background-size:200% 100%!important}[data-theme=light] .ant-btn-primary{background:var(--ml-color-accent)!important;border-color:var(--ml-color-accent)!important;color:#fff!important}[data-theme=light] .ant-btn-primary:hover{background:var(--ml-color-accent-hover)!important;border-color:var(--ml-color-accent-hover)!important;color:#fff!important}[data-theme=light] .ant-btn-primary:disabled{color:#ffffff80!important}[data-theme=light] .ant-btn-primary .anticon{color:#fff!important}[data-theme=light] .ant-select-dropdown{background:var(--ml-color-surface)!important}[data-theme=light] .ant-select-item{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-select-item-option-selected{background:var(--ml-color-accent-subtle)!important}[data-theme=light] .ant-select-item-option-active{background:var(--ml-color-surface-hover)!important}[data-theme=light] .ant-modal-content{background:var(--ml-color-surface)!important}[data-theme=light] .ant-modal-header{background:var(--ml-color-surface)!important;border-color:var(--ml-color-border)!important}[data-theme=light] .ant-typography{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-typography.ant-typography-secondary{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-result-title{color:var(--ml-color-text-primary)!important}[data-theme=light] .ant-result-subtitle{color:var(--ml-color-text-secondary)!important}[data-theme=light] .ant-alert{border-color:var(--ml-color-border)!important}[data-theme=light] .ant-spin-text{color:var(--ml-color-text-secondary)!important}.html-content,.master-bio-content{overflow-wrap:anywhere}.html-content p,.master-bio-content p{margin:0 0 .5em}.html-content p:last-child,.master-bio-content p:last-child{margin-bottom:0}.html-content ul,.html-content ol,.master-bio-content ul,.master-bio-content ol{margin:0 0 .5em;padding-left:1.5em}.html-content strong,.master-bio-content strong{font-weight:600}.html-content a{color:#1677ff;text-decoration:underline}.html-content a:hover{color:#4096ff}@media (max-width: 767px){.ant-message{bottom:80px!important;top:auto!important}.ant-btn{min-height:44px}.ant-input,.ant-select-selector,.ant-picker{min-height:44px!important}}
