.main-layout{min-height:100vh}.main-layout .layout-sider{overflow:auto;height:100vh;position:fixed;left:0;top:0;bottom:0;box-shadow:2px 0 8px #00000026;z-index:100;transition:all .2s}.main-layout .layout-sider::-webkit-scrollbar{width:6px}.main-layout .layout-sider::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.main-layout .ant-layout{margin-left:240px;transition:margin-left .2s}.main-layout .layout-sider.ant-layout-sider-collapsed+.ant-layout{margin-left:80px}.main-layout .layout-logo{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.main-layout .layout-logo .logo-full{display:flex;align-items:center;gap:12px;padding:0 16px}.main-layout .layout-logo .logo-full .logo-icon{font-size:28px}.main-layout .layout-logo .logo-full .logo-text{font-size:20px;font-weight:600;color:#fff;letter-spacing:1px}.main-layout .layout-logo .logo-collapsed .logo-icon{font-size:28px}.main-layout .layout-menu{border-right:none}.main-layout .layout-header{position:sticky;top:0;z-index:99;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 1px 4px #00152914;transition:all .2s}.main-layout .layout-header .header-left{display:flex;align-items:center;height:100%}.main-layout .layout-header .header-left .trigger-btn{font-size:18px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s}.main-layout .layout-header .header-left .trigger-btn:hover{background:#0000000d}.main-layout .layout-header .header-right{display:flex;align-items:center;height:100%}.main-layout .layout-header .header-right .header-icon-btn{font-size:18px;width:40px;height:40px;border-radius:50%;transition:all .3s;display:inline-flex;align-items:center;justify-content:center}.main-layout .layout-header .header-right .header-icon-btn:hover{background:#0000000d}.main-layout .layout-header .header-right .user-info{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:all .3s}.main-layout .layout-header .header-right .user-info:hover{background:#0000000d}.main-layout .layout-header .header-right .user-info .user-text{display:flex;flex-direction:column;gap:2px}.main-layout .layout-header .header-right .user-info .user-text .user-name{font-size:14px;font-weight:500;color:#000000d9;line-height:1.4}.main-layout .layout-header .header-right .user-info .user-text .user-role{font-size:12px;color:#00000073;line-height:1.4}.main-layout .layout-content{margin:24px;padding:0;min-height:calc(100vh - 181px);background:transparent}.main-layout .layout-content .content-wrapper{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 2px #00000008;min-height:100%}.main-layout .layout-footer{padding:16px 24px;text-align:center;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.main-layout .layout-footer .footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.main-layout .layout-footer .footer-content .footer-left{font-size:14px;color:#00000073}.main-layout .layout-footer .footer-content .footer-right a{font-size:14px;color:#000000a6;transition:color .3s}.main-layout .layout-footer .footer-content .footer-right a:hover{color:#1890ff}@media (max-width: 768px){.main-layout .layout-header{padding:0 16px}.main-layout .layout-header .user-text{display:none!important}.main-layout .layout-content{margin:16px}.main-layout .layout-content .content-wrapper{padding:16px}.main-layout .layout-footer .footer-content{flex-direction:column;gap:12px}}.dashboard-page .page-header{margin-bottom:24px}.dashboard-page .page-header h1{font-size:28px;font-weight:600;margin-bottom:8px;color:#000000d9}.dashboard-page .page-header p{font-size:14px;color:#00000073;margin:0}.dashboard-page .stat-card .stat-trend{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0;font-size:12px;color:#00000073}.dashboard-page .stat-card .stat-trend .trend-text{color:#00000073}.dashboard-page .project-card .project-item .project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard-page .project-card .project-item .project-header .project-name{font-size:14px;font-weight:500;color:#000000d9}.dashboard-page .quick-actions-card .action-item{display:flex;gap:16px;padding:16px;border-radius:8px;cursor:pointer;transition:all .3s}.dashboard-page .quick-actions-card .action-item:hover{background:#00000005}.dashboard-page .quick-actions-card .action-item .action-title{font-size:14px;font-weight:500;color:#000000d9;margin-bottom:4px}.dashboard-page .quick-actions-card .action-item .action-desc{font-size:12px;color:#00000073}.ai-generation-form-card{border-radius:12px;box-shadow:0 2px 8px #0000000f}.form-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.prompt-examples{margin-bottom:16px;padding:12px;background:#fafafa;border-radius:6px}.generation-result{margin-top:24px}.result-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.result-image-card{text-align:center;padding:12px;background:#fafafa;border-radius:8px;transition:all .3s}.result-image-card:hover{background:#f0f0f0;transform:scale(1.02)}.result-image-card img{width:100%;height:auto;border-radius:6px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.result-images{grid-template-columns:1fr}}.ai-generation-history{width:100%}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 0;border-bottom:1px solid #f0f0f0}.history-title{font-size:18px;font-weight:600;color:#000000d9}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:24px}.history-card{border-radius:8px;overflow:hidden;transition:all .3s ease}.history-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.image-container{position:relative;height:280px;background:#f5f5f5;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover}.image-count-tag{position:absolute;top:8px;right:8px;font-weight:600}.card-content{padding:4px 0}.prompt-text{font-size:14px;color:#000000d9;margin-bottom:12px;line-height:1.6;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.metadata{margin-bottom:8px}.time-text{font-size:12px;color:#00000073;margin-bottom:12px}.actions{display:flex;gap:8px;flex-wrap:wrap}@media (max-width: 768px){.history-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.image-container{height:240px}.prompt-text{font-size:13px}}@media (max-width: 480px){.history-grid{grid-template-columns:1fr}}.ai-page{padding:24px;max-width:1400px;margin:0 auto}.page-header h1{font-size:28px;font-weight:600;margin-bottom:8px;color:#000000d9}.ai-tabs{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.ai-tabs .ant-tabs-nav{margin-bottom:24px}@media (max-width: 768px){.ai-page{padding:16px}.page-header h1{font-size:24px}.ai-tabs{padding:16px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5}#root{min-height:100vh}.page-header{margin-bottom:24px}.page-header h1{font-size:24px;font-weight:600;margin-bottom:8px;color:#000000d9;display:flex;align-items:center;gap:12px}.page-header p{font-size:14px;color:#00000073;margin:0}.ant-card{box-shadow:0 1px 2px #00000008;border-radius:8px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}::-webkit-scrollbar-track{background:transparent}@media (max-width: 768px){.page-header h1{font-size:20px}}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}
