:root{--green: #82b191;--green-dark: #5a8a6a;--green-pale: #e8f5ed;--white: #ffffff;--black: #000000;--grey-light: #f5f5f5;--grey: #7f7f7f;--grey-mid: #c5c1c1;--grey-dark: #696969;--red: #d62828;--orange: #e6930a;--radius-pill: 99px;--radius-card: 16px;--radius-btn: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);min-height:100dvh;-webkit-font-smoothing:antialiased}.app{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;position:relative}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:var(--green)}.header__logo{font-size:1rem;font-weight:600;color:var(--white);letter-spacing:-.3px}.header__actions{display:flex;align-items:center;gap:10px}.header__lang-btn{background:#fff3;border:none;color:var(--white);padding:5px 10px;border-radius:var(--radius-pill);font-size:.75rem;font-family:inherit;font-weight:500;cursor:pointer}.header__user{display:flex;align-items:center;gap:6px}.header__avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.5)}.header__logout{background:none;border:none;color:#fffc;font-size:.7rem;cursor:pointer;font-family:inherit}.scanner{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:24px}.scanner__main{display:flex;flex-direction:column;align-items:center;gap:16px}.scan-btn{width:180px;height:240px;border-radius:16px;border:none;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #82b19140}.scan-btn__corners{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.scan-btn__corners:before,.scan-btn__corners:after{content:"";position:absolute;width:28px;height:28px;border-color:var(--green);border-style:solid}.scan-btn__corners:before{top:0;left:0;border-width:3px 0 0 3px;border-radius:8px 0 0}.scan-btn__corners:after{top:0;right:0;border-width:3px 3px 0 0;border-radius:0 8px 0 0}.scan-btn__corners-bottom{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.scan-btn__corners-bottom:before,.scan-btn__corners-bottom:after{content:"";position:absolute;width:28px;height:28px;border-color:var(--green);border-style:solid}.scan-btn__corners-bottom:before{bottom:0;left:0;border-width:0 0 3px 3px;border-radius:0 0 0 8px}.scan-btn__corners-bottom:after{bottom:0;right:0;border-width:0 3px 3px 0;border-radius:0 0 8px}.scan-btn:active{transform:scale(.95)}.scan-btn__icon{font-size:2.5rem}.scan-btn__icon-img{width:64px;height:64px;border-radius:50%;object-fit:cover}.scan-btn__text{font-size:.8rem;font-weight:500;color:var(--grey-dark);font-family:inherit}.upload-btn{background:none;border:1px solid var(--grey-mid);color:var(--grey-dark);padding:10px 24px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s}.upload-btn:active{background:var(--grey-light)}.scanner__badge{margin-top:8px}.badge{display:inline-block;padding:6px 16px;border-radius:var(--radius-pill);font-size:.8rem;font-weight:500;background:var(--green);color:var(--white)}.badge--warning{background:var(--orange)}.scanner__footer{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:auto;padding-top:24px}.eco-taxi-btn{display:inline-block;padding:10px 24px;border-radius:var(--radius-pill);background:var(--white);border:1.5px solid var(--green);color:var(--green);font-size:.85rem;font-weight:500;text-decoration:none;font-family:inherit;transition:background .2s}.eco-taxi-btn:active{background:var(--green-pale)}.link-btn{background:none;border:none;color:var(--grey);font-size:.75rem;font-family:inherit;cursor:pointer;text-decoration:underline}.error-msg{color:var(--red);font-size:.8rem;text-align:center}.loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px}.loading__spinner{width:40px;height:40px;border:3px solid var(--green-pale);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading__text{color:#fff;font-weight:500;font-size:.9rem;background:#0006;padding:6px 16px;border-radius:20px}.result-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:var(--black)}.result-screen__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:var(--black)}.result-screen__overlay{position:relative;z-index:2;padding:20px;width:100%;max-width:400px}.result-card{background:var(--white);border-radius:var(--radius-card);padding:28px 24px;text-align:center;position:relative;box-shadow:0 8px 40px #00000040}.result-card__close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;border:1px solid var(--grey-mid);background:var(--white);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.result-card__label{font-size:.85rem;color:var(--grey);margin-bottom:8px;border-bottom:1px dashed var(--grey-mid);padding-bottom:8px}.result-card__category{font-size:1.3rem;font-weight:700;margin-bottom:12px}.result-card__status{display:inline-block;padding:6px 16px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;margin-bottom:16px}.result-card__status--yes{color:var(--green-dark);background:var(--green-pale)}.result-card__status--no{color:var(--red);background:#fde8e8}.result-card__link{display:block;color:var(--green);text-decoration:underline;font-size:.85rem;font-weight:500;margin-bottom:16px}.result-card__confidence{position:absolute;bottom:12px;left:16px;display:flex;align-items:center;gap:4px}.confidence-label{font-size:.6rem;color:var(--grey);font-weight:400}.confidence-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.confidence-dot--high{background:var(--green)}.confidence-dot--medium{background:var(--orange)}.confidence-dot--low{background:var(--red)}.result-card__disclaimer{font-size:.7rem;color:var(--grey);line-height:1.4;margin-top:8px;padding-top:12px;border-top:1px solid var(--grey-light)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--white);border-radius:var(--radius-card);padding:32px 24px;width:100%;max-width:360px;position:relative;text-align:center}.modal__close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;border:none;background:var(--grey-light);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal__title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.modal__subtitle{font-size:.85rem;color:var(--grey);margin-bottom:24px}.modal__label{font-size:.85rem;color:var(--grey);margin-bottom:4px}.modal__google-btn{display:flex;justify-content:center;margin-bottom:16px}.modal__consent{font-size:.7rem;color:var(--grey);line-height:1.4}.modal--purchase{padding:24px 20px}.plans{display:flex;flex-direction:column;gap:10px;margin:20px 0}.plan-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:var(--radius-btn);border:1.5px solid var(--green);background:var(--white);cursor:pointer;font-family:inherit;transition:background .2s}.plan-card:active{background:var(--green-pale)}.plan-card__price{font-size:1.2rem;font-weight:600}.plan-card__scans{font-size:.9rem;color:var(--grey-dark)}.plan-card__select{width:20px;height:20px;border-radius:50%;border:2px solid var(--grey-mid);margin-left:auto}.modal__actions{display:flex;gap:10px}.btn{display:flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-btn);font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;border:none;flex:1;transition:opacity .2s}.btn:active{opacity:.8}.btn--primary{background:var(--green);color:var(--white)}.btn--ghost{background:transparent;color:var(--green);border:1.5px solid var(--green)}.exhausted{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:12px}.exhausted__icon-img{width:72px;height:72px;border-radius:50%;object-fit:cover;opacity:.6}.exhausted__title{font-size:1.1rem;font-weight:600;margin-top:4px}.exhausted__subtitle{font-size:.85rem;color:var(--grey)}.exhausted__apps{display:flex;flex-direction:column;align-items:center;gap:10px;margin:16px 0;padding:20px 24px;background:var(--green-pale);border-radius:16px;width:100%;max-width:300px}.exhausted__apps-label{font-size:.9rem;font-weight:500;color:var(--grey-dark);margin-bottom:4px}.privacy{padding:20px;max-width:480px;margin:0 auto}.privacy__header{margin-bottom:24px}.privacy__back{background:none;border:none;color:var(--green);font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;margin-bottom:12px}.privacy__title{font-size:1.1rem;font-weight:600}.privacy__date{font-size:.8rem;color:var(--grey);margin-bottom:16px}.privacy__content h2{font-size:.9rem;font-weight:600;margin:20px 0 8px}.privacy__content p,.privacy__content li{font-size:.8rem;line-height:1.6;color:var(--grey-dark);margin-bottom:8px}.privacy__content ul,.privacy__content ol{padding-left:20px}.store-buttons{display:flex;flex-direction:column;gap:10px;margin:20px 0}.store-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:12px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;width:100%;max-width:220px;box-sizing:border-box}.store-btn:hover{opacity:.85}.store-btn--apple{background:#000;color:#fff}.store-btn--google{background:#fff;color:#000;border:1.5px solid #e0e0e0}.modal__description{font-size:.9rem;color:var(--grey);text-align:center;margin:4px 0 0}.modal__hint{font-size:.75rem;color:var(--grey);text-align:center;margin-top:4px}.hidden-input{display:none}@media(max-width:480px){.app{max-width:100%}}
