:root{color:#1d241f;background:#f2f3ef;font-family:SF Pro Text,PingFang SC,Microsoft YaHei,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--canvas: #f2f3ef;--surface: #ffffff;--surface-soft: #f7f8f5;--surface-muted: #eef0eb;--ink: #1d241f;--ink-soft: #4f5a52;--muted: #737d75;--faint: #959d96;--line: #dde1da;--line-strong: #ccd2ca;--accent: #255b47;--accent-hover: #1d4939;--accent-soft: #e9f1ed;--accent-line: #c9ddd3;--warning: #9a6040;--warning-soft: #f6eee8;--danger: #a9473e;--danger-soft: #fbefed;--shadow: 0 1px 2px rgba(24, 34, 27, .04), 0 14px 38px rgba(24, 34, 27, .055)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--canvas)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--canvas)}button,input,textarea,select{font:inherit}button{color:inherit;-webkit-tap-highlight-color:transparent}button,select{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(37,91,71,.16);outline-offset:2px}::selection{color:#fff;background:var(--accent)}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(204,210,202,.9);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-inner{min-width:0;width:min(100%,1400px);min-height:68px;margin:0 auto;padding:0 clamp(20px,4vw,56px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:11px;min-width:0}.brand-mark{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:#f7faf8;background:#202821;box-shadow:inset 0 0 0 1px #ffffff14}.brand-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.brand-copy strong{font-size:14px;line-height:1.15;letter-spacing:.02em}.brand-copy span{color:var(--muted);font-size:10px;line-height:1.2;letter-spacing:.04em}.type-switch{min-width:0;display:flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted)}.type-switch button{min-width:98px;height:34px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;color:#687169;background:transparent;font-size:12px;font-weight:650;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.type-switch button:hover{color:var(--ink)}.type-switch button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1d241f1f}.local-status{justify-self:end;display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:11px;font-weight:620;white-space:nowrap}.page-wrap{width:min(100%,1400px);margin:0 auto;padding:38px clamp(20px,4vw,56px) 28px}.page-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.heading-copy{min-width:0}.page-kicker,.panel-label,.editor-head span,.key-card-head span{color:var(--accent);font-size:10px;font-weight:730;line-height:1.2;letter-spacing:.08em}.page-heading h1{margin:7px 0;color:var(--ink);font-size:clamp(29px,3vw,40px);font-weight:730;line-height:1.08;letter-spacing:-.045em}.page-heading p{max-width:660px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.privacy-note{min-width:292px;padding:11px 0 11px 18px;display:flex;align-items:center;gap:11px;border-left:1px solid var(--line-strong)}.privacy-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--accent-line);border-radius:50%;color:var(--accent);background:var(--accent-soft)}.privacy-note>div:last-child{display:flex;flex-direction:column;gap:4px}.privacy-note strong{font-size:11px;font-weight:680}.privacy-note span{color:var(--muted);font-size:10px}.workspace{min-width:0;display:grid;grid-template-columns:304px minmax(0,1fr);align-items:start;gap:16px}.settings-panel,.work-panel{min-width:0;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.settings-panel{position:sticky;top:86px}.work-panel{min-height:650px;display:flex;flex-direction:column}.panel-head{min-height:68px;padding:16px 19px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.panel-head>div:first-child{min-width:0}.panel-head h2{margin:4px 0 0;color:var(--ink);font-size:14px;font-weight:720;line-height:1.2}.live-status{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;white-space:nowrap}.live-status i{width:6px;height:6px;border-radius:50%;background:#4c8a70;box-shadow:0 0 0 3px #e8f1ed}.settings-body{padding:20px 19px 22px;display:flex;flex-direction:column;gap:21px}.field{min-width:0;display:flex;flex-direction:column;gap:8px}.field>label,.field-label-row label{color:#424c45;font-size:11px;font-weight:690}.field-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.field-label-row span{color:var(--faint);font-size:9px}.field input,.field textarea,.team-card input,.select-wrap select{width:100%;border:1px solid var(--line-strong);border-radius:8px;color:var(--ink);background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.field input,.team-card input,.select-wrap select{height:42px}.field input,.team-card input{padding:0 12px}.field input:hover,.field textarea:hover,.team-card input:hover,.select-wrap select:hover{border-color:#b9c1b8}.field input:focus,.field textarea:focus,.team-card input:focus,.select-wrap select:focus{border-color:#7da491;box-shadow:0 0 0 3px #255b4717;outline:0}input::placeholder,textarea::placeholder{color:#a0a7a0}.seg{padding:3px;display:grid;gap:3px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted)}.seg.two{grid-template-columns:repeat(2,1fr)}.seg.three{grid-template-columns:repeat(3,1fr)}.seg button{min-width:0;height:36px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;color:#687169;background:transparent;font-size:11px;font-weight:650;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.seg button:hover{color:var(--ink)}.seg button.active{color:var(--accent);background:#fff;box-shadow:0 1px 3px #1d241f1c}.select-wrap,.input-with-action{position:relative}.select-wrap select{padding:0 38px 0 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:12px;font-weight:610}.select-wrap>svg{position:absolute;top:50%;right:12px;pointer-events:none;color:var(--muted);transform:translateY(-50%)}.input-with-action input{padding-right:42px}.input-with-action>button{position:absolute;top:5px;right:5px;width:32px;height:32px;padding:0;display:grid;place-items:center;border:0;border-radius:6px;color:var(--muted);background:transparent}.input-with-action>button:hover{color:var(--ink);background:var(--surface-muted)}.hint{margin:-1px 0 0;color:var(--muted);font-size:9.5px;line-height:1.55}.mono-area{min-height:146px;padding:11px 12px;resize:vertical;color:#395748!important;background:var(--surface-soft)!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:9.5px!important;line-height:1.55;word-break:break-all}.key-intro{padding:14px;display:flex;flex-direction:column;gap:13px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.key-intro-title{display:flex;align-items:center;gap:10px}.key-intro-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--accent-line);border-radius:9px;color:var(--accent);background:var(--accent-soft)}.key-intro h3{margin:0 0 4px;font-size:12px;font-weight:700}.key-intro p:not(.hint){margin:0;color:var(--muted);font-size:9.5px;line-height:1.5}.primary-btn,.ghost-btn,.copy-btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-weight:650;transition:color .15s ease,border-color .15s ease,background .15s ease,opacity .15s ease}.primary-btn{width:100%;height:40px;gap:8px;border:1px solid var(--accent);color:#fff;background:var(--accent);font-size:11px}.primary-btn:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.primary-btn:disabled{opacity:.65}.spin{animation:spin .9s linear infinite}.team-card{margin:0 12px 12px;padding:15px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.team-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.team-head>div{display:flex;align-items:center;gap:7px}.team-head strong{font-size:11px;font-weight:700}.team-head span{color:var(--faint);font-size:9px}.team-head code{max-width:128px;overflow:hidden;color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.team-card p{margin:7px 0 10px;color:var(--muted);font-size:9.5px;line-height:1.55}.team-card input{height:38px;font-size:11px}.work-head{padding-right:16px}.work-actions{display:flex;align-items:center;gap:12px}.auto-note{color:var(--faint);font-size:10px;white-space:nowrap}.ghost-btn,.copy-btn,.icon-btn{border:1px solid var(--line-strong);color:var(--ink-soft);background:#fff}.ghost-btn{height:34px;padding:0 11px;gap:7px;font-size:10px}.copy-btn{min-width:68px;height:30px;padding:0 9px;gap:6px;font-size:9.5px}.icon-btn{width:30px;height:30px;padding:0}.ghost-btn:hover,.copy-btn:hover:not(:disabled),.icon-btn:hover{color:var(--accent);border-color:#aebdb4;background:var(--accent-soft)}.copy-btn:disabled{opacity:.45}.editor-grid{min-height:580px;flex:1;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:stretch;background:var(--surface-soft)}.editor-card{min-width:0;min-height:540px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.editor-card:focus-within{border-color:#aabdb2;box-shadow:0 0 0 3px #255b470f}.editor-card.has-result{border-color:#b8cec3}.editor-card.is-error{border-color:#dfbcb7}.editor-head{min-height:65px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.editor-head h3{margin:4px 0 0;color:var(--ink);font-size:13px;font-weight:700}.editor-card>textarea{width:100%;min-height:0;flex:1;padding:17px;border:0;resize:none;color:#303a33;background:#fff;font-size:12px;line-height:1.75;outline:0}.editor-card>textarea::placeholder{color:#a3aaa4}.output-card>textarea{color:#315345;background:#fbfcfa;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;line-height:1.7;word-break:break-all}.editor-foot{min-height:36px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);color:var(--faint);background:var(--surface-soft);font-size:9px}.editor-foot span:last-child{overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.flow-bridge{position:relative;display:grid;place-items:center}.flow-line{position:absolute;left:0;right:0;height:1px;background:var(--line-strong)}.flow-dot{position:relative;z-index:1;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--accent);background:var(--surface-soft)}.state-box{min-height:0;flex:1;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.state-icon{width:46px;height:46px;margin-bottom:14px;display:grid;place-items:center;border:1px solid var(--accent-line);border-radius:50%;color:var(--accent);background:var(--accent-soft)}.state-icon.large{width:54px;height:54px}.state-box strong{color:var(--ink-soft);font-size:12px;font-weight:690}.state-box p{max-width:260px;margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.6}.error-box{color:var(--danger);background:var(--danger-soft)}.error-box>svg{margin-bottom:12px}.error-box strong{color:var(--danger)}.error-box p{color:#8e5d57}.key-empty{min-height:580px;flex:1;margin:18px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed var(--line-strong);border-radius:10px;background:var(--surface-soft);text-align:center}.key-empty h3{margin:0;font-size:13px;font-weight:700}.key-empty p{max-width:330px;margin:8px 0 0;color:var(--muted);font-size:10px;line-height:1.6}.key-grid{min-height:580px;flex:1;padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:var(--surface-soft)}.key-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.key-card.is-public{border-top-color:#7fa38f}.key-card.is-private{border-top-color:#bd8a6c}.key-card-head{min-height:102px;padding:15px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.key-card.is-private .key-card-head span{color:var(--warning)}.key-card-head h3{margin:4px 0 5px;font-size:13px;font-weight:700}.key-card-head p{margin:0;color:var(--muted);font-size:9.5px;line-height:1.5}.key-card textarea{min-height:430px;flex:1;padding:15px;border:0;resize:none;outline:0;color:#355c49;background:#fbfcfa;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px;line-height:1.7;word-break:break-all}.key-card.is-private textarea{color:#745242;background:#fdfbf9}.page-footer{min-height:52px;padding:18px 2px 0;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--faint);font-size:9.5px}.page-footer span:first-child{color:var(--ink-soft);font-weight:680}.page-footer i{width:24px;height:1px;background:var(--line-strong)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.workspace{grid-template-columns:280px minmax(0,1fr)}.editor-grid{min-height:0;grid-template-columns:1fr;gap:0}.editor-card{min-height:340px}.flow-bridge{height:40px}.flow-line{top:0;bottom:0;left:50%;right:auto;width:1px;height:auto}.flow-dot svg{transform:rotate(90deg)}.key-grid{grid-template-columns:1fr}.key-card textarea{min-height:260px}}@media(max-width:780px){.topbar-inner{min-height:64px;padding:0 16px;grid-template-columns:1fr auto;gap:12px}.local-status{display:none}.type-switch button{min-width:78px;padding:0 10px}.page-wrap{padding:28px 14px 22px}.page-heading{align-items:flex-start;margin-bottom:18px}.privacy-note{display:none}.workspace{grid-template-columns:1fr}.settings-panel{position:static}.work-panel{min-height:0}.work-head{position:static;background:var(--surface)}.editor-grid,.key-grid{padding:12px}.key-empty{min-height:360px;margin:12px}.page-footer{justify-content:center;text-align:center}}@media(max-width:600px){.topbar-inner{min-height:108px;padding-top:12px;padding-bottom:10px;grid-template-columns:1fr}.brand{justify-self:center}.brand-copy span{display:none}.type-switch{width:100%}.type-switch button{min-width:0;flex:1}.page-wrap{padding-top:23px}.page-heading h1{font-size:28px}.page-heading p{font-size:12px}.panel-head{min-height:64px;padding:14px 16px}.settings-body{padding:18px 16px 20px}.team-card{margin-right:10px;margin-bottom:10px;margin-left:10px}.work-head{position:static}.auto-note{display:none}.ghost-btn{width:34px;padding:0;font-size:0}.editor-card{min-height:330px}.editor-head,.key-card-head{padding:13px}.editor-card>textarea{padding:14px}.editor-foot{padding:0 12px}.key-card-head{min-height:0;flex-direction:column}.key-card textarea{min-height:230px}.page-footer i,.page-footer span:first-child{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
