@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{color:#e5e7eb;-webkit-font-smoothing:antialiased;background:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.unified-card{background:#2d1f41;border-radius:8px;margin-bottom:12px;padding:14px}.card-link{color:inherit;text-decoration:none;display:block}.card-link:hover h4{color:#fffc}.unified-card h4{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4}.card-content{color:#fffc;margin-bottom:12px;font-size:13px;line-height:1.5}.card-tags{flex-wrap:wrap;gap:6px;display:flex}.tag{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#fff3;border-radius:10px;max-width:200px;padding:2px 8px;font-size:11px;overflow:hidden}.tag.law-tag{color:#60a5fa;background:#60a5fa33}.query-footer{background:#3a2b51;border-top:1px solid #2d1f41;flex-shrink:0;padding:16px 24px}.query-input-container{gap:8px;display:flex}.query-input{color:#fff;background:#2d1f41;border:1px solid #2d1f41;border-radius:6px;outline:none;flex:1;padding:10px 12px;font-size:14px}.query-input::placeholder{color:#fff9}.query-input:focus{background:#1f1331;border-color:#60a5fa}.query-button{color:#fff;cursor:pointer;white-space:nowrap;background:#60a5fa;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:background-color .2s}.query-button:hover:not(:disabled){background:#3b82f6}.query-button:disabled{color:#9ca3af;cursor:not-allowed;background:#374151}.side-panel{color:#fff;background:#3a2b51;border-left:1px solid #2d1f41;flex-direction:column;width:380px;min-width:380px;height:100vh;display:flex;overflow-x:hidden}.sidebar-header{background:#3a2b51;border-bottom:1px solid #2d1f41;flex-shrink:0;padding:20px 24px 16px}.sidebar-header h1{color:#fff;margin:0;font-size:20px;font-weight:700}.sidebar-content{word-break:break-word;flex:1;overflow:hidden auto}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.empty-icon{margin-bottom:16px;font-size:48px}.empty-state h2{margin-bottom:12px;font-size:28px}.empty-state p{color:#fffc;max-width:280px;line-height:1.6}.hook{margin-top:16px;font-size:15px;font-style:italic;font-weight:600;color:#fff!important}.loading{flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.panel-content{padding:24px}.panel-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.panel-header h2{font-size:28px;font-weight:700}.results-count{color:#ffffffb3;font-size:12px;font-weight:400}.voice-section{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;margin-bottom:20px;padding:12px 16px}.voice-section h3{color:#fff;margin-bottom:4px;font-size:14px}.voice-section p{color:#fffc;font-size:13px}.no-data{color:#ffffffb3;text-align:center;padding:40px 0}.documents-list{flex-direction:column;gap:12px;display:flex}.doc-card{background:#2d1f41;border-radius:8px;padding:14px}.doc-card h4{margin-bottom:6px;font-size:14px;line-height:1.4}.doc-card h4 a{color:#fff;text-decoration:none}.doc-card h4 a:hover{color:#fffc}.summary{color:#fffc;margin-bottom:8px;font-size:13px;line-height:1.5}.meta{flex-wrap:wrap;gap:6px;display:flex}.topic-tag{color:#fff;background:#fff3;border-radius:10px;padding:2px 8px;font-size:11px}.voice-tag{color:#fff;background:#ffffff4d;border-radius:10px;padding:2px 8px;font-size:11px}@media (width<=768px){.side-panel.mobile{width:100%;min-width:unset;z-index:100;border-left:none;border-top-left-radius:16px;border-top-right-radius:16px;height:auto;max-height:33vh;transition:max-height .3s;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.side-panel.mobile.expanded{max-height:80vh}.side-panel.mobile .sidebar-header{border-bottom:none;justify-content:space-between;align-items:center;padding:0 20px 8px;display:flex}.side-panel.mobile .sidebar-header h1{font-size:16px}.mobile-handle{cursor:pointer;flex-shrink:0;justify-content:center;padding:8px 0 4px;display:flex}.handle-bar{background:#ffffff4d;border-radius:2px;width:36px;height:4px}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:20px;line-height:1}.mobile-collapsed{flex-shrink:0;padding:0 20px 12px}.mobile-collapsed-content{cursor:pointer;margin-bottom:10px}.mobile-collapsed-content .hook{text-align:left;margin-top:0;font-size:14px}.mobile-email-wrapper{align-items:center;gap:8px;display:flex}.mobile-email-form{flex:1;gap:6px;display:flex}.mobile-email-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-size:14px}.mobile-email-input::placeholder{color:#ffffff80}.mobile-email-input:focus{background:#ffffff26;border-color:#60a5fa}.mobile-email-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#60a5fa;border:none;border-radius:6px;flex-shrink:0;padding:8px 14px;font-size:14px}.mobile-email-btn:disabled{color:#9ca3af;cursor:not-allowed;background:#374151}.mobile-email-success{color:#10b981;font-size:13px}.mobile-email-error{color:#ef4444;margin-left:4px;font-size:12px}.sidebar-content.hidden{display:none}.side-panel.mobile .sidebar-content{padding-bottom:4px}.side-panel.mobile .empty-state{justify-content:flex-start;height:auto;min-height:auto;padding:16px 20px}.side-panel.mobile .empty-state p{max-width:100%;font-size:14px}.side-panel.mobile .query-footer{padding:8px 20px 12px}}.newsletter-footer{background:#111827;border-top:1px solid #374151;flex-shrink:0;justify-content:center;align-items:center;height:80px;display:flex}.newsletter-content{width:100%;max-width:800px;padding:0 24px}.newsletter-form{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.newsletter-text{color:#d1d5db;white-space:nowrap;font-size:14px}.newsletter-input-group{flex:1;gap:8px;min-width:250px;display:flex}.newsletter-input{color:#fff;background:#1f2937;border:1px solid #374151;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-size:14px}.newsletter-input::placeholder{color:#9ca3af}.newsletter-input:focus{background:#111827;border-color:#60a5fa}.newsletter-button{color:#fff;cursor:pointer;white-space:nowrap;background:#60a5fa;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .2s}.newsletter-button:hover:not(:disabled){background:#3b82f6}.newsletter-button:disabled{color:#9ca3af;cursor:not-allowed;background:#374151}.newsletter-success{color:#10b981;justify-content:center;align-items:center;width:100%;font-size:14px;display:flex}.newsletter-error{color:#ef4444;margin-left:8px;font-size:12px}@media (width<=768px){.newsletter-footer{display:none}}@media (width<=640px){.newsletter-form{flex-direction:column;align-items:stretch;gap:12px}.newsletter-text{text-align:center}.newsletter-input-group{min-width:auto}}*{box-sizing:border-box;margin:0;padding:0}.app{width:100vw;height:100vh;display:flex;overflow:hidden}.main-content{flex:1;display:flex;overflow:hidden}.map-container{flex-direction:column;flex:1;display:flex;position:relative}@media (width<=768px){.app{display:block}.main-content{height:100vh;display:block}.map-container{height:100vh}}
