:root{--bg:#F7FAFE;--card:#fff;--blue:#0877F9;--blue2:#075CCB;--green:#159447;--green-soft:#EAF8EF;--navy:#101A44;--muted:#667085;--border:#E5EAF2;--danger:#E53935;--warning:#F3B21A;--shadow:0 8px 24px rgba(15,35,70,.08);--radius:18px}*{box-sizing:border-box}html{background:#eaf1f9}body{margin:0;font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--navy);background:radial-gradient(circle at 50% 0,#fff 0,var(--bg) 46%,#edf5fb 100%);min-height:100vh}.app-shell{max-width:900px;margin:0 auto;min-height:100vh;background:rgba(255,255,255,.74);position:relative;padding:22px 24px 104px}.brand-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 6px 18px}.brand-header img{width:min(72%,560px);height:auto;display:block}.brand-header>p:not(.handwritten){font-weight:700;color:var(--muted)}.handwritten{font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:700;font-size:24px;line-height:1.05;transform:rotate(-5deg);padding-right:12px}.scenic-panel{position:relative;border-radius:28px;padding:22px;background:linear-gradient(rgba(247,250,254,.20),rgba(247,250,254,.75)),url('../img/raitea-landscape-soft.jpg') center/cover no-repeat;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);overflow:hidden}.search-card{max-width:610px;margin:0 auto;background:rgba(255,255,255,.93);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.9);border-radius:26px;padding:20px;box-shadow:0 14px 34px rgba(15,35,70,.14)}.search-form{display:grid;gap:12px}.search-form label{display:grid;grid-template-columns:64px 1fr;align-items:center;min-height:78px;border:1px solid var(--border);border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 4px 12px rgba(15,35,70,.03)}.field-icon{height:100%;display:grid;place-items:center;background:#f6f8fb;color:#657084}.field-icon.green{color:var(--green);background:#f1fbf5}.search-form label span:last-child{padding:10px 15px;display:grid;gap:3px}.search-form b{font-size:15px}.search-form select,.search-form input{border:0;outline:0;background:transparent;color:#718096;font:inherit;font-size:18px;width:100%;padding:0;min-height:30px}.btn{min-height:58px;border-radius:16px;border:0;text-decoration:none;font:inherit;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;gap:11px;cursor:pointer}.btn.primary{background:linear-gradient(135deg,var(--blue),#0670e8);color:white;box-shadow:0 8px 20px rgba(8,119,249,.24)}.btn.secondary{background:var(--green-soft);color:var(--green)}.btn.full{width:100%}.rides-section{padding:22px 4px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-title h1{margin:0;font-size:28px}.section-title a{color:var(--blue);font-weight:700;text-decoration:none}.ride-list{display:grid;gap:12px}.ride-card{display:grid;grid-template-columns:72px minmax(0,1fr) 118px 24px;gap:14px;align-items:center;background:#fff;border:1px solid #edf1f6;border-radius:18px;padding:14px 12px;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:.18s transform,.18s box-shadow}.ride-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,35,70,.12)}.avatar{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;font-size:26px;font-weight:900;color:#fff;background:linear-gradient(145deg,#4b74aa,#1e355d);border:4px solid #eef5fc}.tone2{background:linear-gradient(145deg,#9d5e46,#5f2a2a)}.tone3{background:linear-gradient(145deg,#2e9972,#25596c)}.ride-main h2{font-size:20px;margin:0 0 6px}.ride-main h2 span{padding:0 5px}.ride-main p{display:flex;align-items:center;gap:5px;margin:3px 0;color:#536079;font-size:14px}.ride-main small{display:block;margin-top:5px;color:#26435f}.verified{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--green);color:#fff;font-size:12px}.ride-price{border-left:1px solid var(--border);padding-left:16px;display:grid;gap:1px}.ride-price>b{color:#0a8e47;font-size:27px}.ride-price>span{font-size:12px;color:#58657d}.ride-price>small{margin-top:7px;color:#536079;display:flex;align-items:center;gap:3px}.ride-price svg{color:#ffb400;fill:#ffb400;stroke:#ffb400}.chev{color:#64748b}.empty-inline,.empty-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;text-align:center;box-shadow:var(--shadow)}.empty-inline{display:grid;gap:5px;color:var(--muted)}.community-banner{display:flex;text-decoration:none;color:inherit;align-items:center;gap:18px;background:linear-gradient(90deg,#eaf4ff,#f7fbff);border-radius:20px;padding:15px 22px;margin:0 4px 10px}.community-banner span{color:#1576d8}.community-banner p{margin:0;flex:1}.community-banner b{font-size:30px}.bottom-nav{position:fixed;z-index:20;left:50%;transform:translateX(-50%);bottom:0;width:min(900px,100%);display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:10px max(10px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));box-shadow:0 -10px 22px rgba(15,35,70,.04)}.nav-item{text-decoration:none;color:#5a667b;display:grid;place-items:center;gap:3px;font-size:13px}.nav-item.active{color:var(--blue);font-weight:800}.compact-header{display:grid;grid-template-columns:44px 1fr 170px;align-items:center;gap:12px;padding:4px 4px 18px}.compact-header img{width:100%}.compact-header strong{display:block;font-size:26px}.compact-header span{color:var(--muted);font-size:13px}.icon-link{color:var(--blue);display:grid;place-items:center}.ride-detail-card{display:grid;gap:18px}.detail-hero{min-height:260px;border-radius:24px;padding:26px;background:linear-gradient(180deg,rgba(236,247,255,.45),rgba(255,255,255,.42)),url('../img/raitea-landscape-soft.jpg') center/cover;color:var(--navy);display:flex;align-items:flex-start}.detail-hero h1{margin:0;font-size:34px}.detail-hero p{display:flex;align-items:center;gap:7px}.detail-stats{display:flex;gap:18px;margin-top:-96px;padding:0 20px}.detail-stats>div{background:#fff;border-radius:20px;padding:18px 22px;box-shadow:var(--shadow);display:flex;align-items:center;gap:8px}.detail-stats b{font-size:32px;color:#087c45}.detail-stats span{color:#5d6679}.driver-box{display:flex;align-items:center;gap:16px;background:#fff;border-radius:20px;padding:18px;box-shadow:var(--shadow)}.driver-box h2{margin:0 0 5px}.driver-box p{margin:0;color:#58657d;display:flex;align-items:center;gap:5px}.driver-box svg{color:#ffb400;fill:#ffb400}.notice{background:#edf6ff;border:1px solid #d7e9ff;color:#47627d;padding:16px;border-radius:16px}.pending-page .empty-card{margin-top:50px}.pending-badge{display:inline-block;background:#edf6ff;color:var(--blue);font-weight:800;border-radius:999px;padding:7px 12px}.empty-card .btn{margin:22px auto 0;max-width:320px}
@media (max-width:640px){body{background:#f7fafe}.app-shell{padding:12px 12px 92px;max-width:520px}.brand-header{padding:4px 2px 12px}.brand-header img{width:74%}.handwritten{font-size:14px;padding:0}.scenic-panel{border-radius:22px;padding:12px;background-position:center 20%}.search-card{padding:14px;border-radius:22px}.search-form label{grid-template-columns:54px 1fr;min-height:68px}.search-form select,.search-form input{font-size:15px}.btn{min-height:54px;font-size:16px}.rides-section{padding:18px 0}.section-title h1{font-size:24px}.ride-card{grid-template-columns:54px minmax(0,1fr) 82px 16px;gap:9px;padding:12px 9px}.avatar{width:50px;height:50px;font-size:21px;border-width:3px}.ride-main h2{font-size:16px}.ride-main p{font-size:12px;white-space:normal}.ride-main small{font-size:11px}.ride-price{padding-left:9px}.ride-price>b{font-size:21px}.ride-price>span{font-size:10px}.ride-price>small{font-size:10px}.compact-header{grid-template-columns:34px 1fr 110px;padding-top:8px}.compact-header strong{font-size:20px}.compact-header span{display:none}.detail-hero{min-height:220px;padding:20px}.detail-hero h1{font-size:25px}.detail-stats{margin-top:-76px;padding:0 10px;gap:8px}.detail-stats>div{padding:13px 14px;flex-wrap:wrap}.detail-stats b{font-size:25px}.detail-stats span{font-size:12px}.community-banner{margin:0;padding:12px 14px}.nav-item{font-size:12px}}
.form-error{background:#FDEBEC;color:#A61F1F;border:1px solid #F8C9CD;border-radius:16px;padding:14px 16px;font-weight:700;text-align:center}

/* M02 · Publicar un raite */
.publish-page{background:linear-gradient(180deg,rgba(239,248,255,.94) 0,rgba(255,255,255,.96) 220px,#f8fbfe 100%);overflow:hidden}.publish-page:before{content:"";position:absolute;left:0;right:0;top:88px;height:250px;background:linear-gradient(180deg,rgba(247,250,254,.42),rgba(247,250,254,.92)),url('../img/raitea-landscape-soft.jpg') center 35%/cover no-repeat;z-index:0;pointer-events:none}.publish-page>*{position:relative;z-index:1}.publish-brand{padding-bottom:8px}.publish-heading{display:grid;grid-template-columns:150px 1fr 150px;align-items:start;gap:10px;margin:0 auto 18px;max-width:760px}.publish-heading>div{text-align:center}.publish-heading h1{margin:0;font-size:34px;letter-spacing:-.03em}.publish-heading p{margin:6px auto 0;max-width:520px;color:var(--muted);font-size:16px;line-height:1.45}.back-link{display:flex;align-items:center;gap:5px;color:var(--blue);font-weight:750;text-decoration:none;padding-top:8px}.runtime-note{max-width:760px;margin:0 auto 12px;border:1px solid #d7e9ff;background:rgba(237,246,255,.93);color:#486681;padding:11px 14px;border-radius:14px;font-size:13px}.runtime-note a{color:var(--blue);font-weight:800}.auth-note{background:#fff8e7;border-color:#f5dfac;color:#6d5925}.publish-message{max-width:760px;margin:0 auto 12px}.form-success{background:#EAF8EF;color:#126b38;border:1px solid #c9eed8;border-radius:16px;padding:14px 16px;text-align:center}.form-success a{color:#0877F9;font-weight:800}.publish-card{max-width:760px;margin:0 auto;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.88);border-radius:28px;padding:20px;box-shadow:0 16px 40px rgba(15,35,70,.11);display:grid;grid-template-columns:1fr 1fr;gap:12px}.publish-field{min-height:78px;border:1px solid var(--border);border-radius:17px;background:#fff;overflow:hidden;display:grid;grid-template-columns:70px 1fr;align-items:stretch;box-shadow:0 4px 12px rgba(15,35,70,.025)}.publish-field.full-row,.toggle-grid.full-row,.publish-submit.full-row{grid-column:1/-1}.publish-field .field-icon{height:100%;min-height:76px}.field-control{padding:11px 15px;display:grid;align-content:center;gap:4px;min-width:0}.field-control>b{font-size:14px}.field-control>b small{font-weight:500;color:#8792a5}.field-control select,.field-control input,.field-control textarea{border:0;outline:0;background:transparent;font:inherit;color:#34415d;width:100%;min-width:0}.field-control select,.field-control input{font-size:17px;min-height:29px}.field-control textarea{font-size:16px;line-height:1.4;resize:vertical;min-height:70px;padding-top:3px}.observations-field{min-height:112px}.observations-field .field-icon{min-height:110px}.char-count{font-size:12px;color:#6f7c91;text-align:right}.vehicle-field small{font-size:11px;color:#c04b3f}.money-input{display:flex;align-items:center;gap:4px}.money-input em{font-style:normal;font-size:19px;color:#536079}.toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.toggle-card{background:#fff;border:1px solid var(--border);border-radius:17px;padding:12px 14px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;min-height:86px}.toggle-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}.toggle-icon.pink{background:#fde9f4;color:#b80b71}.toggle-icon.green{background:#eaf8ef;color:#159447}.toggle-card>b,.toggle-card span:nth-child(2)>b{display:block;font-size:14px}.toggle-card small{display:block;color:#78859a;font-size:11px;margin-top:3px}.switch{position:relative;width:52px;height:30px}.switch input{position:absolute;opacity:0;pointer-events:none}.switch i{position:absolute;inset:0;border-radius:999px;background:#d7dee8;box-shadow:inset 0 0 0 1px #c8d0dc;transition:.18s}.switch i:before{content:"";position:absolute;width:24px;height:24px;top:3px;left:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,35,70,.22);transition:.18s}.switch input:checked+i{background:var(--green)}.switch input:checked+i:before{transform:translateX(22px)}.publish-submit{margin-top:4px;min-height:66px;font-size:21px}.publish-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.publish-card select:focus,.publish-card input:focus,.publish-card textarea:focus{color:var(--navy)}

@media(max-width:640px){.publish-page{padding-left:10px;padding-right:10px}.publish-page:before{top:78px;height:225px}.publish-brand img{width:73%}.publish-heading{grid-template-columns:76px 1fr 48px;margin-bottom:14px}.publish-heading h1{font-size:27px}.publish-heading p{font-size:13px}.back-link{font-size:13px;padding-top:7px}.publish-card{border-radius:24px;padding:12px;gap:10px}.publish-field{grid-template-columns:56px 1fr;min-height:69px}.publish-field .field-icon{min-height:68px}.field-control{padding:9px 11px}.field-control>b{font-size:12px}.field-control select,.field-control input{font-size:15px}.half-row{grid-column:auto}.observations-field{min-height:108px}.observations-field .field-icon{min-height:106px}.toggle-grid{gap:9px}.toggle-card{grid-template-columns:40px 1fr auto;padding:10px 9px;gap:7px;min-height:80px}.toggle-icon{width:38px;height:38px}.toggle-card span:nth-child(2)>b{font-size:12px}.toggle-card small{font-size:9px}.switch{width:44px;height:26px}.switch i:before{width:20px;height:20px}.switch input:checked+i:before{transform:translateX(18px)}.publish-submit{min-height:58px;font-size:18px}.runtime-note{font-size:11px;padding:9px 11px}}

@media(max-width:390px){.publish-card{grid-template-columns:1fr}.publish-field.half-row{grid-column:1/-1}.toggle-grid{grid-template-columns:1fr}.publish-heading{grid-template-columns:60px 1fr 28px}.publish-heading h1{font-size:24px}}

/* M03 · Detalle del raite */
.detail-page{background:linear-gradient(180deg,#f7fbff 0,#f9fbfd 58%,#f4f8fc 100%)}
.detail-header{position:relative;z-index:2}.detail-header>div{display:flex;flex-direction:column;justify-content:center}.detail-header img{max-height:56px;object-fit:contain;object-position:right center}
.ride-detail-card{display:grid;gap:16px;padding-bottom:12px}.detail-hero{position:relative;min-height:330px;border-radius:26px;padding:28px;background:linear-gradient(180deg,rgba(232,244,255,.42),rgba(255,255,255,.16) 38%,rgba(8,32,58,.08)),url('../img/raitea-landscape-soft.jpg') center 63%/cover no-repeat;overflow:hidden;align-items:flex-start;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),var(--shadow)}
.detail-hero-copy{position:relative;z-index:2;max-width:76%;text-shadow:0 1px 0 rgba(255,255,255,.7)}.detail-hero-copy h1{font-size:34px;line-height:1.08;margin:0 0 10px}.detail-hero-copy h1 span{padding:0 7px}.detail-hero-copy p{margin:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:16px}.detail-hero-copy .dot{opacity:.45;margin:0 3px}.detail-handwritten{position:absolute;right:25px;top:28px;font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:800;font-size:18px;line-height:1.05;transform:rotate(-5deg);text-align:center;color:#13234e;z-index:2}.detail-handwritten:after{content:"";display:block;width:72px;height:3px;border-radius:5px;background:#52b625;margin:7px auto 0;transform:rotate(-8deg)}
.detail-stats{position:absolute;left:22px;bottom:20px;margin:0;padding:0;z-index:2;display:flex;gap:0;background:rgba(255,255,255,.96);border-radius:20px;box-shadow:0 10px 28px rgba(15,35,70,.16);overflow:hidden}.detail-stats>div{background:transparent;border-radius:0;box-shadow:none;padding:17px 22px;display:grid;grid-template-columns:auto auto;align-items:center;column-gap:8px;row-gap:0;min-width:150px}.detail-stats>div+div{border-left:1px solid var(--border)}.detail-stats b{font-size:32px;line-height:1;color:#087c45}.detail-stats span{grid-column:1/-1;color:#5d6679;font-size:13px;margin-top:3px}.detail-stats .seat-stat{grid-template-columns:auto auto}.detail-stats .seat-stat svg{color:#5d6980}.detail-stats .seat-stat b{color:#10234e}
.route-card,.driver-vehicle-card,.rules-card{background:#fff;border:1px solid #edf1f6;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.route-map{height:190px;position:relative;background:linear-gradient(135deg,#edf7ff 0,#f9fbff 48%,#eaf8ef 100%);overflow:hidden}.map-grid{position:absolute;inset:0;opacity:.55;background-image:linear-gradient(rgba(121,151,181,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(121,151,181,.15) 1px,transparent 1px);background-size:34px 34px;transform:rotate(-7deg) scale(1.3)}.route-line{position:absolute;left:18%;right:17%;top:54%;height:8px;border-radius:10px;background:linear-gradient(90deg,#1787f7,#0a73e8 55%,#22a360);transform:rotate(5deg);box-shadow:0 0 0 4px rgba(255,255,255,.6)}.route-line:after{content:"";position:absolute;left:52%;width:26%;height:8px;top:-26px;border-radius:10px;background:#0a73e8;transform:rotate(-30deg);transform-origin:left center}.route-node{position:absolute;z-index:3;display:flex;align-items:center;gap:7px;color:#142449;font-size:15px}.route-node i{display:block;width:18px;height:18px;border-radius:50%;background:#159447;border:4px solid #fff;box-shadow:0 2px 8px rgba(15,35,70,.2)}.route-origin{left:11%;top:31%}.route-destination{right:8%;bottom:24%}.route-destination i{background:#e53935}.route-label{position:absolute;right:16px;top:15px;z-index:3;display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.92);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:#52617a;box-shadow:0 5px 15px rgba(15,35,70,.08)}
.route-points{display:grid;grid-template-columns:1fr 1fr}.route-points>div{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:18px 20px;align-items:start}.route-points>div+div{border-left:1px solid var(--border)}.route-points p{margin:0;display:grid;gap:2px}.route-points small{font-size:12px;font-weight:800;color:#52617a}.route-points b{font-size:17px}.route-points p span{font-size:12px;color:#758197}.pin-bubble{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff}.pin-bubble.green{background:#159447}.pin-bubble.red{background:#e53935}
.driver-vehicle-card{display:grid;grid-template-columns:1.35fr .9fr;align-items:stretch}.driver-summary{display:flex;gap:15px;padding:18px;align-items:center}.detail-avatar{width:78px;height:78px;flex:0 0 78px;font-size:31px;border:5px solid #eaf5ff;background:linear-gradient(145deg,#4d78a9,#18395e)}.driver-summary h2{font-size:22px;margin:0 0 4px}.driver-summary p{margin:3px 0;display:flex;align-items:center;gap:6px;font-size:13px}.verified-copy{color:#138549}.rating-copy{color:#5a667b}.rating-copy svg{color:#ffb400;fill:#ffb400}.vehicle-summary{border-left:1px solid var(--border);padding:18px;display:flex;gap:12px;align-items:center}.vehicle-icon{width:48px;height:48px;border-radius:14px;background:#eef4fb;color:#52627b;display:grid;place-items:center}.vehicle-summary div{display:grid;gap:2px}.vehicle-summary b{font-size:16px}.vehicle-summary span{font-size:13px;color:#667085}.vehicle-summary small{display:inline-flex;width:max-content;background:#f4f6f9;border:1px solid #dde4ed;border-radius:8px;padding:3px 7px;color:#44516a;margin-top:4px}.driver-vehicle-card blockquote{grid-column:1/-1;margin:0 16px 16px;padding:12px 15px;border:0;border-radius:14px;background:#edf6ff;color:#22345f;display:flex;align-items:flex-start;gap:10px;font-style:italic;font-size:14px}
.rules-card{padding:0}.rules-title{display:grid;grid-template-columns:42px auto 1fr;align-items:center;gap:9px;padding:16px 18px;background:linear-gradient(90deg,#edf7ff,#f9fcff)}.rules-title>span{color:#1576d8}.rules-title h2{margin:0;font-size:20px}.rules-title em{justify-self:end;max-width:240px;text-align:right;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:12px;color:#24335d;line-height:1.1}.rules-grid{display:grid;grid-template-columns:repeat(3,1fr)}.rules-grid>div{display:flex;gap:12px;align-items:flex-start;padding:18px}.rules-grid>div+div{border-left:1px solid var(--border)}.rules-grid>div>svg{flex:0 0 auto;color:#53617b}.rules-grid p{margin:0;display:grid;gap:2px}.rules-grid b{font-size:14px}.rules-grid span{font-size:12px;color:#667085;line-height:1.35}.women-only-note{margin:0 16px 16px;padding:11px 13px;border-radius:12px;background:#fff0f8;color:#a31564;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}
.detail-message{margin:0}.detail-actions{display:grid;gap:10px}.request-form{margin:0}.internal-chat-button{background:#fff;color:#0b8c4b;border:2px solid #0b9a53;box-shadow:none}.internal-chat-button:hover{background:#effaf4}.success-button{background:#e8f8ef;color:#0a8d48}.pending-button{background:#fff6de;color:#9a6a00}.detail-actions .btn:disabled{opacity:.78;cursor:not-allowed;box-shadow:none}

@media (max-width:640px){
  .detail-header img{max-height:42px}.detail-hero{min-height:300px;padding:20px;border-radius:22px}.detail-hero-copy{max-width:90%}.detail-hero-copy h1{font-size:27px}.detail-hero-copy p{font-size:13px;max-width:83%}.detail-handwritten{top:75px;right:18px;font-size:12px}.detail-stats{left:14px;right:14px;bottom:14px}.detail-stats>div{flex:1;min-width:0;padding:14px 13px}.detail-stats b{font-size:27px}.detail-stats span{font-size:11px}.route-map{height:165px}.route-node{font-size:12px}.route-origin{left:7%;top:28%}.route-destination{right:6%;bottom:20%}.route-label{font-size:10px;padding:6px 9px}.route-points{grid-template-columns:1fr}.route-points>div+div{border-left:0;border-top:1px solid var(--border)}.route-points>div{padding:14px 15px;grid-template-columns:38px 1fr;gap:10px}.pin-bubble{width:36px;height:36px}.driver-vehicle-card{grid-template-columns:1fr}.driver-summary{padding:15px}.detail-avatar{width:68px;height:68px;flex-basis:68px}.driver-summary h2{font-size:19px}.vehicle-summary{border-left:0;border-top:1px solid var(--border);padding:14px 16px}.rules-title{grid-template-columns:36px 1fr}.rules-title em{display:none}.rules-grid{grid-template-columns:1fr}.rules-grid>div{padding:14px 16px}.rules-grid>div+div{border-left:0;border-top:1px solid var(--border)}.detail-actions .btn{font-size:16px}
}

/* M04 · Mis viajes */
.trips-page{background:linear-gradient(180deg,#f7fbff 0,#fbfdff 46%,#f5f9fd 100%)}
.trips-brand{padding-bottom:8px}.trips-brand img{max-width:575px}.trips-heading{padding:4px 6px 12px}.trips-heading h1{margin:0;font-size:38px;letter-spacing:-.035em}.trips-heading p{margin:4px 0 0;color:var(--muted);font-size:17px}.trips-runtime{margin:0 4px 12px;max-width:none}
.trip-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eaf2fb;border:1px solid #e2ebf5;border-radius:18px;padding:2px;margin:4px 4px 14px;overflow:hidden}.trip-tabs a{min-height:64px;border-radius:16px;text-decoration:none;color:#21304f;display:flex;align-items:center;justify-content:center;gap:10px;font-size:17px;font-weight:800}.trip-tabs a.active{background:linear-gradient(135deg,#0877f9,#066ce1);color:#fff;box-shadow:0 8px 18px rgba(8,119,249,.2)}
.trip-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 4px 18px}.summary-card{text-decoration:none;color:inherit;background:#fff;border:1px solid #edf1f6;border-radius:18px;min-height:116px;padding:15px;display:flex;gap:13px;align-items:flex-start;box-shadow:var(--shadow);transition:.18s transform,.18s border-color}.summary-card:hover{transform:translateY(-1px)}.summary-card.selected{border-color:#acd2ff;box-shadow:0 8px 24px rgba(8,119,249,.12)}.summary-icon{width:50px;height:50px;flex:0 0 50px;border-radius:14px;display:grid;place-items:center}.summary-icon.blue{background:#eaf4ff;color:#0877f9}.summary-icon.gray{background:#eef2f7;color:#59667d}.summary-icon.red{background:#fdebec;color:#e53935}.summary-card div{display:grid;gap:1px;min-width:0}.summary-card b{font-size:28px;line-height:1}.summary-card strong{font-size:15px}.summary-card small{font-size:11px;color:#758197;line-height:1.25;margin-top:3px}
.my-trips-section{padding:0 4px}.my-trips-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.my-trips-title h2{margin:0;font-size:28px;letter-spacing:-.025em}.my-trips-title a{color:var(--blue);font-weight:800;text-decoration:none}.my-trips-title a span{font-size:24px;vertical-align:-1px;margin-left:5px}.my-trip-list{display:grid;gap:11px}.my-trip-card{display:grid;grid-template-columns:66px minmax(0,1fr) 170px 20px;gap:12px;align-items:center;background:#fff;border:1px solid #edf1f6;border-radius:18px;padding:13px 12px;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:.18s transform,.18s box-shadow}.my-trip-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,35,70,.12)}.trip-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;color:#fff;background:linear-gradient(145deg,#4b74aa,#1e355d);border:4px solid #eef5fc}.trip-avatar.tone2{background:linear-gradient(145deg,#9d5e46,#5f2a2a)}.trip-avatar.tone3{background:linear-gradient(145deg,#2e9972,#25596c)}.trip-card-main{min-width:0}.trip-card-main h3{font-size:18px;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trip-card-main h3 span{padding:0 5px}.trip-card-main p{margin:2px 0;color:#5b6880;font-size:12px;display:flex;align-items:center;gap:5px}.trip-status-col{align-self:stretch;border-left:1px solid var(--border);padding-left:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.trip-status{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;font-weight:850;font-size:13px;white-space:nowrap}.trip-status.requested{background:#fff4d8;color:#9a6900}.trip-status.accepted{background:#e9f9f0;color:#11864a}.trip-status.active{background:#e9f3ff;color:#0b69da}.trip-status.completed{background:#e8f8ef;color:#0a8d48}.trip-status.cancelled{background:#fdebec;color:#d9282f}.trip-status-col>small{color:#6b778c;font-size:11px;line-height:1.3}.mini-rating{display:flex;gap:1px}.mini-rating i{font-style:normal;color:#d9dee7;font-size:16px;line-height:1}.mini-rating i.on{color:#ffb400}.trip-chevron{color:#607089}.trip-empty{margin:14px 0}.trips-community{margin:18px 4px 4px}.trips-community p b{color:#17315b}.trips-community>strong{font-size:28px;color:#607089}.trips-login-card{margin:24px 4px}.trips-login-icon{width:64px;height:64px;border-radius:20px;background:#eaf4ff;color:#0877f9;display:grid;place-items:center;margin:0 auto 14px}.trips-login-card h2{margin:0 0 8px}.trips-login-card p{max-width:520px;margin:0 auto;color:var(--muted);line-height:1.45}

@media(max-width:640px){
  .trips-page{padding-left:10px;padding-right:10px}.trips-brand img{width:73%}.trips-heading{padding:4px 3px 10px}.trips-heading h1{font-size:30px}.trips-heading p{font-size:14px}.trips-runtime{margin:0 1px 10px}.trip-tabs{margin:2px 1px 12px;border-radius:15px}.trip-tabs a{min-height:58px;font-size:14px;gap:7px}.trip-summary{margin:0 1px 15px;gap:7px}.summary-card{min-height:102px;padding:11px 8px;gap:8px;border-radius:15px}.summary-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}.summary-card b{font-size:23px}.summary-card strong{font-size:12px}.summary-card small{font-size:9px}.my-trips-section{padding:0 1px}.my-trips-title h2{font-size:22px}.my-trips-title a{font-size:13px}.my-trip-card{grid-template-columns:51px minmax(0,1fr) 112px 14px;gap:8px;padding:11px 8px;border-radius:16px}.trip-avatar{width:48px;height:48px;font-size:20px;border-width:3px}.trip-card-main h3{font-size:14px}.trip-card-main p{font-size:10px;gap:4px}.trip-status-col{padding-left:8px;gap:4px}.trip-status{font-size:10px;padding:6px 7px;gap:4px}.trip-status svg{width:14px;height:14px}.trip-status-col>small{font-size:9px}.mini-rating i{font-size:13px}.trip-chevron svg{width:16px;height:16px}.trips-community{margin:15px 1px 3px}.trips-community p{font-size:12px}.trips-login-card{margin:20px 1px}
}
@media(max-width:390px){.trip-summary{grid-template-columns:1fr 1fr 1fr}.summary-card{display:grid;justify-items:center;text-align:center}.summary-card div{justify-items:center}.summary-icon{width:38px;height:38px}.my-trip-card{grid-template-columns:46px minmax(0,1fr) 98px 12px}.trip-avatar{width:44px;height:44px}.trip-status-col>small{display:none}.trip-status{white-space:normal;line-height:1.1}.trip-card-main h3{font-size:13px}}

/* M05 · Solicitudes */
.requests-shortcut{margin:0 4px 14px;padding:13px 16px;border-radius:16px;border:1px solid #dbeafc;background:linear-gradient(90deg,#eef7ff,#f8fbff);display:grid;grid-template-columns:46px minmax(0,1fr) auto 20px;align-items:center;gap:11px;color:var(--navy);text-decoration:none;box-shadow:0 5px 18px rgba(15,35,70,.05)}
.requests-shortcut-icon{width:42px;height:42px;border-radius:13px;background:#deeeff;color:#0877f9;display:grid;place-items:center}.requests-shortcut span:nth-child(2){display:grid;gap:2px}.requests-shortcut b{font-size:14px}.requests-shortcut small{font-size:11px;color:#6c7890}.requests-shortcut>strong{color:#0877f9;font-size:13px;white-space:nowrap}.requests-shortcut>svg{color:#67758d}
.requests-page{background:linear-gradient(180deg,#f7fbff 0,#fbfdff 52%,#f5f9fd 100%)}.requests-brand{padding-bottom:10px}.requests-brand img{max-width:575px}.requests-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:7px 6px 14px}.requests-heading h1{margin:0;font-size:38px;letter-spacing:-.035em}.requests-heading p{margin:3px 0 0;color:var(--muted);font-size:16px}.pending-counter{display:inline-flex;align-items:center;gap:7px;min-height:48px;padding:0 15px;border-radius:16px;background:#e9f3ff;color:#076bdc;font-weight:700;white-space:nowrap}.pending-counter b{font-size:20px}.requests-runtime{max-width:none;margin:0 4px 12px}.request-flash{margin:0 4px 12px}.request-list{display:grid;gap:14px;padding:0 4px}.request-card{background:#fff;border:1px solid #edf1f6;border-radius:20px;box-shadow:var(--shadow);padding:16px;overflow:hidden}.request-card.accepted-card{border-color:#d8f1e1;background:linear-gradient(100deg,#f3fff7,#fff 45%)}.request-card-top{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:start}.request-avatar{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;overflow:hidden;font-size:28px;font-weight:900;color:#fff;background:linear-gradient(145deg,#4b74aa,#1e355d);border:4px solid #edf5fc}.request-avatar.tone2{background:linear-gradient(145deg,#9d5e46,#5f2a2a)}.request-avatar.tone3{background:linear-gradient(145deg,#2e9972,#25596c)}.request-avatar img{width:100%;height:100%;object-fit:cover}.request-person{min-width:0}.request-name-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;position:relative}.request-name-row h2{margin:0;padding-right:4px;font-size:22px;line-height:1.1}.request-verified{vertical-align:2px;margin-left:5px}.request-name-row time{grid-column:2;grid-row:1;color:#657188;font-size:12px;white-space:nowrap}.accepted-pill{grid-column:2;grid-row:1;transform:translateY(24px);display:inline-flex;align-items:center;gap:5px;background:#dff6e8;color:#108548;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:850;white-space:nowrap}.request-person h3{margin:5px 0 6px;font-size:18px}.request-person h3 span{padding:0 5px}.request-meta{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#5d6980;font-size:13px}.request-meta i{width:1px;height:16px;background:#d9e0e8;margin:0 4px}.request-message{margin:10px 0 0;padding:10px 12px;border:0;border-radius:13px;background:#f0f5fb;color:#4b5870;display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.35}.request-message svg{flex:0 0 auto;color:#54647c;margin-top:1px}.request-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px}.request-actions form{margin:0}.request-actions button,.request-chat{width:100%;min-height:54px;border-radius:15px;border:0;font:inherit;font-weight:850;font-size:16px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;text-decoration:none}.request-accept{background:linear-gradient(135deg,#0877f9,#066ce1);color:#fff;box-shadow:0 8px 18px rgba(8,119,249,.2)}.request-reject{background:#fdecef;color:#d91f2d}.request-chat{margin-top:13px;background:#eefbf3;color:#0b8e4c;border:1.5px solid #18a95a}.request-chat:disabled{opacity:.6;cursor:not-allowed}.request-empty{margin:10px 0}.requests-login-card{margin:24px 4px}
@media(max-width:640px){
  .requests-shortcut{margin:0 1px 12px;padding:11px 12px;grid-template-columns:38px minmax(0,1fr) auto 14px;gap:8px}.requests-shortcut-icon{width:36px;height:36px;border-radius:11px}.requests-shortcut b{font-size:12px}.requests-shortcut small{font-size:9px}.requests-shortcut>strong{font-size:10px}.requests-page{padding-left:10px;padding-right:10px}.requests-brand img{width:73%}.requests-heading{padding:6px 3px 12px;align-items:center}.requests-heading h1{font-size:30px}.requests-heading p{font-size:13px}.pending-counter{min-height:42px;padding:0 11px;border-radius:14px;font-size:11px;gap:5px}.pending-counter b{font-size:16px}.request-list{padding:0 1px;gap:11px}.request-card{padding:13px 11px;border-radius:17px}.request-card-top{grid-template-columns:62px minmax(0,1fr);gap:10px}.request-avatar{width:58px;height:58px;border-width:3px;font-size:22px}.request-name-row h2{font-size:17px}.request-name-row time{font-size:10px}.accepted-pill{transform:translateY(21px);font-size:10px;padding:5px 7px}.request-person h3{font-size:15px;margin-top:4px}.request-meta{font-size:10px;gap:4px}.request-meta svg{width:14px;height:14px}.request-message{font-size:11px;padding:9px 10px;margin-top:8px}.request-actions{gap:8px;margin-top:10px}.request-actions button,.request-chat{min-height:50px;font-size:14px;border-radius:13px}.request-chat{margin-top:10px}.requests-runtime,.request-flash{margin-left:1px;margin-right:1px}.requests-login-card{margin:20px 1px}
}
@media(max-width:390px){.requests-heading{align-items:flex-start}.pending-counter{padding:0 8px}.pending-counter svg{display:none}.request-card-top{grid-template-columns:54px minmax(0,1fr)}.request-avatar{width:50px;height:50px}.request-name-row{display:block}.request-name-row time{display:block;margin-top:3px}.accepted-pill{position:absolute;right:0;top:0;transform:none}.request-person h3{font-size:14px}.request-actions button,.request-chat{font-size:13px}}

/* M06 · Perfil */
.profile-page{background:linear-gradient(180deg,#f7fbff 0,#fff 48%,#f5f9fd 100%)}.profile-brand{padding-bottom:8px}.profile-runtime,.profile-flash{margin:0 4px 12px}.profile-login-card{margin:24px 4px}.profile-hero{position:relative;margin:0 4px 12px;padding-bottom:18px;border-radius:28px;background:#fff;box-shadow:0 10px 28px rgba(15,35,70,.07);overflow:hidden}.profile-scenery{height:220px;background:linear-gradient(180deg,rgba(239,248,255,.18),rgba(247,250,254,.32)),url('../img/raitea-landscape-soft.jpg') center 46%/cover no-repeat;position:relative}.profile-side-copy{position:absolute;bottom:18px;font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:800;font-size:18px;line-height:1.08;color:#152653;transform:rotate(-4deg);text-shadow:0 1px rgba(255,255,255,.85)}.profile-side-copy.left{left:18px}.profile-side-copy.right{right:18px;text-align:center;transform:rotate(4deg)}.profile-avatar-wrap{position:relative;width:164px;height:164px;margin:-96px auto 0;z-index:3}.profile-avatar-large{width:164px;height:164px;border-radius:50%;overflow:hidden;border:8px solid #fff;background:linear-gradient(145deg,#355f90,#17345d);box-shadow:0 8px 22px rgba(15,35,70,.16);display:grid;place-items:center}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-avatar-large>span{font-size:62px;color:#fff;font-weight:900}.profile-check{position:absolute;right:5px;bottom:17px;width:43px;height:43px;border-radius:50%;background:#0f9850;color:#fff;border:5px solid #fff;display:grid;place-items:center}.profile-identity{text-align:center;padding:8px 18px 0}.profile-identity h1{font-size:31px;letter-spacing:-.035em;margin:0 0 8px}.profile-identity p{margin:5px 0;color:#58657d;display:flex;align-items:center;justify-content:center;gap:7px;font-size:16px}.profile-identity p svg{color:#159447}.role-pill{margin:12px auto 0;width:max-content;min-width:200px;min-height:48px;padding:0 16px;border-radius:15px;background:#eaf8ef;color:#0d7f42;display:flex;align-items:center;justify-content:center;gap:9px;font-size:18px;font-weight:850}.role-pill b{font-size:21px;margin-left:auto}.profile-vehicle-card{margin:0 36px 14px;background:#fff;border:1px solid #edf1f6;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:170px 1fr;align-items:center;gap:18px;padding:14px 20px}.profile-car-visual{min-height:92px;display:grid;place-items:center;border-right:1px solid var(--border);padding-right:18px}.profile-car-visual img{width:150px;max-height:86px;object-fit:contain}.profile-car-visual span{width:92px;height:66px;border-radius:20px;background:#eef5fc;color:#53647c;display:grid;place-items:center}.profile-vehicle-copy h2{font-size:20px;margin:0 0 8px}.profile-vehicle-copy p{margin:4px 0;display:flex;align-items:center;gap:7px;color:#5d6980;font-size:13px}.profile-edit-button{margin:0 36px 10px}.profile-menu{display:grid;gap:10px;margin:0 4px}.profile-menu-item{display:grid;grid-template-columns:58px minmax(0,1fr) 24px;align-items:center;gap:12px;min-height:84px;padding:12px 18px;border:1px solid #edf1f6;border-radius:18px;background:#fff;box-shadow:0 5px 18px rgba(15,35,70,.045);text-decoration:none;color:inherit}.profile-menu-item.documents{min-height:64px;background:linear-gradient(90deg,#edf5fd,#f8fbff)}.menu-icon{width:50px;height:50px;border-radius:16px;background:#eef3f9;color:#3e5375;display:grid;place-items:center}.menu-icon.yellow{background:#fff4d7;color:#ffb000}.menu-icon.yellow svg{fill:#ffb000;stroke:#ffb000}.menu-icon.blue{background:#eaf4ff;color:#0877f9}.menu-icon.green{background:#eaf8ef;color:#159447}.menu-icon.gray{background:#eff2f6;color:#56657c}.profile-menu-item>span:nth-child(2){display:grid;gap:3px}.profile-menu-item b{font-size:18px}.profile-menu-item small{color:#667085;font-size:13px}.profile-menu-item>svg{color:#596980}.profile-community{margin-top:16px}.profile-community strong{font-size:28px;color:#63728a}.profile-subhead{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:start;padding:8px 6px 15px}.profile-subhead>a{color:var(--blue);display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf6ff;text-decoration:none}.profile-subhead h1{margin:0;font-size:31px;letter-spacing:-.03em}.profile-subhead p{margin:4px 0 0;color:var(--muted);font-size:14px}.profile-form{margin:0 4px 14px}.profile-form-section{background:#fff;border:1px solid #edf1f6;border-radius:22px;padding:20px;box-shadow:var(--shadow);display:grid;gap:14px}.profile-form-section h2{margin:0 0 3px;font-size:21px}.profile-form-section>label,.form-two label{display:grid;gap:6px}.profile-form-section label>span,.form-two label>span{font-size:13px;font-weight:800;color:#34435d}.profile-form-section input[type=text],.profile-form-section input[type=tel],.profile-form-section input[type=number],.profile-form-section input[type=time],.profile-form-section input:not([type]),.profile-form-section select,.form-two input,.form-two select{width:100%;min-height:48px;border:1px solid #dfe6ef;border-radius:13px;background:#fbfdff;color:var(--navy);font:inherit;padding:0 13px;outline:none}.profile-form-section input:focus,.profile-form-section select:focus{border-color:#8abefa;box-shadow:0 0 0 3px rgba(8,119,249,.09)}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.file-field{border:1px dashed #cdd8e6;border-radius:15px;padding:13px;background:#f8fbfe}.file-field>span{display:flex;justify-content:space-between;gap:10px}.file-field small{color:#7b8799;font-weight:500}.file-field input{font:inherit;color:#5e6b81}.profile-save-secondary{border:1px solid #ccebd9}.profile-logout{margin:2px auto 12px;width:max-content;display:flex;align-items:center;gap:7px;color:#d2363e;text-decoration:none;font-weight:800}.form-note{margin:0;color:#68768d;font-size:13px;line-height:1.45}.document-card{margin:0 4px 14px;background:#fff;border:1px solid #edf1f6;border-radius:20px;box-shadow:var(--shadow);padding:18px;display:grid;grid-template-columns:66px minmax(0,1fr);gap:14px;align-items:center}.document-icon{width:62px;height:62px;border-radius:18px;background:#edf5ff;color:#0877f9;display:grid;place-items:center}.document-card h2{margin:0 0 4px;font-size:19px}.document-card p{margin:0 0 8px;color:#667085;font-size:13px}.document-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:850}.document-status.none{background:#eff2f6;color:#64748b}.document-status.pending{background:#fff4d8;color:#9a6900}.document-status.verified{background:#e8f8ef;color:#0a8d48}.document-status.rejected{background:#fdebec;color:#d9282f}.payment-note{margin-bottom:12px}.choice-row{grid-template-columns:24px minmax(0,1fr);align-items:center;padding:13px;border:1px solid #e3e9f1;border-radius:14px;background:#fbfdff}.choice-row input{width:18px;height:18px;accent-color:#0877f9}.choice-row>span{display:grid;gap:2px}.choice-row b{font-size:14px}.choice-row small{font-size:11px;color:#6e7a90;font-weight:500}
@media(max-width:640px){.profile-page{padding-left:10px;padding-right:10px}.profile-brand img{width:73%}.profile-runtime,.profile-flash{margin-left:1px;margin-right:1px}.profile-hero{margin:0 1px 10px;border-radius:23px}.profile-scenery{height:174px}.profile-side-copy{font-size:13px;bottom:14px}.profile-side-copy.left{left:12px}.profile-side-copy.right{right:11px}.profile-avatar-wrap{width:132px;height:132px;margin-top:-78px}.profile-avatar-large{width:132px;height:132px;border-width:6px}.profile-avatar-large>span{font-size:50px}.profile-check{width:36px;height:36px;border-width:4px;right:1px;bottom:13px}.profile-check svg{width:19px;height:19px}.profile-identity{padding-top:5px}.profile-identity h1{font-size:25px}.profile-identity p{font-size:13px;margin:4px 0}.role-pill{min-width:172px;min-height:43px;font-size:15px;margin-top:10px}.profile-vehicle-card{margin:0 14px 12px;grid-template-columns:108px 1fr;gap:12px;padding:12px 14px}.profile-car-visual{min-height:72px;padding-right:12px}.profile-car-visual img{width:100px;max-height:65px}.profile-car-visual span{width:72px;height:56px}.profile-vehicle-copy h2{font-size:15px;margin-bottom:5px}.profile-vehicle-copy p{font-size:10px;gap:4px}.profile-edit-button{margin:0 14px 9px;min-height:54px}.profile-menu{gap:8px;margin:0 1px}.profile-menu-item{grid-template-columns:48px minmax(0,1fr) 18px;min-height:72px;padding:10px 12px;gap:10px;border-radius:16px}.profile-menu-item.documents{min-height:58px}.menu-icon{width:43px;height:43px;border-radius:13px}.profile-menu-item b{font-size:15px}.profile-menu-item small{font-size:11px}.profile-community{margin:13px 1px 3px}.profile-subhead{padding:6px 2px 12px}.profile-subhead h1{font-size:26px}.profile-subhead p{font-size:12px}.profile-form,.document-card{margin-left:1px;margin-right:1px}.profile-form-section{padding:16px 13px;border-radius:18px;gap:12px}.form-two{gap:8px}.profile-form-section input[type=text],.profile-form-section input[type=tel],.profile-form-section input[type=number],.profile-form-section input[type=time],.profile-form-section input:not([type]),.profile-form-section select,.form-two input,.form-two select{min-height:46px}.file-field>span{display:grid}.document-card{grid-template-columns:54px minmax(0,1fr);padding:14px}.document-icon{width:52px;height:52px}.payment-note{margin-left:1px;margin-right:1px}}
@media(max-width:390px){.profile-side-copy{font-size:11px}.profile-vehicle-card{grid-template-columns:90px 1fr;margin-left:7px;margin-right:7px}.profile-edit-button{margin-left:7px;margin-right:7px}.profile-menu-item{grid-template-columns:42px minmax(0,1fr) 16px}.menu-icon{width:38px;height:38px}.profile-menu-item b{font-size:14px}.form-two{grid-template-columns:1fr}}

/* M08 · Chat interno + PWA móvil */
.internal-chat-button{background:#edf6ff!important;color:#076bdc!important;border:1.5px solid #9dccff!important;box-shadow:none!important}.internal-chat-button:hover{background:#e4f1ff!important}.internal-chat-note{margin:2px 0 0;padding:10px 12px;border-radius:13px;background:#f2f7fc;color:#53657b;font-size:12px;display:flex;align-items:flex-start;gap:7px;line-height:1.4}.internal-chat-note svg{flex:0 0 auto;color:#0877f9}.request-chat{margin-top:13px;background:#edf6ff;color:#076bdc;border:1.5px solid #9dccff}.request-chat:hover{background:#e4f1ff}.internal-chat-profile-note{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border:1px solid #d6e9ff;border-radius:15px;background:#edf6ff;color:#0f4f92}.internal-chat-profile-note>span{display:grid;gap:2px}.internal-chat-profile-note small{color:#58708a;font-weight:500}.nav-chat{position:relative}.nav-badge{position:absolute;top:-2px;left:calc(50% + 8px);min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e53935;color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid #fff;line-height:1}.bottom-nav{min-height:72px}.nav-item{min-width:0;min-height:48px;touch-action:manipulation}.nav-item span{white-space:nowrap}
.chat-page{background:linear-gradient(180deg,#f7fbff,#fbfdff 55%,#f5f9fd)}.chat-brand{padding-bottom:8px}.chat-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:6px 4px 16px}.chat-heading h1{font-size:36px;letter-spacing:-.035em;margin:0}.chat-heading p{margin:4px 0 0;color:var(--muted)}.secure-chat-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border-radius:999px;background:#eaf8ef;color:#118548;font-weight:800;font-size:12px;white-space:nowrap}.chat-runtime,.chat-flash{margin:0 4px 12px}.chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:14px;min-height:580px}.chat-list,.chat-thread-panel{background:#fff;border:1px solid #e7edf5;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.chat-list{display:flex;flex-direction:column}.chat-list-title{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf1f6}.chat-list-title span{min-width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#edf6ff;color:#0877f9;font-weight:800;font-size:12px}.chat-list-empty{padding:24px 16px;color:#667085;font-size:13px;line-height:1.5}.chat-list-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;padding:13px 12px;color:inherit;text-decoration:none;border-bottom:1px solid #edf1f6;transition:.15s background}.chat-list-item:hover,.chat-list-item.active{background:#f0f7ff}.chat-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#4b74aa,#1e355d);color:#fff;font-weight:900;border:3px solid #eef5fc}.chat-avatar.large{width:52px;height:52px;font-size:19px}.chat-list-copy{min-width:0;display:grid;gap:2px}.chat-list-copy b{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-copy b i{font-style:normal;color:#159447;margin-left:4px}.chat-list-copy small{font-size:10px;color:#4f5f75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-copy em{font-style:normal;font-size:11px;color:#7b8799;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-meta{display:grid;align-content:start;justify-items:end;gap:7px}.chat-list-meta small{color:#8a95a6;font-size:9px}.chat-list-meta b{min-width:19px;height:19px;border-radius:999px;background:#0877f9;color:#fff;display:grid;place-items:center;font-size:9px}.chat-thread-panel{display:flex;flex-direction:column;min-width:0}.chat-thread-head{display:grid;grid-template-columns:54px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid #edf1f6;background:#fcfdff}.chat-thread-head h2{margin:0;font-size:18px}.chat-thread-head h2 .verified{display:inline-grid;margin-left:5px}.chat-thread-head p{margin:3px 0 0;color:#667085;font-size:11px}.chat-thread-head>a{width:40px;height:40px;border-radius:12px;background:#edf6ff;color:#0877f9;display:grid;place-items:center;text-decoration:none}.chat-messages{flex:1;min-height:400px;max-height:560px;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:9px;background:linear-gradient(180deg,#f7fbff 0,#fff 35%);scroll-behavior:smooth}.chat-bubble{max-width:min(76%,560px);padding:10px 12px;border-radius:16px;display:grid;gap:4px;box-shadow:0 4px 12px rgba(15,35,70,.05)}.chat-bubble p{margin:0;line-height:1.4;font-size:14px;overflow-wrap:anywhere}.chat-bubble small{font-size:9px;opacity:.72;justify-self:end}.chat-bubble.theirs{align-self:flex-start;background:#f0f4f8;color:#23334c;border-bottom-left-radius:5px}.chat-bubble.mine{align-self:flex-end;background:#0877f9;color:#fff;border-bottom-right-radius:5px}.chat-start-note,.chat-empty-thread{margin:auto;text-align:center;color:#667085}.chat-start-note{padding:12px 16px;background:#fff;border:1px dashed #cfd9e6;border-radius:14px;font-size:12px}.chat-empty-thread{display:grid;place-items:center;gap:7px;padding:40px}.chat-empty-thread svg{color:#8abcf1}.chat-empty-thread h2,.chat-empty-thread p{margin:0}.chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:12px;border-top:1px solid #edf1f6;background:#fff;align-items:end}.chat-compose textarea{resize:none;min-height:50px;max-height:120px;border:1px solid #dfe6ef;border-radius:14px;padding:12px 13px;font:inherit;font-size:16px;outline:0;color:#101a44}.chat-compose textarea:focus{border-color:#72b4ff;box-shadow:0 0 0 3px rgba(8,119,249,.08)}.chat-compose button{height:50px;border:0;border-radius:14px;padding:0 16px;background:#0877f9;color:#fff;font:inherit;font-weight:800;display:flex;align-items:center;gap:7px;cursor:pointer}.chat-login-card{margin-top:18px}
@media(max-width:700px){.app-shell{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.bottom-nav{padding-left:max(5px,env(safe-area-inset-left));padding-right:max(5px,env(safe-area-inset-right))}.nav-item{font-size:10px;gap:2px}.nav-item svg{width:22px;height:22px}.chat-heading{align-items:flex-start;flex-direction:column}.chat-heading h1{font-size:30px}.secure-chat-pill{font-size:10px}.chat-layout{grid-template-columns:1fr;min-height:0;gap:10px}.chat-list{display:flex;overflow-x:auto;flex-direction:row;border-radius:16px;padding:7px;gap:7px;scrollbar-width:none}.chat-list::-webkit-scrollbar{display:none}.chat-list-title{display:none}.chat-list-empty{min-width:100%;text-align:center}.chat-list-item{min-width:220px;border:1px solid #edf1f6;border-radius:14px;padding:9px;grid-template-columns:40px minmax(0,1fr) auto}.chat-avatar{width:38px;height:38px;border-width:2px}.chat-list-copy em{max-width:120px}.chat-thread-panel{border-radius:16px}.chat-thread-head{grid-template-columns:46px minmax(0,1fr) 38px;padding:10px}.chat-avatar.large{width:44px;height:44px}.chat-thread-head h2{font-size:16px}.chat-thread-head p{font-size:10px}.chat-messages{min-height:48vh;max-height:55vh;padding:12px}.chat-bubble{max-width:86%;padding:9px 11px}.chat-bubble p{font-size:13px}.chat-compose{position:sticky;bottom:calc(72px + env(safe-area-inset-bottom));z-index:3;padding:9px}.chat-compose button{width:50px;padding:0;justify-content:center}.chat-compose button span{display:none}.request-chat{min-height:50px;font-size:14px;border-radius:13px}.internal-chat-note{font-size:11px}}
@media(max-width:380px){.bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr));}.nav-item{font-size:9px}.nav-item svg{width:20px;height:20px}.chat-list-item{min-width:200px}.chat-messages{min-height:44vh}.chat-bubble{max-width:90%}}

/* M09 · Notificaciones en tiempo real / Push PWA */
.notification-fab{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:calc(92px + env(safe-area-inset-bottom));width:48px;height:48px;border-radius:50%;background:#fff;color:#0877F9;box-shadow:0 10px 30px rgba(15,35,70,.16);display:grid;place-items:center;z-index:80;border:1px solid #e5eaf2;text-decoration:none}.notification-fab-badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;border-radius:10px;background:#e53935;color:#fff;font-size:11px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff}.notification-fab-badge[hidden]{display:none}.notifications-page{padding-bottom:110px}.notifications-header{margin-bottom:18px}.notification-flash{margin:0 18px 14px}.notification-runtime{margin:0 18px 14px}.notification-login-card{margin:28px 18px}.push-card{margin:0 18px 18px;padding:18px;border:1px solid #dce8f6;border-radius:20px;background:linear-gradient(135deg,#f6fbff,#f0fbf4);display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;box-shadow:0 8px 24px rgba(15,35,70,.06)}.push-card-icon{width:52px;height:52px;border-radius:16px;background:#e8f3ff;color:#0877F9;display:grid;place-items:center}.push-card h2{margin:0 0 5px;font-size:18px;color:#101A44}.push-card p{margin:0;color:#667085;font-size:14px;line-height:1.45}.push-card small{display:block;margin-top:7px;color:#159447;font-weight:700}.push-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn.compact{padding:10px 14px;border-radius:12px;font-size:14px;min-width:auto}.notifications-toolbar{margin:0 18px 12px;display:flex;align-items:end;justify-content:space-between;gap:14px}.notifications-toolbar h1{margin:0;font-size:25px;color:#101A44}.notifications-toolbar p{margin:4px 0 0;color:#667085}.notifications-toolbar button,.notification-card form button{border:0;background:transparent;color:#0877F9;font-weight:800;cursor:pointer;padding:8px}.notifications-list{margin:0 18px;display:grid;gap:10px}.notification-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;box-shadow:0 7px 20px rgba(15,35,70,.055);overflow:hidden}.notification-card.unread{border-color:#cfe3ff;background:linear-gradient(90deg,#f4f9ff,#fff)}.notification-open{padding:15px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;text-decoration:none;color:inherit;align-items:start}.notification-type-icon{width:44px;height:44px;border-radius:14px;background:#eef5ff;color:#0877F9;display:grid;place-items:center}.notification-copy{min-width:0}.notification-copy b{display:block;color:#101A44;font-size:16px}.notification-copy p{margin:4px 0;color:#56627a;font-size:14px;line-height:1.4}.notification-copy small{color:#8a94a7;font-size:12px}.notification-open>i{width:9px;height:9px;border-radius:50%;background:#0877F9;margin-top:5px}.notification-card form{border-top:1px solid #eef2f7;text-align:right;padding:1px 8px}.notification-empty{padding:28px}.notification-toast{position:fixed;left:50%;bottom:calc(102px + env(safe-area-inset-bottom));transform:translate(-50%,20px);width:min(92vw,430px);background:#101A44;color:#fff;padding:14px 16px;border-radius:16px;box-shadow:0 18px 40px rgba(16,26,68,.28);z-index:150;text-decoration:none;opacity:0;transition:.22s ease;display:grid;gap:3px}.notification-toast.show{opacity:1;transform:translate(-50%,0)}.notification-toast strong{font-size:14px}.notification-toast span{font-size:13px;color:#e7edff;line-height:1.35}
@media(max-width:620px){.push-card{grid-template-columns:auto 1fr}.push-actions{grid-column:1/-1;justify-content:stretch}.push-actions .btn{flex:1}.notifications-toolbar{align-items:center}.notifications-toolbar button{max-width:145px;text-align:right}.notification-fab{bottom:calc(84px + env(safe-area-inset-bottom));width:45px;height:45px}.notification-toast{bottom:calc(90px + env(safe-area-inset-bottom))}}
@media(min-width:900px){.notification-fab{right:32px;bottom:32px}.notifications-page{max-width:820px}.push-card,.notification-flash,.notification-runtime,.notifications-toolbar,.notifications-list{margin-left:30px;margin-right:30px}}

/* M10 · Centro de seguridad y verificación */
.profile-menu-item.security .menu-icon{background:#eaf8ef;color:#159447}.security-overview{margin:0 18px 16px;border:1px solid #d9e7f6;border-radius:18px;padding:16px;display:flex;gap:13px;align-items:center;background:#f7fbff}.security-overview.pending{background:#fff8e7;border-color:#f6dfa0}.security-overview.verified{background:#eaf8ef;border-color:#c7ead5}.security-overview.rejected{background:#fdebec;border-color:#f5c5c7}.security-shield{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#e6f1ff;color:#0877f9;flex:none}.security-overview.verified .security-shield{background:#d6f1df;color:#159447}.security-overview.rejected .security-shield{background:#f8d8da;color:#d52f35}.security-overview small{font-weight:800;color:#667085}.security-overview h2{margin:2px 0 3px;font-size:22px}.security-overview p{margin:0;color:#667085;font-size:13px;line-height:1.4}.security-checklist{margin:0 18px 16px;background:#fff;border:1px solid #e5eaf2;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,35,70,.06)}.security-check-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:13px 14px;text-decoration:none;border-bottom:1px solid #eef2f6;color:#101a44}.security-check-row:last-child{border-bottom:0}.security-check-row span:nth-child(2){display:grid;gap:2px}.security-check-row small{color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.security-check-row em{font-style:normal;font-size:11px;font-weight:800;color:#667085}.security-state{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2f6;color:#667085}.security-state.pending{background:#fff1c9;color:#a87400}.security-state.verified{background:#def4e6;color:#159447}.security-state.rejected{background:#fde1e2;color:#d33138}.security-admin-note{margin:0 18px 16px;padding:14px 16px;border-radius:16px;background:#fff7e8;border:1px solid #f2ddad;color:#6c5400}.security-admin-note p{margin:5px 0 0;font-size:13px;line-height:1.45}.security-upload{scroll-margin-top:15px}.safety-report-btn{background:#101a44;color:#fff}.safety-report-form textarea{min-height:105px}.profile-security .profile-form-section h2{margin-bottom:5px}.profile-security .form-note{margin-top:0}
@media(max-width:480px){.security-check-row{grid-template-columns:34px 1fr}.security-check-row em{grid-column:2}.security-check-row small{max-width:225px}.security-overview{align-items:flex-start}}

/* M11 · Chat avanzado + calificaciones */
.rating-card{margin:0 12px 10px;padding:13px 14px;border:1px solid #dfeaf7;border-radius:16px;background:#fbfdff;display:grid;gap:11px}.rating-card-copy{display:flex;align-items:center;gap:10px}.rating-card-copy>div{display:grid;gap:2px}.rating-card-copy small{color:#667085;font-size:11px}.rating-icon{width:40px;height:40px;border-radius:12px;background:#fff7d6;color:#d89500;display:grid;place-items:center}.rating-form{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;gap:9px;align-items:center}.star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:1px}.star-picker input{position:absolute;opacity:0;pointer-events:none}.star-picker label{font-size:28px;line-height:1;color:#d4d9e1;cursor:pointer;transition:.12s transform,.12s color}.star-picker label:hover,.star-picker label:hover~label,.star-picker input:checked~label{color:#f3b21a;transform:translateY(-1px)}.rating-comment{height:42px;border:1px solid #dfe6ef;border-radius:12px;padding:0 12px;font:inherit;font-size:13px;min-width:0}.rating-form button{height:42px;border:0;border-radius:12px;background:#159447;color:#fff;font-weight:800;padding:0 14px;cursor:pointer}.rating-done{display:flex;align-items:center;gap:9px;flex-wrap:wrap;background:#eaf8ef;color:#126b38;border-radius:12px;padding:10px 12px}.rating-done span{display:flex}.rating-done i,.mini-rating i{font-style:normal;color:#d6dce5}.rating-done i.on,.mini-rating i.on{color:#f3b21a}.rating-done small{width:100%;color:#4c6658}.chat-readonly{margin:0 12px 8px;padding:10px 12px;border-radius:12px;background:#f2f5f8;color:#5c6777;display:flex;align-items:center;gap:7px;font-size:12px}.chat-compose button:disabled,.chat-compose textarea:disabled{opacity:.58;cursor:not-allowed}
@media(max-width:700px){.rating-card{margin:0 9px 8px;padding:11px}.rating-form{grid-template-columns:1fr}.star-picker{justify-content:center}.rating-comment{width:100%}.rating-form button{width:100%}.rating-card-copy small{font-size:10px}.chat-readonly{margin:0 9px 7px}}


/* M12 · Seguimiento del viaje por etapas */
.progress-page{padding-bottom:104px}.progress-header{margin-bottom:14px}.progress-runtime{margin:0 4px 12px}.progress-empty{margin:24px 4px}.progress-hero{margin:0 4px 14px;padding:20px;border-radius:22px;background:linear-gradient(135deg,#0877f9,#075ccb);color:#fff;box-shadow:0 14px 32px rgba(8,119,249,.22);display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.progress-hero.cancelled{background:linear-gradient(135deg,#e53935,#b82727)}.progress-hero.completed{background:linear-gradient(135deg,#159447,#0f7136)}.progress-route{grid-column:1/-1;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:850;opacity:.94}.progress-route span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-stage-icon{width:64px;height:64px;border-radius:19px;background:rgba(255,255,255,.16);display:grid;place-items:center}.progress-hero small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.82;font-weight:800}.progress-hero h1{margin:2px 0 4px;font-size:28px;letter-spacing:-.03em}.progress-hero p{margin:0;font-size:13px;line-height:1.4;opacity:.92}.progress-card{margin:0 4px 14px;background:#fff;border:1px solid #edf1f6;border-radius:20px;padding:16px;box-shadow:var(--shadow)}.trip-info-card{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trip-info-card>div{display:flex;gap:9px;align-items:flex-start;padding:10px;border-radius:14px;background:#f8fbff}.trip-info-card>div>span{color:#0877f9}.trip-info-card p{margin:0;display:grid;gap:2px}.trip-info-card small{color:#758197;font-size:10px}.trip-info-card b{font-size:12px;line-height:1.35}.progress-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.progress-section-title small{display:block;color:#0877f9;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.progress-section-title h2{margin:2px 0 0;font-size:21px}.live-chip{display:inline-flex;align-items:center;gap:6px;background:#eaf8ef;color:#13844a;padding:7px 9px;border-radius:999px;font-size:9px;font-weight:850;white-space:nowrap}.live-chip i{width:7px;height:7px;border-radius:50%;background:#18a95a;box-shadow:0 0 0 4px rgba(24,169,90,.12)}.stage-timeline{display:grid}.stage-step{position:relative;display:grid;grid-template-columns:38px 1fr;gap:10px;min-height:65px}.stage-step:not(:last-child):before{content:"";position:absolute;left:18px;top:34px;bottom:-2px;width:2px;background:#e3eaf3}.stage-dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f4f8;color:#8491a5;border:2px solid #e2e8f0;z-index:1}.stage-step div{padding:4px 0 14px}.stage-step b{display:block;font-size:14px}.stage-step small{display:block;margin-top:3px;color:#7a8799;font-size:11px;line-height:1.35}.stage-step.done .stage-dot{background:#eaf8ef;color:#159447;border-color:#bfe8cd}.stage-step.done:not(:last-child):before{background:#8fd2aa}.stage-step.current .stage-dot{background:#0877f9;color:#fff;border-color:#0877f9;box-shadow:0 0 0 5px rgba(8,119,249,.1)}.stage-step.current b{color:#0877f9}.cancelled-banner{display:flex;align-items:center;gap:10px;background:#fdebec;color:#b3242a;border-radius:14px;padding:12px;margin-bottom:14px}.cancelled-banner div{display:grid}.cancelled-banner span{font-size:11px;margin-top:2px}.driver-stage-actions>p{color:#667085;font-size:12px;line-height:1.45}.stage-action-grid{display:grid;gap:9px}.btn.danger{background:#fff;color:#d92d20;border:1px solid #f0b8b4}.passenger-progress-note{margin:0 4px 14px;padding:14px;border-radius:18px;background:#eaf4ff;color:#145aa6;display:flex;gap:10px;align-items:flex-start}.passenger-progress-note div{display:grid;gap:3px}.passenger-progress-note span{font-size:11px;line-height:1.4}.stage-history{display:grid}.stage-history>div{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #eef2f6}.stage-history>div:first-child{border-top:0}.stage-history>div>span{width:30px;height:30px;border-radius:9px;background:#f2f7fd;color:#0877f9;display:grid;place-items:center}.stage-history p{margin:0;display:grid;gap:2px}.stage-history b{font-size:12px}.stage-history small{font-size:10px;color:#738096;line-height:1.35}.stage-history time{font-size:10px;color:#8792a3}.progress-links{margin:0 4px;display:grid;gap:9px}.muted{color:#758197}
@media(max-width:520px){.progress-page{padding-left:9px;padding-right:9px}.progress-hero{padding:16px;border-radius:18px}.progress-stage-icon{width:54px;height:54px;border-radius:16px}.progress-hero h1{font-size:24px}.trip-info-card{grid-template-columns:1fr}.progress-card{padding:14px}.progress-section-title h2{font-size:19px}.live-chip{font-size:8px;padding:6px 8px}}


/* M13 · Localidades y puntos frecuentes inteligentes */
.smart-routes-card,.home-smart-routes{margin:12px auto 14px;max-width:680px;background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(15,35,70,.07)}
.home-smart-routes{margin-top:14px}.smart-routes-title{display:flex;gap:10px;align-items:center;color:#101a44;margin-bottom:10px}.smart-routes-title>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#eaf8ef;color:#159447}.smart-routes-title div{display:grid}.smart-routes-title small{font-size:12px;color:#667085;font-weight:600}.smart-route-chips{display:flex;gap:8px;overflow:auto;padding:2px 1px 4px;scrollbar-width:none}.smart-route-chips::-webkit-scrollbar{display:none}.smart-route-chip{flex:0 0 auto;text-decoration:none;border:1px solid #dce6f4;border-radius:999px;padding:9px 12px;background:#f7fafe;color:#101a44;font-size:13px;font-weight:800;white-space:nowrap}.smart-route-chip.favorite{background:#eaf8ef;border-color:#ccebd8;color:#11763a}.favorite-route-form{max-width:680px;margin:0 auto 12px;padding:0 2px}.favorite-route-btn{border:1px solid #dce6f4;background:#fff;color:#0877f9;border-radius:13px;padding:10px 13px;font:inherit;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.favorite-route-btn.saved{color:#11763a;background:#eaf8ef;border-color:#ccebd8}.route-favorite-message{max-width:680px;margin:0 auto 10px}.publish-field select option{font-weight:600}
@media(max-width:720px){.smart-routes-card,.home-smart-routes,.favorite-route-form,.route-favorite-message{margin-left:14px;margin-right:14px}.smart-route-chip{font-size:12px;padding:9px 11px}}


/* M14 · PWA comercial + reparación responsive */
html,body{max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%}input,select,textarea,button{max-width:100%}.app-shell{width:min(100%,900px)}
.connection-banner{position:fixed;z-index:80;left:50%;top:max(10px,env(safe-area-inset-top));transform:translateX(-50%) translateY(-140%);width:min(calc(100% - 24px),520px);padding:10px 14px;border-radius:14px;background:#101a44;color:#fff;box-shadow:0 10px 30px rgba(15,35,70,.2);font-size:12px;font-weight:800;text-align:center;transition:.25s transform}.connection-banner.show{transform:translateX(-50%) translateY(0)}.connection-banner.online{background:#159447}
.pwa-page{padding-bottom:104px}.pwa-header{margin-bottom:12px}.pwa-hero{position:relative;overflow:hidden;margin:0 4px 14px;border-radius:24px;padding:24px;background:linear-gradient(135deg,#0877f9,#075ccb);color:#fff;box-shadow:0 14px 34px rgba(8,119,249,.22)}.pwa-hero:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-80px;top:-90px;background:rgba(255,255,255,.09)}.pwa-hero img{width:min(250px,68%);background:#fff;border-radius:13px;padding:8px 10px;box-shadow:0 6px 18px rgba(3,45,100,.16)}.pwa-hero h1{font-size:30px;line-height:1.04;margin:18px 0 7px}.pwa-hero p{margin:0;max-width:540px;line-height:1.5;opacity:.92}.pwa-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.pwa-install-btn,.pwa-update-btn{min-height:50px;border:0;border-radius:15px;font:inherit;font-weight:850;cursor:pointer}.pwa-install-btn{background:#fff;color:#0877f9}.pwa-update-btn{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.28)}.pwa-install-btn[hidden]{display:none}.pwa-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 4px 14px}.pwa-status-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:15px;box-shadow:var(--shadow);display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.pwa-status-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf4ff;color:#0877f9}.pwa-status-card.green .pwa-status-icon{background:#eaf8ef;color:#159447}.pwa-status-card b{display:block;font-size:13px}.pwa-status-card small{display:block;color:#667085;margin-top:2px;font-size:10px;line-height:1.35}.pwa-info-card{margin:0 4px 14px;background:#fff;border:1px solid #e5eaf2;border-radius:20px;padding:17px;box-shadow:var(--shadow)}.pwa-info-card h2{font-size:19px;margin:0 0 10px}.pwa-info-list{display:grid;gap:9px}.pwa-info-row{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:13px;background:#f8fbff}.pwa-info-row>span{color:#159447}.pwa-info-row p{margin:0;display:grid;gap:2px}.pwa-info-row b{font-size:12px}.pwa-info-row small{color:#667085;font-size:10px;line-height:1.35}.pwa-version{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#667085;font-size:11px;padding-top:10px;border-top:1px solid #eef2f6;margin-top:10px}
@media(max-width:520px){.app-shell{padding-left:10px;padding-right:10px}.brand-header{gap:8px}.brand-header img{min-width:0}.compact-header{grid-template-columns:32px minmax(0,1fr) 92px}.compact-header strong{font-size:18px}.ride-card{grid-template-columns:48px minmax(0,1fr) 74px 12px}.ride-main h2{overflow-wrap:anywhere}.ride-price>b{font-size:19px}.bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr));padding-left:6px;padding-right:6px}.nav-item{min-width:0;font-size:10px}.nav-item svg{width:21px;height:21px}.profile-menu-item{grid-template-columns:42px minmax(0,1fr) 20px}.profile-menu-item span:nth-child(2){min-width:0}.profile-menu-item small{overflow-wrap:anywhere}.pwa-hero{padding:20px 17px;border-radius:20px}.pwa-hero h1{font-size:25px}.pwa-actions{grid-template-columns:1fr}.pwa-status-grid{grid-template-columns:1fr}.smart-routes-card,.home-smart-routes,.favorite-route-form,.route-favorite-message{margin-left:4px;margin-right:4px}.publish-heading{grid-template-columns:1fr}.publish-heading .back-link{justify-self:start}.publish-heading>div{text-align:left}.publish-heading>:last-child{display:none}.detail-stats{padding:0 5px}.detail-stats>div{min-width:0}.detail-stats b{font-size:22px}.chat-layout{min-width:0}.chat-thread,.chat-list{min-width:0}}
@media(max-width:360px){.app-shell{padding-left:7px;padding-right:7px}.brand-header img{width:70%}.handwritten{font-size:11px}.search-form label{grid-template-columns:46px 1fr}.ride-card{grid-template-columns:43px minmax(0,1fr) 65px 10px;gap:6px}.avatar{width:43px;height:43px}.ride-main h2{font-size:14px}.ride-main p{font-size:10px}.ride-price{padding-left:6px}.ride-price>b{font-size:17px}.ride-price>span,.ride-price>small{font-size:8px}.nav-item{font-size:9px}.pwa-hero h1{font-size:23px}}

.community-banner:focus-visible{outline:3px solid rgba(8,119,249,.3);outline-offset:3px}.community-banner:hover{box-shadow:0 8px 22px rgba(15,35,70,.08)}

/* M21 · Google Maps, alertas de ruta y seguimiento */
.google-map-shell{display:grid;gap:10px}.ride-google-map{min-height:280px;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(145deg,#eef7ff,#f8fbff)}.map-placeholder{min-height:280px;display:grid;place-items:center;align-content:center;text-align:center;gap:7px;padding:24px;color:var(--muted)}.map-placeholder span{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#eaf4ff;color:var(--blue)}.map-placeholder b{color:var(--navy);font-size:18px}.map-placeholder small{max-width:420px;line-height:1.45}.map-action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.map-mini-btn{min-height:46px;font-size:14px}.map-status{color:var(--muted);line-height:1.4}.ride-follow-form{display:grid;grid-template-columns:auto 1fr;gap:6px 10px;align-items:center;background:#f7fbff;border:1px solid #dcecff;border-radius:16px;padding:12px 14px}.ride-follow-form small{color:var(--muted);line-height:1.4}.ride-follow-btn{border:0;border-radius:12px;padding:11px 14px;background:#eaf4ff;color:var(--blue);font:inherit;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.ride-follow-btn.active{background:#eaf8ef;color:var(--green)}.route-alert-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:var(--shadow);margin-top:16px}.route-alert-head{display:flex;gap:12px;align-items:flex-start}.route-alert-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#eaf4ff;color:var(--blue);flex:0 0 auto}.route-alert-head h2{margin:0 0 4px;font-size:20px}.route-alert-head p{margin:0;color:var(--muted);line-height:1.45}.route-alert-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:16px}.route-alert-form>label{display:grid;gap:6px;font-size:13px;font-weight:800}.route-alert-form select,.route-alert-form input{width:100%;border:1px solid var(--border);border-radius:12px;padding:11px;font:inherit;background:#fff}.route-alert-days{grid-column:1/-1;border:1px solid var(--border);border-radius:14px;padding:10px 12px}.route-alert-days legend{font-weight:800;font-size:12px}.route-alert-days label{display:inline-flex;align-items:center;gap:5px;margin:4px 8px 4px 0;font-size:12px}.route-alert-days input{width:auto}.route-alert-form .btn{grid-column:1/-1}.route-alert-list{display:grid;gap:8px;margin-top:14px}.route-alert-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8fbff;border-radius:13px;padding:11px 13px}.route-alert-list b,.route-alert-list small{display:block}.route-alert-list small{margin-top:3px;color:var(--muted)}.route-alert-list button{border:0;background:#fdebec;color:#b42b2f;border-radius:10px;padding:8px 10px;font-weight:800;cursor:pointer}@media(max-width:640px){.ride-google-map,.map-placeholder{min-height:230px}.map-action-row{grid-template-columns:1fr}.ride-follow-form{grid-template-columns:1fr}.route-alert-form{grid-template-columns:1fr 1fr}.route-alert-form>label:nth-of-type(3){grid-column:1/-1}.route-alert-list article{align-items:flex-start}.route-alert-list button{white-space:nowrap}}@media(max-width:390px){.route-alert-form{grid-template-columns:1fr}.route-alert-form>label:nth-of-type(3){grid-column:auto}}


/* M24 · Fidelidad visual móvil total */
.avatar,.trip-avatar,.chat-avatar{overflow:hidden}.avatar img,.trip-avatar img,.chat-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.nav-trips{position:relative}.my-trips-title-actions{display:flex;align-items:center;gap:10px}.messages-shortcut{position:relative;width:38px;height:38px;border-radius:12px;background:#edf6ff;color:#0877f9!important;display:grid;place-items:center;text-decoration:none}.messages-shortcut b{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#e53935;color:#fff;font-size:9px;display:grid;place-items:center;border:2px solid #fff}.detail-avatar{overflow:hidden}.detail-avatar img{width:100%;height:100%;object-fit:cover}.request-chat{background:#edf6ff!important;color:#076bdc!important;border-color:#9dccff!important}
@media(max-width:520px){
  html{background:#f1f6fb}body{background:#f7fbff}.app-shell{width:100%;max-width:430px;padding:10px 12px calc(88px + env(safe-area-inset-bottom));box-shadow:none;background:linear-gradient(180deg,#f7fbff 0,#fff 54%,#f7fbff 100%)}
  .brand-header{padding:8px 12px 14px;align-items:flex-start}.brand-header img{width:73%;max-width:286px}.handwritten{font-size:13px;line-height:1.07;padding-top:4px;padding-right:0;transform:rotate(-5deg)}
  .scenic-panel{margin:0 -2px;border-radius:24px;padding:12px 10px 14px;background-position:center 26%;box-shadow:none}.search-card{border-radius:22px;padding:13px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(15,35,70,.10)}.search-form{gap:10px}.search-form label{min-height:66px;grid-template-columns:52px 1fr;border-radius:15px}.search-form b{font-size:13px}.search-form select,.search-form input{font-size:14px}.btn{min-height:52px;border-radius:14px;font-size:16px}.rides-section{padding:18px 2px 15px}.section-title{margin-bottom:9px}.section-title h1{font-size:25px}.section-title a{font-size:13px}.ride-list{gap:10px}.ride-card{grid-template-columns:52px minmax(0,1fr) 80px 14px;gap:8px;padding:11px 9px;border-radius:16px}.avatar{width:50px;height:50px}.ride-main h2{font-size:15px}.ride-main p{font-size:10.5px;margin:2px 0}.ride-main small{font-size:10px}.ride-price{padding-left:8px}.ride-price>b{font-size:21px}.ride-price>span,.ride-price>small{font-size:9px}.community-banner{border-radius:18px;margin:0 2px;padding:11px 13px;min-height:70px}.community-banner p{font-size:12px}.bottom-nav{width:min(430px,100%);grid-template-columns:repeat(4,minmax(0,1fr));padding:8px max(8px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));min-height:70px}.nav-item{font-size:11px;min-height:48px;gap:2px}.nav-item svg{width:23px;height:23px}
  .publish-page{padding-left:10px;padding-right:10px}.publish-page:before{top:70px;height:250px}.publish-brand{padding-bottom:4px}.publish-heading{margin-bottom:12px}.publish-heading h1{font-size:28px}.publish-heading p{font-size:13px;line-height:1.35}.publish-card{border-radius:22px;padding:12px;gap:9px}.publish-field{min-height:66px;grid-template-columns:55px 1fr;border-radius:15px}.publish-field .field-icon{min-height:64px}.field-control{padding:8px 11px}.field-control>b{font-size:12px}.field-control select,.field-control input{font-size:14px}.toggle-card{min-height:74px;border-radius:15px;padding:9px 10px;grid-template-columns:40px 1fr auto}.toggle-icon{width:38px;height:38px}.toggle-card>b,.toggle-card span:nth-child(2)>b{font-size:12px}.toggle-card small{font-size:9px}.publish-submit .btn{min-height:58px;font-size:18px}
  .compact-header{grid-template-columns:34px minmax(0,1fr) 96px;padding:8px 5px 12px}.compact-header strong{font-size:20px}.compact-header img{width:96px;justify-self:end}.ride-detail-card{gap:11px}.detail-hero{min-height:190px;border-radius:20px;padding:18px 15px;background-position:center 44%}.detail-hero h1{font-size:25px}.detail-hero p{font-size:11px;gap:4px}.detail-handwritten{font-size:12px}.detail-stats{margin-top:-54px;padding:0 10px;gap:7px}.detail-stats>div{padding:11px 12px;border-radius:16px;min-height:68px}.detail-stats b{font-size:24px}.detail-stats span{font-size:10px}.route-card,.driver-vehicle-card,.rules-card{border-radius:18px}.ride-google-map{min-height:180px}.map-action-row{grid-template-columns:1fr 1fr;gap:7px}.map-mini-btn{font-size:11px;min-height:42px}.route-points{grid-template-columns:1fr 1fr;gap:8px}.route-points>div{padding:10px 8px}.route-points p b{font-size:12px}.route-points p span,.route-points p small{font-size:9px}.driver-vehicle-card{grid-template-columns:1fr 1fr;gap:8px;padding:12px}.driver-summary{gap:8px}.detail-avatar{width:58px;height:58px}.driver-summary h2{font-size:15px}.verified-copy,.rating-copy{font-size:10px}.vehicle-summary{padding-left:8px}.vehicle-summary b{font-size:12px}.vehicle-summary span,.vehicle-summary small{font-size:9px}.rules-grid{grid-template-columns:repeat(3,1fr);gap:5px}.rules-grid>div{padding:10px 7px}.rules-grid b{font-size:11px}.rules-grid span{font-size:8px}.ride-actions{gap:8px}.ride-actions .btn{min-height:54px}
  .trips-page,.requests-page,.profile-page{padding-left:10px;padding-right:10px}.trips-brand img,.requests-brand img,.profile-brand img{width:73%}.trips-heading h1,.requests-heading h1{font-size:30px}.trip-tabs{margin:2px 1px 12px}.trip-tabs a{min-height:56px;font-size:14px}.trip-summary{gap:6px}.summary-card{padding:9px 6px;min-height:95px}.summary-card small{display:none}.my-trips-title h2{font-size:21px}.my-trip-card{grid-template-columns:48px minmax(0,1fr) 104px 12px;gap:7px;padding:10px 7px}.trip-avatar{width:46px;height:46px}.trip-card-main h3{font-size:13px}.trip-card-main p{font-size:9px}.trip-status{font-size:9px;padding:6px}.trip-status-col>small{font-size:8px}.messages-shortcut{width:34px;height:34px}
  .requests-heading{padding:4px 2px 10px}.pending-counter{font-size:11px;padding:8px 10px}.request-list{gap:11px;padding:0 1px}.request-card{border-radius:17px;padding:12px}.request-card-top{grid-template-columns:64px minmax(0,1fr);gap:10px}.request-avatar{width:62px;height:62px;border-width:3px}.request-name-row h2{font-size:18px}.request-name-row time{font-size:9px}.request-person h3{font-size:15px}.request-meta,.request-message{font-size:10px}.request-actions{gap:8px;margin-top:10px}.request-actions button,.request-chat{min-height:48px;font-size:14px;border-radius:13px}
  .profile-hero{border-radius:24px;margin:0 2px 10px}.profile-scenery{height:180px}.profile-side-copy{font-size:13px;bottom:14px}.profile-avatar-wrap,.profile-avatar-large{width:130px;height:130px}.profile-avatar-wrap{margin-top:-76px}.profile-avatar-large{border-width:6px}.profile-check{width:36px;height:36px;right:2px;bottom:11px}.profile-identity h1{font-size:27px}.profile-identity p{font-size:13px}.role-pill{min-width:180px;min-height:44px;font-size:16px}.profile-vehicle-card{margin:0 18px 12px;grid-template-columns:115px 1fr;gap:12px;padding:12px 14px}.profile-car-visual{min-height:74px;padding-right:10px}.profile-car-visual img{width:105px;max-height:68px}.profile-vehicle-copy h2{font-size:16px}.profile-vehicle-copy p{font-size:10px}.profile-edit-button{margin:0 18px 9px}.profile-menu{gap:8px;margin:0 2px}.profile-menu-item{grid-template-columns:46px minmax(0,1fr) 20px;min-height:68px;padding:10px 13px;border-radius:16px}.profile-menu-item.documents{min-height:58px}.menu-icon{width:42px;height:42px;border-radius:13px}.profile-menu-item b{font-size:15px}.profile-menu-item small{font-size:10px}
}
@media(max-width:360px){.app-shell{padding-left:7px;padding-right:7px}.brand-header{padding-left:8px;padding-right:8px}.ride-card{grid-template-columns:45px minmax(0,1fr) 68px 10px;gap:6px}.avatar{width:43px;height:43px}.ride-main h2{font-size:13px}.ride-price>b{font-size:18px}.request-card-top{grid-template-columns:54px minmax(0,1fr)}.request-avatar{width:52px;height:52px}.profile-vehicle-card{margin-left:10px;margin-right:10px}.profile-edit-button{margin-left:10px;margin-right:10px}}

/* M25 · Centro de seguridad en viaje */
.safety-button{background:#eaf5ff!important;color:#076bdc!important;border:1px solid #9dccff!important}.safety-shortcut{background:#e9f8ef;color:#118445!important}.safety-page{background:linear-gradient(180deg,#f5faff 0,#fff 54%,#f7fbff 100%)}.safety-intro-card,.safety-rides-card,.safety-actions-card,.safety-contact-card,.safety-trip-hero{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);margin:0 0 14px;padding:18px}.safety-intro-card{display:flex;align-items:flex-start;gap:14px;background:linear-gradient(135deg,#edf7ff,#fff 62%)}.safety-intro-card small,.safety-section-title small,.safety-trip-route small{display:block;color:#6d7f91;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.safety-intro-card h1{font-size:24px;margin:4px 0 6px}.safety-intro-card p{margin:0;color:var(--muted);line-height:1.45}.safety-hero-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;flex:0 0 auto;background:#e7f7ed;color:#118445}.safety-hero-icon.danger{background:#fff0f0;color:#c83237}.safety-empty .safety-hero-icon{margin:0 auto 10px}.safety-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#0877f9}.safety-section-title h2{margin:2px 0 0;color:var(--text);font-size:20px}.safety-ride-list{display:grid;gap:8px}.safety-ride-list>a{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:12px;border:1px solid #e4edf5;border-radius:15px;text-decoration:none;color:inherit;background:#fbfdff}.safety-ride-list>a:hover{border-color:#9dccff;background:#f4faff}.safety-route-icon{width:42px;height:42px;border-radius:13px;background:#edf6ff;color:#0877f9;display:grid;place-items:center}.safety-ride-list p{margin:0}.safety-ride-list b,.safety-ride-list small{display:block}.safety-ride-list b{font-size:14px}.safety-ride-list small{font-size:11px;color:var(--muted);margin-top:3px}.safety-emergency-note{display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:16px;background:#fff4f3;border:1px solid #ffd3cf;color:#b2282e;margin:14px 0}.safety-emergency-note b,.safety-emergency-note span{display:block}.safety-emergency-note span{color:#80555a;font-size:11px;margin-top:2px}.safety-trip-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#0c7cf5,#0a61ce);color:#fff;border:0}.safety-trip-route small{color:#d8ebff}.safety-trip-route h1{font-size:22px;margin:5px 0}.safety-trip-route h1 span{opacity:.75}.safety-trip-route p{margin:0;display:flex;align-items:center;gap:5px;font-size:12px}.safety-stage-chip{white-space:nowrap;border-radius:99px;background:rgba(255,255,255,.18);padding:8px 10px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800}.safety-stage-chip.completed{background:#dff7e8;color:#14723e}.safety-stage-chip.cancelled{background:#ffe4e3;color:#a72a30}.safety-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.safety-action-grid>a,.safety-action-grid>button{appearance:none;text-align:left;border:1px solid #e2ebf3;background:#fbfdff;border-radius:16px;padding:12px;min-height:120px;text-decoration:none;color:inherit;font:inherit;cursor:pointer}.safety-action-grid>a:hover,.safety-action-grid>button:hover{border-color:#9dccff;background:#f5faff}.safety-action-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;margin-bottom:9px}.safety-action-icon.blue{background:#eaf4ff;color:#0877f9}.safety-action-icon.green{background:#e8f8ee;color:#128348}.safety-action-icon.red{background:#ffeded;color:#c83237}.safety-action-grid b,.safety-action-grid small{display:block}.safety-action-grid b{font-size:14px}.safety-action-grid small{font-size:10px;color:var(--muted);line-height:1.35;margin-top:3px}.safety-share-status{min-height:18px;margin:9px 2px 0;color:#4c6d8e;font-size:11px}.safety-contact-grid{display:grid;gap:9px}.safety-contact-grid>a{display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:10px;border-radius:15px;padding:11px 12px;text-decoration:none}.safety-contact-grid>a>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.safety-contact-grid p{margin:0}.safety-contact-grid b,.safety-contact-grid small{display:block}.safety-contact-grid small{margin-top:2px;font-size:11px;opacity:.78}.emergency-911{background:#fff0f0;color:#a9242c;border:1px solid #ffd0d0}.emergency-911>span{background:#ffdada}.emergency-person{background:#eef8f2;color:#126a3d;border:1px solid #caecd7}.emergency-person>span{background:#d9f1e2}.emergency-person.setup{background:#f6f8fb;color:#526476;border-color:#e0e6ed}.emergency-person.setup>span{background:#e9eef4}.safety-disclaimer{display:flex;gap:9px;align-items:flex-start;margin-top:12px;padding:11px;border-radius:13px;background:#fff9e8;color:#795d17}.safety-disclaimer p{margin:0;font-size:11px;line-height:1.4}.safety-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:8px}
@media(max-width:520px){.safety-page{padding-left:10px;padding-right:10px}.safety-intro-card,.safety-rides-card,.safety-actions-card,.safety-contact-card,.safety-trip-hero{border-radius:19px;padding:13px;margin-bottom:10px}.safety-intro-card h1{font-size:21px}.safety-hero-icon{width:50px;height:50px;border-radius:15px}.safety-trip-hero{align-items:center}.safety-trip-route h1{font-size:18px}.safety-action-grid>a,.safety-action-grid>button{min-height:108px;padding:10px}.safety-footer-links{grid-template-columns:1fr}.safety-section-title h2{font-size:18px}}
@media(max-width:360px){.safety-action-grid{grid-template-columns:1fr}.safety-trip-hero{display:block}.safety-stage-chip{margin-top:9px}}
