:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.5;color:#1b1f24;background:#f3f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#264e7014,#3c847614),#f3f5f7}button,input,select,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid #d7dde2;border-radius:8px;padding:8px 12px;color:#24313c;background:#fff;cursor:pointer}button:hover{border-color:#aeb9c3;background:#f8fafb}button:disabled{cursor:not-allowed;opacity:.58}button.primary,.auth-submit{border-color:#22725f;color:#fff;background:#22725f}button.primary:hover,.auth-submit:hover{background:#1d6655}button.danger{border-color:#e3c2bd;color:#a43829}input,select,textarea{width:100%;border:1px solid #d8dee4;border-radius:8px;padding:10px 12px;color:#1f2933;background:#fff;outline:none}input:focus,select:focus,textarea:focus{border-color:#22725f;box-shadow:0 0 0 3px #22725f24}label{display:grid;gap:7px;font-size:13px;font-weight:650;color:#44515c}.screen-center,.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.spin{animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-panel{width:min(440px,100%);padding:28px;border:1px solid rgba(155,167,179,.4);border-radius:8px;background:#ffffffeb;box-shadow:0 24px 60px #28343e1f;display:grid;gap:18px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;color:#fff;background:#213c4b}.brand strong{display:block;font-size:16px}.brand span{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6a7782;font-size:12px}.auth-brand{margin-bottom:2px}.auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:4px;border:1px solid #dde3e8;border-radius:8px;background:#f5f7f8}.auth-tabs button{min-height:34px;border:0;background:transparent}.auth-tabs button.active{color:#1f604f;background:#fff;box-shadow:0 1px 6px #1e2a3414}.code-row{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px}.inline-message{border-radius:8px;padding:10px 12px;font-size:13px}.inline-message.success{color:#19624f;background:#e8f6f1}.inline-message.error{color:#9a3326;background:#fff0ed}.auth-submit{width:100%}.app-shell{height:100vh;display:grid;grid-template-columns:270px 360px minmax(0,1fr);overflow:hidden}.sidebar,.prompt-list,.detail-pane{min-height:0}.sidebar{display:flex;flex-direction:column;gap:18px;padding:18px;border-right:1px solid #dce2e7;background:#ffffffc7}.search-box{position:relative}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7782}.search-box input{padding-left:38px}.category-nav{min-height:0;overflow:auto;display:grid;align-content:start;gap:5px}.category-nav button{justify-content:flex-start;width:100%;min-height:34px;border:0;color:#364550;background:transparent}.category-nav button.active{color:#174f41;background:#e6f2ee}.category-group{display:grid;gap:3px}.category-nav button.sub{padding-left:28px;font-size:13px;color:#5b6872}.sidebar-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.sidebar-actions button:first-child:last-child{grid-column:1 / -1}.prompt-list{border-right:1px solid #dce2e7;background:#fff;display:flex;flex-direction:column}.list-head{min-height:66px;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e9ed}.list-head strong{font-size:20px;margin-right:6px}.list-head span{color:#71808b;font-size:13px}.role-pill{display:inline-flex;align-items:center;gap:5px;border:1px solid #d4e7df;border-radius:999px;padding:5px 8px;color:#1e6b58!important;background:#edf8f3}.cards{min-height:0;overflow:auto;padding:10px;display:grid;align-content:start;gap:9px}.prompt-card{width:100%;display:grid;gap:8px;text-align:left;justify-content:stretch;border:1px solid #e1e7ec;border-radius:8px;padding:12px;background:#fff}.prompt-card.active{border-color:#22725f;box-shadow:inset 3px 0 #22725f}.card-topline,.card-tags,.meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.card-topline{justify-content:space-between;color:#7b8892;font-size:12px}.prompt-card h2{margin:0;color:#1f2933;font-size:15px;line-height:1.35}.prompt-card p{margin:0;color:#5b6872;font-size:13px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.card-tags span,.meta-row span,.status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;color:#4c5a64;background:#eef2f4;font-size:12px}.status.published{color:#19624f;background:#e4f4ef}.status.draft{color:#7b5a18;background:#fff2d5}.status.archived{color:#6b4b48;background:#f1e7e5}.detail-pane{position:relative;overflow:auto;padding:28px}.detail-head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #dfe5ea}.breadcrumb{margin-bottom:8px;color:#22725f;font-size:13px;font-weight:700}.detail-head h1{margin:0;color:#16212b;font-size:28px;line-height:1.2}.detail-head p{max-width:780px;margin:10px 0 0;color:#63717d}.detail-actions{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.prompt-content{margin:22px 0;white-space:pre-wrap;word-break:break-word;border:1px solid #dfe5ea;border-radius:8px;padding:18px;color:#17212b;background:#fff;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.7;font-size:14px}.history-panel{margin-top:24px;border:1px solid #dfe5ea;border-radius:8px;background:#ffffffb8}.history-panel h2{display:flex;align-items:center;gap:8px;margin:0;padding:14px 16px;border-bottom:1px solid #e3e8ec;font-size:15px}.history-list{display:grid}.history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #edf1f3}.history-item:last-child{border-bottom:0}.history-item strong,.history-item span{display:block}.history-item span,.muted{color:#72808b;font-size:12px}.muted{padding:14px 16px}.empty-state,.empty-detail{min-height:220px;display:grid;place-items:center;align-content:center;gap:10px;color:#7b8892}.toast{position:sticky;top:0;z-index:5;display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;border-radius:8px;padding:9px 12px;box-shadow:0 8px 26px #232d371f}.toast.success{color:#145a49;background:#e8f6f1}.toast.error{color:#9a3326;background:#fff0ed}.toast button{min-height:24px;padding:2px;border:0;color:inherit;background:transparent}.modal-layer{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#131c2361}.editor-panel,.category-panel{width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:8px;border:1px solid #dbe2e7;background:#fff;box-shadow:0 30px 80px #141e2647;padding:18px;display:grid;gap:14px}.category-panel{width:min(880px,100%)}.editor-panel header,.category-panel header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-panel h2,.category-panel h2{margin:0;font-size:18px}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.content-editor{min-height:260px;resize:vertical;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.65}.ai-box{display:grid;gap:10px;border:1px solid #dfe8e4;border-radius:8px;padding:12px;background:#f7fbf9}.ai-box h3{display:flex;align-items:center;gap:8px;margin:0;font-size:14px}.ai-controls,.category-create{display:grid;grid-template-columns:1fr auto;gap:8px}.category-create{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) 110px auto}.ai-result{display:grid;gap:10px}.ai-result pre{max-height:220px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;border:1px solid #d8e4df;border-radius:8px;padding:12px;background:#fff}.reason-input{min-width:min(420px,100%)}.category-table{display:grid;gap:8px}.category-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(150px,1fr) 86px 80px auto auto;gap:8px;align-items:center}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:13px}.checkbox-label input{width:auto}@media(max-width:1100px){.app-shell{grid-template-columns:240px 320px minmax(0,1fr)}.detail-head{display:grid}.detail-actions{justify-content:flex-start}}@media(max-width:860px){.app-shell{height:auto;min-height:100vh;grid-template-columns:1fr;overflow:auto}.sidebar{border-right:0;border-bottom:1px solid #dce2e7}.category-nav{max-height:220px}.prompt-list{min-height:420px;border-right:0;border-bottom:1px solid #dce2e7}.detail-pane{min-height:560px}.editor-grid,.category-create,.category-row,.ai-controls{grid-template-columns:1fr}.modal-layer{padding:10px}}
