*{margin:0;padding:0;box-sizing:border-box}body,#root{margin:0;padding:0}:root{--background: hsl(0, 0%, 100%);--foreground: hsl(20, 14.3%, 4.1%);--muted: hsl(60, 4.8%, 95.9%);--muted-foreground: hsl(25, 5.3%, 44.7%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(20, 14.3%, 4.1%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(20, 14.3%, 4.1%);--border: hsl(20, 5.9%, 90%);--input: hsl(20, 5.9%, 90%);--primary: hsl(221, 83%, 53%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(60, 4.8%, 95.9%);--secondary-foreground: hsl(24, 9.8%, 10%);--accent: hsl(60, 4.8%, 95.9%);--accent-foreground: hsl(24, 9.8%, 10%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(60, 9.1%, 97.8%);--ring: hsl(20, 14.3%, 4.1%);--radius: .5rem;--sentinel-blue: hsl(221, 83%, 53%);--sentinel-green: hsl(158, 64%, 52%);--sentinel-amber: hsl(43, 96%, 56%);--sentinel-red: hsl(0, 84%, 60%);--sentinel-slate: hsl(215, 28%, 17%);--sentinel-slate-light: hsl(215, 20%, 65%)}.ai-sentinel-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.ai-sentinel-header{background-color:#fff}.chat-container{display:flex;flex-direction:column;height:100%;background-color:#f8fafc}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.chat-content{flex:1;display:flex;overflow:hidden}.chat-sidebar{width:280px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.chat-main{flex:1;display:flex;flex-direction:column;background-color:#f8fafc}.chat-messages-container{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.chat-input-container{flex-shrink:0;border-top:1px solid #e2e8f0;background-color:#fff;padding:16px}.message-user{display:flex;justify-content:flex-end}.message-user-content{background-color:#2463eb;color:#fff;border-radius:8px;padding:8px 16px;max-width:384px}.message-ai{display:flex;justify-content:flex-start}.message-ai-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;max-width:768px;box-shadow:0 1px 2px #0000000d}.message-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.message-avatar{width:24px;height:24px;background-color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center}.message-timestamp{font-size:12px;color:#64748b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s;cursor:pointer;border:none;outline:none}.btn-primary{background-color:#2463eb;color:#fff;height:40px;padding:8px 16px}.btn-primary:hover{background-color:#1555e0}.btn-outline{border:1px solid #e2e8f0;background-color:#fff;color:#1e293b;height:40px;padding:8px 16px}.btn-outline:hover{background-color:#f8fafc}.btn-ghost{background-color:transparent;color:#1e293b;height:40px;padding:8px 16px}.btn-ghost:hover{background-color:#f8fafc}.btn-sm{height:36px;padding:8px 12px}.btn-disabled{cursor:not-allowed;opacity:.5}.input-textarea{display:flex;min-height:80px;width:100%;border-radius:6px;border:1px solid #e2e8f0;background-color:#fff;padding:8px 12px;font-size:14px;outline:none;transition:border-color .2s;resize:vertical;font-family:inherit}.input-textarea:focus{border-color:#2463eb}.input-textarea:disabled{cursor:not-allowed;opacity:.5}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:2px 10px;font-size:12px;font-weight:600;outline:none}.badge-default{background-color:#2463eb;color:#fff}.badge-secondary{background-color:#f1f5f9;color:#1e293b}.badge-destructive{background-color:#ef4343;color:#fff}.badge-outline{border:1px solid #e2e8f0;background-color:transparent;color:#1e293b}.security-alert{margin-top:8px;background-color:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:12px;font-size:14px}.security-alert-content{display:flex;align-items:flex-start;gap:8px}.security-alert-icon{width:16px;height:16px;color:#f59e0b;margin-top:2px;flex-shrink:0}.security-alert-title{color:#f59e0b;font-weight:500}.security-alert-text{color:#334155;margin-left:4px}.loading-spinner{width:16px;height:16px;border:2px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.flex{display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.text-sm{font-size:14px}.text-xs{font-size:12px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-slate-600{color:#64748b}.text-slate-700{color:#334155}.bg-white{background-color:#fff}.border{border:1px solid #e2e8f0}.rounded{border-radius:6px}.p-2{padding:8px}.p-4{padding:16px}.mt-2{margin-top:8px}.mb-2{margin-bottom:8px}.text-lg{font-size:18px}.justify-center{justify-content:center}.ai-sentinel-header-container{max-width:80rem;margin:0 auto;padding:0 1rem}.ai-sentinel-header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.ai-sentinel-logo-container{display:flex;align-items:center;gap:.5rem}.ai-sentinel-logo{width:32px;height:32px;background-color:#2463eb;border-radius:8px;display:flex;align-items:center;justify-content:center}.ai-sentinel-title{font-size:1.25rem;font-weight:700;color:#1e293b}.ai-sentinel-sign-in{background-color:#2463eb;color:#fff;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500}.ai-sentinel-hero{padding:6rem 1rem;min-height:80vh;display:flex;align-items:center}.ai-sentinel-hero-container{max-width:72rem;margin:0 auto;text-align:center;width:100%}.ai-sentinel-hero-title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.1}.ai-sentinel-hero-subtitle{font-size:1.25rem;color:#475569;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.7}.ai-sentinel-button-container{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;margin-bottom:2rem}.ai-sentinel-button-primary{background:#2463eb;color:#fff;padding:12px 24px;font-size:1rem;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:500;min-width:180px;height:48px;text-decoration:none}.ai-sentinel-button-secondary{background-color:#fff;color:#2463eb;border:1px solid #d1d5db;padding:12px 24px;font-size:1rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:500;min-width:180px;height:48px;text-decoration:none}.ai-sentinel-credit-notice{margin-top:0;padding:16px 20px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;max-width:28rem;margin-left:auto;margin-right:auto}.ai-sentinel-credit-header{display:flex;align-items:center;gap:8px;color:#1d4ed8}.ai-sentinel-credit-title{font-size:.875rem;font-weight:500}.ai-sentinel-credit-text{font-size:.75rem;color:#2563eb;margin-top:4px}.ai-sentinel-features{padding:5rem 1rem;background-color:#fff}.ai-sentinel-features-container{max-width:80rem;margin:0 auto}.ai-sentinel-features-header{text-align:center;margin-bottom:4rem}.ai-sentinel-features-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.ai-sentinel-features-subtitle{font-size:1.25rem;color:#475569;max-width:42rem;margin:0 auto}@media (max-width: 640px){.ai-sentinel-button-container{flex-direction:column}.ai-sentinel-button-primary,.ai-sentinel-button-secondary{width:100%;max-width:280px}}.dark{--background: hsl(240, 10%, 3.9%);--foreground: hsl(0, 0%, 98%);--muted: hsl(240, 3.7%, 15.9%);--muted-foreground: hsl(240, 5%, 64.9%);--popover: hsl(240, 10%, 3.9%);--popover-foreground: hsl(0, 0%, 98%);--card: hsl(240, 10%, 3.9%);--card-foreground: hsl(0, 0%, 98%);--border: hsl(240, 3.7%, 15.9%);--input: hsl(240, 3.7%, 15.9%);--primary: hsl(221, 83%, 53%);--primary-foreground: hsl(210, 40%, 98%);--secondary: hsl(240, 3.7%, 15.9%);--secondary-foreground: hsl(0, 0%, 98%);--accent: hsl(240, 3.7%, 15.9%);--accent-foreground: hsl(0, 0%, 98%);--destructive: hsl(0, 62.8%, 30.6%);--destructive-foreground: hsl(0, 0%, 98%);--ring: hsl(240, 4.9%, 83.9%);--radius: .5rem}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}@layer utilities{.text-sentinel-blue{color:var(--sentinel-blue)}.text-sentinel-green{color:var(--sentinel-green)}.text-sentinel-amber{color:var(--sentinel-amber)}.text-sentinel-red{color:var(--sentinel-red)}.bg-sentinel-blue{background-color:var(--sentinel-blue)}.bg-sentinel-green{background-color:var(--sentinel-green)}.bg-sentinel-amber{background-color:var(--sentinel-amber)}.bg-sentinel-red{background-color:var(--sentinel-red)}.bg-sentinel-slate{background-color:var(--sentinel-slate)}.border-sentinel-blue{border-color:var(--sentinel-blue)}.border-sentinel-green{border-color:var(--sentinel-green)}.border-sentinel-amber{border-color:var(--sentinel-amber)}.border-sentinel-red{border-color:var(--sentinel-red)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f2f2f2}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b3b3b3}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.json-table,.markdown-table,table{width:100%;max-width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;overflow-x:auto;display:block;white-space:nowrap}.json-table thead,.markdown-table thead,table thead{background-color:#1f2937}.json-table th,.markdown-table th,table th{background-color:#1f2937;color:#fff;padding:12px 8px;text-align:left;font-weight:600;border:1px solid hsl(215,20%,25%);position:sticky;top:0;z-index:1}.json-table td,.markdown-table td,table td{padding:10px 8px;border:1px solid hsl(215,20%,85%);background-color:#fff;max-width:200px;overflow:hidden;text-overflow:ellipsis}.json-table tbody tr:nth-child(2n),.markdown-table tbody tr:nth-child(2n),table tbody tr:nth-child(2n){background-color:#f9fafb}.json-table tbody tr:hover,.markdown-table tbody tr:hover,table tbody tr:hover{background-color:#f0f2f5}.table-container{max-width:100%;overflow-x:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.chat-messages-container{overflow-y:auto!important;height:100%;max-height:100%}.animate-slide-in{animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.json-table{min-width:100%;border-collapse:collapse;border:1px solid #cbd5e1;font-size:14px;margin:16px 0}.json-table th{border:1px solid #cbd5e1;padding:8px 12px;text-align:left;font-weight:500;color:#374151;background-color:#f8fafc}.json-table td{border:1px solid #cbd5e1;padding:8px 12px;color:#4b5563}.json-table tbody tr:hover{background-color:#f8fafc}.chat-message-content{max-width:672px;overflow-x:auto;max-height:70vh;overflow-y:auto}@media (min-width: 1024px){.chat-message-content{max-width:896px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-container{overflow-x:auto;overflow-y:auto;max-height:384px;border:1px solid #e2e8f0;border-radius:8px}.table-container table{min-width:100%}.prose table{display:block;overflow-x:auto;white-space:nowrap}.prose thead,.prose tbody,.prose tr{display:block}.prose thead tr,.prose tbody tr{display:table;width:100%;table-layout:fixed}.prose th,.prose td{padding:8px 12px;border:1px solid #cbd5e1}
