:root{--ink:#14213d;--blue:#1769e0;--sky:#eaf3ff;--orange:#ff9f1c;--paper:#fff;--muted:#64748b;--line:#dbe5f0;--shadow:0 24px 70px rgba(20,33,61,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(145deg,#f8fbff 0%,#edf5ff 48%,#fff8eb 100%);font-family:Inter,Segoe UI,Arial,sans-serif;min-height:100vh}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:20px;font-weight:800;letter-spacing:.08em;text-decoration:none}.brand-mark{display:grid;place-items:center;width:48px;height:38px;border-radius:12px 12px 12px 4px;color:#fff;background:var(--blue);font-size:17px;letter-spacing:0}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{color:var(--ink);font-weight:650;text-decoration:none}.hero{min-height:610px;max-width:1180px;margin:auto;padding:80px 28px 100px;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.eyebrow{display:inline-block;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:15px}.hero h1,.auth-card h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}.lead{max-width:620px;color:#46566d;font-size:21px;line-height:1.6}.actions{display:flex;align-items:center;gap:28px;margin-top:38px}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:14px;background:var(--blue);color:#fff!important;padding:16px 24px;font:inherit;font-weight:750;text-decoration:none;box-shadow:0 10px 25px rgba(23,105,224,.25);cursor:pointer}.button:hover{background:#0f56bd}.button-small{padding:10px 17px;border-radius:11px}.button-full{width:100%;margin-top:18px}.text-link,.back-link{color:var(--blue);font-weight:700;text-decoration:none}.route-card{background:rgba(255,255,255,.86);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.9);border-radius:30px;padding:38px;box-shadow:var(--shadow);transform:rotate(1.2deg)}.route-row{display:flex;align-items:center;gap:18px}.route-row small{display:block;color:var(--muted);margin-bottom:4px}.route-row strong{font-size:20px}.route-dot{width:18px;height:18px;border-radius:50%;box-shadow:0 0 0 6px var(--sky)}.route-dot.start{background:var(--blue)}.route-dot.finish{background:var(--orange);box-shadow:0 0 0 6px #fff1dc}.route-line{height:76px;border-left:3px dashed #b7c8dc;margin:8px 0 8px 8px}.ride-meta{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);margin-top:32px;padding-top:24px;color:var(--muted);font-size:13px}.features{max-width:1180px;margin:-30px auto 80px;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features article{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.8);border-radius:22px;padding:28px}.features article>span{color:var(--orange);font-size:13px;font-weight:900}.features h2{margin:18px 0 10px}.features p{color:var(--muted);line-height:1.6;margin:0}.notice{max-width:1124px;margin:0 auto 80px;padding:22px 26px;background:#fff4dc;border:1px solid #f6d99c;border-radius:16px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.notice span{color:#665839}footer{max-width:1180px;margin:auto;padding:30px 28px 44px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}footer a{color:var(--blue)}.auth-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:50px 20px}.auth-card{width:min(100%,500px);background:rgba(255,255,255,.9);padding:42px;border:1px solid #fff;border-radius:28px;box-shadow:var(--shadow)}.auth-card .back-link{display:block;margin-bottom:34px}.auth-card h1{font-size:46px}.auth-card>p{color:var(--muted);line-height:1.6}.auth-card form{margin-top:30px}.auth-card label{display:block;font-weight:750;margin-bottom:9px}.auth-card input{width:100%;border:1px solid #cbd8e6;border-radius:13px;padding:15px 16px;background:#fff;font:inherit;font-size:18px;outline:none}.auth-card input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(23,105,224,.12)}.validation{display:block;color:#b42318;margin:8px 0;font-size:14px}.validation ul{padding-left:20px}.safe-note{font-size:13px;margin:22px 0 0!important;padding-top:18px;border-top:1px solid var(--line)}
@media(max-width:780px){.site-header{height:66px;padding:0 18px}.site-header nav>a:first-child{display:none}.hero{min-height:auto;grid-template-columns:1fr;gap:52px;padding:62px 20px 80px}.hero h1{font-size:48px}.lead{font-size:18px}.route-card{transform:none;padding:28px}.features{grid-template-columns:1fr;padding:0 20px}.notice{margin:0 20px 60px;text-align:center}.auth-card{padding:30px 22px}.auth-card h1{font-size:38px}footer{margin:0 20px;padding-left:0;padding-right:0}.actions{align-items:flex-start;flex-direction:column;gap:20px}}

/* Web application shell */
.app-body:has(.webapp-shell){overflow:hidden;background:#dfeaf7}.app-body:has(.webapp-shell)>.legacy-site-header,.app-body:has(.webapp-shell)>.legacy-site-footer{display:none}.app-body:has(.webapp-shell)>.app-main{height:100%}.webapp-shell{height:100dvh;max-width:1500px;margin:auto;background:#fff;display:grid;grid-template-rows:70px 1fr 38px;box-shadow:0 24px 80px rgba(25,60,110,.17);overflow:hidden}.webapp-bar{display:flex;align-items:center;gap:18px;padding:0 22px;border-bottom:1px solid #dce6f1;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);z-index:2}.webapp-brand{display:flex;align-items:center;gap:10px;color:#15233b;text-decoration:none}.webapp-brand span{display:flex;align-items:baseline;gap:6px}.webapp-brand strong{font-size:22px}.webapp-brand small{font-weight:850;letter-spacing:.13em}.webapp-environment{margin:auto;padding:6px 11px;border-radius:999px;background:#edf5ff;color:#0d47a1;font-size:12px;font-weight:750}.webapp-actions{display:flex;gap:7px}.webapp-icon-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #dce6f1;border-radius:12px;background:#fff;color:#15233b;font-size:23px;cursor:pointer}.webapp-icon-button:hover{background:#f3f7fc}.webapp-stage{position:relative;min-height:0;background:radial-gradient(circle at 78% 20%,#fff1d9 0,transparent 27%),linear-gradient(145deg,#f8fbff,#e8f2ff 56%,#fef8ec);overflow:hidden}.webapp-welcome,.webapp-loading,.webapp-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px 22px}.webapp-welcome h1{font-size:clamp(42px,7vw,76px);line-height:1;letter-spacing:-.05em;margin:10px 0 18px}.webapp-welcome>p{max-width:590px;margin:0;color:#68778c;font-size:19px;line-height:1.6}.webapp-route{position:relative;width:250px;height:72px;margin-bottom:22px}.webapp-route span{position:absolute;left:12px;right:12px;top:35px;border-top:2px dashed #abc3e0}.webapp-route b{position:absolute;top:12px;left:44%;font-size:42px;color:#1769e0;transform:rotate(8deg);background:#eef6ff;padding:0 10px}.webapp-route i{position:absolute;right:0;top:27px;width:18px;height:18px;border-radius:50%;background:#ffad32;box-shadow:0 0 0 7px #fff0d8}.webapp-primary{min-width:260px;margin-top:30px;padding:16px 24px;border:0;border-radius:15px;background:#1769e0;color:#fff;font:inherit;font-weight:800;box-shadow:0 12px 28px rgba(23,105,224,.25);cursor:pointer}.webapp-primary:hover{background:#1159c3}.webapp-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:min(650px,100%);margin-top:46px}.webapp-benefits span{padding:14px;border:1px solid rgba(190,210,232,.75);border-radius:14px;background:rgba(255,255,255,.62);font-size:13px;font-weight:700}.webapp-benefits b{color:#ffad32;margin-right:5px}.webapp-frame{width:100%;height:100%;border:0;background:#fff}.webapp-loading strong{margin-top:22px;font-size:20px}.webapp-loading span{margin-top:8px;color:#68778c}.webapp-spinner{width:54px;height:54px;border:5px solid #cfdef0;border-top-color:#1769e0;border-radius:50%;animation:webapp-spin .8s linear infinite}.webapp-error-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#fff0ef;color:#c83229;font-size:34px;font-weight:800}.webapp-error h2{margin:20px 0 8px}.webapp-error p{color:#68778c}.webapp-footer{display:flex;align-items:center;gap:9px;padding:0 20px;background:#fff;border-top:1px solid #dce6f1;color:#68778c;font-size:12px}.webapp-footer a{margin-left:auto;color:#1769e0;text-decoration:none}.webapp-dot{width:8px;height:8px;border-radius:50%;background:#39a868;box-shadow:0 0 0 4px #e5f6ec}@keyframes webapp-spin{to{transform:rotate(360deg)}}
@media(max-width:640px){.webapp-shell{grid-template-rows:62px 1fr 34px}.webapp-bar{padding:0 13px}.webapp-brand img{width:38px;height:38px}.webapp-brand small{display:none}.webapp-environment{font-size:10px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webapp-icon-button{width:38px;height:38px}.webapp-welcome{justify-content:flex-start;padding-top:8vh}.webapp-route{width:200px;margin-bottom:14px}.webapp-welcome h1{font-size:46px}.webapp-welcome>p{font-size:16px}.webapp-benefits{grid-template-columns:1fr;margin-top:32px;gap:7px}.webapp-benefits span{padding:10px}.webapp-footer{padding:0 12px}.webapp-footer a{display:none}}
