:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;background:#0a0f12;color:#edf5f2;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#0a0f12}button,input,textarea,select{font:inherit}button{cursor:pointer}.shell{min-height:100vh;background:#0a0f12}.topbar{height:72px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1f2b2d;background:#0a0f12eb;position:sticky;top:0;z-index:5}.brand,.top-actions,.button-row,.model-row{display:flex;align-items:center;gap:12px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:#d4f56b;color:#0a0f12;font-weight:900;letter-spacing:-.04em;border-radius:8px}.brand strong,.brand span{display:block}.brand strong{font-size:15px;letter-spacing:.01em}.brand span{margin-top:3px;color:#8da09d;font-size:11px}.privacy-note{color:#9db1ad;font-size:12px}.status-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#b9ed67;box-shadow:0 0 0 4px #b9ed671a}.primary-btn,.ghost-btn{min-height:38px;border-radius:6px;padding:0 15px;border:1px solid transparent;font-weight:700}.primary-btn{background:#d4f56b;color:#11180f}.ghost-btn{background:transparent;color:#c9d7d3;border-color:#344447}.layout{max-width:1540px;margin:0 auto;padding:24px 28px 40px;display:grid;grid-template-columns:210px minmax(360px,1fr) minmax(360px,520px);gap:24px}.sidebar{min-height:calc(100vh - 120px);border-right:1px solid #1f2b2d;padding-right:20px;display:flex;flex-direction:column}.sidebar-heading,.sidebar-label{color:#9db1ad;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.sidebar-heading{display:flex;justify-content:space-between;margin:5px 0 15px}.tool-count{color:#d4f56b}.search{display:flex;align-items:center;gap:7px;padding:0 10px;height:36px;border:1px solid #2d3b3e;border-radius:6px;color:#8da09d}.search input{width:100%;border:0;outline:0;color:#eef7f3;background:transparent;font-size:12px}.categories{display:grid;gap:3px;margin-top:17px}.categories button,.recent button{border:0;text-align:left;background:transparent;color:#95aaa5;padding:8px 9px;border-radius:5px;font-size:13px}.categories button.active,.categories button:hover,.recent button:hover{color:#eff8f3;background:#162325}.recent{border-top:1px solid #1f2b2d;margin-top:24px;padding-top:17px}.recent button{width:100%;display:flex;justify-content:space-between}.recent small{color:#5f7771;font-size:10px}.sidebar-footer{margin-top:auto;padding-top:20px;color:#5f7771;font-size:11px;display:flex;justify-content:space-between}.sidebar-footer a{color:#9db1ad;text-decoration:none}.catalog,.workbench{min-width:0}.catalog-head{min-height:158px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.eyebrow{color:#8da09d;font-size:10px;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{margin-top:9px;max-width:430px;font-size:38px;line-height:1.05;letter-spacing:0}.catalog-head p{max-width:450px;margin-top:14px;color:#91a7a1;line-height:1.6;font-size:13px}.model-summary{min-width:132px;padding:12px;border-left:2px solid #d4f56b;color:#93aaa4;font-size:11px}.model-summary strong{display:block;margin-top:5px;color:#eef8f3;font-size:22px}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-card{min-height:104px;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:1fr auto;gap:0 11px;padding:15px;border:1px solid #243336;border-radius:8px;background:#10191b;color:#dbe8e4;text-align:left;transition:border-color .15s,transform .15s,background .15s}.tool-card:hover,.tool-card.selected{border-color:#759542;background:#14211f;transform:translateY(-1px)}.tool-icon{width:36px;height:36px;grid-row:span 2;display:grid;place-items:center;border-radius:7px;background:#1e302e;color:#d4f56b;font-size:10px;font-weight:900}.tool-copy{min-width:0}.tool-copy strong,.tool-copy span{display:block}.tool-copy strong{font-size:14px}.tool-copy span{margin-top:7px;color:#8ea39f;font-size:11px;line-height:1.45}.badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:4px 7px;border-radius:4px;font-size:10px;font-weight:700}.tool-card .badge{grid-column:2;margin-top:10px}.badge.local{color:#cde99c;background:#baed671f}.badge.server{color:#a8d9f0;background:#5cb9e51f}.badge.ai{color:#e8c1ff;background:#cd7dff1f}.workbench{min-height:570px;border:1px solid #29383a;border-radius:8px;background:#10191b}.workbench-head{padding:20px 21px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #253335}.workbench-head h2{margin-top:7px;font-size:23px;letter-spacing:-.03em}.tool-form{padding:22px;display:grid;gap:17px}.tool-form p{color:#91a7a1;font-size:13px;line-height:1.6}.tool-form label{display:grid;gap:7px;color:#a7b9b5;font-size:12px}input[type=file],input[type=number],input[type=text],select,textarea{width:100%;border:1px solid #304143;border-radius:6px;padding:10px 11px;color:#e9f4ef;background:#0b1214;outline:0}input[type=file]{padding:8px}textarea{min-height:170px;resize:vertical;line-height:1.55}select{min-height:38px}code{color:#d4f56b}.result,.output-box{min-height:42px;padding:12px;border:1px solid #27383a;border-radius:6px;background:#0b1214;color:#c9d8d3;white-space:pre-wrap;word-break:break-word;font-size:12px}.result.error{color:#ff9c9c;border-color:#713c40}.download-link{color:#d4f56b}.login-panel,.empty-panel{min-height:400px;padding:70px 30px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;color:#91a7a1}.login-panel h3{color:#edf5f2}.login-panel p{max-width:280px;font-size:13px;line-height:1.6}.empty-icon{width:48px;height:48px;display:grid;place-items:center;color:#10180e;background:#d4f56b;font-weight:900;border-radius:10px}.markdown-panel{display:grid;grid-template-rows:1fr 1fr;gap:1px;min-height:495px;background:#27383a}.markdown-panel textarea,.markdown-preview{min-height:0;border:0;border-radius:0;background:#0b1214;padding:20px}.markdown-preview{overflow:auto;color:#dce8e4;line-height:1.7;font-size:13px}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{font-size:20px;margin:0 0 12px}.ai-form textarea{min-height:220px}.model-row{justify-content:space-between;align-items:end}.model-row label{flex:1}.model-capability{color:#b8e77d;font-size:10px;letter-spacing:.08em;padding-bottom:10px}.crop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.field-grid{display:grid;gap:10px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.structured-form{gap:14px}.structured-form textarea{min-height:145px}.structured-form .primary-btn{justify-self:start}.structured-project{min-width:0}.project-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid #253335;background:#121e20}.project-toolbar-main{min-width:0;display:grid;gap:5px}.project-toolbar-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eff8f3;font-size:15px}.project-status{color:#9db1ad;font-size:11px}.project-toolbar .button-row{flex-wrap:wrap;justify-content:flex-end}.project-toolbar .primary-btn,.project-toolbar .ghost-btn{min-height:34px;padding:0 11px;font-size:11px}.inline-select{display:inline-flex;align-items:center;gap:7px;color:#a7b9b5;font-size:11px}.inline-select select{width:auto;min-height:34px;padding:7px 8px}.project-intro{display:grid;gap:9px;padding:18px 20px 12px}.project-intro p{color:#a6b8b3;font-size:12px;line-height:1.6}.document-pages{display:grid;gap:22px;padding:8px 20px 20px;background:#0c1416}.doc-page-wrap{min-width:0}.page-label{padding:8px 2px;color:#718681;font-size:10px;letter-spacing:.05em}.doc-page{position:relative;width:min(100%,420px);margin:0 auto;overflow:hidden;border:1px solid #334446;background:#f8faf8;box-shadow:0 12px 30px #00000040}.doc-control{position:absolute;overflow:hidden}.doc-text{display:block;padding:4px 7px;border:1px solid transparent;color:#1d2927}.doc-text:hover,.doc-text:focus-within{border-color:#86a550;background:#d4f56b1a}.doc-text textarea{width:100%;height:100%;min-height:0;padding:0;border:0;border-radius:0;outline:0;resize:none;color:inherit;background:transparent;font:inherit;line-height:1.28}.control-number{position:absolute;top:1px;right:2px;z-index:1;color:#78918a;font-size:7px;opacity:.75;pointer-events:none}.doc-divider{min-height:1px;background:#263b36}.doc-image-placeholder{display:grid;place-items:center;border:1px dashed #88a28c;color:#577064;background:#e7eee8;font-size:10px;text-align:center}.doc-image-placeholder span{padding:6px}.project-result{margin:0 20px 18px}.table-actions{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 12px}.table-actions .ghost-btn{min-height:32px;padding:0 10px;font-size:11px}.table-scroll{overflow:auto;margin:0 20px;border:1px solid #2b3b3d;background:#0b1214}.data-table{width:100%;min-width:580px;border-collapse:collapse;color:#dce8e4;font-size:11px}.data-table th,.data-table td{min-width:110px;padding:8px;border-right:1px solid #253335;border-bottom:1px solid #253335;text-align:left;vertical-align:middle}.data-table thead th{position:sticky;top:0;z-index:1;background:#172322;color:#e9f4ef}.data-table th span,.data-table th small{display:block}.data-table th small{margin-top:4px;color:#718681;font-size:9px;font-weight:400}.data-table .row-number-head,.data-table .row-number{min-width:52px;width:52px;color:#718681;text-align:center}.data-table tbody tr:hover{background:#101c1c}.table-cell-input{width:100%;min-width:84px;min-height:30px;padding:6px 7px;border-color:transparent;border-radius:4px;background:transparent;font-size:11px}.table-cell-input:focus{border-color:#759542;background:#111d1c}.chart-grid{display:grid;gap:12px;padding:16px 20px 20px}.chart-card{overflow:hidden;border:1px solid #2b3b3d;background:#0d1718}.chart-head,.chart-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px}.chart-head{border-bottom:1px solid #253335}.chart-head>div{min-width:0;display:flex;align-items:center;gap:7px}.chart-number{color:#759542;font-size:10px;font-weight:700}.chart-title-input{min-width:0;width:100%;padding:5px 6px;border:1px solid transparent;color:#e9f4ef;background:transparent;font-size:12px}.chart-title-input:focus{border-color:#759542;background:#111d1c}.chart-head select{width:auto;min-height:30px;padding:5px 7px;font-size:10px}.chart-visual{display:grid;gap:8px;padding:14px 12px}.chart-row{display:grid;grid-template-columns:minmax(52px,90px) minmax(80px,1fr) 44px;align-items:center;gap:8px;color:#9db1ad;font-size:10px}.chart-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-row b{color:#d9ed9d;font-size:10px;text-align:right}.chart-track{height:9px;overflow:hidden;background:#1c2a29}.chart-track i{display:block;height:100%;min-width:2px;background:#b9ed67}.chart-visual.line .chart-track i{background:#8ed0eb}.chart-visual.pie .chart-track i{background:#d69cff}.chart-footer{border-top:1px solid #253335;color:#718681;font-size:10px}.danger-btn{color:#ffb0b0;border-color:#55343a}.empty-inline{padding:18px;border:1px dashed #334446;color:#718681;font-size:11px;text-align:center}.ppt-intro{padding-bottom:16px}.ppt-facts{display:flex;flex-wrap:wrap;gap:8px}.ppt-facts span{padding:7px 9px;border:1px solid #304143;color:#9db1ad;background:#0b1214;font-size:10px}.ppt-facts strong{color:#d4f56b;font-size:14px}.ppt-narrative{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 20px 16px;background:#2b3b3d}.ppt-narrative>div{min-width:0;padding:12px;background:#0d1718}.ppt-narrative small,.slide-visual span,.slide-needed span{display:block;margin-bottom:6px;color:#759542;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.ppt-narrative p{color:#c4d3ce;font-size:11px;line-height:1.55}.ppt-slides{display:grid;gap:10px;padding:0 20px 20px}.ppt-slide{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:14px;border:1px solid #2b3b3d;background:#0d1718}.slide-index{color:#d4f56b;font-size:18px;font-weight:800;line-height:1}.slide-content{min-width:0}.slide-meta{color:#759542;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.slide-content h3{margin-top:7px;color:#eff8f3;font-size:16px;line-height:1.3}.slide-content>strong{display:block;margin-top:7px;color:#c4d3ce;font-size:11px;line-height:1.5}.slide-content ul{margin:10px 0 0;padding-left:18px;color:#9db1ad;font-size:11px;line-height:1.55}.slide-visual,.slide-needed{margin-top:11px;padding:9px;border-left:2px solid #344b43;color:#a6b8b3;background:#111d1c;font-size:10px;line-height:1.5}.slide-needed{border-left-color:#846a35}@media(max-width:520px){h1{font-size:30px}.crop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.layout{grid-template-columns:180px minmax(0,1fr)}.workbench{grid-column:2}}@media(max-width:760px){.topbar{height:auto;min-height:72px;padding:14px 16px;align-items:flex-start;gap:12px}.top-actions{flex-wrap:wrap;justify-content:flex-end}.privacy-note{display:none}.layout{display:block;padding:16px}.sidebar{min-height:auto;border-right:0;padding:0 0 18px}.categories{display:flex;overflow-x:auto}.categories button{white-space:nowrap}.recent,.sidebar-footer{display:none}.catalog-head{min-height:auto;margin:20px 0}.model-summary{display:none}.tool-grid{grid-template-columns:1fr}.workbench{margin-top:16px}.field-grid.two,.ppt-narrative{grid-template-columns:1fr}.project-toolbar{align-items:flex-start;flex-direction:column}.project-toolbar .button-row{justify-content:flex-start}.doc-page{width:100%}.ppt-slide{grid-template-columns:32px minmax(0,1fr);gap:8px}}
