@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#0f172a;color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.App-header{align-items:center;background:#1e293b;border-bottom:1px solid #334155;box-shadow:0 4px 6px #0000004d;color:#f8fafc;display:flex;justify-content:space-between;padding:1.5rem 2rem}.App-header h1{color:#f8fafc;font-size:1.8rem;font-weight:800;letter-spacing:-.025em;margin:0}.user-info{align-items:center;display:flex;gap:1rem}.user-info button{background:#334155;border:1px solid #475569;border-radius:4px;color:#f8fafc;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.user-info button:hover{background:#475569;border-color:#64748b}.login-container{background:#1e293b;border:1px solid #334155;border-radius:4px;box-shadow:0 8px 25px #0006;margin:2rem auto;max-width:400px;padding:2rem}.login-container h2{color:#f8fafc;font-size:1.5rem;font-weight:700;letter-spacing:.1em;margin-bottom:2rem;text-align:center;text-transform:uppercase}.login-container form{display:flex;flex-direction:column;gap:1rem}.login-container input{background:#334155;border:1px solid #475569;border-radius:4px;color:#f8fafc;font-size:1rem;padding:.75rem;transition:border-color .2s ease}.login-container input::placeholder{color:#94a3b8}.login-container input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a;outline:none}.login-container button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.05em;padding:.75rem;text-transform:uppercase;transition:background-color .2s ease}.login-container button:hover{background:#dc2626}.error{color:#e74c3c;margin-top:.5rem;text-align:center}.content{margin:2rem auto;max-width:1200px;padding:0 1rem}.new-message{background:#1e293b;border:1px solid #334155;border-radius:4px;box-shadow:0 4px 6px #0000004d;margin-bottom:1.5rem;padding:1.5rem}.new-message h2{border-bottom:1px solid #475569;color:#f8fafc;font-size:1.25rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem;text-transform:uppercase}.new-message textarea{background:#334155;border:1px solid #475569;border-radius:4px;color:#f8fafc;font-family:inherit;font-size:1rem;min-height:100px;padding:.75rem;resize:vertical;transition:border-color .2s ease;width:100%}.new-message textarea::placeholder{color:#94a3b8}.new-message textarea:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a;outline:none}.form-controls{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.form-controls label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.form-controls button{background-color:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s}.form-controls button:hover{background-color:#229954}.emergency-section,.messages-section{background:#1e293b;border:1px solid #334155;border-radius:4px;box-shadow:0 4px 6px #0000004d;margin-bottom:1.5rem;padding:1.5rem}.emergency-section h2,.messages-section h2{border-bottom:1px solid #475569;color:#f8fafc;font-size:1.25rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem;text-transform:uppercase}.emergency-section h2{color:#ef4444;font-size:1.25rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.emergency-section-public{margin:2rem auto;max-width:1000px}.emergency-section-public h2{color:#ef4444;font-size:2rem;font-weight:900;letter-spacing:.15em;text-align:center;text-shadow:0 2px 4px #00000080;text-transform:uppercase}.emergency-message,.message{border-radius:6px;margin-bottom:.75rem;padding:1rem;position:relative}.message{background:#334155;border:1px solid #475569;color:#f8fafc}.emergency-message:last-child,.message:last-child{margin-bottom:0}.emergency-message{background:#991b1b;border:1px solid #dc2626;border-left:4px solid #ef4444;border-radius:4px;box-shadow:0 4px 8px #991b1b66;color:#fef2f2;margin-bottom:1rem;position:relative}.emergency-message p,.message p{margin:0 0 .5rem;position:relative;white-space:pre-wrap;z-index:2}.emergency-message p{font-size:1rem;font-weight:700;letter-spacing:.025em;line-height:1.4;text-transform:uppercase}.emergency-message small,.message small{color:#94a3b8;font-size:.85rem}.emergency-message small{color:#fef2f2cc;font-weight:500}.message-actions{display:flex;gap:.5rem;margin-top:.5rem}.message-actions button{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:.25rem .75rem;transition:background-color .3s}.message-actions button:first-child{background-color:#3498db;color:#fff}.message-actions button:first-child:hover{background-color:#2980b9}.message-actions button:last-child{background-color:#e74c3c;color:#fff}.message-actions button:last-child:hover{background-color:#c0392b}.edit-form{display:flex;flex-direction:column;gap:.5rem}.edit-form textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;min-height:80px;padding:.5rem;resize:vertical;width:100%}.edit-form button{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.edit-form button:first-child{background-color:#27ae60;color:#fff}.edit-form button:first-child:hover{background-color:#229954}.edit-form button:last-child{background-color:#95a5a6;color:#fff}.edit-form button:last-child:hover{background-color:#7f8c8d}
/*# sourceMappingURL=main.ad5865ba.css.map*/