*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px}body{background:#f5f5f5;width:100%;max-width:480px;margin:0 auto;padding:1rem}html,body,#root{height:100%}.app-container{min-height:100%;display:flex;flex-direction:column;background:#fff;padding:1.3rem}main{flex:1}.nav-bar{display:flex;align-items:center;justify-content:space-between;background-color:#004b66;padding:1rem 1.5rem;margin-bottom:1em;color:#fff;border-bottom:4px solid #79d2a6;flex-wrap:wrap}.logo{height:50px;width:auto;margin-right:1rem}.logo-sm{width:1.4rem;height:auto;vertical-align:text-bottom}.fa-list-check{color:#388e6c}.logo-lg{width:2rem;height:auto;vertical-align:text-bottom;margin-right:-.3rem}.nav-bar h1{font-size:2rem;margin:0;font-weight:700;letter-spacing:.5px}.nav-bar p{font-size:1.2rem;margin:.2rem 0;color:#b8e2d1}.nav-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.about-button{background-color:#79d2a6;border:.5px solid transparent;transition:border-color .3s ease,background-color .3s ease;padding:.5rem 1rem;font-size:1.4rem;border-radius:4px;color:#004b66;cursor:pointer}.about{padding:.5rem 1.35rem}.about-button:hover,.nav-actions a:hover{background-color:#fff;border:.5px solid #004b66}.about-list{list-style:none;padding-left:0}.about-list li{margin-bottom:1rem;font-size:1.4rem;line-height:1.5}.nav-actions a{top:1em;right:1em;bottom:1em;left:1em;border-radius:4px;padding:.5rem 1rem;background-color:#79d2a6}.nav-actions a:link{text-decoration:none;color:#fff;border:none;padding:.5rem 1.35rem;font-size:1.4rem;border-radius:4px;color:#004b66;cursor:pointer}@media (max-width: 480px){.nav-bar{flex-direction:row;align-items:center;justify-content:center;gap:.8rem;padding:1rem}.logo{margin-bottom:.5rem;height:4em}.nav-bar h1{font-size:1.6rem;margin-bottom:.2rem}.nav-bar p{font-size:1rem;margin:0}.nav-actions{display:flex;flex-direction:row;align-items:end;justify-content:center;gap:2rem;width:100%}.nav-actions a,.about-button,.nav-actions a:link{font-size:1.2rem;padding:.4rem .8rem}}.about-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.about-modal{background:#fff;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;border-radius:8px;box-shadow:0 4px 20px #0003;color:#004b66;font-size:1.4rem;line-height:1.6}.about-modal h2,.about-modal h3{margin-top:1.5rem;margin-bottom:1rem;font-size:1.8rem;color:#003b55}.about-modal p{color:#333}.about-modal ul.about-list{list-style:none;padding:0;margin:0}.about-modal ul.about-list li{margin-bottom:1.5rem}.about-modal ul.about-list li:before{content:"•";font-weight:700;color:#007b83;margin-right:.5rem;font-size:1.2rem;line-height:1.4}.about-modal .about-footnote{font-size:1.2rem;color:#666;margin-top:.5rem;line-height:1.5;font-style:italic}.site-tip{font-size:1.2rem;color:#444;font-style:italic;margin-bottom:.5rem}.section-divider{border:none;border-top:2px solid #c0e1db;margin:3rem 0 2rem;width:100%}.modal-buttons .about-button{margin-right:2rem}.modal-buttons .close-button{padding:.7rem 2rem;border:1px solid transparent}.close-button,.form-actions .about-button{background:#388e6c;margin-top:2rem;font-size:1.2rem;border-radius:4px;cursor:pointer;padding:.6rem 1.4rem;font-weight:700;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.close-button{background-color:#004b66;color:#fff;border:none;transition:background-color .3s ease,box-shadow .3s ease}.close-button:hover{background-color:#e63946;color:#fff;box-shadow:0 0 8px #e6394666}.form-actions .about-button{background-color:#388e6c;color:#fff;border:1px solid transparent}.form-actions .about-button:hover{background-color:#004b66;color:#fff;border-color:#004b66}.section-heading{font-size:2rem;margin-bottom:1.6rem;color:#004b66}.form-label{font-weight:600;font-size:1.4rem;margin-bottom:.5rem;display:block;color:#222}.form-select{width:100%;padding:1.4rem;font-size:1.4rem;border:1px solid #ccc;border-radius:4px}.form-actions{display:flex;justify-content:space-around;gap:1rem;margin-top:1rem;margin-bottom:2rem}.styled-fields{background-color:#e8f6f3;border:1px solid #b8e2d1;border-radius:6px;padding:1.5rem;margin-top:.7rem;display:grid;grid-template-columns:1fr;gap:1rem;font-size:1.4rem}@media (min-width: 600px){.styled-fields{grid-template-columns:1fr 1fr}}.voice-btn{margin-left:.5em;padding:.5em;border-radius:50%;border:#333 1px solid;background:#f5f5f5;color:#fff;cursor:pointer;transition:background-color .3s ease}.voice-btn:hover{background:#90e0ef;color:#fff}.voice-btn.listening{background-color:#1fd882;animation:pulse 1s ease-in-out infinite;box-shadow:0 0 #1fd882b3}@keyframes pulse{0%{box-shadow:0 0 #1fd882b3}70%{box-shadow:0 0 0 12px #1fd88200}to{box-shadow:0 0 #1fd88200}}.form-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 600px){.form-grid-2col{grid-template-columns:1fr}.form-grid-2col>div:nth-child(1){order:1}.form-grid-2col>div:nth-child(2){order:2}.form-grid-2col>div:nth-child(3){order:3}.form-grid-2col>div:nth-child(4){order:4}}.form-input{width:100%;padding:1rem;font-size:1.4rem;border:1px solid #ccc;border-radius:4px}@media print{.form-actions{display:none}}.styled-fields{background-color:#e8f6f3;border:1px solid #b8e2d1;border-radius:6px;padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;font-size:1.4rem}.styled-fields textarea{grid-column:1 / -1;margin-top:1rem}@media (max-width: 600px){.styled-fields{grid-template-columns:1fr}}.styled-fields.section2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background-color:#e8f6f3;border:1px solid #b8e2d1;border-radius:6px;padding:1.5rem;margin-top:1rem}.styled-fields.section2-grid label{font-size:1.3rem;font-weight:500;display:block;margin-bottom:.5rem}.styled-fields.section2-grid .form-input,.styled-fields.section2-grid .form-select{width:100%;font-size:1.4rem;padding:.6rem;border:1px solid #ccc;border-radius:4px}.organization-roles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.organization-grid{display:grid;grid-template-columns:2fr .3fr 2fr .3fr;gap:.5rem;align-items:center}.organization-grid input[type=text]{width:100%;min-width:140px}.organization-grid select{width:40px;padding:1rem .2rem;text-align:center}.hazard-selector{display:flex;flex-direction:column;gap:1rem}.chemical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:1rem}.hazard-card{position:relative;background:#e8f6f3;padding:1rem;border:1px solid #b8e2d1;border-radius:6px;box-shadow:0 2px 6px #00000014}.hazard-card h3{margin-bottom:.5rem;font-size:1.6rem;color:#004b66}.hazard-card ul{list-style:none;padding:0;font-size:1.4rem}.hazard-card li{margin-bottom:.3rem}.remove-chemical-icon{position:absolute;top:.4rem;right:.6rem;background:transparent;border:none;font-size:2.5rem;font-weight:700;color:#e63946;cursor:pointer;line-height:1}.remove-chemical-icon:hover{color:#a61c1c}.fade-out{opacity:0;transform:scale(.95);transition:opacity .4s ease,transform .4s ease}.hazard-card .close-button{margin-top:1rem;background-color:#c0392b;color:#fff;font-size:1.2rem;padding:.4rem .8rem;border:none;border-radius:4px;cursor:pointer}.chemical-choice{display:flex;justify-content:center;align-items:center;gap:4px}.chemical-add-btn{background-color:#79d2a6;color:#004b66;font-weight:700;border:none;padding:.5rem 1rem;margin-top:10px;font-size:1.4rem;border-radius:4px;cursor:pointer}.chemical-add-btn:hover{background:#004b66;color:#fff}.pid-ok{color:#207d4a;font-weight:700;margin-left:.4rem}.pid-warn{color:#b00020;font-weight:700;margin-left:.4rem}.pid-fantasy{font-weight:700;color:#6a1b9a;background:#f3e8ff;padding:.3rem .6rem;border-radius:4px;margin-left:.5rem}.chemical-highlights{background-color:#fff6;padding:.75rem 0;border-radius:8px;margin-bottom:.5rem}.asphyxiant-tag{color:#b33a3a;font-weight:700;margin-top:.5rem}@keyframes bounce-in{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}.bounce-in{animation:bounce-in .4s ease-out}.remove-chemical-btn{margin-top:1rem;background-color:#c33;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:4px;cursor:pointer;font-size:1.2rem;display:inline-block}.remove-chemical-btn:hover{background-color:#a80000}.sg-light,.sg-heavy{padding:.2rem .5rem;border-radius:4px;background-color:#fff6;display:inline-block}.sg-light{color:#207d4a;font-weight:700;margin-left:.4rem}.sg-heavy{color:#b00020;font-weight:700;margin-left:.4rem}.mw-muted{font-size:.85rem;color:#888;margin-top:.25rem}.erg-block{background-color:#fff4f4;border:1px solid #ffcccc;border-radius:6px;padding:.6rem 1rem;margin-top:1rem}.erg-block p:first-child{color:#b00020;font-weight:700;font-size:1.1rem}.erg-block p{margin:.2rem 0}.erg-block small{display:block;margin-top:.5rem;font-size:.85rem;color:#555}.carcinogen-tag{color:#8b0000;font-weight:700;background-color:#ffe6e6;padding:.6rem;border-radius:6px;display:inline-block;margin-top:.5rem}.carcinogen-tag i{margin-right:.4rem}.hazard-grid{grid-template-columns:repeat(3,1fr)}.custom-checkbox input[type=text]{margin-left:.5rem;width:60%}.decon-layout{display:flex;flex-direction:column;gap:1.5rem}.decon-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.decon-label{font-weight:700;font-size:1.4rem;white-space:nowrap}.decon-comments textarea{width:100%}.comms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 600px){.comms-grid{grid-template-columns:1fr}}.custom-file-upload{display:inline-block;padding:.6rem 1.2rem;margin-bottom:.7rem;background-color:#fff;color:#333;font-size:1.4rem;font-weight:700;border-radius:4px;cursor:pointer;border:2px solid #004b66;-webkit-user-select:none;user-select:none}.custom-file-upload:hover{background-color:#66c0a1}.custom-file-upload input[type=file]{display:none}.hazard-comments{grid-column:1 / -1;margin-top:1rem}.site-map-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.site-map-preview-grid img{width:100%;height:auto;max-height:180px;border-radius:6px;object-fit:cover;box-shadow:0 2px 6px #0003}.preview-container{position:relative}.remove-image-btn{position:absolute;top:4px;right:4px;background:#000000a6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:1.2rem;cursor:pointer;line-height:1;text-align:center}.remove-image-btn:hover{background:red}.download-btn{padding:1.5rem;background:#fff;color:#333;border:1px #333 solid}.download-btn:hover{background:#333;color:#fff}.footer{margin-top:4rem;padding:1rem;background-color:#034;color:#fff;text-align:center;font-size:1rem}.footer-tagline{margin-bottom:.2rem}.footer-copyright{font-size:1.2rem;color:#ccc}.splash-screen{height:100vh;width:100%;background:#004e6b;display:flex;justify-content:center;align-items:center;cursor:pointer}.splash-image{max-width:90%;max-height:90%;object-fit:contain}.toast{margin-top:1rem;padding:.6rem 1.2rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;font-size:1.2rem;animation:fadeInOut 2s ease forwards;text-align:center;max-width:300px;margin-left:auto;margin-right:auto}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}
