:root{color:#202124;background:#d9e2ec;font-family:Segoe UI,Microsoft YaHei UI,system-ui,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#dce6f0,#edf2f6 45%,#cbd8e5)}button,textarea{font:inherit}button{color:inherit}.desktop{min-height:100vh;padding:clamp(24px,5vw,64px)}.editor-window{width:min(960px,calc(100vw - clamp(48px,10vw,128px)));min-height:min(720px,calc(100vh - clamp(72px,10vw,128px)));margin:0 auto;display:flex;flex-direction:column;overflow:hidden;background:#fffffff5;border:1px solid rgba(74,90,108,.26);border-radius:10px;box-shadow:0 22px 60px #32425438,0 3px 12px #32425421}.window-bar{height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:space-between;padding-left:14px;background:#f8f9fb;border-bottom:1px solid #e5e7eb;-webkit-user-select:none;user-select:none}.window-title{display:flex;align-items:center;gap:10px;font-size:13px}.app-icon{width:22px;height:22px;display:grid;place-items:center;color:#fff;background:#2672ec;border-radius:5px;font-size:12px;font-weight:700}.window-controls{height:100%;display:grid;grid-template-columns:repeat(3,46px)}.window-controls span{display:grid;place-items:center;color:#4b5563;font-size:14px}.window-controls .window-close{font-size:22px}.editor-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px 36px 20px;border-bottom:1px solid #edf0f3}.editor-toolbar h1{margin:0;font-size:25px;font-weight:650;letter-spacing:-.02em}.editor-toolbar p{margin:5px 0 0;color:#667085;font-size:13px}.quiet-button{flex:0 0 auto;border:1px solid #d6dae0;border-radius:6px;padding:7px 12px;background:#fff;color:#505968;cursor:pointer;font-size:12px}.quiet-button:hover{background:#f4f6f8;border-color:#bfc5ce}.editor-wrap{position:relative;flex:1;min-height:390px}#committed{position:absolute;inset:0;width:100%;height:100%;resize:none;border:0;outline:0;padding:42px clamp(28px,7vw,82px) 80px;background:#fff;color:#17191c;font-family:Segoe UI,Microsoft YaHei UI,Yu Gothic UI,sans-serif;font-size:20px;line-height:1.85;caret-color:#1967d2}#committed::placeholder{color:#a4abb4}.empty-tip{position:absolute;left:clamp(28px,7vw,82px);bottom:36px;z-index:1;display:flex;align-items:center;gap:12px;pointer-events:none;color:#7b8491;font-size:12px}.empty-tip[hidden]{display:none}.empty-tip strong,.empty-tip span{display:block}.empty-tip strong{margin-bottom:2px;color:#505966;font-weight:600}.tip-icon{width:34px;height:34px;display:grid!important;place-items:center;border-radius:7px;background:#eaf2ff;color:#1467d2;font-size:16px;font-weight:650}.document-status{height:30px;flex:0 0 30px;display:flex;align-items:center;gap:22px;padding:0 20px;background:#f7f8fa;border-top:1px solid #e6e9ed;color:#717986;font-size:11px}.document-status span:first-child{margin-right:auto}.shortcut-card{width:min(960px,calc(100vw - clamp(48px,10vw,128px)));margin:14px auto 0;display:flex;justify-content:center;flex-wrap:wrap;gap:8px 18px;color:#607083;font-size:11px}.shortcut-card span{white-space:nowrap}kbd{display:inline-block;min-width:21px;margin-right:3px;padding:2px 5px;text-align:center;color:#4a5664;background:#ffffffb8;border:1px solid rgba(112,128,145,.28);border-radius:4px;box-shadow:0 1px #fffc;font:10px Segoe UI,sans-serif}.ime-float{position:fixed;right:24px;bottom:24px;z-index:20;display:flex;width:max-content;max-width:calc(100vw - 20px);flex-direction:column;align-items:flex-end;gap:8px;filter:drop-shadow(0 8px 18px rgba(30,42,57,.17))}.ime-float.dragging{-webkit-user-select:none;user-select:none}.ime-status-bar{height:42px;display:flex;align-items:center;padding:3px 5px 3px 3px;background:#fdfdfdf7;border:1px solid #cfd3d8;border-radius:6px;box-shadow:0 2px 7px #18233026;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.status-button,.drag-handle{height:34px;border:0;border-radius:4px;background:transparent;cursor:pointer}.status-button:hover,.drag-handle:hover{background:#edf2f8}.status-button:focus-visible,.drag-handle:focus-visible{outline:2px solid #3386e6;outline-offset:-2px}.drag-handle{width:20px;display:grid;grid-template-columns:repeat(2,2px);grid-auto-rows:2px;place-content:center;gap:3px;padding:0;cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing}.drag-handle span{width:2px;height:2px;border-radius:50%;background:#a4abb4}.mode-button{width:38px;color:#737b86;font-size:18px;font-weight:600}.mode-button.active{color:#126bd7}.punctuation-button{width:42px;color:#7b838d;font-size:14px;letter-spacing:-3px;padding-right:7px}.punctuation-button.active{color:#30343a}.status-separator{width:1px;height:20px;margin:0 3px;background:#e0e3e7}.icon-button{width:34px;display:grid;place-items:center;padding:7px}.icon-button svg{width:19px;height:19px;fill:none;stroke:#59616c;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.candidate-panel{position:fixed;z-index:21;width:min(620px,calc(100vw - 20px));overflow:hidden;background:#fffffffb;border:1px solid #cdd2d8;border-radius:7px;box-shadow:0 7px 22px #16212e30,0 1px 3px #16212e21;animation:candidate-in .13s ease-out}.candidate-panel[hidden]{display:none}@keyframes candidate-in{0%{opacity:0;transform:translateY(5px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.composition-line{min-height:42px;display:flex;align-items:baseline;gap:12px;padding:10px 14px 7px;border-bottom:1px solid #edf0f3;cursor:move;touch-action:none;-webkit-user-select:none;user-select:none}.candidate-panel.dragging .composition-line{cursor:grabbing}.composition-text{color:#1769cf;font-size:17px;font-weight:500}.raw-spelling{overflow:hidden;color:#929aa5;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.candidate-list{min-height:50px;display:flex;align-items:stretch;gap:1px;margin:0;padding:4px 8px;list-style:none}.candidate-list li{min-width:0}.candidate-button{height:42px;display:flex;align-items:center;gap:5px;padding:0 11px 0 8px;border:0;border-radius:4px;background:transparent;white-space:nowrap;cursor:pointer}.candidate-button:hover{background:#f0f5fb}.candidate-button.active{background:#e9f2ff}.candidate-number{align-self:flex-start;padding-top:8px;color:#8b939e;font-size:10px}.candidate-button.active .candidate-number{color:#1769cf}.candidate-text{color:#22262b;font-size:16px}.candidate-button.active .candidate-text{color:#0d5fc2;font-weight:600}.candidate-footer{height:27px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:0 8px 0 13px;border-top:1px solid #f0f1f3;color:#8b929c;font-size:10px}.candidate-actions{display:flex;gap:3px}.candidate-actions button{width:23px;height:20px;display:grid;place-items:center;padding:0 0 2px;border:0;border-radius:3px;background:transparent;color:#646c77;cursor:pointer;font-size:17px}.candidate-actions button:hover:not(:disabled){background:#e9edf2}.candidate-actions button:disabled{color:#c8cdd3;cursor:default}.ime-toast{position:absolute;right:4px;bottom:50px;padding:6px 10px;pointer-events:none;opacity:0;transform:translateY(4px);border-radius:5px;background:#272c33e6;color:#fff;font-size:11px;white-space:nowrap;transition:opacity .13s,transform .13s}.ime-toast.visible{opacity:1;transform:translateY(0)}@media(max-width:700px){.desktop{padding:12px}.editor-window{width:100%;min-height:calc(100vh - 72px);border-radius:8px}.editor-toolbar{align-items:flex-start;padding:20px 20px 16px}.editor-toolbar p{max-width:260px}#committed{padding:28px 22px 100px;font-size:18px}.empty-tip{left:22px;bottom:44px}.shortcut-card{display:none}.ime-float{right:10px;bottom:10px}.candidate-panel{max-width:calc(100vw - 20px)}.candidate-list{overflow-x:auto}.candidate-button{padding-inline:8px}.window-controls{grid-template-columns:repeat(3,38px)}}@media(prefers-reduced-motion:reduce){.candidate-panel{animation:none}.ime-toast{transition:none}}
