*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#2c3e50;background-color:#f8f9fa;min-height:100vh}.app-container{max-width:800px;margin:0 auto;padding:1rem;min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 15px #e74c3c4d}.app-header h1{font-size:1.8rem;margin-bottom:.5rem}.app-header p{font-size:1rem;opacity:.9}.header-icon{font-size:3rem;display:block;margin-bottom:.5rem}.emergency-banner{background:#fff3cd;border:2px solid #ffc107;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.emergency-banner .icon{font-size:2rem;flex-shrink:0}.emergency-banner .text h3{font-size:1rem;color:#856404;margin-bottom:.25rem}.emergency-banner .text p{font-size:.9rem;color:#856404}.emergency-banner .text a{color:#c50;font-weight:700;text-decoration:underline}.section-title{font-size:1.2rem;color:#2c3e50;margin-bottom:1rem;padding-left:.5rem;border-left:4px solid #e74c3c}.scenario-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.scenario-card{background:#fff;border-radius:14px;padding:1.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s;border:2px solid transparent;box-shadow:0 2px 8px #0000000f;text-decoration:none;color:inherit;display:block}.scenario-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a;border-color:#e74c3c}.scenario-card:active{transform:translateY(0)}.card-icon{font-size:2.5rem;margin-bottom:.75rem;display:block}.card-title{font-size:1.05rem;font-weight:600;color:#2c3e50;margin-bottom:.4rem}.card-desc{font-size:.85rem;color:#7f8c8d;line-height:1.4}.severity{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.severity-high{background:#fde8e8;color:#c0392b}.severity-medium{background:#fef3cd;color:#856404}.severity-low{background:#d4edda;color:#155724}.back-button{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-size:.95rem;color:#2c3e50;transition:all .2s;margin-bottom:1.5rem;text-decoration:none}.back-button:hover{border-color:#e74c3c;color:#e74c3c}.guide-container{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #0000000f}.guide-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.guide-header .icon{font-size:3rem}.guide-header h2{font-size:1.5rem;color:#2c3e50}.guide-section{margin-bottom:1.5rem}.guide-section h3{font-size:1.1rem;color:#2c3e50;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.guide-section h3 .section-icon{font-size:1.2rem}.steps-list{list-style:none;counter-reset:step-counter}.steps-list li{counter-increment:step-counter;display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.steps-list li:last-child{border-bottom:none}.step-number{flex-shrink:0;width:28px;height:28px;background:#e74c3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-top:2px}.step-text{flex:1;font-size:.95rem;color:#34495e}.warning-box{background:#fde8e8;border-left:4px solid #e74c3c;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.warning-box p{color:#922a21;font-size:.9rem}.warning-box strong{display:block;margin-bottom:.25rem}.info-box{background:#e8f4fd;border-left:4px solid #3498db;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.info-box p{color:#1a5276;font-size:.9rem}.illustration{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:center;margin-bottom:1.5rem;border:2px dashed #e0e0e0}.illustration svg{max-width:100%;height:auto}.contact-card{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:14px;padding:1.5rem;margin-bottom:1.5rem}.contact-card h3{font-size:1.1rem;margin-bottom:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.contact-item .icon{font-size:1.5rem}.contact-item .details a{color:#fff;text-decoration:underline;font-weight:600;font-size:1.1rem}.contact-item .label{font-size:.8rem;opacity:.85}.checklist{list-style:none}.checklist li{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem 0}.checkbox{flex-shrink:0;width:20px;height:20px;border:2px solid #bdc3c7;border-radius:4px;margin-top:3px;cursor:pointer;transition:all .2s}.checkbox.checked{background:#e74c3c;border-color:#e74c3c}@media(max-width:600px){.app-container{padding:.75rem}.app-header{padding:1.5rem 1rem;border-radius:12px}.app-header h1{font-size:1.5rem}.scenario-grid{grid-template-columns:1fr}.guide-container{padding:1.25rem}.emergency-banner{flex-direction:column;text-align:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.auth-page{min-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;max-width:440px;width:100%}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{font-size:3.5rem;display:block;margin-bottom:.75rem}.auth-header h2{font-size:1.6rem;color:#2c3e50;margin-bottom:.5rem}.auth-header p{font-size:.95rem;color:#7f8c8d}.auth-error{background:#fde8e8;border:1px solid #e74c3c;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-error span{color:#c0392b;font-size:.9rem}.close-error{background:none;border:none;font-size:1.3rem;color:#c0392b;cursor:pointer;padding:0;line-height:1}.close-error:hover{color:#e74c3c}.auth-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#2c3e50;margin-bottom:.4rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#e74c3c}.form-row{display:flex;gap:1rem}.form-group.half{flex:1}.auth-submit{width:100%;padding:.85rem 1.5rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #e74c3c4d}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;font-size:.9rem;color:#7f8c8d}.auth-switch p{margin:0}.auth-switch button{background:none;border:none;color:#e74c3c;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.9rem}.auth-switch button:hover{color:#c0392b}.header-auth{margin-top:1rem;display:flex;justify-content:center}.profile-btn,.login-btn{padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.profile-btn{background:#fff3;border:2px solid rgba(255,255,255,.4);color:#fff}.profile-btn:hover{background:#ffffff4d;border-color:#fff9}.login-btn{background:#fff;border:2px solid white;color:#e74c3c}.login-btn:hover{background:#f8f9fa}.profile-icon-small{font-size:1.2rem}.profile-page{max-width:800px;margin:0 auto;padding:1rem;min-height:calc(100vh - 2rem)}.profile-header-gradient{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:16px;padding:2rem 2.5rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #e74c3c4d;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}.header-left{justify-self:start}.profile-center{display:flex;align-items:center;gap:1rem;justify-self:center}.header-right{justify-self:end}.profile-avatar{width:64px;height:64px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-icon{font-size:2rem}.profile-info h2{font-size:1.4rem;color:#fff;margin-bottom:.15rem}.profile-info p{font-size:.9rem;color:#fffc}.logout-btn{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);padding:.5rem 1.25rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:.9rem;color:#fff;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#ffffff40;border-color:#ffffff80}.profile-header-gradient .back-button{margin-bottom:0;padding:.4rem 1rem;font-size:.85rem}.profile-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #0000000f}.profile-form{margin-top:.5rem}.profile-section{margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.profile-section:last-of-type{border-bottom:none;margin-bottom:2rem}.profile-section h3{font-size:1.05rem;color:#2c3e50;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.2rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group.half{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:#2c3e50}.form-group input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:#fafbfc}.form-group input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a;background:#fff}.form-group input::placeholder{color:#bdc3c7}.profile-save{width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.profile-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c59}.profile-save:active:not(:disabled){transform:translateY(0)}.profile-save:disabled{opacity:.7;cursor:not-allowed}.profile-loading,.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;color:#7f8c8d}.spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.env-warning{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.env-warning strong{color:#856404;font-size:.95rem;display:block;margin-bottom:.35rem}.env-warning p{color:#856404;font-size:.85rem;margin:0}.env-warning code{background:#8564041a;padding:.15rem .4rem;border-radius:3px;font-size:.85rem}@media(max-width:600px){.auth-card{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.profile-header-gradient{flex-direction:column;text-align:center;padding:1.5rem}.profile-avatar{order:-1}.logout-btn{position:static;margin-top:.75rem;transform:none;align-self:center}.profile-container{padding:1.25rem}}
