:root{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;color:#1d2932;background:#f4f6f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #12846f;outline-offset:2px}img,video{display:block;max-width:100%}.shell{min-height:100dvh;display:flex}.sidebar{width:230px;flex:0 0 230px;display:flex;flex-direction:column;background:#19272c;color:#eaf1ef;min-height:100dvh;padding:27px 13px 22px}.brand{display:flex;gap:11px;align-items:center;padding:0 13px 31px;white-space:nowrap}.brand-mark{width:37px;height:37px;display:grid;place-items:center;background:#23a187;color:#fff;border-radius:8px;font-weight:800;font-size:18px}.brand strong{display:block;font-size:16px;font-weight:700}.brand small{display:block;margin-top:2px;font-size:9px;color:#a9bbb7;letter-spacing:1px}.nav{display:grid;gap:5px}.nav-item{border:0;background:transparent;color:#b7c7c4;width:100%;min-height:44px;display:flex;align-items:center;gap:12px;text-align:left;padding:0 14px;border-radius:6px;font-weight:600}.nav-item:hover{background:#273a3d;color:#fff}.nav-item.active{background:#286d60;color:#fff}.nav-chevron{margin-left:auto;opacity:.75}.sidebar-bottom{margin-top:auto;padding:16px 13px 0;border-top:1px solid #354348;font-size:11px;color:#aec1bb;line-height:1.5;overflow-wrap:anywhere}.online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#55cba1;margin-right:7px}.workspace{flex:1;min-width:0}.topbar{min-height:64px;background:#fff;border-bottom:1px solid #e0e6e3;display:flex;align-items:center;justify-content:space-between;padding:0 34px;gap:12px}.topbar-title,.topbar-actions{display:flex;align-items:center;gap:16px}.topbar-title strong{font-size:15px}.topbar-divider{height:17px;width:1px;background:#d8e0dc}.topbar-subtitle{color:#84918f;font-size:12px}.mobile-brand,.mobile-nav{display:none}.credits{color:#16816d;font-size:15px;font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}.credits small{color:#7a8a85;font-size:11px;font-weight:500}.icon-button{flex:0 0 auto;width:32px;height:32px;display:inline-grid;place-items:center;border:0;background:transparent;color:#6a7d7a;border-radius:5px;padding:0}.icon-button:hover{background:#eaf1ee;color:#176d5e}.plain-button{display:inline-flex;align-items:center;gap:7px;color:#156b5d;border:0;background:none;font-weight:700}.toast{margin:18px 30px 0;border:1px solid #b8ded3;background:#eaf8f2;color:#176654;border-radius:6px;padding:9px 12px;display:flex;align-items:center;gap:8px;font-size:13px}.toast.danger{border-color:#f0c7ba;background:#fff2ed;color:#aa4d36}.toast span{flex:1;overflow-wrap:anywhere}.main-grid{display:grid;grid-template-columns:minmax(0,1fr) 284px;max-width:1550px;margin:0 auto;min-height:calc(100dvh - 64px)}.work-area{min-width:0;padding:28px 32px 72px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.section-heading h1{font-size:23px;line-height:1.3;margin:3px 0 0;font-weight:750}.eyebrow{font-size:10px;font-weight:700;color:#1c8a72;margin:0;letter-spacing:1px}.section-caption,.muted{font-size:12px;color:#87938f}.section-caption{padding-bottom:3px;text-align:right}.form-surface{background:#fff;border:1px solid #dde5e1;border-radius:8px;padding:24px;display:grid;gap:20px}.field{display:grid;gap:8px;min-width:0;color:#263b3b;font-size:13px;font-weight:650}.field>span:first-child{line-height:1.4}.field small{color:#8c9a96;font-size:11px;font-weight:400}.field em{font-style:normal;color:#ce6a4e;font-size:11px;font-weight:500}.field input:not([type=file]),.field select,.field textarea,.reference-filters select,.search-input input{display:block;width:100%;min-width:0;color:#243237;border:1px solid #d6e0dc;border-radius:5px;background:#fff;padding:10px 12px;font-size:13px;font-weight:400}.field input:not([type=file]),.field select,.reference-filters select,.search-input input{min-height:41px}.field textarea{resize:vertical;min-height:82px;line-height:1.65}.field input::placeholder,.field textarea::placeholder,.search-input input::placeholder{color:#a1ada9}.form-row{display:flex;gap:14px}.form-row>.field{flex:1 1 0}.upload-line{position:relative;display:flex;align-items:center;gap:9px;min-height:45px;border:1px dashed #aebeb6;background:#f7faf8;color:#347a6b;border-radius:5px;padding:10px 13px;font-size:12px;font-weight:500;overflow:hidden;overflow-wrap:anywhere}.upload-line:hover{background:#eef6f0;border-color:#23856e}.upload-line input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.source-preview{width:min(180px,100%);height:150px;object-fit:contain;background:#edf1ee;border-radius:4px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid #edf0ee}.form-footer>span{color:#889792;font-size:11px;line-height:1.5}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;border-radius:5px;padding:8px 16px;white-space:nowrap;font-size:13px;font-weight:700}.primary-button{border:1px solid #137963;color:#fff;background:#16836c}.primary-button:hover:not(:disabled){background:#0b6d59}.secondary-button{color:#27675a;border:1px solid #c9dbd3;background:#fff}.secondary-button:hover:not(:disabled){background:#f0f7f2}.segmented{display:inline-flex;border:1px solid #dce5e0;border-radius:6px;background:#f1f5f2;padding:3px;gap:2px;max-width:100%}.segmented button{border:0;border-radius:4px;background:transparent;color:#6d7c77;font-size:12px;font-weight:650;min-height:31px;padding:5px 14px}.segmented button.active{color:#176d5c;background:#fff;box-shadow:0 1px 3px #21382b22}.rights-line{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#657871;line-height:1.5}.rights-line input{accent-color:#16836c;margin:2px 0 0}.result-section{margin-top:32px;padding-top:21px;border-top:1px solid #dce5e0}.result-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.result-title{display:flex;align-items:center;gap:9px;min-width:0}.unsaved-status{color:#a35729;background:#fff0df;border-radius:4px;padding:3px 7px;font-size:11px;font-weight:700;white-space:nowrap}.result-heading h2,.result-heading h3{margin:0;font-size:16px;line-height:1.4}.result-heading h3{font-size:14px}.task-summary{min-height:40px;display:flex;flex-wrap:wrap;align-items:center;gap:9px 13px;font-size:12px;color:#667873;margin-bottom:16px}.status{padding:4px 9px;border-radius:4px;color:#725b29;background:#f8edcf;font-size:11px;font-weight:700;white-space:nowrap}.status.succeeded,.status.partial_succeeded{color:#176856;background:#dcf2e8}.status.failed,.status.cancelled{color:#ab5139;background:#fbe5db}.error-text{color:#b75038;overflow-wrap:anywhere}.empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#92a29b;border:1px dashed #d7e1dc;border-radius:6px;font-size:12px;text-align:center;padding:22px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.image-result{min-width:0;background:#fff;border:1px solid #e0e7e2;border-radius:6px;overflow:hidden}.image-result img{width:100%;height:220px;object-fit:contain;background:#e9eeeb}.image-result>div{min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:3px 7px 3px 12px;color:#5a6b65;font-size:12px}.image-result>.media-failure{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:16px;background:#e9eeeb;color:#687b72;text-align:center}.video-result{display:grid;justify-items:start;gap:13px}.video-result video{width:min(100%,620px);max-height:560px;background:#101919;border-radius:5px}.video-result .empty-state{width:min(100%,620px)}.history-panel{border-left:1px solid #e0e6e2;background:#f8faf8;min-width:0;padding:25px 14px}.history-heading,.history-heading>div{display:flex;align-items:center;gap:8px}.history-heading{justify-content:space-between;margin:0 4px 12px;color:#52645e;font-size:13px}.history-empty{display:flex;align-items:center;gap:8px;color:#97a49e;font-size:12px;padding:21px 12px}.history-item{display:flex;align-items:center;width:100%;text-align:left;gap:9px;border:1px solid transparent;border-radius:6px;background:transparent;padding:10px 8px;min-height:62px;color:#95a39d}.history-item:hover{background:#eef4ef}.history-item.active{border-color:#cce3d5;background:#eaf5ed}.history-icon{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:5px;background:#e2ede7;color:#39836c}.history-copy{min-width:0;flex:1;display:grid;gap:4px}.history-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2e443e;font-size:12px;font-weight:650}.history-copy small{color:#8b9993;font-size:10px}.status-text{margin-left:4px;color:#ab7633}.status-text.succeeded{color:#2b8969}.status-text.failed{color:#ba6655}.reference-section{margin:0 0 27px;padding-bottom:25px;border-bottom:1px solid #dce5e0}.reference-filters{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,1.5fr);gap:12px;margin-bottom:14px}.search-input{position:relative;min-width:0}.search-input svg{position:absolute;top:12px;left:11px;color:#859892}.search-input input{padding-left:37px}.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.template-item{position:relative;min-width:0;border:1px solid #dce5df;background:#fff;border-radius:6px;overflow:hidden;padding:0;text-align:left}.template-item:hover,.template-item.chosen{border-color:#2c9b7b}.template-item img,.template-placeholder{width:100%;height:120px;object-fit:cover;background:#e5eae4}.template-placeholder{display:grid;place-items:center;color:#739587}.template-info{display:grid;gap:4px;padding:10px;min-height:57px}.template-info strong{color:#293b34;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.template-info small{color:#899891;font-size:10px}.template-check{position:absolute;top:8px;right:8px;color:#fff;background:#16836c;border-radius:50%;padding:3px;width:23px;height:23px}.empty-mini{color:#899891;padding:30px 0;font-size:12px}.pagination{display:flex;align-items:center;justify-content:center;gap:13px;margin:16px 0 0;color:#7e8e86;font-size:12px}.pagination button{color:#276d5b;background:transparent;border:0;padding:7px}.reference-detail{position:relative;margin-top:17px;padding:15px 0 0;border-top:1px solid #e0e7e0}.reference-detail>strong{display:block;padding-right:30px;color:#2a4037;font-size:13px}.reference-detail p{color:#687971;white-space:pre-wrap;line-height:1.6;font-size:12px;max-height:150px;overflow:auto}.detail-close{position:absolute;right:0;top:8px}.reference-media{display:flex;gap:7px;overflow-x:auto}.reference-media img{height:95px;width:75px;flex:0 0 75px;object-fit:cover;border-radius:4px}.graphic-form{margin-top:0}.graphic-form .result-heading{margin:0}.graphic-result{display:grid;gap:17px}.graphic-result .result-heading{margin:0}.prompt-heading{padding-top:4px}.prompt-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;border-top:1px solid #e4ebe5;padding-top:14px}.prompt-row>div{display:grid;align-content:start;gap:6px}.prompt-row strong{font-size:12px;color:#344840}.prompt-row small{font-size:11px;color:#8b9b91;line-height:1.5}.prompt-row textarea{min-width:0;width:100%;border:1px solid #d6e0dc;border-radius:5px;padding:9px 11px;font-size:12px;color:#30453b;line-height:1.6;resize:vertical}.graphic-actions{display:flex;flex-wrap:wrap;gap:9px;padding-top:5px}.plan-image-section{border-top:1px solid #e2e9e4;padding-top:12px}.auth-page{min-height:calc(100dvh - 64px);display:grid;place-items:center;padding:35px 18px}.auth-panel{width:min(100%,390px);background:#fff;border:1px solid #dce5df;border-radius:8px;padding:30px;box-shadow:0 12px 35px #2236290b}.auth-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:6px;background:#e6f3eb;color:#188067}.auth-panel h1{font-size:20px;margin:19px 0 7px}.auth-panel p{font-size:12px;color:#7d8c84;line-height:1.6;margin:0 0 21px}.auth-switch{display:flex;width:100%;margin-bottom:20px}.auth-switch button{flex:1}.auth-panel form{display:grid;gap:16px}.auth-error{color:#af513a!important;margin:0!important}.auth-submit{width:100%;margin-top:4px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.sidebar{width:190px;flex-basis:190px}.main-grid{grid-template-columns:minmax(0,1fr) 240px}.work-area{padding-left:22px;padding-right:22px}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.shell{display:block}.sidebar{display:none}.topbar{min-height:55px;padding:0 16px}.mobile-brand{display:inline;color:#117961;font-weight:800}.topbar-title{gap:11px}.topbar-title strong{font-size:14px}.topbar-divider,.topbar-subtitle{display:none}.mobile-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:54px;background:#fff;border-bottom:1px solid #e0e6e3}.mobile-nav button{display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-bottom:2px solid transparent;background:none;color:#81918b;min-width:0;padding:7px 3px;font-size:12px;font-weight:650;white-space:nowrap}.mobile-nav button.active{border-bottom-color:#17856b;color:#13745f}.main-grid{display:block;min-height:auto}.work-area{padding:23px 18px 35px}.history-panel{border-left:0;border-top:1px solid #dce5e0;padding:18px}.history-item{max-width:700px}.auth-page{min-height:calc(100dvh - 109px)}.toast{margin:13px 18px 0}}@media(max-width:520px){.work-area{padding:20px 14px 30px}.section-heading{display:block;margin-bottom:17px}.section-heading h1{font-size:21px}.section-caption{display:block;text-align:left;margin-top:6px}.form-surface{padding:17px 14px;gap:17px}.form-row{flex-wrap:wrap;gap:14px 10px}.form-row>.field{flex-basis:calc(50% - 5px)}.form-footer{align-items:stretch;flex-direction:column}.form-footer .primary-button{width:100%}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.template-item img,.template-placeholder{height:105px}.reference-filters{grid-template-columns:1fr}.prompt-row{grid-template-columns:1fr;gap:8px}.graphic-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.graphic-actions .primary-button{grid-column:1 / -1}.graphic-actions button{white-space:normal;line-height:1.3}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.image-result img{height:180px}.image-result>.media-failure{height:180px}.auth-panel{padding:24px}}@media(prefers-reduced-motion:reduce){.spin{animation-duration:2s}}
