:root{--green:#10b981;--green-dark:#079669;--green-soft:#e9fbf3;--black:#0f172a;--gray:#64748b;--border:#e2e8f0;--light:#f8fafc;--shadow:0 24px 60px #0f172a1f}*{box-sizing:border-box}body{color:var(--black);background:#f8fafc;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh;padding-bottom:92px}.toast{z-index:999;border:1px solid var(--border);border-left:5px solid var(--green);box-shadow:var(--shadow);color:var(--green-dark);background:#fff;border-radius:18px;width:min(92%,420px);padding:14px 18px;font-weight:900;position:fixed;top:18px;left:50%;transform:translate(-50%)}.center-screen,.auth-screen{background:radial-gradient(circle at 0 0,#ecfdf5,#f8fafc);place-items:center;min-height:100vh;padding:22px;display:grid}.blocked-card{border:1px solid var(--border);width:min(430px,100%);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:30px;padding:30px}.blocked-card img{border-radius:16px;width:62px;height:62px}.blocked-card button{background:var(--black);color:#fff;border:0;border-radius:18px;width:100%;padding:14px 18px;font-weight:900}.spin{color:var(--green);animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-card{border:1px solid var(--border);width:min(430px,100%);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:30px}.auth-card img{border-radius:16px;width:62px;height:62px}.auth-card h1{letter-spacing:-.06em;margin:18px 0 10px;font-size:2.15rem;line-height:1}.auth-card p,.section-title p,.welcome-card p,.commission-card p,.community-card p,.info-card p,.empty-card p,.active-ride-card p,.offer-card p,.profile-card p,.install-card p,.ad-card p,.ad-placeholder p,.blocked-card p{color:var(--gray);line-height:1.65}.auth-card label,.ride-form label{margin:16px 0 8px;font-weight:900;display:block}.auth-card input,.ride-form input,.ride-form textarea{border:1px solid var(--border);background:#fff;border-radius:16px;outline:none;width:100%;padding:14px 16px}.auth-card input:focus,.ride-form input:focus,.ride-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #10b9811a}.auth-card button,.ride-form button,.welcome-card button,.offer-card button,.refresh-btn{background:var(--green);color:#fff;border:0;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 18px;font-weight:900;display:flex}.auth-card button:disabled,.ride-form button:disabled{opacity:.65;cursor:not-allowed}.link-btn{color:var(--green-dark)!important;background:0 0!important;margin-top:8px!important}.message{background:var(--green-soft);color:var(--green-dark);border-radius:14px;padding:12px 14px;font-weight:800}.topbar{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#ffffffe6;justify-content:space-between;align-items:center;height:76px;padding:0 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.brand img{border-radius:14px;width:42px;height:42px}.brand strong,.brand span{display:block}.brand span{color:var(--gray);font-size:.82rem}.icon-btn{border:1px solid var(--border);background:#fff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.page{width:min(760px,100% - 28px);margin:22px auto}.welcome-card{color:#fff;box-shadow:var(--shadow);background:linear-gradient(135deg,#10b981,#047857);border-radius:32px;padding:28px}.welcome-card span{color:#dcfce7;font-weight:900}.welcome-card h1{letter-spacing:-.07em;margin:12px 0;font-size:2.5rem;line-height:.95}.welcome-card p{color:#ecfdf5}.welcome-card button{color:var(--green-dark);background:#fff;margin-top:18px}.commission-card,.community-card,.ad-card,.ad-placeholder,.info-card,.ride-form,.empty-card,.active-ride-card,.offer-card,.profile-card,.install-card{border:1px solid var(--border);background:#fff;border-radius:26px;margin-top:16px;padding:22px;box-shadow:0 14px 30px #0f172a0d}.commission-card{gap:14px;display:flex}.commission-card .icon{background:var(--green-soft);width:50px;height:50px;color:var(--green-dark);border-radius:18px;flex:0 0 50px;place-items:center;display:grid}.commission-card h2,.community-card h3,.info-card h3,.section-title h1,.empty-card h2,.active-ride-card h2,.offer-card h3,.profile-card h1,.install-card h3,.ad-card h3,.ad-placeholder h3{letter-spacing:-.04em;margin:0 0 8px}.install-card{background:linear-gradient(#fff,#ecfdf5);grid-template-columns:48px 1fr;gap:14px;display:grid;position:relative}.install-icon{background:var(--green);color:#fff;border-radius:18px;place-items:center;width:48px;height:48px;display:grid}.install-close{background:#f1f5f9;border:0;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:12px;right:12px}.install-card small{color:var(--green-dark);align-items:center;gap:4px;margin-top:8px;font-weight:800;display:flex}.install-actions{gap:10px;margin-top:14px;display:flex}.install-actions button{background:var(--green);color:#fff;border:0;border-radius:999px;padding:11px 14px;font-weight:900}.install-actions .later{color:var(--gray);border:1px solid var(--border);background:#fff}.ad-card{display:block;overflow:hidden}.ad-card img{border-radius:18px;width:100%;margin-bottom:12px}.ad-card span,.ad-placeholder span{color:var(--green-dark);font-size:.82rem;font-weight:900}.ad-card strong{color:var(--green-dark);align-items:center;gap:5px;display:flex}.ad-placeholder{background:#fbfffd;border-style:dashed}.quick-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px;display:grid}.info-card div:first-child{background:var(--green-soft);width:44px;height:44px;color:var(--green-dark);border-radius:16px;place-items:center;display:grid}.bottom-nav{border-top:1px solid var(--border);z-index:40;background:#fff;grid-template-columns:repeat(5,1fr);height:76px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:var(--gray);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.76rem;font-weight:900;display:flex}.bottom-nav button.active{color:var(--green-dark)}.section-title h1{font-size:2.2rem}.gps-btn{background:var(--black)!important}.gps-ok{background:var(--green-soft);color:var(--green-dark);border-radius:14px;margin-top:12px;padding:12px;font-weight:800}.transport-toggle{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.transport-toggle button{color:var(--black)!important;border:1px solid var(--border)!important;background:#fff!important}.transport-toggle button.selected{background:var(--green-soft)!important;color:var(--green-dark)!important;border-color:var(--green)!important}.ride-form textarea{resize:vertical;min-height:100px}.out-zone{color:#c2410c;background:#fff7ed;border-radius:16px;margin:14px 0;padding:14px;font-weight:900;line-height:1.55}.empty-card{text-align:center}.empty-card svg{color:var(--green)}.active-ride-card span,.offer-card span{color:var(--green-dark);font-weight:900}.confirmed-box{background:var(--green-soft);color:var(--green-dark);border-radius:18px;gap:12px;margin-top:14px;padding:14px;display:flex}.offers-list{gap:14px;display:grid}.offer-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.offer-card h3{color:var(--green-dark);font-size:2rem}.offer-card button{width:auto;min-width:160px}.refresh-btn{background:var(--black);margin-top:16px}.profile-card{text-align:center}.avatar{background:var(--green);color:#fff;border-radius:28px;place-items:center;width:82px;height:82px;margin:0 auto 14px;font-size:2.5rem;font-weight:900;display:grid}.profile-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;display:grid}.profile-grid div{background:#f8fafc;border-radius:18px;padding:14px}.profile-grid strong,.profile-grid span{display:block}.profile-grid span{color:var(--gray);font-size:.84rem}@media (width<=560px){.quick-grid,.transport-toggle,.profile-grid{grid-template-columns:1fr}.offer-card{display:block}.offer-card button{width:100%;margin-top:14px}.welcome-card h1{font-size:2.1rem}.install-card{grid-template-columns:1fr}.install-actions{display:grid}}.support-note{border:1px solid var(--border);color:var(--gray);background:#f8fafc;border-radius:16px;margin-top:14px;padding:14px;line-height:1.55}.support-note a{color:var(--green-dark);font-weight:900}.profile-photo{object-fit:cover;border:3px solid #e9fbf3;border-radius:28px;width:82px;height:82px;margin:0 auto 14px;display:block}.upload-avatar-btn{color:#079669;cursor:pointer;background:#e9fbf3;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:fit-content;margin:16px auto 8px;padding:12px 16px;font-weight:900;display:flex}.upload-avatar-btn input{display:none}.profile-message{text-align:center;margin-top:12px}.emergency-card,.share-card,.history-item-card{border:1px solid var(--border);background:#fff;border-radius:26px;margin-top:16px;padding:22px;box-shadow:0 14px 30px #0f172a0d}.emergency-card{border-left:5px solid #ef4444}.emergency-card h3,.share-card h3,.history-item-card h3{letter-spacing:-.04em;margin:0 0 8px}.emergency-card p,.share-card p,.history-item-card p{color:var(--gray);line-height:1.65}.emergency-card a{color:#b91c1c;font-weight:900}.emergency-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.emergency-actions a{color:#b91c1c;background:#fee2e2;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:900;display:flex}.share-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.share-card button{color:#fff;white-space:nowrap;background:#10b981;border:0;border-radius:18px;align-items:center;gap:8px;padding:14px 16px;font-weight:900;display:flex}.ride-status-badge{border-radius:999px;align-items:center;width:fit-content;margin-bottom:12px;padding:8px 12px;font-weight:900;display:inline-flex}.status-searching,.status-negotiating{color:#0369a1;background:#e0f2fe}.status-confirmed,.status-driver_on_way,.status-driver_arrived,.status-in_progress,.status-completed{color:#079669;background:#e9fbf3}.status-cancelled{color:#b91c1c;background:#fee2e2}.cancel-ride-btn{color:#b91c1c;background:#fee2e2;border:0;border-radius:18px;width:100%;margin-top:12px;padding:14px 16px;font-weight:900}.driver-mini-card,.driver-confirmed-card{background:#f8fafc;border-radius:18px;align-items:center;gap:12px;margin:14px 0;padding:14px;display:flex}.driver-mini-card img,.driver-confirmed-card img{object-fit:cover;border-radius:18px;width:54px;height:54px}.driver-mini-card>div,.driver-confirmed-card>div{color:#fff;background:#10b981;border-radius:18px;place-items:center;width:54px;height:54px;font-size:1.4rem;font-weight:900;display:grid}.driver-mini-card strong,.driver-mini-card small,.driver-confirmed-card h3,.driver-confirmed-card p{margin:0;display:block}.driver-mini-card small,.driver-confirmed-card p{color:var(--gray);line-height:1.45}.rating-box{background:#f8fafc;border-radius:18px;margin-top:14px;padding:14px}.rating-box label{margin-bottom:10px;font-weight:900;display:block}.rating-stars{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.rating-stars button{color:#079669;background:#e9fbf3;border:0;border-radius:14px;justify-content:center;align-items:center;gap:4px;padding:10px 6px;font-weight:900;display:flex}.rating-box textarea{border:1px solid var(--border);resize:vertical;border-radius:16px;width:100%;min-height:80px;margin-top:10px;padding:12px}@media (width<=560px){.emergency-actions,.rating-stars{grid-template-columns:1fr}.share-card{display:block}.share-card button{justify-content:center;width:100%;margin-top:12px}}.rating-stars .star-selected{color:#d97706;background:#fef3c7}.rating-stars button:disabled{opacity:1;cursor:default}.send-rating-btn{color:#fff;background:#10b981;border:0;border-radius:16px;width:100%;margin-top:10px;padding:13px 16px;font-weight:900}.ride-form select{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;padding:14px;font-size:1rem}.terms-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ab8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.terms-modal{background:#fff;border-radius:30px;width:min(920px,100%);max-height:88vh;padding:28px;position:relative;overflow:auto;box-shadow:0 30px 80px #00000047}.terms-close{color:#0f172a;background:#f1f5f9;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:18px;right:18px}.terms-modal img{width:70px;margin-bottom:14px}.terms-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900;display:block}.terms-modal h1{letter-spacing:-.06em;margin:8px 0 4px;font-size:clamp(2rem,5vw,3.4rem);line-height:.95}.terms-updated{color:#64748b;margin-bottom:18px;font-weight:800}.terms-block{border-top:1px solid #e2e8f0;padding:18px 0}.terms-block h2{margin:0 0 8px;font-size:1.08rem}.terms-block p{color:#475569;margin:0;line-height:1.7}.terms-block a{color:#059669;font-weight:900}.terms-accept-btn{color:#fff;background:#10b981;border:0;border-radius:18px;width:100%;margin-top:8px;padding:15px;font-weight:900}.terms-check{color:#334155;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:flex-start;gap:10px;margin:12px 0;padding:12px;font-weight:800;display:flex}.terms-check input{flex-shrink:0;width:18px;height:18px;margin-top:3px}.terms-link{color:#059669;cursor:pointer;font-weight:900;font-size:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.verify-note{border-left:4px solid #10b981}.auth-card button:disabled{opacity:.55;cursor:not-allowed}
