*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Inter,Segoe UI,sans-serif;background:#f8fafc}.app{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.header{height:72px;flex-shrink:0;border-bottom:1px solid #E5E7EB;background:#fff;z-index:20}.sidebar{width:320px;min-width:320px;max-width:320px;flex-shrink:0;background:#fff;border-right:1px solid #E5E7EB;overflow:auto}.chat-window{flex:1;overflow-y:auto;overflow-x:hidden;padding:28px;min-height:0}.content{display:flex;flex:1;overflow:hidden;min-height:0}.workspace{display:flex;flex:1;min-width:0;min-height:0;overflow:hidden}.center-panel{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:visible;transition:flex .3s ease,width .3s ease}.chat-input-wrapper{flex-shrink:0;background:#fff;border-top:1px solid #E5E7EB;padding:18px 22px}.right-panel{flex-shrink:0;overflow:hidden;transition:all .3s ease}.right-panel.closed{width:0;min-width:0;border-left:none}.right-panel.open{width:420px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:1200px){.sidebar{width:280px;min-width:280px}.right-panel.open{width:360px}}@media (max-width:992px){.right-panel{display:none}}@media (max-width:768px){.sidebar{display:none}}.header{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background:#fff;border-bottom:1px solid #E5E7EB}.header-left{display:flex;align-items:center;gap:14px}.gov-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f04e23;color:#fff;font-size:22px}.header-left h2{margin:0;font-size:20px;color:#1f2937}.header-left span{font-size:13px;color:#6b7280}.header-center{display:flex;align-items:center}.status{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:30px;font-size:13px;font-weight:600}.online{background:#ecfdf5;color:#15803d}.header-right{display:flex;align-items:center;gap:12px}.header-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #E5E7EB;background:#fff;border-radius:8px;cursor:pointer}.header-btn:hover{background:#f8fafc}.profile-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;border:none;background:#f04e23;color:#fff;border-radius:30px;cursor:pointer}.sidebar{width:320px;min-width:320px;height:100%;background:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.sidebar-content{padding:22px;display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-logo{display:flex;align-items:center;gap:14px;margin-bottom:24px}.logo-circle{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#f04e23,#ff7a45);display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 8px 18px #f04e2340}.sidebar-logo h3{margin:0;font-size:18px;font-weight:700;color:#1f2937}.sidebar-logo span{font-size:13px;color:#6b7280}.new-chat-btn{width:100%;height:48px;border:none;border-radius:14px;background:linear-gradient(135deg,#f04e23,#ff7a45);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.25s;box-shadow:0 10px 20px #f04e232e;margin-bottom:18px}.new-chat-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #f04e2347}.search-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #E5E7EB;border-radius:14px;padding:12px 14px;margin-bottom:22px;transition:.25s}.search-box:focus-within{border-color:#f04e23;box-shadow:0 0 0 3px #f04e231f}.search-box input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#374151}.chat-heading{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9ca3af;margin-bottom:6px}.session-list{flex:1;overflow-y:auto;padding-right:4px}.session-list::-webkit-scrollbar{width:6px}.session-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.group-title{font-size:11px;font-weight:700;color:#9ca3af;margin:10px 0 6px;padding-left:4px}.session-group{margin-bottom:12px}.session{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 10px;background:#f8fafc;border:1px solid #E5E7EB;border-radius:12px;margin-bottom:5px;cursor:pointer;transition:all .25s ease}.session:hover{background:#fff7f4;border-color:#9a9391;box-shadow:0 3px 10px #f1f0f01f}.session.active{background:#f9fafc;border:1px solid #e5e7eb}.session-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.chat-icon{width:24px;height:24px;border-radius:8px;background:#f9fafc;display:flex;align-items:center;justify-content:center;color:#898584;flex-shrink:0}.session-info{flex:1;min-width:0;display:flex;justify-content:space-between;align-items:center;gap:10px}.session-title{font-size:13px;font-weight:500;color:#525456;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.session-time{font-size:11px;color:#9ca3af;white-space:nowrap}.delete-btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;opacity:0;transition:.2s;border-radius:6px}.session:hover .delete-btn{opacity:1}.delete-btn:hover{background:#f4f3f3;color:#454444}.empty-history{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;color:#9ca3af;gap:10px}.empty-history p{margin:0;font-weight:600}.empty-history span{font-size:13px}.sidebar-footer{padding:18px 22px;border-top:1px solid #E5E7EB;background:#fafafa}.footer-title{font-size:14px;font-weight:700;color:#1f2937}.footer-version{font-size:12px;color:#9ca3af;margin-top:4px}@media (max-width:992px){.sidebar{width:280px;min-width:280px}}@media (max-width:768px){.sidebar{position:absolute;left:0;top:0;bottom:0;z-index:1000;box-shadow:0 10px 30px #0000002e}}.session-actions{display:flex;gap:4px}.session-actions button{border:none;background:none;cursor:pointer;padding:5px;border-radius:6px}.session-actions button:hover{background:#f3f4f6}.message-row{width:100%;margin:24px 0;padding-left:8px}.user-row{display:flex;justify-content:flex-end}.assistant-row{display:flex;justify-content:flex-start}.avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;flex-shrink:0}.user-avatar{background:linear-gradient(83deg,#87898c,#f7f7f7);box-shadow:0 6px 18px #2563eb59}.bot-avatar{background:linear-gradient(284deg,#f04e23,#f7c7b4);box-shadow:0 6px 18px #f04e2359}.user-message{display:flex;justify-content:flex-end;align-items:flex-end;gap:10px;width:100%}.user-bubble{max-width:65%;background:linear-gradient(135deg,#f04e23,#ff7a45);color:#fff;border-radius:22px 22px 6px;box-shadow:0 10px 24px #f04e2338;padding:14px 18px;font-size:14px;line-height:1.6;word-break:break-word}.user-bubble p{margin:0}.assistant-message{display:flex;align-items:flex-start;gap:10px;width:100%}.assistant-card{background:#fff;border:1px solid #E5E7EB;border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #0f172a14;width:100%;transition:.25s}.panel-toggle-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E5E7EB;border-radius:10px;cursor:pointer;transition:.25s;font-size:18px}.panel-toggle-btn:hover{background:#fff4ef;border-color:#f04e23;color:#f04e23}.assistant-name{font-size:16px;font-weight:700;color:#f04e23}.assistant-time{font-size:12px}.ai-badge{display:inline-flex;align-items:center;gap:8px;display:none!important;background:#ecfdf5;color:#15803d;border:1px solid #BBF7D0;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600}.markdown-body{overflow-x:auto}.markdown-body table{width:100%;border-collapse:collapse;margin:20px 0;border-radius:12px;overflow:hidden;border:1px solid #E5E7EB;box-shadow:0 4px 12px #0000000f}.markdown-body p{margin:8px 0 14px}.markdown-body ul{padding-left:22px}.markdown-body li{margin-bottom:8px}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:#111827;margin:18px 0 10px}.markdown-body ul,.markdown-body ol{margin-left:24px;margin-bottom:14px}.markdown-body table{width:100%;border-collapse:collapse;margin-top:15px}.markdown-body table{width:100%;border-collapse:collapse;margin:18px 0;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0f172a0d}.markdown-body table th{background:#f8fafc;color:#1f2937;font-size:13px;font-weight:600;padding:12px 14px;border:1px solid #E5E7EB;text-align:left}.markdown-body table td{padding:12px 14px;border:1px solid #E5E7EB;font-size:13px;color:#374151;vertical-align:top}.markdown-body table tr:nth-child(2n){background:#fcfcfd}.markdown-body table tr:hover{background:#f9fafb;transition:background .2s}.markdown-body pre{background:#111827;color:#fff;padding:15px;border-radius:10px;overflow:auto}.markdown-body code{background:#f3f4f6;padding:2px 6px;border-radius:5px}.markdown-body table tr:nth-child(2n){background:#f8fafc}.markdown-body table tr:hover{background:#fff7ed;transition:.2s}.sources{margin-top:28px}.source-heading{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 14px;background:#fff4ef;border:1px solid #E5E7EB;cursor:pointer;transition:.25s;margin-top:18px}.source-heading:hover{border-color:#f15227;background:#fff4ef;box-shadow:0 0 0 3px #f04e2314}.reference-title{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px}.reference-box{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 14px 14px;padding:8px 16px}.reference-list{list-style:none;padding:0;margin:0}.expand-icon{font-size:18px;color:#6b7280}.confidence{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#55669e;border:1px solid #C3DAF3;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;margin-top:10px}.confidence-bar{margin-top:8px;width:100%;height:8px;background:#e5e7eb;border-radius:20px;overflow:hidden}.confidence-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a)}.copied-msg{margin-top:15px;color:#16a34a;font-weight:600}@media (max-width:768px){.user-bubble{max-width:85%}.assistant-card{padding:18px}}.reference-list{list-style:none;margin:0;padding:0}.reference-list li{list-style:none}.sources{animation:fadeReference .25s ease}@keyframes fadeReference{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bubble{padding:18px 20px}.thank-you-text{margin-top:10px;margin-bottom:0;color:#f04e23;font-size:15px;font-weight:600}.table-wrapper{width:100%;overflow-x:auto;margin:18px 0;border:1px solid #E5E7EB;border-radius:12px}.ai-table{width:100%;border-collapse:collapse;background:#fff}.ai-table th{background:#f3f4f6;padding:12px;border-bottom:1px solid #E5E7EB;text-align:left;font-weight:600}.ai-table td{padding:12px;border-bottom:1px solid #F1F5F9}.ai-table tr:hover{background:#f8fafc}.verified-text{margin-top:8px;margin-bottom:18px;font-size:13px;font-weight:600;color:#15803d}.response-summary{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.summary-card{background:#fffdf8;border:1px solid #FDE68A;border-left:4px solid #F59E0B;border-radius:14px;padding:14px 18px;margin-bottom:18px;box-shadow:0 2px 8px #0000000a}.summary-title{font-size:14px;font-weight:700;color:#92400e;margin-bottom:8px}.summary-text{font-size:14px;line-height:1.7;color:#374151}.summary-text h1,.summary-text h2,.summary-text h3{font-size:18px;line-height:1.7;color:#374151}.summary-card:hover{border-color:#f15227;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.generated-note{margin-top:18px;font-size:13px;color:#6b7280;font-style:italic}.ai-status{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.status-chip{padding:6px 12px;font-size:12px;background:#eff6ff;border:1px solid #BFDBFE;border-radius:30px;font-size:13px;font-weight:600;color:#1d4ed8}.status-chip.success{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}.answer-summary{margin:18px 0;padding:16px;background:#f8fafc;border-left:4px solid #f15227;border-radius:12px;font-size:15px;line-height:1.7}.section-divider{height:1px;background:#e5e7eb;margin:22px 0}.answer-footer{margin-top:22px;font-size:13px;color:#6b7280;font-style:italic}.message-header{display:flex;justify-content:space-between;align-items:center;padding:11px 21px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #E5E7EB}.assistant-info{display:flex;flex-direction:column;gap:4px}.panel-toggle-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#fff7ed;color:#f04e23;cursor:pointer;transition:.25s}.panel-toggle-btn:hover{background:#f04e23;color:#fff}.response-toolbar{display:flex;flex-wrap:wrap;gap:10px;padding:15px}.response-toolbar button{display:flex;align-items:center;gap:8px;border:1px solid #E5E7EB;background:#fff;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:13px;transition:.2s}.response-toolbar button:hover{background:#f04e23;color:#fff;border-color:#f04e23}.related-box{margin-top:25px}.related-box h4{margin-bottom:12px;font-size:15px}.related-item{padding:12px 16px;border:1px solid #E5E7EB;border-radius:10px;margin-bottom:10px;cursor:pointer;transition:.2s}.related-item:hover{background:#fff4ef;border-color:#f04e23}.source-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:14px;margin-bottom:14px}.source-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.source-title{font-weight:700;color:#1f2937}.source-meta{color:#6b7280;font-size:13px;margin-top:4px}.gov-badge{background:#ecfdf5;color:#15803d;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:600}.source-actions{display:flex;gap:10px;flex-wrap:wrap}.source-btn{text-decoration:none;border:none;cursor:pointer;padding:8px 14px;border-radius:8px;background:#f04e23;color:#fff;font-size:14px}.source-btn:hover{opacity:.9}.typing-container{display:flex;gap:6px;padding:12px 0}.typing-container span{width:10px;height:10px;background:#f04e23;border-radius:50%;animation:typing 1.2s infinite}.typing-container span:nth-child(2){animation-delay:.2s}.typing-container span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(.5);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-window{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;min-height:0;scroll-behavior:smooth}.chat-window::-webkit-scrollbar{width:8px}.chat-window::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.chat-window::-webkit-scrollbar-thumb:hover{background:#94a3b8}.messages{width:100%;max-width:none;padding:24px 40px;margin:0;display:flex;flex-direction:column;gap:20px}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.bubble{max-width:100%;padding:18px 22px;border-radius:18px;line-height:1.8;font-size:15px;box-shadow:0 5px 15px #0000000d}.message.user .bubble{background:#f04e23;color:#fff;border-bottom-right-radius:6px}.message.bot .bubble{background:#fff;color:#1f2937;border-bottom-left-radius:6px;border:1px solid #E5E7EB}.welcome{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:50px}.welcome-icon{font-size:80px;margin-bottom:25px}.welcome h1{font-size:42px;color:#1f2937;margin-bottom:18px}.welcome p{max-width:700px;font-size:18px;line-height:1.8;color:#6b7280}.typing{display:flex;gap:6px;margin:18px 70px}.typing span{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:typing 1.2s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{transform:translateY(0);opacity:.3}50%{transform:translateY(-6px);opacity:1}to{transform:translateY(0);opacity:.3}}@media (max-width:768px){.chat-window{padding:16px}}.chat-window{flex:1;overflow-y:auto;padding:24px;scroll-behavior:smooth;position:relative}.scroll-bottom-btn{position:fixed;right:35px;bottom:100px;background:#f04e23;color:#fff;border:none;border-radius:30px;padding:10px 18px;cursor:pointer;box-shadow:0 8px 20px #00000026;z-index:999;transition:.2s}.scroll-bottom-btn:hover{transform:translateY(-2px)}.chat-input-wrapper{padding:20px;background:#fff;border-top:1px solid #E5E7EB}.chat-input-box{display:flex;align-items:flex-end;gap:10px;background:#f8fafc;border:1px solid #E5E7EB;border-radius:18px;padding:10px}.chat-input-box textarea{flex:1;border:none;outline:none;background:transparent;resize:none;max-height:180px;font-size:15px;line-height:1.6;padding:8px}.tool-btn{width:42px;height:42px;border:none;border-radius:12px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.tool-btn:hover{background:#fff4ef}.send-btn{width:46px;height:46px;border:none;border-radius:14px;background:#f04e23;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.send-btn:hover{transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.input-footer{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:#6b7280}.dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:30px 40px}.dashboard-card{background:#fff;padding:24px;border-radius:18px;border:1px solid #E5E7EB;transition:.3s}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.card-icon{font-size:34px;margin-bottom:12px}.card-value{font-size:30px;font-weight:700;color:#f04e23}.card-title{margin-top:6px;color:#6b7280;font-size:15px}.suggestion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 40px 40px}.suggestion-card{background:#fff;padding:22px;border-radius:16px;border:1px solid #E5E7EB;cursor:pointer;transition:.25s;font-size:15px}.suggestion-card:hover{border-color:#f04e23;transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.right-panel{display:flex;flex-direction:column;height:100%;background:#fff;border-left:1px solid #E5E7EB;box-shadow:-8px 0 24px #0f172a0f;transition:.3s;overflow:hidden;flex-shrink:0}.right-panel.collapsed{width:0!important;min-width:0!important;border-left:none;box-shadow:none;overflow:hidden}.right-panel.collapsed .right-panel-body{display:none}.right-panel-header{position:sticky;top:0;z-index:20;padding:18px 20px;background:#fff;border-bottom:1px solid #E5E7EB}.panel-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;background:#ecfdf5;color:#15803d;font-size:12px;font-weight:700;border:1px solid #BBF7D0;border-radius:999px;letter-spacing:.3px;text-transform:uppercase}.right-panel-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px;background:#fff;border-bottom:1px solid #E5E7EB}.tab-btn{height:48px;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid #D1D5DB;border-radius:12px;cursor:pointer;transition:.25s;font-size:14px;font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab-btn:hover{background:#fff5f0;border-color:#f04e23;color:#f04e23;transform:translateY(-2px)}.tab-btn.active{background:#f04e23;border-color:#f04e23;color:#fff;box-shadow:0 8px 18px #f04e2340}.tab-icon{font-size:17px;display:flex;align-items:center}.tab-label{font-size:14px;font-weight:600}.right-panel-body{flex:1;overflow-y:auto;background:#f8fafc;padding:20px}.right-panel-body::-webkit-scrollbar{width:6px}.right-panel-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.right-panel-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 20px;min-height:350px;background:#fff;border-radius:18px;border:1px solid #E5E7EB}.empty-icon{font-size:52px;margin-bottom:18px}.empty-panel h3{font-size:20px;font-weight:700;margin-bottom:10px;color:#111827}.empty-panel p{font-size:14px;line-height:1.7;color:#6b7280;max-width:280px}@media (max-width:992px){.right-panel{position:absolute;top:0;right:0;bottom:0;z-index:999;box-shadow:-15px 0 35px #00000026}}@media (max-width:768px){.right-panel{width:100%!important;max-width:100%}.right-panel-tabs{grid-template-columns:repeat(2,1fr)}.right-panel-body{padding:16px}}@media (max-width:480px){.right-panel-tabs{grid-template-columns:1fr}.tab-btn{height:46px}}.contact-panel{height:100%}.contact-header{font-size:18px;font-weight:700;color:#111827;margin-bottom:16px}.contact-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%}.contact-card{width:100%;box-sizing:border-box;background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d;transition:.25s}.contact-card:hover{transform:translateY(-2px);border-color:#f04e23;box-shadow:0 8px 22px #0f172a1a}.card-top{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fffbf9;border-bottom:1px solid #EEF2F7}.avatar-circle{width:50px;height:50px;border-radius:50%;background:#fff4ef;display:flex;align-items:center;justify-content:center;color:#f04e23;flex-shrink:0}.title-block{flex:1;min-width:0}.title-block h3{margin:0;font-size:16px;font-weight:700;line-height:1.3;color:#111827}.designation{margin-top:2px;font-size:12px;font-weight:600;color:#f04e23}.department{margin-top:4px;display:flex;align-items:center;gap:5px;font-size:11px;color:#6b7280}.status-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e26}.contact-body{padding:14px;display:flex;flex-direction:column;gap:10px}.detail-card{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#fafbfc;border:1px solid #EEF2F7;border-radius:12px}.detail-icon{width:34px;height:34px;border-radius:8px;background:#fff4ef;display:flex;align-items:center;justify-content:center;color:#f04e23;flex-shrink:0}.detail-content{flex:1;min-width:0}.label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#94a3b8;margin-bottom:3px}.value,.website-link{font-size:13px;line-height:1.5;color:#1f2937;word-break:break-word;text-decoration:none}.website-link:hover{text-decoration:underline}.copy-btn{cursor:pointer;color:#94a3b8;transition:.2s;margin-top:2px}.copy-btn:hover{color:#f04e23}.contact-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;border-top:1px solid #EEF2F7}.action-btn{height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;font-weight:600;text-decoration:none;transition:.2s}.action-btn.call{background:#16a34a;color:#fff}.action-btn.call:hover{background:#15803d}.action-btn.email{background:#fff;border:1px solid #D1D5DB;color:#374151}.action-btn.email:hover{border-color:#f04e23;color:#f04e23}.action-btn.web{background:#eff6ff;color:#2563eb}.action-btn.web:hover{background:#dbeafe}.empty-panel{display:flex;align-items:center;justify-content:center;min-height:220px;font-size:14px;color:#6b7280;text-align:center;padding:20px}@media (max-width:768px){.contact-buttons{grid-template-columns:1fr}}.table-panel{display:flex;flex-direction:column;gap:16px;height:100%}.table-header{padding-bottom:16px;border-bottom:1px solid #E5E7EB}.table-badge{display:inline-flex;padding:4px 10px;margin-bottom:8px;background:#ecfdf5;border:1px solid #BBF7D0;border-radius:999px;color:#15803d;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.table-header h2{margin:0;font-size:18px;font-weight:700;color:#111827}.table-header p{margin:4px 0 0;font-size:12px;color:#6b7280}.table-content{overflow:auto;background:#fff;border:1px solid #E5E7EB;border-radius:14px;box-shadow:0 2px 8px #0f172a0d}.table-content table{width:100%;border-collapse:collapse}.table-content thead{background:#f8fafc}.table-content th{padding:12px 14px;text-align:left;font-size:13px;font-weight:700;color:#1f2937;border:1px solid #E5E7EB}.table-content td{padding:12px 14px;font-size:13px;line-height:1.6;color:#374151;border:1px solid #E5E7EB;vertical-align:top}.table-content tbody tr:nth-child(2n){background:#fcfcfd}.table-content tbody tr:hover{background:#f9fafb;transition:.2s}.table-content p{margin:10px 0;line-height:1.7}.table-content ul,.table-content ol{margin:8px 0;padding-left:20px}.table-content li{margin-bottom:6px}.table-content strong{font-weight:700;color:#111827}.empty-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:24px;text-align:center;color:#6b7280}.empty-panel h3{margin:0 0 8px;font-size:18px;color:#111827}.empty-panel p{margin:0;font-size:13px;line-height:1.6;max-width:260px}@media (max-width:768px){.table-header h2{font-size:16px}.table-content th,.table-content td{padding:10px 12px;font-size:12px}}.timeline-panel{height:100%;padding:18px;overflow:auto;background:#f8fafc}.timeline-header{margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.timeline-badge{display:inline-flex;align-items:center;padding:4px 10px;margin-bottom:8px;background:#ecfdf5;border:1px solid #BBF7D0;border-radius:999px;color:#15803d;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.timeline-header h2{margin:0;font-size:18px;font-weight:700;color:#111827}.timeline-header p{margin-top:4px;font-size:12px;color:#6b7280}.timeline{position:relative;padding-left:20px}.timeline:before{content:"";position:absolute;left:18px;top:8px;bottom:8px;width:2px;background:#e5e7eb}.timeline-item{position:relative;display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.timeline-item:last-child{margin-bottom:0}.timeline-dot{width:36px;height:36px;border-radius:50%;background:#f04e23;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;z-index:2;box-shadow:0 4px 12px #f04e2340}.timeline-content{flex:1;background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:14px 16px;box-shadow:0 2px 8px #0f172a0d;transition:.25s}.timeline-content:hover{border-color:#f04e23;transform:translateY(-2px);box-shadow:0 8px 18px #0f172a14}.timeline-step{font-size:12px;font-weight:700;color:#f04e23;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.timeline-text{font-size:14px;line-height:1.7;color:#374151}.empty-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:24px;text-align:center}.empty-icon{font-size:48px;margin-bottom:12px}.empty-panel h3{margin:0 0 8px;font-size:18px;font-weight:700;color:#111827}.empty-panel p{margin:0;font-size:13px;line-height:1.6;color:#6b7280;max-width:260px}@media (max-width:768px){.timeline-panel{padding:14px}.timeline{padding-left:12px}.timeline:before{left:14px}.timeline-dot{width:30px;height:30px;font-size:12px}.timeline-content{padding:12px}.timeline-text{font-size:13px}}.pdf-viewer{height:100%;display:flex;flex-direction:column;background:#fff;border-left:1px solid #E5E7EB}.pdf-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #E5E7EB}.pdf-title{font-weight:700;font-size:16px;color:#1f2937}.pdf-page{font-size:13px;color:#6b7280;margin-top:5px}.pdf-actions{display:flex;gap:10px}.pdf-actions button,.pdf-actions a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;background:#f8fafc;border-radius:10px;cursor:pointer;text-decoration:none;color:#374151;transition:.2s}.pdf-actions button:hover,.pdf-actions a:hover{background:#fff4ef;color:#f04e23}.pdf-frame{flex:1;border:none;width:100%}.pdf-empty{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;text-align:center;background:#fafafa}.pdf-icon{font-size:64px;margin-bottom:20px}.pdf-empty h3{margin-bottom:12px;color:#1f2937}.pdf-empty p{color:#6b7280;line-height:1.6}.info-panel{display:flex;flex-direction:column;height:100%;background:#fff}.info-header{padding:20px;border-bottom:1px solid #E5E7EB;background:#fff}.info-header h2{margin:0;font-size:20px;font-weight:700;color:#1f2937}.info-header p{margin-top:6px;font-size:13px;color:#6b7280}.info-content{padding:15px;overflow:auto;line-height:1.8;color:#374151;font-size:14px}.info-content h1,.info-content h2,.info-content h3{margin:18px 0 10px;color:#1f2937;font-size:20Px}.info-content ul{padding-left:12px;margin:0;font-size:14px}.info-content li{margin-bottom:10px}.info-content table{width:100%;border-collapse:collapse;margin-top:18px}.info-content th{background:#fff7ed;padding:14px;text-align:left;font-weight:700;border:1px solid #E5E7EB}.info-content td{padding:14px;border:1px solid #E5E7EB;vertical-align:top}.info-content tr:nth-child(2n){background:#fcfcfd}.info-content strong{font-weight:700;color:#111827}.empty-panel{display:flex;justify-content:center;align-items:center;height:100%;font-size:15px;color:#6b7280}
