.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.card-pad { padding: 18px; }
.muted { color: var(--text-muted); }
.small-copy { font-size: 12px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-title h2 { margin: 0; color: var(--navy); font-size: 16px; }
.section-title p { margin: 3px 0 0; color: var(--text-muted); font-size: 12px; }
.btn, .icon-btn { min-height: 40px; border: 1px solid var(--border-strong); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--text); font-weight: 750; font-size: 13px; }
.btn { padding: 0 14px; }
.icon-btn { width: 40px; padding: 0; }
.btn:hover, .icon-btn:hover { background: var(--surface-subtle); }
.btn.primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.btn.primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.btn.small { min-height: 34px; padding: 0 10px; font-size: 11px; border-radius: 8px; }
.btn.danger { color: var(--red); border-color: #efcaca; }
.status { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status.success { color: var(--green); background: var(--green-soft); }
.status.warning { color: var(--orange); background: var(--orange-soft); }
.status.error { color: var(--red); background: var(--red-soft); }
.status.info { color: var(--blue); background: var(--blue-soft); }
.status.neutral { color: var(--slate); background: var(--surface-muted); }
.notice { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; padding: 12px 14px; }
.notice-copy { display: flex; align-items: center; gap: 10px; }
.notice-icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.notice strong { display: block; font-size: 12px; color: var(--navy); }
.notice p { margin: 2px 0 0; color: var(--text-muted); font-size: 11px; }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.kpi { min-height: 122px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.kpi-head { display: flex; justify-content: space-between; gap: 12px; }
.kpi-label { color: var(--text-muted); font-size: 12px; font-weight: 750; }
.kpi-value { margin-top: 7px; color: var(--navy); font-size: 26px; font-weight: 850; letter-spacing: -.04em; }
.kpi-meta { color: var(--text-muted); font-size: 11px; }
.kpi-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--navy); background: var(--surface-muted); font-weight: 900; }
.quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.quick-link { padding: 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-subtle); }
.quick-link:hover { border-color: var(--border-strong); background: #fff; }
.quick-link strong { display: block; color: var(--navy); font-size: 13px; }
.quick-link span { display: block; margin-top: 4px; color: var(--text-muted); font-size: 11px; }
.timeline { display: grid; }
.timeline-item { display: grid; grid-template-columns: 12px 1fr auto; gap: 10px; padding: 12px 0; border-top: 1px solid var(--border); }
.timeline-item:first-child { border-top: 0; }
.timeline-dot { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.timeline-item strong { display: block; color: var(--navy); font-size: 12px; }
.timeline-item p, .timeline-item time { margin: 3px 0 0; color: var(--text-muted); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-card { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.product-logo, .hero-logo { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy-2)); font-weight: 850; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.product-logo { width: 46px; height: 46px; border-radius: 13px; }
.product-card h2 { margin: 0; color: var(--navy); font-size: 16px; }
.product-card p { margin: 5px 0 0; color: var(--text-muted); font-size: 12px; }
.product-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.future-card { border-style: dashed; box-shadow: none; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 12px 14px; margin-bottom: 14px; }
.filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.search-wrap, .select-wrap { min-height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid var(--border-strong); border-radius: 10px; background: #fff; color: var(--text-muted); }
.search-wrap { min-width: 290px; }
.search-wrap input, .select-wrap select { border: 0; outline: 0; width: 100%; color: var(--text); background: transparent; }
.select-wrap select { font-weight: 700; }
.empty-inline { display: none; padding: 28px; text-align: center; color: var(--text-muted); font-size: 12px; }
.empty-inline.show { display: block; }
.hero-product { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 22px; margin-bottom: 16px; }
.hero-logo { width: 64px; height: 64px; border-radius: 18px; font-size: 18px; }
.hero-product h1 { margin: 0; color: var(--navy); font-size: 26px; }
.hero-product p { margin: 5px 0 0; color: var(--text-muted); font-size: 13px; }
.hero-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.detail-item { padding: 13px; border: 1px solid var(--border); border-radius: 11px; background: var(--surface-subtle); }
.detail-item span { display: block; color: var(--text-muted); font-size: 10px; font-weight: 800; }
.detail-item strong { display: block; margin-top: 4px; color: var(--text); font-size: 13px; }
.feature-list { display: grid; }
.feature { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-top: 1px solid var(--border); }
.feature:first-child { border-top: 0; }
.feature-icon { width: 24px; height: 24px; flex: none; border-radius: 8px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 900; }
.feature-icon.warning { color: var(--orange); background: var(--orange-soft); }
.feature-icon.error { color: var(--red); background: var(--red-soft); }
.feature strong { display: block; color: var(--navy); font-size: 12px; }
.feature p { margin: 2px 0 0; color: var(--text-muted); font-size: 11px; }
.table-card { overflow: hidden; }
.table-head { padding: 18px 20px 12px; }
.table-wrap { overflow: auto; }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 13px 18px; text-align: left; border-top: 1px solid var(--border); font-size: 12px; white-space: nowrap; }
th { color: var(--text-muted); background: #fbfcfe; font-weight: 800; }
td { color: #344054; }
td strong { color: var(--navy); }
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-group { display: grid; gap: 7px; margin-bottom: 14px; }
.field-group label { color: var(--text-muted); font-size: 11px; font-weight: 850; }
.field-group input, .field-group select { width: 100%; padding: 10px 11px; border: 1px solid var(--border-strong); border-radius: 10px; background: #fff; color: var(--text); }
.field-help { color: var(--text-muted); font-size: 10px; }
.session-list { display: grid; gap: 10px; }
.session { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 12px; border: 1px solid var(--border); border-radius: 11px; }
.session strong { display: block; color: var(--navy); font-size: 12px; }
.session span { display: block; margin-top: 3px; color: var(--text-muted); font-size: 11px; }
.faq { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.faq-q { width: 100%; padding: 14px 16px; border: 0; display: flex; justify-content: space-between; gap: 12px; text-align: left; background: #fff; color: var(--navy); font-weight: 800; }
.faq-a { display: none; padding: 0 16px 16px; color: var(--text-muted); font-size: 12px; }
.faq-item.open .faq-a { display: block; }
.faq-chevron { transition: transform .18s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.support-card { padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: linear-gradient(135deg, #fff, #f3f7ff); }
.support-card > p { margin: 0 0 12px; color: var(--text-muted); font-size: 13px; }
.state-lab { padding: 18px; margin-top: 16px; }
.state-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.state-pane { min-height: 120px; display: flex; align-items: center; justify-content: center; padding: 22px; text-align: center; border: 1px dashed var(--border-strong); border-radius: 12px; background: var(--surface-subtle); }
.state-box { max-width: 540px; }
.state-icon { width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 12px; display: grid; place-items: center; color: var(--navy); background: var(--surface-muted); font-weight: 900; }
.state-icon.error { color: var(--red); background: var(--red-soft); }
.state-icon.success { color: var(--green); background: var(--green-soft); }
.state-box h3 { margin: 0 0 5px; color: var(--navy); font-size: 14px; }
.state-box p { margin: 0; color: var(--text-muted); font-size: 12px; }
.skeleton { width: 100%; max-width: 640px; display: grid; gap: 10px; }
.skeleton span { display: block; height: 14px; border-radius: 999px; background: linear-gradient(90deg, #e8edf3 25%, #f4f7fb 50%, #e8edf3 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skeleton span:nth-child(2) { width: 82%; }
.skeleton span:nth-child(3) { width: 61%; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; max-width: min(420px, calc(100vw - 28px)); padding: 13px 16px; border-radius: 12px; background: var(--navy); color: #fff; box-shadow: var(--shadow-md); font-size: 13px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .22s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
