:root{--bg: #f5f7fb;--card: #ffffff;--border: #e4e9f2;--text: #1a1a2e;--muted: #5a6478;--primary: #0066ff;--primary-dark: #0052cc;--primary-light: #e8f1ff;--navy: #0a1628;--radius: 16px;--radius-lg: 24px;--shadow: 0 8px 32px rgba(10, 22, 40, .06);--success: #16a34a;--warning: #d97706;--danger: #dc2626;--info: #0891b2}*{box-sizing:border-box}body{margin:0;font-family:Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Apple SD Gothic Neo,Malgun Gothic,sans-serif;background:var(--bg);color:var(--text)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:360px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:32px 28px;box-shadow:0 10px 30px #141e3c0f}.auth-brand{margin:0;font-size:22px}.auth-sub{margin:4px 0 20px;color:var(--muted);font-size:13px}.field{display:block;margin-bottom:14px}.field span{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.field input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:15px}.field input:focus{outline:none;border-color:var(--primary)}.btn-primary{width:100%;padding:11px;background:var(--primary);color:#fff;border:0;border-radius:8px;font-size:15px;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:default}.btn-danger-action{padding:11px;border:0;border-radius:8px;background:var(--danger);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.btn-danger-action:hover:not(:disabled){background:#b91c1c}.btn-danger-action:disabled{opacity:.6;cursor:default}.auth-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:14px}.auth-link{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;color:var(--muted);font-size:13px}.auth-link a{color:var(--muted);text-decoration:none}.auth-link a:hover,.auth-link a:focus-visible{color:var(--primary);text-decoration:underline}.auth-card--with-dev{max-width:680px}.dev-login-accounts{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.dev-login-accounts h2{margin:0 0 12px;font-size:15px}.dev-login-account{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--border)}.dev-login-account:first-of-type{border-top:0}.dev-login-account strong,.dev-login-account span,.dev-login-account small{display:block}.dev-login-account span,.dev-login-account small{margin-top:3px;color:var(--muted);font-size:12px}.dev-login-account .btn-secondary{flex:0 0 auto}@media (max-width: 600px){.dev-login-account{align-items:stretch;flex-direction:column}}.state{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.topbar{min-height:68px;background:var(--card);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:14px 24px;position:sticky;top:0;z-index:10}.topbar-brand{color:var(--navy);font-size:18px;font-weight:700}.topbar-right{display:flex;align-items:center;gap:12px;font-size:13px}.topbar-user{color:var(--muted)}.btn-ghost{border:1px solid var(--border);background:transparent;border-radius:8px;padding:6px 12px;cursor:pointer;font-size:13px}.content{width:100%;padding:24px 24px 60px}.page-title{color:var(--navy);font-size:22px;font-weight:700;margin:4px 0 20px}.page-title-row{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px}.page-title-row .page-title{margin-bottom:0}.banner-list{display:grid;gap:10px;margin:12px 0 22px}.banner{border:1px solid var(--border);border-radius:12px;padding:14px 16px;background:var(--card)}.banner.tone-danger{border-color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,var(--card))}.banner.tone-warning{border-color:var(--warning);background:color-mix(in srgb,var(--warning) 8%,var(--card))}.banner-title{font-weight:700;font-size:14px}.banner-desc{font-size:13px;color:var(--muted);margin-top:4px}.banner-meta{display:flex;align-items:center;gap:12px;margin-top:10px}.banner-action{font-size:13px;font-weight:600;color:var(--primary);text-decoration:none}.banner-action:hover{text-decoration:underline}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:22px}.stat-card{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--muted);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow)}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-size:22px;font-weight:700;margin-top:6px}.stat-delta{font-size:12px;color:var(--muted);margin-top:6px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 720px){.two-col{grid-template-columns:1fr}}.ref-page-panel{background:#fff;border:1px solid #e4e9f2;border-radius:24px;padding:20px 24px 24px;box-shadow:0 8px 32px #0a16280f}.ref-notice{margin-bottom:16px;padding:14px 16px;border-radius:12px;background:#f8faff;color:#5b6070;font-size:14px;line-height:1.65}.ref-notice p{margin:0}.ref-notice p+p{margin-top:4px}.ref-hero{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch;margin-bottom:16px}.ref-stat-card{flex:1 1 150px;background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:14px 16px;box-shadow:none}.ref-stat-card p{font-size:12.5px;color:#7a8194;margin:0 0 6px}.ref-stat-card strong{display:block;font-size:22px;font-weight:700;color:#1f2430;line-height:1.1}.ref-stat-card small{display:block;font-size:12px;color:#9aa0ae;margin-top:4px}.ref-policy-notice{margin:0 0 16px;color:#dc2626;font-size:13px}.ref-dropzone{display:block;width:100%;border:2px dashed #c9cedb;border-radius:12px;background:#fafbfe;padding:26px;text-align:center;color:#7a8194;cursor:pointer;transition:.15s;font:inherit}.ref-dropzone:hover:not(:disabled){border-color:#5b7cfa;background:#f4f7ff;color:#3f5bd6}.ref-dropzone:disabled{cursor:not-allowed;opacity:.6}.ref-dropzone>span{display:block}.ref-dropzone small{display:block;margin-top:5px;color:#9aa0ae;font-size:12px}.ref-dropzone-icon{font-size:30px;line-height:1;margin-bottom:8px;font-weight:700}.ref-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin:18px 0 10px}.ref-toolbar .btn-primary{width:auto;padding:8px 13px;font-size:13px}.ref-filters{display:flex;flex-wrap:wrap;gap:6px}.ref-chip{border:1px solid #d7dbe6;background:#fff;color:#5b6070;border-radius:999px;padding:5px 13px;font-size:13px;cursor:pointer}.ref-chip.is-active{background:#2f6bff;border-color:#2f6bff;color:#fff}.ref-material-list{display:grid;gap:12px}.ref-material{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:14px 16px}.ref-material.is-private{background:#fbfbfc;border-style:dashed}.ref-thumb{flex:0 0 52px;width:52px;height:52px;border-radius:10px;display:grid;place-items:center;font-size:12px;font-weight:800;color:#fff;overflow:hidden}.ref-thumb--img{background:#3aa675;font-size:24px}.ref-thumb--pdf{background:#d0453f}.ref-thumb--doc{background:#2f6bff}.ref-material-main{flex:1 1 auto;min-width:0}.ref-material-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 6px}.ref-material-head strong{color:#1f2430;font-size:15px}.ref-material-head span{font-size:12.5px;color:#9aa0ae}.ref-material-desc{font-size:13px;color:#5b6070;margin:0 0 8px}.ref-link-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ref-link-row>code{display:inline-block;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5b6070;background:#f4f6fb;border:1px solid #e6e8ee;border-radius:8px;padding:4px 8px;font-size:12px}.ref-material-keywords{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.ref-material-keywords em{color:#9aa0ae;font-size:11.5px;font-style:normal}.ref-material-keywords span{background:#eef2ff;color:#3f5bd6;border-radius:6px;padding:2px 8px;font-size:12px}.ref-material-status{flex:0 0 96px;display:flex;align-items:center;justify-content:center}.ref-material-status span{font-size:13.5px;font-weight:700;padding:6px 16px;border-radius:999px;white-space:nowrap}.ref-material-status .is-public{background:#e3f4ea;color:#1f8a4c;border:1px solid #a9dcbd}.ref-material-status .is-private{background:#eef0f4;color:#6b7280;border:1px solid #d5d9e2}.ref-material-actions{flex:0 0 208px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.ref-icon-btn{border:1px solid #c9cedb;background:#fff;color:#5b6070;border-radius:7px;padding:5px 8px;font-size:12px;cursor:pointer;text-decoration:none;white-space:nowrap}.ref-icon-btn.edit{border-color:#7aa2ff;color:#2f6bff}.ref-icon-btn.delete{border-color:#f0a6a6;color:#dc2626}.ref-icon-btn:disabled{opacity:.5;cursor:not-allowed}.ref-empty{text-align:center;padding:44px 16px;color:#7a8194}.ref-empty>span{display:block;font-size:34px;color:#c9cedb;margin-bottom:10px}.ref-empty strong{display:block}.ref-empty p{margin:4px 0 0;font-size:13px}.ref-preview-title{margin:24px 0 6px;color:#1f2430;font-size:15px}.ref-preview-desc{margin:0 0 8px;font-size:12px;color:#9aa0ae}.ref-chat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ref-chat{background:#f6f8fc;border:1px solid #e6e8ee;border-radius:12px;padding:16px}.ref-chat>small{display:block;color:#9aa0ae;margin-bottom:10px}.ref-chat-row{display:flex;margin-bottom:12px}.ref-chat-row.them{justify-content:flex-start}.ref-chat-row.me{justify-content:flex-end}.ref-chat-row>div{max-width:90%;padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:1.5}.ref-chat-row.them>div{background:#fff;border:1px solid #e6e8ee;border-bottom-left-radius:4px}.ref-chat-row.me>div{background:#e9f0ff;border:1px solid #cfe0ff;border-bottom-right-radius:4px}.ref-chat-row i{flex:0 0 32px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#cdd3e0;color:#fff;font-size:10px;margin-right:8px;font-style:normal}.ref-chat.dark{background:#232b39;border-color:#232b39}.ref-chat.dark>small{color:#9aa7bd}.ref-chat.dark .them>div{background:#3b4658;border-color:#3b4658;color:#f2f4f8}.ref-chat.dark .me>div{background:#ffe600;border-color:#ffe600;color:#2b2b2b}.ref-chat.dark .ref-chat-row i{background:#4a5568}.ref-file-card{display:flex;align-items:center;gap:10px;margin-top:8px;padding:8px 10px;background:#fff;border:1px solid #dbe3f6;border-radius:10px}.ref-file-card>b{flex:0 0 34px;width:34px;height:34px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:10px;background:#d0453f}.ref-file-card>b.image{background:#3aa675}.ref-file-card>span{flex:1;min-width:0}.ref-file-card>span strong,.ref-file-card>span small{display:block}.ref-file-card>span strong{font-size:13px}.ref-file-card>span small{color:#9aa0ae;font-size:11.5px}.ref-file-card button{border:0;border-radius:7px;background:#06f;color:#fff;padding:6px 9px;font-size:12px}@media (max-width:900px){.ref-material{align-items:flex-start;flex-wrap:wrap}.ref-material-main{min-width:calc(100% - 70px)}.ref-material-status{margin-left:66px;flex:0 0 auto}.ref-material-actions{flex:1 1 auto}.ref-chat-grid{grid-template-columns:1fr}}@media (max-width:600px){.ref-page-panel{padding:16px;border-radius:16px}.ref-thumb{display:none}.ref-material-main{min-width:100%}.ref-material-status{margin-left:0}.ref-material-actions{flex-basis:100%;justify-content:flex-start}.ref-link-row>code{max-width:100%}.ref-file-card{align-items:flex-start;flex-wrap:wrap}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.dash-intro h2{margin:0 0 6px;color:var(--navy);font-size:22px}.dash-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.dash-intro h1{margin:0 0 6px;color:var(--navy);font-size:22px}.dash-intro p,.dash-intro>span{margin:0;color:var(--muted);font-size:13px}.dash-banner-list{display:grid;gap:12px;margin-bottom:24px}.dash-banner{display:flex;gap:16px;padding:16px 20px;border:1px solid;border-radius:24px}.dash-banner.danger{background:#fef2f2;border-color:#fecaca}.dash-banner.warning{background:#fffbeb;border-color:#fde68a}.dash-banner-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fee2e2;color:#dc2626;font-weight:800}.dash-banner>div{flex:1}.dash-banner strong{font-size:15px}.dash-banner p{margin:3px 0;color:#475569;font-size:13px}.dash-banner-meta{display:flex;align-items:center;gap:12px;margin-top:10px;color:#64748b;font-size:12px}.dash-banner-meta a,.dash-panel header>a{color:var(--primary);font-weight:600;text-decoration:none}.dash-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:24px}.dash-stat{display:flex;align-items:center;gap:16px;min-height:92px;padding:20px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow);color:inherit;text-decoration:none}.dash-stat:hover{transform:translate(2px);border-color:#cbd5e1}.dash-stat-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:var(--primary-light);color:var(--primary)}.dash-stat.success .dash-stat-icon{background:#ecfdf5;color:#059669}.dash-stat.warning .dash-stat-icon{background:#fffbeb;color:#d97706}.dash-stat.danger .dash-stat-icon{background:#fef2f2;color:#dc2626}.dash-stat p{margin:0 0 4px;color:var(--muted);font-size:15px}.dash-stat strong{font-size:24px;color:var(--navy)}.dash-stat small{margin-left:8px;color:#94a3b8;font-weight:600}.dash-stat small.up{color:#059669}.dash-stat small.down{color:#dc2626}.dash-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.dash-panel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:20px 24px;box-shadow:var(--shadow);min-width:0}.dash-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.dash-panel header h2{margin:0;color:var(--navy);font-size:16px}.dash-title-group{display:flex;align-items:center;gap:8px}.dash-alert-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:13px}.dash-alert-list{display:grid;gap:8px}.dash-alert{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--border);border-left:3px solid;border-radius:10px;color:inherit;text-decoration:none}.dash-alert>span{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#eff6ff;color:#2563eb;font-weight:800}.dash-alert.danger{border-left-color:#dc2626}.dash-alert.warning{border-left-color:#d97706}.dash-alert>div{display:grid;gap:2px;flex:1}.dash-alert small{color:#64748b}.dash-alert>i{color:#cbd5e1;font-size:22px}.dash-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px;color:#34d399;font-size:28px}.dash-empty p{margin:0;color:#64748b;font-size:14px}.dash-plan,.dash-period{padding:3px 8px;border-radius:999px;background:linear-gradient(135deg,#06f,#4c8dff);color:#fff;font-size:11px}.dash-period{background:#f1f5f9;color:var(--muted)}.dash-usage{display:grid;gap:12px}.dash-usage-top{display:flex;align-items:baseline;gap:6px}.dash-usage-top>strong{font-size:36px;color:var(--navy)}.dash-usage-top>strong small{font-size:18px}.dash-usage-top>span{color:#94a3b8;font-weight:600}.dash-usage-top>em{margin-left:auto;padding:5px 11px;border-radius:999px;background:var(--primary-light);color:var(--primary-dark);font-style:normal;font-size:13px;font-weight:700}.dash-progress{height:10px;border-radius:999px;background:#f1f5f9;overflow:hidden}.dash-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#06f,#4c8dff)}.dash-progress-meta{display:flex;justify-content:space-between;color:#64748b;font-size:13px}.dash-forecast{display:grid;grid-template-columns:1fr 1fr;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:#f8fafc}.dash-forecast>div{display:grid;gap:3px}.dash-forecast>div+div{border-left:1px solid var(--border);padding-left:12px}.dash-forecast small,.dash-forecast span{color:var(--muted);font-size:12px}.dash-forecast strong{color:var(--navy);font-size:22px}.dash-warning{margin:0;padding:8px 12px;border-radius:10px;background:#fffbeb;color:#b45309;font-size:13px}.dash-empty-text{color:var(--muted)}.dash-wide{margin-bottom:24px}.dash-tabs{display:flex;gap:6px;margin-bottom:16px}.dash-tabs button{padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);font-weight:600}.dash-tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.dash-trend-summary{display:flex;align-items:baseline;gap:12px}.dash-trend-summary strong{font-size:24px}.dash-trend-summary span{color:var(--muted);font-size:13px}.dash-bars{display:flex;align-items:flex-end;gap:16px;height:190px;margin-top:12px;padding-top:16px}.dash-bars>div{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}.dash-bars>div>span{width:min(48px,100%);min-height:4px;border-radius:8px 8px 0 0;background:linear-gradient(#4d9fff,#06f)}.dash-bars small,.dash-caption{color:var(--muted);font-size:12px}.dash-caption{margin:12px 0 0}.dash-insight-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:14px}.dash-insight-metrics a{display:grid;gap:6px;padding:14px;border:1px solid var(--border);border-radius:12px;color:inherit;text-decoration:none}.dash-insight-metrics small{color:var(--muted)}.dash-insight-metrics strong{font-size:22px}.dash-recommend{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:12px 14px;border-radius:12px;background:#fffbeb;color:inherit;text-decoration:none}.dash-recommend b{color:#b45309}.dash-recommend span{flex:1;font-size:13px}.dash-topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:18px}.dash-topics h3{font-size:14px}.dash-topics>div{margin-top:10px}.dash-topics p{display:flex;align-items:center;gap:8px;margin:0 0 5px;font-size:13px}.dash-topics p>b{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--primary-light);color:var(--primary)}.dash-topics p>span{flex:1}.dash-topics p>small{color:var(--muted)}.dash-topics>div>i{display:block;height:5px;border-radius:999px;background:#eef2f7;overflow:hidden}.dash-topics>div>i>span{display:block;height:100%;background:var(--primary)}.dash-topics>div>i>span.gap{background:#f59e0b}.dash-feed{display:grid}.dash-feed>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.dash-feed>a:last-child{border:0}.dash-feed b{padding:3px 7px;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-size:12px}.dash-feed b.danger{background:#fef2f2;color:#dc2626}.dash-feed b.warning{background:#fffbeb;color:#b45309}.dash-feed span{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-feed small{color:var(--muted)}.dash-counts{display:flex;gap:24px;color:var(--muted);font-size:13px}@media (max-width:1000px){.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-two-col,.dash-topic-grid{grid-template-columns:1fr}}@media (max-width:600px){.dash-intro{align-items:flex-start;flex-direction:column}.dash-stat-grid{grid-template-columns:1fr}.dash-panel{padding:16px}.dash-forecast{grid-template-columns:1fr}.dash-forecast>div+div{border-left:0;border-top:1px solid var(--border);padding:10px 0 0;margin-top:10px}.dash-bars{gap:6px}.dash-feed>a{grid-template-columns:auto 1fr}.dash-feed small{grid-column:2}.dash-usage-top>em{width:100%;margin-left:0}.dash-counts{flex-direction:column;gap:6px}}.panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:var(--shadow)}.panel-title{font-size:15px;margin:0 0 14px}.usage-head,.usage-meta{display:flex;justify-content:space-between;font-size:13px;color:var(--muted)}.usage-bar{height:10px;background:#eef1f5;border-radius:999px;margin:10px 0;overflow:hidden}.usage-fill{height:100%;background:var(--primary)}.alert-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.alert{border:1px solid var(--border);border-left:4px solid var(--muted);border-radius:10px;padding:12px}.alert-head{display:flex;justify-content:space-between;align-items:center}.alert-count{font-size:12px;color:var(--muted)}.alert-desc{font-size:13px;color:var(--muted);margin-top:4px}.counters{display:flex;gap:24px;margin-top:22px;font-size:14px;color:var(--muted)}.counters strong{color:var(--text)}.muted{color:var(--muted);font-size:13px}.badge{padding:3px 8px;border-radius:999px;font-size:12px;background:#eef1f5}.tone-primary{border-left-color:var(--primary)}.tone-success{border-left-color:var(--success)}.tone-warning{border-left-color:var(--warning)}.tone-danger{border-left-color:var(--danger)}.tone-info{border-left-color:var(--info)}.usage-fill.tone-primary{background:var(--primary)}.usage-fill.tone-warning{background:var(--warning)}.usage-fill.tone-danger{background:var(--danger)}.app-shell{min-height:100vh;display:flex;background:var(--bg)}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.page-container{flex:1}.sidebar{width:260px;flex-shrink:0;background:var(--card);border-right:1px solid var(--border);padding:0;overflow-y:auto;position:sticky;top:0;height:100vh}.sidebar-brand{color:var(--primary);font-size:16px;font-weight:700;padding:20px;border-bottom:1px solid var(--border)}.sidebar-brand .bi{margin-right:6px}.sidebar-link-main{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-link-main>.bi{width:18px;text-align:center;font-size:16px}.dash-stat-chevron{margin-left:auto;color:#cbd5e1;font-size:20px}.sidebar-group{margin-bottom:20px}.sidebar-group-label{font-size:12px;color:var(--muted);padding:0 12px 8px;text-transform:uppercase;letter-spacing:.04em}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav{padding:16px 12px 24px}.sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;color:var(--text);text-decoration:none;font-size:14px}.sidebar-link:hover,.sidebar-link.active{background:var(--primary-light);color:var(--primary)}.sidebar-link.active{font-weight:600}.sidebar-external{font-size:11px;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:1px 6px}.topbar-left{display:flex;align-items:center;gap:10px}.btn-menu{display:none;border:1px solid var(--border);background:transparent;border-radius:8px;padding:6px 10px;cursor:pointer}.btn-secondary{border:1px solid var(--border);background:var(--card);border-radius:8px;padding:8px 12px;cursor:pointer;text-decoration:none;color:var(--text);display:inline-block}.state-fullscreen{min-height:100vh}.state-title{margin:0 0 8px;font-size:18px}.state-error,.state-forbidden,.state-empty{text-align:center;padding:24px}.sidebar-backdrop{display:none}@media (max-width: 900px){.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 10px 30px #141e3c1f}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:20}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.btn-menu{display:inline-flex}}.page-intro{margin:6px 0 0}.stat-grid-wide{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.filter-bar{margin-bottom:16px}.filter-bar-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.filter-bar-actions{margin-top:12px}.filter-chip-group,.filter-quick-links,.filter-select-row{display:flex;flex-wrap:wrap;gap:8px;align-items:end}.filter-chip{border:1px solid var(--border);background:var(--card);border-radius:999px;padding:6px 12px;font-size:13px;cursor:pointer}.filter-chip.active{border-color:var(--primary);background:#eef3ff;color:var(--primary)}.list-panel{margin-bottom:16px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{border-bottom:1px solid var(--border);padding:10px 12px;text-align:left;vertical-align:top}.data-table th{color:var(--muted);font-size:13px;font-weight:600}.table-preview{margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.table-empty{padding:24px 0;text-align:center}.pagination{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;margin:16px 0 24px}.pagination-left{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pagination-size{display:inline-flex;gap:8px;align-items:center;font-size:13px;color:var(--muted)}.pagination-size select,.field select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--card)}.pagination-summary,.pagination-current{font-size:13px;color:var(--muted)}.pagination-nav{display:flex;gap:8px;align-items:center}.detail-panel{margin-top:16px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;padding:16px}.detail-panel-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;margin-bottom:8px}.detail-dl{display:grid;grid-template-columns:140px 1fr;gap:8px 12px;margin:0 0 16px}.detail-dl dt{color:var(--muted);font-size:13px}.detail-dl dd{margin:0}.notice-detail-meta,.badge-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}.whitespace-pre-wrap{white-space:pre-wrap}.analysis-summary-line{display:block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-result-cell{display:flex;flex-wrap:wrap;gap:4px}.distribution-list{margin:0;padding-left:18px}.usage-stackbar{display:flex;gap:8px;align-items:end;min-height:180px;overflow-x:auto;padding-bottom:8px}.usage-stackbar-item{min-width:48px;text-align:center}.usage-stackbar-total{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.usage-stackbar-col{height:140px;width:36px;margin:0 auto;display:flex;flex-direction:column;justify-content:end;background:#eef1f5;border-radius:8px 8px 0 0;overflow:hidden}.usage-stackbar-seg{width:100%}.usage-stackbar-seg.ai{background:#06f}.usage-stackbar-seg.agent{background:#059669}.usage-stackbar-seg.miss{background:#f59e0b}.usage-stackbar-label{display:block;margin-top:6px;font-size:11px;color:var(--muted)}.usage-donut-wrap{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.usage-donut{width:160px;height:160px;border-radius:50%;display:grid;place-items:center}.usage-donut-hole{width:96px;height:96px;border-radius:50%;background:var(--card);display:grid;place-content:center;text-align:center}.usage-donut-num{font-size:24px;font-weight:700}.usage-donut-cap{font-size:12px;color:var(--muted)}.usage-donut-legend{list-style:none;margin:0;padding:0;display:grid;gap:8px}.usage-donut-legend li{display:grid;grid-template-columns:12px 1fr auto;gap:8px;align-items:center;font-size:13px}.usage-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.usage-heatmap{overflow-x:auto}.usage-heatmap-row{display:grid;grid-template-columns:32px repeat(10,24px);gap:4px;margin-bottom:4px}.usage-heatmap-head{margin-bottom:8px}.usage-heatmap-daylabel,.usage-heatmap-hour{font-size:11px;color:var(--muted);text-align:center}.usage-heatmap-cell{width:24px;height:24px;border-radius:4px;background:#eef1f5}.usage-heatmap-cell.lvl-1{background:#dbeafe}.usage-heatmap-cell.lvl-2{background:#93c5fd}.usage-heatmap-cell.lvl-3{background:#3b82f6}.usage-heatmap-cell.lvl-4{background:#1d4ed8}.row-clickable{cursor:pointer}.row-clickable:hover{background:#f8fafc}.cell-stack{display:flex;flex-direction:column;gap:2px}.cell-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.url-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--muted);max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;border-radius:8px;padding:8px 10px;font-size:13px;margin:0 0 12px}.field__hint,.field__validation{display:flex;align-items:flex-start;gap:.35rem;margin-top:.35rem;font-size:.75rem;line-height:1.45}.field__hint{color:#7b8798}.field__validation{font-weight:600}.field__validation .bi{margin-top:.08rem;flex:0 0 auto}.field__validation--error{color:#b91c1c}.field__validation--success{color:#047857}.field input.field__control--error,.field select.field__control--error{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614}.field input.field__control--success,.field select.field__control--success{border-color:#16a34a}.field textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit;resize:vertical}.field textarea:focus{outline:none;border-color:var(--primary)}:root{--z-global-overlay: 2000;--z-global-overlay-backdrop: 0;--z-global-overlay-surface: 1}.drawer-root,.modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-global-overlay);isolation:isolate}.drawer-backdrop,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:var(--z-global-overlay-backdrop)}.global-overlay__surface{z-index:var(--z-global-overlay-surface)}.drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(560px,92vw);background:var(--card);border-left:1px solid var(--border);box-shadow:-8px 0 30px #141e3c1f;display:flex;flex-direction:column}.drawer-header,.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.drawer-title,.modal-title{margin:0;font-size:17px}.drawer-close{border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:var(--muted)}.drawer-body{padding:20px;overflow-y:auto;flex:1}.drawer-footer,.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--border)}.modal-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(520px,94vw);max-height:90vh;overflow:hidden;background:var(--card);border-radius:14px;box-shadow:0 20px 50px #141e3c33;display:flex;flex-direction:column}.modal-panel--large{width:min(800px,calc(100vw - 32px))}.modal-panel--chromeless .modal-body{padding:0}.modal-body{padding:20px;overflow-y:auto;min-height:0;flex:1 1 auto}.modal-footer button,.drawer-footer button{width:auto}.gp-document-footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px}.widget-preview-frame{width:100%;height:60vh;border:1px solid var(--border);border-radius:10px}.widget-preview-frame--large{height:min(76vh,820px)}.widget-preview-frame--full{height:calc(100vh - 180px);min-height:680px}@media (max-width: 768px){.widget-preview-frame--full{height:calc(100vh - 140px);min-height:480px}}.widget-preview-frame--flush{border:0;border-radius:14px;display:block}.notice-popup-content>div{white-space:pre-wrap;overflow-wrap:anywhere}.notice-popup-meta{color:var(--muted);font-size:13px}.gp-ticket-admin-toolbar{display:flex;align-items:center;gap:12px}.gp-ticket-admin-toolbar__filters{display:flex;flex:1;flex-wrap:wrap;justify-content:flex-end;gap:8px}.gp-ticket-admin-toolbar__filters .form-select{width:auto;min-width:108px}.gp-ticket-admin-toolbar__filters .form-select:first-child{min-width:170px}@media (max-width: 991.98px){.gp-ticket-admin-toolbar{align-items:stretch;flex-direction:column}.gp-ticket-admin-toolbar .gp-ticket-search{width:100%}.gp-ticket-admin-toolbar__filters{justify-content:flex-start}}@media (max-width: 575.98px){.gp-ticket-admin-toolbar__filters .form-select{flex:1 1 calc(50% - 4px);width:calc(50% - 4px);min-width:0}.gp-ticket-admin-toolbar__filters .form-select:first-child{min-width:0}}.transcript{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.transcript-msg{border:1px solid var(--border);border-radius:10px;padding:10px 12px}.transcript-msg.role-assistant{background:#f8fafc}.transcript-msg.is-failed{border-color:#fecaca}.transcript-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}.transcript-role{font-weight:600}.transcript-foot{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px;font-size:12px}.transcript-attachments{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.attachment-card{display:flex;align-items:center;gap:8px;font-size:12px;border:1px solid var(--border);border-radius:8px;padding:6px 8px}.attachment-name{font-weight:600}.attachment-card .muted{font-size:12px}.origins-editor{display:flex;flex-direction:column;gap:6px}.origin-row{display:flex;gap:6px;align-items:center}.origin-row input{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:14px}.page-notice{margin:0 0 16px;color:var(--muted);font-size:14px}.page-notice p{margin:0 0 6px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.panel{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.panel-title{margin:0 0 12px;font-size:16px}.panel-desc{margin:0 0 12px;color:var(--muted);font-size:13px}.profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field--full{grid-column:1 / -1}.field--inline{display:flex;align-items:center;gap:8px}.readonly-value{min-height:38px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#f8f9fb;white-space:pre-wrap}.optional{color:var(--muted);font-style:normal;font-size:12px}.textarea-large{width:100%;min-height:220px;resize:vertical;border:1px solid var(--border);border-radius:8px;padding:10px;font:inherit}.char-count{font-size:12px;color:var(--muted);text-align:right;margin-top:4px}.char-count--over{color:var(--danger)}.form-actions,.toolbar,.page-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin:16px 0}.toolbar{justify-content:space-between}.form-success{color:var(--success);font-size:14px;margin:8px 0 0}.example-list{display:grid;gap:10px;margin:0}.example-list div{display:grid;gap:4px}.example-list dt{font-size:12px;color:var(--muted)}.example-list dd{margin:0}.example-pre{white-space:pre-wrap;background:#f8f9fb;border-radius:8px;padding:12px;margin:0;font:inherit}.faq-list{display:grid;gap:12px}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.faq-item header{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.faq-actions{display:flex;gap:6px}.ref-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:12px}.ref-stats div{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.ref-stats span{display:block;font-size:12px;color:var(--muted)}.ref-stats strong{font-size:20px}.filter-chips{display:flex;gap:6px;flex-wrap:wrap}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 12px;cursor:pointer}.chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.ref-list{display:grid;gap:12px}.ref-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.ref-item--private{border-style:dashed;background:#fbfbfc}.ref-main h3{margin:0 0 4px;font-size:15px}.ref-meta{margin:0 0 6px;color:var(--muted);font-size:12px}.ref-keywords{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.ref-keywords span{background:#eef2ff;color:#3f5bd6;border-radius:6px;padding:2px 8px;font-size:12px}.ref-status{font-size:13px;font-weight:600}.ref-actions{display:flex;gap:6px}.upload-progress{display:grid;gap:6px;margin-top:8px}.upload-progress progress{width:100%}.panel-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:var(--shadow)}.panel-card__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.panel-card__title{margin:0;color:var(--navy);font-size:16px;font-weight:700}.form-grid,.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.detail-panel-body,.notice-detail-content{color:#475569;font-size:14px;line-height:1.65}.input,.textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--text);font:inherit;padding:10px 12px}.textarea{min-height:120px;resize:vertical}.input:focus,.textarea:focus,.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(0,102,255,.12);border-color:var(--primary)}.field-label{display:block;margin-bottom:6px;color:var(--muted);font-size:13px;font-weight:600}.checkbox-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}.table-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.btn-link{border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-weight:600;padding:0;text-decoration:none}.btn-link:hover{color:var(--primary-dark);text-decoration:underline}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mb-3{margin-bottom:16px}.text-muted{color:var(--muted)}.data-table th{background:#f8fafc;color:#475569;font-weight:600;white-space:nowrap}.data-table tbody tr{transition:background .15s ease}.data-table tbody tr:hover{background:#f8fbff}.btn-primary,.btn-secondary,.btn-ghost{font-weight:600;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary:hover:not(:disabled),.btn-ghost:hover:not(:disabled){border-color:var(--primary);background:var(--primary-light);color:var(--primary)}@media (max-width: 720px){.content{padding:20px 16px 48px}.form-grid,.detail-grid{grid-template-columns:1fr}.topbar-user{display:none}}.gp-stats-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:12px}.gp-stats-toolbar .form-label{font-size:12px;color:#7a8194;margin-bottom:4px}.gp-stats-toolbar .form-control,.gp-stats-toolbar .form-select{min-width:140px}.gp-stats-quickrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.gp-stats-quick--active{font-weight:600}.gp-stats-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.gp-stats-kpi-card{background:#f8f9fc;border-radius:10px;padding:14px 16px}.gp-stats-kpi-card__label{font-size:12px;color:#7a8194;margin:0 0 4px}.gp-stats-kpi-card__value{font-size:20px;font-weight:700;color:#1f2430;margin:0 0 6px}.gp-stats-kpi-card__delta{font-size:12px;font-weight:600}.gp-stats-kpi-card__delta--good{color:#1a8f5e}.gp-stats-kpi-card__delta--bad{color:#d1443a}.gp-stats-kpi-card__delta--neutral{color:#6b7280}.gp-stats-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.gp-stats-detail__item{background:#f8f9fc;border-radius:8px;padding:12px 14px}.gp-stats-detail__label{font-size:12px;color:#7a8194;margin:0 0 4px}.gp-stats-detail__value{font-size:18px;font-weight:600;color:#1f2430;margin:0}.gp-stats-detail__sub{font-size:12px;color:#4a5163;margin:4px 0 0}.gp-stats-bar-track{height:10px;background:#e8ecf5;border-radius:5px;overflow:hidden;display:flex}.gp-stats-bar-seg{height:100%}.gp-stats-bar-seg--completed{background:#22a06b}.gp-stats-bar-seg--failed{background:#e34935}.gp-stats-bar-seg--refused{background:#f5a623}.gp-stats-legend{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#4a5163;margin-top:8px}.gp-stats-legend span{display:inline-flex;align-items:center;gap:4px}.gp-stats-legend i{display:inline-block;width:10px;height:10px;border-radius:2px}.gp-stats-scroll{max-height:320px;overflow-y:auto;border:1px solid #eceff5;border-radius:8px;padding:10px 12px}.gp-stats-chart-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:12px}.gp-stats-chart-row__label{width:84px;flex-shrink:0;color:#7a8194}.gp-stats-chart-row__bar{flex:1;height:8px;background:#e8ecf5;border-radius:4px;overflow:hidden}.gp-stats-chart-row__bar>span{display:block;height:100%;border-radius:4px}.gp-stats-chart-row__bar--conv>span{background:#2f6bff}.gp-stats-chart-row__bar--problem>span{background:#e34935}.gp-stats-chart-row__val{width:70px;text-align:right;color:#1f2430;font-weight:600;flex-shrink:0;font-size:11px}.gp-stats-empty{text-align:center;padding:32px 16px;color:#7a8194;font-size:13px}.gp-stats-dim-table td.gp-stats-dim-problem{position:relative}.gp-stats-dim-bar{position:absolute;left:0;top:0;bottom:0;background:#e3493524;z-index:0}.gp-stats-dim-table td{position:relative;z-index:1}.gp-stats-dim-table a{color:inherit;text-decoration:underline;text-decoration-color:#c8cede}.gp-stats-error-bar-track{height:8px;background:#e8ecf5;border-radius:4px;overflow:hidden;margin-top:4px}.gp-stats-error-bar-track>span{display:block;height:100%;background:#e34935}.gp-stats-details summary{cursor:pointer;font-weight:600;padding:8px 0}.gp-stats-close-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-size:13px}.gp-stats-close-row__label{min-width:100px;color:#4a5163}.gp-stats-close-row__bar{flex:1;height:8px;background:#e8ecf5;border-radius:4px;overflow:hidden}.gp-stats-close-row__bar>span{display:block;height:100%;background:#64748b;border-radius:4px}.gp-stats-close-row__val{width:48px;text-align:right;font-weight:600;color:#1f2430}.gp-stats-help{color:#9aa1b3}.gp-conv-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px}.gp-conv-toolbar .gp-list-search{flex:1 1 260px;max-width:340px}.gp-conv-select{max-width:170px}.gp-conv-url{display:inline-flex;align-items:center;gap:6px;max-width:280px}.gp-conv-url code{background:#f4f6fb;border:1px solid #e6e8ee;border-radius:7px;padding:3px 8px;color:#3f5bd6;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-conv-url__btn{border:1px solid #e6e8ee;background:#fff;border-radius:7px;width:28px;height:28px;display:inline-grid;place-items:center;color:#5b6070;flex:0 0 auto;cursor:pointer}.gp-conv-url__btn:hover{background:#f4f7ff;color:#2f6bff}.gp-conv-empty{text-align:center;padding:44px 16px;color:#7a8194}.gp-conv-empty i{font-size:32px;color:#c9cedb;display:block;margin-bottom:10px}.gp-conv-toast-wrap{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:2000}.gp-conv-toast{background:#1f2430;color:#fff;border-radius:8px;padding:10px 16px;font-size:13px;box-shadow:0 6px 20px #141e3c40;opacity:0;transition:opacity .2s,transform .2s;transform:translateY(8px)}.gp-conv-toast.is-show{opacity:1;transform:translateY(0)}.gp-room-topic{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-analysis-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:16px}.gp-analysis-toolbar .form-label{font-size:12px;color:#7a8194;margin-bottom:4px}.gp-analysis-toolbar .form-control,.gp-analysis-toolbar .form-select{min-width:140px}.gp-analysis-today-label{font-size:13px;color:#7a8194;margin-bottom:10px}.gp-analysis-today-label i{margin-right:4px}.gp-analysis-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:14px;font-size:13px;color:#7a8194}.gp-analysis-result{display:flex;flex-wrap:wrap;gap:4px;align-items:center;min-width:200px;max-width:420px}.gp-analysis-result__conf{font-size:12px;color:#4a5163;font-weight:600;white-space:nowrap}.gp-analysis-summary{min-width:180px;max-width:320px;display:flex;flex-wrap:nowrap;align-items:center;gap:6px;overflow:hidden}.gp-analysis-summary__line{font-size:13px;color:#1f2430;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.gp-ref-overview-panel .gp-list-notice,.gp-list-overview-panel .gp-list-notice{margin:0 0 12px;padding:2px 4px 12px;border:0;border-bottom:1px solid #e6e8ee;border-radius:0;background:transparent}.gp-ref-hero{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch}.gp-ref-stat{flex:1 1 150px;background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:14px 16px}.gp-ref-stat__label{font-size:12.5px;font-weight:600;color:#4b5264;margin:0 0 6px}.gp-ref-stat__value{font-size:22px;font-weight:700;color:#1f2430;line-height:1.1}.gp-ref-stat__sub{font-size:12px;color:#9aa0ae;margin-top:4px}.gp-ref-stat--limit.is-reached{background:#fff0eb;border-color:#eb8f73;box-shadow:0 4px 16px #be311024}.gp-ref-stat--limit.is-reached .gp-ref-stat__label,.gp-ref-stat--limit.is-reached .gp-ref-stat__value{color:#b93815}.gp-ref-stat--limit.is-reached .gp-ref-stat__sub{color:#9d4c36}.gp-ref-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin:0 0 10px;padding:0 4px}.gp-ref-filters{display:flex;flex-wrap:wrap;gap:6px}.gp-ref-chip{border:1px solid #d7dbe6;background:#fff;color:#5b6070;border-radius:999px;padding:5px 13px;font-size:13px;cursor:pointer}.gp-ref-chip.is-active{background:#2f6bff;border-color:#2f6bff;color:#fff}.gp-ref-list{display:grid;gap:12px}.gp-ref-item{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:14px 16px}.gp-ref-item.is-private{background:#fbfbfc;border-style:dashed}.gp-ref-thumb{flex:0 0 52px;width:52px;height:52px;border-radius:10px;display:grid;place-items:center;font-size:24px;color:#fff;overflow:hidden}.gp-ref-thumb img{width:100%;height:100%;object-fit:cover}.gp-ref-thumb--img{background:#3aa675}.gp-ref-thumb--pdf{background:#d0453f}.gp-ref-thumb--doc{background:#2f6bff}.gp-ref-main{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;justify-content:center;gap:3px}.gp-ref-head{display:flex;align-items:baseline;column-gap:8px;row-gap:3px;flex-wrap:wrap;margin:0;line-height:1.35}.gp-ref-name{font-weight:700;color:#1f2430;font-size:15px;margin:0}.gp-ref-meta{font-size:12.5px;color:#9aa0ae;margin:0}.gp-ref-desc{font-size:13px;color:#5b6070;margin:0;line-height:1.4}.gp-ref-status{flex:0 0 96px;display:flex;align-items:center;justify-content:center}.gp-ref-actions{flex:0 0 168px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.gp-ref-actions .btn{--bs-btn-padding-y:.3rem;--bs-btn-padding-x:.55rem;--bs-btn-font-size:.9rem}.gp-ref-preview-description{margin:0 4px 10px;color:#7a8194;font-size:12px;line-height:1.5}.gp-ref-chat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:820px){.gp-ref-chat-grid{grid-template-columns:1fr}}.gp-ref-chat{background:#f6f8fc;border:1px solid #e6e8ee;border-radius:12px;padding:16px}.gp-ref-chat__cap{font-size:12px;color:#9aa0ae;margin:0 0 10px}.gp-ref-chat__row{display:flex;margin-bottom:12px}.gp-ref-chat__row:last-child{margin-bottom:0}.gp-ref-chat__row--them{justify-content:flex-start}.gp-ref-chat__row--me{justify-content:flex-end}.gp-ref-bubble{max-width:90%;padding:10px 13px;border-radius:14px;font-size:13.5px;line-height:1.5}.gp-ref-bubble--them{background:#fff;border:1px solid #e6e8ee;color:#1f2430;border-bottom-left-radius:4px}.gp-ref-bubble--me{background:#e9f0ff;border:1px solid #cfe0ff;color:#1f2430;border-bottom-right-radius:4px}.gp-ref-avatar{flex:0 0 32px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#cdd3e0;color:#fff;font-size:16px;margin-right:8px;align-self:flex-start}.gp-ref-chat--skin2 .gp-ref-avatar{background:#8a94a6}.gp-ref-file-card{display:flex;align-items:center;gap:10px;margin-top:8px;padding:8px 10px;background:#fff;border:1px solid #dbe3f6;border-radius:10px}.gp-ref-file-card__icon{flex:0 0 34px;width:34px;height:34px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:17px;background:#d0453f}.gp-ref-file-card__icon--img{background:#3aa675}.gp-ref-chat--skin2{background:#fffbea;border-color:#efe3ad}.gp-ref-chat--skin2 .gp-ref-chat__cap{color:#8a7a40}.gp-ref-chat--skin2 .gp-ref-bubble--them{background:#fff;border-color:#eadfba;color:#1f2430}.gp-ref-chat--skin2 .gp-ref-bubble--me{background:#ffed8a;border-color:#f2d96b;color:#2b2b2b}.gp-ref-file-card__body{flex:1 1 auto;min-width:0}.gp-ref-file-card__name{font-size:13px;font-weight:600;color:#1f2430}.gp-ref-file-card__meta{font-size:11.5px;color:#9aa0ae}.gp-ref-empty{text-align:center;padding:44px 16px;color:#7a8194}.gp-ref-empty i{font-size:34px;color:#c9cedb;display:block;margin-bottom:10px}.modal-panel.gp-reference-image-preview-modal{width:min(900px,calc(100vw - 40px))}.gp-reference-image-preview{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;gap:12px}.gp-reference-image-preview img{display:block;max-width:100%;max-height:68vh;object-fit:contain;border-radius:8px}.gp-reference-image-preview__name{margin:0;color:#7a8194;font-size:12.5px;overflow-wrap:anywhere}.gp-reference-image-preview__error{margin:0;color:#b42318;font-size:14px}.drawer-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e8ef;margin-bottom:16px}.drawer-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;padding:8px 14px;font-size:13.5px;font-weight:600;color:#7a8194;border-bottom:2px solid transparent;margin-bottom:-1px}.drawer-tab:hover{color:#3a4256}.drawer-tab.is-active{color:#2b64f5;border-bottom-color:#2b64f5}.snapshot-view{display:flex;flex-direction:column;gap:12px}.snapshot-hint{font-size:12.5px;margin:0 0 4px}.snapshot-section-title{font-size:13px;font-weight:700;color:#3a4256;margin:14px 0 2px;padding-bottom:4px;border-bottom:1px solid #eef0f5}.snapshot-field{display:flex;flex-direction:column;gap:4px}.snapshot-field-scalar{flex-direction:row;align-items:baseline;gap:10px}.snapshot-field-label{font-size:12px;font-weight:600;color:#6b7280}.snapshot-field-value{font-size:13px;color:#1f2430;word-break:break-all}.snapshot-field-text{font-size:13px;color:#1f2430;background:#f7f8fb;border:1px solid #eceef3;border-radius:8px;padding:10px 12px;max-height:280px;overflow:auto}.snapshot-field-json{font-size:12px;line-height:1.5;color:#1f2430;background:#f5f7fa;border:1px solid #e5e8ef;border-radius:8px;padding:10px 12px;margin:0;max-height:320px;overflow:auto;white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.snapshot-field-empty{font-size:12.5px}.snapshot-field.is-empty .snapshot-field-empty{padding:2px 0}.snapshot-hint-warn{color:#8a5a00;background:#fff7e6;border:1px solid #ffe1a8;border-radius:8px;padding:8px 10px}.snapshot-field-warn{font-size:12px;color:#8a5a00;background:#fff7e6;border:1px solid #ffe1a8;border-radius:6px;padding:6px 8px;margin-bottom:4px}@media print{body.printing-document #root,body.printing-document .modal-backdrop,body.printing-document .modal-header,body.printing-document .modal-footer{display:none!important}body.printing-document .modal-root,body.printing-document .modal-panel,body.printing-document .modal-panel--large,body.printing-document .modal-body{position:static!important;inset:auto!important;transform:none!important;width:auto!important;max-width:none!important;max-height:none!important;height:auto!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}body.printing-document .gp-payment-document-sheet{box-shadow:none!important;border-radius:0!important;width:100%!important;margin:0!important}body.printing-document .gp-payment-document-parties,body.printing-document .gp-payment-document-row,body.printing-document .gp-payment-document-items tr{break-inside:avoid;page-break-inside:avoid}@page{margin:14mm}}:root{--gp-list-page-padding: .75rem;--gp-list-page-padding-mobile: .625rem;--gp-list-section-gap: .75rem;--gp-list-panel-padding-y: .625rem;--gp-list-panel-padding-x: .75rem;--gp-list-panel-radius: 10px;--gp-list-notice-title-size: 1rem;--gp-list-notice-description-size: .875rem;--gp-list-filter-font-size: .875rem;--gp-list-table-header-size: .875rem;--gp-list-table-body-size: .9375rem;--gp-list-table-row-padding-y: .5rem;--gp-list-table-row-padding-x: .75rem;--gp-list-control-height: 2.25rem;--gp-list-border: var(--gp-border, var(--border));--gp-list-muted: var(--gp-text-muted, var(--muted));--gp-list-text: #334155;--gp-list-heading: #243b5a;--gp-list-surface: #fff;--gp-list-on-accent: #fff;--gp-list-notice-surface: #f5f8fd;--gp-list-notice-icon-start: #1769e0;--gp-list-notice-icon-end: #0756c9;--gp-list-notice-icon-shadow: rgba(0, 86, 204, .2);--gp-list-row-hover-border: #93b4e8;--gp-list-row-hover-surface: #f4f8ff;--gp-list-primary-cell: #243b53;--gp-list-contact-cell: #0f766e;--gp-list-badge-blue-border: #bfdbfe;--gp-list-badge-blue-surface: #eff6ff;--gp-list-badge-blue-text: #1d4ed8;--gp-list-badge-violet-border: #ddd6fe;--gp-list-badge-violet-surface: #f5f3ff;--gp-list-badge-violet-text: #6d28d9;--gp-list-badge-teal-border: #99f6e4;--gp-list-badge-teal-surface: #f0fdfa;--gp-list-badge-teal-text: #0f766e;--gp-list-badge-success-border: #a7f3d0;--gp-list-badge-success-surface: #ecfdf5;--gp-list-badge-success-text: #047857;--gp-list-badge-warning-border: #fde68a;--gp-list-badge-warning-surface: #fffbeb;--gp-list-badge-warning-text: #b45309;--gp-list-badge-danger-border: #fecaca;--gp-list-badge-danger-surface: #fef2f2;--gp-list-badge-danger-text: #b91c1c;--gp-list-badge-muted-border: #e2e8f0;--gp-list-badge-muted-surface: #f8fafc;--gp-list-badge-muted-text: #64748b;--gp-list-icon-secondary-border: #94a3b8;--gp-list-icon-danger-border: #fca5a5;--gp-list-icon-danger-text: #dc2626;--gp-list-empty-icon: #a8b5c7;--gp-list-empty-description: #94a3b8}.gp-console-content--tenant,.gp-console-content--list{padding:var(--gp-list-page-padding)}.gp-list-page{min-width:0}.gp-list-page__section-gap{margin-bottom:var(--gp-list-section-gap)}.gp-list-card-grid{--bs-gutter-x: var(--gp-list-section-gap);--bs-gutter-y: var(--gp-list-section-gap)}.gp-dashboard-page .gp-control-banner,.gp-dashboard-page .gp-console-stat-card,.gp-dashboard-page .gp-console-panel,.gp-dashboard-page .gp-dash-alert,.gp-dashboard-page .gp-dash-forecast,.gp-dashboard-page .gp-insight-metric,.gp-dashboard-page .gp-insight-recommend,.gp-dashboard-page .gp-insight-topic-group,.gp-statistics-page>.gp-console-panel,.gp-statistics-page .gp-list-overview-panel .gp-stats-kpi-card,.gp-statistics-page .gp-stats-detail__item{border-radius:var(--gp-list-panel-radius)}.gp-list-panel{padding:var(--gp-list-panel-padding-y) var(--gp-list-panel-padding-x);border-radius:var(--gp-list-panel-radius)}.gp-list-notice{display:flex;align-items:center;justify-content:space-between;gap:var(--gp-list-section-gap);margin-bottom:var(--gp-list-section-gap);padding:.75rem .875rem;border:1px solid var(--gp-list-border);border-radius:var(--gp-list-panel-radius);background:var(--gp-list-notice-surface);box-shadow:none}.gp-list-notice__body{display:flex;align-items:center;gap:.75rem;min-width:0}.gp-list-notice__icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;flex:0 0 2.75rem;border-radius:9px;background:linear-gradient(145deg,var(--gp-list-notice-icon-start),var(--gp-list-notice-icon-end));color:var(--gp-list-on-accent);font-size:1.2rem;box-shadow:0 5px 12px var(--gp-list-notice-icon-shadow)}.gp-list-notice__copy{min-width:0}.gp-list-notice__title,.gp-list-notice__description{margin:0}.gp-list-notice__title{color:var(--gp-list-heading);font-size:var(--gp-list-notice-title-size);font-weight:600;line-height:1.4}.gp-list-notice__description{margin-top:.125rem;color:var(--gp-list-muted);font-size:var(--gp-list-notice-description-size);font-weight:400;line-height:1.4}.gp-list-notice__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.gp-list-filter-panel{overflow:visible}.gp-list-filter__title{margin:0 0 .625rem .5rem;color:var(--gp-list-muted);font-size:var(--gp-list-filter-font-size);font-weight:700;line-height:1.4}.gp-list-filter,.gp-list-filter__fields,.gp-list-filter__field,.gp-list-filter__actions{display:flex;align-items:center}.gp-list-filter{gap:.75rem;width:100%;min-width:0;margin:0;padding-left:.5rem}.gp-list-filter__fields{flex:0 1 auto;gap:.75rem;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.gp-list-filter--wrap{align-items:flex-end}.gp-list-filter--wrap .gp-list-filter__fields{flex-wrap:wrap;overflow:visible}.gp-list-filter__field{flex:0 0 auto;gap:.5rem}.gp-list-filter__label{flex:0 0 auto;margin:0;color:var(--gp-list-muted);font-size:var(--gp-list-filter-font-size);font-weight:600;white-space:nowrap}.gp-list-filter__control{width:8rem;height:var(--gp-list-control-height);padding:.35rem .625rem;border-radius:7px;font-size:var(--gp-list-filter-font-size);line-height:1.2}.gp-list-filter__field--compact .gp-list-filter__control{width:6.5rem}.gp-list-filter__field--date .gp-list-filter__control{width:8.5rem}.gp-list-filter__field--medium .gp-list-filter__control{width:8rem}.gp-list-filter__field--wide .gp-list-filter__control{width:11rem}.gp-list-filter__field--xwide .gp-list-filter__control{width:16rem}.gp-list-filter__actions{flex:0 0 auto;gap:.5rem}.gp-list-filter__actions .gp-list-btn{width:auto;height:var(--gp-list-control-height);padding:0 .75rem;font-size:var(--gp-list-filter-font-size);line-height:1;white-space:nowrap}.gp-list-table{min-width:var(--gp-list-table-min-width, 48rem);font-size:var(--gp-list-table-body-size)}.gp-list-table>:not(caption)>*>*{padding:var(--gp-list-table-row-padding-y) var(--gp-list-table-row-padding-x)}.gp-list-table thead th{font-size:var(--gp-list-table-header-size);font-weight:600}.gp-list-table tbody td{color:var(--gp-list-text);font-weight:400}.gp-list-table tbody tr>td{transition:background .15s ease,border-color .15s ease}.gp-list-table tbody tr:hover>td{border-color:var(--gp-list-row-hover-border);background:var(--gp-list-row-hover-surface)}.gp-followups-page .gp-list-table tbody tr:hover>td,.gp-sms-history-page .gp-list-table tbody tr:hover>td,.gp-conversation-rooms-page .gp-list-table tbody tr:hover>td,.gp-conversation-analysis-page .gp-list-table tbody tr:hover>td,.gp-tickets-page .gp-list-table tbody tr:hover>td{border-color:var(--bs-table-border-color, var(--gp-list-border))}.gp-account-page .gp-console-panel,.gp-company-page .gp-console-panel,.gp-company-page .gp-console-verify{border-radius:var(--gp-list-panel-radius)}.gp-list-table tbody td.gp-list-table__cell--primary{color:var(--gp-list-primary-cell);font-weight:700}.gp-list-table tbody td.gp-list-table__cell--contact{color:var(--gp-list-contact-cell);font-weight:500}.gp-list-badge{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-height:1.625rem;padding:.2rem .55rem;border:1px solid transparent;border-radius:999px;font-size:.8125rem;font-weight:600;line-height:1;white-space:nowrap}.gp-list-badge--blue{border-color:var(--gp-list-badge-blue-border);background:var(--gp-list-badge-blue-surface);color:var(--gp-list-badge-blue-text)}.gp-list-badge--violet{border-color:var(--gp-list-badge-violet-border);background:var(--gp-list-badge-violet-surface);color:var(--gp-list-badge-violet-text)}.gp-list-badge--teal{border-color:var(--gp-list-badge-teal-border);background:var(--gp-list-badge-teal-surface);color:var(--gp-list-badge-teal-text)}.gp-list-badge--success{border-color:var(--gp-list-badge-success-border);background:var(--gp-list-badge-success-surface);color:var(--gp-list-badge-success-text)}.gp-list-badge--warning{border-color:var(--gp-list-badge-warning-border);background:var(--gp-list-badge-warning-surface);color:var(--gp-list-badge-warning-text)}.gp-list-badge--danger{border-color:var(--gp-list-badge-danger-border);background:var(--gp-list-badge-danger-surface);color:var(--gp-list-badge-danger-text)}.gp-list-badge--muted{border-color:var(--gp-list-badge-muted-border);background:var(--gp-list-badge-muted-surface);color:var(--gp-list-badge-muted-text)}.gp-sms-history__status{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.gp-sms-history__failure-reason{color:var(--gp-list-muted);font-size:.8125rem}.gp-sms-history__message-column{width:34rem;min-width:34rem;max-width:34rem}.gp-sms-history__message{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-panel.gp-sms-recipients-modal{width:min(36rem,calc(100vw - 2rem))}.gp-sms-recipients-modal__intro{margin-bottom:.875rem;color:var(--gp-list-text);font-size:.875rem;line-height:1.55}.gp-sms-recipients-modal__intro p{margin:0 0 .4rem;font-weight:700}.gp-sms-recipients-modal__intro ul{margin:0;padding-left:1.2rem;color:var(--gp-list-muted)}.gp-sms-recipients-modal__intro li+li{margin-top:.15rem}.gp-sms-recipients-modal__contract-note{margin:0 0 1rem;color:var(--gp-list-muted);font-size:.8125rem;line-height:1.45}.gp-sms-recipients-modal__error{margin:0 0 1rem;padding:.625rem .75rem;border:1px solid #fecaca;border-left-width:1px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:.8125rem;font-weight:600;line-height:1.45}.gp-list-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:7px;font-weight:600;white-space:nowrap}.gp-list-btn--sm{min-height:2rem;padding:.3rem .7rem;font-size:.8125rem}.gp-list-btn--md{min-height:var(--gp-list-control-height);padding:.4rem .85rem;font-size:var(--gp-list-filter-font-size)}.gp-list-btn--primary{border-color:var(--primary);background:var(--primary);color:var(--gp-list-on-accent)}.gp-list-btn--secondary{border-color:var(--gp-list-icon-secondary-border);background:var(--gp-list-surface);color:var(--gp-list-muted)}.gp-list-btn--danger{border-color:var(--gp-list-icon-danger-border);background:var(--gp-list-surface);color:var(--gp-list-icon-danger-text)}.gp-list-btn--primary:hover:not(:disabled){border-color:var(--primary-dark);background:var(--primary-dark);color:var(--gp-list-on-accent)}.gp-list-btn--secondary:hover:not(:disabled){border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.gp-list-btn--danger:hover:not(:disabled){border-color:var(--gp-list-icon-danger-text);background:var(--gp-list-badge-danger-surface);color:var(--gp-list-icon-danger-text)}.gp-list-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:8px;font-size:.875rem;line-height:1}.gp-list-icon-btn--primary{border-color:var(--primary);color:var(--primary)}.gp-list-icon-btn--secondary{border-color:var(--gp-list-icon-secondary-border);color:var(--gp-list-muted)}.gp-list-icon-btn--danger{border-color:var(--gp-list-icon-danger-border);color:var(--gp-list-icon-danger-text)}.gp-list-icon-btn:hover:not(:disabled){background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.gp-list-icon-btn--danger:hover:not(:disabled){background:var(--gp-list-badge-danger-surface);border-color:var(--gp-list-icon-danger-text);color:var(--gp-list-icon-danger-text)}.gp-list-results .gp-pager{margin-top:.5rem;padding-left:.5rem}.gp-list-panel__header{display:flex;align-items:center;gap:.75rem;min-height:2.25rem;margin-bottom:.5rem;padding:0 .5rem}.gp-list-panel__title{margin:0;color:var(--navy);font-size:.9375rem;font-weight:700}.gp-list-panel__meta{margin-left:auto;color:var(--gp-list-muted);font-size:.8125rem;white-space:nowrap}.gp-list-panel__actions{display:flex;align-items:center;gap:.5rem}.gp-list-overview-panel .gp-list-summary-grid{margin-top:0;row-gap:.5rem}.gp-list-overview-panel .row.gp-list-summary-grid{--bs-gutter-y: 0}.gp-list-overview-panel .gp-console-stat-card{min-height:4.25rem;padding:.75rem .875rem;gap:.75rem;border-radius:12px;box-shadow:none}.gp-list-overview-panel .gp-console-stat-card__icon{width:2.5rem;height:2.5rem;border-radius:9px;font-size:1.125rem}.gp-list-overview-panel .gp-console-stat-card__label,.gp-list-overview-panel .gp-console-stat-card__value,.gp-list-overview-panel .gp-console-stat-card__hint{margin:0}.gp-list-overview-panel .gp-console-stat-card__label{font-size:.8125rem;font-weight:600;line-height:1.3}.gp-list-overview-panel .gp-console-stat-card__value{margin-top:.125rem;font-size:1.375rem;line-height:1.15}.gp-list-overview-panel .gp-console-stat-card__hint{margin-top:.125rem;font-size:.75rem!important;line-height:1.3}.gp-list-summary-title{margin:0 0 .5rem .25rem;color:var(--gp-list-heading);font-size:.9375rem;font-weight:700}.gp-list-overview-panel .gp-stats-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem}.gp-list-overview-panel .gp-stats-kpi-card{padding:.75rem .875rem;border:1px solid var(--gp-list-border);border-radius:12px;background:#fff}.gp-list-overview-panel .gp-stats-kpi-card__value{margin-bottom:.25rem}.gp-channel-list{display:grid;gap:.75rem;overflow-x:auto}.gp-channel-item{display:grid;grid-template-columns:3.25rem minmax(32rem,3fr) repeat(3,minmax(9rem,1fr));gap:.75rem .875rem;align-items:center;min-width:74rem;padding:.875rem 1rem;border:1px solid #e6e8ee;border-radius:12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.gp-channel-item:hover{border-color:#b8cce9;box-shadow:0 6px 18px #243b5a0f}.gp-channel-item.is-stopped{background:#fbfbfc;border-style:dashed}.gp-channel-thumb{display:grid;grid-row:1 / span 2;place-items:center;width:3.25rem;height:3.25rem;border-radius:10px;background:#e8f1ff;color:#0756c9;font-size:1.35rem}.gp-channel-thumb.is-stopped{background:#eef1f5;color:#7a8194}.gp-channel-main{display:flex;align-items:center;gap:.75rem;min-width:0}.gp-channel-head{display:flex;align-items:center;gap:.5rem;min-width:max-content;margin-bottom:0}.gp-channel-name{min-width:0;margin:0;overflow:hidden;color:#1f2430;font-size:.9375rem;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gp-channel-display-name{min-width:0;margin:0;overflow:hidden;color:var(--gp-list-muted);font-size:.9375rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gp-channel-head__separator{flex:0 0 auto;color:#c1c8d3}.gp-channel-meta{display:contents}.gp-channel-meta__item{display:flex;align-items:center;gap:.4rem;min-width:0;padding:0 1rem;border-left:1px solid #edf1f6}.gp-channel-meta__item:first-child{padding-left:1rem;border-left:1px solid #edf1f6}.gp-channel-meta__item,.gp-channel-main{align-items:center}.gp-channel-meta dt{margin:0;color:#9aa0ae;font-size:.75rem;font-weight:600}.gp-channel-meta dd{margin:0;color:#4b5264;font-size:.8125rem;white-space:nowrap}.gp-channel-main .gp-conv-url{min-width:0;max-width:34rem;flex:0 1 auto}.gp-channel-main .gp-conv-url code{min-width:0;max-width:100%;flex:0 1 auto}.gp-channel-origin-btn{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:.35rem .6rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.gp-channel-origin-btn>.bi{font-size:.875rem}.gp-channel-origin-btn:hover{border-color:#60a5fa;background:#dbeafe;box-shadow:0 3px 10px #2563eb1f;transform:translateY(-1px)}.gp-channel-origin-btn:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.gp-channel-origin-btn__state{padding-left:.4rem;border-left:1px solid currentColor;font-size:.6875rem;font-weight:650;opacity:.78}.gp-channel-origin-btn--success{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.gp-channel-origin-btn--success:hover{border-color:#6ee7b7;background:#d1fae5}.gp-channel-origin-btn--warning{border-color:#fde68a;background:#fffbeb;color:#a16207}.gp-channel-origin-btn--warning:hover{border-color:#facc15;background:#fef3c7}.gp-channel-origin-btn--danger{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.gp-channel-origin-btn--danger:hover{border-color:#fca5a5;background:#fee2e2}.modal-panel.gp-origins-modal{width:min(38rem,calc(100vw - 2rem))}.gp-origins-editor{display:flex;flex-direction:column;gap:1rem}.gp-origins-editor__intro{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border:1px solid #d7e5f8;border-radius:10px;background:linear-gradient(135deg,#f4f8ff,#fbfdff)}.gp-origins-editor__intro-icon{display:inline-grid;width:2.5rem;height:2.5rem;flex:0 0 2.5rem;place-items:center;border-radius:9px;background:linear-gradient(145deg,#1769e0,#0756c9);color:#fff;font-size:1.1rem;box-shadow:0 6px 14px #0056cc33}.gp-origins-editor__intro h3,.gp-origins-editor__intro p{margin:0}.gp-origins-editor__intro h3{color:#243b5a;font-size:.9375rem;font-weight:750;line-height:1.4}.gp-origins-editor__intro p{margin-top:.2rem;color:#64748b;font-size:.8125rem;line-height:1.55}.gp-origins-editor__rules{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.gp-origins-editor__rules h3{display:flex;align-items:center;gap:.4rem;margin:0 0 .625rem;color:#334155;font-size:.8125rem;font-weight:750}.gp-origins-editor__rules h3 i{color:#1769e0}.gp-origins-editor__rules ul{display:grid;gap:.4rem;margin:0;padding:0;list-style:none}.gp-origins-editor__rules li{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:.375rem;color:#59677a;font-size:.75rem;line-height:1.5}.gp-origins-editor__rules li>i{margin-top:.1rem;color:#0f8a62;font-size:.8rem}.gp-origins-editor__rules code{padding:.08rem .28rem;border:1px solid #dce5f0;border-radius:5px;background:#fff;color:#3b5878;font-size:.72rem}.gp-origins-editor__field-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.gp-origins-editor__field-head label{display:inline-flex;align-items:center;gap:.45rem;color:#334155;font-size:.875rem;font-weight:750}.gp-origins-editor__field-head label i{color:#1769e0}.gp-origins-editor__field-head>span{padding:.2rem .5rem;border-radius:999px;background:#eef4fd;color:#526b8a;font-size:.72rem;font-weight:700}.gp-origins-editor textarea.gp-origins-editor__input{min-height:10rem;padding:.875rem 1rem;resize:vertical;border:1px solid #cbd7e6;border-radius:10px;background:#fbfdff;color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.7;box-shadow:inset 0 1px 2px #0f172a08;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gp-origins-editor textarea.gp-origins-editor__input::placeholder{color:#9aa8ba}.gp-origins-editor textarea.gp-origins-editor__input:focus{border-color:#4c8ce8;background:#fff;box-shadow:0 0 0 4px #0066ff1a}.gp-origins-editor textarea.gp-origins-editor__input:disabled{border-color:#e2e8f0;background:#f1f5f9;color:#94a3b8;cursor:wait}.gp-origins-editor__help{display:flex;align-items:center;gap:.35rem;margin:.4rem 0 0;color:#7b8798;font-size:.75rem}.gp-origins-modal__footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}.gp-origins-modal__status{display:inline-flex;min-width:0;flex:1 1 auto;align-items:flex-start;gap:.4rem;color:#64748b;font-size:.75rem;font-weight:600;line-height:1.4}.gp-origins-modal__status i{margin-top:.08rem;flex:0 0 auto}.gp-origins-modal__status--success{color:#047857}.gp-origins-modal__status--error{color:#b91c1c}.gp-origins-modal__actions{display:flex;flex:0 0 auto;align-items:center;gap:.5rem;margin-left:auto}@media (max-width: 575.98px){.gp-origins-editor__intro{padding:.875rem}.gp-origins-editor__rules{padding:.75rem .875rem}.gp-origins-modal__footer{align-items:stretch;flex-direction:column}.gp-origins-modal__actions{justify-content:flex-end}}.modal-panel.gp-channel-install-modal{width:min(44rem,calc(100vw - 2rem))}.gp-channel-install{display:flex;flex-direction:column;gap:1rem}.gp-channel-install__warning{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;border:1px solid #fde68a;border-radius:10px;background:#fffbeb;color:#92400e;font-size:.8125rem;line-height:1.5}.gp-channel-install__warning i{margin-top:.1rem;flex:0 0 auto;color:#d97706}.gp-channel-install__intro{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;border:1px solid #d7e5f8;border-radius:10px;background:linear-gradient(135deg,#f4f8ff,#fbfdff)}.gp-channel-install__intro-icon{display:inline-grid;width:2.5rem;height:2.5rem;flex:0 0 2.5rem;place-items:center;border-radius:9px;background:linear-gradient(145deg,#1769e0,#0756c9);color:#fff;font-size:1.1rem;box-shadow:0 6px 14px #0056cc33}.gp-channel-install__intro h3,.gp-channel-install__intro p{margin:0}.gp-channel-install__intro h3{color:#243b5a;font-size:.9375rem;font-weight:750;line-height:1.4}.gp-channel-install__intro p{margin-top:.2rem;color:#64748b;font-size:.8125rem;line-height:1.55}.gp-channel-install__intro code{padding:.05rem .25rem;border-radius:5px;background:#e8f1ff;color:#0756c9;font-size:.75rem}.gp-channel-install__code-head,.gp-channel-install__extra-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.gp-channel-install__code-head label,.gp-channel-install__extra-head h3{display:inline-flex;align-items:center;gap:.45rem;margin:0;color:#334155;font-size:.875rem;font-weight:750}.gp-channel-install__code-head label i,.gp-channel-install__extra-head h3 i{color:#1769e0}.gp-channel-install__code-head>span,.gp-channel-install__extra-head>span{padding:.2rem .5rem;border-radius:999px;background:#eef4fd;color:#526b8a;font-size:.72rem;font-weight:700}.gp-channel-install textarea.gp-channel-install__code{width:100%;height:13rem;padding:.875rem 1rem;overflow-x:auto;overflow-y:hidden;resize:none;border:1px solid #cbd7e6;border-radius:10px;background:#172033;color:#dce8f8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.55;-moz-tab-size:2;tab-size:2;white-space:pre;box-shadow:inset 0 1px 3px #0000002e}.gp-channel-install textarea.gp-channel-install__code:focus{border-color:#4c8ce8;box-shadow:0 0 0 4px #0066ff1a,inset 0 1px 3px #0000002e}.gp-channel-install-modal__footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}.gp-channel-install-modal__status{display:inline-flex;min-width:0;flex:1 1 auto;align-items:center;gap:.4rem;color:#047857;font-size:.75rem;font-weight:650}.gp-channel-install-modal__actions{display:flex;flex:0 0 auto;align-items:center;gap:.5rem;margin-left:auto}.gp-channel-install__extra{padding-top:1rem;border-top:1px solid #e2e8f0}.gp-channel-install__origin-note{margin:0;color:#64748b;font-size:.75rem;line-height:1.5}.gp-channel-install__origin-note--warning{color:#a16207}.gp-channel-install__origin-list{display:grid;gap:.375rem;margin:.625rem 0 0;padding:0;list-style:none}.gp-channel-install__origin-list li{display:flex;align-items:center;gap:.45rem;color:#0f8a62;font-size:.75rem}.gp-channel-install__origin-list code{padding:.2rem .4rem;border:1px solid #dce5f0;border-radius:6px;background:#f8fafc;color:#3b5878}.modal-panel.gp-channel-detail-modal{width:min(49rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem)}.modal-panel.gp-account-crud-modal{width:min(34rem,calc(100vw - 2rem))}.gp-channel-detail-editor{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.gp-account-modal-form .field{min-width:0;margin:0}.gp-account-modal-form .field>label{display:block;margin-bottom:.5rem;color:#334155;font-size:.875rem;font-weight:750}.gp-account-modal-form .field>label>span{display:inline;margin:0;color:inherit;font-size:inherit;font-weight:inherit}.gp-account-modal-form .field input,.gp-account-modal-form .field select{width:100%;min-height:calc(1.55em + .75rem + 2px);padding:.375rem .75rem;border:1px solid #cbd7e6;border-radius:10px;background:#fbfdff;color:#1e293b;font-size:.875rem;font-weight:400;line-height:1.55;box-shadow:inset 0 1px 2px #0f172a08;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gp-account-modal-form .field input:focus,.gp-account-modal-form .field select:focus{outline:0;border-color:#4c8ce8;background:#fff;box-shadow:0 0 0 4px #0066ff1a}.gp-account-modal-form .field input:disabled,.gp-account-modal-form .field select:disabled{background:#e9ecef;color:#64748b;cursor:not-allowed}.gp-account-modal-form .field__hint{margin:.4rem 0 0;color:#7b8798;font-size:.72rem;line-height:1.45}.gp-account-modal-form .field__validation{margin:.25rem 0 0;font-size:.75rem;line-height:1.45}.gp-account-modal-form .field input.field__control--error,.gp-account-modal-form .field select.field__control--error{border-color:#dc3545;box-shadow:0 0 0 4px #dc35451a}.gp-account-modal-form .field input.field__control--success,.gp-account-modal-form .field select.field__control--success{border-color:#16a34a;box-shadow:0 0 0 4px #16a34a14}.gp-account-modal-form .form-error{margin:-.25rem 0 0;padding:.625rem .75rem;border-radius:9px;background:#fff5f5;color:#b91c1c;font-size:.75rem;font-weight:650;line-height:1.45}.gp-channel-detail-editor__field{min-width:0}.gp-channel-detail-editor__field .gp-inquiry-form__label{margin-bottom:.5rem;color:#334155;font-size:.875rem;font-weight:750}.gp-channel-detail-editor__field .gp-inquiry-form__input{border:1px solid #cbd7e6;border-radius:10px;background:#fbfdff;color:#1e293b;font-size:.875rem;line-height:1.55;box-shadow:inset 0 1px 2px #0f172a08;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gp-channel-detail-editor__field .gp-inquiry-form__input:focus{border-color:#4c8ce8;background:#fff;box-shadow:0 0 0 4px #0066ff1a}.gp-channel-detail-editor__field textarea.gp-inquiry-form__input{min-height:6.25rem;resize:vertical}.gp-channel-detail-editor__help{margin:.4rem 0 0;color:#7b8798;font-size:.72rem;line-height:1.45}.gp-channel-detail-editor__help.is-over{color:#dc2626;font-weight:700}.gp-channel-detail-editor__status{display:flex;min-height:3.25rem;align-items:center;gap:.875rem;margin:0;padding:.75rem .875rem;border:1px solid #dce5f0;border-radius:10px;background:#f8fafc}.gp-channel-detail-editor__status .form-check-input{width:3.25rem;height:1.65rem;flex:0 0 3.25rem;float:none;margin:0;cursor:pointer}.gp-channel-detail-editor__status .form-check-label{color:#3b4d63;font-size:.875rem;font-weight:650;line-height:1.4;cursor:pointer}.gp-channel-detail-editor__note,.gp-channel-detail-editor__error{margin:-.25rem 0 0;font-size:.75rem;line-height:1.45}.gp-channel-detail-editor__note{display:flex;align-items:center;gap:.35rem;color:#7b8798}.gp-channel-detail-editor__error{padding:.625rem .75rem;border:1px solid #fecaca;border-radius:9px;background:#fff5f5;color:#b91c1c;font-weight:650}@media (max-width: 575.98px){.gp-channel-install-modal__footer{align-items:stretch;flex-direction:column}.gp-channel-install-modal__actions{justify-content:flex-end}}.gp-channel-actions{grid-column:2 / -1;padding-top:.625rem;border-top:1px solid #edf1f6}.gp-channel-action-set--card{flex-wrap:nowrap!important;justify-content:center!important;gap:.5rem!important;width:100%;overflow-x:auto;padding:.125rem 0 .25rem;scrollbar-width:thin}.gp-channel-action-set--card .gp-channel-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.125rem;flex:0 0 auto;padding:.375rem .75rem;border-color:#d8e0eb;border-radius:8px;background:#f8fafc;color:#526071;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 1px 2px #243b5a0a}.gp-channel-action-set--card .gp-channel-action-btn .bi{color:#6b7a90;font-size:.875rem}.gp-channel-action-set--card .gp-channel-action-btn:hover:not(:disabled){border-color:#9eb8dc;background:#f1f6fd;color:#174b96}.gp-channel-action-set--card .gp-channel-action-btn:hover:not(:disabled) .bi{color:#0756c9}.gp-channel-action-set--card .gp-channel-action-btn--edit{border-color:#b9d1f2;background:#f4f8ff;color:#0756c9}.gp-channel-action-set--card .gp-channel-action-btn--toggle{border-color:#f1d1a5;background:#fffaf2;color:#a15c08}.gp-channel-action-set--card .gp-channel-action-btn--toggle .bi{color:#b66b0b}@media (max-width: 1200px){.gp-channel-item{grid-template-columns:3.25rem minmax(32rem,3fr) repeat(3,minmax(9rem,1fr))}.gp-channel-meta__item{padding:0 .75rem}}@media (max-width: 900px){.gp-channel-item{grid-template-columns:3.25rem minmax(0,1fr)}.gp-channel-thumb{grid-row:1 / span 3}.gp-channel-meta{display:grid;grid-column:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding-top:.625rem;border-top:1px solid #edf1f6}.gp-channel-meta__item:first-child{padding-left:0;border-left:0}.gp-channel-actions{grid-column:2}}@media (max-width: 640px){.gp-channel-item{grid-template-columns:2.75rem minmax(0,1fr);padding:.75rem}.gp-channel-thumb{width:2.75rem;height:2.75rem}.gp-channel-meta{grid-column:1 / -1;grid-template-columns:1fr;gap:.75rem}.gp-channel-meta__item{padding:0;border-left:0}.gp-channel-actions{grid-column:1 / -1}.gp-channel-actions>div{justify-content:flex-start!important}}.gp-faq-page{background:transparent}.gp-faq-page .gp-list-notice,.gp-ai-profile-page .gp-list-notice{border-color:#d7e5fb;background:radial-gradient(circle at 88% 20%,rgba(37,99,235,.09),transparent 26%),linear-gradient(135deg,#f8fbff,#f1f6fd);box-shadow:0 8px 24px #243b5a0f}.gp-faq-page .gp-list-notice__icon,.gp-ai-profile-page .gp-list-notice__icon{border-radius:12px;box-shadow:0 8px 18px #0056cc33}.gp-faq-panel,.gp-ai-profile-panel{border-color:#dfe7f1;background:#fff;box-shadow:0 10px 30px #243b5a0f}.gp-faq-panel .gp-list-panel__header{min-height:2.75rem;margin-bottom:.75rem;padding-bottom:.625rem;border-bottom:1px solid #edf1f6}.gp-faq-panel .gp-list-panel__title{color:#243b5a;font-size:1rem}.gp-faq-page .gp-ai-instruction-list,.gp-faq-sample-modal .gp-ai-instruction-sample-list{display:grid;gap:.625rem}.gp-faq-page .gp-ai-instruction-list .gp-ai-instruction-item,.gp-faq-sample-modal .gp-ai-instruction-sample-list .gp-ai-instruction-item{overflow:hidden;margin-bottom:0;border:1px solid #e0e7f0;border-radius:12px;background:#fff;box-shadow:0 3px 12px #243b5a09;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.gp-faq-page .gp-ai-instruction-list .gp-ai-instruction-item:hover,.gp-faq-sample-modal .gp-ai-instruction-sample-list .gp-ai-instruction-item:hover{border-color:#b8cce9;box-shadow:0 7px 18px #243b5a12;transform:translateY(-1px)}.gp-faq-page .gp-ai-instruction-list .accordion-button,.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-button{gap:.75rem;min-height:2.75rem;padding:.4375rem 1rem;background:#fff;color:#263b56;font-size:.9375rem;font-weight:650;line-height:1.45;box-shadow:none}.gp-faq-page .gp-ai-instruction-list .accordion-button:not(.collapsed),.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-button:not(.collapsed){background:linear-gradient(90deg,#f6f9ff,#fbfdff);color:#174b96}.gp-faq-page .gp-ai-instruction-list .accordion-button:focus-visible,.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-button:focus-visible{outline:3px solid rgba(0,102,255,.18);outline-offset:-3px}.gp-faq-page .gp-ai-instruction-item__badge,.gp-faq-sample-modal .gp-ai-instruction-item__badge,.gp-faq-editor__label-badge{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex:0 0 1.75rem;border-radius:9px;background:#e8f1ff;color:#0756c9;font-size:.75rem;font-weight:800}.gp-faq-page .gp-ai-instruction-item__question,.gp-faq-sample-modal .gp-ai-instruction-item__question{min-width:0}.gp-faq-page .gp-ai-instruction-list .accordion-body,.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-body{padding:.5rem 1rem;border-top:1px solid #edf2f7;background:#fbfcfe}.gp-faq-page .gp-ai-instruction-item__answer-wrap,.gp-faq-sample-modal .gp-ai-instruction-item__answer-wrap{display:flex;align-items:flex-start;gap:.75rem}.gp-faq-page .gp-ai-instruction-item__badge--answer,.gp-faq-sample-modal .gp-ai-instruction-item__badge--answer,.gp-faq-editor__label-badge--answer{background:#eaf8f4;color:#0f766e}.gp-faq-page .gp-ai-instruction-item__answer,.gp-faq-sample-modal .gp-ai-instruction-item__answer{padding-top:.1rem;color:#475569;line-height:1.7;white-space:pre-wrap}.gp-faq-page .gp-ai-instruction-item__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.4375rem;padding-top:.375rem;border-top:1px dashed #dfe7f1}.modal-panel.gp-faq-editor-modal,.modal-panel.gp-faq-sample-modal,.modal-panel.gp-reference-editor-modal{width:min(780px,calc(100vw - 40px));height:min(640px,calc(100vh - 40px));max-height:calc(100vh - 40px);border:1px solid rgba(215,226,240,.9);border-radius:20px;box-shadow:0 28px 80px #0f172a47}.modal-panel.gp-reference-editor-modal{height:min(700px,calc(100vh - 40px))}.modal-panel.gp-reference-upload-modal{height:min(750px,calc(100vh - 40px))}.gp-faq-editor-modal .modal-header,.gp-faq-sample-modal .modal-header,.gp-reference-editor-modal .modal-header{padding:1.25rem 1.75rem;border-bottom-color:#e8edf4;background:linear-gradient(180deg,#fff,#fbfcff)}.gp-faq-editor-modal .modal-title,.gp-faq-sample-modal .modal-title,.gp-reference-editor-modal .modal-title{color:#1e3553;font-size:1.25rem;font-weight:750;letter-spacing:-.02em}.gp-faq-editor-modal .modal-body,.gp-faq-sample-modal .modal-body,.gp-reference-editor-modal .modal-body{padding:1.5rem 1.75rem;background:#fff}.gp-faq-editor-modal .modal-footer,.gp-faq-sample-modal .modal-footer,.gp-reference-editor-modal .modal-footer{padding:1rem 1.75rem;border-top-color:#e8edf4;background:#f8fafc}.gp-faq-editor-modal .modal-footer button,.gp-faq-sample-modal .modal-footer button,.gp-reference-editor-modal .modal-footer button{min-width:6rem;min-height:2.5rem}.gp-faq-editor{display:flex;min-height:100%;flex-direction:column;gap:1.125rem}.gp-faq-editor__intro,.gp-reference-editor__intro{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border:1px solid #dce8f8;border-radius:12px;background:#f5f9ff}.gp-faq-sample-intro{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.875rem 1rem;border:1px solid #dce8f8;border-radius:12px;background:#f5f9ff}.gp-faq-sample-intro__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;border-radius:9px;background:#e2edff;color:#0756c9;font-size:.95rem}.gp-faq-sample-intro__title,.gp-faq-sample-intro__description{margin:0}.gp-faq-sample-intro__title{color:#294362;font-size:.9rem;font-weight:700;line-height:1.45}.gp-faq-sample-intro__description{margin-top:.15rem;color:#64748b;font-size:.8rem;line-height:1.5}.gp-faq-editor__intro-icon,.gp-reference-editor__intro-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;border-radius:9px;background:#e2edff;color:#0756c9;font-size:.95rem}.gp-faq-editor__intro-title,.gp-faq-editor__intro-description,.gp-reference-editor__intro-title,.gp-reference-editor__intro-description{margin:0}.gp-faq-editor__intro-title,.gp-reference-editor__intro-title{color:#294362;font-size:.9rem;font-weight:700;line-height:1.45}.gp-faq-editor__intro-description,.gp-reference-editor__intro-description{margin-top:.15rem;color:#64748b;font-size:.8rem;line-height:1.5}.gp-faq-editor__field{position:relative}.gp-faq-editor__field--answer{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.gp-faq-editor__label,.gp-reference-editor__label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#334155;font-size:.9rem;font-weight:700}.gp-faq-editor__label-badge{width:1.5rem;height:1.5rem;flex-basis:1.5rem;border-radius:7px;font-size:.7rem}.gp-faq-editor .gp-inquiry-form__input,.gp-reference-editor .gp-inquiry-form__input{border:1px solid #cfd9e7;border-radius:11px;background:#fbfdff;color:#1e293b;font-size:.9375rem;line-height:1.55;box-shadow:inset 0 1px 2px #0f172a06;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gp-faq-editor .gp-inquiry-form__input::placeholder,.gp-reference-editor .gp-inquiry-form__input::placeholder{color:#94a3b8}.gp-faq-editor .gp-inquiry-form__input:focus,.gp-reference-editor .gp-inquiry-form__input:focus{border-color:#4c8ce8;background:#fff;box-shadow:0 0 0 4px #0066ff1a}.gp-faq-editor__question{min-height:3.25rem;padding:.75rem .875rem}.gp-faq-editor textarea.gp-faq-editor__answer{min-height:9rem;flex:1 1 9rem;padding:.875rem;overflow-y:auto;resize:none}.gp-faq-editor .gp-ai-profile-char-count{margin-top:.375rem;color:#7b8798;font-size:.75rem;text-align:right}.gp-faq-editor .gp-ai-profile-char-count .is-over{color:var(--danger);font-weight:700}.gp-faq-editor__error,.gp-reference-editor__error{margin:-.25rem 0 0;padding:.75rem .875rem;border:1px solid #fecaca;border-radius:10px;background:#fff5f5;color:#b91c1c;font-size:.8125rem}.gp-reference-editor{display:flex;min-height:100%;flex-direction:column;gap:1rem}.gp-reference-editor__field{position:relative}.gp-reference-editor__label-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex:0 0 1.5rem;border-radius:7px;background:#e2edff;color:#0756c9;font-size:.75rem}.gp-reference-editor__label-note{color:#7b8798;font-size:.75rem;font-weight:500}.gp-reference-editor .gp-reference-editor__input{min-height:3.25rem;padding:.75rem .875rem}.gp-reference-editor .gp-reference-editor__input--readonly{border-color:#dbe3ed;background:#f1f5f9;color:#64748b;cursor:default}.gp-reference-editor__file-input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gp-reference-editor__file-control{display:flex;align-items:stretch;width:100%;height:3.25rem;overflow:hidden;border:1px solid #cfd9e7;border-radius:11px;background:#fbfdff;color:#1e293b;box-shadow:inset 0 1px 2px #0f172a06;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.gp-reference-editor__file-control:focus-within{border-color:#4c8ce8;background:#fff;box-shadow:0 0 0 4px #0066ff1a}.gp-reference-editor__file-control.is-disabled{opacity:.65}.gp-reference-editor__file-button{display:inline-flex;align-items:center;justify-content:center;min-width:6.5rem;height:100%;flex:0 0 auto;padding:0 1rem;border:0;border-right:1px solid #d7e1ee;background:#eef4fd;color:#294362;font-size:.8125rem;font-weight:700;line-height:1;cursor:pointer}.gp-reference-editor__file-button:hover:not(:disabled){background:#e2edff;color:#0756c9}.gp-reference-editor__file-button:focus-visible{position:relative;z-index:1;outline:2px solid #4c8ce8;outline-offset:-3px}.gp-reference-editor__file-button:disabled{cursor:default}.gp-reference-editor__file-name{display:flex;align-items:center;min-width:0;flex:1 1 auto;height:100%;padding:0 .875rem;overflow:hidden;color:#94a3b8;font-size:.9375rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.gp-reference-editor__file-name.has-file{color:#1e293b}.gp-reference-editor textarea.gp-reference-editor__description{min-height:6rem;padding:.75rem .875rem;resize:vertical}.gp-reference-editor__help{margin:.375rem 0 0;color:#7b8798;font-size:.75rem;line-height:1.5}.gp-reference-editor__visibility{min-height:4rem;margin:0;padding:.75rem 1rem .75rem 3.75rem;border:1px solid #dce8f8;border-radius:12px;background:#f8fbff}.gp-reference-editor__visibility .form-check-input{margin-top:.45rem;margin-left:-2.75rem}.gp-reference-editor__visibility .form-check-label{display:flex;flex-direction:column;gap:.125rem;color:#64748b;font-size:.8rem;line-height:1.45}.gp-reference-editor__visibility .form-check-label strong{color:#294362;font-size:.9rem}.gp-reference-editor__progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.625rem;padding:.75rem .875rem;border:1px solid #dce8f8;border-radius:10px;background:#f5f9ff;color:#294362;font-size:.8rem;font-weight:700}.gp-reference-editor__progress progress{width:100%;accent-color:var(--primary)}.gp-list-table__empty-cell{padding:0!important;border-bottom:0!important}.gp-list-table__empty-cell .gp-list-empty{min-height:17rem}.gp-sms-history__results .gp-pager{margin-top:.75rem}.modal-panel.gp-followup-modal{width:min(40rem,calc(100vw - 2rem));border:1px solid #dce4f0;border-radius:1.125rem;box-shadow:0 1.5rem 4rem #0f172a33}.gp-followup-modal .modal-header{padding:1.125rem 1.5rem;background:linear-gradient(180deg,#fbfdff,#f7faff);border-bottom-color:#e1e8f2}.gp-followup-modal .modal-title{color:var(--gp-list-text);font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.gp-followup-modal .modal-body{padding:1.375rem 1.5rem 1.5rem}.gp-followup-modal .modal-footer{padding:.875rem 1.5rem;background:#f8fafc;border-top-color:#e1e8f2}.gp-followup-modal__type{display:flex;align-items:center;min-height:1.5rem;margin-bottom:.625rem}.gp-followup-modal__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.25rem;margin:0 0 1.375rem;padding:1.125rem;background:linear-gradient(145deg,#f8fbff,#f7f9fc);border:1px solid #dfe7f1;border-radius:.875rem;box-shadow:inset 0 1px #fffc}.gp-followup-modal__meta>div{min-width:0}.gp-followup-modal__meta-wide{grid-column:1 / -1;padding-top:.875rem;border-top:1px solid #e1e8f2}.gp-followup-modal__meta dt{margin:0 0 .3rem;color:#64748b;font-size:.8125rem;font-weight:600;line-height:1.35}.gp-followup-modal__meta dd{margin:0;color:#172033;font-size:.9375rem;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.gp-followup-modal__meta-wide dt{color:#365f9d;font-weight:700}.gp-followup-modal__meta dd.gp-followup-modal__original{padding:.75rem .875rem;color:#243247;background:#ffffffe0;border:1px solid #dbe5f1;border-radius:.625rem;font-size:1rem;font-weight:500;line-height:1.65;white-space:pre-wrap}.gp-followup-modal__form{display:grid;gap:1.125rem;padding-top:1.25rem;border-top:1px solid #e1e8f2}.gp-followup-modal__field{min-width:0}.gp-followup-modal__field .gp-inquiry-form__label{margin-bottom:.4375rem;color:#25344a;font-size:.875rem;font-weight:700}.gp-followup-modal__field .gp-inquiry-form__input{border-color:#d8e1ec;border-radius:.625rem;font-size:.9375rem}.gp-followup-modal__field textarea.gp-inquiry-form__input{min-height:7rem;line-height:1.55}.gp-followup-modal__field .gp-inquiry-form__input:focus{border-color:var(--primary);box-shadow:0 0 0 .2rem #0066ff1f}.gp-followup-modal__hint{margin:.4375rem 0 0;color:#64748b;font-size:.8125rem;line-height:1.45}@media (max-width: 575.98px){.modal-panel.gp-followup-modal{width:calc(100vw - 1.5rem);max-height:calc(100vh - 1.5rem);border-radius:.875rem}.gp-followup-modal .modal-header,.gp-followup-modal .modal-footer{padding-right:1rem;padding-left:1rem}.gp-followup-modal .modal-body{padding:1.125rem 1rem 1.25rem}.gp-followup-modal__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem 1rem;padding:1rem}}.gp-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:13rem;padding:2rem 1rem;text-align:center}.gp-list-empty__icon{margin-bottom:.75rem;color:var(--gp-list-empty-icon);font-size:2rem}.gp-list-empty__title{margin:0;color:var(--gp-list-text);font-size:.9375rem;font-weight:600}.gp-list-empty__description{margin:.25rem 0 0;color:var(--gp-list-empty-description);font-size:.8125rem}.gp-list-empty__actions{margin-top:.875rem}@media (max-width: 767.98px){.gp-console-content--tenant,.gp-console-content--list{padding:var(--gp-list-page-padding-mobile)}.gp-list-filter{flex-wrap:wrap;padding-left:0}.gp-list-filter__fields{flex-basis:100%;padding-bottom:.25rem}.gp-list-filter--wrap .gp-list-filter__fields{overflow:visible}.gp-list-filter__actions{width:100%;padding-left:.5rem}.gp-list-notice{align-items:flex-start;flex-wrap:wrap}.gp-list-notice__actions{margin-left:3.5rem}.gp-faq-panel .gp-list-panel__header{align-items:flex-start;flex-wrap:wrap}.gp-faq-panel .gp-list-panel__meta{margin-left:auto}.gp-faq-panel .gp-list-panel__actions{width:100%}.gp-faq-panel .gp-list-panel__actions .gp-list-btn{flex:1 1 0}.gp-faq-page .gp-ai-instruction-list .accordion-button,.gp-faq-page .gp-ai-instruction-list .accordion-body,.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-button,.gp-faq-sample-modal .gp-ai-instruction-sample-list .accordion-body{padding-right:.75rem;padding-left:.75rem}.modal-panel.gp-faq-editor-modal,.modal-panel.gp-faq-sample-modal,.modal-panel.gp-reference-editor-modal{width:calc(100vw - 1.25rem);height:calc(100dvh - 1.25rem);max-height:calc(100dvh - 1.25rem);border-radius:16px}.gp-faq-editor-modal .modal-header,.gp-faq-editor-modal .modal-footer,.gp-faq-sample-modal .modal-header,.gp-faq-sample-modal .modal-footer,.gp-reference-editor-modal .modal-header,.gp-reference-editor-modal .modal-footer{padding-right:1rem;padding-left:1rem}.gp-faq-editor-modal .modal-body,.gp-faq-sample-modal .modal-body,.gp-reference-editor-modal .modal-body{padding:1rem}.gp-faq-editor{gap:.875rem}.gp-faq-editor__intro,.gp-reference-editor__intro,.gp-faq-sample-intro{padding:.75rem}.gp-faq-editor textarea.gp-faq-editor__answer{min-height:8rem}.gp-reference-editor{gap:.875rem}}.modal-panel.modal-panel--tenant{border:1px solid rgba(215,226,240,.95);border-radius:20px;box-shadow:0 28px 80px #0f172a42}.modal-panel--tenant .modal-header{padding:1.125rem 1.5rem;border-bottom-color:#e1e8f2;background:linear-gradient(180deg,#fff,#f8fbff)}.modal-panel--tenant .modal-title{color:#1e3553;font-size:1.125rem;font-weight:750;letter-spacing:-.015em}.modal-panel--tenant .modal-header .btn-close{flex:0 0 auto;border-radius:8px;opacity:.55;transition:background-color .16s ease,opacity .16s ease}.modal-panel--tenant .modal-header .btn-close:hover{background-color:#e9eff7;opacity:.85}.modal-panel--tenant .modal-header .btn-close:focus-visible{outline:3px solid rgba(0,102,255,.18);outline-offset:3px;box-shadow:none}.modal-panel--tenant .modal-body{padding:1.375rem 1.5rem;background:#fff}.modal-panel--tenant.modal-panel--chromeless .modal-body{padding:0}.modal-panel--tenant .modal-footer{padding:.875rem 1.5rem;border-top-color:#e1e8f2;background:#f8fafc}.modal-panel--tenant .modal-footer button,.modal-panel--tenant .modal-footer a{display:inline-flex;width:auto;min-height:2.5rem;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:10px;font-size:.875rem;font-weight:650;line-height:1.2}.modal-panel--tenant .modal-footer .btn-primary,.modal-panel--tenant .modal-footer .btn-danger-action{min-width:5.5rem}.modal-panel--tenant .modal-footer .btn-ghost{border:1px solid #d8e1ec;background:#fff;color:#526174}.modal-panel--tenant .modal-footer .btn-ghost:hover:not(:disabled){border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.modal-panel--tenant .gp-document-footer{min-height:2.5rem}.gp-confirm-modal__content{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border:1px solid #dce8f8;border-radius:14px;background:linear-gradient(135deg,#f7fbff,#fbfdff)}.gp-confirm-modal__content--danger{border-color:#fecaca;background:linear-gradient(135deg,#fff8f8,#fffdfd)}.gp-confirm-modal__icon{display:inline-grid;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;place-items:center;border-radius:11px;background:#e8f1ff;color:#0756c9;font-size:1rem}.gp-confirm-modal__content--danger .gp-confirm-modal__icon{background:#fee2e2;color:#b91c1c}.gp-confirm-modal__message{min-width:0;padding-top:.25rem;color:#334155;font-size:.9375rem;line-height:1.65}.gp-confirm-modal__message>:last-child{margin-bottom:0}@media (max-width: 767.98px){.modal-panel.modal-panel--tenant{border-radius:16px}.modal-panel--tenant .modal-header,.modal-panel--tenant .modal-footer{padding-right:1rem;padding-left:1rem}.modal-panel--tenant .modal-body{padding:1.125rem 1rem}.modal-panel--tenant.modal-panel--chromeless .modal-body{padding:0}}
