@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap");:root{--primary:#c8102e;--primary-hover:#a50b24;--primary-light:#fef2f2;--primary-border:#fecaca;--secondary:#036;--secondary-hover:#024;--gold:#d4af37;--gold-light:#fffbeb;--bg-gradient-start:#f8fafc;--bg-gradient-end:#f1f5f9;--card-bg:#fff;--card-border:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.04);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:250ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Be Vietnam Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 100%);color:var(--text-main);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.container{width:100%;max-width:980px;margin:0 auto;padding:24px 16px 64px}.header-banner{background:linear-gradient(135deg,#a50b24,#c8102e 50%,#880015);border-radius:var(--radius-lg);padding:28px 24px;color:#fff;margin-bottom:24px;box-shadow:var(--shadow-xl);position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.15)}.header-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:350px;height:350px;background:radial-gradient(circle,rgba(212,175,55,.2) 0,rgba(212,175,55,0) 70%);border-radius:50%;pointer-events:none}.header-top{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;gap:10px}.header-logo{height:90px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,0,0,.4));flex-shrink:0}.header-org-name{color:#ffd166;font-size:clamp(9px,2.9vw,14px);font-weight:700;letter-spacing:.1px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-shadow:0 1px 4px rgba(0,0,0,.35);text-transform:uppercase;line-height:1.5;padding:4px 0}.header-title{font-weight:800;line-height:1.3;margin-bottom:14px;text-shadow:0 2px 4px rgba(0,0,0,.2);text-align:center}.title-desktop{display:inline-block;font-size:clamp(13px,2.3vw,21px);line-height:1.35;white-space:nowrap}.title-mobile{display:none}@media (max-width:639px){.title-desktop{display:none}.title-mobile{display:inline-block;white-space:nowrap;font-size:clamp(9.5px,3.1vw,15px);line-height:1.35;letter-spacing:-.3px}}@media (min-width:640px){.header-logo{height:100px}}.header-desc{font-size:14.5px;opacity:.95;line-height:1.7;color:#fff}.header-paragraph{text-indent:28px;text-align:justify;margin-bottom:8px}.header-paragraph:last-child{margin-bottom:0}.header-email-link{color:#ffd166;text-decoration:underline;font-style:italic;white-space:nowrap;word-break:normal;transition:opacity .2s ease,color .2s ease}.header-email-link:hover{color:#fff;opacity:1}@media (max-width:400px){.header-banner{padding:22px 14px}}.progress-card{background:var(--card-bg);border-radius:var(--radius-md);padding:16px 20px;margin-bottom:24px;border:1px solid var(--card-border);box-shadow:var(--shadow-sm)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:600}.progress-step-title{color:var(--primary);display:flex;align-items:center;gap:8px}.progress-percent{color:var(--text-muted)}.progress-track{height:8px;background:#e2e8f0;overflow:hidden;position:relative}.progress-fill,.progress-track{border-radius:var(--radius-full)}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0,#f59e0b 100%);transition:width .4s cubic-bezier(.4,0,.2,1)}.form-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:28px 24px;margin-bottom:24px;border:1px solid var(--card-border);box-shadow:var(--shadow-md);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:18px;font-weight:700;color:var(--secondary);margin-bottom:8px;display:flex;align-items:center;gap:8px}.section-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:24px;line-height:1.5}.question-block{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.question-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.question-label{font-size:15px;font-weight:600;color:var(--text-main);margin-bottom:10px;display:block;line-height:1.5}.question-label .required{color:var(--error);margin-left:4px}.question-help{font-size:13px;color:var(--text-muted);margin-top:-6px;margin-bottom:12px;line-height:1.4}.options-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.option-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #e2e8f0;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:#fff;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.option-card:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-1px)}.option-card.selected{border-color:var(--primary);background:var(--primary-light);box-shadow:0 0 0 1px var(--primary)}.option-control{margin-top:2px;accent-color:var(--primary);width:18px;height:18px;flex-shrink:0}.option-content{flex:1 1}.option-title{font-size:14.5px;font-weight:500;color:var(--text-main);line-height:1.4}.option-card.selected .option-title{color:#991b1b;font-weight:600}.option-sub{font-size:12.5px;color:var(--text-muted);margin-top:2px}.input-select,.input-text,.input-textarea{width:100%;padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:var(--radius-sm);font-family:inherit;font-size:14.5px;color:var(--text-main);background:#fff;transition:all var(--transition-fast);outline:none}.input-select:focus,.input-text:focus,.input-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(200,16,46,.12)}.input-textarea{min-height:110px;resize:vertical}.geo-dropdown-container{position:relative}.geo-search-box{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1.5px solid #cbd5e1;border-radius:var(--radius-sm);background:#fff;transition:all var(--transition-fast)}.geo-search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(200,16,46,.12)}.geo-search-input{border:none;outline:none;width:100%;font-family:inherit;font-size:14px;color:var(--text-main)}.geo-options-list{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:50;padding:4px 0}.geo-option-item{padding:10px 14px;font-size:14px;cursor:pointer;transition:background var(--transition-fast)}.geo-option-item.active,.geo-option-item:hover{background:var(--primary-light);color:var(--primary);font-weight:500}.rating-table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:var(--radius-md);margin-top:12px}.rating-table{width:100%;border-collapse:collapse;font-size:13.5px}.rating-table td,.rating-table th{padding:12px 10px;vertical-align:middle;border-bottom:1px solid #f1f5f9}.rating-table th{background:#f8fafc;color:var(--secondary);font-weight:600;font-size:13px}.rating-table td:first-child,.rating-table th:first-child{text-align:left;padding-left:14px}.rating-table td:first-child{padding-right:12px;font-weight:500;color:var(--text-main);line-height:1.45}.rating-table tr:hover td{background:#fafafa}.rating-table tr.category-row td{background:#f1f5f9;font-weight:700;color:var(--secondary);text-align:left;padding:8px 16px;font-size:13px;text-transform:uppercase;letter-spacing:.3px}.rating-buttons-group{gap:4px;white-space:nowrap}.rating-buttons-group,.rating-radio-btn{display:inline-flex;align-items:center;justify-content:center}.rating-radio-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid #cbd5e1;background:#fff;cursor:pointer;font-size:12.5px;font-weight:700;transition:all var(--transition-fast);padding:0;flex-shrink:0}.rating-radio-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.rating-radio-btn.selected{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 2px 4px rgba(200,16,46,.25)}@media (max-width:600px){.rating-table td,.rating-table th{padding:8px 4px}.rating-table td:first-child,.rating-table th:first-child{padding-left:8px;padding-right:6px;font-size:13px}.rating-buttons-group{gap:3px}.rating-radio-btn{width:26px;height:26px;font-size:11.5px}}@media (max-width:380px){.rating-table td:first-child,.rating-table th:first-child{padding-left:6px;padding-right:4px;font-size:12px}.rating-buttons-group{gap:2px}.rating-radio-btn{width:24px;height:24px;font-size:11px}}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #e2e8f0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:var(--radius-sm);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all var(--transition-fast);border:none;outline:none;text-decoration:none;min-height:48px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#c8102e,#a50b24);color:#fff;box-shadow:0 4px 12px rgba(200,16,46,.25)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#a50b24,#880015);transform:translateY(-1px);box-shadow:0 6px 16px rgba(200,16,46,.35)}.btn-secondary{background:#fff;color:var(--text-main);border:1.5px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:400px){.btn{font-size:14px;padding:12px 18px}}.admin-container{max-width:1200px;margin:0 auto;padding:24px 16px}.admin-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:var(--radius-md);padding:20px;border:1px solid #e2e8f0;box-shadow:var(--shadow-sm)}.stat-val{font-size:28px;font-weight:800;color:var(--primary);margin-top:4px}.stat-lbl{font-size:13px;color:var(--text-muted);font-weight:500}.admin-table-wrapper{background:#fff;border-radius:var(--radius-md);border:1px solid #e2e8f0;overflow-x:auto;box-shadow:var(--shadow-sm)}.admin-table{width:100%;border-collapse:collapse;font-size:13.5px}.admin-table td,.admin-table th{padding:12px 14px;border-bottom:1px solid #f1f5f9;text-align:left;white-space:nowrap}.admin-table th{color:var(--secondary);font-weight:600}.admin-table th,.admin-table tr:hover td{background:#f8fafc}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal-card{background:#fff;border-radius:var(--radius-lg);max-width:820px;width:100%;max-height:90vh;overflow-y:auto;padding:24px;box-shadow:var(--shadow-xl)}.detail-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:14px 16px;margin-bottom:16px}.detail-section-title{font-size:14px;font-weight:700;color:var(--secondary);text-transform:uppercase;letter-spacing:.3px;margin-bottom:12px;padding-bottom:8px;border-bottom:1.5px solid #e2e8f0;display:flex;align-items:center;gap:8px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:10px 18px;gap:10px 18px;font-size:13px}.detail-row{line-height:1.45}.detail-row-full{grid-column:1/-1;line-height:1.45}.detail-label{font-weight:600;color:#475569}.detail-value{color:#0f172a;font-weight:500}.detail-tag{display:inline-block;background:#e2e8f0;color:#334155;font-size:12px;padding:3px 8px;border-radius:4px;margin:2px 4px 2px 0;font-weight:500}.detail-tag-highlight{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.rating-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;font-size:12px;margin-right:6px}.rating-badge-5{background:#dcfce7;color:#15803d}.rating-badge-4{background:#e0f2fe;color:#0369a1}.rating-badge-3{background:#fef9c3;color:#a16207}.rating-badge-2{background:#ffedd5;color:#c2410c}.rating-badge-1{background:#fee2e2;color:#b91c1c}.btn-danger{background:#ef4444;color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:inherit;font-size:13px;font-weight:600;transition:all var(--transition-fast)}.btn-danger:hover{background:#dc2626}.alert-error{padding:12px 16px;font-size:13.5px;margin-bottom:18px;align-items:center}.alert-error,.alert-error-bottom{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:var(--radius-sm);display:flex;gap:8px}.alert-error-bottom{align-items:flex-start;padding:10px 14px;font-size:13px;margin-bottom:12px;line-height:1.4;animation:fadeIn .2s ease-out}.question-block.error-highlight,div.error-highlight{border-left:3px solid var(--error)!important;background:#fff8f8;border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding-left:14px;animation:shake-field .45s ease-out,highlight-fade 1.5s ease-out}.max-select-warning{font-size:12.5px;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:5px 10px;border-radius:var(--radius-sm);font-weight:500;animation:fadeIn .15s ease-out}@keyframes shake-field{0%{transform:translateX(0)}15%{transform:translateX(-6px)}30%{transform:translateX(5px)}45%{transform:translateX(-4px)}60%{transform:translateX(3px)}80%{transform:translateX(-2px)}to{transform:translateX(0)}}@keyframes highlight-fade{0%{background:#fee2e2}to{background:#fff8f8}}.thank-card{text-align:center;padding:48px 24px}.thank-icon-wrapper{width:80px;height:80px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.thank-title{font-size:24px;font-weight:800;color:var(--secondary);margin-bottom:12px}.thank-desc{font-size:15px;color:var(--text-muted);max-width:520px;margin:0 auto 28px;line-height:1.6}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.admin-sticky-table-wrapper{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-sticky-table td,.admin-sticky-table th{white-space:nowrap}.admin-header-card{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px;background:#fff;padding:16px 20px;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 10px rgba(0,0,0,.03)}.admin-header-left{display:flex;align-items:center;gap:16px;flex:1 1;min-width:0}.admin-header-logo{height:66px;width:auto;flex-shrink:0;object-fit:contain}.admin-header-titles{display:flex;flex-direction:column;gap:3px;min-width:0}.admin-header-org{font-size:16px;font-weight:800;color:#c8102e;text-transform:uppercase;letter-spacing:.4px;line-height:1.25}.admin-header-title{font-size:14.5px;font-weight:700;color:#036;line-height:1.3;margin:0}.admin-header-sub{font-size:12px;color:#64748b;margin:0;line-height:1.45}.admin-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.admin-action-btn-group{display:flex;align-items:center;gap:8px}.admin-icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;white-space:nowrap}.admin-icon-btn.btn-refresh{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.admin-icon-btn.btn-refresh:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.admin-icon-btn.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.admin-icon-btn.btn-export{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 4px rgba(5,150,105,.2)}.admin-icon-btn.btn-export:hover{background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 8px rgba(5,150,105,.3)}@media (max-width:960px){.admin-header-card{flex-direction:column;align-items:stretch;gap:14px;padding:14px 16px}.admin-header-actions{justify-content:space-between;width:100%;border-top:1px dashed #e2e8f0;padding-top:12px}.admin-header-org{font-size:15px}.admin-header-title{font-size:13.5px}.admin-header-sub{font-size:11.5px}}@media (max-width:640px){.admin-header-left{align-items:flex-start;gap:12px}.admin-header-logo{height:50px}.admin-header-org{font-size:13.5px;line-height:1.3}.admin-header-title{font-size:12.5px;line-height:1.35}.admin-header-sub{font-size:11px;line-height:1.35}.admin-header-actions{flex-direction:column;align-items:stretch;gap:8px}.admin-action-btn-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;width:100%}.admin-icon-btn{padding:7px 10px;font-size:12px;justify-content:center}}.ai-card-wrapper{position:relative;overflow:hidden;border-radius:16px;border:1.5px solid #c7d2fe;background:linear-gradient(135deg,#f8faff,#fff 50%,#f5f3ff);padding:22px 24px;box-shadow:0 4px 20px -2px rgba(99,102,241,.1);margin-bottom:24px;transition:all .25s cubic-bezier(.4,0,.2,1)}.ai-card-wrapper:hover{box-shadow:0 8px 28px -4px rgba(99,102,241,.16);border-color:#a5b4fc}.ai-card-glow{position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.15) 0,rgba(168,85,247,.05) 70%,transparent 100%);pointer-events:none;filter:blur(30px)}.ai-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-bottom:14px;border-bottom:1px solid #eef2ff}.ai-card-header-left{display:flex;align-items:center;gap:12px;min-width:0}.ai-card-icon-box{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(79,70,229,.3);flex-shrink:0}.ai-card-title-group{display:flex;flex-direction:column;gap:3px}.ai-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-card-main-title{font-size:15.5px;font-weight:700;color:#1e1b4b;margin:0;line-height:1.3}.ai-model-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:9999px;background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:600;border:1px solid #c7d2fe}.ai-card-subtitle{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#6b7280;margin:0}.ai-card-header-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-cached-pill{gap:4px;padding:3px 9px;border-radius:9999px;background:#ecfdf5;color:#047857;font-size:11.5px;border:1px solid #a7f3d0}.ai-cached-pill,.ai-refresh-btn{display:inline-flex;align-items:center;font-weight:600}.ai-refresh-btn{gap:6px;padding:6px 13px;border-radius:8px;background:#fff;color:#4338ca;font-size:12.5px;border:1px solid #c7d2fe;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .15s ease}.ai-refresh-btn:hover:not(:disabled){background:#eef2ff;border-color:#a5b4fc;color:#3730a3;transform:translateY(-1px)}.ai-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.ai-skeleton-container{display:flex;flex-direction:column;gap:12px;padding:12px 0}.ai-skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#e0e7ff,#f5f3ff 50%,#e0e7ff);background-size:200% 100%;animation:ai-shimmer 1.5s infinite}@keyframes ai-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ai-content-body{padding-top:14px;font-size:13.5px;line-height:1.7;color:#334155}.ai-content-section-title{font-size:15px;color:#1e293b;margin-top:16px;margin-bottom:6px}.ai-content-section-title,.ai-content-sub-title{font-weight:700;display:flex;align-items:center;gap:6px}.ai-content-sub-title{font-size:13.5px;color:#334155;margin-top:12px;margin-bottom:4px}.ai-content-bullet{display:flex;align-items:flex-start;gap:8px;margin:6px 0;padding-left:2px}.ai-bullet-dot{width:6px;height:6px;border-radius:50%;background:#6366f1;margin-top:8px;flex-shrink:0}.ai-content-bullet-text{flex:1 1}.ai-content-bullet-text strong{color:#0f172a;font-weight:700}.ai-content-table-wrapper{overflow-x:auto;margin:12px 0;border-radius:8px;border:1px solid #e2e8f0}.ai-content-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.ai-content-table th{background:#f1f5f9;color:#1e293b;font-weight:600;padding:8px 12px;border-bottom:1px solid #cbd5e1}.ai-content-table td{padding:8px 12px;border-bottom:1px solid #e2e8f0;color:#334155}.ai-content-table tr:nth-child(2n){background:#f8fafc}.ai-ready-banner{margin-top:14px;border-radius:12px;background:linear-gradient(135deg,#f8faff,#fff);border:1.5px dashed #a5b4fc;padding:18px 20px;display:flex;flex-direction:column;gap:12px}.ai-ready-header{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#3730a3}.ai-ready-desc{font-size:13px;color:#4b5563;line-height:1.6;margin:0}.ai-ready-code{font-family:monospace;font-size:12px;background:#e0e7ff;padding:2px 7px;border-radius:4px;color:#312e81;font-weight:600}.ai-ready-preview-box{background:#fff;border-radius:10px;border:1px solid #e0e7ff;padding:12px 14px;display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:#6b7280}.ai-status-badge-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ai-status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.03)}.ai-status-pill.fresh{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.ai-status-pill.stale-records{background:#fffbeb;color:#92400e;border:1px solid #fde68a;animation:pulse-border 2s infinite}.ai-status-pill.stale-time{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;animation:pulse-border 2s infinite}.ai-status-pill.never-run{background:#f5f3ff;color:#5b21b6;border:1px solid #ddd6fe}.ai-status-trigger-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:12px;font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 6px rgba(79,70,229,.25);transition:all .15s ease;white-space:nowrap}.ai-status-trigger-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 10px rgba(79,70,229,.35)}.ai-status-trigger-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes pulse-border{0%,to{opacity:1}50%{opacity:.75}}@media (max-width:640px){.ai-card-wrapper{padding:16px;border-radius:12px}.ai-card-header{flex-direction:column;align-items:flex-start;gap:10px}.ai-card-header-right{width:100%;justify-content:space-between}.ai-refresh-btn{padding:5px 10px;font-size:11.5px}.ai-status-badge-container{width:100%;justify-content:space-between}}