.home{width:100%}.section-title{text-align:center;font-size:2.5rem;color:#1f2937;margin-bottom:3rem;line-height:1.3}@media (max-width: 768px){.section-title{font-size:1.75rem;margin-bottom:2rem;padding:0 1rem}}.consent-page{padding:2rem 0}@media (max-width: 768px){.consent-page{padding:1rem 0}.consent-page .btn{width:100%!important;margin-bottom:.75rem}.consent-page div[style*="display: flex"][style*=marginTop]{flex-direction:column!important;gap:.75rem!important;align-items:stretch!important}.consent-page div[style*="display: flex"] button{width:100%!important}}.register-page{padding:2rem 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.register-page{padding:1rem 0}.form-row{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:1rem}.face-capture-container h3{font-size:1.25rem;margin-bottom:.75rem}.face-capture-container p{font-size:.95rem;margin-bottom:1rem}form button[type=button],form button[type=submit]{width:100%!important;margin-top:.5rem}form>div:last-child,div[style*=marginTop][style*="display: flex"]{flex-direction:column!important;gap:.75rem!important;align-items:stretch!important}}.alerts-page{padding:2rem 0}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;display:inline-block}.status-badge.active{background-color:#fee2e2;color:#991b1b}.status-badge.responded{background-color:#d1fae5;color:#065f46}@media (max-width: 768px){.alerts-page{padding:1rem 0}.status-badge{font-size:.7rem;padding:.2rem .6rem}.alerts-page .btn{width:100%!important;margin-bottom:1rem}.alerts-page form{width:100%}.alerts-page form .btn{width:100%!important}.alerts-page form h2{font-size:1.5rem;margin-bottom:1rem}.alerts-page form div[style*="textAlign: center"]{margin-bottom:1.5rem!important}.alerts-page form div[style*="textAlign: center"] button{width:100%!important}.alerts-page select{font-size:16px;padding:16px;min-height:48px}}.App{min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#1e40af;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center}.nav-links{display:flex;gap:1.5rem;flex-wrap:wrap}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease;padding:.5rem 0;display:block;min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}.nav-links a:hover,.nav-links a:active{opacity:.8}@media (max-width: 768px){.navbar{padding:.75rem 0}.nav-content{flex-direction:column;align-items:stretch}.logo{font-size:1.25rem;margin-bottom:.5rem}.nav-links{flex-direction:column;gap:0;width:100%}.nav-links a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);min-height:48px}.nav-links a:last-child{border-bottom:none}}main{flex:1;padding:2rem 0}@media (max-width: 768px){main{padding:1rem 0}}.footer{background-color:#374151;color:#fff;padding:1.5rem 0;text-align:center;margin-top:auto}.footer p{margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.footer{padding:1rem 0}.footer p{font-size:.85rem;padding:0 1rem}}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6}@media (max-width: 768px){.hero{padding:2.5rem 0}.hero h1{font-size:2rem;margin-bottom:.75rem;padding:0 1rem}.hero p{font-size:1.1rem;margin-bottom:1.5rem;padding:0 1rem}}.features{padding:3rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.feature-card h3{color:#1e40af;margin-bottom:1rem;font-size:1.5rem;line-height:1.3}.feature-card p{color:#6b7280;line-height:1.6}@media (max-width: 768px){.features{padding:2rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.feature-card:hover{transform:none}}.cta-section{background-color:#fff;padding:3rem 0;text-align:center}.cta-section h2{margin-bottom:1rem;color:#1f2937;line-height:1.3}.cta-section p{margin-bottom:2rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.cta-section{padding:2rem 0}.cta-section h2{font-size:1.75rem;padding:0 1rem}.cta-section p{font-size:1rem;padding:0 1rem;margin-bottom:1.5rem}}.face-capture-container{margin-top:2rem}.video-container{position:relative;width:100%;max-width:640px;margin:0 auto 1rem;border-radius:8px;overflow:hidden;background-color:#000;aspect-ratio:4 / 3;min-height:300px}.video-element,.canvas-element{width:100%;height:100%;object-fit:cover;display:block;transform:scaleX(-1)}@media (max-width: 768px){.video-container{max-width:100%;min-height:250px;aspect-ratio:4 / 3}.video-element{transform:scaleX(-1)}.captured-image-preview{width:100%}.captured-image-preview img{width:100%;max-width:100%}}.capture-controls{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.captured-image-preview{margin-top:1rem;text-align:center}.captured-image-preview{width:100%;display:flex;flex-direction:column;align-items:center}.captured-image-preview img{max-width:100%;max-width:400px;width:100%;border-radius:8px;border:2px solid #2563eb;aspect-ratio:4 / 3;object-fit:cover}@media (max-width: 768px){.face-capture-container{margin-top:1.5rem}.video-container{max-width:100%;border-radius:6px}.capture-controls{width:100%}.capture-controls button{flex:1;min-width:120px}.captured-image-preview img{max-width:100%;width:100%}}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{color:#1f2937;margin-bottom:.5rem;line-height:1.3}.page-header p{color:#6b7280;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.75rem;padding:0 1rem}.page-header p{font-size:1rem;padding:0 1rem}}.consent-content{max-width:800px;margin:0 auto}.consent-section{margin-bottom:2rem}.consent-section h2{color:#1e40af;margin-bottom:1rem;font-size:1.5rem;line-height:1.3}.consent-section ul{margin-left:2rem;margin-top:1rem}.consent-section li{margin-bottom:.5rem;line-height:1.6}.consent-checkbox{display:flex;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:2px solid #e5e7eb}.consent-checkbox input[type=checkbox]{width:24px;height:24px;min-width:24px;margin-top:2px;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.consent-checkbox label{cursor:pointer;font-weight:500;line-height:1.6;flex:1}@media (max-width: 768px){.consent-content{max-width:100%}.consent-section{margin-bottom:1.5rem}.consent-section h2{font-size:1.25rem;margin-bottom:.75rem}.consent-section ul{margin-left:1.5rem;margin-top:.75rem}.consent-section li{margin-bottom:.75rem;font-size:.95rem}.consent-section p{font-size:.95rem;line-height:1.6}.consent-checkbox{margin:1.5rem 0;padding:1rem;flex-direction:row;gap:.75rem}.consent-checkbox input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:4px}.consent-checkbox label{font-size:.95rem;line-height:1.5}}.alerts-list{display:grid;gap:1.5rem}.alert-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #ef4444}.alert-card.responded{border-left-color:#10b981}.alert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.alert-type{font-weight:700;color:#ef4444;text-transform:uppercase;font-size:.875rem}.alert-time{color:#6b7280;font-size:.875rem;white-space:nowrap}.alert-info{margin-top:1rem}.alert-info p{margin-bottom:.5rem;color:#374151;line-height:1.6;word-wrap:break-word}.alert-info strong{color:#1f2937;display:inline-block;min-width:120px}.no-alerts{text-align:center;padding:3rem;color:#6b7280}@media (max-width: 768px){.alert-card{padding:1rem;border-radius:6px}.alert-header{flex-direction:column;align-items:flex-start;margin-bottom:.75rem}.alert-type{font-size:.8rem}.alert-time{font-size:.8rem;white-space:normal}.alert-info{margin-top:.75rem}.alert-info p{font-size:.95rem;margin-bottom:.75rem}.alert-info strong{display:block;margin-bottom:.25rem;min-width:auto}.no-alerts{padding:2rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;line-height:1.6;-webkit-tap-highlight-color:transparent}button,.btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}.btn{padding:14px 28px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.btn{width:100%;padding:16px 24px;font-size:18px}}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover{background-color:#059669}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;transition:border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width: 768px){.form-group input,.form-group textarea,.form-group select{padding:16px;font-size:16px;min-height:48px}.form-group textarea{min-height:120px}}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:100px}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}@media (max-width: 768px){.card{padding:16px;border-radius:6px;margin-bottom:16px}}.alert{padding:16px;border-radius:6px;margin-bottom:20px}.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.alert-info{background-color:#dbeafe;color:#1e40af;border:1px solid #3b82f6}@media (max-width: 768px){div[style*="display: flex"][style*=gap]{flex-direction:column!important;gap:.75rem!important}div[style*="display: flex"] button{width:100%!important}}
