.hanweb-ai-resizer{position:absolute;top:0;bottom:0;left:0;z-index:40;width:8px;cursor:col-resize;touch-action:none}.hanweb-ai-resizer:after{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background:transparent;transition:background-color .14s ease,box-shadow .14s ease}.hanweb-ai-resizer:hover:after,.hanweb-ai-resizer[data-active=true]:after{background:var(--chat-accent);box-shadow:0 0 0 1px var(--chat-accent-soft)}.hanweb-ai-resizing,.hanweb-ai-resizing *{cursor:col-resize!important;user-select:none!important}.hanweb-chat{--chat-panel-width:400px;position:relative;display:flex;height:100%;min-height:0;flex-direction:column;overflow:hidden;background:var(--chat-bg);color:var(--chat-text-primary);font-family:Pretendard,Pretendard Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em}.hanweb-chat-header{display:flex;height:64px;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--chat-header-border);background:var(--chat-header-bg);padding:0 20px}.hanweb-chat-header-left{display:flex;min-width:0;align-items:center;gap:10px}.hanweb-chat-avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;background:var(--chat-icon-well);border:1px solid var(--chat-icon-well-border)}.hanweb-chat-avatar--header{width:34px;height:34px;border-radius:10px}.hanweb-chat-avatar--msg{width:28px;height:28px;border-radius:8px}.hanweb-chat-avatar img{width:100%;height:100%;object-fit:cover}.hanweb-chat-meta{min-width:0}.hanweb-chat-title{font-size:14px;font-weight:650;letter-spacing:-.015em;line-height:1.2;color:var(--chat-text-primary)}.hanweb-chat-status{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:11px;line-height:1;color:var(--chat-text-tertiary)}.hanweb-chat-status-dot{width:5px;height:5px;border-radius:999px;background:#7c6fe8}.hanweb-chat-header-actions{display:flex;flex-shrink:0;align-items:center;gap:2px}.hanweb-chat-icon-btn{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:var(--chat-text-secondary);cursor:pointer;transition:background-color .14s ease,color .14s ease}.hanweb-chat-icon-btn:hover{background:var(--chat-hover);color:var(--chat-text-primary)}.hanweb-chat-icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(119,105,232,.12)}.hanweb-chat-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.hanweb-chat-inner{width:100%;max-width:720px;margin:0 auto;padding:24px 20px 176px}.hanweb-chat-welcome{max-width:560px;margin:0 auto;padding-top:clamp(28px,8vh,72px);animation:hanweb-chat-in .18s ease-out both}.hanweb-chat-welcome-heading{margin:0;font-size:20px;font-weight:650;line-height:1.35;letter-spacing:-.025em;color:var(--chat-text-primary)}.hanweb-chat-welcome-sub{margin:8px 0 0;font-size:13px;line-height:1.6;color:var(--chat-text-secondary)}.hanweb-chat-suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:24px}.hanweb-chat-suggestion{display:flex;min-height:72px;flex-direction:column;align-items:flex-start;padding:12px;border:1px solid var(--chat-border);border-radius:12px;background:var(--chat-surface);cursor:pointer;text-align:left;transition:background-color .14s ease,border-color .14s ease,transform .14s ease,box-shadow .14s ease}.hanweb-chat-suggestion:hover:not(:disabled){background:var(--chat-surface-hover);border-color:var(--chat-suggestion-hover-border);box-shadow:var(--chat-shadow-sm);transform:translateY(-1px)}.hanweb-chat-suggestion:active:not(:disabled){transform:scale(.985)}.hanweb-chat-suggestion:disabled{cursor:default;opacity:.5}.hanweb-chat-suggestion:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(119,105,232,.12)}.hanweb-chat-suggestion-head{display:flex;align-items:center;gap:8px}.hanweb-chat-suggestion-icon{display:flex;width:28px;height:28px;flex-shrink:0;align-items:center;justify-content:center;border-radius:8px;background:var(--chat-icon-well);color:var(--chat-accent)}.hanweb-chat-suggestion-title{font-size:13px;font-weight:600;color:var(--chat-text-primary)}.hanweb-chat-suggestion-desc{margin-top:8px;font-size:11px;line-height:1.4;color:var(--chat-text-tertiary)}.hanweb-chat-ai-row,.hanweb-chat-user-row{animation:hanweb-chat-in .18s ease-out both}.hanweb-chat-ai-row{display:flex;gap:10px;margin-bottom:24px}.hanweb-chat-ai-body{min-width:0;flex:1;padding-top:2px;font-size:14px;line-height:1.75;color:var(--chat-text-primary);white-space:pre-wrap;overflow-wrap:anywhere}.hanweb-chat-user-row{display:flex;justify-content:flex-end;margin-bottom:24px}.hanweb-chat-user-bubble{max-width:78%;padding:10px 14px;border-radius:16px;border-bottom-right-radius:6px;background:var(--chat-user-bubble);color:var(--chat-text-primary);font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.hanweb-chat-user-bubble img{display:block;max-height:160px;width:100%;margin-bottom:8px;border-radius:8px;object-fit:contain;background:var(--chat-surface-subtle)}.hanweb-chat-thinking{display:flex;align-items:center;gap:10px;margin-bottom:8px;animation:hanweb-chat-in .18s ease-out both}.hanweb-chat-thinking-copy{display:flex;align-items:center;gap:8px;padding-top:4px;font-size:13px;color:var(--chat-text-secondary)}.hanweb-chat-thinking-dots{display:flex;gap:4px}.hanweb-chat-thinking-dots span{width:4px;height:4px;border-radius:999px;background:var(--chat-accent);animation:hanweb-chat-think 1.2s ease-in-out infinite}.hanweb-chat-thinking-dots span:nth-child(2){animation-delay:.15s}.hanweb-chat-thinking-dots span:nth-child(3){animation-delay:.3s}.hanweb-chat-composer-area{position:absolute;right:0;bottom:0;left:0;z-index:20;padding:16px;background:var(--chat-composer-fade)}.hanweb-chat-composer{max-width:720px;margin:0 auto;padding:10px 10px 8px 14px;border:1px solid var(--chat-border-strong);border-radius:18px;background:var(--chat-composer-bg);box-shadow:var(--chat-shadow-input);transition:border-color .15s ease,box-shadow .15s ease}.hanweb-chat-composer:focus-within{border-color:var(--chat-accent-border);box-shadow:0 0 0 3px var(--chat-accent-soft),var(--chat-shadow-input)}.hanweb-chat-attach{display:flex;align-items:center;gap:10px;max-width:220px;margin-bottom:8px;padding:6px 8px 6px 6px;border:1px solid var(--chat-border);border-radius:10px;background:var(--chat-surface-subtle)}.hanweb-chat-attach img{width:40px;height:40px;flex-shrink:0;border-radius:8px;object-fit:cover}.hanweb-chat-attach-meta{min-width:0;flex:1}.hanweb-chat-attach-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--chat-text-primary)}.hanweb-chat-attach-label{margin-top:2px;font-size:10px;color:var(--chat-text-tertiary)}.hanweb-chat-attach-remove{display:flex;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:var(--chat-text-tertiary);cursor:pointer}.hanweb-chat-attach-remove:hover{background:var(--chat-hover);color:var(--chat-text-primary)}.hanweb-chat-textarea{display:block;width:100%;min-height:24px;max-height:140px;resize:none;border:0;outline:none;background:transparent;color:var(--chat-text-primary);font-family:inherit;font-size:14px;line-height:1.55;letter-spacing:-.01em}.hanweb-chat-textarea::placeholder{color:var(--chat-text-tertiary)}.hanweb-chat-composer.is-listening{border-color:var(--chat-accent-border);box-shadow:0 0 0 3px var(--chat-accent-soft),var(--chat-shadow-input)}.hanweb-chat-voice{display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:8px 8px 8px 10px;border:1px solid var(--chat-accent-border);border-radius:12px;background:var(--chat-accent-soft)}.hanweb-chat-voice-live{position:relative;display:flex;width:10px;height:10px;flex-shrink:0;align-items:center;justify-content:center}.hanweb-chat-voice-live span{position:absolute;inset:0;border-radius:999px;background:var(--chat-accent)}.hanweb-chat-voice-live span:first-child{animation:hanweb-chat-voice-ping 1.2s ease-out infinite;opacity:.45}.hanweb-chat-voice-copy{min-width:0;flex:1}.hanweb-chat-voice-title{margin:0;font-size:12px;font-weight:650;color:var(--chat-text-primary)}.hanweb-chat-voice-interim{margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--chat-text-secondary)}.hanweb-chat-voice-stop{flex-shrink:0;height:28px;padding:0 10px;border:0;border-radius:8px;background:var(--chat-composer-bg);color:var(--chat-text-secondary);font-size:12px;font-weight:600;cursor:pointer}.hanweb-chat-voice-stop:hover{color:var(--chat-text-primary)}.hanweb-chat-status-dot.is-listening{background:var(--chat-accent);box-shadow:0 0 0 3px var(--chat-accent-soft)}.hanweb-chat-tool-btn.is-listening{background:var(--chat-accent-soft);color:var(--chat-accent)}.hanweb-chat-tool-btn:disabled{cursor:default;opacity:.4}.hanweb-chat-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.hanweb-chat-toolbar-left{display:flex;align-items:center;gap:2px}.hanweb-chat-tool-btn{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:var(--chat-text-secondary);cursor:pointer;transition:background-color .14s ease,color .14s ease}.hanweb-chat-tool-btn:hover{background:var(--chat-hover);color:var(--chat-text-primary)}.hanweb-chat-tool-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(119,105,232,.12)}.hanweb-chat-send{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--chat-accent);color:#fff;cursor:pointer;transition:transform .12s ease,background-color .12s ease}.hanweb-chat-send:hover:not(:disabled){background:var(--chat-accent-hover)}.hanweb-chat-send:active:not(:disabled){transform:scale(.94)}.hanweb-chat-send:disabled{background:var(--chat-send-disabled-bg);color:var(--chat-send-disabled-fg);cursor:default}.hanweb-chat-send:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(119,105,232,.12)}.hanweb-chat-drop{pointer-events:none;position:absolute;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--chat-drop-overlay)}.hanweb-chat-drop-card{width:100%;max-width:280px;padding:32px 16px;border:1px dashed var(--chat-accent-border);border-radius:12px;background:var(--chat-composer-bg);text-align:center;box-shadow:var(--chat-shadow-sm)}.hanweb-chat-drop-title{margin:0;font-size:14px;font-weight:600;color:var(--chat-text-primary)}.hanweb-chat-drop-sub{margin:6px 0 0;font-size:12px;color:var(--chat-text-secondary)}@keyframes hanweb-chat-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes hanweb-chat-voice-ping{0%{transform:scale(1);opacity:.45}to{transform:scale(2.2);opacity:0}}@keyframes hanweb-chat-think{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (max-width:480px){.hanweb-chat-header{padding:0 16px}.hanweb-chat-inner{padding:16px 16px 168px}.hanweb-chat-composer-area{padding:12px}.hanweb-chat-suggestions{grid-template-columns:1fr}}.hanweb-find-aside{max-width:100%}.hanweb-find-panel{position:relative;display:flex;height:100%;min-height:0;flex-direction:column;overflow:hidden;background:var(--chat-bg);color:var(--chat-text-primary);font-family:Pretendard,Pretendard Variable,Inter,sans-serif}.hanweb-find-panel-header{display:flex;height:64px;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--chat-header-border);background:var(--chat-header-bg);padding:0 18px}.hanweb-find-panel-header-left{display:flex;min-width:0;align-items:center;gap:10px}.hanweb-find-panel-icon{display:flex;width:34px;height:34px;flex-shrink:0;align-items:center;justify-content:center;border-radius:10px;background:var(--chat-icon-well);border:1px solid var(--chat-icon-well-border);color:var(--chat-accent)}.hanweb-find-panel-title{font-size:14px;font-weight:650;letter-spacing:-.015em;line-height:1.2}.hanweb-find-panel-sub{margin-top:3px;font-size:11px;line-height:1.3;color:var(--chat-text-tertiary)}.hanweb-find-modes{display:grid;grid-template-columns:1fr 1fr;gap:4px;flex-shrink:0;padding:10px 18px 0}.hanweb-find-mode{height:34px;border:1px solid var(--chat-border);border-radius:9px;background:var(--chat-surface-subtle);color:var(--chat-text-secondary);font-size:13px;font-weight:600;cursor:pointer}.hanweb-find-mode:hover{background:var(--chat-surface-hover);color:var(--chat-text-primary)}.hanweb-find-mode.is-active{background:var(--chat-accent-soft);border-color:var(--chat-accent-border);color:var(--chat-accent)}.hanweb-find-btn:focus-visible,.hanweb-find-close:focus-visible,.hanweb-find-field input:focus-visible,.hanweb-find-jump:focus-visible,.hanweb-find-mode:focus-visible,.hanweb-find-options-toggle:focus-visible,.hanweb-find-result:focus-visible,.hanweb-find-scope:focus-visible{outline:2px solid var(--chat-accent);outline-offset:2px}.hanweb-find-panel-body{display:flex;min-height:0;flex:1;flex-direction:column;gap:12px;overflow:auto;padding:16px 18px 12px}.hanweb-find-field{display:flex;flex-direction:column;gap:6px}.hanweb-find-field label{font-size:12px;font-weight:600;color:var(--chat-text-secondary)}.hanweb-find-field input{height:40px;border:1px solid var(--chat-border-strong);border-radius:12px;background:var(--chat-composer-bg);padding:0 12px;color:var(--chat-text-primary);font-size:14px;outline:none}.hanweb-find-field input:focus{border-color:var(--chat-accent-border);box-shadow:0 0 0 3px var(--chat-accent-soft)}.hanweb-find-field input::placeholder{color:var(--chat-text-tertiary)}.hanweb-find-inputwrap{position:relative;display:flex}.hanweb-find-inputwrap input{width:100%;padding-right:72px}.hanweb-find-count{position:absolute;top:50%;right:10px;transform:translateY(-50%);padding:2px 8px;border-radius:999px;background:var(--chat-icon-well);border:1px solid var(--chat-icon-well-border);color:var(--chat-accent);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}.hanweb-find-count--none{background:color-mix(in srgb,var(--chat-danger) 10%,white);border-color:color-mix(in srgb,var(--chat-danger) 35%,white);color:var(--chat-danger)}.hanweb-find-scopes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.hanweb-find-scope{height:30px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--chat-border);border-radius:999px;background:var(--chat-surface);color:var(--chat-text-secondary);font-size:12px;font-weight:600;cursor:pointer}.hanweb-find-scope:hover{background:var(--chat-surface-hover)}.hanweb-find-scope.is-active{background:var(--chat-accent-soft);border-color:var(--chat-accent-border);color:var(--chat-accent)}.hanweb-find-options-toggle{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;border:0;background:transparent;color:var(--chat-text-secondary);font-size:12px;font-weight:600;cursor:pointer;padding:0}.hanweb-find-options-toggle svg{transition:transform .15s ease}.hanweb-find-options-toggle svg.is-open{transform:rotate(180deg)}.hanweb-find-options{display:flex;flex-wrap:wrap;gap:12px 16px}.hanweb-find-check{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--chat-text-secondary);cursor:pointer}.hanweb-find-check input{accent-color:var(--chat-accent)}.hanweb-find-jump{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;border:1px solid var(--chat-accent-border);border-radius:10px;background:var(--chat-accent-soft);color:var(--chat-accent);font-size:13px;font-weight:600;cursor:pointer}.hanweb-find-results{display:flex;min-height:0;flex:1;flex-direction:column;gap:6px;overflow:auto;padding-right:2px}.hanweb-find-empty{margin:8px 0 0;padding:16px 12px;border-radius:12px;background:var(--chat-surface-subtle);color:var(--chat-text-tertiary);font-size:13px;line-height:1.5;text-align:center}.hanweb-find-result{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:var(--chat-surface-subtle);color:var(--chat-text-primary);text-align:left;cursor:pointer}.hanweb-find-result:hover{background:var(--chat-surface-hover)}.hanweb-find-result.is-active{border-color:var(--chat-accent-border);background:var(--chat-accent-soft)}.hanweb-find-badge{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:999px;background:var(--chat-icon-well);color:var(--chat-accent);font-size:10px;font-weight:700}.hanweb-find-snippet{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;color:var(--chat-text-secondary)}.hanweb-find-snippet mark{background:color-mix(in srgb,var(--chat-accent) 22%,transparent);color:var(--chat-text-primary);font-weight:700;border-radius:3px;padding:0 1px}.hanweb-find-footer{flex-shrink:0;padding:12px 18px 16px;border-top:1px solid var(--chat-border);background:var(--chat-bg)}.hanweb-find-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hanweb-find-btn{display:flex;height:38px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--chat-border);border-radius:10px;background:var(--chat-surface);color:var(--chat-text-primary);font-size:13px;font-weight:600;cursor:pointer}.hanweb-find-btn:hover:not(:disabled){background:var(--chat-surface-hover);border-color:var(--chat-suggestion-hover-border)}.hanweb-find-btn:disabled{cursor:default;opacity:.45}.hanweb-find-btn--primary{border-color:transparent;background:var(--chat-accent);color:#fff}.hanweb-find-btn--primary:hover:not(:disabled){background:var(--chat-accent-hover);border-color:transparent}.hanweb-find-btn--danger{border-color:transparent;background:var(--chat-danger);color:#fff}.hanweb-find-confirm{display:flex;flex-direction:column;gap:10px}.hanweb-find-confirm p{margin:0;font-size:13px;line-height:1.45;color:var(--chat-text-secondary)}.hanweb-find-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hanweb-find-close{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:var(--chat-text-secondary);cursor:pointer}.hanweb-find-close:hover{background:var(--chat-hover);color:var(--chat-text-primary)}.hanweb-find-hints{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:10px;font-size:11px;color:var(--chat-text-tertiary)}.hanweb-find-hints span{display:inline-flex;align-items:center;gap:4px}.hanweb-find-hints kbd{padding:1px 5px;border:solid var(--chat-border);border-width:1px 1px 2px;border-radius:5px;background:var(--chat-surface);font-family:inherit;font-size:10px;color:var(--chat-text-secondary)}@media (max-width:860px){.hanweb-find-aside{position:absolute;inset:0 0 0 auto;max-width:100%;box-shadow:var(--chat-shadow-input)}.hanweb-find-aside[style],.hanweb-find-panel{width:min(380px,100vw)!important;min-width:0!important}}.hanweb-mp-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hanweb-mp-layer.is-edit{pointer-events:auto;cursor:crosshair;z-index:6}.hanweb-mp-item{position:absolute;display:flex;align-items:center;box-sizing:border-box;overflow:hidden;pointer-events:none;line-height:1.2;white-space:nowrap;user-select:none}.hanweb-mp-item img,.hanweb-mp-item span{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.hanweb-mp-item img{height:100%;object-fit:contain}.hanweb-mp-layer.is-edit .hanweb-mp-item{pointer-events:auto;cursor:move}.hanweb-mp-item[data-selected=true]{outline:1.5px solid #5b6cff;outline-offset:1px}.hanweb-mp-handle{position:absolute;right:-5px;bottom:-5px;width:10px;height:10px;border:0;border-radius:2px;background:#5b6cff;cursor:nwse-resize}.hanweb-mp-edit{width:100%;height:100%;border:0;background:transparent;color:inherit;font:inherit;text-align:inherit;outline:none}.paged-stack.is-master-editing .hanweb-page{pointer-events:none;opacity:.38}.hanweb-mp-bar{display:flex;flex-shrink:0;align-items:center;gap:8px;min-height:44px;padding:6px 12px;border-bottom:1px solid #e5e7eb;background:#fff;color:#111827}.hanweb-mp-bar__label{margin-right:4px;font-size:13px;font-weight:650;letter-spacing:-.02em}.hanweb-mp-bar__seg{display:flex;overflow:hidden;padding:3px;border-radius:10px;background:#f4f5f7}.hanweb-mp-bar__seg button,.hanweb-mp-bar__tool{height:30px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#4b5563;font-size:12px;font-weight:650;cursor:pointer}.hanweb-mp-bar__seg button[aria-pressed=true],.hanweb-mp-bar__tool[aria-pressed=true]{background:#fff;color:#4a5be8;box-shadow:0 1px 3px rgba(15,23,42,.08)}.hanweb-mp-bar__tools{display:flex;flex-wrap:wrap;gap:4px}.hanweb-mp-bar__spacer{flex:1}.hanweb-mp-bar__btn{height:32px;padding:0 12px;border:0;border-radius:9px;font-size:12px;font-weight:650;cursor:pointer}.hanweb-mp-bar__btn--ghost{background:#f4f5f7;color:#4b5563}.hanweb-mp-bar__btn--primary{background:#5b6cff;color:#fff}.hanweb-dark .hanweb-mp-bar{border-bottom-color:#30363d;background:#161b22;color:#e6edf3}.hanweb-dark .hanweb-mp-bar__seg{background:#21262d}.hanweb-dark .hanweb-mp-bar__seg button[aria-pressed=true],.hanweb-dark .hanweb-mp-bar__tool[aria-pressed=true]{background:#0d1117;color:#b4bcff}.hanweb-dark .hanweb-mp-bar button.hanweb-mp-bar__btn--primary,.hanweb-dark .hanweb-mp-bar button.hanweb-mp-bar__btn--primary:hover{background:#8b96ff!important;color:#fff!important}.hanweb-ps-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.38);animation:hanweb-ps-fade .18s ease-out}.hanweb-ps{--ps-text:#111827;--ps-text-2:#4b5563;--ps-text-3:#9ca3af;--ps-line:#e5e7eb;--ps-fill:#f4f5f7;--ps-sheet:#ffffff;--ps-ink:#d1d5db;--ps-margin:rgba(91,108,255,0.14);--ps-margin-hot:rgba(91,108,255,0.34);--ps-header:rgba(16,185,129,0.22);--ps-header-hot:rgba(16,185,129,0.42);--ps-accent:#5b6cff;--ps-accent-soft:#eef0ff;--ps-shadow:0 18px 50px rgba(15,23,42,0.18);display:flex;width:min(880px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 40px));flex-direction:column;overflow:hidden;border:1px solid var(--ps-line);border-radius:18px;background:#fff;box-shadow:var(--ps-shadow);color:var(--ps-text);animation:hanweb-ps-rise .28s cubic-bezier(.22,1,.36,1)}.hanweb-ps__head{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}.hanweb-ps__title{margin:0;font-size:18px;font-weight:680;letter-spacing:-.03em}.hanweb-ps__sub{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--ps-text-2)}.hanweb-ps__close{display:flex;width:32px;height:32px;flex-shrink:0;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:var(--ps-text-2);cursor:pointer}.hanweb-ps__close:hover{background:var(--ps-fill);color:var(--ps-text)}.hanweb-ps__body{display:grid;min-height:0;flex:1;grid-template-columns:minmax(260px,.95fr) minmax(300px,1.1fr);gap:8px;padding:16px 22px 8px;overflow:auto}.hanweb-ps__preview-col{flex-direction:column;gap:12px;padding:12px 8px 16px}.hanweb-ps__preview-col,.hanweb-ps__stage{display:flex;align-items:center;justify-content:center}.hanweb-ps__stage{min-height:320px;width:100%}.hanweb-ps__sheet{position:relative;overflow:hidden;border:1px solid #d8dbe2;border-radius:3px;background:var(--ps-sheet);box-shadow:0 1px 1px rgba(15,23,42,.04),0 18px 36px rgba(15,23,42,.12);transform-origin:center center}.hanweb-ps__sheet:not(.is-turning):not(.is-snap){transition:width .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1)}.hanweb-ps__sheet.is-turning-cw{animation:hanweb-ps-spin-cw .52s cubic-bezier(.45,.05,.15,1) forwards}.hanweb-ps__sheet.is-turning-ccw{animation:hanweb-ps-spin-ccw .52s cubic-bezier(.45,.05,.15,1) forwards}.hanweb-ps__band{position:absolute;margin:0;padding:0;border:0!important;background:var(--ps-margin);cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease}.hanweb-ps__band.is-flash,.hanweb-ps__band.is-hot{background:var(--ps-margin-hot);box-shadow:inset 0 0 0 1px rgba(91,108,255,.45)}.hanweb-ps__band.is-flash{animation:hanweb-ps-pulse .56s ease}.hanweb-ps__hf{position:absolute;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:0!important;background:var(--ps-header);color:#047857!important;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:-.02em;transition:background-color .18s ease}.hanweb-ps__hf.is-flash,.hanweb-ps__hf.is-hot{background:var(--ps-header-hot)}.hanweb-ps__content{position:absolute;z-index:1;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px rgba(15,23,42,.04);transition:top .28s cubic-bezier(.22,1,.36,1),right .28s cubic-bezier(.22,1,.36,1),bottom .28s cubic-bezier(.22,1,.36,1),left .28s cubic-bezier(.22,1,.36,1)}.hanweb-ps__lines{display:flex;height:100%;flex-direction:column;justify-content:flex-start;gap:7%;padding:10% 10% 0}.hanweb-ps__lines span{display:block;height:6%;max-height:8px;border-radius:99px;background:var(--ps-ink);opacity:.7}.hanweb-ps__lines span:nth-child(4){width:72%}.hanweb-ps__lines span:nth-child(5){width:54%}.hanweb-ps__caption{min-height:36px;max-width:260px;text-align:center;font-size:12px;line-height:1.5;color:var(--ps-text-2)}.hanweb-ps__caption strong{color:var(--ps-text);font-weight:650}.hanweb-ps__controls{display:flex;min-width:0;flex-direction:column;gap:18px;padding:8px 4px 12px 12px}.hanweb-ps__label{margin:0 0 8px;font-size:13px;font-weight:650;letter-spacing:-.02em}.hanweb-ps__hint{margin:6px 0 0;font-size:11px;line-height:1.45;color:var(--ps-text-3)}.hanweb-ps__chips{display:flex;flex-wrap:wrap;gap:6px}.hanweb-ps__chip{height:32px;padding:0 12px;border:1px solid var(--ps-line);border-radius:999px;background:#fff;color:var(--ps-text-2);font-size:12px;font-weight:600;cursor:pointer}.hanweb-ps__chip:hover{background:var(--ps-fill);color:var(--ps-text)}.hanweb-ps__chip.is-on{border-color:transparent;background:var(--ps-accent);color:#fff}.hanweb-ps__sizes{margin-top:10px}.hanweb-ps__orients,.hanweb-ps__sizes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hanweb-ps__orient{display:flex;height:72px;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ps-line);border-radius:12px;background:#fff;color:var(--ps-text-2);font-size:13px;font-weight:600;cursor:pointer}.hanweb-ps__orient:hover{background:var(--ps-fill)}.hanweb-ps__orient.is-on{border-color:var(--ps-accent);background:var(--ps-accent-soft);color:var(--ps-accent)}.hanweb-ps__orient-icon{border:2px solid;border-radius:2px}.hanweb-ps__orient-icon--port{width:16px;height:22px}.hanweb-ps__orient-icon--land{width:22px;height:16px}.hanweb-ps__fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hanweb-ps__field{display:flex;flex-direction:column;gap:6px;padding:8px 10px;border:1px solid transparent;border-radius:12px;background:var(--ps-fill);cursor:pointer}.hanweb-ps__field.is-hot{border-color:#c9d0ff;background:var(--ps-accent-soft)}.hanweb-ps__field.is-hf.is-hot{border-color:#a7f3d0;background:#ecfdf5}.hanweb-ps__field-name{font-size:12px;font-weight:650;color:var(--ps-text)}.hanweb-ps__field-input{display:flex;align-items:center;gap:6px}.hanweb-ps__field input{width:100%;height:32px;border:0;border-radius:8px;background:#fff;padding:0 8px;color:var(--ps-text);font-size:14px;font-variant-numeric:tabular-nums;outline:none;box-shadow:inset 0 0 0 1px var(--ps-line)}.hanweb-ps__field input:focus{box-shadow:inset 0 0 0 1.5px var(--ps-accent)}.hanweb-ps__field-unit{flex-shrink:0;color:var(--ps-text-3);font-size:11px}.hanweb-ps__foot{display:flex;flex-shrink:0;align-items:center;gap:8px;padding:12px 22px 16px;border-top:1px solid var(--ps-line)}.hanweb-ps__ghost{height:36px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--ps-text-2);font-size:13px;font-weight:550;cursor:pointer}.hanweb-ps__ghost:hover{background:var(--ps-fill);color:var(--ps-text)}.hanweb-ps__actions{display:flex;gap:8px;margin-left:auto}.hanweb-ps__btn{height:36px;padding:0 16px;border:0;border-radius:10px;font-size:13px;font-weight:650;cursor:pointer}.hanweb-ps__btn--ghost{background:var(--ps-fill);color:var(--ps-text-2)}.hanweb-ps__btn--ghost:hover{background:#eceef2;color:var(--ps-text)}.hanweb-ps__btn--primary{background:var(--ps-accent);color:#fff}.hanweb-ps__btn--primary:hover{background:#4a5be8}@keyframes hanweb-ps-fade{0%{opacity:0}to{opacity:1}}@keyframes hanweb-ps-rise{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes hanweb-ps-spin-cw{0%{transform:rotate(0deg) scale(1)}45%{transform:rotate(48deg) scale(.92)}to{transform:rotate(90deg) scale(1)}}@keyframes hanweb-ps-spin-ccw{0%{transform:rotate(0deg) scale(1)}45%{transform:rotate(-48deg) scale(.92)}to{transform:rotate(-90deg) scale(1)}}@keyframes hanweb-ps-pulse{0%{filter:brightness(1)}40%{filter:brightness(1.12)}to{filter:brightness(1)}}@media (max-width:760px){.hanweb-ps__body{grid-template-columns:1fr}.hanweb-ps__stage{min-height:240px}}@media (prefers-reduced-motion:reduce){.hanweb-ps,.hanweb-ps-overlay,.hanweb-ps__band,.hanweb-ps__content,.hanweb-ps__hf,.hanweb-ps__sheet{animation:none!important;transition:none!important}}.hanweb-dark .hanweb-ps{--ps-text:#e6edf3;--ps-text-2:#9da7b3;--ps-text-3:#8b949e;--ps-line:#30363d;--ps-fill:#21262d;--ps-sheet:#f8fafc;--ps-ink:#cbd5e1;--ps-margin:rgba(139,150,255,0.28);--ps-margin-hot:rgba(139,150,255,0.48);--ps-header:rgba(52,211,153,0.28);--ps-header-hot:rgba(52,211,153,0.5);--ps-accent:#8b96ff;--ps-accent-soft:rgba(139,150,255,0.16);--ps-shadow:0 18px 50px rgba(0,0,0,0.45);border-color:#30363d;background:#161b22}.hanweb-dark .hanweb-ps__chip,.hanweb-dark .hanweb-ps__field input,.hanweb-dark .hanweb-ps__orient{background:#0d1117}.hanweb-dark .hanweb-ps__btn--primary,.hanweb-dark .hanweb-ps__chip.is-on{background:var(--ps-accent);color:#fff}.hanweb-dark .hanweb-ps__orient.is-on{background:var(--ps-accent-soft)}.hanweb-dark .hanweb-ps__content{background:#fff}.hanweb-dark .hanweb-ps__field.is-hf.is-hot{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.4)}.hanweb-dark .hanweb-ps button.hanweb-ps__band,.hanweb-dark .hanweb-ps button.hanweb-ps__band:hover{background-color:var(--ps-margin)!important;color:transparent!important}.hanweb-dark .hanweb-ps button.hanweb-ps__band.is-flash,.hanweb-dark .hanweb-ps button.hanweb-ps__band.is-flash:hover,.hanweb-dark .hanweb-ps button.hanweb-ps__band.is-hot,.hanweb-dark .hanweb-ps button.hanweb-ps__band.is-hot:hover{background-color:var(--ps-margin-hot)!important}.hanweb-dark .hanweb-ps button.hanweb-ps__hf,.hanweb-dark .hanweb-ps button.hanweb-ps__hf:hover{background-color:var(--ps-header)!important;color:#065f46!important}.hanweb-dark .hanweb-ps button.hanweb-ps__hf.is-flash,.hanweb-dark .hanweb-ps button.hanweb-ps__hf.is-flash:hover,.hanweb-dark .hanweb-ps button.hanweb-ps__hf.is-hot,.hanweb-dark .hanweb-ps button.hanweb-ps__hf.is-hot:hover{background-color:var(--ps-header-hot)!important}.hanweb-dark .hanweb-ps button.hanweb-ps__chip.is-on,.hanweb-dark .hanweb-ps button.hanweb-ps__chip.is-on:hover{background-color:var(--ps-accent)!important;color:#fff!important}.hanweb-dark .hanweb-ps button.hanweb-ps__orient.is-on,.hanweb-dark .hanweb-ps button.hanweb-ps__orient.is-on:hover{background-color:var(--ps-accent-soft)!important;color:var(--ps-accent)!important}.hanweb-dark .hanweb-ps button.hanweb-ps__btn--primary,.hanweb-dark .hanweb-ps button.hanweb-ps__btn--primary:hover{background-color:var(--ps-accent)!important;color:#fff!important}.hanweb-mpd-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.38)}.hanweb-mpd{--mp-text:#111827;--mp-text-2:#4b5563;--mp-fill:#f4f5f7;--mp-line:#e5e7eb;--mp-accent:#5b6cff;--mp-accent-text:#4a5be8;display:flex;width:min(760px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 40px));flex-direction:column;overflow:hidden;border:1px solid var(--mp-line);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.18);color:var(--mp-text);outline:none}.hanweb-mpd__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}.hanweb-mpd__title{margin:0;font-size:18px;font-weight:680;letter-spacing:-.03em}.hanweb-mpd__sub{margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--mp-text-2)}.hanweb-mpd__close{display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:var(--mp-text-2);cursor:pointer}.hanweb-mpd__close:hover{background:var(--mp-fill)}.hanweb-mpd__body{display:grid;min-height:0;flex:1;grid-template-columns:minmax(280px,1.15fr) minmax(240px,.85fr);gap:8px;padding:16px 22px 8px;overflow:auto}.hanweb-mpd__form{display:flex;min-width:0;flex-direction:column;gap:14px;padding:4px 8px 8px 0}.hanweb-mpd__toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:0;border-radius:14px;background:var(--mp-fill);color:inherit;text-align:left;cursor:pointer}.hanweb-mpd__toggle strong{display:block;font-size:14px;font-weight:650}.hanweb-mpd__toggle span{display:block;margin-top:2px;font-size:12px;color:var(--mp-text-2)}.hanweb-mpd__switch{position:relative;width:46px;height:28px;flex-shrink:0;border-radius:999px;background:#d1d5db}.hanweb-mpd__toggle[aria-checked=true] .hanweb-mpd__switch{background:var(--mp-accent)}.hanweb-mpd__switch i{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.16);transition:transform .18s cubic-bezier(.22,1,.36,1)}.hanweb-mpd__toggle[aria-checked=true] .hanweb-mpd__switch i{transform:translateX(18px)}.hanweb-mpd__label{margin:0 0 8px;font-size:13px;font-weight:650}.hanweb-mpd__seg{display:flex;padding:4px;border-radius:12px;background:var(--mp-fill)}.hanweb-mpd__seg button{flex:1;height:36px;border:0;border-radius:9px;background:transparent;color:var(--mp-text-2);font-size:13px;font-weight:550;cursor:pointer}.hanweb-mpd__seg button[aria-pressed=true]{background:#fff;color:var(--mp-text);font-weight:650;box-shadow:0 1px 3px rgba(15,23,42,.08)}.hanweb-mpd__hint{margin:8px 2px 0;font-size:12px;color:var(--mp-text-2)}.hanweb-mpd__chips{display:flex;flex-wrap:wrap;gap:6px}.hanweb-mpd__chip{height:32px;padding:0 12px;border:0;border-radius:9px;background:var(--mp-fill);color:var(--mp-text-2);font-size:12px;font-weight:650;cursor:pointer}.hanweb-mpd__preview{display:flex;align-self:stretch;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin:0 0 8px;padding:18px 14px;border-radius:16px;background:var(--mp-fill)}.hanweb-mpd__sheet{position:relative;width:168px;height:228px;overflow:hidden;border:1px solid #d8dbe2;border-radius:3px;background:#fff;box-shadow:0 14px 28px rgba(15,23,42,.1)}.hanweb-mpd__caption{margin:0;max-width:220px;text-align:center;font-size:13px;line-height:1.45;color:var(--mp-text-2)}.hanweb-mpd__foot{display:flex;align-items:center;gap:8px;padding:12px 22px 16px;border-top:1px solid var(--mp-line)}.hanweb-mpd__ghost{height:36px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--mp-text-2);font-size:13px;font-weight:550;cursor:pointer}.hanweb-mpd__actions{display:flex;gap:8px;margin-left:auto}.hanweb-mpd__btn{height:36px;padding:0 16px;border:0;border-radius:10px;font-size:13px;font-weight:650;cursor:pointer}.hanweb-mpd__btn--ghost{background:var(--mp-fill);color:var(--mp-text-2)}.hanweb-mpd__btn--primary{background:var(--mp-accent);color:#fff}@media (max-width:680px){.hanweb-mpd__body{grid-template-columns:1fr}}.hanweb-dark .hanweb-mpd{--mp-text:#e6edf3;--mp-text-2:#9da7b3;--mp-fill:#21262d;--mp-line:#30363d;--mp-accent:#8b96ff;--mp-accent-text:#b4bcff;border-color:#30363d;background:#161b22}.hanweb-dark .hanweb-mpd .hanweb-mpd__seg button[aria-pressed=true],.hanweb-dark .hanweb-mpd .hanweb-mpd__seg button[aria-pressed=true]:hover{background:#0d1117!important;color:var(--mp-text)!important}.hanweb-dark .hanweb-mpd button.hanweb-mpd__btn--primary,.hanweb-dark .hanweb-mpd button.hanweb-mpd__btn--primary:hover{background:var(--mp-accent)!important;color:#fff!important}.hanweb-hf-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.38);animation:hanweb-hf-fade .18s ease-out}.hanweb-hf{--hf-text:#111827;--hf-text-2:#4b5563;--hf-text-3:#9ca3af;--hf-line:#e5e7eb;--hf-fill:#f4f5f7;--hf-fill-2:#eceef2;--hf-sheet:#ffffff;--hf-ink:#d1d5db;--hf-accent:#5b6cff;--hf-accent-soft:#eef0ff;--hf-accent-text:#4a5be8;--hf-shadow:0 18px 50px rgba(15,23,42,0.18);display:flex;width:min(760px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 40px));flex-direction:column;overflow:hidden;border:1px solid var(--hf-line);border-radius:18px;background:#fff;box-shadow:var(--hf-shadow);color:var(--hf-text);outline:none;animation:hanweb-hf-rise .28s cubic-bezier(.22,1,.36,1)}.hanweb-hf__head{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}.hanweb-hf__title{margin:0;font-size:18px;font-weight:680;letter-spacing:-.03em}.hanweb-hf__sub{margin:6px 0 0;font-size:13px;line-height:1.45;color:var(--hf-text-2)}.hanweb-hf__close{display:flex;width:32px;height:32px;flex-shrink:0;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:var(--hf-text-2);cursor:pointer}.hanweb-hf__close:hover{background:var(--hf-fill);color:var(--hf-text)}.hanweb-hf__btn:focus-visible,.hanweb-hf__close:focus-visible,.hanweb-hf__ghost:focus-visible,.hanweb-hf__input:focus-visible,.hanweb-hf__page:focus-visible,.hanweb-hf__preset:focus-visible,.hanweb-hf__seg button:focus-visible,.hanweb-hf__token:focus-visible,.hanweb-hf__zone:focus-visible{outline:2px solid var(--hf-accent);outline-offset:2px}.hanweb-hf__body{display:grid;min-height:0;flex:1;grid-template-columns:minmax(280px,1.15fr) minmax(240px,.85fr);gap:8px;padding:16px 22px 8px;overflow:auto}.hanweb-hf__form{display:flex;min-width:0;flex-direction:column;gap:14px;padding:4px 8px 8px 0}.hanweb-hf__fields.is-off{opacity:.4}.hanweb-hf__fields{transition:opacity .16s ease}.hanweb-hf__label{margin:0 0 8px;font-size:13px;font-weight:650;letter-spacing:-.02em}.hanweb-hf__seg{display:flex;overflow:hidden;border-radius:12px;background:var(--hf-fill);padding:4px}.hanweb-hf__seg button{flex:1;height:36px;border:0;border-radius:9px;background:transparent;color:var(--hf-text-2);font-size:13px;font-weight:550;cursor:pointer;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.hanweb-hf__seg button:hover:not([aria-pressed=true]):not([aria-selected=true]){color:var(--hf-text)}.hanweb-hf__seg button[aria-pressed=true],.hanweb-hf__seg button[aria-selected=true]{background:#fff;color:var(--hf-text);font-weight:650;box-shadow:0 1px 3px rgba(15,23,42,.08)}.hanweb-hf__presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border-radius:12px;background:var(--hf-fill)}.hanweb-hf__preset{display:flex;min-width:0;min-height:38px;align-items:center;justify-content:center;padding:6px;border:0;border-radius:9px;background:transparent;color:var(--hf-text-2);font-size:12px;font-weight:650;letter-spacing:-.02em;line-height:1.25;text-align:center;cursor:pointer}.hanweb-hf__preset:hover:not([aria-pressed=true]){color:var(--hf-text)}.hanweb-hf__preset[aria-pressed=true]{background:#fff;color:var(--hf-accent-text);box-shadow:0 1px 3px rgba(15,23,42,.08)}.hanweb-hf__hint{margin:8px 2px 0;font-size:12px;line-height:1.4;color:var(--hf-text-2)}.hanweb-hf__tokens{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.hanweb-hf__token{height:28px;padding:0 10px;border:0;border-radius:8px;background:var(--hf-fill);color:var(--hf-text-2);font-size:12px;font-weight:650;cursor:pointer}.hanweb-hf__token:hover{background:var(--hf-fill-2);color:var(--hf-text)}.hanweb-hf__input{width:100%;min-height:36px;max-height:36px;resize:none;border:0;border-radius:10px;background:var(--hf-fill);padding:8px 12px;color:var(--hf-text);font-size:13px;line-height:1.4;outline:none}.hanweb-hf__input:focus{box-shadow:inset 0 0 0 1.5px var(--hf-accent)}.hanweb-hf__preview{display:flex;align-self:stretch;flex-direction:column;align-items:center;justify-content:center;gap:14px;margin:0 0 8px;padding:20px 16px 18px;border-radius:16px;background:var(--hf-fill)}.hanweb-hf__sheet{display:flex;width:176px;height:240px;flex-direction:column;overflow:hidden;border:1px solid #d8dbe2;border-radius:3px;background:var(--hf-sheet);box-shadow:0 1px 1px rgba(15,23,42,.04),0 14px 28px rgba(15,23,42,.1)}.hanweb-hf__zone{position:relative;display:block;width:100%;min-height:36px;padding:8px 10px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:inherit;transition:background-color .14s ease,opacity .14s ease}.hanweb-hf__zone--header{border-bottom:1px dashed var(--hf-line)}.hanweb-hf__zone--footer{border-top:1px dashed var(--hf-line)}.hanweb-hf__zone.is-on{background:var(--hf-accent-soft)}.hanweb-hf__zone:not(.is-on){opacity:.55}.hanweb-hf__zone:hover{background:#f3f4f6}.hanweb-hf__text{display:block;width:fit-content;max-width:100%;overflow:hidden;font-size:11px;font-weight:650;letter-spacing:-.02em;color:#374151;text-overflow:ellipsis;white-space:nowrap}.hanweb-hf__text[data-align=left]{margin-right:auto}.hanweb-hf__text[data-align=center]{margin-left:auto;margin-right:auto}.hanweb-hf__text[data-align=right]{margin-left:auto}.hanweb-hf__text.is-flash{background:rgba(91,108,255,.18);border-radius:4px}.hanweb-hf__empty{display:block;color:#d1d5db;font-size:11px;font-weight:500}.hanweb-hf__lines{display:flex;flex:1;flex-direction:column;gap:7px;min-height:0;padding:10px 14px;pointer-events:none}.hanweb-hf__lines span{display:block;height:3px;border-radius:999px;background:var(--hf-ink)}.hanweb-hf__pages{display:flex;justify-content:center;gap:16px}.hanweb-hf__page{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--hf-text-2);font-size:12px;font-weight:650;cursor:pointer}.hanweb-hf__page[data-on=false]{opacity:.38}.hanweb-hf__page span{width:7px;height:7px;border-radius:999px;background:var(--hf-ink)}.hanweb-hf__page[aria-pressed=true] span{background:var(--hf-accent)}.hanweb-hf__caption{margin:0;max-width:220px;text-align:center;font-size:13px;line-height:1.45;color:var(--hf-text-2)}.hanweb-hf__caption strong{color:var(--hf-accent-text);font-weight:650}.hanweb-hf__foot{display:flex;flex-shrink:0;align-items:center;gap:8px;padding:12px 22px 16px;border-top:1px solid var(--hf-line)}.hanweb-hf__ghost{height:36px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--hf-text-2);font-size:13px;font-weight:550;cursor:pointer}.hanweb-hf__ghost:hover{background:var(--hf-fill);color:var(--hf-text)}.hanweb-hf__actions{display:flex;gap:8px;margin-left:auto}.hanweb-hf__btn{height:36px;padding:0 16px;border:0;border-radius:10px;font-size:13px;font-weight:650;cursor:pointer}.hanweb-hf__btn--ghost{background:var(--hf-fill);color:var(--hf-text-2)}.hanweb-hf__btn--ghost:hover{background:var(--hf-fill-2);color:var(--hf-text)}.hanweb-hf__btn--primary{background:var(--hf-accent);color:#fff}.hanweb-hf__btn--primary:hover{background:#4a5be8}.hanweb-hf__btn--primary:disabled{opacity:.6;cursor:default}@keyframes hanweb-hf-fade{0%{opacity:0}to{opacity:1}}@keyframes hanweb-hf-rise{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media (max-width:680px){.hanweb-hf__body{grid-template-columns:1fr;overflow:auto}.hanweb-hf__preview{margin:0 0 4px;padding:16px 12px 14px}}@media (prefers-reduced-motion:reduce){.hanweb-hf,.hanweb-hf-overlay,.hanweb-hf__fields,.hanweb-hf__preset,.hanweb-hf__seg button,.hanweb-hf__text,.hanweb-hf__zone{animation:none!important;transition:none!important}}.hanweb-dark .hanweb-hf{--hf-text:#e6edf3;--hf-text-2:#9da7b3;--hf-text-3:#8b949e;--hf-line:#30363d;--hf-fill:#21262d;--hf-fill-2:#2a3139;--hf-sheet:#f8fafc;--hf-ink:#cbd5e1;--hf-accent:#8b96ff;--hf-accent-soft:rgba(139,150,255,0.16);--hf-accent-text:#b4bcff;--hf-shadow:0 18px 50px rgba(0,0,0,0.45);border-color:#30363d;background:#161b22}.hanweb-dark .hanweb-hf__sheet{border-color:#d8dbe2}.hanweb-dark .hanweb-hf__input{background:var(--hf-fill)!important}.hanweb-dark .hanweb-hf .hanweb-hf__seg button[aria-pressed=true],.hanweb-dark .hanweb-hf .hanweb-hf__seg button[aria-pressed=true]:hover,.hanweb-dark .hanweb-hf .hanweb-hf__seg button[aria-selected=true],.hanweb-dark .hanweb-hf .hanweb-hf__seg button[aria-selected=true]:hover{background-color:#0d1117!important;color:var(--hf-text)!important}.hanweb-dark .hanweb-hf .hanweb-hf__preset[aria-pressed=true],.hanweb-dark .hanweb-hf .hanweb-hf__preset[aria-pressed=true]:hover{background-color:#0d1117!important;color:var(--hf-accent-text)!important}.hanweb-dark .hanweb-hf .hanweb-hf__zone,.hanweb-dark .hanweb-hf .hanweb-hf__zone:hover{background-color:transparent!important;color:inherit!important}.hanweb-dark .hanweb-hf .hanweb-hf__zone.is-on,.hanweb-dark .hanweb-hf .hanweb-hf__zone.is-on:hover{background-color:var(--hf-accent-soft)!important}.hanweb-dark .hanweb-hf .hanweb-hf__page,.hanweb-dark .hanweb-hf .hanweb-hf__page:hover{background:transparent!important}.hanweb-dark .hanweb-hf button.hanweb-hf__btn--primary,.hanweb-dark .hanweb-hf button.hanweb-hf__btn--primary:hover{background-color:var(--hf-accent)!important;color:#fff!important}.hanweb-dark .hanweb-hf .hanweb-hf__token,.hanweb-dark .hanweb-hf .hanweb-hf__token:hover{border-color:transparent!important}.hanweb-cs{width:min(920px,calc(100vw - 32px));max-height:min(740px,calc(100vh - 40px))}.hanweb-cs .hanweb-pn__body{grid-template-columns:minmax(360px,1.25fr) minmax(240px,.75fr)}.hanweb-cs__tabs{display:flex;flex-shrink:0;gap:4px;padding:12px 22px 0;border-bottom:1px solid var(--pn-line)}.hanweb-cs__tab{height:36px;padding:0 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--pn-text-2);font-size:13px;font-weight:600;cursor:pointer}.hanweb-cs__tab:hover{color:var(--pn-text)}.hanweb-cs__tab[aria-selected=true]{color:var(--pn-accent-text);border-bottom-color:var(--pn-accent)}.hanweb-cs__fields{display:flex;min-width:0;flex-direction:column;gap:16px;padding:4px 8px 12px 0}.hanweb-cs__row{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.hanweb-cs__size{max-width:220px}.hanweb-cs__field{display:flex;min-width:0;flex-direction:column;gap:6px}.hanweb-cs__field.is-off{opacity:.4;pointer-events:none}.hanweb-cs__label{font-size:12px;font-weight:650;color:var(--pn-text-2)}.hanweb-cs__color,.hanweb-cs__select{height:36px;min-width:0;padding:0 10px;border:0;border-radius:10px;background:var(--pn-fill);color:var(--pn-text);font-size:13px;outline:none}.hanweb-cs__color:focus-visible,.hanweb-cs__select:focus{outline:2px solid var(--pn-accent);outline-offset:2px}.hanweb-cs__step{width:100%}.hanweb-cs__step input{flex:1;width:auto;min-width:0}.hanweb-cs__suffix{flex-shrink:0;padding-right:2px;color:var(--pn-text-2);font-size:12px;font-weight:650}.hanweb-cs__props{display:flex;flex-wrap:wrap;gap:4px}.hanweb-cs__prop{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--pn-fill);color:var(--pn-text);cursor:pointer}.hanweb-cs__prop:hover{background:var(--pn-fill-2)}.hanweb-cs__prop[aria-pressed=true]{background:var(--pn-accent-soft);color:var(--pn-accent-text);box-shadow:inset 0 0 0 1px rgba(91,108,255,.28)}.hanweb-cs__prop-sample{font-size:15px;font-weight:650;line-height:1}.hanweb-cs__color{display:flex;width:100%;align-items:center;gap:8px;cursor:pointer;text-align:left}.hanweb-cs__swatch{position:relative;width:18px;height:18px;flex-shrink:0;overflow:hidden;border:1px solid rgba(15,23,42,.12);border-radius:4px;background:#fff}.hanweb-cs__swatch.is-none:after{position:absolute;inset:0;background:linear-gradient(to top right,transparent 44%,#ef4444 0,#ef4444 56%,transparent 0);content:""}.hanweb-cs__checks{display:flex;flex-direction:column;gap:8px;padding-top:4px}.hanweb-cs__check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--pn-text)}.hanweb-cs__check input{width:16px;height:16px;accent-color:var(--pn-accent)}.hanweb-cs__border-stage{display:flex;align-items:center;gap:10px}.hanweb-cs__border-box{position:relative;display:flex;width:92px;height:92px;align-items:center;justify-content:center;border:1px dashed #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:28px;font-weight:650}.hanweb-cs__sides{display:grid;grid-template-columns:repeat(3,32px);gap:4px}.hanweb-cs__side{display:flex;width:32px;height:28px;align-items:center;justify-content:center;border:0;border-radius:7px;background:var(--pn-fill);color:var(--pn-text-2);cursor:pointer}.hanweb-cs__side[aria-pressed=true]{background:var(--pn-accent-soft);color:var(--pn-accent-text)}.hanweb-cs__sheet{display:flex;width:100%;min-height:220px;align-items:center;justify-content:center;padding:24px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06)}.hanweb-cs__sample{max-width:100%;overflow:hidden;line-height:1.7;white-space:nowrap}.hanweb-cs__foot-presets{display:flex;min-width:0;align-items:center;gap:8px}.hanweb-cs__foot-presets select{width:148px}.hanweb-cs__config{position:absolute;bottom:60px;left:22px;z-index:2;width:min(280px,calc(100% - 44px));padding:12px;border:1px solid var(--pn-line);border-radius:12px;background:#fff;box-shadow:var(--pn-shadow)}.hanweb-cs__config-row{display:flex;gap:6px}.hanweb-cs__config input{flex:1;height:34px;padding:0 10px;border:0;border-radius:8px;background:var(--pn-fill);color:var(--pn-text);outline:none}.hanweb-cs__config-list{display:flex;flex-direction:column;gap:4px;margin-top:8px}.hanweb-cs__config-item{display:flex;align-items:center;gap:6px}.hanweb-cs__config-item button:first-child{flex:1;height:30px;padding:0 8px;border:0;border-radius:8px;background:var(--pn-fill);color:var(--pn-text);text-align:left;cursor:pointer}.hanweb-cs{position:relative}.hanweb-dark .hanweb-cs__border-box,.hanweb-dark .hanweb-cs__sheet{border-color:#d8dbe2;background:#fff;color:#111827}.hanweb-dark .hanweb-cs__config{background:#161b22;border-color:#30363d}@media (max-width:760px){.hanweb-cs .hanweb-pn__body,.hanweb-cs__row{grid-template-columns:1fr}}.hanweb-ps{position:relative;width:min(920px,calc(100vw - 32px));max-height:min(740px,calc(100vh - 40px))}.hanweb-ps .hanweb-pn__body{grid-template-columns:minmax(380px,1.3fr) minmax(240px,.7fr)}.hanweb-ps__aligns{display:flex;gap:6px}.hanweb-ps__align{display:flex;width:40px;height:36px;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--pn-fill);color:var(--pn-text-2);cursor:pointer}.hanweb-ps__align:hover{background:var(--pn-fill-2);color:var(--pn-text)}.hanweb-ps__align[aria-pressed=true]{background:var(--pn-accent-soft);color:var(--pn-accent-text);box-shadow:inset 0 0 0 1px rgba(91,108,255,.28)}.hanweb-ps .hanweb-cs__fields{gap:12px}.hanweb-ps__radios{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 16px}.hanweb-ps__radio{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--pn-text)}.hanweb-ps__radio input{accent-color:var(--pn-accent)}.hanweb-ps__sheet{display:flex;width:100%;min-height:200px;align-items:stretch;padding:18px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06)}.hanweb-ps__sample{display:block;width:100%;font-size:11px;line-height:1.6;color:#111827}.hanweb-ps__sample p{margin:0}.hanweb-ps__ruler{position:relative;height:28px;margin-bottom:8px;overflow:hidden;border-radius:8px;background:var(--pn-fill);cursor:crosshair}.hanweb-ps__tick{position:absolute;top:10px;width:1px;height:8px;background:#d1d5db}.hanweb-ps__mark{position:absolute;top:2px;width:10px;height:14px;margin-left:-5px;border:0;background:transparent;color:var(--pn-accent-text);cursor:pointer}.hanweb-ps__tabs-table{width:100%;border-collapse:collapse;font-size:12px}.hanweb-ps__tabs-table td,.hanweb-ps__tabs-table th{padding:4px 6px;border-bottom:1px solid var(--pn-line);text-align:left}.hanweb-ps__tabs-table button{height:26px;padding:0 8px;border:0;border-radius:7px;background:var(--pn-fill);color:var(--pn-text-2);cursor:pointer}@media (max-width:760px){.hanweb-ps .hanweb-pn__body{grid-template-columns:1fr}}.hanweb-dark .hanweb-ps__sheet{border-color:#d8dbe2;background:#fff;color:#111827}