@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Jura:wght@700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{color:#fff;background-color:#0b0b0b;justify-content:center;align-items:center;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow-x:hidden}.phone-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.mobile-container{box-sizing:border-box;background:linear-gradient(#ff9e20 35%,#fff 85%);flex-direction:column;width:100%;max-width:440px;height:100%;max-height:956px;display:flex;position:relative;overflow-y:auto;box-shadow:0 10px 30px #0009}@media (width>=441px){.mobile-container{border-radius:40px;height:956px}}.phone-frame-overlay{pointer-events:none;z-index:20;object-fit:fill;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=440px){.phone-frame-overlay{display:none}.mobile-container{box-shadow:none}}.home-screen{box-sizing:border-box;flex-direction:column;min-height:100%;padding:80px 24px 40px;display:flex}.app-header{align-items:center;gap:16px;display:flex}.logo-square{background:linear-gradient(135deg,#19376d 0%,#306ad3 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 10px #19376d4d}.logo-text{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700}.app-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:32px;font-weight:700;line-height:1}.section-label{letter-spacing:.13em;color:#fff;margin-top:50px;margin-bottom:14px;font-family:Jura,sans-serif;font-size:14px;font-weight:700}.actions-list{flex-direction:column;gap:14px;display:flex}.action-card{cursor:pointer;box-sizing:border-box;text-align:left;background:#fff;border:1px solid #e0e0e0;border-radius:14px;align-items:center;width:100%;height:80px;padding:0 16px;transition:all .2s ease-in-out;display:flex;box-shadow:0 4px 12px #00000014}.action-card:hover{border-color:#19376d;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.icon-container{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:14px;display:flex}.emergency-bg{background:#8d0101}.concern-bg{background:#306cd3}.waste-bg{background:#1b5e20}.card-icon{object-fit:contain;width:22px;height:22px}.card-text-group{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;display:flex}.card-title{letter-spacing:.06em;color:#19376d;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;overflow:hidden}.card-subtitle{letter-spacing:.03em;color:#666;font-family:Inter,sans-serif;font-size:9px;font-weight:400;line-height:1.2}.card-arrow{opacity:.6;flex-shrink:0;width:12px;height:12px;margin-left:10px}.full-page-view{z-index:100;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.header-banner{z-index:0;background:#ff9e20;width:100%;height:155px;position:absolute;top:0;left:0}.back-button,.page-title{z-index:4;position:relative}.back-button{box-sizing:border-box;cursor:pointer;z-index:3;background:#ff9e20;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:44px;height:44px;padding:10px;transition:border-color .3s ease-out;display:flex;position:absolute;top:85px;left:26px}.back-button img{filter:brightness(0)invert();width:16px;height:16px;transition:filter .3s ease-out;transform:rotate(180deg)}.back-button:hover{background:#ff9e20;border-color:#000}.back-button:hover img{filter:brightness(0)saturate()}.page-title{box-sizing:border-box;color:#fff;z-index:3;align-items:center;gap:10px;width:300px;height:45px;margin:0;padding:10px;font-family:Inter,sans-serif;font-size:24px;font-weight:700;display:flex;position:absolute;top:85px;left:81px}.page-background-overlay{opacity:0;z-index:-2;background-image:url(/assets/emergency-reference-zCAF6a9j.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.scrollable-content{flex:1;margin-top:155px;padding:0 13px 13px;position:relative;overflow-y:auto}.emergency-top-label{letter-spacing:.13em;color:#6b6b6b;text-align:left;width:100%;height:16px;margin-top:20px;font-family:Jura,sans-serif;font-size:16px;font-weight:700;line-height:100%}.emergency-buttons-container{flex-direction:row;gap:10px;margin-top:20px;display:flex}.emergency-action-button{opacity:1;cursor:pointer;color:#333;background-color:#fff;border:2px solid #afafaf;border-radius:15px;justify-content:center;align-items:center;width:129px;height:115px;margin-left:0;font-family:Jura,sans-serif;font-size:14px;font-weight:600;transition:background-color .2s;display:flex}.emergency-action-button:hover{background-color:#f9f9f9}.camera-feed-box{cursor:pointer;background-color:#efefef;border:2px dashed #afafaf;border-radius:15px;justify-content:center;align-items:center;width:100%;height:200px;margin-top:15px;display:flex;position:relative;overflow:hidden}.camera-placeholder-text{color:#6b6b6b;font-family:Jura,sans-serif;font-size:14px;font-weight:600}.captured-preview-image{object-fit:cover;width:100%;height:100%}
