*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f5f7fa 0%,#e4e9f2 100%);min-height:100vh}.directory-intro{max-width:800px;margin:1rem auto;text-align:center;color:#4a5568;line-height:1.8;font-size:1.1rem}.directory{max-width:1200px;margin:0 auto;padding:30px 20px 100px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}h1{color:#1a202c;text-align:center;margin-bottom:20px;padding:24px 30px;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:16px;box-shadow:0 8px 30px #48bb784d;font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;border:none}.medical-icon{font-size:1.2em;color:#006400;margin-left:8px}.state-select{width:100%;max-width:400px;padding:14px 18px;font-size:16px;margin:0 auto 30px;display:block;border:2px solid #e2e8f0;border-radius:12px;background:white;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000d}.state-select:hover{border-color:#48bb78}.state-select:focus{outline:none;border-color:#48bb78;box-shadow:0 0 0 3px #48bb7833}.law-details{background:white;padding:28px;border-radius:16px;border:none;min-width:350px;max-width:450px;box-shadow:0 4px 20px #00000014}.law-details h2{color:#1a202c;font-size:1.8rem;margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid #48bb78}.law-section{margin:20px 0;padding:16px;background:#f8fafc;border-radius:10px}.map-content{display:flex;flex-direction:column;gap:30px;margin:30px auto;max-width:1200px;align-items:center}.map-and-legend{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:24px}.us-map{flex:3;max-width:900px;background:white;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014}.map-legend{flex:1;min-width:200px;background:white;padding:20px;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:12px}.map-legend h3{width:100%;text-align:center;margin-bottom:12px;color:#1a202c;font-size:1.1rem;font-weight:600}.legend-item{display:flex;align-items:center;gap:12px;padding:8px 0}.legend-item span{font-size:.9rem;color:#4a5568}.legend-color{width:24px;height:24px;border-radius:6px;border:2px solid rgba(0,0,0,.1);flex-shrink:0}.us-map svg{width:100%;height:auto}.law-section h3{color:#2d3748;margin-bottom:10px;font-size:1rem;font-weight:600}.law-section p{color:#4a5568;line-height:1.7;font-size:.95rem}.arrest-data{background:linear-gradient(135deg,#ebf4ff,#e3f2fd);border:none;border-radius:12px;padding:20px;margin:24px 0}.arrest-data h3{color:#2b6cb0;margin-bottom:15px}.arrest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-box{background:white;padding:16px 12px;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 8px #0000000d}.stat-label{font-size:.8em;color:#718096;margin-bottom:8px;font-weight:500}.stat-value{font-size:1.4em;font-weight:700;color:#2b6cb0}.last-updated{text-align:right;font-size:.85em;color:#718096;margin-top:20px;padding-top:12px;border-top:1px solid #e2e8f0}@media (max-width: 900px){.map-and-legend{flex-direction:column}.map-legend{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.map-legend h3{width:100%}.legend-item{flex:0 0 auto;padding:6px 12px}.law-details{max-width:100%;min-width:auto}.arrest-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media (max-width: 600px){h1{font-size:1.4rem;padding:18px 16px}.directory{padding:15px 10px 100px}.directory-intro{font-size:.95rem;padding:0 10px}}.chat-toggle{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #4f46e566;transition:all .3s ease;z-index:1000;color:#fff}.chat-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #4f46e580}.chat-container{position:fixed;bottom:100px;right:24px;width:380px;max-width:calc(100vw - 48px);height:500px;max-height:calc(100vh - 150px);background:white;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:999;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:16px 20px;display:flex;flex-direction:column}.chat-title{font-size:16px;font-weight:600}.chat-subtitle{font-size:12px;opacity:.9;margin-top:2px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.chat-message{display:flex;gap:8px;max-width:90%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.chat-message.assistant{align-self:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.message-content{background:white;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;box-shadow:0 1px 3px #00000014}.chat-message.user .message-content{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-bottom-right-radius:4px}.chat-message.assistant .message-content{border-bottom-left-radius:4px;color:#1e293b}.message-content.typing{display:flex;gap:4px;padding:14px 18px}.message-content.typing span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.message-content.typing span:nth-child(1){animation-delay:0s}.message-content.typing span:nth-child(2){animation-delay:.2s}.message-content.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chat-input-area{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e2e8f0;background:white}.chat-input-area textarea{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;font-size:14px;resize:none;font-family:inherit;outline:none;transition:border-color .2s}.chat-input-area textarea:focus{border-color:#4f46e5}.chat-input-area button{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}.chat-input-area button:hover:not(:disabled){transform:scale(1.05)}.chat-input-area button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.chat-container{width:calc(100vw - 32px);right:16px;bottom:90px;height:calc(100vh - 120px)}.chat-toggle{right:16px;bottom:16px}}
