.editor-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:var(--text-secondary, #64748b)}.loading-spinner{width:40px;height:40px;border:3px solid var(--line, #e2e8f0);border-top-color:var(--brand, #4d2d82);border-radius:50%;animation:spin .8s linear infinite}.editor-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;text-align:center;color:var(--text-secondary, #64748b)}.editor-error .error-icon{font-size:48px}.editor-error p{max-width:400px;color:var(--text-primary, #1e293b)}.retry-btn{padding:8px 20px;background:var(--brand, #4d2d82);color:#fff;border:none;border-radius:var(--radius-sm, 8px);cursor:pointer;transition:all var(--transition-fast, .15s ease)}.retry-btn:hover{background:var(--brand-dark, #3a2368)}.pdf-viewer{display:flex;flex-direction:column;height:100%;width:100%;background:#f8fafc}.pdf-iframe-container{position:relative;flex:1;min-height:0;overflow:auto;background:#fff}.pdf-iframe{width:100%;height:100%;border:none;display:block}.pdf-loading-overlay,.pdf-error-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f8fafce6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:5}.toast-container{position:fixed;right:20px;bottom:20px;z-index:2000;display:flex;flex-direction:column;gap:8px}.toast-container .toast{min-width:220px;max-width:360px;padding:12px 16px;background:#fff;border:1px solid var(--line, #e2e8f0);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-lg, 0 10px 25px rgba(0, 0, 0, .15));animation:toastIn .22s ease forwards;font-size:14px;color:var(--text-primary, #1e293b)}.toast-container .toast.success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.toast-container .toast.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.toast-container .toast.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:1px solid var(--line);border-radius:var(--radius-sm, 8px);background:#fff;color:var(--text-primary, #1e293b);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--transition-fast, .15s ease)}.btn:hover{background:var(--bg-secondary, #f8fafc)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--brand, #4d2d82);color:#fff;border-color:var(--brand, #4d2d82)}.btn-primary:hover{background:var(--brand-dark, #3a2368)}.btn-secondary{background:#fff;color:var(--text-primary, #1e293b);border-color:var(--line, #e2e8f0)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-secondary, #64748b)}.btn-ghost:hover{background:var(--bg-secondary, #f8fafc)}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-sm{padding:4px 12px;font-size:12px}.btn-lg{padding:12px 24px;font-size:16px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all var(--transition-fast, .15s ease)}.modal-overlay.show{opacity:1;visibility:visible}.modal{background:#fff;border-radius:var(--radius-md, 12px);width:90%;max-width:480px;box-shadow:var(--shadow-lg, 0 20px 40px rgba(0, 0, 0, .15));transform:translateY(-10px);transition:transform var(--transition-fast, .15s ease)}.modal-overlay.show .modal{transform:translateY(0)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line, #e2e8f0)}.modal-title{font-size:16px;font-weight:600;color:var(--text-primary, #1e293b)}.modal-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm, 8px);cursor:pointer;color:var(--text-secondary, #64748b);transition:all var(--transition-fast, .15s ease)}.modal-close:hover{background:var(--bg-secondary, #f8fafc);color:var(--text-primary, #1e293b)}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid var(--line, #e2e8f0)}.card{background:#fff;border:1px solid var(--line, #e2e8f0);border-radius:var(--radius-md, 12px);padding:16px;transition:all var(--transition-fast, .15s ease)}.card:hover{box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1))}.chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;background:var(--bg-secondary, #f8fafc);color:var(--text-secondary, #64748b);cursor:pointer;transition:all var(--transition-fast, .15s ease)}.chip:hover{background:var(--line, #e2e8f0)}.chip-active{background:var(--brand, #4d2d82);color:#fff}.chip-success{background:#dcfce7;color:#16a34a}.chip-warning{background:#fef3c7;color:#d97706}.chip-danger{background:#fee2e2;color:#dc2626}.page-work *{box-sizing:border-box}@property --work-w{syntax: "<length>"; inherits: true; initial-value: 336px;}@property --ai-w{syntax: "<length>"; inherits: true; initial-value: 368px;}.page-work{--rail-w:56px}html:has(body>#root>.page-work),body:has(>#root>.page-work){height:100%;overflow:hidden}body:has(>#root>.page-work){margin:0;font-family:var(--font-body);background:radial-gradient(circle at 12% 8%,rgba(105,65,198,.12) 0 28%,transparent 34%),radial-gradient(circle at 92% 14%,rgba(37,99,235,.08) 0 26%,transparent 32%),linear-gradient(135deg,#f8faff,#f4f6fb 48%,#eef2f8);color:var(--text);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-work body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(77,45,130,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(77,45,130,.04) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 82%);mask-image:linear-gradient(180deg,#000 0%,transparent 82%)}.page-work button,.page-work input,.page-work textarea,.page-work select{font:inherit}.page-work button{cursor:pointer}.page-work a{color:inherit;text-decoration:none}.page-work button{border:0}.page-work button:focus-visible,.page-work a:focus-visible,.page-work input:focus-visible,.page-work textarea:focus-visible,.page-work select:focus-visible,.page-work [tabindex]:focus-visible{outline:2px solid rgba(77,45,130,.72);outline-offset:3px}.page-work .ai-input:focus-visible{outline:none}.page-work .form-input:focus-visible{outline:none}.page-work .plaza-search input:focus-visible{outline:none;border-color:#4d2d8247;box-shadow:0 0 0 3px #4d2d821a}.page-work .skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-140%);padding:8px 12px;border-radius:10px;background:#fff;color:var(--brand);box-shadow:var(--shadow-sm)}.page-work .skip-link:focus-visible{transform:translateY(0)}.page-work .hidden{display:none!important}.page-work svg{width:18px;height:18px;flex:0 0 auto;fill:currentColor}.page-work svg[stroke=currentColor]{fill:none}.page-work *{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.35) transparent}.page-work *::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.page-work *::-webkit-scrollbar-track{background:transparent}.page-work *::-webkit-scrollbar-thumb{background:#64748b47;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.page-work .topbar{height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 22px;position:relative;z-index:90;background:#ffffffd6;border-bottom:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.page-work .topbar-left,.page-work .topbar-right{display:flex;align-items:center;gap:12px}.page-work .topbar-logo{color:var(--text);font-weight:800;letter-spacing:.02em;font-size:19px;display:inline-flex;align-items:center;gap:10px}.page-work .topbar-logo img{width:30px;height:30px;border-radius:10px;display:block;object-fit:cover;box-shadow:0 10px 20px #4d2d8238}.page-work .topbar-badge{height:24px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;font-size:12px;color:var(--brand);border:1px solid rgba(77,45,130,.14);background:var(--brand-soft);font-weight:700}.page-work .topbar-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--text-3);border:1px solid var(--line);background:#fff;transition:var(--transition)}.page-work .mobile-panel-toggle{display:none}.page-work .topbar-icon:hover{background:var(--surface-2);color:var(--text)}.page-work,.page-work[data-resizing],.page-work[data-resizing] .main-layout{transition:none}.page-work .main-layout{height:calc(100vh - var(--topbar-h));display:grid;grid-template-columns:var(--nav-w) var(--work-w) minmax(0,1fr) var(--ai-w);position:relative;min-height:0;overflow:hidden}.page-work .work-resizer{position:absolute;top:0;bottom:0;left:calc(var(--nav-w) + var(--work-w));width:6px;cursor:default;z-index:50;background:transparent}.page-work .ai-resizer{position:absolute;top:0;bottom:0;right:calc(var(--ai-w));width:6px;cursor:default;z-index:50;background:transparent}.page-work .work-panel-full,.page-work .ai-panel-full{display:flex;flex-direction:column;min-height:0;overflow:hidden;flex:1 1 auto;height:100%}.page-work .work-panel-full.is-hidden,.page-work .ai-panel-full.is-hidden{display:none}.page-work .panel-rail{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;width:var(--rail-w);background:#ffffffb8;border-right:1px solid var(--line);overflow:hidden}.page-work .panel-rail-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;color:var(--text-3);cursor:pointer;transition:var(--transition);border:1px solid transparent}.page-work .panel-rail-item:hover{background:var(--surface-2);color:var(--text)}.page-work .panel-rail-item svg{width:18px;height:18px;fill:currentColor}.page-work .panel-rail-item.active{background:var(--brand-soft);color:var(--brand);border-color:#4d2d8214}.page-work .panel-collapse-btn{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:var(--text-3);cursor:pointer;transition:var(--transition);border:1px solid transparent}.page-work .panel-collapse-btn:hover{background:var(--surface-2);color:var(--text)}.page-work .panel-collapse-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-work .content-actions{display:flex;gap:8px;flex:0 0 auto}.page-work .left-nav{background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-right:1px solid var(--line);padding:14px 10px;display:flex;flex-direction:column;gap:8px;min-height:0;overflow:hidden}.page-work .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:68px;border-radius:16px;color:var(--text-3);font-size:12px;font-weight:700;transition:var(--transition);-webkit-user-select:none;user-select:none;text-align:center;padding:8px 4px}.page-work .nav-item:focus-visible{background:var(--surface-2);color:var(--text)}.page-work .nav-item svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-work .nav-item:hover{background:var(--surface-2);color:var(--text)}.page-work .nav-item.active{background:var(--brand-soft);color:var(--brand);box-shadow:inset 0 0 0 1px #4d2d8214}.page-work .work-panel{background:#f8fafce0;border-right:1px solid var(--line);color:var(--text);display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.page-work .panel-header{padding:20px 18px 10px;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.page-work .panel-title{font-size:19px;font-weight:800;letter-spacing:.02em;color:var(--text);font-family:var(--font-display)}.page-work .module-tabs{padding:4px 16px 14px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;flex:0 0 auto}.page-work .module-tab{min-height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-3);background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800;transition:var(--transition)}.page-work .module-tab:hover{color:var(--text);background:var(--surface-2)}.page-work .module-tab.active{color:var(--brand);background:#eef0ff;border-color:#d9d6fe;box-shadow:inset 0 1px #ffffffb8,0 10px 22px #4d2d8214}.page-work .module-content{flex:1;min-height:0;overflow:hidden;padding:0 14px 14px;display:flex;flex-direction:column}.page-work .module-panel{display:none;min-height:0;height:100%}.page-work .module-panel.active{display:flex;flex-direction:column;min-height:0}.page-work .search-bar{position:sticky;top:0;z-index:4;display:grid;grid-template-columns:1fr 40px 40px;gap:8px;padding:0 2px 14px;background:linear-gradient(180deg,#f8fafc,#f8fafc 78%,#f8fafc00);flex:0 0 auto}.page-work .search-input{width:100%;min-width:0;height:40px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);outline:none;padding:0 14px;font-size:13px}.page-work .search-input::placeholder{color:var(--text-4)}.page-work .search-input:focus{border-color:#4d2d8247;box-shadow:0 0 0 3px #4d2d821a}.page-work .search-input:focus-visible{outline:none}.page-work .search-btn{position:relative;height:40px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text-3);display:grid;place-items:center;transition:var(--transition)}.page-work .search-btn:hover{background:var(--surface-2);color:var(--text)}.page-work .add-btn{background:#eef0ff;border-color:#d9d6fe;color:var(--brand)}.page-work .add-btn.menu-open{background:var(--surface-2);border-color:var(--line)}.page-work .add-menu{position:absolute;top:calc(100% + 8px);right:0;width:190px;padding:8px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);display:none;z-index:30}.page-work .add-btn.menu-open .add-menu{display:block}.page-work .add-menu-item{display:flex;align-items:center;gap:10px;min-height:38px;border-radius:10px;padding:0 10px;color:var(--text-2);font-size:13px;font-weight:600}.page-work .add-menu-item:hover{background:var(--surface-2)}.page-work .add-menu-item svg{width:16px;height:16px}.page-work .workspace-quick-modules{display:grid;grid-template-columns:1fr;gap:8px;padding:0 2px 12px;flex:0 0 auto}.page-work .workspace-module-card{border-radius:15px;border:1px solid var(--line);background:linear-gradient(135deg,#fffffff5,#f8fafce6);box-shadow:var(--shadow-sm);color:var(--text);transition:var(--transition);overflow:hidden}.page-work .workspace-module-card:hover{transform:translateY(-1px);border-color:#4d2d822e;box-shadow:0 14px 28px #0f172a17}.page-work .workspace-module-card[open]{border-color:#4d2d822e;background:#fff}.page-work .workspace-module-head{min-height:54px;display:flex;align-items:center;gap:10px;padding:8px 11px;list-style:none;cursor:pointer}.page-work .workspace-module-head::-webkit-details-marker{display:none}.page-work .workspace-module-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.page-work .workspace-module-icon svg{width:17px;height:17px}.page-work .workspace-module-icon.amber{color:var(--amber);background:var(--amber-soft)}.page-work .workspace-module-icon.blue{color:var(--blue);background:var(--blue-soft)}.page-work .workspace-module-icon.green{color:var(--green);background:var(--green-soft)}.page-work .workspace-module-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.page-work .workspace-module-chevron{color:var(--text-4);transition:transform var(--transition)}.page-work .workspace-module-chevron svg{width:16px;height:16px}.page-work .workspace-module-card[open] .workspace-module-chevron{transform:rotate(90deg)}.page-work .workspace-module-copy strong{color:var(--text);font-size:13px;font-weight:800;line-height:1.2}.page-work .workspace-module-copy em{color:var(--text-4);font-size:12px;font-style:normal;line-height:1.2}.page-work .workspace-module-details{display:grid;gap:6px;padding:0 10px 10px 55px;min-width:0}.page-work .workspace-module-detail{display:flex;align-items:center;gap:8px;width:100%;min-height:30px;padding:5px 8px;border-radius:10px;background:var(--surface-2);color:inherit;text-align:left;transition:var(--transition)}.page-work .workspace-module-detail:hover,.page-work .workspace-module-detail.active{background:#eef0ff;box-shadow:inset 0 0 0 1px #d9d6fe}.page-work .workspace-module-detail span{flex:0 0 auto;min-width:38px;color:var(--text-4);font-size:11px;font-weight:800}.page-work .workspace-module-detail strong{display:block;min-width:0;color:var(--text-2);font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-work .workspace-module-detail:hover strong,.page-work .workspace-module-detail.active strong{color:var(--brand)}.page-work .workspace-module-create{min-height:32px;border-radius:10px;border:1px dashed #d9d6fe;background:#fff;color:var(--brand);display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:800;transition:var(--transition)}.page-work .workspace-module-create svg{width:14px;height:14px}.page-work .workspace-module-create:hover{background:#eef0ff;border-style:solid}.page-work .doc-list{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}.page-work .doc-group{border-radius:14px;background:#ffffffeb;border:1px solid var(--line);overflow:visible;flex:0 0 auto;box-shadow:var(--shadow-sm)}.page-work .doc-group-header{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--text);font-weight:700;transition:var(--transition);position:relative}.page-work .doc-group-header:hover{background:var(--surface-2)}.page-work .doc-group-header.selected,.page-work .doc-group-header.selected:hover{background:#ecfeff;color:#0f766e}.page-work .doc-group-header>svg{width:16px;height:16px;color:var(--text-4);transition:transform var(--transition)}.page-work .doc-group-header.expanded>svg{transform:rotate(90deg)}.page-work .doc-group-title{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .doc-group-more{position:relative;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:var(--text-3);opacity:.85}.page-work .doc-group-header:hover .doc-group-more{opacity:1}.page-work .doc-group-more:hover,.page-work .doc-group-more.menu-open{background:var(--surface-2)}.page-work .doc-group-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:168px;padding:8px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);display:none;z-index:100}.page-work .doc-group-more.menu-open .doc-group-menu{display:block}.page-work .doc-group-menu.menu-left{right:auto;left:0}.page-work .doc-group-menu.menu-up{top:auto;bottom:calc(100% + 4px)}.page-work .doc-group-items{display:flex;flex-direction:column;gap:4px;padding:2px 8px 10px}.page-work .doc-group-items.collapsed{display:none}.page-work .doc-group-items .doc-group{background:#f8fafc;border:1px solid #e8edf5;margin-top:4px}.page-work .doc-group-items .doc-group-header{min-height:38px;font-size:13px}.page-work .doc-group-items .doc-group-items{padding:2px 8px 8px 22px}.page-work .doc-item,.page-work .code-item{position:relative;display:flex;align-items:center;gap:10px;min-height:42px;border-radius:11px;padding:0 12px 0 14px;color:var(--text-3);font-size:13px;transition:var(--transition);-webkit-user-select:none;user-select:none}.page-work .doc-item svg,.page-work .code-item svg{width:16px;height:16px}.page-work .doc-item:hover,.page-work .code-item:hover{background:var(--surface-2);color:var(--text)}.page-work .doc-item.active,.page-work .code-item.active{background:#eef0ff;color:var(--brand)}.page-work .doc-item.selected,.page-work .code-item.selected{background:#ecfeff;color:#0f766e}.page-work .doc-item.active.selected,.page-work .code-item.active.selected{background:linear-gradient(90deg,#eef0ff,#ecfeff)}.page-work .doc-item.active:before,.page-work .code-item.active:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:3px;border-radius:99px;background:var(--brand)}.page-work .doc-item-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .workspace-file-check{width:15px;height:15px;flex:0 0 15px;margin:0;accent-color:#0f766e}.page-work .doc-item-more{position:relative;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:var(--text-3);opacity:1}.page-work .doc-item-more:hover,.page-work .doc-item-more.menu-open{background:var(--surface-2)}.page-work .doc-item-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:168px;padding:8px;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);display:none;z-index:100}.page-work .doc-item-more.menu-open .doc-item-menu{display:block}.page-work .doc-item-menu.menu-left{right:auto;left:0}.page-work .doc-item-menu.menu-up{top:auto;bottom:calc(100% + 4px)}.page-work .skills-stack{display:grid;gap:14px;overflow:auto;min-height:0;padding-bottom:12px}.page-work .skills-section-card{background:#ffffffeb;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--shadow-sm)}.page-work .skills-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.page-work .skills-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:var(--text)}.page-work .skills-sub{color:var(--text-4);font-size:12px}.page-work .skills-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.page-work .skills-stack>.skills-chip-row{margin-bottom:0}.page-work .skills-chip{min-height:30px;padding:0 10px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text-3);font-size:12px;font-weight:700}.page-work .skills-chip.active{background:#eef0ff;color:var(--brand);border-color:#d9d6fe}.page-work .skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.page-work .skill-card{min-height:112px;border-radius:16px;background:#fff;border:1px solid var(--line);padding:12px;display:grid;gap:10px;transition:var(--transition);cursor:pointer}.page-work .skill-card:hover{background:var(--surface-2);border-color:var(--line-strong)}.page-work .skill-card:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.page-work .skill-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.page-work .skill-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#eef0ff;color:var(--brand)}.page-work .skill-badge{height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;font-size:11px;font-weight:800;border:1px solid transparent;white-space:nowrap}.page-work .skill-badge.installed{background:var(--green-soft);color:var(--green)}.page-work .skill-badge.recommend{background:var(--blue-soft);color:var(--blue)}.page-work .skill-body h4{margin:0 0 6px;font-size:14px;line-height:1.3;color:var(--text)}.page-work .skill-body p{margin:0;color:var(--text-3);font-size:12px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-work .skill-meta{display:flex;flex-wrap:wrap;gap:6px}.page-work .skill-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--surface-2);border:1px solid #ebf0f6;color:var(--text-3);font-size:11px;font-weight:700}.page-work .skill-actions{display:flex;gap:8px;margin-top:auto}.page-work .skill-btn{flex:1 1 0;min-width:0;min-height:32px;padding:0 6px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--text-2);font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .skill-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.page-work .skills-market-entry{width:100%;min-height:46px;border-radius:14px;border:1px dashed #cfd8e6;background:#fff;color:var(--text-2);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.page-work .skills-market-entry:hover{background:var(--surface-2);color:var(--brand);border-color:#d9d6fe}.page-work .recommended-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 0;border-top:1px solid var(--line);margin-top:12px}.page-work .recommended-pagination-count{font-size:12px;color:var(--text-3);white-space:nowrap}.page-work .recommended-pagination-controls{display:flex;align-items:center;gap:8px}.page-work .pagination-btn{min-height:28px;padding:0 12px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--text-2);font-size:12px;font-weight:700;cursor:pointer;transition:var(--transition)}.page-work .pagination-btn:hover:not(:disabled){background:var(--surface-2);border-color:var(--line-strong);color:var(--brand)}.page-work .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-work .pagination-info{font-size:12px;color:var(--text-3);min-width:80px;text-align:center;white-space:nowrap}.page-work .recommended-empty{text-align:center;padding:32px 0;color:var(--text-4);font-size:13px}.page-work .recommended-error{text-align:center;padding:16px 0}.page-work .recommended-error-msg{margin:0;color:var(--red);font-size:13px;line-height:1.6}.page-work .recommended-retry{margin-top:8px;min-height:28px;padding:0 14px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--brand);font-size:12px;font-weight:700;cursor:pointer;transition:var(--transition)}.page-work .recommended-retry:hover{background:var(--surface-2);border-color:var(--brand)}.page-work .content-area{background:linear-gradient(180deg,#f7f9fedb,#f4f6fbbd);padding:18px;min-width:0;min-height:0;overflow:hidden}.page-work .content-shell{height:100%;display:flex;flex-direction:column;gap:14px;min-height:0}.page-work .content-header{display:flex;flex-direction:column;gap:10px;flex:0 0 auto}.page-work .content-tabs,.page-work .content-toolbar{background:#ffffffeb;border:1px solid var(--line);box-shadow:var(--shadow-sm);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.page-work .content-tabs{min-height:54px;border-radius:18px;display:flex;align-items:center;gap:8px;padding:7px;overflow:auto hidden;flex:0 0 auto;position:relative}.page-work .content-tab{flex:0 0 auto;height:40px;display:flex;align-items:center;gap:8px;padding:0 14px;border-radius:12px;color:var(--text-3);transition:var(--transition);border:1px solid transparent;white-space:nowrap;font-weight:700}.page-work .content-tab:hover{background:var(--surface-2);color:var(--text)}.page-work .content-tab.active{color:var(--brand);background:#eef0ff;border-color:#d9d6fe}.page-work .tab-close{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;cursor:pointer}.page-work .tab-close svg{width:12px;height:12px}.page-work .tab-close:hover{background:#4d2d821a}.page-work .tab-dirty-dot{width:7px;height:7px;border-radius:50%;background:#ff9f43;flex:0 0 auto;box-shadow:0 0 0 2px #ff9f432e}.page-work .content-toolbar{min-height:58px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;gap:16px;flex:0 0 auto}.page-work .toolbar-left,.page-work .toolbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap;min-width:0}.page-work .toolbar-left span{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13px;min-width:0}.page-work .toolbar-btn{height:36px;padding:0 14px;border-radius:11px;border:1px solid var(--line);background:#fff;color:var(--text-2);display:inline-flex;align-items:center;gap:8px;transition:var(--transition);font-weight:700}.page-work .toolbar-btn:not(:disabled):hover{background:var(--surface-2);color:var(--text)}.page-work .toolbar-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.page-work .toolbar-btn.primary:not(:disabled):hover{background:#020617}.page-work .toolbar-btn:disabled{opacity:.45;cursor:not-allowed}.page-work .editor-container{position:relative;flex:1;min-height:0;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-lg);overflow:hidden;display:flex}.page-work .text-editor,.page-work .code-editor{flex:1;min-width:0;min-height:0}.page-work .text-editor{overflow:auto;padding:52px 48px 72px;background:linear-gradient(180deg,#4d2d820a,#4d2d8200 140px),#fff;overscroll-behavior:contain}.page-work .editor-placeholder{display:flex;align-items:center;justify-content:center;flex:1;min-height:200px;color:var(--text-3);font-size:14px}.page-work .artifact-preview-state{display:flex;align-items:center;justify-content:center;flex:1;min-height:200px;padding:24px;color:var(--text-3);font-size:14px;text-align:center}.page-work .artifact-preview-state.is-error{color:#b42318}.page-work .artifact-preview-text{flex:1;min-width:0;min-height:0;overflow:auto;padding:48px 52px 72px;background:#fff}.page-work .artifact-preview-text .md-root{max-width:900px;margin:0 auto}.page-work .artifact-preview-code{flex:1;min-width:0;min-height:0;overflow:auto;margin:0;padding:28px 32px;background:#111827;color:#e5e7eb;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.page-work .artifact-preview-frame{width:100%;height:100%;border:0;background:#fff}.page-work .artifact-preview-media{display:flex;align-items:center;justify-content:center;flex:1;min-width:0;min-height:0;padding:24px;overflow:auto;background:#f5f7fb}.page-work .artifact-preview-media img,.page-work .artifact-preview-media video{max-width:100%;max-height:100%;object-fit:contain}.page-work .artifact-preview-media audio{width:min(560px,100%)}.page-work.office-fullscreen .topbar,.page-work.office-fullscreen .left-nav,.page-work.office-fullscreen .work-panel,.page-work.office-fullscreen .ai-panel,.page-work.office-fullscreen .content-header,.page-work.office-fullscreen .resizer-overlay{display:none!important}.page-work.office-fullscreen .main-layout{display:block}.page-work.office-fullscreen .content-area,.page-work.office-fullscreen .content-shell,.page-work.office-fullscreen .editor-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;border-radius:0;border:none;box-shadow:none}.page-work .exit-fullscreen-btn{position:fixed;top:12px;right:12px;z-index:2000;height:36px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:#fffffff2;cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:var(--text-2);font-size:13px;font-weight:600;box-shadow:var(--shadow-lg);transition:var(--transition)}.page-work .exit-fullscreen-btn:hover{background:#fff;color:var(--text)}.page-work .editor-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#94a3b8;gap:12px}.page-work .office-doc-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;color:#94a3b8}.page-work .doc-inner{max-width:920px;margin:0 auto}.page-work .doc-title{font-size:36px;line-height:1.16;letter-spacing:.02em;color:var(--text);font-weight:800;margin:0 0 16px;font-family:var(--font-display)}.page-work .doc-meta{display:flex;flex-wrap:wrap;gap:12px 18px;padding-bottom:20px;margin-bottom:28px;border-bottom:1px solid #e8edf5;color:var(--text-3);font-size:13px}.page-work .doc-meta span{display:inline-flex;align-items:center;gap:7px}.page-work .doc-section h2{font-size:22px;line-height:1.3;margin:34px 0 14px;color:var(--text);letter-spacing:-.02em}.page-work .doc-section h3{font-size:17px;margin:24px 0 12px;color:var(--text-2)}.page-work .doc-section p{color:var(--text-2);line-height:1.82;font-size:15px;margin:0 0 14px}.page-work .doc-section ul{margin:12px 0 0;padding-left:22px}.page-work .doc-section li{margin-bottom:10px;color:var(--text-2);line-height:1.78;font-size:15px}.page-work .highlight-box{margin:18px 0 22px;padding:18px 20px;border-radius:16px;background:linear-gradient(180deg,#f7f6ff,#f2efff);border:1px solid #ddd8ff;box-shadow:inset 0 1px #ffffffe6}.page-work .highlight-box p{margin:0}.page-work .highlight-box strong{color:var(--brand)}.page-work .daily-work-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 24px}.page-work .daily-work-summary div{border-radius:16px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fafc);padding:16px;box-shadow:var(--shadow-sm)}.page-work .daily-work-summary strong{display:block;color:var(--brand);font-size:24px;line-height:1.2;margin-bottom:6px}.page-work .daily-work-summary span{color:var(--text-3);font-size:12px;font-weight:800}.page-work .daily-work-list{display:grid;gap:14px}.page-work .daily-work-card{border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-sm);padding:18px;cursor:pointer;transition:var(--transition)}.page-work .daily-work-card:hover,.page-work .daily-work-card.active{border-color:#d9d6fe;background:#fbfbff;box-shadow:0 14px 32px #4d2d821a}.page-work .daily-work-card.active{outline:2px solid rgba(77,45,130,.16)}.page-work .daily-work-card:focus-visible{outline:3px solid rgba(77,45,130,.22);outline-offset:2px}.page-work .daily-work-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.page-work .daily-work-card h2{margin:8px 0 0;color:var(--text);font-size:18px;line-height:1.35}.page-work .daily-work-card p{color:var(--text-3);line-height:1.75;margin:0}.page-work .daily-work-card-detail{margin-top:12px;padding:12px;background:var(--color-bg-secondary, var(--bg-secondary));border-radius:6px}.page-work .daily-work-card-detail textarea{width:100%;min-height:80px;padding:8px;border:1px solid var(--line);border-radius:4px;font-family:inherit;font-size:14px;resize:vertical;background:#fff;color:var(--text)}.page-work .daily-work-card-detail textarea:focus{outline:none;border-color:var(--brand)}.page-work .edit-actions{display:flex;gap:8px;margin-top:8px}.page-work .daily-work-status{min-height:24px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;background:var(--amber-soft);color:var(--amber);font-size:12px;font-weight:900}.page-work .daily-work-status.doing{background:var(--blue-soft);color:var(--blue)}.page-work .daily-work-status.done{background:var(--green-soft);color:var(--green)}.page-work .daily-work-status-select{height:34px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--text-2);padding:0 10px;font-size:13px;font-weight:800}.page-work .daily-work-create-btn{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border-radius:12px;border:none;background:linear-gradient(135deg,#eef0ff,#f8fafc);color:var(--brand);font-size:14px;font-weight:800;cursor:pointer;transition:var(--transition);margin-bottom:20px}.page-work .daily-work-create-btn:hover{background:linear-gradient(135deg,#ddd6fe,#eef0ff);box-shadow:0 4px 12px #4d2d8226}.page-work .daily-work-create-btn svg{width:18px;height:18px}.page-work .daily-work-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 20px;border-radius:18px;border:2px dashed var(--line);background:#ffffff80;color:var(--text-3);margin-bottom:24px}.page-work .daily-work-empty svg{width:48px;height:48px;color:var(--text-4)}.page-work .daily-work-empty p{margin:0;font-size:14px;font-weight:600}.page-work .daily-work-card-actions{display:flex;align-items:center;gap:8px}.page-work .daily-work-delete-btn{width:34px;height:34px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-3);display:grid;place-items:center;cursor:pointer;transition:var(--transition)}.page-work .daily-work-delete-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fecaca}.page-work .daily-work-delete-btn svg{width:16px;height:16px}.page-work .daily-work-pager{display:flex;flex-direction:column;gap:12px;padding:16px 0 0;border-top:1px solid var(--line);margin-top:24px}.page-work .daily-work-pager .pager-info{white-space:nowrap;color:var(--text-2);font-size:13px}.page-work .daily-work-pager .pager-controls{display:flex;gap:8px;justify-content:flex-end}.page-work .code-editor{display:flex;flex-direction:column;min-height:0;background:#f8fafc;overflow:hidden}.page-work .code-editor-toolbar{height:46px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--text-3);background:#fbfdff;flex:0 0 auto;font-weight:700}.page-work .run-code-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:linear-gradient(135deg,#6d4aff,#4f46e5);color:#fff;font-size:13px;font-weight:700;transition:all .2s ease;box-shadow:0 2px 8px #4f46e54d}.page-work .run-code-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.page-work .run-code-btn:active:not(:disabled){transform:translateY(0)}.page-work .run-code-btn:disabled{opacity:.6;cursor:not-allowed}.page-work .run-code-btn svg{width:16px;height:16px}.page-work .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-work .lang-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef0ff;color:var(--brand);font-size:12px;font-weight:800}.page-work .CodeMirror{height:100%!important;font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.page-work .text-editor.md-editor-host{padding:0;overflow:hidden;display:flex;background:#fff}.page-work .md-split{flex:1;min-width:0;min-height:0;display:grid;grid-template-columns:1fr 1fr}.page-work .md-split-edit{min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--line);display:flex}.page-work .md-split-edit .CodeMirror{flex:1;min-width:0}.page-work .md-split-edit .cm-s-dracula .cm-header{color:#bd93f9;font-weight:700}.page-work .md-split-edit .cm-s-dracula .cm-header-1{font-size:1.35em}.page-work .md-split-edit .cm-s-dracula .cm-header-2{font-size:1.2em}.page-work .md-split-edit .cm-s-dracula .cm-header-3{font-size:1.1em}.page-work .md-split-edit .cm-s-dracula .cm-strong{color:#ffb86c;font-weight:800}.page-work .md-split-edit .cm-s-dracula .cm-em{color:#f1fa8c;font-style:italic}.page-work .md-split-edit .cm-s-dracula .cm-quote{color:#6272a4;font-style:italic}.page-work .md-split-edit .cm-s-dracula .cm-hr{color:#6272a4;font-weight:700}.page-work .md-split-edit .cm-s-dracula .cm-link{color:#8be9fd;text-decoration:underline}.page-work .md-split-edit .cm-s-dracula .cm-url{color:#6272a4}.page-work .md-split-edit .cm-s-dracula .cm-variable-2{color:#50fa7b}.page-work .md-split-preview{min-width:0;min-height:0;overflow:auto;padding:40px 44px 64px;overscroll-behavior:contain}.page-work .md-split-preview :first-child{margin-top:0}.page-work .md-split-preview h1{font-size:28px;line-height:1.2;font-weight:800;margin:28px 0 14px;color:var(--text);font-family:var(--font-display)}.page-work .md-split-preview h2{font-size:21px;margin:26px 0 12px;color:var(--text);letter-spacing:-.02em}.page-work .md-split-preview h3{font-size:16px;margin:20px 0 10px;color:var(--text-2)}.page-work .md-split-preview p{color:var(--text-2);line-height:1.82;font-size:15px;margin:0 0 14px}.page-work .md-split-preview ul,.page-work .md-split-preview ol{margin:12px 0;padding-left:22px}.page-work .md-split-preview li{margin-bottom:8px;color:var(--text-2);line-height:1.78;font-size:15px}.page-work .md-split-preview blockquote{margin:18px 0;padding:12px 16px;border-left:3px solid var(--brand);background:#4d2d820d;color:var(--text-2);border-radius:0 8px 8px 0}.page-work .md-split-preview code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:#eef0f5;padding:2px 6px;border-radius:5px}.page-work .md-split-preview pre{background:#1e1e2e;color:#e4e4ef;padding:14px 16px;border-radius:10px;overflow:auto;margin:16px 0}.page-work .md-split-preview pre code{background:none;padding:0;color:inherit}.page-work .md-split-preview a{color:var(--brand);text-decoration:underline}.page-work .md-split-preview table{border-collapse:collapse;margin:16px 0;font-size:14px}.page-work .md-split-preview th,.page-work .md-split-preview td{border:1px solid var(--line);padding:8px 12px;color:var(--text-2)}@media(max-width:900px){.page-work .md-split{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.page-work .md-split-edit{border-right:none;border-bottom:1px solid var(--line)}}.page-work .code-output-panel{position:absolute;top:16px;right:16px;width:380px;max-width:42%;max-height:calc(100% - 32px);border-radius:18px;overflow:hidden;background:#fff;color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow-lg);transform:translateY(-8px);opacity:0;pointer-events:none;transition:var(--transition);z-index:20;display:flex;flex-direction:column}.page-work .code-output-panel.show{transform:none;opacity:1;pointer-events:auto}.page-work .code-output-header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 16px;background:#fbfdff;border-bottom:1px solid var(--line);font-weight:800;color:var(--text);flex:0 0 auto}.page-work .code-output-close{width:30px;height:30px;border:none;border-radius:9px;background:transparent;color:var(--text-3)}.page-work .code-output-close:hover{background:var(--surface-2)}.page-work .code-output-meta{padding:10px 16px;font-size:12px;color:var(--text-3);border-bottom:1px solid var(--line);flex:0 0 auto}.page-work .code-output-content{margin:0;padding:16px;overflow:auto;color:var(--text);font-size:13px;line-height:1.7;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#fff;flex:1;min-height:0}.page-work .ai-panel{background:#f8fafc;border-left:1px solid var(--line);display:flex;flex-direction:column;min-width:0;min-height:0;color:var(--text);overflow:hidden;flex:1}.page-work .ai-header{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;background:#ffffffb8}.page-work .ai-brand{display:flex;align-items:center;gap:12px}.page-work .ai-avatar{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-soft-2),var(--brand-soft));color:var(--brand)}.page-work .ai-info{display:flex;flex-direction:column;gap:4px}.page-work .ai-name{font-size:16px;font-weight:800;color:var(--text)}.page-work .ai-status{font-size:12px;color:var(--text-3);display:flex;align-items:center;gap:6px}.page-work .agent-auto-match{display:inline-flex;align-items:center;width:max-content;max-width:220px;min-height:20px;padding:0 8px;border-radius:999px;background:#eef0ff;color:var(--brand);border:1px solid #d9d6fe;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .ai-actions{position:relative;display:flex;align-items:center;gap:8px}.page-work .ai-action-btn,.page-work .ai-input-action,.page-work .ai-send-btn{border:none;transition:var(--transition)}.page-work .ai-action-btn{width:34px;height:34px;border-radius:10px;background:#fff;color:var(--text-3);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.page-work .ai-action-btn:hover{background:var(--surface-2);color:var(--text)}.page-work .ai-action-btn.active{background:#eef0ff;color:var(--brand);border-color:#d9d6fe}.page-work .agent-switch-menu,.page-work .chat-history-menu{position:absolute;top:calc(100% + 10px);right:0;width:280px;padding:10px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);display:none;z-index:60}.page-work .agent-switch-menu.show,.page-work .chat-history-menu.show{display:block}.page-work .chat-history-menu{width:300px}.page-work .chat-history-head{padding:4px 4px 10px;color:var(--text-3);font-size:12px;font-weight:800}.page-work .chat-history-new{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;margin-bottom:6px;border:1px dashed #d9d6fe;border-radius:10px;background:#eef0ff;color:var(--brand);font-size:13px;font-weight:700;cursor:pointer;transition:var(--transition)}.page-work .chat-history-new:hover{background:#e0e3ff}.page-work .chat-history-new svg{width:16px;height:16px}.page-work .agent-switch-item{width:100%;min-height:58px;border:0;border-radius:13px;padding:9px;display:flex;align-items:center;gap:10px;text-align:left;background:transparent;color:var(--text)}.page-work .agent-switch-item:hover,.page-work .agent-switch-item.active{background:var(--surface-2)}.page-work .agent-switch-item.active{box-shadow:inset 0 0 0 1px #d9d6fe}.page-work .agent-switch-avatar{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-soft-2),var(--brand-soft));color:var(--brand);font-size:12px;font-weight:900;flex:0 0 auto}.page-work .agent-switch-body{min-width:0;display:flex;flex-direction:column;gap:4px}.page-work .agent-switch-body strong,.page-work .agent-switch-body small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .agent-switch-body strong{font-size:13px;color:var(--text)}.page-work .agent-switch-body small{font-size:12px;color:var(--text-3)}.page-work .agent-switch-empty{padding:12px;color:var(--text-3);font-size:13px;font-weight:700}.page-work .chat-history-item{width:100%;min-height:62px;border:0;border-radius:13px;padding:10px;display:flex;gap:10px;align-items:flex-start;background:transparent;color:var(--text);text-align:left;position:relative}.page-work .chat-history-item:hover,.page-work .chat-history-item.active{background:var(--surface-2)}.page-work .chat-history-item.active{box-shadow:inset 0 0 0 1px #d9d6fe}.page-work .chat-history-item>svg{width:17px;height:17px;margin-top:2px;color:var(--brand);flex:0 0 auto}.page-work .chat-history-item>span{min-width:0;flex:1}.page-work .chat-history-item>span strong,.page-work .chat-history-item>span span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-work .chat-history-item>span strong{font-size:13px;color:var(--text);margin-bottom:4px}.page-work .chat-history-item>span span{font-size:12px;color:var(--text-3)}.page-work .chat-history-delete{width:26px;height:26px;border:none;display:grid;place-items:center;background:transparent;color:var(--text-3);opacity:0;transition:var(--transition);cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.page-work .chat-history-delete svg{width:14px;height:14px}.page-work .chat-history-item:hover .chat-history-delete{opacity:1}.page-work .chat-history-delete:hover{color:#dc2626}.page-work .chat-history-delete:focus-visible{outline:2px solid rgba(77,45,130,.72);outline-offset:2px}.page-work .ai-chat{flex:1;min-height:0;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:14px;overscroll-behavior:contain}.page-work .ai-context-card{padding:16px;border-radius:18px;background:linear-gradient(180deg,#f4f3ff,#efefff);border:1px solid #ddd8ff;flex:0 0 auto}.page-work .context-label{font-size:12px;color:var(--text-3);margin-bottom:8px;font-weight:700}.page-work .context-main{color:var(--text);font-size:16px;font-weight:800;margin-bottom:6px}.page-work .context-sub{color:var(--text-3);font-size:13px;line-height:1.65}.page-work .ai-welcome{padding:16px;border-radius:18px;background:#ffffffeb;border:1px solid var(--line);box-shadow:var(--shadow-sm);flex:0 0 auto}.page-work .ai-welcome-title{font-size:15px;color:var(--text);font-weight:800;margin-bottom:10px}.page-work .ai-welcome-list{margin:0;padding-left:18px;color:var(--text-3);line-height:1.8;font-size:13px}.page-work .quick-prompts{display:grid;grid-template-columns:1fr;gap:10px;flex:0 0 auto}.page-work .quick-prompt{text-align:left;padding:14px 15px;border-radius:14px;background:#fff;border:1px solid var(--line);color:var(--text-2);transition:var(--transition);font-weight:600}.page-work .quick-prompt:hover{background:var(--surface-2);border-color:var(--line-strong);color:var(--text)}.page-work .ai-input-area{padding:16px 18px 18px;border-top:1px solid var(--line);background:#ffffffb8;flex:0 0 auto}.page-work .attached-skills-bar{margin-bottom:10px;padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:#ffffffe0;box-shadow:var(--shadow-sm)}.page-work .attached-skills-label{font-size:12px;font-weight:800;color:var(--text-3);margin-bottom:8px}.page-work .attached-skills-list{display:flex;flex-wrap:wrap;gap:8px}.page-work .attached-skill-chip{min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:#eef0ff;color:var(--brand);border:1px solid #d9d6fe;font-size:12px;font-weight:800}.page-work .attached-skill-chip svg{width:14px;height:14px;flex:0 0 auto}.page-work .attached-file-chip{background:#ecfeff;color:#0f766e;border-color:#a5f3fc}.page-work .attached-skill-chip.attached-file-chip button{background:#0f766e1f;color:#0f766e}.page-work .attached-skill-chip.attached-file-chip button:hover{background:#0f766e2e}.page-work .attached-skill-chip button{width:18px;height:18px;border:0;border-radius:999px;display:grid;place-items:center;background:#4d2d821f;color:var(--brand);padding:0;font-size:12px;line-height:1}.page-work .attached-skill-chip button:hover{background:#4d2d822e}.page-work .ai-input-box{padding:10px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.page-work .ai-input{width:100%;background:transparent;border:none;outline:none;resize:none;color:var(--text);line-height:1.7;min-height:26px;max-height:120px;overflow:auto}.page-work .ai-input::placeholder{color:var(--text-4)}.page-work .ai-input-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.page-work .ai-input-action{width:34px;height:34px;border-radius:10px;background:transparent;color:var(--text-3)}.page-work .ai-input-action:hover{background:var(--surface-2);color:var(--text)}.page-work .ai-input-action.recording{background:#fee2e2;color:#dc2626;animation:voice-pulse 1s ease-in-out infinite}.page-work .ai-input-action.transcribing{opacity:.6;cursor:wait}.page-work .ai-input-action.unsupported{opacity:.45;cursor:help}@keyframes voice-pulse{0%,to{opacity:1}50%{opacity:.5}}.page-work .ai-send-btn{width:38px;height:38px;border-radius:12px;background:#0f172a;color:#fff}.page-work .ai-send-btn:hover{background:#020617}.page-work .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a5c;display:none;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .modal-overlay.show{display:flex}.page-work .modal{width:420px;max-width:calc(100vw - 32px);border-radius:20px;background:#fff;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--line);max-height:calc(100vh - 64px);display:flex;flex-direction:column}.page-work .version-modal{width:760px}.page-work .version-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a5c;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .version-modal{width:760px;max-width:calc(100vw - 32px);border-radius:20px;background:#fff;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--line);max-height:calc(100vh - 64px);display:flex;flex-direction:column}.page-work .version-modal-header{height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);flex-shrink:0}.page-work .version-modal-header h3{font-size:17px;font-weight:800;color:var(--text)}.page-work .version-modal-close{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--text-3);font-size:24px;line-height:1}.page-work .version-modal-close:hover{background:var(--surface-2)}.page-work .version-modal-body{padding:18px;flex:1;min-height:0;overflow:hidden}.page-work .version-modal-body--split{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr);gap:16px;height:100%}.page-work .version-modal-left{min-width:0;overflow-y:auto;align-self:start;max-height:100%;padding-right:4px}.page-work .version-modal-right{min-width:0;overflow-y:auto;align-self:start;max-height:100%;border-left:1px solid var(--surface-2);padding-left:16px;padding-right:4px}@media(max-width:640px){.page-work .version-modal-body{overflow-y:auto}.page-work .version-modal-body--split{grid-template-columns:1fr;grid-template-rows:auto;height:auto}.page-work .version-modal-left{overflow-y:visible;align-self:auto;max-height:none;padding-right:0}.page-work .version-modal-right{overflow-y:visible;align-self:auto;max-height:none;border-left:none;padding-left:0}}.page-work .skill-detail{display:flex;flex-direction:column;gap:8px}.page-work .skill-detail-name{margin:0;font-size:16px}.page-work .skill-detail-summary{margin:0;color:var(--text-2);font-size:13px;line-height:1.5}.page-work .skill-detail-summary .md-root{font-size:inherit;line-height:inherit;color:inherit}.page-work .skill-detail-summary .md-p{margin:0 0 8px}.page-work .skill-detail-summary .md-p:last-child{margin-bottom:0}.page-work .skill-detail-summary .md-h1,.page-work .skill-detail-summary .md-h2,.page-work .skill-detail-summary .md-h3,.page-work .skill-detail-summary .md-h4{color:var(--text);font-size:inherit;line-height:1.45}.page-work .skill-detail-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--text-2)}.page-work .skill-detail-verified{color:#16a34a;font-style:normal;margin-left:4px}.page-work .skill-detail-security{font-size:12px;color:#16a34a}.page-work .skill-detail-stats{display:flex;gap:12px;font-size:12px;color:var(--text-2)}.page-work .skill-detail-category{font-size:12px;color:var(--text-2)}.page-work .skill-detail-label{font-size:12px;color:#d97706}.page-work .skill-detail-version{font-size:12px;color:var(--text-2)}.page-work .skill-detail-loading{padding:24px;text-align:center;color:var(--text-2)}.page-work .skill-detail-error{padding:24px;text-align:center;color:#dc2626}.page-work .plaza-section-title{grid-column:1/-1;font-size:14px;font-weight:700;color:var(--text-2);padding:12px 0 8px;border-top:1px dashed var(--line);margin-top:16px}.page-work .onboarding-modal{width:620px}.page-work .modal-header{height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);flex-shrink:0}.page-work .modal-title{font-size:17px;font-weight:800;color:var(--text)}.page-work .modal-close{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--text-3)}.page-work .modal-close:hover{background:var(--surface-2)}.page-work .modal-body{padding:18px;overflow-y:auto;flex:1}.page-work .form-group{display:flex;flex-direction:column;gap:8px}.page-work .form-label{color:var(--text-2);font-size:14px;font-weight:800}.page-work .form-input{height:44px;border-radius:12px;border:1px solid var(--line);padding:0 14px;outline:none}.page-work .form-textarea{min-height:92px;height:auto;padding:12px 14px;resize:vertical;line-height:1.6}.page-work .form-input:focus{border-color:#4d2d8247;box-shadow:0 0 0 3px #4d2d821a}.page-work .task-modal-body{display:grid;gap:14px}.page-work .schedule-kind-toggle{display:flex;gap:0;border-radius:12px;border:1px solid var(--line);overflow:hidden;background:var(--surface-2)}.page-work .schedule-kind-toggle button{flex:1;height:40px;border:none;background:transparent;color:var(--text-3);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.page-work .schedule-kind-toggle button:hover,.page-work .schedule-kind-toggle button.active,.page-work .schedule-kind-toggle button.active:hover{background:#e5e7eb;color:var(--text)}.page-work .every-input-row{display:flex;gap:8px}.page-work .every-input-row .form-input{flex:1}.page-work .every-input-row select{width:100px;flex:0 0 auto}.page-work .onboarding-body{display:grid;gap:14px}.page-work .onboarding-hero{padding:16px;border-radius:16px;background:linear-gradient(135deg,#eef0ff,#f8fafc);border:1px solid #d9d6fe;color:var(--text-2)}.page-work .onboarding-hero strong{display:block;color:var(--text);font-size:15px;line-height:1.5;margin-bottom:5px}.page-work .onboarding-hero span{display:block;color:var(--text-3);font-size:12px;line-height:1.6}.page-work .onboarding-file-list{display:flex;flex-wrap:wrap;gap:8px;max-height:96px;overflow:auto;padding:10px;border-radius:14px;border:1px solid var(--line);background:var(--surface-2)}.page-work .onboarding-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.page-work .onboarding-choice{position:relative;min-height:38px;border-radius:12px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;padding:0 11px;color:var(--text-3);font-size:12px;font-weight:800;cursor:pointer;transition:var(--transition)}.page-work .onboarding-choice input{position:absolute;opacity:0;pointer-events:none}.page-work .onboarding-choice:has(input:checked){background:#eef0ff;color:var(--brand);border-color:#d9d6fe;box-shadow:inset 0 0 0 1px #4d2d820f}.page-work .onboarding-choice:hover{background:var(--surface-2);color:var(--text)}.page-work .onboarding-file-chip{min-height:28px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;background:#fff;border:1px solid #e8edf5;color:var(--text-3);font-size:12px;font-weight:800}.page-work .form-tip{font-size:12px;color:var(--text-4)}.page-work .version-history-layout{display:grid;grid-template-columns:240px 1fr;gap:14px;min-height:420px}.page-work .version-history-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.page-work .version-history-item{min-height:78px;padding:11px;border-radius:14px;border:1px solid var(--line);background:var(--surface-2);text-align:left;color:var(--text-2);transition:var(--transition)}.page-work .version-history-item:hover,.page-work .version-history-item.active{background:#eef0ff;border-color:#d9d6fe;color:var(--brand)}.page-work .version-history-item strong{display:block;font-size:13px;margin-bottom:5px}.page-work .version-history-item span{display:block;color:var(--text-4);font-size:12px;line-height:1.45}.page-work .version-history-preview{border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);overflow:hidden;min-width:0}.page-work .version-preview-head{padding:14px 16px;border-bottom:1px solid var(--line)}.page-work .version-preview-title{font-size:17px;font-weight:800;color:var(--text);margin-bottom:6px}.page-work .version-preview-meta{color:var(--text-4);font-size:12px}.page-work .version-preview-content{margin:0;padding:16px;max-height:330px;overflow:auto;white-space:pre-wrap;color:var(--text-2);font-family:var(--font-body);font-size:13px;line-height:1.7}.page-work .modal-footer{padding:0 18px 18px;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.page-work .btn{min-width:88px;height:40px;border-radius:12px;border:none;font-weight:800}.page-work .btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.page-work .btn-primary{background:#0f172a;color:#fff}.page-work .btn-danger{background:#dc2626;color:#fff}.page-work .btn-danger:hover{background:#c5242f}.page-work .btn-danger:disabled{opacity:.6;cursor:not-allowed}.page-work .delete-confirm-body{display:flex;gap:14px;align-items:flex-start}.page-work .delete-confirm-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626}.page-work .delete-confirm-icon svg{width:22px;height:22px}.page-work .delete-confirm-warning{background:#fef3c7;color:#d97706}.page-work .delete-confirm-text{display:flex;flex-direction:column;gap:4px;padding-top:2px}.page-work .delete-confirm-main{font-size:14px;color:var(--text);line-height:1.5}.page-work .delete-confirm-sub{font-size:13px;color:var(--text-2);line-height:1.5}.page-work .skills-plaza{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;background:linear-gradient(180deg,#f8faff,#f4f6fb 180px);display:none;flex-direction:column}.page-work .skills-plaza.show{display:flex}.page-work .plaza-topbar{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-work .plaza-left{display:flex;align-items:center;gap:14px}.page-work .plaza-back{height:38px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text-2);font-weight:800}.page-work .plaza-title-wrap h2{margin:0;font-size:22px;line-height:1.2;color:var(--text);letter-spacing:-.03em}.page-work .plaza-title-wrap p{margin:4px 0 0;font-size:13px;color:var(--text-3)}.page-work .plaza-actions{display:flex;gap:10px;align-items:center}.page-work .plaza-btn{height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text-2);font-weight:800}.page-work .plaza-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.page-work .plaza-body{flex:1;min-height:0;overflow:auto;padding:20px 24px 28px}.page-work .plaza-shell{display:grid;grid-template-columns:280px 1fr;gap:18px;min-height:100%}.page-work .plaza-sidebar{display:grid;gap:14px;align-content:start}.page-work .plaza-card{background:#ffffffeb;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden}.page-work .plaza-card-head{padding:16px;border-bottom:1px solid var(--line);background:#fbfdff}.page-work .plaza-card-head h3{margin:0;font-size:15px;color:var(--text)}.page-work .plaza-card-head p{margin:6px 0 0;color:var(--text-3);font-size:12px;line-height:1.6}.page-work .plaza-card-body{padding:16px;display:grid;gap:12px}.page-work .plaza-side-list{display:grid;gap:8px}.page-work .plaza-side-item{min-height:38px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text-2);font-weight:700;padding:0 12px;display:flex;align-items:center}.page-work .plaza-side-item.active{background:#eef0ff;color:var(--brand);border-color:#d9d6fe}.page-work .plaza-main{display:grid;gap:14px;align-content:start}.page-work .plaza-toolbar{background:#ffffffeb;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.page-work .plaza-search{position:relative;width:340px;max-width:100%}.page-work .plaza-search input{width:100%;height:40px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);padding:0 14px 0 38px;outline:none}.page-work .plaza-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-4);width:16px;height:16px}.page-work .plaza-filter-row{display:flex;gap:8px;flex-wrap:wrap}.page-work .plaza-filter{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text-3);font-size:12px;font-weight:800}.page-work .plaza-filter.active{background:#eef0ff;color:var(--brand);border-color:#d9d6fe}.page-work .plaza-grid{display:grid;grid-template-columns:repeat(5,minmax(240px,1fr));gap:14px}.page-work .plaza-pager{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 0;border-top:1px solid var(--line);margin-top:8px}.page-work .plaza-pager .pager-info{font-size:13px;color:var(--text-2);white-space:nowrap}.page-work .plaza-pager .pager-controls{display:flex;gap:8px}.page-work .plaza-pager .pager-btn{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text-3);font-size:12px;font-weight:800;cursor:pointer;transition:all .15s ease}.page-work .plaza-pager .pager-btn:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:#eef0ff}.page-work .plaza-pager .pager-btn:disabled{opacity:.5;cursor:not-allowed;color:var(--text-3)}.page-work .market-card{min-height:112px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);padding:14px;display:grid;gap:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.page-work .market-card.selected{border-color:#d9d6fe;background:#fbfbff;box-shadow:0 14px 32px #4d2d821a;outline:2px solid rgba(77,45,130,.16)}.page-work .plaza-modal-text{margin:0;font-size:14px;line-height:1.6;color:var(--text)}.page-work .market-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.page-work .market-icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#eef0ff;color:var(--brand)}.page-work .market-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:800;background:#eff6ff;color:#2563eb}.page-work .market-body h4{margin:0 0 6px;font-size:15px;color:var(--text)}.page-work .market-body p{margin:0;font-size:12px;line-height:1.65;color:var(--text-3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-work .market-meta{display:flex;flex-wrap:wrap;gap:6px}.page-work .market-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--surface-2);border:1px solid #ebf0f6;color:var(--text-3);font-size:11px;font-weight:700}.page-work .market-actions{display:flex;gap:8px}.page-work .market-actions button{flex:1;min-height:34px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--text-2);font-size:12px;font-weight:800}.page-work .market-actions button.primary{background:#0f172a;color:#fff;border-color:#0f172a}.page-work .market-actions button[disabled]{opacity:.55;cursor:not-allowed}.page-work .upload-drop{border:1px dashed #cbd5e1;border-radius:16px;padding:18px;background:#fff;text-align:center;color:var(--text-3);font-size:13px;line-height:1.7}.page-work .upload-drop strong{color:var(--text)}.page-work .doc-section>p:empty{display:none}.page-work .mobile-backdrop{position:fixed;inset:var(--topbar-h) 0 0;z-index:120;display:none;background:#1f2f2452;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .mobile-backdrop.show{display:block}@media(max-width:1320px){.page-work{--work-w:300px !important;--ai-w:330px !important;--nav-w:68px !important}.page-work .main-layout.with-work-panel.with-ai-panel{grid-template-columns:var(--nav-w) var(--work-w) minmax(0,1fr) var(--ai-w)!important}.page-work .content-area{padding:14px}.page-work .text-editor{padding:44px 38px 64px}.page-work .plaza-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media(max-width:1080px){.page-work{--ai-w:320px !important}.page-work .main-layout.with-work-panel.with-ai-panel{grid-template-columns:var(--nav-w) minmax(0,1fr) var(--ai-w)!important}.page-work .work-panel{position:fixed;top:var(--topbar-h);left:0;bottom:0;z-index:130;width:min(88vw,340px);transform:translate(-105%);box-shadow:var(--shadow-lg);transition:transform .24s ease}.page-work.show-workspace-panel .work-panel{transform:translate(0)}.page-work .left-nav{grid-column:1}.page-work .content-area{grid-column:2}.page-work .ai-panel{grid-column:3}.page-work .plaza-shell{grid-template-columns:1fr}.page-work .plaza-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.page-work{--topbar-h:60px;--nav-w:100%}.page-work .mobile-panel-toggle{display:grid}html:has(body>#root>.page-work){overflow:auto}body:has(>#root>.page-work){overflow:auto;min-height:100%}.page-work body:before{position:absolute}.page-work .topbar{position:sticky;top:0;padding:0 12px}.page-work .topbar-left{gap:8px;min-width:0}.page-work .topbar-logo span{display:none}.page-work .topbar-badge{white-space:nowrap}.page-work .topbar-right{gap:8px}.page-work input,.page-work textarea,.page-work select,.page-work [contenteditable=true],.page-work .ai-input,.page-work .search-input,.page-work .form-input,.page-work .plaza-search input,.page-work .CodeMirror,.page-work .CodeMirror pre,.page-work .CodeMirror-code,.page-work .CodeMirror textarea,.page-work #code-textarea{font-size:16px!important}.page-work .main-layout{height:auto;min-height:calc(100vh - var(--topbar-h));display:flex;flex-direction:column;overflow:visible;padding-bottom:70px}.page-work .left-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:140;height:58px;border:1px solid var(--line);border-radius:22px;padding:6px;flex-direction:row;justify-content:space-around;box-shadow:var(--shadow-lg);background:#ffffffeb}.page-work .nav-item{min-height:46px;flex:1;flex-direction:row;gap:6px;border-radius:16px}.page-work .nav-item svg{width:18px;height:18px}.page-work .work-panel,.page-work .ai-panel{position:fixed;top:var(--topbar-h);bottom:78px;z-index:130;width:min(92vw,380px);box-shadow:var(--shadow-lg);transition:transform .24s ease}.page-work .work-panel{left:0;transform:translate(-105%)}.page-work .ai-panel{right:0;transform:translate(105%);border-left:1px solid var(--line);border-bottom-left-radius:22px}.page-work.show-workspace-panel .work-panel,.page-work.show-ai-panel .ai-panel{transform:translate(0)}.page-work .content-area{min-height:calc(100vh - var(--topbar-h) - 70px);padding:12px;overflow:visible}.page-work .content-shell{height:auto;min-height:inherit}.page-work .content-tabs{min-height:50px;border-radius:16px}.page-work .content-tab{height:36px;max-width:220px}.page-work .content-tab span:not(.tab-close){overflow:hidden;text-overflow:ellipsis}.page-work .content-toolbar{align-items:stretch;flex-direction:column;border-radius:16px}.page-work .toolbar-left,.page-work .toolbar-right{gap:8px}.page-work .toolbar-right{display:grid;grid-template-columns:1fr 1fr}.page-work .toolbar-btn{justify-content:center;width:100%}.page-work .editor-container{min-height:calc(100vh - var(--topbar-h) - 202px);border-radius:18px}.page-work .text-editor{padding:30px 20px 44px}.page-work .doc-title{font-size:30px}.page-work .doc-section h2{font-size:20px}.page-work .code-output-panel{left:12px;right:12px;width:auto;max-width:none}.page-work .plaza-topbar{height:auto;min-height:64px;padding:12px;align-items:stretch;flex-direction:column}.page-work .plaza-left,.page-work .plaza-actions{align-items:stretch;flex-direction:column}.page-work .plaza-body{padding:12px}.page-work .plaza-sidebar{grid-template-columns:1fr}.page-work .plaza-toolbar{align-items:stretch;flex-direction:column}.page-work .plaza-search{width:100%}.page-work .plaza-grid{grid-template-columns:1fr}.page-work .work-resizer,.page-work .ai-resizer,.page-work .panel-collapse-btn,.page-work .content-expand-btn{display:none}}@media(max-width:480px){.page-work .topbar-icon{width:36px;height:36px}.page-work .topbar-badge{font-size:11px;padding:0 8px}.page-work .content-area,.page-work .content-toolbar{padding:10px}.page-work .toolbar-left span{font-size:12px}.page-work .toolbar-right{grid-template-columns:1fr}.page-work .editor-container{min-height:calc(100vh - var(--topbar-h) - 238px)}.page-work .text-editor{padding:24px 16px 38px}.page-work .doc-title{font-size:27px}.page-work .doc-meta{gap:8px;margin-bottom:20px}.page-work .highlight-box{padding:15px}.page-work .quick-prompt{padding:13px}.page-work .work-panel,.page-work .ai-panel{bottom:76px}.page-work .ai-input-area{padding:12px 14px 14px}.page-work .modal-footer{flex-direction:column-reverse}.page-work .btn{width:100%}}.page-work .ai-messages{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1;padding:8px 4px}.page-work .ai-msg{max-width:88%;padding:8px 12px;border-radius:10px;font-size:13px;line-height:1.5;word-break:break-word}.page-work .ai-msg-user{align-self:flex-end;background:var(--brand,#4d2d82);color:#fff}.page-work .ai-msg-assistant{align-self:flex-start;background:var(--surface-3,#f1f5f9);color:var(--text,#0f172a)}.page-work .ai-msg-text{min-width:0}.page-work .ai-msg-typing{display:flex;align-items:center;gap:4px;padding:4px 0}.page-work .ai-msg-typing span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--text-3,#64748b);animation:md-typing-bounce 1.2s ease-in-out infinite}.page-work .ai-msg-typing span:nth-child(2){animation-delay:.15s}.page-work .ai-msg-typing span:nth-child(3){animation-delay:.3s}@keyframes md-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.page-work .md-cursor{display:inline-block;width:2px;height:1em;margin-left:2px;background:var(--brand,#4d2d82);vertical-align:text-bottom;animation:md-cursor-blink 1s step-end infinite}.page-work .ai-msg-user .md-cursor{background:#fff}@keyframes md-cursor-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.page-work .md-root{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:13px;line-height:1.6}.page-work .md-p{margin:6px 0}.page-work .md-p:first-child{margin-top:0}.page-work .md-p:last-child{margin-bottom:0}.page-work .md-strong{font-weight:600}.page-work .md-em{font-style:italic}.page-work .md-h1{margin:12px 0 8px;font-size:16px;font-weight:600;line-height:1.4}.page-work .md-h2{margin:12px 0 8px;font-size:15px;font-weight:600;line-height:1.4}.page-work .md-h3{margin:10px 0 6px;font-size:14px;font-weight:600;line-height:1.4}.page-work .md-h4{margin:10px 0 4px;font-size:13px;font-weight:600;line-height:1.4}.page-work .md-ul{margin:6px 0;padding-left:20px;list-style:disc}.page-work .md-ol{margin:6px 0;padding-left:20px;list-style:decimal}.page-work .md-li{padding-left:2px;margin:2px 0}.page-work .md-blockquote{margin:6px 0;padding-left:10px;border-left:2px solid}.page-work .md-code-inline{padding:1px 4px;border-radius:4px;font-family:ui-monospace,monospace;font-size:12px}.page-work .md-code-block{display:block;min-width:100%;white-space:pre;font-family:ui-monospace,monospace;font-size:12px}.page-work .md-pre{margin:8px 0;padding:8px 10px;border-radius:6px;overflow-x:auto}.page-work .md-table-wrap{margin:8px 0;max-width:100%;overflow-x:auto;border-radius:6px}.page-work .md-table{min-width:100%;border-collapse:collapse;font-size:12px;text-align:left}.page-work .md-th{padding:4px 8px;font-weight:600;border-bottom:1px solid}.page-work .md-td{padding:4px 8px;border-top:1px solid;vertical-align:top}.page-work .md-hr{margin:10px 0;border:0;border-top:1px solid}.page-work .md-checkbox{margin-right:6px;vertical-align:middle}.page-work .md-a{text-decoration:underline}.page-work .md-img{max-width:100%;border-radius:6px}.page-work .md-img-button{display:block;max-width:100%;padding:0;margin:6px 0;border:0;background:none;cursor:zoom-in;border-radius:6px;overflow:hidden}.page-work .md-img-button:focus-visible{outline:2px solid var(--brand,#4d2d82);outline-offset:2px}.page-work .md-image-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:12px;background:#0f172ae6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .md-image-preview-toolbar{position:absolute;left:50%;top:12px;transform:translate(-50%);z-index:10;display:flex;gap:4px;padding:4px;border-radius:8px;border:1px solid var(--line,#e3e8f2);background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .md-image-preview-toolbar button{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:6px;background:none;color:var(--text,#0f172a);cursor:pointer;transition:background-color .15s}.page-work .md-image-preview-toolbar button:hover:not(:disabled){background:var(--surface-3,#f1f5f9)}.page-work .md-image-preview-toolbar button:disabled{opacity:.35;cursor:not-allowed}.page-work .md-image-preview-toolbar button svg{width:16px;height:16px}.page-work .md-image-preview-close{position:absolute;right:12px;top:12px;z-index:10;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--line,#e3e8f2);border-radius:8px;background:#ffffffeb;color:var(--text,#0f172a);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-work .md-image-preview-close:hover{background:var(--surface-3,#f1f5f9)}.page-work .md-image-preview-close svg{width:16px;height:16px}.page-work .md-image-preview-img{max-height:calc(100vh - 24px);max-width:calc(100vw - 24px);border-radius:6px;object-fit:contain;box-shadow:0 10px 30px #0006;touch-action:none;-webkit-user-select:none;user-select:none;cursor:zoom-in}.page-work .md-image-preview-img.is-grabbable{cursor:grab}.page-work .md-image-preview-img.is-dragging{cursor:grabbing}.page-work .md-image-preview-img:not(.is-dragging){transition:transform .15s}.page-work .md-h1:first-child,.page-work .md-h2:first-child,.page-work .md-h3:first-child,.page-work .md-h4:first-child{margin-top:0}.page-work .ai-msg-assistant .md-blockquote{border-color:var(--line-strong,#cbd5e1);color:var(--text-3,#64748b)}.page-work .ai-msg-assistant .md-code-inline{background:var(--surface-3,#f8fafd)}.page-work .ai-msg-assistant .md-pre{background:var(--surface-3,#f8fafd);border:1px solid var(--line,#e3e8f2)}.page-work .ai-msg-assistant .md-th{background:var(--surface-3,#f8fafd);border-color:var(--line,#e3e8f2)}.page-work .ai-msg-assistant .md-td,.page-work .ai-msg-assistant .md-hr{border-color:var(--line,#e3e8f2)}.page-work .md-a{color:var(--brand-2,#6941c6)}.page-work .ai-msg-user .md-a{color:#fff}.page-work .md-citation{display:inline-flex;align-items:center;justify-content:center;width:1.4em;height:1.4em;margin:0 2px;border-radius:50%;border:1px solid var(--line-strong,#cbd5e1);background:var(--surface-3,#f1f5f9);font-family:ui-monospace,monospace;font-size:.7em;font-weight:600;line-height:1;text-decoration:none;vertical-align:baseline;transition:background-color .15s,border-color .15s,color .15s}.page-work .md-citation:hover{border-color:var(--brand,#4d2d82);background:var(--brand-soft,rgba(77,45,130,.08));color:var(--brand,#4d2d82)}.page-work .ai-msg-user .md-citation{border-color:#fff6;background:#ffffff26}.page-work .ai-msg-user .md-citation:hover{border-color:#fff;background:#ffffff40;color:#fff}.page-work .ai-msg-user .md-blockquote{border-color:#fff6;color:#ffffffd9}.page-work .ai-msg-user .md-code-inline{background:#fff3}.page-work .ai-msg-user .md-pre{background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.page-work .ai-msg-user .md-th{background:#ffffff26;border-color:#ffffff4d}.page-work .ai-msg-user .md-td{border-color:#fff3}.page-work .ai-msg-user .md-hr{border-color:#fff6}.page-work .workspace-module-detail.automation-row{position:relative;display:flex;align-items:center;width:100%;min-width:0;max-width:100%;padding:0;background:transparent;border:none;overflow:hidden}.page-work .automation-row .automation-row-main{flex:1 1 auto;width:100%;display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:8px;background:transparent;border:none;padding:8px 12px;cursor:pointer;text-align:left;color:inherit;min-width:0;overflow:hidden}.page-work .automation-row .automation-marker{flex:0 0 auto;font-size:12px;color:var(--text-tertiary, #999);white-space:nowrap}.page-work .automation-row .automation-row-main strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-work .automation-row .automation-status-badge{flex:0 0 auto;margin-left:0;font-size:11px;padding:2px 6px;border-radius:4px;background:#0000000f}.page-work .automation-row .automation-status-badge.active{background:#22c55e26;color:#16a34a}.page-work .automation-row .automation-status-badge.paused{background:#eab30826;color:#ca8a04}.page-work .automation-row .automation-status-badge.disabled{background:#00000014;color:#999}.page-work .automation-hover-actions{display:flex;position:absolute;z-index:1;top:50%;right:0;align-items:center;gap:2px;padding:2px 8px 2px 4px;border-radius:8px;background:var(--surface-2, #f8fafc);transform:translateY(-50%);visibility:hidden;opacity:0;pointer-events:none;transition:opacity var(--transition)}.page-work .automation-row:hover .automation-hover-actions,.page-work .automation-row:focus-within .automation-hover-actions{visibility:visible;opacity:1;pointer-events:auto}.page-work .automation-hover-actions button{background:transparent;border:none;cursor:pointer;padding:4px 6px;font-size:14px;border-radius:4px;color:inherit}.page-work .automation-hover-actions button:hover{background:#00000014}.page-work .score-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:800;background:#fef3c7;color:#d97706}.page-work .version-list{display:flex;flex-direction:column;gap:12px}.page-work .version-list-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.page-work .version-list-header h4{margin:0;font-size:14px;font-weight:800;color:var(--text)}.page-work .version-count{font-size:12px;color:var(--text-3);font-weight:600}.page-work .version-items{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto;padding-right:4px}.page-work .version-item{display:flex;align-items:flex-start;gap:10px;min-height:56px;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#fff;cursor:pointer;transition:var(--transition)}.page-work .version-item:hover{background:var(--surface-2);border-color:var(--line-strong)}.page-work .version-item.selected{background:#eef0ff;border-color:#d9d6fe;box-shadow:inset 0 0 0 1px #4d2d8214}.page-work .version-item input[type=radio]{margin-top:3px;accent-color:var(--brand);width:16px;height:16px;flex:0 0 auto}.page-work .version-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.page-work .version-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.page-work .version-number{font-size:13px;font-weight:800;color:var(--text)}.page-work .version-current{min-height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;font-size:11px;font-weight:800;background:var(--green-soft);color:var(--green)}.page-work .version-date{font-size:12px;color:var(--text-3)}.page-work .version-changelog{margin:0;font-size:12px;color:var(--text-3);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-work .install-btn{min-height:40px;border-radius:12px;border:none;background:#0f172a;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:var(--transition)}.page-work .install-btn:hover:not(:disabled){background:#020617}.page-work .install-btn:disabled{opacity:.5;cursor:not-allowed}.page-work .automation-detail-sidebar{position:absolute;top:0;right:0;bottom:0;width:360px;background:var(--bg-elevated, #fff);border-left:1px solid var(--border, #e8e8e8);box-shadow:-4px 0 24px #00000014;z-index:100;display:flex;flex-direction:column;overflow:hidden}.page-work .automation-detail-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid var(--border, #e8e8e8)}.page-work .automation-detail-header-left{display:flex;align-items:center;gap:12px;min-width:0}.page-work .automation-detail-title{font-size:16px;font-weight:600;color:var(--text-primary, #1a1a1a);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-work .automation-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.page-work .automation-status-badge.active{background:#22c55e26;color:#16a34a}.page-work .automation-status-badge.paused{background:#eab30826;color:#ca8a04}.page-work .automation-status-badge.inactive{background:#00000014;color:#999}.page-work .automation-detail-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--text-tertiary, #6b7280);transition:all .2s ease}.page-work .automation-detail-close:hover{background:#0000000f;color:var(--text-primary, #1a1a1a)}.page-work .automation-detail-actions{display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid var(--border, #e8e8e8)}.page-work .action-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--border, #e0e0e0);border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:var(--text-secondary, #4b5563);cursor:pointer;transition:all .2s ease}.page-work .action-btn:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.page-work .action-btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.page-work .action-btn-primary:hover{background:var(--brand-2);border-color:var(--brand-2);color:#fff}.page-work .automation-detail-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.page-work .automation-info-card{background:#f8fafc;border-radius:12px;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.page-work .card-section{display:flex;flex-direction:column;gap:4px}.page-work .card-section-label{font-size:12px;color:var(--text-tertiary, #9ca3af);font-weight:500}.page-work .card-section-value{font-size:14px;color:var(--text-primary, #1a1a1a);font-weight:500}.page-work .card-section-value.highlight{color:var(--blue)}.page-work .automation-prompt-card,.page-work .automation-runs-card{background:#fff;border:1px solid var(--border, #e8e8e8);border-radius:12px;overflow:hidden}.page-work .card-header{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid var(--border, #e8e8e8);background:#fafafa}.page-work .card-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:var(--blue-soft);color:var(--blue)}.page-work .card-title{font-size:14px;font-weight:600;color:var(--text-primary, #1a1a1a)}.page-work .card-count{margin-left:auto;font-size:12px;color:var(--text-tertiary, #9ca3af);background:#0000000a;padding:2px 8px;border-radius:10px}.page-work .card-content{padding:16px}.page-work .prompt-content{margin:0;font-size:13px;line-height:1.6;color:var(--text-secondary, #4b5563);white-space:pre-wrap;word-break:break-word;font-family:SF Mono,Monaco,Inconsolata,monospace;background:#f8fafc;padding:12px;border-radius:8px;border:1px solid var(--border, #e8e8e8)}.page-work .runs-loading,.page-work .runs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 16px;color:var(--text-tertiary, #9ca3af);font-size:13px}.page-work .loading-spinner{width:24px;height:24px;border:2px solid var(--border, #e0e0e0);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-work .runs-empty svg{color:var(--border, #d0d0d0)}.page-work .run-timeline{list-style:none;margin:0;padding:0}.page-work .run-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border, #f0f0f0)}.page-work .run-item:last-child{border-bottom:none}.page-work .run-timeline-marker{display:flex;align-items:flex-start;justify-content:center;padding-top:4px}.page-work .run-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.page-work .run-status-dot.succeeded{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.page-work .run-status-dot.failed{background:var(--red);box-shadow:0 0 0 3px var(--red-soft)}.page-work .run-status-dot.running{background:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.page-work .run-status-dot.queued,.page-work .run-status-dot.skipped,.page-work .run-status-dot.cancelled{background:#9ca3af;box-shadow:0 0 0 3px #9ca3af26}.page-work .run-item-content{flex:1;min-width:0}.page-work .run-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.page-work .run-time{font-size:13px;font-weight:500;color:var(--text-primary, #1a1a1a)}.page-work .run-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:500;white-space:nowrap}.page-work .run-status-tag.succeeded{background:var(--green-soft);color:var(--green)}.page-work .run-status-tag.failed{background:var(--red-soft);color:var(--red)}.page-work .run-status-tag.running{background:var(--blue-soft);color:var(--blue)}.page-work .run-status-tag.queued,.page-work .run-status-tag.skipped,.page-work .run-status-tag.cancelled{background:#9ca3af1f;color:#6b7280}.page-work .run-summary{margin-top:6px;font-size:12px;color:var(--text-secondary, #6b7280);line-height:1.5}.page-work .run-error{display:flex;align-items:flex-start;gap:6px;margin-top:6px;padding:8px 10px;background:#ef444414;border-radius:6px;font-size:12px;color:#dc2626;line-height:1.5}.page-work .run-error svg{flex-shrink:0;margin-top:2px}.page-work .tts-btn-wrapper{display:inline-flex;align-items:center}.page-work .tts-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--color-muted, #6b7280);cursor:pointer;border-radius:4px;transition:all .15s ease}.page-work .tts-btn:hover{background:#0000000f;color:var(--color-foreground, #111827)}.page-work .tts-btn.playing{color:var(--brand)}.page-work .ai-panel{background:#fafbfff5}.page-work .ai-header{position:relative;z-index:2;min-height:68px;padding:12px 14px;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.page-work .ai-avatar{width:36px;height:36px;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.page-work .ai-avatar svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.page-work .ai-name{font-size:14px;font-weight:750}.page-work .ai-info{gap:2px}.page-work .ai-status{font-size:11px}.page-work .ai-actions{gap:5px}.page-work .ai-action-btn{width:32px;height:32px;border-radius:9px;background:transparent;border-color:transparent}.page-work .ai-action-btn:hover,.page-work .ai-action-btn.active{background:var(--surface-2);border-color:var(--line)}.page-work .ai-action-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.page-work .ai-chat{position:relative;z-index:1;padding:0;gap:0;background:linear-gradient(180deg,#ffffffa3,#f8faffe6)}.page-work .chat-message-list{display:flex;flex-direction:column;gap:18px;width:100%;padding:20px 16px 34px}.page-work .chat-message-row{display:flex;min-width:0;width:100%}.page-work .chat-message-row-user{justify-content:flex-end}.page-work .chat-message-row-assistant{justify-content:flex-start}.page-work .chat-user-bubble{min-width:0;max-width:86%;overflow:hidden;padding:9px 13px;border-radius:18px 18px 6px;background:var(--brand);color:#fff;box-shadow:0 7px 18px #4d2d8229}.page-work .chat-user-bubble .md-root{font-size:13px;line-height:1.58}.page-work .chat-user-bubble .md-a{color:#fff}.page-work .chat-user-bubble .md-blockquote{border-color:#ffffff6b;color:#ffffffdb}.page-work .chat-user-bubble .md-code-inline{background:#ffffff29}.page-work .chat-user-bubble .md-pre{background:#ffffff1f;border-color:#ffffff38}.page-work .chat-assistant-response{min-width:0;max-width:100%;flex:1;padding:0 2px}.page-work .chat-assistant-content{min-width:0;color:var(--text)}.page-work .chat-assistant-content .md-root{font-size:13.5px;line-height:1.72}.page-work .chat-assistant-content .md-p{margin:8px 0}.page-work .chat-assistant-content .md-h1{font-size:17px}.page-work .chat-assistant-content .md-h2{font-size:15px}.page-work .chat-assistant-content .md-pre{margin:10px 0;padding:10px 12px;border-radius:8px;background:#f2f4f8;border:1px solid var(--line)}.page-work .chat-message-toolbar{display:flex;align-items:center;gap:2px;min-height:28px;margin-top:4px;opacity:.72;transition:opacity .15s ease}.page-work .chat-assistant-response:hover .chat-message-toolbar{opacity:1}.page-work .chat-message-toolbar>button,.page-work .chat-message-toolbar .tts-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;color:var(--text-3);background:transparent}.page-work .chat-message-toolbar>button:hover,.page-work .chat-message-toolbar .tts-btn:hover{background:var(--surface-2);color:var(--text)}.page-work .chat-message-toolbar svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}.page-work .chat-thinking{display:flex;align-items:center;gap:5px;min-height:24px;padding:2px 3px}.page-work .chat-thinking span{width:5px;height:5px;border-radius:50%;background:var(--brand);animation:md-typing-bounce 1.2s ease-in-out infinite}.page-work .chat-thinking span:nth-child(2){animation-delay:.15s}.page-work .chat-thinking span:nth-child(3){animation-delay:.3s}.page-work .chat-empty-state{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px 18px 48px;text-align:center}.page-work .chat-empty-mark{display:grid;place-items:center;width:38px;height:38px;margin-bottom:14px;border-radius:13px;background:var(--brand-soft);color:var(--brand)}.page-work .chat-empty-mark svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.page-work .chat-empty-state h2{margin:0;color:var(--text);font-size:20px;line-height:1.3;font-weight:720;letter-spacing:0}.page-work .chat-empty-state>p{max-width:280px;margin:8px 0 20px;color:var(--text-3);font-size:12px;line-height:1.6}.page-work .chat-empty-state-simple>p{margin-bottom:0}.page-work .chat-empty-state .quick-prompts{width:100%;gap:8px}.page-work .chat-empty-state .quick-prompt{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:10px 12px;border-radius:10px;background:#ffffffd1;font-size:12px;font-weight:600;box-shadow:0 5px 18px #0f172a09}.page-work .chat-empty-state .quick-prompt svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;color:var(--text-4)}.page-work .tool-activity-group{min-width:0;width:100%}.page-work .tool-activity-steps{margin:4px 0 4px 12px;padding-left:12px;border-left:1px solid rgba(77,45,130,.14)}.page-work .tool-activity-step{position:relative;padding:2px 0 6px}.page-work .tool-activity-step:before{content:"";position:absolute;left:-16px;top:7px;width:7px;height:7px;border:2px solid rgba(255,255,255,.95);border-radius:50%;background:#a8b0bf}.page-work .tool-step-brief{display:block;overflow:hidden;color:var(--text-3);font-size:11.5px;font-weight:500;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.page-work .ai-input-area{position:relative;padding:10px 12px 12px;border-top:0;background:linear-gradient(180deg,#f8faff00,#f8fafff5 24%)}.page-work .attached-skills-bar{margin:0 2px 8px;padding:8px 9px;border-radius:10px;background:#ffffffd1;box-shadow:none}.page-work .attached-skills-label{margin-bottom:6px;font-size:10px}.page-work .attached-skills-list{gap:5px}.page-work .attached-skill-chip{min-height:25px;max-width:100%;gap:5px;padding:0 7px;border-radius:7px;font-size:10px;font-weight:650}.page-work .attached-skill-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-work .attached-skill-chip svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}.page-work .attached-skill-chip button{width:16px;height:16px}.page-work .ai-input-box{padding:7px;border-radius:18px;border-color:#4d2d8229;background:#fffffff5;box-shadow:0 16px 42px -28px #23163fb8,0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.page-work .ai-input-box:focus-within{border-color:#4d2d8257;box-shadow:0 18px 46px -28px #4d2d828f,0 0 0 3px #4d2d820e}.page-work .ai-input{min-height:42px;max-height:132px;padding:7px 8px 3px;line-height:1.55;font-size:13px}.page-work .ai-input-actions{margin-top:3px}.page-work .ai-input-actions>div{display:flex;align-items:center;gap:2px}.page-work .ai-input-action{width:32px;height:32px;border-radius:10px}.page-work .ai-input-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.page-work .ai-input-action:disabled{cursor:not-allowed;opacity:.45}.page-work .ai-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.page-work .ai-send-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--brand);box-shadow:0 7px 16px #4d2d8238}.page-work .ai-send-btn:hover{background:var(--brand-2)}.page-work .ai-send-btn:disabled{cursor:not-allowed;opacity:.38;box-shadow:none}.page-work .ai-send-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.page-work .chat-disclaimer{margin:7px 0 0;text-align:center;color:var(--text-4);font-size:9.5px}@media(max-width:480px){.page-work .chat-message-list{padding:16px 14px 26px}.page-work .chat-user-bubble{max-width:90%}.page-work .chat-assistant-content .md-root{font-size:13px}.page-work .ai-input-area{padding:8px 10px 10px}}.page-work .voice-selector{position:relative}.page-work .voice-selector-badge{font-size:13px;font-weight:800;color:var(--brand);line-height:1}.page-work .voice-selector-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.page-work .voice-selector-fallback svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.page-work .voice-selector-chevron{width:12px!important;height:12px!important;fill:none;stroke:currentColor;stroke-width:2;transition:transform .15s ease}.page-work .voice-selector-trigger.active .voice-selector-chevron{transform:rotate(180deg)}.page-work .voice-selector-autoplay{display:flex;align-items:center;justify-content:space-between;padding:8px 12px}.page-work .voice-selector-autoplay-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text, #111827)}.page-work .voice-selector-autoplay-label svg{width:16px;height:16px;color:var(--text-3, #6b7280)}.page-work .voice-selector-divider{height:1px;margin:4px 0;background:var(--line, #e5e7eb)}.page-work .toggle-switch{position:relative;width:36px;height:20px;border:none;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .15s ease;flex:0 0 auto}.page-work .toggle-switch.on{background:var(--brand)}.page-work .toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .15s ease}.page-work .toggle-switch.on .toggle-knob{transform:translate(16px)}.page-work .voice-selector-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:240px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}.page-work .voice-selector-loading{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;text-align:center;color:var(--color-muted, #6b7280)}.page-work .voice-selector-loading svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}.page-work .voice-selector-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:none;background:transparent;cursor:pointer;text-align:left}.page-work .voice-selector-item:hover{background:#0000000a}.page-work .voice-selector-item.active{background:var(--brand-soft)}.page-work .voice-selector-item.active .voice-selector-item-main strong{color:var(--brand)}.page-work .voice-selector-item-main strong{display:block;font-size:13px}.page-work .voice-selector-item-main small{display:block;font-size:11px;color:var(--color-muted, #6b7280)}.page-work .voice-selector-preview{width:120px;height:32px}.page-work .voice-preview-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--color-muted, #6b7280);cursor:pointer;border-radius:4px;transition:all .15s ease}.page-work .voice-preview-btn:hover{background:#0000000f;color:var(--color-foreground, #111827)}.page-work .voice-preview-btn.playing{color:var(--brand)}.page-work .voice-preview-btn:disabled{opacity:.5;cursor:not-allowed}.page-work .voice-preview-btn svg{width:16px;height:16px}.page-work .automation-run-error{margin-top:4px;color:#dc2626}
