.pet-action-stage{position:relative;min-height:300px;overflow:hidden;border:1px solid rgb(226 232 240);border-radius:.625rem;background:radial-gradient(circle at 50% 22%,#fff 0,#f5fbfd 55%,#e8f6fa)}.pet-action-ground{position:absolute;left:12%;right:12%;height:1px;border-top:1px dashed rgb(148 163 184 / 65%)}.pet-action-sprite{position:absolute;left:var(--pet-anchor-x);top:var(--pet-ground);width:min(48%,260px);aspect-ratio:1;transform-origin:var(--pet-anchor-x) var(--pet-anchor-y);translate:-50% calc(var(--pet-anchor-y) * -1);opacity:var(--pet-opacity);animation-name:pet-action-motion;animation-duration:var(--pet-duration);animation-timing-function:ease-in-out;animation-fill-mode:both}.pet-action-sprite img{width:100%;height:100%;object-fit:contain;transform:scaleX(var(--pet-facing));filter:drop-shadow(0 12px 10px rgb(15 23 42 / 16%))}.pet-action-placeholder{display:grid;width:100%;height:100%;place-items:center;border:1px dashed rgb(148 163 184);border-radius:.625rem;color:#64748b;font-size:.75rem;font-weight:700}.pet-action-effect{position:absolute;translate:-50% -50%;color:#08aace;font-size:3rem;font-weight:900;text-shadow:0 0 18px currentColor;pointer-events:none;animation:pet-action-effect 1s ease-in-out both}.pet-action-effect--fire-orb,.pet-action-effect--critical-burst{color:#f97316}.pet-action-effect--healing-ring{color:#10b981}.pet-action-effect--poison-mist{color:#8b5cf6}.pet-action-effect--stun-stars{color:#f59e0b}@keyframes pet-action-motion{0%,to{transform:translate(0) rotate(0) scale(var(--pet-scale))}44%{transform:translate(calc(var(--pet-x) - var(--pet-shake)),var(--pet-y)) rotate(var(--pet-rotation)) scale(var(--pet-scale))}48%{transform:translate(var(--pet-x),var(--pet-y)) rotate(var(--pet-rotation)) scale(calc(var(--pet-scale) * var(--pet-pulse)))}52%{transform:translate(calc(var(--pet-x) + var(--pet-shake)),var(--pet-y)) rotate(var(--pet-rotation)) scale(var(--pet-scale))}}@keyframes pet-action-effect{0%,20%,to{opacity:0;transform:scale(.55)}45%,72%{opacity:.9;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.pet-action-sprite,.pet-action-effect{animation-duration:1ms!important;animation-iteration-count:1!important}}@keyframes pet-breathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.015)}}@keyframes pet-attack{0%,to{transform:translate(0)}45%{transform:translate(18%)}70%{transform:translate(-3%)}}@keyframes pet-dodge{0%,to{transform:translate(0)}45%{transform:translate(-18%);opacity:.72}}@keyframes pet-hurt{0%,to{transform:translate(0);filter:brightness(1)}25%{transform:translate(-5px);filter:brightness(1.8)}50%{transform:translate(5px)}75%{transform:translate(-3px)}}@keyframes pet-defeated{to{transform:translateY(22%) scale(.92);opacity:.2}}@keyframes pet-effect-pop{0%{transform:translate(-50%,8px) scale(.7);opacity:0}40%{transform:translate(-50%) scale(1.08);opacity:1}to{transform:translate(-50%,-14px) scale(1);opacity:0}}@keyframes pet-shield-pulse{0%{transform:scale(.76);opacity:0}45%{opacity:.72}to{transform:scale(1.05);opacity:0}}.pet-portrait--idle .pet-portrait__sprite{animation:pet-breathe 2.8s ease-in-out infinite}.pet-portrait--attack .pet-portrait__sprite,.pet-portrait--critical .pet-portrait__sprite{animation:pet-attack .52s ease-out}.pet-portrait--dodge .pet-portrait__sprite{animation:pet-dodge .48s ease-out}.pet-portrait--hurt .pet-portrait__sprite,.pet-portrait--status .pet-portrait__sprite{animation:pet-hurt .46s ease-out}.pet-portrait--defeated .pet-portrait__sprite{animation:pet-defeated .65s ease-in forwards}.pet-effect{pointer-events:none;position:absolute;display:none;font-size:12px;font-weight:900}.pet-effect--critical,.pet-effect--heal,.pet-effect--status{left:50%;top:16%;transform:translate(-50%)}.pet-portrait--critical .pet-effect--critical{display:block;color:#ef4444;animation:pet-effect-pop .72s ease-out both}.pet-portrait--heal .pet-effect--heal{display:block;color:#10b981;font-size:28px;animation:pet-effect-pop .76s ease-out both}.pet-portrait--status .pet-effect--status{display:block;color:#7c3aed;font-size:24px;animation:pet-effect-pop .76s ease-out both}.pet-effect--shield{inset:10%;border:3px solid rgb(8 170 206 / 55%);border-radius:9999px;box-shadow:inset 0 0 22px #08aace2e}.pet-portrait--shield .pet-effect--shield{display:block;animation:pet-shield-pulse .85s ease-out both}@media(prefers-reduced-motion:reduce){.pet-portrait__sprite,.pet-effect{animation:none!important}}@keyframes pet-projectile-forward{0%{left:34%;transform:translate(-50%,-50%) scale(.55);opacity:0}25%{opacity:1}to{left:66%;transform:translate(-50%,-50%) scale(1.05);opacity:0}}@keyframes pet-projectile-reverse{0%{left:66%;transform:translate(-50%,-50%) scale(.55);opacity:0}25%{opacity:1}to{left:34%;transform:translate(-50%,-50%) scale(1.05);opacity:0}}.pet-skill-effect{pointer-events:none;position:absolute;left:50%;top:48%;z-index:5;height:72px;width:72px;transform:translate(-50%,-50%)}.pet-skill-effect--fireball,.pet-skill-effect--claw,.pet-skill-effect--lightning{animation:pet-projectile-forward .62s ease-out both}.pet-skill-effect--reverse.pet-skill-effect--fireball,.pet-skill-effect--reverse.pet-skill-effect--claw,.pet-skill-effect--reverse.pet-skill-effect--lightning{animation-name:pet-projectile-reverse}.pet-skill-effect__orb{display:block;height:48px;width:48px;border-radius:9999px;background:radial-gradient(circle at 35% 35%,#fff7c2 0 16%,#fb923c 34%,#ef4444 72%,transparent 74%);box-shadow:0 0 24px #f973168c}.pet-skill-effect--claw{display:flex;align-items:center;justify-content:center;gap:6px;rotate:-20deg}.pet-skill-effect--claw>span{display:block;height:58px;width:5px;border-radius:9999px;background:linear-gradient(180deg,transparent,#e0f7fb 18%,#08aace 55%,transparent);box-shadow:0 0 8px #08aace73}.pet-skill-effect__bolt{display:block;height:66px;width:34px;background:linear-gradient(145deg,transparent 0 28%,#fff7bf 29% 40%,#08aace 41% 52%,transparent 53% 60%,#08aace 61% 72%,transparent 73%);filter:drop-shadow(0 0 7px rgb(8 170 206 / 55%))}.pet-skill-effect--heal,.pet-skill-effect--shield,.pet-skill-effect--status{animation:pet-effect-pop .76s ease-out both;text-align:center}.pet-skill-effect__plus{color:#10b981;font-size:44px;font-weight:900;text-shadow:0 0 14px rgb(16 185 129 / 35%)}.pet-skill-effect__barrier{display:block;height:68px;width:68px;border:3px solid rgb(8 170 206 / 58%);border-radius:9999px;background:#08aace17;box-shadow:inset 0 0 20px #08aace33}.pet-skill-effect__status{color:#7c3aed;font-size:38px;text-shadow:0 0 14px rgb(124 58 237 / 35%)}:root{font-family:Inter,Microsoft YaHei,sans-serif;color:#152033;background:#f6f8fb}*{box-sizing:border-box}body{margin:0;min-width:960px}button,input,select,textarea{font:inherit}.admin-loading,.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#f4fbfd,#f7f8fb 52%,#eef6fb)}.admin-login-card{width:min(100%,440px);padding:32px;border:1px solid #dbe7ee;border-radius:16px;background:#fff;box-shadow:0 20px 60px #0f5a6e1f}.admin-eyebrow{font-size:12px;font-weight:800;color:#078fab}.admin-login-card h1,.admin-page-heading h1{margin:8px 0 0;font-size:26px}.admin-login-card p,.admin-page-heading p{margin:6px 0 0;color:#64748b;font-size:14px;line-height:1.7}.admin-login-card label{display:block;margin-top:18px;color:#334155;font-size:13px;font-weight:700}.admin-login-card input{display:block;width:100%;height:42px;margin-top:7px;padding:0 12px;border:1px solid #dbe3ea;border-radius:9px;outline:none}.admin-login-card input:focus{border-color:#08aace;box-shadow:0 0 0 3px #08aace24}.admin-login-card button,.admin-user button{border:0;border-radius:9px;background:#08aace;color:#fff;font-weight:800;cursor:pointer}.admin-login-card button{width:100%;height:42px;margin-top:22px}.admin-login-card button:disabled{background:#94a3b8;cursor:not-allowed}.admin-error{margin-top:14px;padding:9px 11px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#be123c;font-size:13px}.admin-app{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr);background:#f6f8fb}.admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid #dbe7ee;background:#fff}.admin-sidebar-brand{height:64px;display:flex;align-items:baseline;gap:8px;padding:0 20px;border-bottom:1px solid #e8eef2}.admin-sidebar-brand strong{font-size:18px}.admin-sidebar-brand span{color:#64748b;font-size:12px}.admin-sidebar-nav{flex:1;overflow-y:auto;padding:14px 10px}.admin-sidebar-group{margin-bottom:16px}.admin-sidebar-group>span{display:block;padding:0 10px 6px;color:#94a3b8;font-size:11px;font-weight:800;letter-spacing:.08em}.admin-sidebar-group button{width:100%;height:38px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#475569;text-align:left;font-size:13px;font-weight:800;cursor:pointer}.admin-sidebar-group button:hover{background:#f3f8fa;color:#078fab}.admin-sidebar-group button[aria-current=page]{background:#e7f8fd;color:#078fab}.admin-sidebar-account{padding:14px 20px 18px;border-top:1px solid #e8eef2}.admin-sidebar-account strong,.admin-sidebar-account span{display:block}.admin-sidebar-account strong{font-size:13px}.admin-sidebar-account span{margin-top:3px;color:#64748b;font-size:11px}.admin-main{min-width:0}.admin-topbar{position:sticky;top:0;z-index:10;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #dbe7ee;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-topbar>div:first-child{display:flex;align-items:center;gap:8px}.admin-topbar>div:first-child span{color:#94a3b8;font-size:12px}.admin-topbar>div:first-child strong{font-size:13px}.admin-user{display:flex;align-items:center;gap:12px;font-size:13px}.admin-user>span{color:#64748b}.admin-user button{padding:8px 12px}.admin-user button:hover{background:#0798b8}.admin-content{width:100%;max-width:1480px;margin:0 auto;padding:20px}.admin-page-heading{margin-bottom:14px}.admin-overview-grid,.admin-pending-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-card{padding:14px;border:1px solid #dbe7ee;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0f172a0a}.admin-card-heading{display:flex;align-items:center;justify-content:space-between}.admin-card-heading h2{margin:0;font-size:15px}.admin-card-heading span{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#e7f8fd;color:#078fab;font-size:11px;font-weight:800}.admin-capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.admin-capability-list article{padding:10px;border:1px solid #e2e8f0;border-radius:8px}.admin-capability-list strong,.admin-capability-list small{display:block}.admin-capability-list strong{font-size:13px}.admin-capability-list small{margin-top:4px;color:#64748b;font-size:12px;line-height:1.55}.admin-capability-list.pending{grid-template-columns:1fr}.admin-capability-list.pending article{background:#fffdf7}.admin-pending-detail{max-width:860px}.admin-pending-detail .admin-card-heading span{width:auto;min-width:58px;padding:0 9px;border-radius:7px;background:#fff7df;color:#a16207}.admin-pending-detail>p{margin:12px 0 0;color:#475569;font-size:13px;line-height:1.7}.admin-pending-detail>small{display:block;margin-top:12px;color:#94a3b8;font-size:12px;line-height:1.6}.admin-pending-reason{display:grid;gap:5px;margin-top:14px;padding:12px;border:1px solid #f2dfad;border-radius:8px;background:#fffdf7}.admin-pending-reason strong{color:#854d0e;font-size:12px}.admin-pending-reason span{color:#64748b;font-size:13px;line-height:1.65}.admin-token-usage{display:grid;gap:14px}.admin-token-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #dbe7ee;border-radius:10px;background:#fff}.admin-token-toolbar strong,.admin-token-toolbar span{display:block}.admin-token-toolbar strong{font-size:14px}.admin-token-toolbar span{margin-top:4px;color:#64748b;font-size:12px}.admin-token-toolbar button{height:34px;padding:0 14px;border:0;border-radius:8px;background:#08aace;color:#fff;font-weight:800;cursor:pointer}.admin-token-toolbar button:disabled{background:#94a3b8;cursor:wait}.admin-inline-actions{display:flex;align-items:center;gap:8px}.admin-inline-actions select{height:34px;min-width:130px;padding:0 10px;border:1px solid #dbe3ea;border-radius:8px;background:#fff;color:#475569;font-size:12px;font-weight:700}.admin-token-error{padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#be123c;font-size:13px}.admin-token-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-token-cards article{padding:14px;border:1px solid #dbe7ee;border-radius:10px;background:#fff}.admin-token-cards span,.admin-token-cards strong{display:block}.admin-token-cards span{color:#64748b;font-size:12px}.admin-token-cards strong{margin-top:7px;font-size:22px}.admin-token-panel{overflow:hidden;border:1px solid #dbe7ee;border-radius:10px;background:#fff}.admin-token-panel h2{margin:0;padding:12px 14px;border-bottom:1px solid #e8eef2;font-size:14px}.admin-token-table-scroll{overflow-x:auto}.admin-token-panel table{width:100%;border-collapse:collapse;font-size:12px}.admin-token-panel th,.admin-token-panel td{padding:10px 12px;border-bottom:1px solid #edf1f4;text-align:right;white-space:nowrap}.admin-token-panel th{background:#f8fafc;color:#64748b;font-size:11px}.admin-token-panel th:first-child,.admin-token-panel td:first-child,.admin-token-panel th:nth-child(2),.admin-token-panel td:nth-child(2),.admin-token-panel th:nth-child(3),.admin-token-panel td:nth-child(3),.admin-token-panel th:nth-child(4),.admin-token-panel td:nth-child(4){text-align:left}.admin-token-panel td strong,.admin-token-panel td small{display:block}.admin-token-panel td small{margin-top:3px;color:#94a3b8}.admin-token-panel .is-success{color:#059669;font-weight:800}.admin-token-panel .is-failed{color:#dc2626;font-weight:800}.admin-token-panel .is-running{color:#078fab;font-weight:800}.admin-token-panel td button,.admin-card-heading button{height:30px;padding:0 10px;border:1px solid #dbe3ea;border-radius:7px;background:#fff;color:#475569;font-size:11px;font-weight:800;cursor:pointer}.admin-token-panel td button:hover,.admin-card-heading button:hover{border-color:#9ddfea;color:#078fab}.admin-task-detail .admin-card-heading{padding:12px 14px;border-bottom:1px solid #e8eef2}.admin-task-detail .admin-card-heading h2{padding:0;border:0}.admin-task-detail .admin-token-cards{padding:12px}.admin-event-list{display:grid;gap:8px;margin:0;padding:12px 16px 16px;list-style:none}.admin-event-list li{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;color:#475569;font-size:12px}.admin-event-list time{color:#94a3b8}.admin-risk-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#047857}.admin-risk-banner.is-attention{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.admin-risk-banner strong,.admin-risk-banner span{display:block}.admin-risk-banner strong{font-size:14px}.admin-risk-banner span{color:#64748b;font-size:12px}.admin-overview-section{display:grid;gap:8px}.admin-overview-section h2{margin:0;color:#334155;font-size:14px}.admin-token-cards article small{display:block;margin-top:5px;color:#94a3b8;font-size:11px}.admin-generated-at{margin:0;color:#94a3b8;text-align:right;font-size:11px}.admin-token-panel code{display:block;max-width:360px;overflow:hidden;color:#64748b;text-overflow:ellipsis}.admin-token-empty{margin:0;padding:34px;color:#94a3b8;text-align:center;font-size:13px}.admin-ai-configuration{display:grid;gap:12px}.admin-ai-config-grid{display:grid;grid-template-columns:minmax(330px,420px) minmax(0,1fr);align-items:start;gap:14px}.admin-ai-form{position:sticky;top:78px;display:grid;gap:12px;max-height:calc(100vh - 106px);overflow-y:auto}.admin-ai-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-ai-form label{display:grid;gap:6px;color:#334155;font-size:12px;font-weight:800}.admin-ai-form input:not([type=checkbox]),.admin-ai-form select,.admin-ai-form textarea{width:100%;border:1px solid #dbe3ea;border-radius:8px;background:#fff;color:#1e293b;outline:none}.admin-ai-form input:not([type=checkbox]),.admin-ai-form select{height:38px;padding:0 10px}.admin-ai-form textarea{resize:vertical;min-height:90px;padding:9px 10px;line-height:1.55}.admin-ai-form .admin-ai-field-help{color:#64748b;font-size:11px;font-weight:500;line-height:1.5}.admin-ai-form input:focus,.admin-ai-form select:focus,.admin-ai-form textarea:focus{border-color:#08aace;box-shadow:0 0 0 3px #08aace1f}.admin-ai-check{grid-template-columns:18px 1fr;align-items:center}.admin-ai-check input{width:16px;height:16px;accent-color:#08aace}.admin-ai-actions,.admin-ai-row-actions,.admin-ai-badges{display:flex;align-items:center;gap:8px}.admin-ai-actions button,.admin-ai-row-actions button{height:34px;padding:0 13px;border:0;border-radius:8px;background:#08aace;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.admin-ai-actions button:disabled{background:#94a3b8;cursor:wait}.admin-ai-actions .is-secondary,.admin-ai-row-actions .is-secondary{background:#eef2f6;color:#475569}.admin-check-in-page{display:grid;gap:12px;max-width:900px}.admin-check-in-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-check-in-stats span,.admin-check-in-stats strong{display:block}.admin-check-in-stats span{color:#64748b;font-size:12px;font-weight:700}.admin-check-in-stats strong{margin-top:6px;color:#0f172a;font-size:22px}.admin-check-in-form{position:static;max-width:560px;max-height:none;overflow:visible}.admin-check-in-description{margin:0;color:#64748b;font-size:12px;line-height:1.7}.admin-check-in-meta{display:flex;flex-wrap:wrap;gap:6px 16px;color:#64748b;font-size:11px}.admin-check-in-notice{position:fixed;right:22px;bottom:22px;z-index:100;max-width:420px;padding:10px 14px;border:1px solid #9ddfea;border-radius:8px;background:#eaf9fd;color:#086d82;box-shadow:0 10px 28px #0f172a24;font-size:12px;font-weight:700}.admin-check-in-notice.is-error{border-color:#fecaca;background:#fff1f2;color:#be123c}.admin-ai-row-actions .is-danger{background:#fff1f2;color:#be123c}.admin-ai-list{display:grid;gap:9px}.admin-ai-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px;border:1px solid #e2e8f0;border-radius:9px}.admin-ai-list article>div:first-child{min-width:0}.admin-ai-list article strong,.admin-ai-list article small{display:block}.admin-ai-list article strong{font-size:13px}.admin-ai-list article small{overflow:hidden;margin-top:4px;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-ai-list article p{display:-webkit-box;overflow:hidden;margin:6px 0 0;color:#475569;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.admin-ai-badges span{padding:4px 7px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.admin-ai-badges .is-on{background:#ecfdf5;color:#047857}.admin-ai-badges .is-off{background:#f1f5f9;color:#64748b}.admin-ai-badges .is-rate{background:#e7f8fd;color:#078fab}.admin-ai-empty{margin:0;padding:30px 10px;color:#94a3b8;text-align:center;font-size:13px}@media(max-width:1120px){.admin-app{grid-template-columns:208px minmax(0,1fr)}.admin-capability-list,.admin-pending-groups{grid-template-columns:1fr}.admin-token-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-ai-config-grid{grid-template-columns:360px minmax(0,1fr)}.admin-ai-list article{grid-template-columns:minmax(0,1fr) auto;align-items:end}.admin-ai-list article>div:first-child{grid-column:1 / -1}.admin-ai-badges{flex-wrap:wrap}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 191 92% 42%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 191 92% 42%;--radius: .625rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 191 92% 42%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--novel-tag-font-size: 14px;--sidebar-nav-font-size: 14px;--section-title-font-size: 12px;--xy-scrollbar-track: transparent;--xy-scrollbar-thumb: #9a9a9a;--xy-scrollbar-thumb-hover: #b0b0b0;--xy-scrollbar-thumb-active: #b0b0b0;--xy-custom-sidebar-bg: #ffffff;--xy-custom-sidebar-active-bg: #f4f4f5;--xy-custom-content-selected-bg: #eafbf3;--xy-custom-flow-group-bg: #e7f8fd;--xy-detail-outline-number-selected: #08aace;--xy-detail-outline-number-used: #eaf9fd;--xy-detail-outline-number-has-outline: #e7f8fd;--xy-detail-outline-number-no-outline: #ffffff;--xy-wa-titlebar: #FFFFFF;--xy-wa-toolbar: #ffffff;--xy-wa-app-bg: #fafafa;--xy-wa-panel: #ffffff;--xy-wa-border: #e6e8ec;--xy-wa-border-strong: #bdeef7;--xy-wa-blue: #08aace;--xy-wa-blue-hover: #0798b8;--xy-wa-active: #e7f8fd;--xy-wa-active-soft: #e7f8fd;--xy-wa-accent-border: #bdeef7;--xy-wa-text: #1f2933;--xy-wa-muted: #68727f;--xy-wa-faint: #9aa3af;--xy-wa-editor-bg: #ffffff;--xy-wa-cover-blue: #98c3f9;--xy-floating-backplate-bg: #f8fafc}*{@apply border-border;}body{@apply bg-background text-foreground;margin:0;min-width:320px;min-height:100vh;font-family:PingFang SC,Microsoft YaHei,Hiragino Sans GB,system-ui,-apple-system,sans-serif;zoom:1.1}button,input,textarea,select{font:inherit}#root{min-height:100vh}.modal-sharp,.modal-sharp *{-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}.modal-sharp{isolation:isolate}.ai-request-log-text{font-family:Microsoft YaHei,PingFang SC,Hiragino Sans GB,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:400;line-height:32px;color:#0f172a;letter-spacing:0;-webkit-font-smoothing:auto!important;text-rendering:auto!important;text-shadow:none!important;filter:none!important;transform:none!important}.xy-prompt-content-editor{-webkit-font-smoothing:auto!important;text-rendering:auto!important;text-shadow:none!important;filter:none!important;transform:none!important}}*:focus,*:focus-visible{outline:none!important;box-shadow:none!important}.writer-assistant-theme{background:var(--xy-wa-app-bg);color:var(--xy-wa-text)}.writer-assistant-theme .xy-wa-titlebar{background:var(--xy-topbar-layer-background, var(--xy-wa-titlebar));border-color:var(--xy-wa-border-strong)}:is(.xy-wa-titlebar,.xy-topbar-style-preview)[data-topbar-style=mist]{--xy-topbar-layer-background: linear-gradient( 90deg, color-mix(in srgb, var(--xy-wa-titlebar) 92%, #ffffff) 0%, color-mix(in srgb, var(--xy-wa-titlebar) 58%, #cceff5) 56%, color-mix(in srgb, var(--xy-wa-titlebar) 90%, #f5fcfd) 100% )}:is(.xy-wa-titlebar,.xy-topbar-style-preview)[data-topbar-style=moon-paper]{--xy-topbar-layer-background: linear-gradient( 105deg, color-mix(in srgb, var(--xy-wa-titlebar) 58%, #fff0d8) 0%, color-mix(in srgb, var(--xy-wa-titlebar) 72%, #fff8ea) 28%, color-mix(in srgb, var(--xy-wa-titlebar) 52%, #d7f2f7) 68%, color-mix(in srgb, var(--xy-wa-titlebar) 78%, #f2fbfc) 100% )}:is(.xy-wa-titlebar,.xy-topbar-style-preview)[data-topbar-style=aurora]{--xy-topbar-layer-background: linear-gradient( 112deg, color-mix(in srgb, var(--xy-wa-titlebar) 88%, #ffffff) 0%, color-mix(in srgb, var(--xy-wa-titlebar) 54%, #d4f0f7) 31%, color-mix(in srgb, var(--xy-wa-titlebar) 48%, #e6ddf5) 58%, color-mix(in srgb, var(--xy-wa-titlebar) 58%, #d7f3f5) 77%, color-mix(in srgb, var(--xy-wa-titlebar) 88%, #ffffff) 100% )}.writer-assistant-theme .xy-wa-titlebar[data-topbar-style]{background:var(--xy-topbar-layer-background, var(--xy-wa-titlebar))!important}.xy-topbar-style-preview{position:relative;display:flex;height:34px;align-items:flex-end;overflow:hidden;border:1px solid #dce7eb;border-radius:6px;background:var(--xy-topbar-layer-background, var(--xy-wa-titlebar));padding:0 4px}.xy-topbar-style-preview>span{display:flex;width:54px;height:26px;align-items:center;justify-content:center;border:1px solid rgba(190,207,214,.82);border-bottom-color:#fff;border-radius:5px 5px 0 0;background:#ffffffe6;color:#435066;font-size:9px;font-style:normal;font-weight:800}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=ocean]{--xy-primary-button-background: linear-gradient(135deg, #32d1c2 0%, #08aace 50%, #357ed8 100%);--xy-primary-button-shadow: 0 6px 14px rgba(8, 170, 206, .22);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=lake]{--xy-primary-button-background: linear-gradient(135deg, #61d6e8 0%, #08aace 52%, #137dad 100%);--xy-primary-button-shadow: 0 6px 14px rgba(8, 170, 206, .2);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=fresh]{--xy-primary-button-background: linear-gradient(135deg, #41d7aa 0%, #08aace 50%, #217fc1 100%);--xy-primary-button-shadow: 0 6px 14px rgba(8, 170, 206, .21);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=night]{--xy-primary-button-background: linear-gradient(135deg, #58c9f2 0%, #278bd5 50%, #626fd8 100%);--xy-primary-button-shadow: 0 6px 14px rgba(39, 139, 213, .21);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=coral]{--xy-primary-button-background: linear-gradient(135deg, #ffb326 0%, #fb8e37 50%, #f57983 100%);--xy-primary-button-shadow: 0 6px 14px rgba(245, 126, 91, .21);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=violet]{--xy-primary-button-background: linear-gradient(135deg, #b18af7 0%, #7253d6 52%, #d34e9a 100%);--xy-primary-button-shadow: 0 6px 14px rgba(114, 83, 214, .22);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=berry]{--xy-primary-button-background: linear-gradient(135deg, #ff91b7 0%, #d9417d 52%, #a848c1 100%);--xy-primary-button-shadow: 0 6px 14px rgba(217, 65, 125, .22);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=warm-coral]{--xy-primary-button-background: linear-gradient(135deg, #ff9b83 0%, #e84e50 52%, #d74786 100%);--xy-primary-button-shadow: 0 6px 14px rgba(232, 78, 80, .22);--xy-primary-button-color: #ffffff}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=moon-yellow-soft]{--xy-primary-button-background: linear-gradient(135deg, #f3eedc 0%, #e8d8a8 52%, #d9b96e 100%);--xy-primary-button-shadow: 0 6px 14px rgba(217, 185, 110, .22);--xy-primary-button-color: #182127}:is(.writer-assistant-theme,.xy-button-color-preview)[data-button-color-style=moon-yellow-peach]{--xy-primary-button-background: linear-gradient(135deg, #f3eedc 0%, #f0d48a 50%, #e4a84a 100%);--xy-primary-button-shadow: 0 6px 14px rgba(228, 168, 74, .22);--xy-primary-button-color: #182127}.xy-button-color-preview{display:flex;height:38px;align-items:center;justify-content:center;border-radius:8px;background:var(--xy-primary-button-background);box-shadow:var(--xy-primary-button-shadow);color:var(--xy-primary-button-color, #ffffff);font-size:13px;font-weight:800}.writer-assistant-theme[data-button-color-style] :is(button,a):is(.xy-primary-text-button,.bg-brand,.bg-primary,.bg-\[\#08AACE\],.bg-\[\#08aace\],.xy-wa-primary){background:var(--xy-primary-button-background)!important;box-shadow:var(--xy-primary-button-shadow);color:var(--xy-primary-button-color, #ffffff)}.writer-assistant-theme[data-button-color-style] :is(button,a):is(.xy-primary-text-button,.bg-brand,.bg-primary,.bg-\[\#08AACE\],.bg-\[\#08aace\],.xy-wa-primary):hover:not(:disabled){filter:brightness(1.04)}.writer-assistant-theme[data-button-color-style] :is(button,a):is(.xy-primary-text-button,.bg-brand,.bg-primary,.bg-\[\#08AACE\],.bg-\[\#08aace\],.xy-wa-primary):disabled{opacity:.55;box-shadow:none}.writer-assistant-theme .xy-wa-toolbar{background:var(--xy-wa-toolbar);border-color:var(--xy-wa-border)}.writer-assistant-theme .xy-wa-panel{background:var(--xy-wa-panel);border-color:var(--xy-wa-border)}.writer-assistant-theme .xy-wa-primary{background:var(--xy-wa-blue);color:#fff}.writer-assistant-theme .xy-wa-primary:hover{background:var(--xy-wa-blue-hover)}.xy-wa-icon-button{display:inline-grid;height:32px;width:32px;place-items:center;border:1px solid transparent;border-radius:6px;color:#65707d;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.xy-wa-icon-button:hover{border-color:var(--xy-wa-border);background:#ffffffb8;color:var(--xy-wa-text)}.xy-wa-editor-surface,.xy-wa-editor-root,.xy-wa-editor-surface .xy-wa-editor-text-layer{background:var(--xy-wa-editor-bg)}.xy-dashboard-sidebar{background:var(--xy-custom-sidebar-bg)}.xy-dashboard-sidebar-active{background:var(--xy-custom-sidebar-active-bg)}.xy-dashboard-sidebar-footer{background:var(--xy-custom-sidebar-bg)}.xy-flow-group-bg{background-color:var(--xy-custom-flow-group-bg)!important}.xy-flow-group-bg:hover{background-color:var(--xy-custom-flow-group-bg)!important;filter:brightness(.985)}.xy-detail-outline-number-block{color:#0f172a}.xy-detail-outline-number-used{border-color:color-mix(in srgb,var(--xy-detail-outline-number-used) 62%,#08aace);background:var(--xy-detail-outline-number-used);box-shadow:0 1px 4px #08aace1f}.xy-detail-outline-number-has-outline{border-color:color-mix(in srgb,var(--xy-detail-outline-number-has-outline) 55%,#08aace);background:var(--xy-detail-outline-number-has-outline);box-shadow:0 1px 4px #08aace1f}.xy-detail-outline-number-no-outline{border-color:#e2e8f0;background:var(--xy-detail-outline-number-no-outline);box-shadow:0 1px 4px #0f172a14}.xy-detail-outline-number-white-bg{background:#fff}.xy-detail-outline-number-selected{border-color:var(--xy-detail-outline-number-selected);box-shadow:0 0 0 2px #fff,0 0 0 4px color-mix(in srgb,var(--xy-detail-outline-number-selected) 78%,transparent),0 2px 8px #08aace2e}.workspace-tab-home,.workspace-tab-home-inactive{font-size:15px;font-weight:700}.xy-topbar-brand-zone{display:flex;height:100%;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden}.xy-topbar-center-brand-slot{display:flex;position:absolute;z-index:2;top:0;left:50%;width:max-content;height:100%;align-items:center;justify-content:center;transform:translate(-50%);pointer-events:none}.xy-topbar-brand-wordmark{display:flex;min-width:max-content;align-items:center;gap:8px;padding:0;border:0;border-radius:9px;background:transparent;cursor:pointer;pointer-events:auto;white-space:nowrap}.xy-topbar-brand-wordmark:focus-visible{outline:2px solid color-mix(in srgb,#08aace 72%,transparent);outline-offset:3px}.xy-topbar-brand-wordmark>img{width:32px;height:32px;flex:0 0 auto;border-radius:9px;object-fit:cover;box-shadow:0 2px 8px #6f52161f}.xy-topbar-brand-wordmark>strong{color:var(--xy-topbar-brand-text, #1f2933);font-family:"Noto Serif SC",SimSun,serif;font-size:16px;font-weight:800;letter-spacing:.1em}.theme-dark,.theme-moon-night{--xy-topbar-brand-text: #f8fafc}.xy-wa-titlebar[data-workspace-tab-style=capsule] .workspace-tabs-list{height:36px!important;align-self:center;align-items:stretch!important;margin-left:0;overflow:hidden;border:1px solid #dbe6ea;border-radius:10px;background:#eff7f9b8;padding:2px}.xy-wa-titlebar[data-workspace-tab-style=capsule] .workspace-tab{height:30px!important;border-color:transparent!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important}.xy-wa-titlebar[data-workspace-tab-style=capsule] .workspace-tab-active{background:#fff!important;box-shadow:0 1px 4px #1f343f1a!important}.xy-wa-titlebar[data-workspace-tab-style=flush] .workspace-tabs-list{align-items:stretch!important}.xy-wa-titlebar[data-workspace-tab-style=flush] .workspace-tab{height:48px!important;border-color:transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.xy-wa-titlebar[data-workspace-tab-style=flush] .workspace-tab-active{border-right-color:#dbe6ea!important;border-bottom:3px solid #08aace!important;border-left-color:#dbe6ea!important;background:#ffffffe0!important}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tabs-list{height:42px!important;align-self:center;align-items:stretch!important;overflow:hidden;border:1px solid #dbe6ea;border-radius:10px;background:#eff7f985}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tab{height:40px!important;border-color:transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tab+.workspace-tab{border-left-color:#dbe6ea!important}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tab-active{background:#fff!important}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tab:last-child{border-radius:0 9px 9px 0!important}.xy-wa-titlebar[data-workspace-tab-style=joined] .workspace-tab:first-child{border-radius:9px 0 0 9px!important}.xy-workspace-tab-style-preview{display:flex;height:36px;align-items:flex-end;overflow:hidden;border:1px solid #dce7eb;border-radius:6px;background:linear-gradient(90deg,#fffaf0,#f0fbfc 72%,#f7f9ff);color:#657387;font-size:9px;font-weight:800}.xy-workspace-tab-style-preview>span,.xy-workspace-tab-style-preview>strong{display:flex;min-width:58px;height:27px;align-items:center;justify-content:center;border:1px solid transparent;font:inherit}.xy-workspace-tab-style-preview>strong{min-width:72px;color:#263342}.xy-workspace-tab-style-preview[data-workspace-tab-style=classic]>span,.xy-workspace-tab-style-preview[data-workspace-tab-style=classic]>strong{border-color:#dbe3e8;border-bottom-color:#fff;border-radius:5px 5px 0 0;background:#ffffffe6}.xy-workspace-tab-style-preview[data-workspace-tab-style=capsule]{height:34px;align-items:center;border-radius:9px;background:#eff7f9b8;padding:2px}.xy-workspace-tab-style-preview[data-workspace-tab-style=capsule]>span,.xy-workspace-tab-style-preview[data-workspace-tab-style=capsule]>strong{height:28px;border-radius:7px}.xy-workspace-tab-style-preview[data-workspace-tab-style=capsule]>strong{background:#fff;box-shadow:0 1px 4px #1f343f1a}.xy-workspace-tab-style-preview[data-workspace-tab-style=flush]{height:36px;align-items:stretch;border-radius:6px}.xy-workspace-tab-style-preview[data-workspace-tab-style=flush]>span,.xy-workspace-tab-style-preview[data-workspace-tab-style=flush]>strong{height:35px;border-radius:0}.xy-workspace-tab-style-preview[data-workspace-tab-style=flush]>strong{border-right-color:#dbe6ea;border-bottom:3px solid #08aace;border-left-color:#dbe6ea;background:#ffffffe0}.xy-workspace-tab-style-preview[data-workspace-tab-style=joined]{height:34px;align-items:stretch;border-radius:9px;background:#eff7f985}.xy-workspace-tab-style-preview[data-workspace-tab-style=joined]>span,.xy-workspace-tab-style-preview[data-workspace-tab-style=joined]>strong{height:33px;border-radius:0}.xy-workspace-tab-style-preview[data-workspace-tab-style=joined]>strong{border-left-color:#dbe6ea;border-radius:0 8px 8px 0;background:#fff}@media(max-width:720px){.xy-topbar-brand-zone,.xy-topbar-center-brand-slot,.xy-wa-titlebar [data-header-original-tools=true],.xy-wa-titlebar [data-header-tools-divider=true]{display:none}.xy-wa-titlebar .workspace-tabs-list{margin-left:8px}}.xy-wa-book-cover{background:#f5f8fd}.xy-wa-book-cover-empty{background:linear-gradient(90deg,rgba(51,128,231,.22) 0 3px,transparent 3px 7px),linear-gradient(145deg,#a9d7ff,#89b9ff)}.xy-wa-book-cover-empty:before{content:"";position:absolute;inset:0 auto 0 0;width:18px;background:linear-gradient(90deg,#3176da3d,#ffffff29 42%,#3176da24);border-right:1px solid rgba(80,145,231,.18);pointer-events:none}.xy-wa-book-cover-image{background:#f5f8fd}@media(max-width:720px){.xy-novel-card-menu{position:fixed!important;left:50%!important;top:50%!important;max-height:calc(100vh - 32px);transform:translate(-50%,-50%);overflow-y:auto}.xy-novel-card-folder-menu{position:static!important;width:calc(100% - 8px)!important;margin:4px!important;box-shadow:none!important}}::-webkit-scrollbar{width:4px;height:4px;background:var(--xy-scrollbar-track, transparent)!important}::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important}::-webkit-scrollbar-button,.editor-scrollbar::-webkit-scrollbar-button,textarea.editor-scrollbar::-webkit-scrollbar-button,.scrollbar-scroll-only::-webkit-scrollbar-button,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button,::-webkit-scrollbar-button:vertical:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:decrement,::-webkit-scrollbar-button:vertical:increment,::-webkit-scrollbar-button:single-button:vertical:decrement,::-webkit-scrollbar-button:single-button:vertical:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:increment,::-webkit-scrollbar-button:single-button:horizontal:decrement,::-webkit-scrollbar-button:single-button:horizontal:increment,.editor-scrollbar::-webkit-scrollbar-button:vertical:start:decrement,.editor-scrollbar::-webkit-scrollbar-button:vertical:end:increment,.editor-scrollbar::-webkit-scrollbar-button:vertical:decrement,.editor-scrollbar::-webkit-scrollbar-button:vertical:increment,.editor-scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement,.editor-scrollbar::-webkit-scrollbar-button:single-button:vertical:increment,.editor-scrollbar::-webkit-scrollbar-button:horizontal:start:decrement,.editor-scrollbar::-webkit-scrollbar-button:horizontal:end:increment,.editor-scrollbar::-webkit-scrollbar-button:horizontal:decrement,.editor-scrollbar::-webkit-scrollbar-button:horizontal:increment,.editor-scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement,.editor-scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:vertical:start:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:vertical:end:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:vertical:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:vertical:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:single-button:vertical:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:horizontal:start:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:horizontal:end:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:horizontal:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:horizontal:increment,textarea.editor-scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement,textarea.editor-scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:vertical:start:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:vertical:end:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:vertical:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:vertical:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:single-button:vertical:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:single-button:vertical:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:horizontal:start:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:horizontal:end:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:horizontal:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:horizontal:increment,.scrollbar-scroll-only::-webkit-scrollbar-button:single-button:horizontal:decrement,.scrollbar-scroll-only::-webkit-scrollbar-button:single-button:horizontal:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:vertical:start:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:vertical:end:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:vertical:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:vertical:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:single-button:vertical:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:single-button:vertical:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:horizontal:start:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:horizontal:end:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:horizontal:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:horizontal:increment,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:single-button:horizontal:decrement,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-button:single-button:horizontal:increment,::-webkit-scrollbar-corner,.editor-scrollbar::-webkit-scrollbar-corner,textarea.editor-scrollbar::-webkit-scrollbar-corner,.scrollbar-scroll-only::-webkit-scrollbar-corner,.xy-setting-sidebar-scrollbar::-webkit-scrollbar-corner,::-webkit-resizer,.editor-scrollbar::-webkit-resizer,textarea.editor-scrollbar::-webkit-resizer,.scrollbar-scroll-only::-webkit-resizer,.xy-setting-sidebar-scrollbar::-webkit-resizer{display:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;background-image:none!important;-webkit-appearance:none!important;appearance:none!important;opacity:0!important;pointer-events:none!important}::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a)!important;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}.editor-scrollbar::-webkit-scrollbar{width:8px;cursor:default;background:var(--xy-scrollbar-track, transparent)!important}textarea.editor-scrollbar::-webkit-scrollbar{width:14px;cursor:default;background:var(--xy-scrollbar-track, transparent)!important}textarea.editor-scrollbar::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important;border-radius:999px;cursor:default}.yx-interface-option-selected{border-color:#078fae;border-width:2px}.editor-scrollbar::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important;border-radius:999px;cursor:default}.editor-scrollbar::-webkit-scrollbar-thumb{min-height:48px;background:var(--xy-scrollbar-thumb, #9a9a9a)!important;background-clip:content-box!important;border:2px solid transparent!important;border-radius:999px;cursor:default;transition:background .2s ease}textarea.editor-scrollbar::-webkit-scrollbar-thumb{min-height:48px;background:var(--xy-scrollbar-thumb, #9a9a9a)!important;background-clip:content-box!important;border:3px solid transparent!important;border-radius:999px;cursor:default}.editor-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}textarea.editor-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}.editor-scrollbar::-webkit-scrollbar-thumb:active{background:var(--xy-scrollbar-thumb-active, #b0b0b0)!important}html,body,*{scrollbar-color:var(--xy-scrollbar-thumb, #9a9a9a) var(--xy-scrollbar-track, transparent)}.editor-scrollbar,textarea.editor-scrollbar,.xy-setting-sidebar-scrollbar{scrollbar-width:thin;scrollbar-color:var(--xy-scrollbar-thumb, #9a9a9a) var(--xy-scrollbar-track, transparent)}.xy-setting-sidebar-scrollbar::-webkit-scrollbar{width:5px;height:5px;background:var(--xy-scrollbar-track, transparent)!important}.xy-setting-sidebar-scrollbar::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important;border-radius:999px}.xy-setting-sidebar-scrollbar::-webkit-scrollbar-thumb{min-height:48px;background:var(--xy-scrollbar-thumb, #9a9a9a)!important;border-radius:999px}.xy-setting-sidebar-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hidden::-webkit-scrollbar{display:none;width:0;height:0}.scrollbar-scroll-only{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:transparent var(--xy-scrollbar-track, transparent);-ms-overflow-style:auto}.scrollbar-scroll-only::-webkit-scrollbar{width:8px;height:8px;background:transparent!important}.scrollbar-scroll-only::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important}.scrollbar-scroll-only::-webkit-scrollbar-thumb{background:transparent!important;background-clip:content-box!important;border:2px solid transparent!important;border-radius:999px}.scrollbar-scroll-only.scrollbar-active{scrollbar-width:thin;scrollbar-color:var(--xy-scrollbar-thumb, #9a9a9a) var(--xy-scrollbar-track, transparent)}.scrollbar-scroll-only.scrollbar-active::-webkit-scrollbar{width:8px;height:8px}.scrollbar-scroll-only.scrollbar-active::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important}.scrollbar-scroll-only.scrollbar-active::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a)!important;background-clip:content-box!important;border:2px solid transparent!important;border-radius:999px}.scrollbar-scroll-only.scrollbar-half-width::-webkit-scrollbar,.scrollbar-scroll-only.scrollbar-half-width.scrollbar-active::-webkit-scrollbar{width:4px;height:4px}.scrollbar-scroll-only.scrollbar-half-width::-webkit-scrollbar-thumb,.scrollbar-scroll-only.scrollbar-half-width.scrollbar-active::-webkit-scrollbar-thumb{border:1px solid transparent!important}.novel-tag-font{font-size:var(--novel-tag-font-size, 14px)!important}.sidebar-nav-font{font-size:14px!important}html.theme-dark{--background: 220 9% 13%;--foreground: 210 20% 92%;--card: 220 8% 17%;--card-foreground: 210 20% 92%;--popover: 220 8% 17%;--popover-foreground: 210 20% 92%;--muted: 220 7% 20%;--muted-foreground: 215 12% 68%;--accent: 218 12% 24%;--accent-foreground: 210 20% 94%;--border: 220 7% 27%;--input: 220 7% 26%;--ring: 214 85% 62%}html.theme-dark body{background:#202020;color:#e7eaee}.theme-dark{color-scheme:dark}.theme-dark,.theme-dark [class*=bg-slate-50],.theme-dark [class*=bg-gray-50],.theme-dark [class*=bg-zinc-50]{background-color:#202020!important}.theme-dark [class*=bg-white],.theme-dark [class*=bg-slate-100],.theme-dark [class*=bg-gray-100],.theme-dark [class*=bg-zinc-100]{background-color:#2f2f2f!important}.theme-dark [class*="bg-white/"],.theme-dark [class*="bg-slate-50/"],.theme-dark [class*="bg-gray-50/"]{background-color:#2f2f2fd1!important}.theme-dark [class*=bg-brand-light],.theme-dark [class*=bg-sky-50],.theme-dark [class*=bg-blue-50]{background-color:#3b82f629!important}.theme-dark [class*=bg-orange-50],.theme-dark [class*=bg-amber-50]{background-color:#f9731629!important}.theme-dark [class*=bg-red-50]{background-color:#ef444429!important}.theme-dark [class*=border-slate-],.theme-dark [class*=border-gray-],.theme-dark [class*=border-zinc-],.theme-dark [class*=border-white]{border-color:#454545!important}.theme-dark [class*=text-slate-900],.theme-dark [class*=text-slate-800],.theme-dark [class*=text-gray-900],.theme-dark [class*=text-gray-800],.theme-dark [class*=text-zinc-900],.theme-dark [class*=text-zinc-800]{color:#f2f4f7!important}.theme-dark [class*=text-slate-700],.theme-dark [class*=text-slate-600],.theme-dark [class*=text-gray-700],.theme-dark [class*=text-gray-600],.theme-dark [class*=text-zinc-700],.theme-dark [class*=text-zinc-600]{color:#c9d1dc!important}.theme-dark [class*=text-slate-500],.theme-dark [class*=text-slate-400],.theme-dark [class*=text-gray-500],.theme-dark [class*=text-gray-400],.theme-dark [class*=text-zinc-500],.theme-dark [class*=text-zinc-400]{color:#9aa4b2!important}.theme-dark input,.theme-dark textarea,.theme-dark select{background-color:#2b2b2b!important;border-color:#4a4a4a!important;color:#f0f3f7!important}.theme-dark input::placeholder,.theme-dark textarea::placeholder{color:#7f8792!important}.theme-dark table,.theme-dark thead,.theme-dark tbody,.theme-dark tr{background-color:transparent!important}.theme-dark th,.theme-dark td{border-color:#3f3f3f!important}.theme-dark .shadow-sm,.theme-dark .shadow,.theme-dark .shadow-lg,.theme-dark .shadow-xl,.theme-dark .shadow-2xl{box-shadow:none!important}.theme-dark .editor-scrollbar::-webkit-scrollbar-thumb,html.theme-dark ::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a)}.theme-dark textarea.editor-scrollbar::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)}.theme-dark textarea.editor-scrollbar::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a);border-color:transparent}.theme-dark .editor-scrollbar:hover::-webkit-scrollbar-thumb,html.theme-dark ::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)}.theme-dark mark,.theme-dark [class*=bg-yellow-]{background-color:#facc1547!important;color:#fef3c7!important}.theme-dark .model-card{background:#2b2d30!important;border-color:#42464d!important}.theme-dark .model-card:hover{border-color:#5b6470!important}.theme-dark .model-card-meta,.theme-dark .model-temp-slider{background:#242628!important;border-color:#3f444a!important}.theme-dark .model-action-button{background:#262a2e!important;border-color:#4a515a!important;color:#d6dde7!important}.theme-dark .model-action-button:hover{background:#30363d!important;border-color:#64707d!important}.theme-dark .model-action-primary{color:#7cc9ff!important;border-color:#38bdf861!important}.theme-dark .model-action-info{color:#9cc7ff!important;border-color:#60a5fa6b!important}.theme-dark .model-action-warning{color:#f5c06a!important;border-color:#f59e0b6b!important}.theme-dark .model-action-danger{color:#f29a9a!important;border-color:#f871715c!important}.theme-dark .model-action-disabled{background:#242628!important;border-color:#3a3d42!important;color:#6f7782!important}.theme-dark .model-failure-panel{background:#2b2d30!important;border-color:#42464d!important}.theme-dark .model-failure-panel>div:first-child{background:#2d3034!important;border-color:#41464d!important}.theme-dark .model-clear-failures{background:#303338!important;border-color:#f8717157!important;color:#f0a6a6!important}.theme-dark .model-clear-failures:hover:not(:disabled){background:#3a3436!important;border-color:#f8717180!important}.theme-dark .model-failure-log{background:#303235!important;border-color:#525861!important;box-shadow:inset 3px 0 #f8717180!important}.theme-dark .model-failure-log:hover{background:#34373b!important}.theme-dark .model-failure-error{background:#242628!important;color:#ff9b9b!important;border:1px solid #3f444a!important}.theme-dark .app-titlebar{background:var(--xy-wa-titlebar)!important;border-color:#3a3a3a!important}.theme-dark .workspace-tab-separator{background:#4a4a4a!important}.theme-dark .workspace-tab{box-shadow:none!important}.theme-dark .workspace-tab-active{background:#343434!important;border-color:#444!important;border-bottom-color:#343434!important;color:#fff!important}.theme-dark .workspace-tab-inactive{background:transparent!important;border-color:transparent!important;color:#c7cbd1!important}.theme-dark .workspace-tab-inactive:hover{background:transparent!important;border-color:transparent!important;color:#fff!important}.theme-dark .workspace-tab-accent{background:#4f8cff!important}.theme-dark .workspace-tab button{color:#aeb4bd!important}.theme-dark .workspace-tab button:hover{background:#454545!important;color:#fff!important}.theme-dark .script-editor-page,.theme-dark .script-editor-page aside,.theme-dark .script-editor-page section,.theme-dark .script-editor-page main{background:#202124!important}.theme-dark .script-editor-topbar,.theme-dark .script-editor-area-header{background:#25272b!important;border-color:#393c42!important}.theme-dark .script-editor-area-title,.theme-dark .script-editor-page [class*=text-blue-600]{color:#f4f7fb!important}.theme-dark .script-editor-group-toggle{background:#2f3845!important;border:1px solid #405064!important;color:#e8eef8!important}.theme-dark .script-editor-group-toggle:hover{background:#374457!important}.theme-dark .script-editor-group-toggle svg,.theme-dark .script-editor-group-toggle span{color:inherit!important}.theme-dark .script-editor-chapter-idle,.theme-dark .script-editor-number-idle,.theme-dark .script-editor-material-idle{background:transparent!important;color:#c4cad4!important;border-color:#3b3f46!important}.theme-dark .script-editor-chapter-idle:hover,.theme-dark .script-editor-number-idle:hover,.theme-dark .script-editor-material-idle:hover{background:#2d3138!important;color:#fff!important;border-color:#4b5563!important}.theme-dark .script-editor-chapter-active,.theme-dark .script-editor-number-active,.theme-dark .script-editor-material-active{background:#263a55!important;border-color:#4f8cff!important;color:#fff!important}.theme-dark .script-editor-mode-idle{background:#2b2d31!important;color:#c8cdd6!important}.theme-dark .script-editor-mode-idle:hover{background:#343840!important;color:#fff!important}.theme-dark .script-editor-mode-active{background:#2563eb!important;color:#fff!important}.theme-dark .script-editor-page textarea{background:#202124!important;color:#eef2f7!important}html.theme-dark{--background: 0 0% 12%;--foreground: 0 0% 92%;--card: 0 0% 17%;--card-foreground: 0 0% 92%;--popover: 0 0% 17%;--popover-foreground: 0 0% 92%;--muted: 0 0% 20%;--muted-foreground: 0 0% 65%;--accent: 0 0% 24%;--accent-foreground: 0 0% 96%;--border: 0 0% 28%;--input: 0 0% 20%;--ring: 0 0% 70%}html.theme-dark body,.theme-dark,.theme-dark [class*=bg-slate-50],.theme-dark [class*=bg-gray-50],.theme-dark [class*=bg-zinc-50]{background-color:#1e1e1e!important;color:#e8e8e8!important}.theme-dark [class*=bg-white],.theme-dark [class*=bg-slate-100],.theme-dark [class*=bg-gray-100],.theme-dark [class*=bg-zinc-100]{background-color:#2d2d2d!important}.theme-dark [class*="bg-white/"],.theme-dark [class*="bg-slate-50/"],.theme-dark [class*="bg-gray-50/"]{background-color:#2d2d2ddb!important}.theme-dark [class*=bg-brand],.theme-dark [class*=bg-brand-light],.theme-dark [class*=bg-blue-50],.theme-dark [class*=bg-blue-500],.theme-dark [class*=bg-sky-50],.theme-dark [class*=bg-cyan-50],.theme-dark [class*=bg-orange-50],.theme-dark [class*=bg-amber-50]{background-color:#3a3a3a!important}.theme-dark [class*="hover:bg-brand"]:hover,.theme-dark [class*="hover:bg-blue"]:hover,.theme-dark [class*="hover:bg-sky"]:hover,.theme-dark [class*="hover:bg-orange"]:hover,.theme-dark [class*="hover:bg-gray"]:hover,.theme-dark [class*="hover:bg-slate"]:hover{background-color:#434343!important}.theme-dark [class*=border-brand],.theme-dark [class*=border-blue],.theme-dark [class*=border-sky],.theme-dark [class*=border-cyan],.theme-dark [class*=border-orange],.theme-dark [class*=border-slate-],.theme-dark [class*=border-gray-],.theme-dark [class*=border-zinc-]{border-color:#4a4a4a!important}.theme-dark [class*=text-brand],.theme-dark [class*=text-brand-dark],.theme-dark [class*=text-blue],.theme-dark [class*=text-sky],.theme-dark [class*=text-cyan],.theme-dark [class*=text-orange]{color:#ededed!important}.theme-dark [class*=text-white]{color:#f5f5f5!important}.theme-dark [class*=text-slate-900],.theme-dark [class*=text-slate-800],.theme-dark [class*=text-gray-900],.theme-dark [class*=text-gray-800],.theme-dark [class*=text-zinc-900],.theme-dark [class*=text-zinc-800]{color:#f0f0f0!important}.theme-dark [class*=text-slate-700],.theme-dark [class*=text-slate-600],.theme-dark [class*=text-gray-700],.theme-dark [class*=text-gray-600],.theme-dark [class*=text-zinc-700],.theme-dark [class*=text-zinc-600]{color:#cfcfcf!important}.theme-dark [class*=text-slate-500],.theme-dark [class*=text-slate-400],.theme-dark [class*=text-gray-500],.theme-dark [class*=text-gray-400],.theme-dark [class*=text-zinc-500],.theme-dark [class*=text-zinc-400]{color:#9f9f9f!important}.theme-dark input,.theme-dark textarea,.theme-dark select{background-color:#262626!important;border-color:#444!important;color:#eee!important}.theme-dark input::placeholder,.theme-dark textarea::placeholder{color:#777!important}.theme-dark .app-titlebar{background:var(--xy-wa-titlebar)!important;border-color:#303030!important}.theme-dark .workspace-tab-separator{background:#3f3f3f!important}.theme-dark .workspace-tab-active{background:#303030!important;border-color:#3d3d3d!important;border-bottom-color:#303030!important;color:#fff!important}.theme-dark .workspace-tab-home{background:#2563eb42!important;border-color:#60a5fa9e!important;color:#dbeafe!important}.theme-dark .workspace-tab-inactive{background:transparent!important;border-color:transparent!important;color:#a8a8a8!important}.theme-dark .workspace-tab-inactive:hover{background:transparent!important;border-color:transparent!important;color:#eee!important}.theme-dark .workspace-tab-accent{background:#d6d6d6!important}.theme-dark .script-editor-page,.theme-dark .script-editor-page aside,.theme-dark .script-editor-page section,.theme-dark .script-editor-page main{background:#242424!important}.theme-dark .script-editor-topbar,.theme-dark .script-editor-area-header{background:#2a2a2a!important;border-color:#3c3c3c!important}.theme-dark .script-editor-group-toggle{background:#333!important;border-color:#464646!important;color:#efefef!important}.theme-dark .script-editor-group-toggle:hover{background:#3d3d3d!important}.theme-dark .script-editor-chapter-idle,.theme-dark .script-editor-number-idle,.theme-dark .script-editor-material-idle{background:transparent!important;border-color:#3b3b3b!important;color:#bdbdbd!important}.theme-dark .script-editor-chapter-idle:hover,.theme-dark .script-editor-number-idle:hover,.theme-dark .script-editor-material-idle:hover{background:#303030!important;border-color:#4f4f4f!important;color:#f3f3f3!important}.theme-dark .script-editor-chapter-active,.theme-dark .script-editor-number-active,.theme-dark .script-editor-material-active,.theme-dark .script-editor-mode-active{background:#4a4a4a!important;border-color:#6a6a6a!important;color:#fff!important}.theme-dark .script-editor-mode-idle{background:#303030!important;color:#c7c7c7!important}.theme-dark .script-editor-mode-idle:hover{background:#3d3d3d!important;color:#fff!important}.theme-dark .script-editor-page textarea{background:#242424!important;color:#eee!important}.theme-dark .script-editor-page textarea,.theme-dark .script-editor-page pre,.theme-dark .script-editor-page p{text-shadow:none!important}.theme-dark mark,.theme-dark [class*=bg-yellow-]{background-color:#4a4a4a!important;color:#fff!important}.theme-dark .model-action-primary,.theme-dark .model-action-info,.theme-dark .model-action-warning{color:#ededed!important;border-color:#555!important}.theme-dark .model-card,.theme-dark .model-failure-panel{background:#2b2b2b!important;border-color:#444!important}.theme-dark .model-add-card{background:#151515!important;border-color:#2563eb!important;color:#5f8ff7!important}.theme-dark .model-add-card:hover{background:#1b1f2a!important;border-color:#3b82f6!important;color:#7aa7ff!important}.theme-dark .model-add-card span:first-child{background:#171b25!important;border-color:#4b638f!important}.theme-dark .model-card-meta,.theme-dark .model-temp-slider,.theme-dark .model-failure-error{background:#252525!important;border-color:#3e3e3e!important}.theme-dark .editor-scrollbar::-webkit-scrollbar-thumb,html.theme-dark ::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a)!important}.theme-dark textarea.editor-scrollbar::-webkit-scrollbar-track{background:var(--xy-scrollbar-track, transparent)!important}.theme-dark textarea.editor-scrollbar::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #9a9a9a)!important;border-color:transparent!important}.theme-dark .editor-scrollbar:hover::-webkit-scrollbar-thumb,html.theme-dark ::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}.theme-dark textarea.editor-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb-hover, #b0b0b0)!important}html.theme-test07{--background: 210 40% 98%;--foreground: 222 28% 15%;--card: 0 0% 100%;--card-foreground: 222 28% 15%;--popover: 0 0% 100%;--popover-foreground: 222 28% 15%;--muted: 210 22% 94%;--muted-foreground: 215 13% 44%;--accent: 210 28% 92%;--accent-foreground: 215 25% 25%;--border: 214 18% 86%;--input: 214 18% 86%;--ring: 210 22% 58%;--xy-scrollbar-thumb: #cbd5e1;--xy-scrollbar-thumb-hover: #94a3b8;--xy-custom-sidebar-bg: #f8fafc;--xy-custom-sidebar-active-bg: #ffffff;--xy-custom-content-selected-bg: #f1f5f9;--xy-custom-flow-group-bg: #f8fafc;--xy-detail-outline-number-selected: #64748b;--xy-detail-outline-number-used: #f1f5f9;--xy-detail-outline-number-has-outline: #f8fafc;--xy-detail-outline-number-no-outline: #ffffff;--xy-wa-titlebar: #f1f5f9;--xy-wa-toolbar: #f8fafc;--xy-wa-app-bg: #f8fafc;--xy-wa-panel: #ffffff;--xy-wa-border: #e2e8f0;--xy-wa-border-strong: #cbd5e1;--xy-wa-blue: #475569;--xy-wa-blue-hover: #334155;--xy-wa-active: #f1f5f9;--xy-wa-active-soft: #f8fafc;--xy-wa-accent-border: #cbd5e1;--xy-wa-text: #1e293b;--xy-wa-muted: #64748b;--xy-wa-faint: #94a3b8;--xy-wa-editor-bg: #ffffff;--xy-wa-cover-blue: #cbd5e1}html.theme-test07 body,.theme-test07,.theme-test07 [class*=bg-slate-50],.theme-test07 [class*=bg-gray-50],.theme-test07 [class*=bg-zinc-50]{background-color:#f8fafc!important;color:#1e293b!important}.theme-test07 [class*=bg-white],.theme-test07 [class*=bg-slate-100],.theme-test07 [class*=bg-gray-100],.theme-test07 [class*=bg-zinc-100]{background-color:#fff!important}.theme-test07 [class*=bg-brand],.theme-test07 [class*=bg-blue-500],.theme-test07 [class*="bg-[#08AACE]"]{background-color:#475569!important}.theme-test07 [class*=bg-brand-light],.theme-test07 [class*=bg-blue-50],.theme-test07 [class*=bg-sky-50],.theme-test07 [class*=bg-cyan-50],.theme-test07 [class*="bg-[#EAF9FD]"],.theme-test07 [class*="bg-[#E7F8FD]"]{background-color:#f1f5f9!important}.theme-test07 [class*="hover:bg-brand"]:hover,.theme-test07 [class*="hover:bg-blue"]:hover,.theme-test07 [class*="hover:bg-sky"]:hover,.theme-test07 [class*="hover:bg-cyan"]:hover,.theme-test07 [class*="hover:bg-[#0798b8]"]:hover,.theme-test07 [class*="hover:bg-[#078fb0]"]:hover{background-color:#334155!important}.theme-test07 [class*="hover:bg-gray"]:hover,.theme-test07 [class*="hover:bg-slate"]:hover{background-color:#f1f5f9!important}.theme-test07 [class*=border-brand],.theme-test07 [class*=border-blue],.theme-test07 [class*=border-sky],.theme-test07 [class*=border-cyan],.theme-test07 [class*="border-[#08AACE]"],.theme-test07 [class*="border-[#bdeef7]"],.theme-test07 [class*="border-[#9DEBFA]"]{border-color:#cbd5e1!important}.theme-test07 [class*=border-slate-],.theme-test07 [class*=border-gray-],.theme-test07 [class*=border-zinc-],.theme-test07 [class*=border-white]{border-color:#e2e8f0!important}.theme-test07 [class*=text-brand],.theme-test07 [class*=text-brand-dark],.theme-test07 [class*=text-blue],.theme-test07 [class*=text-sky],.theme-test07 [class*=text-cyan],.theme-test07 [class*="text-[#08AACE]"],.theme-test07 [class*="text-[#078fb0]"],.theme-test07 [class*="text-[#078FAE]"]{color:#475569!important}.theme-test07 [class*=text-slate-900],.theme-test07 [class*=text-slate-800],.theme-test07 [class*=text-gray-900],.theme-test07 [class*=text-gray-800],.theme-test07 [class*=text-zinc-900],.theme-test07 [class*=text-zinc-800]{color:#1e293b!important}.theme-test07 [class*=text-slate-700],.theme-test07 [class*=text-slate-600],.theme-test07 [class*=text-gray-700],.theme-test07 [class*=text-gray-600],.theme-test07 [class*=text-zinc-700],.theme-test07 [class*=text-zinc-600]{color:#475569!important}.theme-test07 [class*=text-slate-500],.theme-test07 [class*=text-slate-400],.theme-test07 [class*=text-gray-500],.theme-test07 [class*=text-gray-400],.theme-test07 [class*=text-zinc-500],.theme-test07 [class*=text-zinc-400]{color:#64748b!important}.theme-test07 input,.theme-test07 textarea,.theme-test07 select{background-color:#fff!important;border-color:#cbd5e1!important;color:#1e293b!important}.theme-test07 input::placeholder,.theme-test07 textarea::placeholder{color:#94a3b8!important}.theme-test07 .app-titlebar{background:var(--xy-wa-titlebar)!important;border-color:#cbd5e1!important}.theme-test07 .xy-dashboard-sidebar{background:#f8fafc!important;border-color:#e2e8f0!important;color:#334155!important}.theme-test07 .xy-dashboard-sidebar-footer{background:#f8fafc!important;border-color:#e2e8f0!important}.theme-test07 .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active){background:#fff!important;color:#475569!important}.theme-test07 .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active):hover{background:#f1f5f9!important;color:#1e293b!important}.theme-test07 .xy-dashboard-sidebar-active{background:#fff!important;color:#1e293b!important;border-color:#cbd5e1!important;box-shadow:inset 3px 0 #64748b,0 1px 2px #0f172a0f!important}.theme-test07 .xy-dashboard-sidebar-footer a{background:#475569!important;color:#fff!important}.theme-test07 .xy-dashboard-sidebar-footer a:hover{background:#334155!important;color:#fff!important}.theme-test07 .workspace-tab-active{background:#fff!important;border-color:#cbd5e1!important;border-bottom-color:#fff!important;color:#1e293b!important}.theme-test07 .workspace-tab-home{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#334155!important}.theme-test07 .workspace-tab-inactive{background:transparent!important;border-color:transparent!important;color:#64748b!important}.theme-test07 .workspace-tab-inactive:hover{background:transparent!important;border-color:transparent!important;color:#1e293b!important}.theme-test07 .script-editor-page,.theme-test07 .script-editor-page aside,.theme-test07 .script-editor-page section,.theme-test07 .script-editor-page main{background:#f8fafc!important}.theme-test07 .script-editor-topbar,.theme-test07 .script-editor-area-header,.theme-test07 .model-card,.theme-test07 .model-failure-panel,.theme-test07 .model-card-meta,.theme-test07 .model-temp-slider,.theme-test07 .model-failure-error{background:#fff!important;border-color:#e2e8f0!important}.theme-test07 .script-editor-page textarea,.theme-test07 .xy-wa-editor-surface{background:#fff!important;color:#1e293b!important}.theme-test07 .editor-scrollbar::-webkit-scrollbar-thumb,html.theme-test07 ::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #cbd5e1)!important}.theme-test07 .editor-scrollbar:hover::-webkit-scrollbar-thumb,html.theme-test07 ::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #94a3b8)!important}html.theme-shuimo{--background: 42 35% 94%;--foreground: 36 21% 13%;--card: 48 56% 99%;--card-foreground: 36 21% 13%;--popover: 48 56% 99%;--popover-foreground: 36 21% 13%;--muted: 39 28% 88%;--muted-foreground: 38 13% 43%;--accent: 192 78% 92%;--accent-foreground: 191 86% 30%;--border: 38 26% 78%;--input: 38 26% 78%;--ring: 190 92% 42%;--xy-scrollbar-thumb: #b8a78d;--xy-scrollbar-thumb-hover: #9f8d72;--xy-custom-sidebar-bg: #f2e9d8;--xy-custom-sidebar-active-bg: #eaf9fd;--xy-custom-content-selected-bg: #eaf9fd;--xy-custom-flow-group-bg: #f6ebd7;--xy-detail-outline-number-selected: #087f99;--xy-detail-outline-number-used: #eaf9fd;--xy-detail-outline-number-has-outline: #edf7f4;--xy-detail-outline-number-no-outline: #fffdf8;--xy-wa-titlebar: #efe7d8;--xy-wa-toolbar: #fbf7ef;--xy-wa-app-bg: #f5f0e6;--xy-wa-panel: #fffdf8;--xy-wa-border: #e2d7c6;--xy-wa-border-strong: #9debfa;--xy-wa-blue: #08aace;--xy-wa-blue-hover: #078fae;--xy-wa-active: #eaf9fd;--xy-wa-active-soft: #f4fbfc;--xy-wa-accent-border: #bdeef7;--xy-wa-text: #25211b;--xy-wa-muted: #7d715f;--xy-wa-faint: #a99c88;--xy-wa-editor-bg: #fffdf8;--xy-wa-cover-blue: #93dce8}html.theme-shuimo body,.theme-shuimo,.theme-shuimo [class*=bg-slate-50],.theme-shuimo [class*=bg-gray-50],.theme-shuimo [class*=bg-zinc-50]{background-color:#f5f0e6!important;color:#25211b!important}.theme-shuimo [class*=bg-white],.theme-shuimo [class*=bg-slate-100],.theme-shuimo [class*=bg-gray-100],.theme-shuimo [class*=bg-zinc-100]{background-color:#fffdf8!important}.theme-shuimo [class*="bg-white/"],.theme-shuimo [class*="bg-slate-50/"],.theme-shuimo [class*="bg-gray-50/"]{background-color:#fffdf8e0!important}.theme-shuimo [class*=bg-brand],.theme-shuimo [class*=bg-blue-500]{background-color:#08aace!important}.theme-shuimo [class*=bg-brand-light],.theme-shuimo [class*=bg-blue-50],.theme-shuimo [class*=bg-sky-50],.theme-shuimo [class*=bg-cyan-50]{background-color:#eaf9fd!important}.theme-shuimo [class*=bg-orange-50],.theme-shuimo [class*=bg-amber-50],.theme-shuimo [class*=bg-yellow-]{background-color:#f6ebd7!important}.theme-shuimo [class*=bg-red-50]{background-color:#dc26261f!important}.theme-shuimo [class*="hover:bg-brand"]:hover,.theme-shuimo [class*="hover:bg-blue"]:hover,.theme-shuimo [class*="hover:bg-sky"]:hover,.theme-shuimo [class*="hover:bg-cyan"]:hover{background-color:#ddf5fb!important}.theme-shuimo [class*="hover:bg-gray"]:hover,.theme-shuimo [class*="hover:bg-slate"]:hover{background-color:#f0e5d4!important}.theme-shuimo [class*=border-brand],.theme-shuimo [class*=border-blue],.theme-shuimo [class*=border-sky],.theme-shuimo [class*=border-cyan]{border-color:#9debfa!important}.theme-shuimo [class*=border-orange],.theme-shuimo [class*=border-amber],.theme-shuimo [class*=border-slate-],.theme-shuimo [class*=border-gray-],.theme-shuimo [class*=border-zinc-],.theme-shuimo [class*=border-white]{border-color:#e2d7c6!important}.theme-shuimo [class*=text-brand],.theme-shuimo [class*=text-brand-dark],.theme-shuimo [class*=text-blue],.theme-shuimo [class*=text-sky],.theme-shuimo [class*=text-cyan]{color:#087f99!important}.theme-shuimo [class*=text-orange],.theme-shuimo [class*=text-amber]{color:#8a5a18!important}.theme-shuimo [class*=text-white]{color:#fffdf8!important}.theme-shuimo [class*=text-slate-900],.theme-shuimo [class*=text-slate-800],.theme-shuimo [class*=text-gray-900],.theme-shuimo [class*=text-gray-800],.theme-shuimo [class*=text-zinc-900],.theme-shuimo [class*=text-zinc-800]{color:#25211b!important}.theme-shuimo [class*=text-slate-700],.theme-shuimo [class*=text-slate-600],.theme-shuimo [class*=text-gray-700],.theme-shuimo [class*=text-gray-600],.theme-shuimo [class*=text-zinc-700],.theme-shuimo [class*=text-zinc-600]{color:#5e5346!important}.theme-shuimo [class*=text-slate-500],.theme-shuimo [class*=text-slate-400],.theme-shuimo [class*=text-gray-500],.theme-shuimo [class*=text-gray-400],.theme-shuimo [class*=text-zinc-500],.theme-shuimo [class*=text-zinc-400]{color:#7d715f!important}.theme-shuimo input,.theme-shuimo textarea,.theme-shuimo select{background-color:#fffdf8!important;border-color:#d8cdbb!important;color:#25211b!important}.theme-shuimo input::placeholder,.theme-shuimo textarea::placeholder{color:#a99c88!important}.theme-shuimo .app-titlebar{background:var(--xy-wa-titlebar)!important;border-color:#d8cdbb!important}.theme-shuimo .xy-dashboard-sidebar{background:#f2e9d8!important;border-color:#d8cdbb!important;color:#3b3730!important}.theme-shuimo .xy-dashboard-sidebar-footer{background:#f2e9d8!important;border-color:#d8cdbb!important}.theme-shuimo .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active){background:#fffdf8!important;color:#3b3730!important}.theme-shuimo .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active):hover{background:#f4fbfc!important;color:#25211b!important}.theme-shuimo .xy-dashboard-sidebar-active{background:#eaf9fd!important;color:#087f99!important}.theme-shuimo .xy-dashboard-sidebar-footer a{background:#08aace!important;color:#fffdf8!important}.theme-shuimo .xy-dashboard-sidebar-footer a:hover{background:#078fae!important;color:#fffdf8!important}.theme-shuimo [class*="bg-[#f7faff]"],.theme-shuimo [class*="bg-[#fbfbfc]"],.theme-shuimo [class*="bg-[#fbfdff]"]{background-color:#fffdf8!important}.theme-shuimo [class*="hover:bg-[#f6f9ff]"]:hover{background-color:#f4fbfc!important}.theme-shuimo [class*="border-[#dfe5ec]"],.theme-shuimo [class*="border-[#d7dce4]"],.theme-shuimo [class*="border-[#e6e8ec]"]{border-color:#e2d7c6!important}.theme-shuimo .workspace-tab-active{background:#fffdf8!important;border-color:#d8cdbb!important;border-bottom-color:#fffdf8!important;color:#25211b!important}.theme-shuimo .workspace-tab-home{background:#eaf9fd!important;border-color:#9debfa!important;color:#087f99!important}.theme-shuimo .workspace-tab-inactive{background:transparent!important;border-color:transparent!important;color:#7d715f!important}.theme-shuimo .workspace-tab-inactive:hover{background:transparent!important;border-color:transparent!important;color:#25211b!important}.theme-shuimo .workspace-tab-accent{background:#08aace!important}.theme-shuimo .script-editor-page,.theme-shuimo .script-editor-page aside,.theme-shuimo .script-editor-page section,.theme-shuimo .script-editor-page main{background:#f5f0e6!important}.theme-shuimo .script-editor-topbar,.theme-shuimo .script-editor-area-header{background:#fbf7ef!important;border-color:#e2d7c6!important}.theme-shuimo .script-editor-group-toggle{background:#fffdf8!important;border-color:#d8cdbb!important;color:#25211b!important}.theme-shuimo .script-editor-group-toggle:hover{background:#f4fbfc!important}.theme-shuimo .script-editor-chapter-idle,.theme-shuimo .script-editor-number-idle,.theme-shuimo .script-editor-material-idle{background:transparent!important;border-color:#d8cdbb!important;color:#5e5346!important}.theme-shuimo .script-editor-chapter-idle:hover,.theme-shuimo .script-editor-number-idle:hover,.theme-shuimo .script-editor-material-idle:hover{background:#fffdf8!important;border-color:#bdeef7!important;color:#25211b!important}.theme-shuimo .script-editor-chapter-active,.theme-shuimo .script-editor-number-active,.theme-shuimo .script-editor-material-active,.theme-shuimo .script-editor-mode-active{background:#eaf9fd!important;border-color:#9debfa!important;color:#087f99!important}.theme-shuimo .script-editor-mode-idle{background:#fffdf8!important;color:#5e5346!important}.theme-shuimo .script-editor-mode-idle:hover{background:#f4fbfc!important;color:#25211b!important}.theme-shuimo .script-editor-page textarea,.theme-shuimo .xy-wa-editor-surface{background:#fffdf8!important;color:#25211b!important}.theme-shuimo .model-card,.theme-shuimo .model-failure-panel,.theme-shuimo .model-card-meta,.theme-shuimo .model-temp-slider,.theme-shuimo .model-failure-error{background:#fffdf8!important;border-color:#e2d7c6!important}.theme-shuimo .editor-scrollbar::-webkit-scrollbar-thumb,html.theme-shuimo ::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #b8a78d)!important}.theme-shuimo .editor-scrollbar:hover::-webkit-scrollbar-thumb,html.theme-shuimo ::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #9f8d72)!important}html.theme-shuimo2{--background: 38 44% 90%;--foreground: 32 35% 14%;--card: 40 78% 96%;--card-foreground: 32 35% 14%;--popover: 40 78% 96%;--popover-foreground: 32 35% 14%;--muted: 37 38% 84%;--muted-foreground: 32 22% 40%;--accent: 34 48% 82%;--accent-foreground: 30 42% 26%;--border: 35 38% 73%;--input: 35 38% 73%;--ring: 32 34% 49%;--xy-scrollbar-thumb: #c0a57b;--xy-scrollbar-thumb-hover: #a98253;--xy-custom-sidebar-bg: #ebdcc3;--xy-custom-sidebar-active-bg: #f0d8b8;--xy-custom-content-selected-bg: #efd7b7;--xy-custom-flow-group-bg: #ebdcc3;--xy-detail-outline-number-selected: #7c5732;--xy-detail-outline-number-used: #f4e8d5;--xy-detail-outline-number-has-outline: #f7eedc;--xy-detail-outline-number-no-outline: #fff8ec;--xy-wa-titlebar: #e8d6bd;--xy-wa-toolbar: #f7eedc;--xy-wa-app-bg: #f4e9d8;--xy-wa-panel: #fff8ec;--xy-wa-border: #d5bfa0;--xy-wa-border-strong: #cdaf87;--xy-wa-blue: #7c5732;--xy-wa-blue-hover: #654524;--xy-wa-active: #ead2ae;--xy-wa-active-soft: #f4e8d5;--xy-wa-accent-border: #cdaf87;--xy-wa-text: #2d241a;--xy-wa-muted: #7c674e;--xy-wa-faint: #a88e6b;--xy-wa-editor-bg: #fff8ec;--xy-wa-cover-blue: #d7b782;--xy-floating-backplate-bg: #fff8ec}html.theme-shuimo2 body,.theme-shuimo2,.theme-shuimo2 [class*=bg-slate-50],.theme-shuimo2 [class*=bg-gray-50],.theme-shuimo2 [class*=bg-zinc-50]{background-color:#f4e9d8!important;color:#2d241a!important}.theme-shuimo2 [class*=bg-white],.theme-shuimo2 [class*=bg-slate-100],.theme-shuimo2 [class*=bg-gray-100],.theme-shuimo2 [class*=bg-zinc-100]{background-color:#fff8ec!important}.theme-shuimo2 [class*="bg-white/"],.theme-shuimo2 [class*="bg-slate-50/"],.theme-shuimo2 [class*="bg-gray-50/"]{background-color:#fff8ece6!important}.theme-shuimo2 [class*=bg-brand],.theme-shuimo2 [class*=bg-blue-500],.theme-shuimo2 [class*=bg-sky-500],.theme-shuimo2 [class*=bg-cyan-500],.theme-shuimo2 [class*="bg-[#08AACE]"],.theme-shuimo2 [class*="hover:bg-[#0798b8]"]:hover,.theme-shuimo2 [class*="hover:bg-[#078fb0]"]:hover{background-color:#7c5732!important}.theme-shuimo2 [class*=bg-brand-light],.theme-shuimo2 [class*=bg-blue-50],.theme-shuimo2 [class*=bg-sky-50],.theme-shuimo2 [class*=bg-cyan-50],.theme-shuimo2 [class*="bg-[#F4FBFC]"],.theme-shuimo2 [class*="bg-[#EAF9FD]"],.theme-shuimo2 [class*="bg-[#E7F8FD]"],.theme-shuimo2 [class*="bg-[#f2fbfd]"],.theme-shuimo2 [class*="bg-[#f7fdff]"],.theme-shuimo2 [class*="hover:bg-brand-light"]:hover,.theme-shuimo2 [class*="hover:bg-blue-50"]:hover,.theme-shuimo2 [class*="hover:bg-sky-50"]:hover,.theme-shuimo2 [class*="hover:bg-cyan-50"]:hover,.theme-shuimo2 [class*="hover:bg-[#F4FBFC]"]:hover,.theme-shuimo2 [class*="hover:bg-[#EAF9FD]"]:hover,.theme-shuimo2 [class*="hover:bg-[#f2fbfd]"]:hover,.theme-shuimo2 [class*="hover:bg-[#f7fdff]"]:hover{background-color:#f4e8d5!important}.theme-shuimo2 [class*=bg-red-50],.theme-shuimo2 [class*=bg-rose-50],.theme-shuimo2 [class*="hover:bg-red-50"]:hover,.theme-shuimo2 [class*="hover:bg-rose-50"]:hover{background-color:#f2d9cf!important}.theme-shuimo2 [class*=bg-red-500],.theme-shuimo2 [class*=bg-red-600],.theme-shuimo2 [class*="bg-[#DC2626]"],.theme-shuimo2 [class*="hover:bg-red-600"]:hover,.theme-shuimo2 [class*="hover:bg-red-700"]:hover{background-color:#9b4739!important}.theme-shuimo2 [class*=bg-orange-50],.theme-shuimo2 [class*=bg-amber-50],.theme-shuimo2 [class*=bg-yellow-],.theme-shuimo2 mark{background-color:#f2deba!important}.theme-shuimo2 [class*=border-brand],.theme-shuimo2 [class*=border-blue],.theme-shuimo2 [class*=border-sky],.theme-shuimo2 [class*=border-cyan],.theme-shuimo2 [class*="border-[#08AACE]"],.theme-shuimo2 [class*="border-[#bdeef7]"],.theme-shuimo2 [class*="border-[#9DEBFA]"]{border-color:#cdaf87!important}.theme-shuimo2 [class*=border-red],.theme-shuimo2 [class*=border-rose]{border-color:#d8ad9e!important}.theme-shuimo2 [class*=border-slate-],.theme-shuimo2 [class*=border-gray-],.theme-shuimo2 [class*=border-zinc-],.theme-shuimo2 [class*=border-white],.theme-shuimo2 [class*="border-[#dfe5ec]"],.theme-shuimo2 [class*="border-[#d7dce4]"],.theme-shuimo2 [class*="border-[#e6e8ec]"]{border-color:#d5bfa0!important}.theme-shuimo2 [class*=text-brand],.theme-shuimo2 [class*=text-brand-dark],.theme-shuimo2 [class*=text-blue],.theme-shuimo2 [class*=text-sky],.theme-shuimo2 [class*=text-cyan],.theme-shuimo2 [class*="text-[#08AACE]"],.theme-shuimo2 [class*="text-[#078fb0]"],.theme-shuimo2 [class*="text-[#078FAE]"]{color:#7c5732!important}.theme-shuimo2 [class*=text-red],.theme-shuimo2 [class*=text-rose]{color:#9b4739!important}.theme-shuimo2 [class*=text-orange],.theme-shuimo2 [class*=text-amber],.theme-shuimo2 [class*=text-yellow]{color:#9a6a2d!important}.theme-shuimo2 [class*=text-white]{color:#fff8ec!important}.theme-shuimo2 [class*=text-slate-900],.theme-shuimo2 [class*=text-slate-800],.theme-shuimo2 [class*=text-gray-900],.theme-shuimo2 [class*=text-gray-800],.theme-shuimo2 [class*=text-zinc-900],.theme-shuimo2 [class*=text-zinc-800]{color:#2d241a!important}.theme-shuimo2 [class*=text-slate-700],.theme-shuimo2 [class*=text-slate-600],.theme-shuimo2 [class*=text-gray-700],.theme-shuimo2 [class*=text-gray-600],.theme-shuimo2 [class*=text-zinc-700],.theme-shuimo2 [class*=text-zinc-600]{color:#5d4a35!important}.theme-shuimo2 [class*=text-slate-500],.theme-shuimo2 [class*=text-slate-400],.theme-shuimo2 [class*=text-gray-500],.theme-shuimo2 [class*=text-gray-400],.theme-shuimo2 [class*=text-zinc-500],.theme-shuimo2 [class*=text-zinc-400]{color:#7c674e!important}.theme-shuimo2 input,.theme-shuimo2 textarea,.theme-shuimo2 select{background-color:#fff8ec!important;border-color:#cdaf87!important;color:#2d241a!important}.theme-shuimo2 input::placeholder,.theme-shuimo2 textarea::placeholder{color:#a88e6b!important}.theme-shuimo2 .app-titlebar{background:var(--xy-wa-titlebar)!important;border-color:#d5bfa0!important}.theme-shuimo2 .xy-dashboard-sidebar{background:#e4d1b3!important;border-color:#d5bfa0!important;color:#2d241a!important}.theme-shuimo2 .xy-dashboard-sidebar-footer{background:#e4d1b3!important;border-color:#d5bfa0!important}.theme-shuimo2 .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active){background:#fff8ec!important;color:#5d4a35!important}.theme-shuimo2 .xy-dashboard-sidebar a:not(.xy-dashboard-sidebar-active):hover{background:#f4e8d5!important;color:#2d241a!important}.theme-shuimo2 .xy-dashboard-sidebar-active{background:#f0d8b8!important;color:#7c5732!important;border-color:#cdaf87!important}.theme-shuimo2 .xy-dashboard-sidebar-footer a{background:#7c5732!important;color:#fff8ec!important}.theme-shuimo2 .xy-dashboard-sidebar-footer a:hover{background:#654524!important;color:#fff8ec!important}.theme-shuimo2 .workspace-tab-active{background:#fff8ec!important;border-color:#cdaf87!important;border-bottom-color:#fff8ec!important;color:#2d241a!important}.theme-shuimo2 .workspace-tab-home{background:#ead2ae!important;border-color:#cdaf87!important;color:#7c5732!important}.theme-shuimo2 .workspace-tab-inactive{background:transparent!important;border-color:transparent!important;color:#7c674e!important}.theme-shuimo2 .workspace-tab-inactive:hover{background:transparent!important;border-color:transparent!important;color:#2d241a!important}.theme-shuimo2 .workspace-tab-accent{background:#7c5732!important}.theme-shuimo2 .script-editor-page,.theme-shuimo2 .script-editor-page aside,.theme-shuimo2 .script-editor-page section,.theme-shuimo2 .script-editor-page main{background:#f4e9d8!important}.theme-shuimo2 .script-editor-topbar,.theme-shuimo2 .script-editor-area-header,.theme-shuimo2 .model-card,.theme-shuimo2 .model-failure-panel,.theme-shuimo2 .model-card-meta,.theme-shuimo2 .model-temp-slider,.theme-shuimo2 .model-failure-error{background:#fff8ec!important;border-color:#d5bfa0!important}.theme-shuimo2 .script-editor-group-toggle{background:#fff8ec!important;border-color:#cdaf87!important;color:#2d241a!important}.theme-shuimo2 .script-editor-group-toggle:hover{background:#f4e8d5!important}.theme-shuimo2 .script-editor-chapter-idle,.theme-shuimo2 .script-editor-number-idle,.theme-shuimo2 .script-editor-material-idle{background:transparent!important;border-color:#d5bfa0!important;color:#5d4a35!important}.theme-shuimo2 .script-editor-chapter-idle:hover,.theme-shuimo2 .script-editor-number-idle:hover,.theme-shuimo2 .script-editor-material-idle:hover{background:#fff8ec!important;border-color:#cdaf87!important;color:#2d241a!important}.theme-shuimo2 .script-editor-chapter-active,.theme-shuimo2 .script-editor-number-active,.theme-shuimo2 .script-editor-material-active,.theme-shuimo2 .script-editor-mode-active{background:#ead2ae!important;border-color:#cdaf87!important;color:#7c5732!important}.theme-shuimo2 .script-editor-mode-idle{background:#fff8ec!important;color:#5d4a35!important}.theme-shuimo2 .script-editor-mode-idle:hover{background:#f4e8d5!important;color:#2d241a!important}.theme-shuimo2 .script-editor-page textarea,.theme-shuimo2 .xy-wa-editor-surface{background:#fff8ec!important;color:#2d241a!important}.theme-shuimo2 .xy-selected-mint-bg,.theme-shuimo2 .xy-selected-mint-bg:hover,.theme-shuimo2 .xy-selected-content-bg,.theme-shuimo2 .xy-selected-content-bg:hover{background-color:#efd7b7!important;border-color:#cdaf87!important;color:#2d241a!important}.theme-shuimo2 .xy-selected-mint-bg,.theme-shuimo2 .xy-selected-mint-bg:hover{position:relative;overflow:hidden;background-color:#fff8ec!important;border-color:#b8a78d!important;color:#2d241a!important;box-shadow:0 6px 14px #56381a29!important}.theme-shuimo2 .xy-selected-mint-bg:before{content:"";position:absolute;left:.85rem;top:50%;z-index:1;width:1rem;height:1rem;background-color:#8a5a18;transform:translateY(-50%);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat}.theme-shuimo2 .xy-chapter-sidebar-row.xy-selected-mint-bg:before{content:none}.theme-shuimo2 .xy-selected-mint-bg>div{padding-left:.5rem}.theme-shuimo2 .xy-selected-mint-bg .text-\[\#08AACE\]{color:#7c5732!important}.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed input,.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed textarea{border-color:#cdaf87!important;background-color:#fff8ec!important;color:#2d241a!important}.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed label,.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed:has(input) label,.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed:focus-within label,.theme-shuimo2 .xy-floating-field.xy-floating-outline-fixed.xy-has-value label{background-color:#fff8ec!important;color:#2d241a!important;box-shadow:0 0 0 1px #fff8ec}.theme-shuimo2 .xy-floating-title-count,.theme-shuimo2 .xy-floating-title-count span{background-color:#fff8ec!important;color:#5d4a35!important;box-shadow:0 0 0 1px #fff8ec}.theme-shuimo2 .xy-floating-title-count span{color:#7c5732!important}.theme-shuimo2 .editor-scrollbar::-webkit-scrollbar-thumb,html.theme-shuimo2 ::-webkit-scrollbar-thumb{background:var(--xy-scrollbar-thumb, #c0a57b)!important}.theme-shuimo2 .editor-scrollbar:hover::-webkit-scrollbar-thumb,html.theme-shuimo2 ::-webkit-scrollbar-thumb:hover{background:var(--xy-scrollbar-thumb-hover, #a98253)!important}.xy-capsule-group{display:inline-flex;align-items:stretch;overflow:hidden;border-radius:8px;border:1px solid #e2e8f0;background:#fff;box-shadow:none}.xy-capsule-group>*+*{border-left:1px solid #e2e8f0}.xy-capsule-button{display:inline-flex;min-height:2rem;align-items:center;justify-content:center;gap:.375rem;padding:0 .75rem;font-size:.875rem;font-weight:900;color:#334155;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.xy-capsule-button:hover,.xy-capsule-button.xy-active{background:#eaf9fd;color:#078fb0}.xy-capsule-button.xy-danger{color:#ef4444}.xy-capsule-button.xy-danger:hover,.xy-capsule-button.xy-danger.xy-active{background:#fef2f2;color:#dc2626}.xy-capsule-button:disabled{cursor:not-allowed;background:#f8fafc;color:#cbd5e1}.xy-work-info-primary{background:#e7f8fd;color:#08aace}.xy-work-info-primary:hover,.xy-work-info-primary.xy-active{background:#d8f3fb;color:#078fb0}.xy-flow-status-group{overflow:visible;border:1px solid #d8e1ec;border-radius:9px;background:#fff;box-shadow:none}.xy-flow-status-button{position:relative;min-height:2.5rem;min-width:5.875rem;flex-direction:column;gap:.125rem;border:1px solid #d8e1ec;background:#fff;padding:0 .5rem;color:#1f2933;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.xy-flow-status-group>*+*{margin-left:-1px}.xy-flow-status-group .xy-flow-status-button:first-child{margin-left:0;border-radius:8px 0 0 8px}.xy-flow-status-group .xy-flow-status-button:last-child{border-radius:0 8px 8px 0}.xy-flow-status-group .xy-flow-status-button:only-child{border-radius:8px}.xy-flow-status-button:hover{border-color:var(--xy-wa-accent-border);background:var(--xy-wa-active-soft);color:var(--xy-wa-blue)}.xy-flow-status-button.xy-flow-warning:hover{border-color:#f2bf84;background:#fff7ed}.xy-flow-status-button.xy-active{z-index:10;border-color:#8fe4f2;background:var(--xy-custom-flow-group-bg);color:var(--xy-wa-blue);box-shadow:none}.xy-flow-status-title{font-size:.8125rem;font-weight:900;line-height:1;white-space:nowrap}.xy-flow-status-meta{max-width:4.5rem;overflow:hidden;padding:0;color:#64748b;font-size:.5625rem;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.xy-flow-status-meta-warning{color:#c26a19}.xy-work-info-neon-button{--work-info-color: #22f078;--work-info-border: 2px;position:relative;display:inline-flex;min-height:2.25rem;min-width:8.5rem;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:999px;background:#fff;padding:0 1.25rem;color:var(--work-info-color);cursor:pointer;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;font-size:1.06rem;font-weight:900;letter-spacing:0;line-height:1;text-decoration:none;text-shadow:none;text-transform:none;-webkit-font-smoothing:antialiased;transition:background-color .18s ease,box-shadow .18s ease}.xy-work-info-neon-button:hover{background:#fff;box-shadow:inset 0 0 0 1px #22f07857,0 2px 8px #22f07824}.xy-work-info-neon-actual,.xy-work-info-neon-hover{display:block;white-space:nowrap}.xy-work-info-neon-hover{position:absolute;inset:0;box-sizing:border-box;width:0;overflow:hidden;border-right:var(--work-info-border) solid var(--work-info-color);color:var(--work-info-color);display:flex;align-items:center;justify-content:center;transition:width .5s;text-shadow:none;-webkit-font-smoothing:antialiased}.xy-work-info-neon-button:hover .xy-work-info-neon-hover,.xy-work-info-neon-button:focus-visible .xy-work-info-neon-hover{width:100%;filter:none}.xy-work-info-neon-button:focus-visible{outline:2px solid rgba(34,240,120,.42);outline-offset:2px}.xy-animated-checkbox{display:inline-flex;align-items:center;gap:.5rem;height:2rem;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;border:1px solid #e5e7eb;background:#fff;padding:0 .75rem;font-size:.75rem;font-weight:800;color:#475569;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.xy-animated-checkbox:hover,.xy-animated-checkbox:focus-within{border-color:#08aace;color:#08aace;background:#f7fdff}.xy-animated-checkbox input[type=checkbox]{display:none;visibility:hidden}.xy-animated-checkbox-box{position:relative;display:inline-block;width:18px;height:18px;flex:0 0 auto;overflow:visible;border:1px solid #9098a9;border-radius:3px;transform:scale(1);transition:all .2s ease}.xy-animated-checkbox-box svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-dasharray:16px;stroke-dashoffset:16px;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:all .3s ease .1s}.xy-animated-checkbox-box:before{content:"";display:block;width:100%;height:100%;border-radius:50%;background:#08aace;opacity:1;transform:scale(0)}.xy-animated-checkbox:hover .xy-animated-checkbox-box{border-color:#08aace}.xy-animated-checkbox input[type=checkbox]:checked+.xy-animated-checkbox-box{border-color:#08aace;background:#08aace;animation:xy-checkbox-wave .4s ease}.xy-animated-checkbox input[type=checkbox]:checked+.xy-animated-checkbox-box svg{stroke-dashoffset:0}.xy-animated-checkbox input[type=checkbox]:checked+.xy-animated-checkbox-box:before{opacity:0;transform:scale(3.5);transition:all .6s ease}@keyframes xy-checkbox-wave{50%{transform:scale(.9)}}.xy-font-size-stepper{display:inline-flex;align-items:center;width:5.52rem;height:1.76rem}.xy-font-size-stepper-button{display:inline-flex;width:1.76rem;height:1.76rem;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#f3f4f6;color:#111827;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.xy-font-size-stepper-button:hover:not(:disabled){background:#e5e7eb}.xy-font-size-stepper-button:focus{outline:none;box-shadow:0 0 0 2px #f3f4f6}.xy-font-size-stepper-button:disabled{cursor:not-allowed;opacity:.45}.xy-font-size-stepper-decrement{border-radius:.32rem 0 0 .32rem}.xy-font-size-stepper-increment{border-radius:0 .32rem .32rem 0}.xy-font-size-stepper-icon{width:.48rem;height:.48rem}.xy-font-size-stepper-input{display:block;width:2rem;height:1.76rem;border:1px solid #d1d5db;border-right:0;border-left:0;background:#f9fafb;padding:.4rem 0;text-align:center;font-size:.875rem;font-weight:800;color:#111827;outline:none}.xy-arrow-action-button{--xy-arrow-button-height: 3rem;--xy-arrow-button-circle: 3rem;position:relative;display:inline-flex;min-width:9.5rem;height:var(--xy-arrow-button-height);align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:999px;background:transparent;padding:0 1.25rem 0 calc(var(--xy-arrow-button-circle) + .875rem);color:#07a1c4;cursor:pointer;font-weight:900;line-height:1;white-space:nowrap}.xy-arrow-action-button:before{content:"";position:absolute;left:0;top:50%;z-index:0;width:var(--xy-arrow-button-circle);height:var(--xy-arrow-button-circle);border-radius:999px;background:#07a1c4;transform:translateY(-50%);transition:width .35s cubic-bezier(.65,0,.076,1)}.xy-arrow-action-icon{position:absolute;left:0;top:50%;z-index:2;display:grid;width:var(--xy-arrow-button-circle);height:var(--xy-arrow-button-circle);place-items:center;color:#fff;pointer-events:none;transform:translateY(-50%);transition:transform .35s cubic-bezier(.65,0,.076,1)}.xy-arrow-action-text{position:relative;z-index:1;min-width:0;transition:color .35s cubic-bezier(.65,0,.076,1)}.xy-arrow-action-button:hover:before{width:100%}.xy-arrow-action-button:hover .xy-arrow-action-icon{transform:translate(.375rem,-50%)}.xy-arrow-action-button:hover .xy-arrow-action-text{color:#fff}.xy-arrow-action-button:active{transform:scale(.98)}.xy-arrow-action-button.xy-arrow-action-compact{--xy-arrow-button-height: 2.25rem;--xy-arrow-button-circle: 2.25rem;min-width:7.75rem;padding-left:calc(var(--xy-arrow-button-circle) + .625rem);padding-right:.875rem;font-size:.875rem}.xy-theme-trigger-button{display:inline-flex;height:2rem;align-items:center;justify-content:center;border:1px solid #d8dbe0;border-radius:999px;background:#fff;padding:0 .875rem;color:#475569;cursor:pointer;font-size:.8125rem;font-weight:900;line-height:1;box-shadow:0 1px 2px #0f172a14;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.xy-theme-trigger-button:hover{border-color:#08aace;background:#eaf9fd;color:#0f172a}.xy-theme-trigger-button:active{transform:scale(.98)}.xy-theme-trigger-label{display:block}.xy-theme-trigger-button.xy-light-active{color:#475569}.xy-theme-trigger-button.xy-shuimo-active{border-color:#d8cdbb;background:#fffdf8;color:#5e5346}.xy-theme-trigger-button.xy-shuimo2-active{border-color:#cdaf87;background:#fff8ec;color:#7c5732}.xy-theme-trigger-button.xy-test07-active{border-color:#cbd5e1;background:#fff;color:#334155}.theme-shuimo .xy-theme-trigger-button{color:#5e5346}.theme-shuimo .xy-theme-trigger-button:hover{border-color:#9debfa;background:#eaf9fd;color:#087f99}.theme-shuimo2 .xy-theme-trigger-button{border-color:#cdaf87;background:#fff8ec;color:#7c5732}.theme-shuimo2 .xy-theme-trigger-button:hover{border-color:#a98253;background:#f4e8d5;color:#654524}.theme-test07 .xy-theme-trigger-button{border-color:#cbd5e1;background:#fff;color:#334155}.theme-test07 .xy-theme-trigger-button:hover{border-color:#94a3b8;background:#f1f5f9;color:#1e293b}.xy-theme-menu{border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;box-shadow:0 18px 42px #0f172a29}.xy-theme-option{display:grid;min-height:2.5rem;width:100%;grid-template-columns:1.25rem minmax(0,1fr);align-items:center;gap:.5rem;border-radius:6px;padding:0 .625rem;color:#334155;text-align:left;font-size:.8125rem;font-weight:800;transition:background-color .16s ease,color .16s ease}.xy-theme-option:hover{background:#f1f5f9;color:#0f172a}.xy-theme-option-active,.xy-theme-option-active:hover{background:#e7f8fd;color:#087f99}.xy-theme-option-mark{text-align:center;font-size:.875rem;font-weight:900}.xy-theme-option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-dark .xy-theme-menu{border-color:#444;background:#2d2d2d;color:#ededed;box-shadow:0 18px 42px #00000052}.theme-dark .xy-theme-option{color:#cfcfcf}.theme-dark .xy-theme-option:hover,.theme-dark .xy-theme-option-active,.theme-dark .xy-theme-option-active:hover{background:#3a3a3a;color:#fff}.theme-shuimo .xy-theme-menu{border-color:#d8cdbb;background:#fffdf8;color:#25211b;box-shadow:0 18px 42px #503a1c2e}.theme-shuimo .xy-theme-option{color:#5e5346}.theme-shuimo .xy-theme-option:hover{background:#f4fbfc;color:#25211b}.theme-shuimo .xy-theme-option-active,.theme-shuimo .xy-theme-option-active:hover{background:#eaf9fd;color:#087f99}.theme-shuimo2 .xy-theme-menu{border-color:#cdaf87;background:#fff8ec;color:#2d241a;box-shadow:0 18px 42px #56381a2e}.theme-shuimo2 .xy-theme-option{color:#5d4a35}.theme-shuimo2 .xy-theme-option:hover{background:#f4e8d5;color:#2d241a}.theme-shuimo2 .xy-theme-option-active,.theme-shuimo2 .xy-theme-option-active:hover{background:#e9d4b8;color:#7c5732}.theme-test07 .xy-theme-menu{border-color:#cbd5e1;background:#fff;color:#1e293b;box-shadow:0 18px 42px #0f172a24}.theme-test07 .xy-theme-option{color:#475569}.theme-test07 .xy-theme-option:hover{background:#f8fafc;color:#1e293b}.theme-test07 .xy-theme-option-active,.theme-test07 .xy-theme-option-active:hover{background:#f1f5f9;color:#334155}.xy-radio-inputs{position:relative;display:flex;flex-wrap:wrap;border-radius:.75rem;background-color:#eee;box-sizing:border-box;box-shadow:0 0 0 1px #0000000f;padding:.25rem;font-size:.875rem}.xy-radio-option{flex:1 1 auto;min-height:2.25rem;border-radius:.625rem;padding:0 .75rem;text-align:center;font-weight:700;color:#334155;transition:all .15s ease-in-out}.xy-radio-option:hover{background-color:#ffffffa6}.xy-radio-option.xy-active{background-color:#fff;color:#08aace;font-weight:800;box-shadow:0 1px 2px #0f172a14}.xy-category-capsules{position:relative;display:inline-flex;max-width:100%;align-items:center;gap:.25rem;overflow-x:auto;border-radius:6px;background:transparent;padding:0;scrollbar-width:thin}.xy-category-capsules:after{display:none;content:none}.xy-category-capsule{position:relative;z-index:1;display:inline-flex;min-width:3.2rem;height:2rem;flex:0 0 auto;align-items:center;justify-content:center;gap:.28rem;border-radius:5px;padding:0 .7rem;color:var(--xy-wa-muted);font-size:.875rem;font-weight:600;line-height:1;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.xy-category-capsule:hover{background:#f2f6ff;color:var(--xy-wa-blue)}.xy-category-capsule.xy-active{background:var(--xy-wa-active);color:var(--xy-wa-text);box-shadow:none}.xy-category-capsule-count{font-size:.72em;font-weight:900;opacity:.72}.xy-novel-category-capsules{align-items:stretch;gap:0;overflow-x:auto;overflow-y:hidden;border:1px solid #d8e1ec;border-radius:9px;background:#fff}.xy-novel-category-capsules .xy-category-capsule{min-width:5rem;height:2.5rem;border-radius:0;background:#fff;padding:0 .85rem;color:#1f2933;font-size:.8125rem;font-weight:900;box-shadow:none}.xy-novel-category-capsules .xy-category-capsule:first-child{border-radius:8px 0 0 8px}.xy-novel-category-capsules .xy-category-capsule:last-child{border-radius:0 8px 8px 0}.xy-novel-category-capsules .xy-category-capsule:hover{background:var(--xy-wa-active-soft);color:var(--xy-wa-blue)}.xy-novel-category-capsules .xy-category-capsule.xy-active{background:var(--xy-custom-flow-group-bg);color:var(--xy-wa-blue)}.xy-category-capsule-delete{display:inline-flex;width:.8rem;height:.8rem;align-items:center;justify-content:center;border-radius:999px;color:#ef4444;font-size:.6rem;font-weight:900;opacity:.75}.xy-category-capsule-delete:hover{background:#fee2e2;opacity:1}.xy-ui132-search{position:relative;display:flex;width:min(100%,260px);max-width:260px;align-items:center;line-height:28px}.xy-ui132-search input{width:100%;height:36px;border:1px solid var(--xy-wa-border);border-radius:6px;background-color:#f5f6f8;padding:0 1rem 0 2.5rem;color:#0d0c22;line-height:28px;outline:0;transition:.3s ease}.xy-ui132-search input::placeholder{color:#9e9ea7}.xy-ui132-search input:focus,.xy-ui132-search input:hover{border-color:var(--xy-wa-accent-border);background-color:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--xy-wa-blue) 10%,transparent)}.xy-ui132-search.xy-novel-search{width:min(100%,190px);max-width:190px}.xy-ui132-search.xy-novel-search input,.xy-ui132-search.xy-novel-search input:focus,.xy-ui132-search.xy-novel-search input:hover{height:40px;background-color:#f5f6f6}.xy-ui132-search svg{position:absolute;left:1rem;z-index:1;width:1rem;height:1rem;color:#9e9ea7;pointer-events:none}.xy-ui125-plus-button{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:transparent;color:#a1a1aa;cursor:pointer;outline:none;transition:transform .3s ease,color .3s ease}.xy-ui125-plus-button svg{width:1.9rem;height:1.9rem;stroke:currentColor;fill:none;transition:fill .3s ease,color .3s ease}.xy-ui125-plus-button:hover{color:#27272a;transform:rotate(90deg)}.xy-ui125-plus-button:hover svg{fill:#27272a}.xy-ui119-send-button{display:inline-flex;min-width:5.8rem;align-items:center;justify-content:center;gap:.35rem;border:0;border-radius:.75rem;background:#4169e1;color:#fff;padding:.5rem .9rem;font-size:.875rem;font-weight:900;cursor:pointer;transition:transform .2s ease,background-color .2s ease,opacity .2s ease}.xy-ui119-send-button:hover:not(:disabled){background:#3459d9}.xy-ui119-send-button:active:not(:disabled){transform:scale(.96)}.xy-ui119-send-button:disabled{cursor:not-allowed;opacity:.45}.xy-ui119-send-icon{display:grid;place-items:center;transition:transform .3s ease}.xy-ui119-send-button:hover:not(:disabled) .xy-ui119-send-icon{transform:translate(.25rem) rotate(45deg) scale(1.05)}.xy-ui109-loader{display:inline-flex;align-items:center;gap:.5rem;color:#08aace}.xy-ui109-loader svg{animation:xy-ui109-spin 1.2s linear infinite}.xy-ui109-loader span{width:1.75rem;height:1.75rem;border:4px solid #ffc800;border-top-color:#f0f;border-radius:999px;animation:xy-ui109-spin 1s ease-in-out infinite}@keyframes xy-ui109-spin{to{rotate:360deg}}.xy-radial-create{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#2563eb}.xy-radial-create-widget{--xy-radial-white: #ffffff;--xy-radial-soft: #f3f8ff;--xy-radial-border: #bfdbfe;--xy-radial-blue: #2563eb;position:relative;display:grid;width:9.5rem;height:9.5rem;place-items:center}.xy-radial-create-main{position:relative;z-index:3;display:grid;width:4.25rem;height:4.25rem;place-items:center;border:1px solid var(--xy-radial-border);border-radius:999px;background:var(--xy-radial-white);box-shadow:0 10px 20px #2563eb2e;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.xy-radial-create-plus{position:relative;width:1.55rem;height:1.55rem;transition:transform .35s ease}.xy-radial-create-plus:before,.xy-radial-create-plus:after{content:"";position:absolute;left:50%;top:50%;border-radius:999px;background:var(--xy-radial-blue);transform:translate(-50%,-50%)}.xy-radial-create-plus:before{width:100%;height:.22rem}.xy-radial-create-plus:after{width:.22rem;height:100%}.xy-radial-create-subs{position:absolute;inset:50% auto auto 50%;width:0;height:0}.xy-radial-create-sub{position:absolute;left:-1.25rem;top:-1.25rem;width:2.5rem;height:2.5rem;border:1px solid #dbeafe;border-radius:999px;background:var(--xy-radial-soft);box-shadow:0 8px 16px #0f172a14;opacity:0;transform:scale(.45);transition:transform .25s ease,opacity .25s ease,background-color .2s ease}.xy-radial-create-sub:before{content:"";position:absolute;inset:.82rem;border-radius:999px;background:#bfdbfe}.xy-radial-create-label{position:relative;z-index:4;font-size:1.05rem;font-weight:900;color:#2563eb}.xy-radial-create-card:hover .xy-radial-create-main,.xy-radial-create-card:focus-visible .xy-radial-create-main{background:#f8fbff;box-shadow:0 14px 28px #2563eb38;transform:scale(.95)}.xy-radial-create-card:hover .xy-radial-create-plus,.xy-radial-create-card:focus-visible .xy-radial-create-plus{transform:rotate(45deg)}.xy-radial-create-card:hover .xy-radial-create-sub,.xy-radial-create-card:focus-visible .xy-radial-create-sub{opacity:1}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(1),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(1){transform:translateY(-4.25rem) scale(1);transition-delay:.02s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(2),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(2){transform:translate(3rem,-3rem) scale(1);transition-delay:.04s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(3),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(3){transform:translate(4.25rem) scale(1);transition-delay:.06s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(4),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(4){transform:translate(3rem,3rem) scale(1);transition-delay:.08s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(5),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(5){transform:translateY(4.25rem) scale(1);transition-delay:.1s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(6),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(6){transform:translate(-3rem,3rem) scale(1);transition-delay:.12s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(7),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(7){transform:translate(-4.25rem) scale(1);transition-delay:.14s}.xy-radial-create-card:hover .xy-radial-create-sub:nth-child(8),.xy-radial-create-card:focus-visible .xy-radial-create-sub:nth-child(8){transform:translate(-3rem,-3rem) scale(1);transition-delay:.16s}.xy-floating-field{position:relative;width:100%;border-radius:1rem;background:transparent;line-height:0}.xy-floating-field input,.xy-floating-field textarea{display:block;width:100%;box-sizing:border-box;border:1.5px solid #111827;border-radius:1rem;background:#fff;padding:1rem;font-size:1rem;color:#111827;outline:none;box-shadow:none;transition:border .15s cubic-bezier(.4,0,.2,1)}.xy-floating-field textarea{resize:none;line-height:1.55}.xy-floating-field label{position:absolute;left:15px;top:0;color:#111827;pointer-events:none;transform:translateY(1rem);transform-origin:left center;line-height:1;transition:.15s cubic-bezier(.4,0,.2,1)}.xy-floating-field:has(input) label,.xy-floating-field.xy-floating-ai label{top:50%;transform:translateY(-50%)}.xy-floating-field input::placeholder,.xy-floating-field textarea::placeholder{color:transparent}.xy-floating-field.xy-floating-visible-placeholder input::placeholder,.xy-floating-field.xy-floating-visible-placeholder textarea::placeholder{color:#9ca3af;font-weight:600}.xy-floating-field.xy-structured-setting-field textarea::placeholder{font-size:.8125rem;line-height:1.65}.xy-floating-field:focus-within input,.xy-floating-field:focus-within textarea,.xy-floating-field.xy-has-value input,.xy-floating-field.xy-has-value textarea{border-color:#111827}.xy-floating-field:focus-within label,.xy-floating-field.xy-has-value label{top:0;transform:translateY(-50%) scale(.8);background-color:#fff;padding:0 .2em;color:#111827}.xy-floating-field.xy-floating-outline-fixed input,.xy-floating-field.xy-floating-outline-fixed textarea{border:2px solid #111827;border-radius:23px;padding:1.25rem;font-size:1rem}.xy-floating-field.xy-floating-outline-fixed input{height:66px;padding-top:0;padding-bottom:0}.xy-workbench-name-field{position:relative;align-self:flex-start;box-sizing:border-box;flex:0 0 232px;width:232px;min-width:232px;max-width:232px;height:48px;min-height:48px;max-height:48px;overflow:visible;border:2px solid #111827;border-radius:.75rem;background:#fff;--xy-floating-backplate-bg: #ffffff}.xy-workbench-name-field-caption{display:flex;position:absolute;z-index:3;top:0;left:24px;box-sizing:border-box;align-items:center;height:24px;width:max-content;max-width:calc(100% - 48px);color:#020617;font-family:inherit;font-size:1rem;font-weight:900;line-height:24px;padding:0 4px;white-space:nowrap;transform:translateY(-50%);pointer-events:none}.xy-workbench-name-field-input{appearance:none;display:block;box-sizing:border-box;position:absolute;left:0;right:0;bottom:0;width:100%;height:36px;border:0;border-radius:.75rem;background:transparent;padding:0 1.5rem 2px;color:#020617;font-family:inherit;font-size:1rem;font-weight:500;line-height:34px;outline:none;transform:none;box-shadow:none;transition:none}.xy-workbench-name-field-input::placeholder{color:#94a3b8}.xy-workbench-name-field-input:disabled{cursor:not-allowed;color:#020617;opacity:1}.theme-shuimo2 .xy-workbench-name-field{border-color:#cdaf87;background-color:#fff8ec}.theme-shuimo2 .xy-workbench-name-field-caption{background-color:#fff8ec;color:#5d4a35}.theme-shuimo2 .xy-workbench-name-field-input{color:#2d241a}.xy-floating-field.xy-floating-custom-field-size{width:var(--xy-field-width);max-width:100%}.xy-floating-field.xy-floating-custom-field-size input{height:var(--xy-field-height);font-size:var(--xy-field-font-size)}.xy-floating-field.xy-floating-outline-fixed textarea{padding-top:1.35rem}.xy-floating-field.xy-floating-outline-fixed label,.xy-floating-field.xy-floating-outline-fixed:has(input) label,.xy-floating-field.xy-floating-outline-fixed:focus-within label,.xy-floating-field.xy-floating-outline-fixed.xy-has-value label{top:0;left:22px;transform:translateY(-50%) scale(1);transition:none;background-color:#fff;padding:0 .35rem;color:#111827;font-size:1rem;font-weight:500;line-height:20px}.xy-floating-field.xy-floating-outline-compact-textarea textarea{border-radius:18px;padding:1.05rem 1rem .7rem;font-size:.875rem;line-height:1.25rem}.xy-floating-field.xy-floating-outline-compact-textarea label,.xy-floating-field.xy-floating-outline-compact-textarea:focus-within label,.xy-floating-field.xy-floating-outline-compact-textarea.xy-has-value label{left:18px;padding:0 .3rem;font-size:.875rem;line-height:18px}.xy-floating-field.xy-floating-outline-preview textarea{border-color:#111827;border-radius:20px;background-color:#fff}.xy-floating-field.xy-brainstorm-preview-field textarea{border-color:#111827;padding-top:1.35rem}.xy-floating-field.xy-floating-outline-preview .xy-floating-rich-preview{border:2px solid #111827;border-radius:20px;background-color:#fff;padding:1.35rem 1.25rem 3rem}.xy-floating-field.xy-outline-ai-output-frame{border:2px solid #111827;border-radius:20px;background:#fff;overflow:visible}.xy-floating-field.xy-outline-ai-output-frame textarea,.xy-floating-field.xy-outline-ai-output-frame .xy-floating-rich-preview{border:0;border-radius:18px;background:transparent}.xy-floating-field.xy-outline-ai-output-frame label.xy-floating-title-count,.xy-floating-field.xy-outline-ai-output-frame:focus-within label.xy-floating-title-count,.xy-floating-field.xy-outline-ai-output-frame.xy-has-value label.xy-floating-title-count{top:0;left:22px;transform:translateY(-50%) scale(1)}.xy-border-embedded-transparent-backplate{user-select:none;-webkit-user-select:none;background:transparent!important;background-image:linear-gradient(to bottom,transparent calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% + .24em),transparent calc(50% + .24em))!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-position:center!important;padding-right:0!important;padding-left:0!important;text-shadow:none;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill;isolation:isolate}.xy-border-embedded-transparent-backplate input,.xy-border-embedded-transparent-backplate textarea,.xy-border-embedded-transparent-backplate [contenteditable=true]{user-select:text;-webkit-user-select:text}.xy-border-embedded-transparent-backplate *{-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-border-embedded-transparent-backplate:before,.xy-floating-field.xy-floating-outline-preview label:before,.xy-brainstorm-question-panel .xy-floating-field.xy-floating-outline-fixed label:before,.xy-floating-field .xy-floating-count:before{content:"";position:absolute;left:-.18em;right:-.18em;top:50%;z-index:-1;height:.42em;transform:translateY(-50%);border-radius:999px;background:var(--xy-floating-backplate-bg, #ffffff);pointer-events:none}.xy-floating-field label.xy-border-embedded-transparent-backplate,.xy-floating-field .xy-floating-count,.xy-floating-field .xy-floating-outline-chapter-meta{pointer-events:none}.xy-floating-field.xy-floating-outline-preview label.xy-floating-title-count:before,.xy-floating-inline-title-tool.xy-floating-title-count:before{right:-.38em}.xy-border-embedded-transparent-backplate:not(.absolute){position:relative}.xy-floating-field label.xy-border-embedded-transparent-backplate{position:absolute}.xy-floating-field.xy-floating-outline-preview label,.xy-floating-field.xy-floating-outline-preview:focus-within label,.xy-floating-field.xy-floating-outline-preview.xy-has-value label,.xy-brainstorm-question-panel .xy-floating-field.xy-floating-outline-fixed label,.xy-brainstorm-question-panel .xy-floating-field.xy-floating-outline-fixed:focus-within label,.xy-brainstorm-question-panel .xy-floating-field.xy-floating-outline-fixed.xy-has-value label{z-index:2;background-color:transparent;background-image:linear-gradient(to bottom,transparent calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% + .24em),transparent calc(50% + .24em));background-repeat:no-repeat;background-size:100% 100%;background-position:center;left:22px;padding-right:0;padding-left:0;font-size:1rem;font-weight:500;line-height:20px;text-shadow:none;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill;isolation:isolate}.xy-setting-name-editor.xy-setting-editor-content-offset{padding-top:calc(23px + 2.25rem)}.xy-floating-field.xy-foreshadow-code-field{flex:0 0 176px;width:176px!important;min-width:176px!important;max-width:176px!important}.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed input{height:48px;border-radius:.75rem;padding-right:1rem;padding-left:1rem}.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed,.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed input{border-radius:.75rem}.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed label,.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed:has(input) label,.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed:focus-within label,.xy-floating-field.xy-structured-header-field.xy-floating-outline-fixed.xy-has-value label{left:16px;padding:0 .25rem;font-size:.875rem;font-weight:500;line-height:1.25rem}.xy-floating-field.xy-structured-header-field input::placeholder{font-size:.8125rem;line-height:1.65}.xy-setting-workspace-typography,.xy-setting-workspace-typography button,.xy-setting-workspace-typography input,.xy-setting-workspace-typography textarea,.xy-setting-workspace-typography select{font-family:Microsoft YaHei UI,Microsoft YaHei,sans-serif;font-synthesis:none}.xy-floating-field.xy-floating-outline-preview label.xy-floating-title-count,.xy-floating-field.xy-floating-outline-preview:focus-within label.xy-floating-title-count,.xy-floating-field.xy-floating-outline-preview.xy-has-value label.xy-floating-title-count,.xy-floating-inline-title-tool.xy-floating-title-count{display:inline-flex;align-items:baseline;gap:.32rem;max-width:calc(100% - 7rem);white-space:nowrap}.xy-floating-title-count>span{flex-shrink:0;color:#08aace;font-size:.78rem;font-weight:800;line-height:1;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-field.xy-floating-outline-preview label.xy-detail-outline-title-count,.xy-floating-field.xy-floating-outline-preview:focus-within label.xy-detail-outline-title-count,.xy-floating-field.xy-floating-outline-preview.xy-has-value label.xy-detail-outline-title-count{max-width:min(13rem,calc(42% - 1.5rem))}.xy-detail-outline-title-count .xy-floating-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#08aace;font-size:inherit;font-weight:inherit;line-height:inherit}.xy-detail-outline-title-count .xy-floating-title-text.xy-detail-outline-heading-title{color:#020617;font-size:.875rem;font-weight:900;line-height:1.25rem;-webkit-text-stroke:0;paint-order:normal}.xy-detail-outline-heading-with-count{display:inline-flex;align-items:baseline;gap:2ch}.xy-floating-title-input{display:inline-block!important;width:var(--xy-floating-title-input-width, auto)!important;box-sizing:content-box!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;transition:color .15s cubic-bezier(.4,0,.2,1)!important;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-title-input:focus{color:#08aace}.xy-brainstorm-floating-title-tool,.xy-brainstorm-output-title-tool{height:20px;align-items:baseline;top:0!important;transform:translateY(-50%)!important;font-size:1rem;font-weight:500;line-height:20px;background-image:linear-gradient(to bottom,transparent calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% + .24em),transparent calc(50% + .24em))!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-position:center!important}.xy-brainstorm-floating-title-tool:before,.xy-brainstorm-output-title-tool:before{display:block!important}.xy-brainstorm-floating-title-tool{left:22px;max-width:calc(100% - 8.5rem)}.xy-brainstorm-output-title-tool{left:22px;max-width:calc(100% - 12rem)}.xy-brainstorm-floating-title-tool .xy-floating-title-input,.xy-brainstorm-output-title-tool .xy-floating-title-input{display:block!important;min-width:var(--xy-floating-title-input-width, auto)!important;max-width:var(--xy-floating-title-input-width, auto)!important;height:20px!important;min-height:0!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:20px!important}.xy-brainstorm-floating-title-tool .xy-floating-title-input,.xy-brainstorm-output-title-tool .xy-floating-title-input{font-family:inherit!important;font-size:1rem!important;font-weight:900!important;line-height:20px!important}.xy-brainstorm-floating-title-tool.xy-floating-title-count>span,.xy-brainstorm-output-title-tool.xy-floating-title-count>span{margin-left:.04rem}.xy-brainstorm-output-preview-list{margin-top:-.375rem;padding-top:.625rem;padding-bottom:.25rem}.xy-floating-field.xy-floating-chat-shell{display:flex;line-height:normal}.xy-floating-field.xy-floating-chat-shell .xy-floating-rich-preview{width:100%;height:100%;min-height:0;padding:1.35rem 1rem 2.3rem}.xy-floating-edge-tool.xy-floating-chat-session-tool{right:auto;left:1.1rem;max-width:calc(100% - 8.5rem);background:transparent!important;padding-right:0!important;padding-left:0!important}.xy-floating-edge-tool.xy-floating-chat-action-tool{right:.9rem;max-width:7.2rem;background:transparent!important;padding-right:0!important;padding-left:0!important}.xy-floating-border-font-tool,.xy-floating-chat-font-tool{position:absolute;left:2.4rem;bottom:0;z-index:3;transform:translateY(50%);background:#fff;font-size:14px;line-height:1;flex-shrink:0}.xy-floating-field .xy-floating-border-font-tool .xy-font-size-stepper,.xy-floating-field .xy-floating-chat-font-tool .xy-font-size-stepper,.xy-floating-field .xy-detail-outline-border-font-tool .xy-font-size-stepper{width:5.52rem;height:1.76rem;font-size:14px;line-height:1}.xy-floating-field .xy-floating-border-font-tool .xy-font-size-stepper-button,.xy-floating-field .xy-floating-chat-font-tool .xy-font-size-stepper-button,.xy-floating-field .xy-detail-outline-border-font-tool .xy-font-size-stepper-button{width:1.76rem;height:1.76rem}.xy-floating-field .xy-floating-border-font-tool .xy-font-size-stepper-icon,.xy-floating-field .xy-floating-chat-font-tool .xy-font-size-stepper-icon,.xy-floating-field .xy-detail-outline-border-font-tool .xy-font-size-stepper-icon{width:.48rem;height:.48rem}.xy-floating-field .xy-floating-border-font-tool .xy-font-size-stepper-input,.xy-floating-field .xy-floating-chat-font-tool .xy-font-size-stepper-input,.xy-floating-field .xy-detail-outline-border-font-tool .xy-font-size-stepper-input{width:2rem;height:1.76rem;border:1px solid #d1d5db;border-right:0;border-left:0;border-radius:0;background:#f9fafb;padding:.4rem 0;font-size:.875rem;line-height:1;box-shadow:none}.xy-floating-field .xy-detail-outline-border-font-tool{isolation:isolate;pointer-events:auto;line-height:1;-webkit-text-stroke:0}.xy-floating-field .xy-detail-outline-border-font-tool *{-webkit-text-stroke:0}.xy-floating-border-stream-tool{position:absolute;left:12.25rem;bottom:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transform:translateY(50%);height:1.76rem;border:1px solid #d9e2ea;border-radius:.65rem;background:#fff;padding:0 .42rem 0 .5rem;box-shadow:0 0 0 3px #fff;line-height:1;isolation:isolate;cursor:pointer}.xy-header-stream-tool{display:inline-flex;height:2.25rem;align-items:center;justify-content:center;gap:.4rem;border:1px solid #d9e2ea;border-radius:.75rem;background:#fff;padding:0 .6rem;box-shadow:0 1px 2px #0f172a0a;line-height:1;cursor:pointer}.xy-floating-border-stream-tool input,.xy-header-stream-tool input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;opacity:0}.xy-stream-toggle-text{font-size:.72rem;font-weight:900;line-height:1;color:#475569;white-space:nowrap}.xy-stream-toggle-track{position:relative;display:inline-flex;width:2.02rem;height:1.05rem;align-items:center;border-radius:999px;background:#cbd5e1;box-shadow:none;transition:background-color .2s ease,box-shadow .2s ease}.xy-stream-toggle-thumb{position:absolute;left:.14rem;width:.77rem;height:.77rem;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .2s ease}.xy-floating-border-stream-tool input:checked+.xy-stream-toggle-track{background:#08aace}.xy-floating-border-stream-tool input:checked+.xy-stream-toggle-track .xy-stream-toggle-thumb,.xy-header-stream-tool input:checked+.xy-stream-toggle-track .xy-stream-toggle-thumb{transform:translate(.97rem)}.xy-header-stream-tool input:checked+.xy-stream-toggle-track{background:#08aace}.xy-floating-border-stream-tool:hover .xy-stream-toggle-track,.xy-floating-border-stream-tool:focus-within .xy-stream-toggle-track,.xy-header-stream-tool:hover .xy-stream-toggle-track,.xy-header-stream-tool:focus-within .xy-stream-toggle-track{box-shadow:0 0 0 1px #08aace47}.xy-floating-session-buttons{gap:.375rem;isolation:isolate;padding-right:3px;padding-left:3px;margin-right:-3px;margin-left:-3px}.xy-floating-session-buttons>*{position:relative;z-index:1}.xy-floating-session-buttons>button,.xy-floating-session-buttons>*>button{box-shadow:0 0 0 3px var(--xy-floating-session-line-mask, #f9fafb)}.xy-floating-session-buttons>*:hover,.xy-floating-session-buttons>*:focus-within{z-index:1}.xy-brainstorm-question-panel,.xy-brainstorm-question-panel *{max-width:100%}.xy-brainstorm-question-panel textarea{overflow-x:hidden}.xy-brainstorm-question-panel>div>div:last-child{display:flex;min-height:180px;flex:1 1 180px;flex-direction:column}.xy-brainstorm-question-panel>div>div:last-child>.xy-floating-field{display:flex;min-height:180px;flex:1 1 180px;flex-direction:column}.xy-shellless-panel{border:0;border-radius:0;background:transparent;box-shadow:none}.xy-soft-shell-panel{border:1px dashed #e2e8f0;border-radius:1rem;background:#f8fafc66;box-shadow:none}.xy-floating-edge-tool.xy-floating-chat-session-tool>div,.xy-floating-edge-tool.xy-floating-chat-action-tool>div{max-width:100%;background:transparent!important}.xy-floating-edge-tool.xy-floating-chat-session-tool .scrollbar-hidden{background:transparent!important}.xy-floating-field .xy-floating-count{position:absolute;right:1.55rem;bottom:0;z-index:2;transform:translateY(50%);background:transparent;background-image:linear-gradient(to bottom,transparent calc(50% - .24em),#ffffff calc(50% - .24em),#ffffff calc(50% + .24em),transparent calc(50% + .24em));background-repeat:no-repeat;background-size:100% 100%;background-position:center;border-radius:0;box-shadow:none;padding:0;color:#94a3b8;font-size:.75rem;font-weight:700;line-height:1rem;text-shadow:none;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill;isolation:isolate;pointer-events:none}.xy-floating-field .xy-floating-count.xy-floating-count-top-left{left:var(--xy-floating-count-left, 6.2rem);right:auto;top:0;bottom:auto;z-index:3;transform:translateY(-50%);color:#08aace;font-size:.78rem;font-weight:800;white-space:nowrap}.xy-floating-field .xy-floating-count.xy-floating-count-top-left:before{left:-1.2rem}.xy-floating-field .xy-floating-count *{-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-field.xy-floating-outline-preview .xy-floating-count{background:transparent;padding-right:0;padding-left:0}.xy-floating-field.xy-floating-outline-preview .xy-floating-count.xy-floating-count-top-left{background:transparent;background-image:linear-gradient(to bottom,transparent calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% - .24em),var(--xy-floating-backplate-bg, #ffffff) calc(50% + .24em),transparent calc(50% + .24em));background-repeat:no-repeat;background-size:100% 100%;background-position:center}.xy-floating-field.xy-floating-outline-preview .xy-floating-count *{-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-field.xy-floating-outline-preview .xy-floating-outline-chapter-meta{background:transparent;text-shadow:none;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-field.xy-floating-outline-preview .xy-floating-outline-chapter-meta *{-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-field.xy-floating-with-bottom-count{margin-bottom:.875rem}.xy-ai-panel-output-slot{min-height:170px;flex:1 1 0%;margin-top:1.25rem}.xy-ai-panel-output-slot.xy-floating-with-bottom-count{margin-bottom:0}.xy-ai-panel-link-row,.xy-ai-panel-input-row,.xy-ai-panel-action-row{flex-shrink:0;margin-top:.75rem}.xy-ai-panel-link-row,.xy-ai-panel-action-row{min-height:2.5rem}.xy-ai-panel-action-row{height:2.5rem}.xy-floating-edge-tool{position:absolute;right:1.1rem;top:0;z-index:3;transform:translateY(-50%);background:var(--xy-floating-backplate-bg, #ffffff);padding:0 .5rem;line-height:normal}.xy-test-no-floating-tool-backplate .xy-floating-edge-tool{background:transparent;padding-left:0;padding-right:0}.xy-test-no-floating-tool-backplate .xy-floating-edge-tool>div{background:transparent}.xy-floating-outline-clear-button,.xy-floating-inline-title-tool{background-color:transparent!important;text-shadow:none;-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-outline-clear-button *,.xy-floating-inline-title-tool *{-webkit-text-stroke:3px var(--xy-floating-backplate-bg, #ffffff);paint-order:stroke fill}.xy-floating-outline-output-clear-tool{top:0;right:5rem;transform:translateY(-50%)}.xy-floating-outline-inner-clear-tool{top:auto;right:1.55rem;bottom:.75rem;transform:none}.xy-floating-outline-top-clear-tool{top:0;right:1.65rem;transform:translateY(-50%)}.xy-floating-outline-card-clear-tool{right:1.65rem;bottom:0;transform:translateY(50%)}.xy-floating-outline-draft-clear-tool{top:0;right:1.65rem;bottom:auto;transform:translateY(-50%)}.xy-floating-inline-title-tool{padding-right:0;padding-left:0}.xy-floating-field.xy-floating-with-bottom-count textarea{padding-bottom:3rem}.xy-floating-field.xy-floating-compact input,.xy-floating-field.xy-floating-compact textarea{padding:.875rem 1rem;font-size:.875rem}.xy-floating-field.xy-floating-compact label{font-size:.875rem;transform:translateY(.875rem)}.xy-floating-field.xy-floating-compact:has(input) label,.xy-floating-field.xy-floating-ai.xy-floating-compact label{transform:translateY(-50%)}.xy-floating-field.xy-floating-ai:not(:focus-within):not(.xy-has-value) label{color:#9ca3af;font-weight:400}.xy-floating-field.xy-floating-compact:focus-within label,.xy-floating-field.xy-floating-compact.xy-has-value label{top:0;transform:translateY(-50%) scale(.8)}.xy-floating-field.xy-floating-ai textarea{min-height:2.875rem;max-height:10.125rem;overflow-y:hidden;field-sizing:content}.xy-floating-field.xy-floating-ai:not(.xy-has-value) textarea{height:2.875rem!important}.xy-floating-field.xy-floating-ai.xy-floating-compact textarea{padding-top:.65rem;padding-bottom:.65rem}.xy-floating-field.xy-floating-fill,.xy-floating-field.xy-floating-fill textarea{height:100%}.xy-floating-field.xy-floating-with-action input{padding-right:3rem}.xy-floating-field.xy-floating-with-inline-actions textarea{border:2px solid #111827;border-radius:1rem;padding-right:6.25rem}.xy-floating-field.xy-brainstorm-ai-input.xy-floating-with-inline-actions textarea{border-color:#111827}.xy-floating-field.xy-floating-with-inline-actions label{max-width:calc(100% - 6.75rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xy-ai-inline-actions{position:absolute;right:2px;top:2px;bottom:2px;z-index:3;display:inline-flex;width:5.875rem;align-items:stretch;overflow:hidden;border-left:0;border-radius:0 .875rem .875rem 0;background:#fff;transform:none}.xy-ai-inline-send,.xy-ai-inline-stop{display:inline-flex;height:100%;align-items:center;justify-content:center;border:0;font-size:1rem;font-weight:900;line-height:1;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.xy-ai-inline-send{flex:1.12 1 0;background:#fff;color:#21b8da}.xy-ai-inline-send:hover:not(:disabled){background:#eaf9fd}.xy-ai-inline-send:active:not(:disabled){background:#ddf5fb}.xy-ai-inline-send-icon{display:grid;place-items:center;transition:transform .2s ease}.xy-ai-inline-send:hover:not(:disabled) .xy-ai-inline-send-icon{transform:rotate(-8deg) scale(1.04)}.xy-ai-inline-stop{flex:.88 1 0;border-left:2px solid #d7dee8;border-radius:0 .875rem .875rem 0;background:#fff;color:#ef4444}.xy-ai-inline-stop:hover:not(:disabled){background:#fef2f2;color:#dc2626}.xy-ai-inline-send:disabled,.xy-ai-inline-stop:disabled{cursor:not-allowed;opacity:1}.xy-floating-field.xy-floating-with-side-action{display:flex;align-items:stretch;gap:.5rem}.xy-floating-field.xy-floating-with-side-action .xy-floating-control{position:relative;min-width:0;flex:1}.xy-floating-field .xy-floating-action{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);color:#111827;transition:color .15s cubic-bezier(.4,0,.2,1)}.xy-floating-field .xy-floating-action:hover{color:#111827;opacity:.82}.writer-assistant-theme .text-\[\#08AACE\],.writer-assistant-theme .text-\[\#078fb0\],.writer-assistant-theme .text-\[\#078BA9\],.writer-assistant-theme .text-\[\#078FAE\],.writer-assistant-theme .text-\[\#057F9B\],.writer-assistant-theme .text-\[\#056b84\],.writer-assistant-theme .text-\[\#0695B5\]{color:var(--xy-wa-blue)!important}.writer-assistant-theme .hover\:text-\[\#08AACE\]:hover,.writer-assistant-theme .hover\:text-\[\#078fb0\]:hover,.writer-assistant-theme .hover\:text-\[\#057F9B\]:hover,.writer-assistant-theme .hover\:text-\[\#056b84\]:hover,.writer-assistant-theme .hover\:text-\[\#0695B5\]:hover{color:var(--xy-wa-blue-hover)!important}.writer-assistant-theme .bg-\[\#08AACE\],.writer-assistant-theme .hover\:bg-\[\#0798b8\]:hover,.writer-assistant-theme .hover\:bg-\[\#078fb0\]:hover,.writer-assistant-theme .hover\:bg-\[\#0695B5\]:hover,.writer-assistant-theme .hover\:bg-\[\#067B96\]:hover{background-color:var(--xy-wa-blue)!important}.writer-assistant-theme .hover\:bg-\[\#08AACE\]:hover{background-color:var(--xy-wa-blue-hover)!important}.writer-assistant-theme .bg-\[\#EAF9FD\],.writer-assistant-theme .bg-\[\#E9FAFE\],.writer-assistant-theme .bg-\[\#DFF7FC\],.writer-assistant-theme .bg-\[\#F8FDFF\],.writer-assistant-theme .bg-\[\#E1F3F7\],.writer-assistant-theme .hover\:bg-\[\#EAF9FD\]:hover,.writer-assistant-theme .hover\:bg-\[\#E9FAFE\]:hover,.writer-assistant-theme .hover\:bg-\[\#D3EEF5\]:hover,.writer-assistant-theme .hover\:bg-\[\#DDF5FB\]:hover{background-color:var(--xy-wa-active-soft)!important}.writer-assistant-theme .xy-selected-content-bg,.writer-assistant-theme .xy-selected-content-bg:hover,.xy-selected-content-bg,.xy-selected-content-bg:hover,.writer-assistant-theme .xy-selected-mint-bg,.writer-assistant-theme .xy-selected-mint-bg:hover,.xy-selected-mint-bg,.xy-selected-mint-bg:hover{background-color:var(--xy-custom-content-selected-bg)!important}.theme-shuimo .xy-selected-mint-bg,.theme-shuimo .xy-selected-mint-bg:hover{position:relative;overflow:hidden;background-color:#fff!important;border-color:#b8a78d!important;color:#25211b!important;box-shadow:0 6px 14px #503a1c2e!important}.theme-shuimo .xy-selected-mint-bg:before{content:"✦";position:absolute;left:.85rem;top:50%;z-index:1;transform:translateY(-50%);color:#8a5a18;font-size:.95rem;font-weight:900;line-height:1;width:1rem;height:1rem;background-color:#8a5a18;color:transparent;content:"";-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .962 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.962 0z'/%3E%3Cpath d='M20 3v4'/%3E%3Cpath d='M22 5h-4'/%3E%3Cpath d='M4 17v2'/%3E%3Cpath d='M5 18H3'/%3E%3C/svg%3E") center / contain no-repeat}.theme-shuimo .xy-chapter-sidebar-row.xy-selected-mint-bg:before{content:none}.theme-shuimo .xy-selected-mint-bg>div{padding-left:.5rem}.theme-shuimo .xy-selected-mint-bg .text-\[\#08AACE\]{color:#087f99!important}.writer-assistant-theme .border-\[\#08AACE\],.writer-assistant-theme .border-\[\#08AACE\]\/25,.writer-assistant-theme .border-\[\#08AACE\]\/30,.writer-assistant-theme .focus\:border-\[\#08AACE\]:focus,.writer-assistant-theme .focus\:border-\[\#08AACE\]\/50:focus,.writer-assistant-theme .hover\:border-\[\#08AACE\]:hover,.writer-assistant-theme .hover\:border-\[\#08AACE\]\/30:hover,.writer-assistant-theme .hover\:border-\[\#067B96\]:hover{border-color:var(--xy-wa-accent-border)!important}.writer-assistant-theme .border-\[\#bdeef7\],.writer-assistant-theme .border-\[\#9DEBFA\],.writer-assistant-theme .hover\:border-\[\#bdeef7\]:hover{border-color:var(--xy-wa-border-strong)!important}.writer-assistant-theme .border-brand,.writer-assistant-theme .border-brand\/30,.writer-assistant-theme .border-brand\/40,.writer-assistant-theme .border-brand\/50,.writer-assistant-theme .border-brand\/60,.writer-assistant-theme .focus\:border-brand:focus,.writer-assistant-theme .hover\:border-brand:hover,.writer-assistant-theme .hover\:border-brand\/30:hover,.writer-assistant-theme .hover\:border-brand\/40:hover,.writer-assistant-theme .hover\:border-brand\/50:hover,.writer-assistant-theme .hover\:border-brand\/60:hover{border-color:var(--xy-wa-accent-border)!important}.xy-combined-ai-config-label,.xy-combined-ai-config-manage{background-color:transparent!important;background-image:none!important;box-shadow:none!important}html.theme-moon-gold{color-scheme:light;--background: 43 70% 97%;--foreground: 0 0% 12%;--card: 45 100% 99%;--card-foreground: 0 0% 12%;--popover: 45 100% 99%;--popover-foreground: 0 0% 12%;--muted: 43 57% 92%;--muted-foreground: 36 24% 40%;--accent: 42 62% 88%;--accent-foreground: 35 55% 28%;--border: 41 48% 79%;--input: 41 48% 79%;--ring: 191 92% 42%;--xy-custom-sidebar-bg: #fffaf0;--xy-custom-sidebar-active-bg: #f7e7bb;--xy-wa-titlebar: #fff7e3;--xy-wa-toolbar: #fffdf8;--xy-wa-app-bg: #fbf5e8;--xy-wa-panel: #fffdf8;--xy-wa-border: #ead7a8;--xy-wa-border-strong: #d7b766;--xy-wa-active: #f7e7bb;--xy-wa-active-soft: #fff5d8;--xy-wa-accent-border: #d8b55e;--xy-wa-text: #1f1f1f;--xy-wa-muted: #74664d;--xy-wa-faint: #9c8963;--xy-wa-editor-bg: #fffdf8;--xy-floating-backplate-bg: #fffaf0}html.theme-moon-gold body,.theme-moon-gold,.theme-moon-gold [class*=bg-slate-50],.theme-moon-gold [class*=bg-gray-50],.theme-moon-gold [class*=bg-zinc-50]{background-color:#fbf5e8!important;color:#1f1f1f!important}.theme-moon-gold [class*=bg-white],.theme-moon-gold [class*=bg-slate-100],.theme-moon-gold [class*=bg-gray-100]{background-color:#fffdf8!important}.theme-moon-gold [class*=border-slate-],.theme-moon-gold [class*=border-gray-],.theme-moon-gold [class*=border-zinc-]{border-color:#ead7a8!important}.theme-moon-gold .app-titlebar{border-bottom-color:#e4ca8d!important;background:radial-gradient(circle at 22% 0%,rgba(247,231,187,.72),transparent 34%),linear-gradient(90deg,#fffdf8,#fff5d8)!important}.theme-moon-gold .xy-dashboard-sidebar,.theme-moon-gold .xy-dashboard-sidebar-footer{border-color:#e4ca8d!important;background:linear-gradient(180deg,#fffdf8,#fff7e5)!important}.theme-moon-gold .xy-dashboard-sidebar-active{background:#f7e7bb!important;color:#5f4316!important}.theme-moon-gold .workspace-tab-active,.theme-moon-gold .workspace-tab-home{border-color:#e0bd6e!important;background:#fffdf8!important;color:#5f4316!important}.theme-moon-gold .xy-theme-menu,.theme-moon-gold [role=dialog]{border-color:#e0bd6e!important;background:#fffdf8!important}.theme-moon-gold .xy-theme-option-active{background:#f7e7bb!important;color:#7b5718!important}html.theme-moon-night{color-scheme:dark;--background: 222 40% 8%;--foreground: 218 23% 91%;--card: 222 36% 11%;--card-foreground: 218 23% 91%;--popover: 222 38% 10%;--popover-foreground: 218 23% 91%;--muted: 222 30% 16%;--muted-foreground: 219 15% 69%;--accent: 224 43% 28%;--accent-foreground: 218 23% 94%;--border: 224 28% 24%;--input: 224 28% 24%;--ring: 191 92% 42%;--xy-scrollbar-thumb: #34436b;--xy-scrollbar-thumb-hover: #4c5f92;--xy-custom-sidebar-bg: #0d111e;--xy-custom-sidebar-active-bg: #1b366f;--xy-wa-titlebar: #0d111e;--xy-wa-toolbar: #111827;--xy-wa-app-bg: #090d18;--xy-wa-panel: #101625;--xy-wa-border: #27324f;--xy-wa-border-strong: #3e4f80;--xy-wa-active: #1b366f;--xy-wa-active-soft: #172642;--xy-wa-accent-border: #4a5f99;--xy-wa-text: #f2f4f8;--xy-wa-muted: #c0c6d4;--xy-wa-faint: #7f8ba7;--xy-wa-editor-bg: #0d111e;--xy-floating-backplate-bg: #101625}html.theme-moon-night body,.theme-moon-night,.theme-moon-night [class*=bg-slate-50],.theme-moon-night [class*=bg-gray-50],.theme-moon-night [class*=bg-zinc-50]{background-color:#090d18!important;color:#f2f4f8!important}.theme-moon-night [class*=bg-white],.theme-moon-night [class*=bg-slate-100],.theme-moon-night [class*=bg-gray-100],.theme-moon-night [class*=bg-zinc-100]{background-color:#101625!important}.theme-moon-night [class*=border-slate-],.theme-moon-night [class*=border-gray-],.theme-moon-night [class*=border-zinc-],.theme-moon-night [class*=border-white]{border-color:#27324f!important}.theme-moon-night [class*=text-slate-900],.theme-moon-night [class*=text-slate-800],.theme-moon-night [class*=text-gray-900],.theme-moon-night [class*=text-gray-800],.theme-moon-night [class*=text-zinc-900],.theme-moon-night [class*=text-zinc-800]{color:#f2f4f8!important}.theme-moon-night [class*=text-slate-700],.theme-moon-night [class*=text-slate-600],.theme-moon-night [class*=text-slate-500],.theme-moon-night [class*=text-slate-400],.theme-moon-night [class*=text-gray-]{color:#c0c6d4!important}.theme-moon-night .app-titlebar{border-bottom-color:#2b3760!important;background:radial-gradient(circle at 30% 0%,rgba(27,54,111,.7),transparent 36%),linear-gradient(90deg,#0d111e,#080b14)!important}.theme-moon-night .xy-dashboard-sidebar,.theme-moon-night .xy-dashboard-sidebar-footer{border-color:#27324f!important;background:linear-gradient(180deg,#0d111e,#090d18)!important}.theme-moon-night .xy-dashboard-sidebar-active{background:#1b366f!important;color:#f2f4f8!important}.theme-moon-night .workspace-tab-active,.theme-moon-night .workspace-tab-home{border-color:#4a5f99!important;background:#101625!important;color:#f2f4f8!important}.theme-moon-night input,.theme-moon-night textarea,.theme-moon-night select{border-color:#34436b!important;background-color:#0d111e!important;color:#f2f4f8!important}.theme-moon-night .xy-theme-menu,.theme-moon-night [role=dialog]{border-color:#34436b!important;background:#101625!important;color:#f2f4f8!important}.theme-moon-night .xy-theme-option-active{background:#1b366f!important;color:#f2f4f8!important}.theme-moon-night [class*="bg-[#fafafa]"],.theme-moon-night [class*="bg-[#FAFAFA]"],.theme-moon-night [class*="bg-[#f8fafc]"],.theme-moon-night [class*="bg-[#F8FAFC]"],.theme-moon-night [class*="bg-[#fbfbfc]"]{background-color:#101625!important}.theme-moon-night [class*=text-slate-950],.theme-moon-night [class*=text-gray-950],.theme-moon-night [class*=text-zinc-950],.theme-moon-night [class*="text-[#152033]"],.theme-moon-night [class*="text-[#1f2933]"],.theme-moon-night [class*="text-[#1F2933]"]{color:#f2f4f8!important}.theme-moon-night .app-titlebar[data-topbar-style]{--xy-topbar-layer-background: radial-gradient(circle at 30% 0%, rgba(27, 54, 111, .72), transparent 36%), linear-gradient(90deg, #0d111e, #080b14);border-bottom-color:#2b3760!important;background:var(--xy-topbar-layer-background)!important}.theme-moon-night button[class*=bg-brand],.theme-moon-night button[class*="bg-[#08AACE]"],.theme-moon-night button[class*="bg-[#08aace]"],.theme-moon-night a[class*=bg-brand],.theme-moon-night a[class*="bg-[#08AACE]"],.theme-moon-night a[class*="bg-[#08aace]"]{border-color:#efcf7c!important;background:linear-gradient(100deg,#f5ebcf,#edcf7f 52%,#e8a83f)!important;box-shadow:0 8px 22px #e0bd6e2e!important;color:#1f1f1f!important}.theme-moon-night button[class*=bg-brand]:hover,.theme-moon-night button[class*="bg-[#08AACE]"]:hover,.theme-moon-night button[class*="bg-[#08aace]"]:hover,.theme-moon-night a[class*=bg-brand]:hover,.theme-moon-night a[class*="bg-[#08AACE]"]:hover,.theme-moon-night a[class*="bg-[#08aace]"]:hover{background:linear-gradient(100deg,#fff4d7,#f4d98c 52%,#efb34d)!important}.theme-moon-night button[class*=bg-red-],.theme-moon-night button[class*=bg-rose-],.theme-moon-night button[class*=text-red-],.theme-moon-night button[class*=text-rose-],.theme-moon-night a[class*=bg-red-],.theme-moon-night a[class*=text-red-]{border-color:#f17d73!important;background:linear-gradient(100deg,#ff8b79,#ef5557 48%,#d93f82)!important;box-shadow:0 8px 20px #d93f8229!important;color:#fff!important}.theme-moon-night button[class*=bg-red-]:hover,.theme-moon-night button[class*=bg-rose-]:hover,.theme-moon-night button[class*=text-red-]:hover,.theme-moon-night button[class*=text-rose-]:hover,.theme-moon-night a[class*=bg-red-]:hover,.theme-moon-night a[class*=text-red-]:hover{background:linear-gradient(100deg,#ff9a88,#f36163 48%,#e14c8c)!important}.xy-combined-ai-config-label:before,.xy-combined-ai-config-manage:before{display:none!important;background:transparent!important}.xy-combined-ai-config-label{min-width:2.65rem;text-align:center;font-size:13px}.xy-combined-ai-config-manage:hover,.xy-combined-ai-config-manage:focus-visible{background-color:transparent!important}.xy-combined-ai-config-manage svg{-webkit-text-stroke:0;paint-order:normal;filter:drop-shadow(0 0 1px var(--xy-floating-backplate-bg, #ffffff)) drop-shadow(0 0 1px var(--xy-floating-backplate-bg, #ffffff)) drop-shadow(0 0 1px var(--xy-floating-backplate-bg, #ffffff))}.writer-assistant-theme .ring-\[\#08AACE\],.writer-assistant-theme .focus\:ring-\[\#08AACE\]\/20:focus{--tw-ring-color: color-mix(in srgb, var(--xy-wa-blue) 72%, transparent) !important}.writer-assistant-theme .ring-\[\#bdeef7\],.writer-assistant-theme .ring-\[\#9DEBFA\]{--tw-ring-color: color-mix(in srgb, var(--xy-wa-blue) 28%, transparent) !important}.writer-assistant-theme .shadow-\[0_8px_18px_rgba\(8\,170\,206\,0\.08\)\]{--tw-shadow-color: color-mix(in srgb, var(--xy-wa-blue) 12%, transparent) !important}.writer-assistant-theme .xy-floating-field.xy-floating-with-inline-actions textarea{border-color:#111827}.writer-assistant-theme .xy-ai-inline-send{color:#21b8da}.writer-assistant-theme .xy-ai-inline-send:hover:not(:disabled){background:var(--xy-wa-active-soft)}.writer-assistant-theme .xy-ai-inline-send:active:not(:disabled){background:var(--xy-wa-active)}.writer-assistant-theme .xy-ai-inline-stop{border-left-color:#d7dee8}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral.xy-floating-with-inline-actions textarea{border-color:#111827}.xy-combined-ai-config-frame,.xy-chapter-editor-deep-outline.xy-chapter-editor-deep-outline,.xy-chapter-editor-deep-divider.xy-chapter-editor-deep-divider{border-color:#08aace!important}.xy-chapter-editor-deep-divider-line.xy-chapter-editor-deep-divider-line{background-color:#08aace!important}.xy-floating-field.xy-brainstorm-question-field textarea{color:#020617;font-family:inherit;font-size:1rem!important;font-weight:500!important}.xy-floating-field.xy-brainstorm-question-field textarea::placeholder{color:#020617;font-family:inherit;font-size:1rem;font-weight:500;opacity:1}.xy-floating-field.xy-brainstorm-question-field label,.xy-floating-field.xy-brainstorm-question-field:focus-within label,.xy-floating-field.xy-brainstorm-question-field.xy-has-value label{color:#020617;font-family:inherit;font-size:1rem;font-weight:900;line-height:24px}.xy-ai-panel-output-slot .xy-outline-ai-output-frame>label,.xy-brainstorm-output-title-tool .xy-floating-title-input{display:inline-flex;align-items:center;height:24px;font-family:Microsoft YaHei UI,Microsoft YaHei,sans-serif;font-size:1rem!important;font-weight:900!important;line-height:24px!important;letter-spacing:0}.xy-floating-field.xy-floating-ai>label,.xy-floating-field.xy-floating-ai:focus-within>label,.xy-floating-field.xy-floating-ai.xy-has-value>label{display:inline-flex;align-items:center;height:24px;font-family:Microsoft YaHei UI,Microsoft YaHei,sans-serif;font-size:1rem!important;font-weight:900!important;line-height:24px!important;letter-spacing:0}.xy-floating-field.xy-floating-ai.xy-floating-compact:focus-within>label,.xy-floating-field.xy-floating-ai.xy-floating-compact.xy-has-value>label{transform:translateY(-50%)}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral.xy-floating-with-inline-actions:focus-within textarea,.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral.xy-floating-with-inline-actions.xy-has-value textarea{border-color:#111827}.writer-assistant-theme .xy-floating-field.xy-brainstorm-ai-input.xy-floating-with-inline-actions textarea{border-color:#111827}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral .xy-ai-inline-send{color:#21b8da}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral .xy-ai-inline-send:hover:not(:disabled){background:#f1f5f9}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral .xy-ai-inline-send:active:not(:disabled){background:#e2e8f0}.writer-assistant-theme .xy-floating-field.xy-ai-inline-neutral .xy-ai-inline-stop{border-left-color:#d7dee8}.xy-audit-prompt-editor-modal,.xy-audit-prompt-editor-modal *{-webkit-font-smoothing:auto!important;text-rendering:auto!important;text-shadow:none!important;filter:none!important}.xy-prompt-meta-field,.xy-audit-meta-field{position:relative;box-sizing:border-box;min-height:48px;overflow:visible;border:2px solid #111827;border-radius:.75rem;background:#fff;--xy-floating-backplate-bg: #ffffff}.xy-prompt-meta-field-multiline{min-height:80px}.xy-prompt-meta-field-textarea{display:block;box-sizing:border-box;width:100%;height:100%;min-height:76px;resize:none;border:0;border-radius:.75rem;background:transparent;padding:18px 24px 10px;color:#020617;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25rem;outline:none;box-shadow:none;transition:none}.xy-prompt-meta-field-textarea::placeholder{color:#94a3b8}.xy-prompt-editor-modal .xy-prompt-meta-field-textarea{min-height:0;padding-top:12px}.xy-prompt-editor-modal .xy-workbench-name-field-caption:before{z-index:0}.xy-prompt-editor-modal .xy-workbench-name-field-caption>span{position:relative;z-index:1}.xy-audit-meta-field:focus-within,.xy-audit-meta-field:focus-within .xy-workbench-name-field-input,.xy-audit-meta-field:focus-within .xy-prompt-meta-field-textarea,.xy-prompt-meta-field:focus-within,.xy-prompt-meta-field:focus-within .xy-workbench-name-field-input,.xy-prompt-meta-field:focus-within .xy-prompt-meta-field-textarea{transform:none;filter:none}.xy-audit-prompt-content-editor,.xy-audit-prompt-content-editor:focus{box-sizing:border-box;border:0!important;padding-right:0!important;padding-left:0!important;font-synthesis:none;transform:none!important;transition:none!important;scrollbar-gutter:stable}.xy-audit-prompt-content-field:focus-within{transform:none;filter:none}.xy-field-record-icon-button.xy-border-embedded-transparent-backplate{background:transparent!important;background-image:none!important;border-radius:999px;-webkit-text-stroke:0 transparent;isolation:isolate;paint-order:normal}.xy-field-record-icon-button.xy-border-embedded-transparent-backplate *,.xy-field-record-icon-button.xy-border-embedded-transparent-backplate svg{position:relative;z-index:1;-webkit-text-stroke:0 transparent;paint-order:normal}.xy-field-record-icon-button.xy-border-embedded-transparent-backplate:before{display:none;content:none}.xy-field-record-icon-button.xy-border-embedded-transparent-backplate:after{content:"";position:absolute;inset:3px;z-index:0;border-radius:999px;background:#fff;pointer-events:none}[data-standard-work-details-ui=precision-editor] .xy-work-details-precision-select{border-color:#b8c5d4!important;background:#fbfcfe!important;box-shadow:inset 0 2px 4px #0000000d!important}[data-standard-work-details-ui=precision-editor] .xy-work-details-precision-select:focus-visible{border-color:#08aace!important;box-shadow:0 0 0 2px #8fe4f24d,inset 0 2px 4px #0000000d!important}[data-standard-work-details-ui=precision-editor] .xy-work-details-precision-field:focus,[data-standard-work-details-ui=precision-editor] .xy-work-details-precision-field-group:focus-within{border-color:#08aace!important;box-shadow:0 0 0 2px #8fe4f24d,inset 0 2px 4px #0000000d!important}
