.toast-wrapper{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-container{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;pointer-events:auto}.toast-success{background:#16a34a;color:#fff}.toast-error{background:#dc2626;color:#fff}.toast-info{background:#2563eb;color:#fff}.toast-icon{font-size:16px;font-weight:700}.toast-message{max-width:300px;word-break:break-word}.toast-enter{animation:toast-slide-in .3s ease-out forwards}.toast-exit{animation:toast-slide-out .3s ease-in forwards}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}:root{--primary-color: #2563eb;--secondary-color: #0f172a;--text-main: #111827;--text-muted: #64748b;--bg-main: #ffffff;--border-color: rgba(226, 232, 240, .92);--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;--shadow-sm: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-md: 0 10px 15px -3px rgb(0 0 0 / .1);font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;color:var(--text-main);background:var(--bg-main);color-scheme:light}html,body,#root{min-height:100%;margin:0}body{min-width:320px}.store-admin-page-hero,.coupon-page-hero{margin-bottom:24px}.store-admin-filter-row,.coupon-filter-row{display:flex;gap:12px;margin-bottom:20px;align-items:center}.store-admin-filter-row input,.store-admin-filter-row select,.coupon-filter-row input,.coupon-filter-row select{min-height:48px;border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:0 16px;background:var(--bg-main)}.store-admin-panel,.coupon-panel{padding:0;overflow:hidden}.store-admin-table-wrap,.coupon-table-wrap{width:100%;overflow-x:auto}.store-admin-table-wrap code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:var(--font-mono);font-size:12px}.coupon-verify-layout{display:grid;grid-template-columns:1fr;gap:20px}.coupon-stats-panel>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.coupon-tip-banner{padding:16px;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md);color:#92400e;font-size:14px;margin-bottom:16px}:root{font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;color:#111827;background:#ffffff;color-scheme:light}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:#ffffff;color:#111827}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.clean-shell{min-height:100vh;padding:0 0 40px;background:#ffffff}.app-main,.clean-header,.dashboard-page,.page-stack{width:100%}.clean-header{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 40px 16px;border-bottom:1px solid rgba(226,232,240,.92);background:#ffffff;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:none;backdrop-filter:none}.app-main{padding:18px 40px 0}.top-nav{display:flex;gap:8px;flex-wrap:wrap;padding:0}.top-nav-inline{flex:1;justify-content:center;padding:0}.header-nav-shell{flex:1;min-width:0;display:flex;justify-content:center}.brand-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eff6ff;border:1px solid rgba(96,165,250,.22);color:#2563eb;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.top-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.86);color:#475569;font-size:13px;font-weight:600;transition:.18s ease;box-shadow:0 6px 16px #0f172a0a}.top-nav-link.is-active,.top-nav-link:hover{border-color:transparent;background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);color:#fff;box-shadow:0 10px 22px #2563eb2e}.brand-cn{min-width:260px}.brand-cn h1{margin:10px 0 0;font-size:clamp(1.25rem,2vw,1.85rem);font-weight:700;letter-spacing:-.05em;color:#0f172a}.brand-cn p{margin:8px 0 0;color:#64748b;font-size:.86rem;line-height:1.65;max-width:360px}.plain-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.header-user-chip{display:grid;gap:4px;min-width:140px;padding:10px 14px;border-radius:18px;border:1px solid rgba(191,219,254,.92);background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%)}.header-user-chip-label{color:#64748b;font-size:11px}.header-user-chip strong{color:#0f172a;font-size:14px;line-height:1.3}.header-login-button,.header-logout-button{min-height:40px;border-radius:14px}.shop-switcher{display:grid;gap:6px;min-width:240px;padding:10px 14px;border-radius:18px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.82);box-shadow:0 10px 22px #0f172a0a}.shop-switcher span{font-size:11px;color:#64748b}.shop-switcher select{min-height:38px;border-radius:12px;border:1px solid #dbe2ea;background:#ffffff}.focus-dashboard,.page-stack{display:grid;gap:16px;padding-top:18px}.panel,.page-hero,.auth-required-card,.focus-hero{background:#ffffff;border:1px solid #e5e7eb;border-radius:24px}.page-hero{padding:30px 36px;display:flex!important;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px}.page-hero .hero-content{flex:1;min-width:0}.focus-hero{padding:34px 36px;display:grid;grid-template-columns:minmax(0,1.4fr) 320px;gap:28px;align-items:end}.section-eyebrow,.panel-kicker,.section-kicker{display:inline-block;margin:0 0 8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.focus-hero h2,.page-hero h2{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.18;letter-spacing:-.04em;color:#111827}.focus-hero-text{max-width:680px;margin:10px 0 0;font-size:.88rem;line-height:1.65;color:#4b5563}.focus-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.focus-hero-meta span,.upload-detail-list span,.status-badge,.type-badge{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;font-size:12px}.focus-hero-actions{display:grid;gap:12px;align-content:end}.chat-home-hero{grid-template-columns:minmax(0,1.2fr) 280px}.agent-console{padding:28px 30px;border:1px solid #e5e7eb;border-radius:24px;background:#ffffff}.agent-console-topline h3{margin:0;font-size:1.08rem;color:#111827}.agent-console-topline p{margin:10px 0 0;color:#6b7280;line-height:1.7}.agent-quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.agent-quick-chip{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151}.agent-quick-chip.is-active{border-color:#111827;background:#111827;color:#fff}.agent-console-form{display:grid;gap:12px;margin-top:18px}.agent-console-form textarea{min-height:160px;width:100%;border-radius:18px;border:1px solid #e5e7eb;padding:16px;line-height:1.75;resize:vertical}.focus-workbench{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dashboard-quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-mini-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:-8px}.dashboard-mini-card{padding:16px 18px;border:1px solid #e5e7eb;border-radius:18px;background:#ffffff}.dashboard-mini-card span{display:block;color:#9ca3af;font-size:12px}.dashboard-mini-card strong{display:block;margin-top:8px;color:#111827;font-size:1.7rem;line-height:1}.dashboard-mini-card p{margin:8px 0 0;color:#6b7280;font-size:.88rem}.dashboard-link-card{min-height:136px;border:1px solid #e5e7eb;border-radius:20px;padding:20px;background:#ffffff;color:#111827;text-align:left;display:grid;gap:10px;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.dashboard-link-card strong{font-size:1rem}.dashboard-link-card span{color:#6b7280;line-height:1.7;font-size:.92rem}.dashboard-link-card:hover{transform:translateY(-1px);border-color:#d1d5db;box-shadow:0 12px 30px #1118270f}.dashboard-records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.skills-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px}.friendly-skills-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.focus-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.focus-metric-card{padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#ffffff}.focus-metric-card span{display:block;color:#9ca3af;font-size:12px}.focus-metric-card strong{display:block;margin-top:6px;font-size:1.25rem;letter-spacing:-.03em;color:#111827}.focus-metric-card p{margin:6px 0 0;color:#6b7280;line-height:1.5;font-size:.88rem}.focus-panel,.panel,.page-hero,.auth-required-card,.focus-results-panel{padding:20px}.panel-header,.record-topline,.filter-row,.result-topline,.focus-mini-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.panel-title{margin:0;color:#111827;font-size:1rem;letter-spacing:-.03em}.panel-copy,.page-hero p,.auth-required-card p{margin:8px 0 0;color:#6b7280;line-height:1.65;font-size:.9rem}.focus-mini-list,.record-list,.simple-result-list,.focus-results-grid,.enterprise-result-grid{display:grid;gap:10px;margin-top:14px}.store-overview-list{display:grid;gap:12px;margin-top:20px}.skills-reference-list,.skills-card-list{display:grid;gap:14px;margin-top:18px}.skills-reference-card,.skills-card{border:1px solid #eceff3;border-radius:18px;padding:18px;background:#ffffff}.friendly-skill-card{padding:18px 20px}.skills-reference-card strong,.skills-card h4{color:#111827}.skills-reference-card pre{margin:12px 0 0;padding:14px;border-radius:14px;background:#f9fafb;white-space:pre-wrap;line-height:1.65;font-size:.9rem;color:#4b5563}.skills-preset-note{margin-top:18px;padding:16px 18px;border-radius:16px;background:#f9fafb;border:1px solid #eceff3}.skills-preset-note strong{color:#111827}.skills-preset-note p,.skills-preset-note pre{margin:8px 0 0;color:#6b7280;line-height:1.7;white-space:pre-wrap;font-size:.9rem}.skills-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.skills-generator-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.skills-generator-help{margin:0;font-size:12px;line-height:1.6}.skills-template-header{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.skills-card-body{display:grid;gap:14px;margin-top:16px}.skills-template-header label{font-weight:600;color:#374151}.skills-template-editor{width:100%;min-height:240px;margin-top:10px;border-radius:16px;border:1px solid #e5e7eb;padding:14px;background:#ffffff;line-height:1.7;resize:vertical}.store-overview-card{padding:16px 18px;border:1px solid #eceff3;border-radius:18px;background:#ffffff}.store-overview-card.is-active{border-color:#d1d5db;box-shadow:0 10px 30px #1118270d}.store-overview-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.store-overview-card strong{color:#111827}.store-overview-card p{margin:10px 0 0;color:#6b7280}.focus-mini-item,.upload-record,.result-card{border:1px solid #eceff3;border-radius:14px;padding:12px 14px;background:#ffffff}.focus-mini-item strong,.result-card h4{color:#111827}.focus-mini-item p,.upload-record p{margin:8px 0 0;color:#6b7280}.upload-record h4{margin:6px 0 0;color:#111827;font-size:.98rem}.upload-entry{display:flex;justify-content:flex-start}.upload-entry-button{width:auto;min-width:112px;min-height:36px;border-radius:10px;border:1px solid #111827;background:#111827;color:#fff;font-weight:600;font-size:13px;padding:0 16px;transition:.16s ease}.upload-entry-button:hover{background:#1f2937}.action-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.action-entry{display:grid;gap:10px;margin-top:18px}.action-entry-button{min-height:54px;border-radius:16px;border:1px solid #111827;background:#111827;color:#fff;font-weight:600}.action-entry p{margin:0;color:#6b7280;font-size:.9rem;line-height:1.65}.action-block{min-height:136px;border:1px solid #e5e7eb;border-radius:20px;padding:18px;display:grid;align-content:space-between;text-align:left;background:#ffffff;color:#111827;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.action-block strong,.action-block small{pointer-events:none}.action-block strong{font-size:1rem;line-height:1.35}.action-block small{display:block;margin-top:8px;line-height:1.6;font-size:.88rem;color:#6b7280}.action-block.is-running,.action-block:hover{transform:translateY(-1px);border-color:#d1d5db;box-shadow:0 12px 30px #1118270f}.result-card h4{margin:6px 0 0;font-size:1rem}.result-content{margin-top:12px;padding:13px 15px;border-radius:14px;background:#f9fafb;white-space:pre-wrap;line-height:1.7;font-size:.93rem;color:#374151}.result-content img{display:block;width:100%;height:auto;border-radius:10px;border:1px solid #eceff3;background:#f9fafb;margin-bottom:12px}.result-image-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.result-table-wrapper{overflow-x:auto;margin-top:12px;border-radius:8px;border:1px solid #e5e7eb}.result-table{width:100%;border-collapse:collapse;font-size:13px}.result-table th{background:#f3f4f6;padding:10px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.result-table td{padding:10px 12px;border-bottom:1px solid #f0f0f0;color:#4b5563;vertical-align:top}.result-table tr:last-child td{border-bottom:none}.result-table tr:hover td{background:#fafafa}.result-image-grid{display:grid;gap:12px;margin-top:12px}.result-image{display:block;width:100%;height:auto;border-radius:14px;border:1px solid #eceff3;background:#f9fafb}.result-agent-flow,.result-subsection{display:grid;gap:10px;margin-top:14px}.result-subtitle{color:#111827;font-size:.95rem}.result-step-list{display:grid;gap:10px}.result-step-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:12px 14px;border-radius:14px;background:#f9fafb;border:1px solid #eceff3}.result-step-index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:600}.result-step-title{margin:0;color:#111827;font-weight:600}.result-step-meta{margin:6px 0 0;color:#6b7280;line-height:1.6;font-size:.9rem}.compact-hero{padding:28px 30px}.compact-metric-grid{gap:14px}.compact-metric-card{border-radius:18px}.empty-state{min-height:120px;display:grid;place-items:center;text-align:center;color:#9ca3af;border-radius:18px;border:1px dashed #e5e7eb;background:#fafafa;padding:20px}.compact-empty{min-height:120px}.primary-button,.secondary-button,.ghost-button,.auth-tab{min-height:36px;border-radius:10px;padding:0 14px;font-size:13px;transition:.16s ease}.primary-button{border:1px solid #111827;background:#111827;color:#fff;font-weight:600}.secondary-button,.ghost-button,.auth-tab{border:1px solid #e5e7eb;background:#ffffff;color:#374151}.auth-tab.active{border-color:#111827;background:#111827;color:#fff}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.auth-tab:hover{opacity:.92}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(17,24,39,.28);display:grid;place-items:center;padding:24px;z-index:50}.auth-modal,.upload-modal,.action-modal{width:min(620px,100%);background:#ffffff;border:1px solid #e5e7eb;border-radius:24px;padding:26px;box-shadow:0 28px 60px #11182724}.action-selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px}.action-option{min-height:132px;border:1px solid #e5e7eb;border-radius:18px;padding:16px;display:grid;align-content:space-between;text-align:left;background:#ffffff;color:#111827}.action-option strong{font-size:.98rem;line-height:1.35}.action-option small{margin-top:8px;color:#6b7280;line-height:1.6;font-size:.88rem}.action-option:hover,.action-option.is-running{border-color:#d1d5db;box-shadow:0 12px 30px #1118270f}.poster-modal{width:min(960px,100%)}.poster-modal-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:18px}.poster-modal-fields{display:grid;gap:14px;align-content:start}.poster-modal-textarea{min-height:140px;width:100%;border-radius:14px;border:1px solid #e5e7eb;padding:14px;background:#ffffff;line-height:1.7;resize:vertical}.poster-modal-actions{display:flex;justify-content:flex-end;gap:12px}.activity-option-list{display:grid;gap:12px;max-height:420px;overflow:auto}.activity-option{width:100%;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;background:#ffffff;color:#111827;text-align:left;display:grid;gap:6px}.activity-option strong{font-size:.98rem}.activity-option small,.activity-option span{color:#6b7280;line-height:1.6}.activity-option.is-active,.activity-option:hover{border-color:#d1d5db;box-shadow:0 12px 30px #1118270f}.modal-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.modal-topline h3,.auth-modal h3{margin:0;font-size:1.3rem;color:#111827}.auth-tabs{display:flex;gap:10px;margin-bottom:16px}.account-form,.field-block,.upload-modal-body,.permission-grid,.record-list,.page-stack{display:grid;gap:14px}.field-block{margin-top:12px}.field-block label{font-weight:600;color:#374151;display:block}.field-block input[type=checkbox]{width:18px;height:18px;min-height:auto;border-radius:4px;cursor:pointer;accent-color:#111827}.field-block input,.field-block textarea,.intent-box input,.intent-panel textarea,select{min-height:48px;width:100%;border-radius:14px;border:1px solid #e5e7eb;padding:0 14px;background:#ffffff}.field-block textarea{min-height:128px;padding:14px;resize:vertical}.intent-panel textarea{min-height:140px;padding:14px;resize:vertical}.field-block input:focus,.intent-box input:focus,.intent-panel textarea:focus,select:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 4px #1118270a}.muted-text,.modal-copy,.record-meta{color:#6b7280}.upload-detail-list{display:flex;gap:10px;flex-wrap:wrap}.upload-modal-actions{margin-top:20px;display:flex;justify-content:flex-start}.status-badge.success{background:#effaf3;color:#137333;border-color:#ccebd5}.status-badge.processing{background:#f3f7ff;color:#2859c5;border-color:#d9e4ff}.status-badge.pending{background:#fff8eb;color:#b26a00;border-color:#f5e1b3}.error-banner{padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fff1f2;color:#b91c1c}.permission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-item{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:14px;background:#ffffff}.compact-settings-page .page-hero,.compact-settings-page .panel{padding:16px 18px}.compact-page-hero{display:flex;justify-content:space-between;align-items:center;gap:20px}.compact-page-hero h2{font-size:1.08rem;line-height:1.25;letter-spacing:-.02em}.compact-page-hero p{margin-top:6px;font-size:13px;line-height:1.55}.compact-settings-grid{gap:14px}.account-admin-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:14px}.account-admin-main,.account-admin-side{display:grid;gap:14px}.account-settings-form{display:grid;gap:12px}.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field-block-span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-start;gap:10px}.success-banner{padding:10px 12px;border-radius:12px;border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d;font-size:12px}.account-password-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.account-shop-table-wrap{margin-top:4px}.account-shop-table td:last-child,.account-shop-table th:last-child{width:92px}.shop-limit-stats{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f9fafb;border-radius:8px;margin-bottom:12px;font-size:13px}.shop-limit-item{display:flex;align-items:center;gap:6px}.shop-limit-label{color:#6b7280}.shop-limit-value{font-weight:600;color:#374151}.shop-limit-divider{color:#d1d5db}.ghost-button.is-active-inline{border-color:#111827;background:#111827;color:#fff}.compact-account-form{gap:12px}.compact-settings-page .field-block label{font-size:13px}.compact-settings-page .field-block input,.compact-settings-page .field-block textarea,.compact-settings-page select{min-height:40px;border-radius:10px;padding:0 12px;font-size:13px}.compact-settings-page .field-block textarea{min-height:96px;padding:10px 12px}.compact-permission-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.compact-permission-item{gap:8px;min-height:36px;padding:8px 10px;border-radius:10px;font-size:12px;line-height:1.4}.compact-permission-item input{width:14px;height:14px;margin:0}.compact-inline-permission{width:fit-content;max-width:100%}.compact-record-list{gap:8px}.compact-account-record{padding:10px 12px;border-radius:12px}.compact-agent-list{gap:10px}.compact-agent-card{padding:12px 14px}.compact-agent-card h4{margin:4px 0 0;font-size:14px}.compact-agent-card .record-meta{margin:4px 0 0;font-size:12px;line-height:1.5}.compact-agent-body{gap:10px;margin-top:10px}.loading-shell{min-height:100vh;display:grid;place-items:center;color:#6b7280;background:#ffffff}@media (max-width: 1100px){.focus-hero,.focus-metric-grid,.focus-workbench,.dashboard-mini-metrics,.dashboard-quick-links,.dashboard-records,.account-admin-layout,.account-password-form,.account-form-grid,.skills-layout,.poster-modal-layout,.action-selector-grid,.skills-card-grid,.permission-grid,.upload-assistant-grid{grid-template-columns:1fr}.focus-hero h2{font-size:clamp(2rem,7vw,3rem)}}@media (max-width: 780px){.clean-shell{padding:0 0 24px}.clean-header{min-height:auto;padding:12px 16px;flex-wrap:wrap}.app-main{padding:16px 16px 0}.brand-cn,.header-nav-shell,.plain-header-actions{width:100%}.top-nav-inline{width:100%;padding:0;justify-content:flex-start}.plain-header-actions{justify-content:flex-start}.header-user-chip,.shop-switcher{min-width:0;width:100%}.focus-hero,.focus-panel,.focus-results-panel,.panel,.page-hero,.auth-required-card{padding:18px;border-radius:20px}.action-strip,.focus-metric-grid,.focus-workbench,.dashboard-mini-metrics,.dashboard-quick-links,.dashboard-records,.account-admin-layout,.account-password-form,.account-form-grid,.skills-layout,.poster-modal-layout,.action-selector-grid,.skills-card-grid,.permission-grid,.upload-assistant-grid{grid-template-columns:1fr}.field-block-span-2{grid-column:span 1}.focus-hero-actions,.focus-hero-meta,.upload-entry{width:100%}.page-stack .upload-entry{display:none}.uploads-page-hero{flex-direction:column}.uploads-hero-stats{justify-content:flex-start;min-width:0;padding-top:0}}.status-badge.danger{background:#fff1f2;color:#b42318;border-color:#fecdd3}.compact-button{min-height:34px;padding:0 12px;border-radius:10px;font-size:12px}.compact-task-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-filter-row{gap:10px}.task-submit-banner{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid #dbeafe;background:#f8fbff;color:#2859c5;font-size:13px}.task-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #eceff3;border-radius:16px}.task-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#ffffff}.task-table th,.task-table td{padding:12px 14px;border-bottom:1px solid #eceff3;text-align:left;vertical-align:top;font-size:13px}.task-table th{background:#fafafa;color:#6b7280;font-weight:600}.task-table tbody tr:last-child td{border-bottom:none}.task-table-wrap.is-small .task-table th,.task-table-wrap.is-small .task-table td{padding:10px 12px;font-size:12px}.task-title-cell{display:grid;gap:6px}.task-title-cell strong{color:#111827;font-size:13px}.task-title-cell span{color:#6b7280;font-size:12px;line-height:1.5}.task-detail-modal{width:min(1120px,96vw)}.task-detail-modal.is-fullpage{width:calc(100vw - 32px);height:calc(100vh - 32px);max-width:none}.task-detail-layout{max-height:calc(100vh - 180px);overflow:auto}.task-detail-main{display:grid;gap:18px}.uploads-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 18px}.uploads-page-hero h2{font-size:1.05rem;letter-spacing:-.02em}.uploads-page-hero p{margin-top:6px;font-size:13px;line-height:1.55}.uploads-hero-main{min-width:0}.level-info-panel{display:flex;align-items:center;gap:16px;padding:12px 20px;background:linear-gradient(135deg,#fff7ed 0%,#fffbf5 100%);border-radius:12px;font-size:13px}.level-info-item{display:flex;flex-direction:column;gap:4px}.level-info-label{color:#9ca3af;font-size:12px}.level-info-value{font-weight:600;color:#374151}.level-info-divider{width:1px;height:32px;background:#e5e7eb}.level-renew-btn{padding:8px 16px;background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.level-renew-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.uploads-hero-stats{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:fit-content;flex-wrap:wrap;padding-top:8px;color:#6b7280}.uploads-hero-stat{display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap;font-size:12px}.uploads-hero-stat-label{color:#94a3b8}.uploads-hero-stat strong{font-size:16px;line-height:1;color:#111827}.uploads-hero-stat em{font-style:normal;color:#cbd5e1}.uploads-metric-grid{gap:10px}.uploads-metric-card{padding:12px 14px;border-radius:14px}.uploads-metric-card strong{margin-top:4px;font-size:1.05rem}.uploads-toolbar-panel{padding:16px 18px}.uploads-readiness-panel,.uploads-assistant-panel,.uploads-skill-panel{display:grid;gap:14px}.uploads-toolbar{gap:14px}.upload-assistant-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:16px}.upload-assistant-side{display:grid;gap:12px;align-content:start}.upload-assistant-summary{padding:14px 16px;border:1px solid #eceff3;border-radius:14px;background:#fafafa}.upload-assistant-summary strong{color:#111827;font-size:13px}.upload-assistant-summary p{margin:8px 0 0}.upload-skill-editor{gap:10px}.upload-skill-template{min-height:180px}.uploads-privacy-note{max-width:460px;display:grid;gap:4px;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff}.uploads-privacy-note strong{font-size:12px;color:#1d4ed8}.uploads-privacy-note span{font-size:12px;line-height:1.55;color:#4b5563}.uploads-progress-bar{position:relative;height:10px;border-radius:999px;background:#eef2f7;overflow:hidden}.uploads-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#111827 0%,#374151 100%)}.uploads-table-header{margin-bottom:8px}.uploads-table-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.uploads-page-size{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#6b7280}.uploads-page-size select{min-height:32px;border-radius:8px;border:1px solid #d1d5db;background:#ffffff;color:#111827;padding:0 10px;font-size:12px}.uploads-table-wrap{margin-top:0}.uploads-table td:nth-child(1){width:24%}.uploads-table td:nth-child(5){color:#6b7280}.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:16px}.table-pagination-actions{display:flex;align-items:center;gap:8px}.mini-pagination{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.mini-pagination-pages{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mini-pagination-button{min-width:54px;min-height:28px;padding:0 10px;font-size:11px}.mini-page-chip{min-width:26px;min-height:26px;border-radius:7px;border:1px solid #dbe1ea;background:#ffffff;color:#4b5563;font-size:11px;padding:0 6px;transition:.16s ease}.mini-page-chip.is-active{border-color:#111827;background:#111827;color:#fff}.mini-page-ellipsis{color:#9ca3af;font-size:11px;padding:0 2px}.task-filter-row{display:grid;grid-template-columns:repeat(2,minmax(180px,220px));gap:10px;justify-content:end}.compact-filter-select{min-height:38px;border-radius:10px;padding:0 12px;font-size:13px;width:auto;min-width:100px}.action-filter-tabs{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto}.action-tab-btn{padding:6px 14px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;font-size:13px;color:#6b7280;cursor:pointer;transition:all .2s}.action-tab-btn:hover{background:#f3f4f6;color:#374151}.action-tab-btn.is-active{background:#111827;border-color:#111827;color:#fff}.list-tabs-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.list-tabs-wrap .action-filter-tabs{flex-wrap:nowrap}.task-page-hero{padding:18px 20px}.task-page-hero h2{font-size:1.15rem}.compact-button:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 900px){.task-filter-row{grid-template-columns:1fr;justify-content:stretch;width:100%}}.task-detail-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.task-detail-meta-item{padding:14px;border:1px solid #eceff3;border-radius:14px;background:#fafafa;display:grid;gap:6px}.task-detail-meta-item span{color:#9ca3af;font-size:12px}.task-detail-meta-item strong{color:#111827;font-size:13px;line-height:1.5}.task-detail-section{display:grid;gap:10px}.task-detail-title{color:#111827;font-size:14px}.task-detail-actions{display:flex;gap:8px;align-items:center}.compact-result-content{font-size:13px;line-height:1.7}.task-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-image-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.compact-agent-card{padding:16px 18px}@media (max-width: 1100px){.compact-task-metric-grid,.task-detail-meta-grid,.task-image-grid{grid-template-columns:1fr}}@media (max-width: 780px){.compact-task-metric-grid,.task-detail-meta-grid,.task-image-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px}.modal-content{background:#ffffff;border-radius:28px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;position:relative;animation:modal-spring .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes modal-spring{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.industry-card{transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #f3f4f6!important}.industry-card:hover{border-color:#111827!important;transform:translateY(-8px);background:#ffffff!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.error-banner{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b;padding:12px 16px;border-radius:12px;font-size:14px}.text-button{background:none;border:none;padding:8px 16px;cursor:pointer;font-size:14px;color:#6b7280;transition:color .2s}.text-button:hover:not(:disabled){color:#111827}.text-button:disabled{opacity:.5;cursor:not-allowed}.industry-modal-overlay{z-index:10000}.industry-modal-content{width:92vw;max-width:880px;padding:40px 36px 32px}.industry-modal-header{text-align:center;margin-bottom:32px}.industry-modal-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#FFF3E0 0%,#FFE0B2 100%);margin-bottom:20px;box-shadow:0 4px 12px #ff980026}.industry-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px;letter-spacing:-.02em}.industry-modal-desc{font-size:15px;color:#6b7280;line-height:1.6;max-width:520px;margin:0 auto}.industry-error{margin-bottom:20px;text-align:left}.industry-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px}@media (max-width: 640px){.industry-cards-grid{grid-template-columns:1fr}}.industry-selection-card{position:relative;padding:28px 24px;border:2.5px solid #f3f4f6;border-radius:16px;background:var(--industry-gradient, #fafafa);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.industry-selection-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 40%,var(--industry-color, #111827));opacity:0;transition:opacity .3s ease;pointer-events:none}.industry-selection-card:hover{transform:translateY(-6px);border-color:var(--industry-color, #111827);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.industry-selection-card:hover:before{opacity:.03}.industry-selection-card.is-selected{border-color:var(--industry-color, #111827);background:#ffffff;box-shadow:0 0 0 4px color-mix(in srgb,var(--industry-color, #111827) 15%,transparent),0 20px 25px -5px #0000001a}.industry-selection-card.is-disabled{pointer-events:none;opacity:.65}.industry-card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:14px;background:#ffffff;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.industry-card-name{font-size:20px;font-weight:700;color:#111827;margin:0 0 6px}.industry-card-subtitle{font-size:13px;color:var(--industry-color, #6b7280);margin:0 0 12px;font-weight:500}.industry-card-desc{font-size:13px;color:#6b7280;line-height:1.6;margin:0 0 16px}.industry-card-features{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px}.industry-card-features li{font-size:13px;color:#374151;padding-left:20px;position:relative;line-height:1.4}.industry-card-features li:before{content:"✔";position:absolute;left:0;color:var(--industry-color, #10b981);font-weight:700;font-size:14px}.industry-card-action{padding-top:14px;border-top:1px solid rgba(0,0,0,.06)}.industry-card-btn-text{font-size:13px;font-weight:600;color:var(--industry-color, #111827);display:flex;align-items:center;justify-content:center;gap:6px}.industry-selection-card:hover .industry-card-btn-text{transform:translate(2px);transition:transform .2s ease}.industry-modal-footer{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #f3f4f6}.industry-footer-hint{display:flex;align-items:center;font-size:12px;color:#9ca3af;margin:0}.industry-switch-btn{font-size:13px;padding:8px 16px}.industry-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:10;border-radius:28px}.industry-loading-overlay p{font-size:15px;color:#374151;margin:0;font-weight:500}.industry-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skill-step-content{max-width:920px;padding:36px 32px 28px}.skill-categories-list{max-height:55vh;overflow-y:auto;padding-right:8px;margin-bottom:20px}.skill-category-group{margin-bottom:24px}.skill-category-group:last-child{margin-bottom:0}.skill-category-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.skill-category-name{font-size:14px;font-weight:600;color:#374151}.skill-category-required{font-size:12px;color:#9ca3af}.skill-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.skill-select-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.skill-select-card:hover:not(.is-disabled){border-color:#d1d5db;background:#fafafa}.skill-select-card.is-checked{border-color:#10b981;background:#f0fdf4}.skill-select-card.is-disabled{opacity:.75;cursor:not-allowed;background:#f9fafb}.skill-select-check{flex-shrink:0;width:20px;height:20px;border:2px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-top:1px}.skill-select-card.is-checked .skill-select-check{background:#10b981;border-color:#10b981;color:#fff}.skill-select-check svg{width:12px;height:12px}.skill-select-info{flex:1;min-width:0}.skill-select-name{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px}.skill-select-desc{font-size:12px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.skill-select-badge{flex-shrink:0;font-size:11px;font-weight:500;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:10px}.skill-step-footer{justify-content:space-between}.skill-step-footer .text-button{color:#6b7280}.skill-tag-installed{color:#059669;background:#d1fae5;padding:2px 8px;border-radius:10px;margin-right:6px;font-size:12px;font-weight:500}.skill-tag-uninstalled{color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:10px;margin-right:6px;font-size:12px;text-decoration:line-through}.status-badge.info{background:#dbeafe;color:#1d4ed8}.tab-navigation{display:flex;gap:0;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.tab-button{padding:12px 24px;border:none;background:transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s}.tab-button:hover{color:#374151}.tab-button.is-active{color:#111827;border-bottom-color:#111827}.agent-card-actions{display:flex;gap:8px}.field-value-text{margin:0;color:#6b7280;font-size:14px}.stats-section{display:flex;align-items:center;justify-content:space-between;padding:0 0 24px}.stats-left{display:flex;align-items:center}.stat-inline-item{min-width:120px;display:flex;flex-direction:column;align-items:flex-start;padding:0 40px 0 0;position:relative;margin-right:80px}.stat-inline-item:not(:last-child){padding-right:40px}.stat-inline-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:linear-gradient(180deg,transparent,#e0e4ea,transparent)}.stat-inline-item .stat-label{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.stat-inline-item .stat-value{font-size:1.8rem;font-weight:700;color:#111827;letter-spacing:-.04em;line-height:1;margin-bottom:6px;background:linear-gradient(135deg,#111827 0%,#374151 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-inline-item .stat-note{margin:0;font-size:.8rem;color:#b0b8c4}.stats-right{flex-shrink:0}.completeness-card{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);border:1px solid #e8ecf0;border-radius:14px;padding:12px 16px}.completeness-header{display:flex;align-items:center;gap:8px}.completeness-icon{width:18px;height:18px;color:#6366f1}.completeness-title{font-size:13px;font-weight:600;color:#374151}.completeness-percent{font-size:14px;font-weight:700;color:#6366f1}.completeness-bar{width:100%;height:6px;background:#e8ecf0;border-radius:3px;overflow:hidden}.completeness-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;transition:width .4s ease}.completeness-tips{font-size:12px;display:flex;align-items:center;gap:12px}.completeness-hint{margin:0;color:#6b7280;white-space:nowrap}.completeness-list{margin:0;padding:0;list-style:none;display:flex;gap:10px}.completeness-list li{display:flex;align-items:center;gap:4px;font-size:12px}.completeness-list li.is-done{color:#059669}.completeness-list li.is-missing{color:#9ca3af}.check-icon{font-size:10px}.completeness-list li.is-done .check-icon{color:#059669}.completeness-list li.is-missing .check-icon{color:#d1d5db}.completeness-list li.is-partial{color:#b26a00}.completeness-list li.is-partial .check-icon{color:#f59e0b}.ai-chat-section{background:linear-gradient(145deg,#f8fafc 0%,#ffffff 100%);border:1px solid #e8ecf0;border-radius:24px;padding:28px 30px;position:relative;overflow:hidden}.ai-chat-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7,#6366f1);background-size:300% 100%;animation:gradient-flow 4s ease infinite}@keyframes gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ai-chat-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:36px;padding-bottom:30px;margin-top:36px;border-bottom:1px solid #f0f2f5}.ai-header-left{display:flex;align-items:center;gap:16px}.ai-header-right{display:flex;align-items:center}.ai-avatar{width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6366f140}.ai-avatar svg{width:56px;height:56px;color:#fff}.ai-header-info{flex:1}.ai-header-info h2{margin:0;font-size:2.4rem;font-weight:600;color:#111827;letter-spacing:-.02em}.ai-header-info p{margin:4px 0 0;font-size:.85rem;color:#6b7280}.ai-quota-badge{display:flex;flex-direction:column;align-items:flex-end;padding:8px 14px;background:#f8fafc;border-radius:12px;border:1px solid #e8ecf0}.quota-label{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.quota-value{font-size:1.1rem;font-weight:700;color:#6366f1;letter-spacing:-.02em}.stats-section{display:flex;flex-direction:column;gap:16px}.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card{padding:20px 22px;background:#ffffff;border-radius:16px;border:1px solid #f0f2f5;transition:all .25s ease;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#6366f1,#a855f7);opacity:0;transition:opacity .25s ease}.stat-card:hover{border-color:#e0e4ea;box-shadow:0 4px 20px #0000000a;transform:translateY(-2px)}.stat-card:hover:after{opacity:1}.stat-label{display:block;font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.stat-value{display:block;font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.04em;line-height:1;margin-bottom:6px;background:linear-gradient(135deg,#111827 0%,#374151 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-note{margin:0;font-size:.82rem;color:#9ca3af;line-height:1.4}.upload-action-row{display:flex;justify-content:flex-start;padding:8px 0}.agent-console{padding:0;border:none;border-radius:0;background:transparent}.agent-console-topline{display:none}.agent-quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.agent-quick-chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 20px;border-radius:14px;border:1.5px solid #e8ecf0;background:#ffffff;color:#374151;font-size:14px;font-weight:500;transition:all .25s ease;box-shadow:0 2px 8px #0000000a}.agent-quick-chip:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.agent-quick-chip:active:not(:disabled){transform:translateY(0)}.agent-quick-chip.chip-campaign:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:linear-gradient(135deg,#fafafe 0%,#f5f3ff 100%)}.agent-quick-chip.chip-poster:hover:not(:disabled){border-color:#ec4899;color:#ec4899;background:linear-gradient(135deg,#fafafe 0%,#fdf2f8 100%)}.agent-quick-chip.chip-analysis:hover:not(:disabled){border-color:#10b981;color:#10b981;background:linear-gradient(135deg,#fafafe 0%,#f0fdf4 100%)}.agent-quick-chip.chip-plan:hover:not(:disabled){border-color:#f59e0b;color:#b26a00;background:linear-gradient(135deg,#fafafe 0%,#fffbeb 100%)}.agent-quick-chip.chip-recall:hover:not(:disabled){border-color:#3b82f6;color:#2563eb;background:linear-gradient(135deg,#fafafe 0%,#eff6ff 100%)}.chip-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chip-icon svg{width:100%;height:100%}.chip-label{white-space:nowrap}.agent-entry-grid{margin-bottom:20px}.agent-entry-card{position:relative;overflow:hidden;gap:6px;align-items:flex-start;text-align:left;min-height:112px;padding:14px 56px 14px 14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.agent-entry-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(255,255,255,.7),transparent 38%);pointer-events:none}.agent-entry-card .dashboard-entry-title{font-weight:700;font-size:14px}.agent-entry-card .dashboard-entry-subtitle{margin-top:0;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55}.agent-entry-icon{position:absolute;top:14px;right:14px;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.72);box-shadow:inset 0 0 0 1px #ffffffa6;color:#1f2937}.agent-entry-icon svg{width:18px;height:18px}.agent-entry-card:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 18px 36px #0f172a1a}.agent-entry-card.action-card-campaign{background:radial-gradient(circle at top right,rgba(191,219,254,.58),transparent 34%),linear-gradient(145deg,#eff6ff 0%,#ffffff 100%)}.agent-entry-card.action-card-poster{background:radial-gradient(circle at top right,rgba(251,207,232,.55),transparent 34%),linear-gradient(145deg,#fdf2f8 0%,#ffffff 100%)}.agent-entry-card.action-card-videoScript{background:radial-gradient(circle at top right,rgba(254,215,170,.58),transparent 34%),linear-gradient(145deg,#fff7ed 0%,#ffffff 100%)}.agent-entry-card.action-card-analysis{background:radial-gradient(circle at top right,rgba(187,247,208,.56),transparent 34%),linear-gradient(145deg,#f0fdf4 0%,#ffffff 100%)}.agent-entry-card.action-card-plan{background:radial-gradient(circle at top right,rgba(253,230,138,.56),transparent 34%),linear-gradient(145deg,#fffbeb 0%,#ffffff 100%)}.agent-entry-card.action-card-recall{background:radial-gradient(circle at top right,rgba(216,180,254,.5),transparent 34%),linear-gradient(145deg,#faf5ff 0%,#ffffff 100%)}.agent-entry-card.action-card-campaign .dashboard-entry-badge,.agent-entry-card.action-card-campaign .agent-entry-icon{color:#1d4ed8}.agent-entry-card.action-card-campaign .dashboard-entry-badge{background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb33}.agent-entry-card.action-card-poster .dashboard-entry-badge,.agent-entry-card.action-card-poster .agent-entry-icon{color:#be185d}.agent-entry-card.action-card-poster .dashboard-entry-badge{background:#db2777;color:#fff;box-shadow:0 8px 18px #db277733}.agent-entry-card.action-card-videoScript .dashboard-entry-badge,.agent-entry-card.action-card-videoScript .agent-entry-icon{color:#c2410c}.agent-entry-card.action-card-videoScript .dashboard-entry-badge{background:#ea580c;color:#fff;box-shadow:0 8px 18px #ea580c33}.agent-entry-card.action-card-analysis .dashboard-entry-badge,.agent-entry-card.action-card-analysis .agent-entry-icon{color:#047857}.agent-entry-card.action-card-analysis .dashboard-entry-badge{background:#059669;color:#fff;box-shadow:0 8px 18px #05966933}.agent-entry-card.action-card-plan .dashboard-entry-badge,.agent-entry-card.action-card-plan .agent-entry-icon{color:#a16207}.agent-entry-card.action-card-plan .dashboard-entry-badge{background:#ca8a04;color:#fff;box-shadow:0 8px 18px #ca8a0433}.agent-entry-card.action-card-recall .dashboard-entry-badge,.agent-entry-card.action-card-recall .agent-entry-icon{color:#7e22ce}.agent-entry-card.action-card-recall .dashboard-entry-badge{background:#9333ea;color:#fff;box-shadow:0 8px 18px #9333ea33}.agent-console-form{width:100%}.form-inner{display:flex;flex-direction:column;gap:14px}.agent-console-form textarea{min-height:120px;width:100%;border-radius:16px;border:1.5px solid #e8ecf0;padding:16px 18px;line-height:1.7;resize:vertical;font-size:14px;transition:all .2s ease;background:#ffffff}.agent-console-form textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f114}.agent-console-form textarea::placeholder{color:#b0b8c4}.agent-console-form .primary-button{min-height:48px;padding:0 24px;border-radius:14px;font-size:14px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;color:#fff;font-weight:600;box-shadow:0 4px 14px #6366f14d;transition:all .2s ease}.agent-console-form .primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.agent-console-form .primary-button:active:not(:disabled){transform:translateY(0)}.agent-quota-info{display:inline-flex;padding:8px 14px;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);border:1px solid #e8ecf0;border-radius:10px}.quota-loading{font-size:12px;color:#9ca3af}.quota-detail{display:flex;align-items:center;gap:16px;font-size:12px;color:#6b7280}.quota-item{display:flex;align-items:center;gap:4px}.quota-item strong{color:#374151;font-weight:600}.quota-remaining strong{color:#6366f1}.quota-detail-btn{display:flex;align-items:center;gap:16px;font-size:12px;color:#6b7280;background:transparent;border:none;cursor:pointer;padding:0}.quota-detail-btn:hover{opacity:.8}.dashboard-ai-workspace{display:grid;gap:18px}.dashboard-entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.dashboard-entry-card{display:grid;gap:6px;padding:16px 18px;border-radius:16px;border:1px solid #e5e7eb;background:#ffffff;text-align:left;transition:.18s ease}.dashboard-entry-card:hover:not(:disabled){border-color:#c7d2fe;box-shadow:0 10px 24px #6366f114;transform:translateY(-1px)}.dashboard-entry-card.is-active{border-color:#6366f1;background:linear-gradient(135deg,#eef2ff 0%,#ffffff 100%);box-shadow:0 12px 28px #6366f11f}.dashboard-entry-title{font-size:15px;font-weight:700;color:#111827}.dashboard-entry-subtitle{font-size:12px;line-height:1.6;color:#6b7280}.dashboard-prompt-box,.dashboard-process-panel,.dashboard-result-panel{border-radius:18px;border:1px solid #e5e7eb;background:#ffffff}.dashboard-prompt-box{padding:18px;display:grid;gap:14px}.dashboard-prompt-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-prompt-header strong,.dashboard-panel-header h3{color:#111827}.dashboard-prompt-header p{margin:8px 0 0;color:#6b7280;font-size:13px;line-height:1.7}.dashboard-prompt-box textarea{width:100%;min-height:124px;border-radius:16px;border:1px solid #dbe2ea;padding:16px 18px;resize:vertical;background:#fbfdff;line-height:1.7}.dashboard-prompt-box textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f114}.dashboard-ai-columns{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px;align-items:start}.dashboard-process-panel,.dashboard-result-panel{padding:18px;display:grid;gap:16px;min-height:420px}.dashboard-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-panel-header h3{margin:0;font-size:16px}.dashboard-panel-header span{color:#6b7280;font-size:12px}.dashboard-empty-state{border:1px dashed #dbe2ea;border-radius:16px;padding:18px;color:#6b7280;background:#fafcff;line-height:1.7}.dashboard-status-feed,.dashboard-thought-list,.dashboard-result-sections{display:grid;gap:12px}.dashboard-status-item,.dashboard-thought-card,.dashboard-result-card,.dashboard-warning-box{border-radius:14px;border:1px solid #e5e7eb;background:#fbfdff}.dashboard-status-item{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:12px 14px}.dashboard-status-item.tone-success{border-color:#bbf7d0;background:#f0fdf4}.dashboard-status-item.tone-warning{border-color:#fde68a;background:#fffbeb}.dashboard-status-item.tone-error{border-color:#fecaca;background:#fef2f2}.dashboard-status-time{color:#9ca3af;font-size:12px}.dashboard-status-text{color:#374151;line-height:1.6}.dashboard-thought-card,.dashboard-result-card,.dashboard-warning-box{padding:14px 16px}.dashboard-thought-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.dashboard-thought-topline strong{font-size:13px}.dashboard-thought-topline span{font-size:12px;color:#6366f1}.dashboard-thought-card p,.dashboard-result-summary p{margin:0;line-height:1.75;color:#374151}.dashboard-tool-call-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dashboard-tool-call-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:12px}.dashboard-thought-observation{margin-top:12px;padding:10px 12px;border-radius:12px;background:#ffffff;color:#4b5563;line-height:1.7}.dashboard-result-body{display:grid;gap:14px}.dashboard-result-summary{padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#eef2ff 0%,#ffffff 100%);border:1px solid #c7d2fe}.dashboard-result-summary strong,.dashboard-result-card h4,.dashboard-warning-box strong{display:block;margin:0 0 8px;font-size:15px;color:#111827}.dashboard-result-content{white-space:pre-wrap;word-break:break-word;line-height:1.8;color:#374151}.dashboard-result-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.dashboard-result-image-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}.dashboard-warning-box ul{margin:0;padding-left:18px;color:#b45309}.dashboard-skill-run-list{display:grid;gap:10px;margin-top:16px}.dashboard-skill-run-item{display:grid;gap:6px;padding:12px 14px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:rgba(248,250,252,.92)}.dashboard-skill-run-item strong,.dashboard-skill-run-item span,.dashboard-skill-run-item p{margin:0}.dashboard-skill-run-item span{font-size:12px;color:#64748b}.dashboard-skill-run-item p{font-size:13px;color:#334155}.dashboard-skill-run-item.is-running{border-color:#0e74903d;background:rgba(240,249,255,.92)}.dashboard-skill-run-item.is-completed{border-color:#22c55e33;background:rgba(240,253,244,.92)}.dashboard-skill-run-item.is-failed{border-color:#ef444433;background:rgba(254,242,242,.92)}@media (max-width: 1100px){.dashboard-entry-grid,.dashboard-ai-columns{grid-template-columns:1fr}}@media (max-width: 720px){.dashboard-prompt-header,.dashboard-panel-header{flex-direction:column;align-items:flex-start}.dashboard-result-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.agent-thinking-section{margin-top:16px}.agent-process-shell{padding:18px 20px 20px;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%);box-shadow:0 16px 36px #0f172a0a}.agent-process-shell .dashboard-panel-header{margin-bottom:14px}.agent-thinking-panel{border:1px solid #e8ecf0;border-radius:18px;background:#ffffff;overflow:hidden;box-shadow:0 4px 20px #0000000a}.thinking-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);border-bottom:1px solid #e8ecf0}.status-badge{padding:5px 12px;border-radius:8px;font-size:12px;font-weight:600}.status-thinking,.status-acting,.status-observing{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-completed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-failed{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.status-idle{background:#f3f4f6;color:#6b7280}.iteration-info{font-size:12px;color:#6b7280;font-weight:500}.streaming-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:#6366f1;margin-left:auto;font-weight:500}.streaming-dot{width:8px;height:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.thought-list{max-height:380px;overflow-y:auto;padding:16px 18px}.thought-list::-webkit-scrollbar{width:6px}.thought-list::-webkit-scrollbar-track{background:#f8fafc;border-radius:3px}.thought-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.thought-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.empty-thoughts{text-align:center;padding:48px 24px;color:#9ca3af}.empty-thoughts p{margin:0;font-size:14px}.thought-item{padding:16px 18px;margin-bottom:12px;background:#f8fafc;border-radius:14px;border-left:4px solid #e0e4ea;transition:all .25s ease}.thought-item.is-active{border-left-color:#6366f1;background:linear-gradient(135deg,#fafafe 0%,#f8fafc 100%);box-shadow:0 2px 12px #6366f114}.thought-item:last-child{margin-bottom:0}.thought-step{font-size:11px;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.thought-content,.action-content,.observation-content{margin-bottom:10px}.thought-content:last-child,.action-content:last-child,.observation-content:last-child{margin-bottom:0}.thought-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.thought-label svg{width:14px;height:14px}.thought-text,.action-text,.observation-text{font-size:13px;color:#374151;line-height:1.7;white-space:pre-wrap}.tool-calls-content{margin:10px 0}.tool-call-item{background:#ffffff;border:1px solid #e8ecf0;border-radius:10px;padding:12px 14px;margin-top:8px;transition:all .2s ease}.tool-call-item.success{border-left:3px solid #10b981}.tool-call-item.failed{border-left:3px solid #ef4444}.tool-header{display:flex;align-items:center;gap:8px}.tool-icon{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;font-size:14px}.tool-name{font-size:13px;font-weight:600;color:#111827}.tool-status{font-size:11px;padding:3px 8px;border-radius:6px;font-weight:600;margin-left:auto}.tool-status.success{background:#d1fae5;color:#065f46}.tool-status.failed{background:#fee2e2;color:#991b1b}.tool-status.pending{background:#fef3c7;color:#92400e}.tool-args{font-size:11px;color:#6b7280;margin-top:8px;padding:8px 10px;background:#f8fafc;border-radius:6px;word-break:break-all;font-family:SF Mono,Monaco,monospace}.tool-result{font-size:12px;color:#4b5563;margin-top:8px;padding:10px 12px;background:#f8fafc;border-radius:8px;word-break:break-all;line-height:1.5}.tool-error{font-size:12px;color:#991b1b;margin-top:8px;padding:8px 12px;background:#fef2f2;border-radius:8px}.agent-layout-v2{display:flex;gap:16px;min-height:500px}.agent-left-panel{flex:2;display:flex;gap:16px}.agent-list-section{flex:1.2;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;min-width:0}.agent-config-section{flex:.8;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;min-width:0}.skill-right-panel{flex:1;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;min-width:0}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 4px}.section-title{font-size:16px;font-weight:600;color:#111827;margin:0}.agent-cards-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:8px}.agent-card-v2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:10px;cursor:pointer;transition:all .2s}.agent-card-v2:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.agent-card-v2.is-selected{border-color:#6366f1;background:#fafafa;box-shadow:0 0 0 3px #6366f11a}.agent-card-header{display:flex;gap:6px;margin-bottom:8px}.agent-card-title{font-size:15px;font-weight:600;margin:0 0 6px;color:#111827}.agent-card-desc{font-size:13px;color:#6b7280;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.agent-card-footer{display:flex;justify-content:space-between;align-items:center}.skill-count-badge{font-size:12px;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:10px}.bound-skills{margin-bottom:12px}.subsection-label{font-size:13px;font-weight:600;color:#374151;margin:0 0 10px}.bound-skills-list{display:flex;flex-direction:column;gap:8px}.bound-skill-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.skill-order{font-size:12px;font-weight:600;color:#6366f1;min-width:24px}.bound-skill-row .skill-info{flex:1;min-width:0}.bound-skill-row .skill-name{display:block;font-size:14px;font-weight:500;color:#111827}.bound-skill-row .skill-desc{display:block;font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bound-skill-row .skill-actions{display:flex;gap:4px}.ghost-button.danger{color:#ef4444}.available-skills{border-top:1px solid #e5e7eb;padding-top:16px}.available-skills-list{display:flex;flex-direction:column;gap:8px}.available-skill-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.available-skill-row:hover{border-color:#6366f1}.available-skill-row .skill-info{flex:1;min-width:0}.available-skill-row .skill-name{display:block;font-size:13px;font-weight:500;color:#111827}.available-skill-row .skill-desc{display:block;font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-hint{padding:16px;text-align:center;color:#9ca3af;font-size:13px;background:#f9fafb;border-radius:6px;border:1px dashed #e5e7eb}.more-hint{font-size:12px;color:#9ca3af;text-align:center;padding:8px}.no-selection-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;text-align:center}.hint-icon{font-size:36px;margin-bottom:12px}.no-selection-hint p{font-size:14px;color:#9ca3af;margin:0}.skill-list-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;flex:1;overflow-y:auto}.skill-card-v2{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:10px;transition:all .2s}.skill-card-v2:hover{border-color:#6366f1}.skill-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.skill-card-v2 .skill-name{font-size:14px;font-weight:500;color:#111827}.type-badge{font-size:10px;padding:2px 6px;border-radius:3px;font-weight:500}.type-badge.info{background:#e0e7ff;color:#4338ca}.type-badge.warning{background:#fef3c7;color:#b45309}.skill-card-v2 .skill-desc{font-size:12px;color:#6b7280;margin:0 0 6px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.skill-card-footer{display:flex;justify-content:space-between;align-items:center}.skill-category-tag{font-size:11px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:3px}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e5e7eb}.muted-text{font-size:13px;color:#6b7280}.compact-modal{width:min(520px,95vw);background:#ffffff;border-radius:16px;box-shadow:0 20px 60px #00000026;overflow:hidden}.compact-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f2f5}.compact-modal-header h3{margin:0;font-size:16px;font-weight:600;color:#111827}.compact-close{width:32px;height:32px;min-height:auto;padding:0;font-size:20px;line-height:1;border:none;border-radius:8px;color:#6b7280}.compact-close:hover{background:#f3f4f6;color:#111827}.compact-modal-body{padding:16px 20px;max-height:50vh;overflow-y:auto}.compact-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #f0f2f5;background:#fafafa}.compact-field{margin-bottom:14px}.compact-field:last-child{margin-bottom:0}.compact-field label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.compact-hint{font-weight:400;color:#9ca3af}.compact-hint-text{font-size:12px;color:#6b7280;background:#f9fafb;padding:8px 12px;border-radius:6px;margin-top:8px;line-height:1.5}.compact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.clearance-modal{width:min(800px,95vw)}.clearance-modal .compact-modal-body{max-height:65vh}.compact-field-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.compact-select{width:100%;min-height:38px;padding:0 12px;border:1px solid #e8ecf0;border-radius:8px;font-size:13px;color:#374151;background:#ffffff;cursor:pointer}.compact-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.compact-textarea{width:100%;min-height:80px;padding:10px 12px;border:1px solid #e8ecf0;border-radius:8px;font-size:13px;color:#374151;background:#ffffff;resize:vertical;line-height:1.5}.compact-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.compact-textarea::placeholder{color:#b0b8c4}.compact-input{width:100%;min-height:38px;padding:0 12px;border:1px solid #e8ecf0;border-radius:8px;font-size:13px;color:#374151;background:#ffffff}.compact-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.compact-input::placeholder{color:#b0b8c4}.compact-empty{text-align:center;padding:24px;color:#9ca3af;font-size:13px}.compact-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 20px;border-top:1px solid #f0f2f5}.page-btn{min-height:32px;padding:0 12px;border:1px solid #e8ecf0;border-radius:6px;background:#ffffff;color:#374151;font-size:12px;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){border-color:#6366f1;color:#6366f1}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:12px;color:#6b7280}.material-select-btn{width:100%;min-height:40px;padding:0 14px;border:1px dashed #d1d5db;border-radius:8px;background:#fafafa;color:#374151;font-size:13px;text-align:left;cursor:pointer;transition:all .2s}.material-select-btn:hover{border-color:#6366f1;background:#f8f7ff}.material-picker-modal{width:min(900px,95vw);max-height:80vh}.material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-height:60vh;overflow-y:auto;padding:4px}@media (max-width: 600px){.material-grid{grid-template-columns:repeat(2,1fr)}}.material-item{position:relative;padding:10px;border:1.5px solid #e8ecf0;border-radius:10px;background:#ffffff;cursor:pointer;transition:all .2s}.material-item:hover{border-color:#6366f1;background:#f8f7ff}.material-item.is-selected{border-color:#6366f1;background:#f0f0ff}.material-thumb{width:100%;height:100px;border-radius:6px;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.material-thumb img{width:100%;height:100%;object-fit:cover}.material-file-icon{font-size:24px}.material-info{display:flex;flex-direction:column;gap:2px}.material-name{font-size:12px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.material-meta{font-size:11px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.material-check{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:#6366f1;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.selected-count{font-size:13px;color:#6b7280;margin-right:auto}.campaign-feedback-modal{width:900px;max-width:95vw}.feedback-layout{display:flex;gap:24px;padding:20px;max-height:65vh;overflow:hidden}.feedback-preview-panel{flex:1;min-width:0;display:flex;flex-direction:column}.feedback-preview-panel .feedback-label{flex-shrink:0}.feedback-preview-panel .result-preview{flex:1;overflow-y:auto;padding:12px;background:#f9fafb;border-radius:8px;font-size:13px;line-height:1.6;color:#374151;white-space:pre-wrap;word-break:break-word}.feedback-form-panel{width:340px;flex-shrink:0;overflow-y:auto;padding-right:4px}.feedback-section{margin-bottom:20px}.feedback-section:last-child{margin-bottom:0}.feedback-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:10px}.star-rating{display:flex;align-items:center;gap:4px}.star-btn{background:none;border:none;font-size:28px;color:#d1d5db;padding:0;cursor:pointer;transition:color .15s}.star-btn:hover,.star-btn.active{color:#f59e0b}.rating-text{margin-left:12px;font-size:14px;color:#6b7280}.feedback-type-grid{display:flex;flex-direction:column;gap:8px}.feedback-type-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#f9fafb;border-radius:8px;cursor:pointer;transition:background .15s}.feedback-type-item:hover{background:#f3f4f6}.feedback-type-item input[type=radio]{margin-top:2px;accent-color:#6366f1}.feedback-type-item .type-label{font-size:14px;font-weight:500;color:#111827}.feedback-type-item .type-desc{font-size:12px;color:#6b7280;margin-left:auto}.feedback-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;line-height:1.5;resize:vertical;min-height:100px}.feedback-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.feedback-status-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:8px 12px;background:#f3f4f6;border-radius:8px}.feedback-status{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.feedback-status.status-pending{background:#fef3c7;color:#92400e}.feedback-status.status-reviewed{background:#dbeafe;color:#1e40af}.feedback-status.status-optimized{background:#d1fae5;color:#065f46}.feedback-time{font-size:12px;color:#6b7280}.star-btn.readonly{cursor:not-allowed;opacity:.7}.feedback-type-item.readonly{cursor:default;opacity:.7}.feedback-textarea:disabled,.feedback-textarea[readonly]{background:#f9fafb;color:#6b7280;cursor:not-allowed}.quota-details-modal{width:900px;max-width:95vw;max-height:85vh}.quota-details-content{padding:20px;max-height:75vh;overflow-y:auto}.quota-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.quota-card{padding:12px;border-radius:12px;text-align:center}.quota-card-label{display:block;font-size:13px;color:#6b7280;margin-bottom:8px}.quota-card-value{display:block;font-size:16px;font-weight:600}.quota-total .quota-card-value{color:#111827}.quota-used .quota-card-value{color:#f59e0b}.quota-remaining .quota-card-value{color:#10b981}.quota-progress-section{margin-bottom:24px}.quota-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.quota-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#6366f1);border-radius:4px;transition:width .3s ease}.quota-progress-text{font-size:12px;color:#6b7280;text-align:right;display:block}.quota-tab-btn{padding:6px 14px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:13px;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.quota-tab-btn:hover{border-color:#6366f1;color:#6366f1}.quota-tab-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.quota-tab-count{background:rgba(255,255,255,.3);border-radius:10px;padding:0 6px;font-size:11px;min-width:20px;text-align:center}.quota-tab-btn:not(.active) .quota-tab-count{background:#f3f4f6;color:#6b7280}.quota-records-table{width:100%;border-collapse:collapse;font-size:13px}.quota-records-table th{text-align:left;padding:10px 8px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:500;color:#6b7280}.quota-records-table td{padding:10px 8px;border-bottom:1px solid #f3f4f6;color:#374151}.quota-records-table .token-cost{color:#f59e0b;font-weight:500}.quota-records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quota-records-header h4{margin:0;font-size:15px;font-weight:600}.quota-records-total{font-size:13px;color:#6b7280}.quota-records-table .empty-cell{text-align:center;color:#9ca3af;padding:32px 8px}.quota-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.quota-pagination button{padding:6px 12px;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:13px;cursor:pointer}.quota-pagination button:hover:not(:disabled){background:#f9fafb}.quota-pagination button:disabled{opacity:.5;cursor:not-allowed}.quota-pagination span{font-size:13px;color:#6b7280;padding:0 12px}.universal-input-modal{width:480px;max-width:90vw}.universal-input-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.universal-input-modal .modal-title{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.universal-input-modal .modal-close-btn{width:32px;height:32px;border:none;background:transparent;font-size:24px;color:#999;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.universal-input-modal .modal-close-btn:hover{background:#f5f5f5;color:#666}.universal-input-modal .modal-body{padding:24px}.universal-input-prompt{margin:0 0 16px;color:#666;font-size:14px;line-height:1.5}.universal-input-wrapper{position:relative}.universal-input-text,.universal-input-date{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.universal-input-text:focus,.universal-input-date:focus{border-color:#1890ff}.universal-input-textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;resize:vertical;min-height:100px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.universal-input-textarea:focus{border-color:#1890ff}.universal-input-select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;background:#fff;cursor:pointer;transition:border-color .2s;box-sizing:border-box}.universal-input-select:focus{border-color:#1890ff}.universal-input-error{display:block;margin-top:8px;color:#ff4d4f;font-size:12px}.universal-input-modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #eee}.universal-input-modal .modal-footer button{padding:10px 24px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.universal-input-modal .modal-footer .ghost-button{background:transparent;border:1px solid #ddd;color:#666}.universal-input-modal .modal-footer .ghost-button:hover{background:#f5f5f5;border-color:#ccc}.universal-input-modal .modal-footer .primary-button{background:#1890ff;border:none;color:#fff}.universal-input-modal .modal-footer .primary-button:hover{background:#40a9ff}.page-stack:not(.focus-dashboard){gap:20px;padding-top:20px}.page-stack:not(.focus-dashboard)>.page-hero,.page-stack:not(.focus-dashboard)>.panel,.page-stack:not(.focus-dashboard)>.auth-required-card{position:relative;overflow:hidden;border-color:#e2e8f0f0;box-shadow:0 22px 48px #0f172a0d}.page-stack:not(.focus-dashboard)>.page-hero{padding:28px 30px;border-radius:28px;background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 30%),radial-gradient(circle at 88% 22%,rgba(99,102,241,.12),transparent 28%),linear-gradient(135deg,#ffffff 0%,#f8fbff 58%,#eef6ff 100%)}.page-stack:not(.focus-dashboard)>.page-hero:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#0ea5e9 0%,#2563eb 45%,#4f46e5 100%)}.page-stack:not(.focus-dashboard)>.page-hero:after{content:"";position:absolute;right:-36px;bottom:-48px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 68%)}.page-stack:not(.focus-dashboard)>.page-hero h2{margin-top:6px;font-size:clamp(1.5rem,2.5vw,2.4rem);letter-spacing:-.05em;color:#0f172a}.page-stack:not(.focus-dashboard)>.page-hero p{max-width:760px;color:#475569;line-height:1.78}.page-stack:not(.focus-dashboard)>.panel,.page-stack:not(.focus-dashboard)>.auth-required-card{border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%)}.page-stack:not(.focus-dashboard) .section-kicker,.page-stack:not(.focus-dashboard) .panel-kicker{color:#2563eb;letter-spacing:.1em}.page-stack:not(.focus-dashboard) .panel-header{margin-bottom:14px}.page-stack:not(.focus-dashboard) .panel-title{font-size:1.08rem;color:#0f172a}.page-stack:not(.focus-dashboard) .panel-copy{color:#64748b}.page-stack:not(.focus-dashboard) table{width:100%;border-collapse:collapse}.page-stack:not(.focus-dashboard) thead tr{background:#f8fbff}.page-stack:not(.focus-dashboard) th{color:#475569;font-size:12px;font-weight:700;letter-spacing:.02em}.page-stack:not(.focus-dashboard) th,.page-stack:not(.focus-dashboard) td{padding:14px 16px;border-bottom:1px solid #eef2f7}.page-stack:not(.focus-dashboard) tbody tr:hover{background:rgba(248,250,252,.88)}.page-stack:not(.focus-dashboard) tbody tr:last-child td{border-bottom:none}.page-stack:not(.focus-dashboard) .uploads-stats-grid,.page-stack:not(.focus-dashboard) .ops-metrics-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.page-stack:not(.focus-dashboard) .uploads-stat-card,.ops-metric-card{border:1px solid rgba(226,232,240,.9);border-radius:20px;background:rgba(255,255,255,.84);box-shadow:inset 0 1px #ffffffbf}.ops-page-hero{align-items:center}.ops-hero-actions{position:relative;z-index:1}.ops-metric-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ops-metric-card:hover{transform:translateY(-2px);border-color:#60a5fa8c;box-shadow:0 18px 32px #2563eb14}.ops-filter-panel{padding:20px}.ops-filter-row input:not([type=checkbox]),.ops-filter-row select,.ops-filter-row textarea{min-height:42px;border-radius:14px;border:1px solid #dbe2ea;background:#ffffff;box-shadow:inset 0 1px 1px #0f172a05}.ops-filter-row input:not([type=checkbox]):focus,.ops-filter-row select:focus,.ops-filter-row textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa1f}.ops-table-wrap{border:1px solid #eef2f7;border-radius:18px;background:#ffffff}.ops-inline-actions{flex-wrap:wrap}.page-chip-filter{display:flex;gap:10px;flex-wrap:wrap}.page-chip-filter .ghost-button,.page-chip-filter .primary-button,.action-tab-btn{min-height:36px;border-radius:999px;padding:0 14px}.asset-grid{margin-top:6px}.asset-card{border-radius:18px!important;box-shadow:0 14px 24px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.asset-card:hover{transform:translateY(-2px);box-shadow:0 20px 34px #0f172a14}.uploads-page-hero,.task-page-hero,.compact-page-hero{padding:24px 26px}.uploads-hero-main,.task-page-hero .uploads-hero-main{position:relative;z-index:1}.uploads-hero-stats{gap:12px}.uploads-hero-stat{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.84)}.uploads-toolbar-panel,.uploads-readiness-panel{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}.action-filter-tabs{gap:8px;padding-bottom:2px}.action-tab-btn{border-color:#e2e8f0e6;background:rgba(255,255,255,.9)}.action-tab-btn.is-active{background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);border-color:transparent;box-shadow:0 10px 18px #2563eb2e}.list-tabs-wrap{gap:14px}.compact-settings-page .page-hero,.compact-settings-page .panel{box-shadow:0 20px 42px #0f172a0d}@media (max-width: 960px){.page-stack:not(.focus-dashboard) .uploads-stats-grid,.page-stack:not(.focus-dashboard) .ops-metrics-panel{grid-template-columns:1fr}}@media (max-width: 720px){.page-stack:not(.focus-dashboard)>.page-hero,.page-stack:not(.focus-dashboard)>.panel,.page-stack:not(.focus-dashboard)>.auth-required-card{border-radius:22px}.page-stack:not(.focus-dashboard)>.page-hero{padding:20px}}.uploads-toolbar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px!important}.uploads-toolbar-grid>.uploads-toolbar{padding:22px 22px 18px;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:radial-gradient(circle at top right,rgba(191,219,254,.24),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%)}.uploads-readiness-panel .uploads-privacy-note,.uploads-readiness-panel .uploads-progress-bar,.uploads-readiness-panel .task-table-wrap,.uploads-toolbar-panel .task-submit-banner{position:relative;z-index:1}.uploads-readiness-panel .panel-header{align-items:flex-start}.uploads-stat-card{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.uploads-stat-card:hover{transform:translateY(-2px);box-shadow:0 18px 32px #0f172a14;border-color:#60a5fa8c}.results-page-panel .panel-header{align-items:flex-start}.results-toolbar{flex-wrap:wrap;justify-content:flex-end}.results-toolbar .compact-filter-select{min-width:140px}.agents-page-hero{background:radial-gradient(circle at top left,rgba(96,165,250,.16),transparent 28%),radial-gradient(circle at 85% 20%,rgba(34,197,94,.12),transparent 26%),linear-gradient(135deg,#ffffff 0%,#f8fbff 56%,#f0fdf4 100%)}.agents-board{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px!important}.agents-column{border-radius:24px!important;border-color:#e2e8f0f2!important;box-shadow:0 18px 38px #0f172a0d;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%)!important}.agents-column-header{margin-bottom:18px!important}.agents-skill-card{border-radius:18px!important;border-color:#e2e8f0f2!important;box-shadow:inset 0 1px #ffffffb3;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.agents-skill-card:hover{transform:translateY(-1px);border-color:#60a5fa8c!important;box-shadow:0 14px 24px #0f172a0f}.agents-card-actions{flex-wrap:wrap;justify-content:flex-end}.marketing-page-hero,.coupon-page-hero,.accounts-page-hero,.store-admin-page-hero{background:radial-gradient(circle at top left,rgba(96,165,250,.14),transparent 28%),radial-gradient(circle at 82% 22%,rgba(14,165,233,.12),transparent 28%),linear-gradient(135deg,#ffffff 0%,#f8fbff 58%,#eef6ff 100%)}.marketing-filter-bar,.coupon-filter-row,.store-admin-filter-row{flex-wrap:wrap!important}.marketing-filter-bar input,.marketing-filter-bar select,.coupon-filter-row input,.coupon-filter-row select,.store-admin-filter-row input,.store-admin-filter-row select{min-height:42px!important}.marketing-table-panel,.store-admin-panel,.coupon-panel{padding:20px}.coupon-stats-panel>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px!important}.coupon-tip-banner{border-radius:18px!important;background:linear-gradient(135deg,rgba(239,246,255,.96) 0%,rgba(255,255,255,.98) 100%)!important}.coupon-tabs-shell{padding:6px;border-radius:20px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.82);box-shadow:0 12px 24px #0f172a0a}.coupon-tabs{gap:8px!important;border-bottom:none!important;flex-wrap:wrap}.coupon-tabs .ghost-button,.coupon-tabs .primary-button{min-height:38px;border-radius:999px!important;border:1px solid rgba(226,232,240,.92)!important}.coupon-tabs .primary-button{background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);border-color:transparent!important}.coupon-verify-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px!important}.store-admin-table-wrap code{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8}.accounts-page-hero .level-info-panel{background:linear-gradient(135deg,rgba(255,247,237,.95) 0%,rgba(255,255,255,.98) 100%);box-shadow:0 16px 30px #f9731614}.account-admin-layout>.panel,.account-admin-main>.panel,.account-admin-side>.panel{border-radius:24px}.account-shop-table-wrap,.store-admin-table-wrap{border-radius:18px;overflow:hidden}@media (max-width: 1080px){.agents-board,.coupon-verify-layout,.uploads-toolbar-grid{grid-template-columns:1fr}}@media (max-width: 960px){.coupon-stats-panel>div{grid-template-columns:1fr}}.dashboard-home-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;margin:8px 0 4px}.dashboard-hero-main,.dashboard-completeness-panel{position:relative;overflow:hidden;border:1px solid #e5e7eb;border-radius:28px;background:#ffffff;box-shadow:0 24px 60px #0f172a0d}.dashboard-hero-main{padding:30px 30px 26px;background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 34%),radial-gradient(circle at 85% 25%,rgba(99,102,241,.12),transparent 32%),linear-gradient(135deg,#ffffff 0%,#f8fbff 62%,#eef6ff 100%)}.dashboard-hero-main:after,.dashboard-completeness-panel:after{content:"";position:absolute;inset:auto auto 0 0;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 68%);transform:translate(-35%,35%);pointer-events:none}.dashboard-hero-copy{width:100%}.dashboard-hero-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(59,130,246,.18);color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.dashboard-hero-copy h1{margin:16px 0 0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;letter-spacing:-.05em;color:#0f172a;display:flex;justify-content:space-between}.dashboard-hero-copy p{margin:16px 0 0;max-width:720px;color:#475569;font-size:15px;line-height:1.8}.dashboard-stats-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}.dashboard-metric-chip{padding:16px 18px;border-radius:22px;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-metric-chip span,.dashboard-metric-chip small{display:block}.dashboard-metric-chip span{color:#64748b;font-size:12px}.dashboard-metric-chip strong{display:block;margin-top:10px;color:#0f172a;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1;letter-spacing:-.05em}.dashboard-metric-chip small{margin-top:10px;color:#475569;font-size:12px;line-height:1.6}.dashboard-completeness-panel{padding:24px 24px 20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.dashboard-completeness-topline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.dashboard-completeness-label{display:block;color:#64748b;font-size:12px}.dashboard-completeness-topline strong{display:block;margin-top:8px;color:#0f172a;font-size:2rem;line-height:1;letter-spacing:-.05em}.dashboard-completeness-caption{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:600}.dashboard-completeness-hint{margin:14px 0 0;color:#475569;font-size:13px;line-height:1.7}.dashboard-completeness-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.dashboard-completeness-item{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding:12px 14px;border-radius:16px;border:1px solid #e5e7eb;background:rgba(255,255,255,.88)}.dashboard-completeness-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:#cbd5e1}.dashboard-completeness-item strong,.dashboard-completeness-item span{display:block}.dashboard-completeness-item strong{color:#0f172a;font-size:13px}.dashboard-completeness-item span{margin-top:4px;color:#64748b;font-size:12px;line-height:1.6}.dashboard-completeness-item.is-ready{border-color:#22c55e33;background:rgba(240,253,244,.9)}.dashboard-completeness-item.is-ready .dashboard-completeness-dot{background:#22c55e}.dashboard-completeness-item.is-partial{border-color:#f59e0b2e;background:rgba(255,251,235,.9)}.dashboard-completeness-item.is-partial .dashboard-completeness-dot{background:#f59e0b}.dashboard-completeness-item.is-missing{border-color:#94a3b833;background:rgba(248,250,252,.92)}.dashboard-completeness-footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.dashboard-completeness-footer span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid #e5e7eb;color:#475569;font-size:12px}.dashboard-ai-shell{padding:28px 28px 30px;box-shadow:0 26px 60px #0f172a0f}.dashboard-quota-card{padding:4px;border-radius:18px;background:rgba(255,255,255,.74);border:1px solid rgba(226,232,240,.9)}.dashboard-quota-button{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.dashboard-ai-workspace{gap:20px}.dashboard-entry-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.dashboard-entry-toolbar-actions{display:flex;align-items:center;gap:12px}.dashboard-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.dashboard-entry-toolbar h3{margin:12px 0 0;color:#0f172a;font-size:22px;letter-spacing:-.04em}.dashboard-entry-toolbar p{margin:10px 0 0;max-width:760px;color:#475569;line-height:1.75}.dashboard-entry-toolbar-note{display:grid;gap:6px;min-width:148px;padding:16px 18px;border-radius:18px;border:1px solid rgba(191,219,254,.85);background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);text-align:left}.dashboard-entry-toolbar-note strong{color:#1d4ed8;font-size:13px}.dashboard-entry-toolbar-note span{color:#0f172a;font-size:16px;font-weight:700}.dashboard-preset-modal{width:min(880px,94vw)}.dashboard-preset-tip{margin-bottom:16px;padding:12px 14px;border-radius:14px;background:#f8fafc;color:#475569;line-height:1.7;border:1px solid #e2e8f0}.dashboard-preset-list{display:grid;gap:14px;margin-bottom:14px}.dashboard-preset-card{border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#ffffff}.dashboard-preset-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-preset-switch{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#334155}.dashboard-preset-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-preset-form-grid{display:grid;grid-template-columns:1fr 140px;gap:12px}.dashboard-preset-card .compact-field>span{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#374151}.dashboard-entry-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-entry-card{position:relative;gap:10px;min-height:144px;padding:18px;border-radius:22px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,250,252,.96) 100%);box-shadow:0 12px 28px #0f172a0a}.dashboard-entry-card:after{content:"";position:absolute;inset:auto 18px 16px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(14,165,233,.26),rgba(99,102,241,.32));opacity:0;transition:opacity .18s ease}.dashboard-entry-card:hover:not(:disabled):after,.dashboard-entry-card.is-active:after{opacity:1}.dashboard-entry-card.is-active{border-color:#60a5facc;background:radial-gradient(circle at top right,rgba(191,219,254,.34),transparent 34%),linear-gradient(145deg,#eff6ff 0%,#ffffff 100%)}.dashboard-entry-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:700;box-shadow:0 8px 18px #2563eb2e}.dashboard-entry-title{font-size:16px;letter-spacing:-.03em}.dashboard-entry-subtitle{font-size:12px;line-height:1.7;color:#475569}.dashboard-prompt-box,.dashboard-process-panel,.dashboard-result-panel{border:1px solid rgba(226,232,240,.9);border-radius:24px;box-shadow:0 16px 36px #0f172a0a}.dashboard-prompt-box{padding:20px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.98) 100%)}.dashboard-prompt-header p{max-width:760px}.dashboard-run-button{min-width:120px;min-height:42px;border-radius:14px;background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);border-color:transparent;box-shadow:0 12px 24px #1d4ed82e}.dashboard-prompt-box textarea{min-height:144px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.dashboard-ai-columns{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px}.dashboard-process-panel,.dashboard-result-panel{min-height:460px;padding:20px;background:#ffffff}.dashboard-status-item,.dashboard-thought-card,.dashboard-result-card,.dashboard-warning-box,.dashboard-skill-run-item{border-radius:18px}.dashboard-status-item{padding:14px 16px}.dashboard-result-summary{border-radius:18px;padding:16px 18px;background:radial-gradient(circle at top right,rgba(191,219,254,.36),transparent 36%),linear-gradient(135deg,#eff6ff 0%,#ffffff 100%)}.dashboard-result-card h4{line-height:1.5}.dashboard-result-content{font-size:14px}.dashboard-warning-box ul{margin-top:10px}@media (max-width: 1280px){.dashboard-home-hero{grid-template-columns:1fr}.dashboard-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 960px){.dashboard-stats-strip,.dashboard-ai-columns{grid-template-columns:1fr}.dashboard-entry-toolbar,.dashboard-entry-toolbar-actions,.dashboard-preset-card-top,.ai-chat-header{flex-direction:column;align-items:stretch}.dashboard-quota-button{justify-content:flex-start}.dashboard-preset-form-grid{grid-template-columns:1fr}}@media (max-width: 720px){.dashboard-home-hero{margin-top:0}.dashboard-hero-main,.dashboard-completeness-panel,.dashboard-ai-shell{border-radius:22px;padding:20px}.dashboard-hero-copy h1{font-size:2rem}.dashboard-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-entry-card{min-height:132px}.dashboard-entry-toolbar-note{min-width:0}}@media (max-width: 560px){.dashboard-entry-grid{grid-template-columns:1fr}.dashboard-metric-chip{padding:14px 16px}.dashboard-quota-button{flex-direction:column;align-items:flex-start}}
