:root{--yellow: #F7D74E;--turquoise: #24A7AF;--red: #F03A2B;--red-hover: #D42E20;--ink: #202020;--white: #FFFFFF;--sheet-bg: #FFFDF7;--veil: rgba(32, 32, 32, .45)}html,body{margin:0;padding:0;background:var(--yellow);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}input{font-family:inherit}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#app{min-height:100vh;background:var(--yellow);display:flex;justify-content:center;font-family:Archivo,system-ui,sans-serif;color:var(--ink)}.app-col{width:100%;max-width:430px;background:var(--yellow);min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column}.header{padding:20px 22px 6px;display:flex;align-items:center;justify-content:space-between;gap:14px}.logo-link{display:block;line-height:0;border-radius:12px}.logo-link:focus-visible{outline:2px solid var(--turquoise);outline-offset:3px}.header img{height:96px;width:auto;display:block}.header .app-title{font-size:20px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--red);text-align:right;line-height:1.25}.main{flex:1;padding:8px 22px 0;display:flex;flex-direction:column;align-items:center}.event-title{margin:0 0 12px;font-size:19px;font-weight:900;letter-spacing:-.02em;line-height:1.2;text-align:center;max-width:320px}.bubble-main{position:relative;width:298px;height:298px;margin-top:10px}.bubble-main-inner{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--white);box-shadow:0 18px 44px #20202029;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.bubble-main .number-row{display:flex;align-items:baseline;gap:8px}.bubble-main .number{font-size:80px;font-weight:900;letter-spacing:-.045em;line-height:.9;font-variant-numeric:tabular-nums;white-space:nowrap}.bubble-main .unit{font-size:30px;font-weight:800;color:var(--turquoise)}.bubble-main .subtitle{font-size:13px;font-weight:700;color:#20202080}.bubbles-row{display:flex;align-items:center;gap:16px;margin-top:-22px;justify-content:center}.bubble-small{width:136px;height:136px;border-radius:50%;background:var(--white);box-shadow:0 14px 32px #20202024;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:none}.bubble-small .number-row{display:flex;align-items:baseline;gap:3px}.bubble-small .number{font-size:32px;font-weight:900;letter-spacing:-.035em;line-height:1;font-variant-numeric:tabular-nums}.bubble-small .unit{font-size:15px;font-weight:800;color:#2020208c}.bubble-small.trips .number{color:var(--red)}.bubble-small.co2 .number{color:var(--turquoise)}.bubble-small .label{font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#2020208c;text-align:center;line-height:1.3}.days-left{margin:18px 0 0;font-size:14px;font-weight:800;color:var(--red);text-align:center}.trust-note{margin:10px 0 0;max-width:300px;text-align:center;font-size:13px;line-height:1.5;font-weight:600;color:#20202099;text-wrap:pretty}.stats-link{margin-top:4px;font-size:12px;font-weight:700;color:var(--turquoise);text-decoration:none}.stats-link:hover{color:var(--red)}.spacer{flex:1 1 0}.closed-message{width:100%;text-align:center;font-size:15px;font-weight:700;line-height:1.5;color:#202020b3;padding:0 10px}.closed-message strong{color:var(--ink)}.chooser-main{flex:1;padding:24px 22px 40px;display:flex;flex-direction:column}.chooser-intro{margin:0 0 18px;font-size:14px;font-weight:700;line-height:1.5;color:#202020b3}.chooser-list{display:flex;flex-direction:column;gap:10px}.chooser-item{display:flex;flex-direction:column;gap:2px;padding:16px 18px;border-radius:16px;background:var(--white);box-shadow:0 8px 24px #2020201a;text-decoration:none;color:var(--ink);transition:transform .1s ease}.chooser-item:active{transform:scale(.98)}.chooser-item-title{font-size:17px;font-weight:900;letter-spacing:-.01em}.chooser-item-sub{font-size:12.5px;font-weight:700;color:var(--turquoise)}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;text-align:center;font-size:15px;font-weight:700;color:#202020b3}.cta-wrap{width:100%}.cta{width:100%;border:none;border-radius:999px;background:var(--red);color:var(--white);font-family:inherit;font-size:17px;font-weight:800;letter-spacing:-.01em;padding:19px 20px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;transition:transform .12s ease,background .12s ease}.cta:hover{background:var(--red-hover)}.cta:active{transform:scale(.975)}.cta svg{flex:none}.cta:disabled{opacity:.6;cursor:default;transform:none}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--veil);transition:opacity .24s ease;opacity:0;pointer-events:none}.overlay.open{opacity:1;pointer-events:auto}.sheet{position:absolute;left:0;right:0;bottom:0;background:var(--sheet-bg);border-radius:26px 26px 0 0;padding:14px 22px 22px;box-shadow:0 -12px 40px #2020202e;transition:transform .3s cubic-bezier(.22,.8,.24,1);transform:translateY(108%);max-height:92vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.sheet.open{transform:translateY(0)}.sheet-handle{width:44px;height:4px;border-radius:99px;background:#2020202e;margin:0 auto 16px}.sheet-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--red)}.sheet-title{margin:6px 0 18px;font-size:26px;font-weight:900;letter-spacing:-.03em;line-height:1.1}.chip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.chip{border-radius:16px;padding:16px 8px;font-family:inherit;font-size:17px;font-weight:800;letter-spacing:-.01em;cursor:pointer;min-height:56px;transition:transform .1s ease,background .1s ease,border-color .1s ease;border:2px solid rgba(32,32,32,.12);background:var(--white);color:var(--ink)}.chip.selected{border:2px solid var(--ink);background:var(--yellow);color:var(--ink)}.custom-row{margin-top:10px;display:flex;align-items:center;gap:10px;padding:10px 12px 10px 16px;border-radius:16px;border:2px solid rgba(32,32,32,.12);background:var(--white)}.custom-row label{font-size:13px;font-weight:700;color:#2020208c;white-space:nowrap}.custom-row input{flex:1;min-width:0;border:none;background:none;outline:none;text-align:right;font-size:20px;font-weight:800;color:var(--ink);font-variant-numeric:tabular-nums}.custom-row .suffix{font-size:15px;font-weight:800;color:#2020208c}.confirm-btn{width:100%;margin-top:18px;border:none;border-radius:999px;padding:19px 20px;font-family:inherit;font-size:17px;font-weight:800;letter-spacing:-.01em;min-height:56px;transition:background .15s ease,color .15s ease;background:#20202014;color:#20202059;cursor:default}.confirm-btn.ready{background:var(--turquoise);color:var(--white);cursor:pointer}.sheet-secondary-row{display:flex;gap:8px;margin-top:8px}.text-btn{flex:1;background:none;border:none;padding:12px;font-family:inherit;font-size:14px;font-weight:700;color:#20202073;cursor:pointer}.incident-panel{margin-top:14px;padding-top:14px;border-top:1px solid rgba(32,32,32,.1)}.incident-title{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2020208c}.incident-list{display:flex;flex-direction:column;gap:8px}.incident-item{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:2px solid rgba(32,32,32,.12);background:var(--white);cursor:pointer}.incident-checkbox{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.incident-box{flex:none;width:22px;height:22px;border-radius:7px;border:2px solid rgba(32,32,32,.25);background:var(--white);position:relative;transition:background .1s ease,border-color .1s ease}.incident-checkbox:checked+.incident-box{background:var(--ink);border-color:var(--ink)}.incident-checkbox:checked+.incident-box:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg)}.incident-checkbox:focus-visible+.incident-box{outline:2px solid var(--turquoise);outline-offset:2px}.incident-label{font-size:14px;font-weight:700;color:var(--ink)}.incident-street-row{margin-top:10px;display:flex;flex-direction:column;gap:6px}.incident-street-row[hidden]{display:none}.incident-street-row label{font-size:12.5px;font-weight:700;color:#2020208c}.incident-street-row input{border:2px solid rgba(32,32,32,.12);border-radius:14px;padding:12px 14px;font-size:15px;font-weight:600;color:var(--ink);outline:none;background:var(--white)}.incident-street-row input:focus{border-color:#2020204d}.toast{position:absolute;left:22px;right:22px;bottom:100px;background:var(--ink);color:var(--white);border-radius:16px;padding:15px 18px;display:flex;align-items:center;gap:10px;transition:opacity .22s ease,transform .22s ease;opacity:0;transform:translateY(12px);pointer-events:none}.toast.show{opacity:1;transform:translateY(0);pointer-events:none}.toast span{font-size:15px;font-weight:800;letter-spacing:-.01em}.stats-main{flex:1;padding:16px 22px 40px;display:flex;flex-direction:column}.back-link{display:inline-block;margin-bottom:16px;font-size:13px;font-weight:700;color:var(--turquoise);text-decoration:none}.back-link:hover{color:var(--red)}.stats-title{margin:0 0 4px;font-size:22px;font-weight:900;letter-spacing:-.02em}.stats-sub{margin:0 0 16px;font-size:13px;font-weight:700;color:#2020208c}.stats-loading{font-size:14px;font-weight:700;color:#2020208c}.stats-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #2020201a}.stats-table th,.stats-table td{padding:10px 14px;text-align:left;font-size:13px}.stats-table thead th{font-weight:800;text-transform:uppercase;font-size:10.5px;letter-spacing:.06em;color:#2020208c;border-bottom:2px solid rgba(32,32,32,.08)}.stats-table td:not(:first-child),.stats-table th:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.stats-table tbody tr:not(:last-child) td{border-bottom:1px solid rgba(32,32,32,.06)}.stats-table tfoot td{font-weight:900;border-top:2px solid rgba(32,32,32,.12)}.footer{flex:none;padding:10px 22px 16px;text-align:center}.footer a{font-size:11px;font-weight:700;color:#20202066;text-decoration:none}.footer a:hover{color:var(--turquoise)}.footer-dot{margin:0 6px;font-size:11px;color:#20202040}.doc-main{flex:1;padding:16px 22px 40px;display:flex;flex-direction:column}.doc-title{margin:0 0 18px;font-size:24px;font-weight:900;letter-spacing:-.02em}.doc-section{margin-bottom:22px}.doc-section h2{margin:0 0 8px;font-size:14px;font-weight:800;letter-spacing:.02em;color:var(--turquoise)}.doc-section p{margin:0 0 10px;font-size:14px;line-height:1.6;font-weight:500;color:#202020cc}.doc-section p:last-child{margin-bottom:0}.doc-section a{color:var(--red);font-weight:700;text-decoration:none}.doc-section a:hover{text-decoration:underline}
