: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}@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}}
