@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Sora:wght@500;700&display=swap";.app-header{background:#ffffffdb;border-bottom:1px solid var(--border);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-left,.header-right{display:flex;align-items:center;gap:12px}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#0f766e,#0b5c55 65%,#d97706 120%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-family:var(--font-display)}.logo-text{font-weight:600;font-size:15px}.header-divider{width:1px;height:24px;background:var(--border)}.module-name{font-weight:500;color:var(--text-secondary);font-size:14px}.tenant-pill{padding:6px 10px;background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;font-size:12px}.tenant-select{min-width:180px;padding:6px 30px 6px 12px;font-size:12px;font-family:var(--font);border-radius:999px;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237b8794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.tenant-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1f}.user-info{display:flex;align-items:center;gap:10px;padding:6px 12px;background:var(--surface-alt);border-radius:999px;border:1px solid var(--border);cursor:pointer;transition:all .15s ease;font-family:var(--font)}.user-info:hover{background:var(--surface);border-color:var(--border-strong)}.user-avatar{width:30px;height:30px;border-radius:50%;background:conic-gradient(from 90deg at 50% 50%,#0f766e,#0ea5e9,#d97706,#0f766e);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:11px;text-transform:uppercase}.user-name{font-size:13px;font-weight:500}.user-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:110;display:flex;align-items:flex-start;justify-content:flex-end}.user-menu-panel{margin:72px 24px 24px;width:min(320px,calc(100% - 32px));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;animation:slideDown .2s ease-out}.user-menu-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-weight:600}.user-menu-panel-body{padding:8px}.user-menu-profile{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);background:var(--surface-alt);margin-bottom:8px}.user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:var(--radius);font-size:13px;font-family:var(--font);color:var(--text);cursor:pointer;transition:all .15s ease;border:1px solid transparent}.user-menu-item:hover{background:var(--surface-alt);border-color:var(--border)}.user-menu-item svg{color:var(--text-muted)}.apps-toggle{padding:8px}.apps-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:110;display:flex;align-items:flex-start;justify-content:flex-end;animation:fadeIn .15s ease-out}.apps-panel{margin:72px 24px 24px;width:min(360px,calc(100% - 32px));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;animation:slideDown .2s ease-out}.apps-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-weight:600}.apps-panel-body{padding:8px}.apps-empty{padding:16px;color:var(--text-muted);font-size:13px;text-align:center}.apps-list{display:flex;flex-direction:column;gap:8px}.apps-item{display:flex;gap:12px;align-items:center;padding:10px 12px;border-radius:var(--radius);text-decoration:none;color:var(--text);border:1px solid transparent;background:var(--surface);transition:all .15s ease}.apps-item:hover{background:var(--surface-alt);border-color:var(--border)}.apps-item-icon{width:32px;height:32px;border-radius:8px;background:var(--accent-soft);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0}.apps-item-info{flex:1;min-width:0}.apps-item-name{font-weight:600;font-size:13px}.apps-item-url{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.mobile-menu-btn:hover{background:var(--surface-alt);color:var(--text)}.mobile-menu{display:none;position:fixed;right:0;bottom:0;left:0;top:60px;background:#0f172a66;z-index:100;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-content{position:absolute;top:0;right:0;width:280px;max-width:calc(100vw - 40px);background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-md);padding:8px;transform:translate(100%);transition:transform .25s ease}.mobile-menu.open .mobile-menu-content{transform:translate(0)}.mobile-menu-item{display:flex;align-items:center;gap:12px;padding:12px;background:transparent;border-radius:var(--radius);font-size:14px;color:var(--text);text-decoration:none;transition:background .15s ease}.mobile-menu-item:hover{background:var(--surface-alt)}.mobile-menu-divider{height:1px;background:var(--border);margin:8px 0}.mobile-tenant-select{display:none;padding:0 4px 8px}.mobile-tenant-select label{display:block;font-size:11px;color:var(--text-muted);margin:8px 0 6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.mobile-menu-btn{display:flex}.mobile-menu{display:block}.app-header{padding:0 12px}.logo-text,.header-divider,.user-info,.tenant-pill,.tenant-select,.apps-toggle{display:none}.apps-panel,.user-menu-panel{margin:64px 12px 12px;width:calc(100% - 24px)}.mobile-tenant-select{display:block}.mobile-tenant-select .tenant-select{display:block;width:100%}}.tooltip{position:relative;display:inline-flex;align-items:center}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--surface-alt);color:var(--text-muted);font-size:10px;font-weight:600;cursor:help;margin-left:6px;border:1px solid var(--border)}.tooltip-bubble{position:fixed;left:var(--tooltip-left, 0);top:var(--tooltip-top, 0);background:var(--text);color:#fff;padding:8px 12px;border-radius:var(--radius);font-size:12px;line-height:1.5;max-width:240px;white-space:pre-line;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:1000;box-shadow:var(--shadow-md)}.tooltip-bubble.is-open{opacity:1;pointer-events:auto}.tooltip-bubble:after{content:"";position:absolute;left:var(--tooltip-arrow-left, 50%);bottom:-6px;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--text)}.tooltip-bubble[data-side=bottom]:after{top:-6px;bottom:auto;border-top-color:transparent;border-bottom-color:var(--text)}.ai-chat-root{--font: "Zen Kaku Gothic New", "Noto Sans", sans-serif;--font-display: "Sora", "Zen Kaku Gothic New", sans-serif;--bg: #f5f2eb;--surface: #ffffff;--surface-alt: #fdf7ee;--border: #e5e0d4;--border-strong: #d6cfc2;--text: #1f2a30;--text-secondary: #44515c;--text-muted: #7b8794;--accent: #0f766e;--accent-strong: #0b5c55;--accent-soft: #d7f3ee;--warn: #d97706;--warn-soft: #fef3c7;--danger: #dc2626;--danger-soft: #fee2e2;--shadow-sm: 0 2px 6px rgba(15, 23, 42, .06);--shadow-md: 0 12px 24px rgba(15, 23, 42, .08);--radius: 12px;--radius-lg: 18px;font-family:var(--font);color:var(--text);--scrollbar-offset: 8px;width:100%;height:100%;display:flex;flex-direction:column;position:relative;min-height:0}.ai-chat-root.is-full-height{height:var(--app-height, 100vh);min-height:var(--app-height, 100vh)}.ai-chat-root,.ai-chat-root *{box-sizing:border-box}.ai-chat-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font);white-space:nowrap}.ai-chat-root .btn:disabled{opacity:.5;cursor:not-allowed}.ai-chat-root .btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.ai-chat-root .btn-secondary:hover:not(:disabled){background:var(--surface-alt);border-color:var(--border-strong)}.ai-chat-root .btn-danger{background:var(--danger-soft);color:#7a1f1f;border:1px solid rgba(220,38,38,.35)}.ai-chat-root .btn-danger:hover:not(:disabled){background:#fecaca}.ai-chat-root .btn-ghost{background:transparent;color:var(--text-secondary)}.ai-chat-root .btn-ghost:hover:not(:disabled){background:#0f766e14}.ai-chat-root .btn-xs{padding:4px 8px;font-size:11px}.ai-chat-root .alert{padding:12px 16px;border-radius:var(--radius);font-size:13px;border:1px solid transparent}.ai-chat-root .alert-error{background:var(--danger-soft);color:#7a1f1f;border-color:#dc262659}.ai-chat-root .alert-warning{background:var(--warn-soft);color:#6b4a10;border-color:#d9770659}.ai-chat-root .loading{display:flex;align-items:center;justify-content:center;padding:40px}.ai-chat-root .loading-spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:ai-chat-spin .8s linear infinite}.ai-chat-root .select{width:100%;padding:10px 36px 10px 12px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237b8794' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.ai-chat-root .chat-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;border:none;border-radius:0;overflow:visible;background:transparent;flex:1;height:100%;min-height:0}.ai-chat-root .chat-sidebar,.ai-chat-root .chat-main{background:transparent;border:none;border-radius:0;box-shadow:none}.ai-chat-root .chat-sidebar{padding:16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);display:flex;flex-direction:column;gap:14px;min-height:0}.ai-chat-root .mobile-sidebar-overlay{display:none}.ai-chat-root .sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-chat-root .sidebar-title{font-weight:700}.ai-chat-root .sidebar-sub{font-size:12px;color:var(--text-muted)}.ai-chat-root .tenant-select-inline{display:flex;align-items:center;width:100%;padding:4px 6px;border:1px solid var(--border-light);border-radius:999px;background:var(--surface-hover)}.ai-chat-root .tenant-select-inline:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1f}.ai-chat-root .tenant-select-inline .select{width:100%;padding:4px 24px 4px 8px;font-size:11px;border-radius:999px;background-position:right 10px center;background-color:transparent;border:none;box-shadow:none}.ai-chat-root .tenant-select-inline .select:focus{outline:none}.ai-chat-root .chat-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1;min-height:0;box-sizing:content-box;width:100%;padding-right:var(--scrollbar-offset);margin-right:calc(-1 * var(--scrollbar-offset));scrollbar-gutter:stable}.ai-chat-root .chat-list,.ai-chat-root .chat-messages{scrollbar-width:thin;scrollbar-color:rgba(31,42,48,.25) transparent}.ai-chat-root .chat-list::-webkit-scrollbar,.ai-chat-root .chat-messages::-webkit-scrollbar{width:6px}.ai-chat-root .chat-list::-webkit-scrollbar-track,.ai-chat-root .chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-root .chat-list::-webkit-scrollbar-thumb,.ai-chat-root .chat-messages::-webkit-scrollbar-thumb{background-color:#1f2a3033;border-radius:999px}.ai-chat-root .chat-list::-webkit-scrollbar-thumb:hover,.ai-chat-root .chat-messages::-webkit-scrollbar-thumb:hover{background-color:#1f2a3059}.ai-chat-root .chat-list::-webkit-scrollbar-button,.ai-chat-root .chat-messages::-webkit-scrollbar-button{display:none;width:0;height:0}.ai-chat-root .chat-list-item{text-align:left;padding:10px 12px;border-radius:var(--radius);border:1px solid transparent;background:var(--surface-alt);cursor:pointer;transition:all .2s ease}.ai-chat-root .chat-list-item:hover{border-color:var(--border-strong)}.ai-chat-root .chat-list-item.active{border-color:var(--accent-strong);background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .chat-list-item.active .chat-list-title,.ai-chat-root .chat-list-item.active .chat-list-meta{color:var(--accent-strong)}.ai-chat-root .chat-list-title{font-weight:600;margin-bottom:4px}.ai-chat-root .chat-list-meta{font-size:11px;color:var(--text-muted);display:flex;justify-content:space-between;gap:8px}.ai-chat-root .chat-list-loading{padding:12px;text-align:center;font-size:12px;color:var(--text-muted)}.ai-chat-root .chat-list-loadmore{margin-top:6px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.ai-chat-root .chat-list-loadmore:hover:not(:disabled){background:var(--surface-alt);border-color:var(--border-strong);color:var(--text)}.ai-chat-root .chat-list-loadmore:disabled{opacity:.6;cursor:not-allowed}.ai-chat-root .empty-state{font-size:12px;color:var(--text-muted);padding:12px;text-align:center}.ai-chat-root .empty-state-sub{font-size:12px;opacity:.8}.ai-chat-root .chat-main{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:0;background:transparent;flex:1;border:none;border-radius:0;overflow:visible;position:relative}.ai-chat-root .chat-messages{flex:1;overflow-y:auto;padding:16px 0 calc(var(--composer-height, 120px) + 24px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(var(--composer-height, 120px) + 24px + env(safe-area-inset-bottom));background:transparent;display:flex;flex-direction:column;gap:20px;min-height:0;box-sizing:content-box;width:100%;padding-right:var(--scrollbar-offset);margin-right:calc(-1 * var(--scrollbar-offset));scrollbar-gutter:stable}.ai-chat-root .chat-loading{display:flex;justify-content:center;align-items:center;padding:28px 0}.ai-chat-root .loading-dots,.ai-chat-root .chat-thinking{display:inline-flex;align-items:center;gap:6px}.ai-chat-root .chat-thinking{min-height:18px;color:var(--text-muted)}.ai-chat-root .loading-dot{width:7px;height:7px;border-radius:999px;background:var(--text-muted);opacity:.45;animation:chat-dot-bounce 1.2s infinite ease-in-out}.ai-chat-root .loading-dot:nth-child(2){animation-delay:.2s}.ai-chat-root .loading-dot:nth-child(3){animation-delay:.4s}@keyframes chat-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-6px);opacity:1}}.ai-chat-root .chat-empty{max-width:520px;margin:40px auto 0;padding:32px;border-radius:var(--radius-lg);border:1px dashed var(--border);background:var(--surface-alt);text-align:center;color:var(--text-muted);display:flex;flex-direction:column;gap:12px}.ai-chat-root .chat-message-row{display:flex;padding:0;width:100%}.ai-chat-root .chat-message-row.is-user{justify-content:flex-end}.ai-chat-root .chat-message-row.is-assistant{justify-content:flex-start}.ai-chat-root .chat-message{padding:10px 0;border-radius:16px;background:transparent;border:none;max-width:100%;width:100%}.ai-chat-root .chat-message.is-user{max-width:720px;width:fit-content;background:var(--accent-soft);border:1px solid rgba(15,118,110,.2);padding:12px 14px}.ai-chat-root .chat-message.is-assistant{background:transparent}.ai-chat-root .chat-message-meta{font-size:11px;color:var(--text-muted);display:flex;gap:8px;margin-bottom:8px}.ai-chat-root .chat-role{font-weight:600;color:var(--text-secondary)}.ai-chat-root .chat-message-content{font-size:14px;line-height:1.65;white-space:pre-wrap}.ai-chat-root .chat-message-content.markdown{white-space:normal}.ai-chat-root .chat-message-content.markdown>*:first-child{margin-top:0}.ai-chat-root .chat-message-content.markdown>*:last-child{margin-bottom:0}.ai-chat-root .chat-message-content.markdown p{margin:0 0 10px}.ai-chat-root .chat-message-content.markdown ul,.ai-chat-root .chat-message-content.markdown ol{margin:0 0 10px 18px;padding:0}.ai-chat-root .chat-message-content.markdown li{margin:2px 0}.ai-chat-root .chat-message-content.markdown a{color:var(--accent-strong);text-decoration:underline}.ai-chat-root .chat-message-content.markdown code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;padding:2px 6px;border-radius:6px;background:#0f766e1a;color:var(--accent-strong)}.ai-chat-root .chat-message-content.markdown pre{margin:0;padding:0;border:none;border-radius:0;background:transparent;color:inherit;box-shadow:none;overflow-x:auto}.ai-chat-root .chat-message-content.markdown pre code{padding:0;background:transparent;color:inherit}.ai-chat-root .chat-message-content.markdown .code-block{border-radius:12px;overflow:hidden;border:1px solid rgba(15,118,110,.2);margin:0 8px 12px;background:#0f172a;color:#e2e8f0}.ai-chat-root .chat-message-content.markdown .code-block-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;font-size:11px;background:#0f766e14;color:var(--text-secondary)}.ai-chat-root .chat-message-content.markdown .code-block.theme-light .code-block-header{background:#f8fafc;color:var(--text-muted)}.ai-chat-root .chat-message-content.markdown .code-block-header .code-block-lang{text-transform:uppercase;letter-spacing:.4px}.ai-chat-root .chat-message-content.markdown .code-copy-button{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:999px;padding:2px 8px;font-size:10px;cursor:pointer}.ai-chat-root .chat-message-content.markdown .code-copy-button:hover{border-color:var(--border-strong);color:var(--text)}.ai-chat-root .chat-message-content.markdown .code-copy-button.is-copied{border-color:#16a34a66;background:#dcfce7;color:#166534}.ai-chat-root .chat-message-content.markdown .code-block pre{margin:0;padding:10px 12px 12px}.ai-chat-root .chat-message-content.markdown .code-block.theme-light pre,.ai-chat-root .chat-message-content.markdown .code-block.theme-light{background:#f8fafc;color:#0f172a}.ai-chat-root .chat-message-content.markdown .hljs{color:inherit}.ai-chat-root .chat-message-content.markdown .hljs-keyword,.ai-chat-root .chat-message-content.markdown .hljs-selector-tag,.ai-chat-root .chat-message-content.markdown .hljs-literal{color:#38bdf8}.ai-chat-root .chat-message-content.markdown .hljs-string,.ai-chat-root .chat-message-content.markdown .hljs-attr,.ai-chat-root .chat-message-content.markdown .hljs-number{color:#fbbf24}.ai-chat-root .chat-message-content.markdown .hljs-title,.ai-chat-root .chat-message-content.markdown .hljs-section{color:#a5b4fc}.ai-chat-root .chat-message-content.markdown .hljs-comment,.ai-chat-root .chat-message-content.markdown .hljs-quote{color:#94a3b8;font-style:italic}.ai-chat-root .chat-message-content.markdown blockquote{margin:0 0 12px;padding:6px 12px;border-left:3px solid var(--accent);background:#0f766e14;color:var(--text-secondary)}.ai-chat-root .chat-message-content.markdown hr{border:none;border-top:1px solid var(--border);margin:12px 0}.ai-chat-root .chat-message-content.markdown table{width:100%;border-collapse:collapse;margin:0 0 12px;font-size:12px}.ai-chat-root .chat-message-content.markdown th,.ai-chat-root .chat-message-content.markdown td{border:1px solid var(--border);padding:6px 8px;text-align:left}.ai-chat-root .chat-message-content.markdown th{background:var(--surface-alt)}.ai-chat-root .chat-attachments,.ai-chat-root .chat-outputs,.ai-chat-root .chat-files{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ai-chat-root .chat-files{flex-direction:row;flex-wrap:wrap;gap:8px}.ai-chat-root .chat-attachments-title,.ai-chat-root .chat-outputs-title{font-size:11px;color:var(--text-muted);font-weight:600}.ai-chat-root .chat-attachment,.ai-chat-root .chat-output{padding:4px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:11px;color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;width:fit-content}.ai-chat-root .chat-attachment:hover,.ai-chat-root .chat-output:hover{border-color:var(--border-strong);color:var(--text)}.ai-chat-root .file-preview-card{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:14px;border:1px solid var(--border);background:var(--surface);text-align:left;transition:all .18s ease;cursor:pointer;width:100%;max-width:320px;min-width:0;align-self:flex-start;overflow:hidden}.ai-chat-root .file-preview-card.is-clickable:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.ai-chat-root .file-preview-card.is-disabled{cursor:default;opacity:.6}.ai-chat-root .file-preview-thumb{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.ai-chat-root .file-preview-thumb.is-image{border-color:#0f766e40;background:#fff}.ai-chat-root .file-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ai-chat-root .file-preview-ext{font-size:10px;font-weight:700;color:var(--text-secondary);letter-spacing:.04em}.ai-chat-root .file-preview-meta{display:flex;flex-direction:column;gap:2px;min-width:0;max-width:100%;flex:1 1 auto}.ai-chat-root .file-preview-name{display:flex;align-items:baseline;gap:2px;min-width:0;max-width:100%;font-size:12px;font-weight:600;color:var(--text)}.ai-chat-root .file-preview-name-main{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .file-preview-name-ext{flex-shrink:0}.ai-chat-root .file-preview-sub{font-size:11px;color:var(--text-muted);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .file-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:0;z-index:40;animation:file-preview-fade .18s ease}.ai-chat-root .file-preview-modal{width:100%;height:100%;max-width:none;max-height:none;background:var(--surface);border:1px solid var(--border);border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:12px;padding:18px;animation:file-preview-pop .18s ease;min-height:0}.ai-chat-root .file-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-chat-root .file-preview-title{font-size:15px;font-weight:600;color:var(--text)}.ai-chat-root .file-preview-body{flex:1;min-height:240px;min-width:0;border-radius:14px;border:1px solid var(--border);background:var(--surface-alt);overflow:hidden;display:flex;align-items:center;justify-content:center}.ai-chat-root .file-preview-body.is-pdf{align-items:stretch;justify-content:stretch}.ai-chat-root .file-preview-body.is-document{align-items:stretch;justify-content:flex-start;padding:12px;background:var(--surface);min-height:0;overflow:auto}.ai-chat-root .file-preview-body img,.ai-chat-root .file-preview-body iframe,.ai-chat-root .file-preview-body video{width:100%;height:100%;border:none;object-fit:contain;background:#fff;display:block}.ai-chat-root .file-preview-body iframe{min-height:clamp(200px,50vh,520px)}.ai-chat-root .file-preview-body audio{width:100%}.ai-chat-root .file-preview-office{position:relative;width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;gap:12px;min-height:0}.ai-chat-root .file-preview-docx,.ai-chat-root .file-preview-pptx{width:100%}.ai-chat-root .file-preview-docx .docx-wrapper{padding:16px 0;background:var(--surface)}.ai-chat-root .file-preview-docx .docx-wrapper>section,.ai-chat-root .file-preview-docx .docx{margin:0 auto 16px;box-shadow:var(--shadow-sm)}.ai-chat-root .file-preview-pptx .pptx-wrapper{width:100%;transform-origin:top left}.ai-chat-root .file-preview-pptx .pptx-wrapper section{margin:0 auto 16px;box-shadow:var(--shadow-sm);background:#fff}.ai-chat-root .file-preview-loading{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:120px;color:var(--text-muted)}.ai-chat-root .file-preview-text-wrap{display:flex;flex-direction:column;gap:8px;width:100%;overflow:visible;min-height:0}.ai-chat-root .file-preview-text{font-size:12px;line-height:1.6;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;margin:0}.ai-chat-root .file-preview-table-wrap{display:flex;flex-direction:column;gap:8px;width:100%;overflow:visible;min-height:0}.ai-chat-root .file-preview-table{width:100%;border-collapse:collapse;font-size:12px;color:var(--text-secondary)}.ai-chat-root .file-preview-table th,.ai-chat-root .file-preview-table td{border:1px solid var(--border);padding:6px 8px;text-align:left;vertical-align:top}.ai-chat-root .file-preview-table th{background:var(--surface-alt);font-weight:600;color:var(--text)}.ai-chat-root .file-preview-note{font-size:11px;color:var(--text-muted)}.ai-chat-root .file-preview-fallback{font-size:12px;color:var(--text-muted);padding:18px;text-align:center}.ai-chat-root .file-preview-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}@keyframes file-preview-fade{0%{opacity:0}to{opacity:1}}@keyframes file-preview-pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-chat-root .chat-citations{margin-top:10px;display:flex;flex-direction:column;gap:4px}.ai-chat-root .chat-citations-title{font-size:11px;color:var(--text-muted);font-weight:600}.ai-chat-root .chat-citation{font-size:12px;color:var(--accent-strong);text-decoration:none}.ai-chat-root .chat-citation:hover{text-decoration:underline}.ai-chat-root .chat-file{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid var(--border);background:var(--surface);font-size:12px}.ai-chat-root .chat-composer{padding:0;border-top:none;background:transparent;display:flex;flex-direction:column;gap:12px;position:absolute;left:0;right:0;bottom:0;z-index:2}.ai-chat-root .chat-input{border:1px solid var(--border);border-radius:16px;padding:8px 12px;background:var(--surface);display:flex;flex-direction:column;gap:10px;box-shadow:none}.ai-chat-root .chat-input .textarea{width:100%;border:none;padding:0;font-family:var(--font);font-size:14px;resize:none;background:transparent;color:var(--text);min-height:28px;line-height:1.5;max-height:160px;overflow-y:auto}.ai-chat-root .chat-input .textarea:focus{outline:none}.ai-chat-root .chat-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap}.ai-chat-root .chat-actions-right{display:flex;align-items:center;gap:8px}.ai-chat-root .chat-actions-left{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.ai-chat-root .chat-actions input[type=file]{display:none}.ai-chat-root .icon-button{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-secondary);font-size:12px;cursor:pointer;transition:all .15s ease;min-width:32px;min-height:32px}.ai-chat-root .icon-button svg{width:16px;height:16px}.ai-chat-root .icon-button:hover{border-color:var(--border-strong);color:var(--text)}.ai-chat-root .icon-button:disabled{opacity:.5;cursor:not-allowed}.ai-chat-root .icon-button.active,.ai-chat-root .icon-button-primary{background:var(--accent);border-color:var(--accent);color:#fff}.ai-chat-root .icon-button-primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.ai-chat-root .icon-label{display:none;font-size:11px}.ai-chat-root .icon-menu{position:relative}.ai-chat-root .icon-popover{position:absolute;bottom:calc(100% + 8px);left:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);padding:8px;z-index:5;max-height:280px;overflow-y:auto}.ai-chat-root .model-settings-popover{min-width:260px;max-height:360px}.ai-chat-root .model-popover{width:280px;min-width:260px;max-width:320px}.ai-chat-root .model-settings-section{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ai-chat-root .model-settings-label{font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.ai-chat-root .model-settings-hint{font-size:11px;color:var(--text-muted);margin-bottom:6px}.ai-chat-root .model-chip-list{display:flex;flex-wrap:wrap;gap:6px}.ai-chat-root .model-chip{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:4px 8px;font-size:11px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:all .15s ease}.ai-chat-root .model-chip:disabled{opacity:.6;cursor:not-allowed}.ai-chat-root .model-chip:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-alt)}.ai-chat-root .model-chip.active{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .model-chip[data-tone=allow].active{background:var(--success-light, #dcfce7);color:#15803d;border-color:#15803d59}.ai-chat-root .model-chip[data-tone=block].active{background:var(--danger-soft);color:#b91c1c;border-color:#b91c1c59}.ai-chat-root .model-chip-label{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .model-chip-icon{font-size:10px}.ai-chat-root .model-settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px}.ai-chat-root .icon-popover-title{font-size:11px;color:var(--text-muted);margin-bottom:6px}.ai-chat-root .icon-option{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;border:1px solid transparent;background:transparent;font-size:12px;color:var(--text);cursor:pointer}.ai-chat-root .icon-popover .icon-option+.icon-option{margin-top:4px}.ai-chat-root .icon-option-label{display:inline-flex;align-items:center;gap:6px;min-width:0;flex:1 1 auto}.ai-chat-root .icon-option-label>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .icon-option:hover{background:var(--surface-alt)}.ai-chat-root .icon-option.active{background:var(--accent-soft);border-color:var(--accent-strong);color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .model-option{display:grid;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:6px;padding:2px 4px;min-width:0}.ai-chat-root .model-option.has-favorite{grid-template-columns:minmax(0,1fr) 20px 16px}.ai-chat-root .model-option-main{width:100%;text-align:left;border:1px solid transparent;background:transparent;border-radius:8px;padding:6px 8px;font-size:12px;color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease;min-width:0;overflow:hidden}.ai-chat-root .model-option-main .icon-option-label{width:100%}.ai-chat-root .model-option-main .icon-option-label>span:first-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .model-option:hover .model-option-main{background:var(--surface-alt)}.ai-chat-root .model-option.active .model-option-main{background:var(--accent-soft);border-color:var(--accent-strong);color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .model-option-favorite{width:20px;height:20px;border-radius:999px;border:none;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .15s ease}.ai-chat-root .model-option-favorite:hover:not(:disabled){color:var(--accent);border-color:transparent;background:transparent}.ai-chat-root .model-option-favorite.active{color:#f59e0b;background:transparent;border-color:transparent;box-shadow:none}.ai-chat-root .model-option-favorite:disabled{opacity:.5;cursor:not-allowed}.ai-chat-root .icon-check{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 2px #0f766e26;flex-shrink:0;justify-self:end}.ai-chat-root .icon-option.active .icon-check,.ai-chat-root .model-option.active .icon-check{background:var(--accent);box-shadow:0 0 0 2px #0f766e40}.ai-chat-root .icon-note{font-size:11px;color:var(--text-muted);padding:4px 6px}.ai-chat-root .icon-error{font-size:11px;color:#7a1f1f;background:var(--danger-soft);border:1px solid rgba(220,38,38,.35);padding:6px 8px;border-radius:8px}.ai-chat-root .composer-note{font-size:11px;color:var(--text-muted)}.ai-chat-root .settings-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a4d;display:flex;align-items:center;justify-content:center;z-index:30}.ai-chat-root .settings-modal{width:min(560px,calc(100% - 24px));max-height:min(80vh,680px);background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:16px;padding:16px}.ai-chat-root .settings-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-chat-root .settings-title{font-size:16px;font-weight:600;color:var(--text)}.ai-chat-root .settings-body{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-right:4px}.ai-chat-root .settings-section{display:flex;flex-direction:column;gap:8px}.ai-chat-root .settings-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.ai-chat-root .settings-textarea{border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:13px;font-family:var(--font);min-height:96px;resize:vertical;background:#fff;color:var(--text)}.ai-chat-root .settings-textarea.is-readonly{background:var(--surface-alt);color:var(--text-secondary)}.ai-chat-root .settings-textarea:focus{outline:none;border-color:#0f766e66;box-shadow:0 0 0 3px #0f766e1f}.ai-chat-root .settings-hint{font-size:11px;color:var(--text-muted)}.ai-chat-root .settings-hint-inline{margin-right:auto}.ai-chat-root .settings-error{font-size:11px;color:#7a1f1f;background:var(--danger-soft);border:1px solid rgba(220,38,38,.35);padding:6px 8px;border-radius:8px}.ai-chat-root .settings-presets,.ai-chat-root .settings-chip-list{display:flex;flex-wrap:wrap;gap:8px}.ai-chat-root .settings-chip{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:6px 12px;font-size:12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:all .15s ease}.ai-chat-root .settings-chip span{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-root .settings-chip .settings-chip-badge{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.ai-chat-root .settings-chip.settings-chip-ghost{border-style:dashed;color:var(--text-muted);background:transparent}.ai-chat-root .settings-chip:hover{border-color:var(--border-strong);background:var(--surface-alt)}.ai-chat-root .settings-chip.active{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .settings-chip.is-applied{border-style:solid}.ai-chat-root .settings-chip-badge{font-size:10px;padding:2px 6px;border-radius:999px;background:#0f766e1f;color:var(--accent-strong)}.ai-chat-root .settings-input{border:1px solid var(--border);border-radius:12px;padding:8px 12px;font-size:12px;font-family:var(--font);background:#fff;color:var(--text)}.ai-chat-root .settings-input.is-readonly{background:var(--surface-alt);color:var(--text-secondary)}.ai-chat-root .settings-input:focus{outline:none;border-color:#0f766e66;box-shadow:0 0 0 3px #0f766e1f}.ai-chat-root .settings-inline-actions{display:flex;align-items:center;gap:8px}.ai-chat-root .settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.ai-chat-root .mobile-toggles{display:none;gap:8px;position:absolute;top:12px;left:12px;z-index:6}.ai-chat-root .mobile-toggle{display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.ai-chat-root .mobile-toggle:hover{border-color:var(--border-strong);color:var(--text)}.ai-chat-root .mobile-toggle.active{background:var(--accent-soft);border-color:var(--accent-strong);color:var(--accent-strong);box-shadow:0 0 0 2px #0f766e1f}.ai-chat-root .chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;min-height:300px}.ai-chat-root .chat-empty-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--accent-soft) 0%,rgba(15,118,110,.15) 100%);border-radius:50%;margin-bottom:16px;color:var(--accent)}.ai-chat-root .chat-empty-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}.ai-chat-root .chat-empty-sub{font-size:13px;color:var(--text-muted);max-width:320px;margin-bottom:20px}.ai-chat-root .chat-empty-hints{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.ai-chat-root .chat-empty-hint{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:12px;color:var(--text-secondary)}.ai-chat-root .chat-empty-hint svg{color:var(--accent)}.ai-chat-root .chat-list-preview{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.ai-chat-root .chat-list-time{flex-shrink:0;font-size:10px;color:var(--text-muted)}@keyframes ai-chat-spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.ai-chat-root .mobile-sidebar-overlay{position:fixed;right:0;bottom:0;left:0;top:60px;background:#0f172a66;z-index:20;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;display:block}.ai-chat-root .mobile-sidebar-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.ai-chat-root .mobile-toggles{display:flex}.ai-chat-root .chat-shell{grid-template-columns:1fr;min-height:auto;gap:0}.ai-chat-root .chat-sidebar{position:fixed;top:120px;left:16px;bottom:16px;width:min(320px,calc(100% - 32px));border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transform:translate(-120%);transition:transform .2s ease;z-index:25;background:var(--surface)}.ai-chat-root .chat-sidebar.mobile-open{transform:translate(0)}.ai-chat-root .chat-main{order:1;min-height:500px}}@media (max-width: 640px){.ai-chat-root .chat-composer{bottom:2%}.ai-chat-root .chat-main{min-height:400px;border-radius:var(--radius-lg)}.ai-chat-root .chat-empty{padding:24px 12px;min-height:200px}.ai-chat-root .chat-empty-icon{width:60px;height:60px}.ai-chat-root .chat-empty-icon svg{width:32px;height:32px}.ai-chat-root .chat-empty-title{font-size:16px}.ai-chat-root .chat-empty-hints{gap:6px}.ai-chat-root .chat-empty-hint{padding:4px 10px;font-size:11px}.ai-chat-root .chat-message{padding:10px 12px;max-width:100%}.ai-chat-root .chat-input .textarea{font-size:16px}.ai-chat-root .chat-message-row{padding:0}.ai-chat-root.is-full-height .chat-composer{position:fixed;left:12px;right:12px;bottom:calc(env(safe-area-inset-bottom) + 8px);padding:10px 0 14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}}*,*:before,*:after{box-sizing:border-box}:root{--font: "Zen Kaku Gothic New", "Noto Sans", sans-serif;--font-display: "Sora", "Zen Kaku Gothic New", sans-serif;--bg: #f5f2eb;--surface: #ffffff;--surface-alt: #fdf7ee;--border: #e5e0d4;--border-strong: #d6cfc2;--text: #1f2a30;--text-secondary: #44515c;--text-muted: #7b8794;--accent: #0f766e;--accent-strong: #0b5c55;--accent-soft: #d7f3ee;--warn: #d97706;--warn-soft: #fef3c7;--danger: #dc2626;--danger-soft: #fee2e2;--shadow-sm: 0 2px 6px rgba(15, 23, 42, .06);--shadow-md: 0 12px 24px rgba(15, 23, 42, .08);--radius: 12px;--radius-lg: 18px}body{margin:0;font-family:var(--font);color:var(--text);background:radial-gradient(1200px 800px at -10% -10%,rgba(15,118,110,.16),transparent 60%),radial-gradient(900px 700px at 110% 0%,rgba(217,119,6,.18),transparent 55%),linear-gradient(180deg,#f8f6f1,#f3efe6);line-height:1.5;-webkit-font-smoothing:antialiased;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(15,23,42,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.05) 1px,transparent 1px);background-size:28px 28px;opacity:.2;pointer-events:none;z-index:-2}.app-layout{min-height:var(--app-height, 100vh);display:flex;flex-direction:column;height:var(--app-height, 100vh)}@supports (height: 100dvh){.app-layout{height:var(--app-height, 100dvh);min-height:var(--app-height, 100dvh)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;border-radius:999px;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font);white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 6px 18px #0f766e40}.btn-primary:hover:not(:disabled){background:var(--accent-strong);transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-alt);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){background:#0f766e14}.btn-sm{padding:6px 10px;font-size:12px}.btn-xs{padding:4px 8px;font-size:11px}.btn-icon{width:36px;height:36px;padding:0}.main-content{flex:1;padding:26px;max-width:none;margin:0;width:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}@media (max-width: 640px){.main-content{padding:0 12px}}
