:root{--bg:#f4f6f8;--surface:#fff;--surface-soft:#f8faf9;--line:#e3e8e6;--line-strong:#d4dcda;--text:#17211e;--text-soft:#5f6d68;--text-faint:#87938f;--green:#137a53;--green-dark:#0e6242;--green-soft:#e9f5ef;--green-pale:#f2f9f5;--red:#b43a3a;--red-soft:#fff0f0;--shadow:0 1px 2px #14261f09, 0 8px 24px #14261f09}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif}button,textarea,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #137a532e}.app-shell{min-height:100vh}.sidebar{z-index:10;border-right:1px solid var(--line);background:#fffffff5;flex-direction:column;width:232px;padding:22px 15px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 8px 22px;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 6px 16px #137a5330}.brand-text{flex-direction:column;gap:2px;min-width:0;display:flex}.brand-text strong{letter-spacing:-.01em;font-size:14px}.brand-text span{color:var(--text-faint);font-size:11px}.side-nav{flex-direction:column;flex:1;display:flex}.nav-label{color:#97a19e;letter-spacing:.1em;padding:5px 11px 8px;font-size:10px;font-weight:700}.nav-item{min-height:42px;color:var(--text-soft);border-radius:9px;align-items:center;gap:10px;padding:0 11px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.nav-item.active{color:var(--green-dark);background:var(--green-soft)}.nav-item>span{flex:1}.nav-chevron{opacity:.5}.sidebar-note{color:var(--green-dark);background:var(--green-pale);border:1px solid #d9ebe2;border-radius:10px;align-items:flex-start;gap:9px;padding:12px;display:flex}.sidebar-note svg{flex:none;margin-top:1px}.sidebar-note div{flex-direction:column;gap:3px;min-width:0;display:flex}.sidebar-note strong{font-size:11px}.sidebar-note span{color:#708079;font-size:9px;line-height:1.45}.main-content{width:calc(100% - 232px);max-width:1640px;min-height:100vh;margin-left:232px;padding:30px 36px 24px}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.breadcrumbs{color:var(--text-faint);align-items:center;gap:5px;margin-bottom:8px;font-size:10px;font-weight:600;display:flex}.page-header h1{letter-spacing:-.035em;margin:0 0 5px;font-size:clamp(24px,2.2vw,31px);font-weight:720}.page-header p{color:var(--text-soft);margin:0;font-size:12px}.header-actions{align-items:center;gap:10px;display:flex}.status-pill,.count-badge,.ai-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:650;display:inline-flex}.status-pill{color:var(--green-dark);background:#fff;border:1px solid #d8e8e0;gap:7px;padding:8px 11px}.status-dot{background:#26a269;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e3f5eb}.privacy-banner{color:#527166;background:var(--green-pale);border:1px solid #dceae4;border-radius:9px;align-items:center;gap:9px;margin-bottom:15px;padding:10px 13px;display:flex}.privacy-banner svg{color:var(--green);flex:none}.privacy-banner p{margin:0;font-size:10px;line-height:1.5}.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;padding:22px}.section-heading{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.section-icon{width:38px;height:38px;color:var(--green);background:var(--green-pale);border:1px solid #dcebe4;border-radius:10px;flex:none;place-items:center;display:grid}.section-kicker{color:var(--green);letter-spacing:.1em;margin-bottom:3px;font-size:8px;font-weight:800;display:block}.section-heading h2,.section-title-row h2{letter-spacing:-.02em;margin:0 0 3px;font-size:16px;font-weight:700}.section-heading p,.section-title-row p{color:var(--text-faint);margin:0;font-size:10px;line-height:1.5}.field-group{flex-direction:column;gap:7px;display:flex}.field-group label,.field-label-row label{color:#3d4b46;font-size:10px;font-weight:700}.field-label-row{justify-content:space-between;align-items:center;display:flex}.field-label-row span{color:#9aa4a0;font-variant-numeric:tabular-nums;font-size:8px}textarea,select{width:100%;color:var(--text);border:1px solid var(--line-strong);background:#fff;border-radius:9px;transition:border-color .12s,box-shadow .12s}textarea{resize:vertical;min-height:145px;padding:13px 14px;font-size:12px;line-height:1.65}textarea::placeholder{color:#a8b0ad}textarea:hover,select:hover{border-color:#bdc9c5}textarea:focus,select:focus{border-color:#72aa92;outline:0;box-shadow:0 0 0 3px #137a5314}.button-row{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.compact-row{margin-top:7px}.button{cursor:pointer;color:#46534f;border:1px solid var(--line-strong);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:10px;font-weight:650;transition:color .12s,border-color .12s,background-color .12s,transform .1s;display:inline-flex}.button:hover:not(:disabled){color:var(--text);background:#fbfcfc;border-color:#aebbb6}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.48}.button-primary{color:#fff;border-color:var(--green);background:var(--green)}.button-primary:hover:not(:disabled){color:#fff;border-color:var(--green-dark);background:var(--green-dark)}.button-quiet{color:#596660;border-color:var(--line);background:var(--surface-soft)}.button-danger-quiet{color:var(--red);background:snow;border-color:#edd}.button-danger-quiet:hover:not(:disabled){color:#922f2f;background:var(--red-soft);border-color:#e2c5c5}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;animation:.65s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#9b3030;background:var(--red-soft);border:1px solid #f0d3d3;border-radius:7px;margin:9px 0 0;padding:8px 10px;font-size:10px;line-height:1.5}.result-box{background:var(--surface-soft);border:1px dashed #d0dad6;border-radius:9px;min-height:117px;margin-top:14px;overflow:hidden}.result-box.has-value{background:var(--green-pale);border-style:solid;border-color:#cfe4da}.result-topline{min-height:34px;color:var(--text-faint);letter-spacing:.02em;border-bottom:1px solid #e6ebe9;justify-content:space-between;align-items:center;padding:0 11px;font-size:9px;font-weight:700;display:flex}.has-value .result-topline{color:var(--green-dark);border-color:#dcebe4}.copy-control{cursor:pointer;color:var(--green);background:0 0;border:0;align-items:center;gap:5px;padding:4px 0;font-size:9px;font-weight:700;display:inline-flex}.copy-control:hover{color:var(--green-dark)}.result-content{cursor:copy;color:#234238;text-align:left;white-space:pre-wrap;background:0 0;border:0;width:100%;min-height:82px;padding:12px 13px;font-size:12px;line-height:1.65;display:block}.result-content:hover{background:#137a5306}.result-placeholder{color:#a1aaa7;justify-content:center;align-items:center;gap:7px;min-height:82px;font-size:10px;display:flex}.smart-panel,.templates-panel,.history-panel{margin-top:15px}.smart-header,.section-title-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.smart-header .section-heading{margin-bottom:16px}.ai-badge{color:#78651e;background:#fff9dc;border:1px solid #eadfae;padding:5px 9px}.smart-grid{grid-template-columns:minmax(270px,.8fr) minmax(0,1.45fr);gap:18px;display:grid}.smart-grid .result-box{min-height:100%;margin-top:0}.smart-form{flex-direction:column;display:flex}.smart-form>.button{align-self:flex-start;margin-top:10px}.select-wrap{position:relative}select{appearance:none;cursor:pointer;height:38px;padding:0 34px 0 11px;font-size:10px}.select-arrow{color:var(--text-faint);pointer-events:none;position:absolute;top:8px;right:12px}.context-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;min-height:57px;margin-top:9px;padding:9px 11px;overflow:hidden}.context-preview span{color:var(--text-faint);margin-bottom:4px;font-size:8px;font-weight:700;display:block}.context-preview p{color:#53615c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.5;display:-webkit-box;overflow:hidden}.section-title-row{align-items:center;margin-bottom:17px}.count-badge{color:var(--text-soft);border:1px solid var(--line);background:var(--surface-soft);padding:6px 9px}.template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.template-card{border:1px solid var(--line);background:#fcfdfc;border-radius:9px;flex-direction:column;min-width:0;min-height:158px;padding:13px;transition:border-color .12s,box-shadow .12s;display:flex}.template-card:hover{border-color:#c4d2cd;box-shadow:0 5px 16px #14261f0a}.template-card-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.template-card-header>span:first-child{color:#34423d;font-size:10px;font-weight:700}.language-tag{color:var(--green-dark);background:var(--green-soft);letter-spacing:.07em;border-radius:4px;padding:2px 5px;font-size:7px;font-weight:800}.template-card>p{color:#5c6965;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0 0 12px;font-size:9px;line-height:1.55;display:-webkit-box;overflow:hidden}.template-actions{border-top:1px solid #edf0ef;justify-content:space-between;align-items:center;gap:8px;padding-top:9px;display:flex}.template-actions button{cursor:pointer;color:var(--text-soft);background:0 0;border:0;align-items:center;gap:4px;padding:3px 0;font-size:8px;font-weight:650;display:inline-flex}.template-actions button:hover{color:var(--green)}.history-title-row{margin-bottom:14px}.history-list{border:1px solid var(--line);border-radius:9px;flex-direction:column;display:flex;overflow:hidden}.history-item{border-bottom:1px solid var(--line);background:#fdfefd;grid-template-columns:210px minmax(0,1fr);gap:14px;padding:11px 13px;display:grid}.history-item:last-child{border-bottom:0}.history-meta{align-items:center;gap:7px;min-width:0;display:flex}.history-meta strong{color:#4d5a56;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.history-meta>span:last-child{color:#9ca5a2;white-space:nowrap;margin-left:auto;font-size:7px}.history-type{border-radius:4px;flex:none;padding:3px 5px;font-size:7px;font-weight:700}.history-incoming{color:#245c8a;background:#eaf3fb}.history-reply{color:var(--green-dark);background:var(--green-soft)}.history-smart{color:#725c16;background:#fff7d8}.history-copy{align-items:center;gap:10px;min-width:0;display:flex}.history-copy p{color:#475550;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:9px;line-height:1.5;overflow:hidden}.history-copy button{cursor:pointer;width:27px;height:27px;color:var(--text-faint);border:1px solid var(--line);background:#fff;border-radius:6px;flex:none;place-items:center;display:grid}.history-copy button:hover{color:var(--green);border-color:#bcd4ca}.empty-history{min-height:120px;color:var(--text-faint);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-history>div{background:var(--surface-soft);border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:8px;display:grid}.empty-history strong{color:var(--text-soft);margin-bottom:4px;font-size:10px}.empty-history span{font-size:8px}.page-footer{color:#98a19e;justify-content:space-between;gap:20px;padding:21px 4px 0;font-size:8px;display:flex}.toast{z-index:30;color:#fff;opacity:0;pointer-events:none;background:#1d2a26;border-radius:9px;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:11px;font-weight:650;transition:opacity .12s,transform .12s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(8px);box-shadow:0 10px 30px #0d1b1633}.toast svg{color:#61d69f}.toast.visible{opacity:1;transform:translateY(0)}@media (max-width:1120px){.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-item{grid-template-columns:190px minmax(0,1fr)}}@media (max-width:900px){.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:64px;padding:11px 18px;position:static}.brand{padding:0}.brand-mark{width:35px;height:35px}.side-nav{flex:0}.nav-label,.nav-chevron,.sidebar-note{display:none}.nav-item{min-height:37px}.main-content{width:100%;max-width:none;margin-left:0;padding:24px 22px}.workspace-grid{grid-template-columns:1fr}}@media (max-width:650px){.sidebar{height:58px;padding:9px 14px}.brand-text span,.side-nav{display:none}.main-content{padding:20px 13px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.header-actions{justify-content:space-between;width:100%}.privacy-banner{align-items:flex-start}.panel{border-radius:11px;padding:17px}textarea{min-height:165px}.button-row .button{flex:auto}.smart-grid{grid-template-columns:1fr}.smart-grid .result-box{min-height:132px}.smart-form>.button{width:100%}.template-grid{grid-template-columns:1fr}.template-card{min-height:145px}.history-title-row{flex-direction:column;align-items:flex-start}.history-item{grid-template-columns:1fr;gap:8px}.page-footer{flex-direction:column;align-items:flex-start;gap:5px}.toast{justify-content:center;bottom:13px;left:13px;right:13px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
