*{box-sizing:border-box}body{margin:0;background:#f5f7f8;color:#19362d;font:16px/1.5 system-ui,sans-serif}button,input,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;border-radius:10px;padding:12px 18px;font-weight:650}button:disabled{opacity:.55;cursor:default}button:focus-visible,a:focus-visible{outline:3px solid #e5aa2e;outline-offset:3px}header{height:90px;display:flex;align-items:center;gap:28px;max-width:1160px;margin:auto;padding:0 28px}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:inherit;text-decoration:none;letter-spacing:-1px}.logo{width:42px;height:42px;background:#186651;color:white;border-radius:13px;display:grid;place-items:center;position:relative;font-size:29px}.logo span{position:absolute;right:4px;top:-3px;font-size:21px;color:#d9f292}.area{margin-left:auto;color:#667c74;font-size:14px}.avatar{border:1px solid #cedbd6;border-radius:50%;padding:10px;font-size:13px;background:#e4eee9}.demo{background:#e7eee9;text-align:center;padding:8px 16px;font-size:12px;font-weight:800;letter-spacing:1px}.demo span{font-weight:400;letter-spacing:0;margin-left:12px}main{max-width:1060px;margin:auto;padding:42px 24px}.intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:36px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:750;color:#347e64;margin:0 0 8px}h1{font-size:44px;letter-spacing:-1.8px;line-height:1.15;margin:0 0 12px}p{margin:0;color:#60756c}.primary{background:#186651;color:white}.primary:hover{background:#114d3d}nav{display:flex;gap:28px;border-bottom:1px solid #d8e1dd;margin-bottom:24px}nav button{background:none;border-radius:0;padding:12px 0 16px;color:#63746e}nav button.active{border-bottom:3px solid #186651;color:#186651}nav span{background:#e1e9e5;border-radius:6px;padding:2px 7px;font-size:12px;margin-left:5px}#filters{display:flex;gap:14px;align-items:end;padding:22px;background:white;border:1px solid #dde5e1;border-radius:14px}label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:650;flex:1}input,textarea{width:100%;min-width:0;padding:12px;border:1px solid #cddbd4;border-radius:8px;background:white;color:#243e33}input:focus,textarea:focus{outline:2px solid #398368}#filters label:nth-child(3){flex:.8}.textbutton{background:transparent;color:#52695e;padding:12px 0}.listtitle{display:flex;align-items:center;justify-content:space-between;margin:27px 0 14px}h2{font-size:20px;margin:0}.listtitle>span{font-size:14px;color:#6a7e73}.card{background:white;border:1px solid #dce4e0;border-radius:14px;margin-bottom:14px;padding:24px;display:grid;grid-template-columns:110px 1fr 175px;gap:22px;align-items:center}.time{font-size:29px;font-weight:750;letter-spacing:-1px}.day{font-size:14px;color:#6a7b73}.route{font-size:19px;font-weight:700;margin-bottom:5px}.route span{color:#7c998c;margin:0 10px}.meet{font-size:14px;color:#738178}.driver{display:flex;align-items:center;gap:9px;margin-top:15px;font-size:14px}.initial{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf0df;color:#577430;font-size:12px;font-weight:750}.driver small{color:#758078}.action{text-align:right}.seats{font-size:14px;color:#28715a;margin-bottom:12px}.secondary{background:#edf4ef;color:#21614b;border:1px solid #c9ddd1}.action button{width:100%}.status{font-size:13px;color:#866416;background:#fff3d8;padding:5px 9px;border-radius:5px;display:inline-block;margin-top:7px}aside{display:flex;align-items:center;gap:20px;background:#e7efe9;border-radius:14px;padding:24px;margin-top:32px}aside p{font-size:14px;margin-top:4px}aside button{margin-left:auto;white-space:nowrap}.asideicon{font-size:32px;color:#186651}footer{max-width:1012px;margin:0 auto;padding:24px 0 36px;border-top:1px solid #dce4df;font-size:14px;font-weight:700;display:flex;justify-content:space-between;color:#718177}footer span{font-weight:400}dialog{border:0;border-radius:18px;padding:28px;width:min(540px,calc(100% - 28px));max-height:90dvh;color:#19362d;box-shadow:0 25px 100px #102f3b40}dialog::backdrop{background:#19362d66;backdrop-filter:blur(3px)}.modalhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modalhead button{background:#f0f3f1;padding:6px 12px}#body form{display:grid;gap:16px}.row{display:flex;gap:12px}.notice{padding:14px;background:#f0f5f1;border-radius:9px;font-size:14px;margin:16px 0}.empty{text-align:center;padding:50px 20px;background:white;border:1px dashed #bdcfc4;border-radius:14px}.empty h2{margin-bottom:8px}#toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#193e30;color:white;border-radius:12px;padding:14px 22px;box-shadow:0 4px 20px #0002;display:none;max-width:90%;z-index:10}.request{display:flex;gap:12px;align-items:center;flex-wrap:wrap;border-top:1px solid #ddd;padding-top:16px;margin-top:16px}.request button{font-size:14px;padding:8px 12px} @media(max-width:700px){header{height:74px;padding:0 20px}.brand{font-size:21px}.area{display:none}.avatar{margin-left:auto}.demo{font-size:10px}.demo span{display:block;font-size:12px;margin:2px 0 0}main{padding:28px 16px}.intro{align-items:start;margin-bottom:22px}.intro .primary{font-size:0;padding:10px;width:45px}.intro .primary:after{content:'＋';font-size:23px}h1{font-size:33px}.intro p:not(.eyebrow){font-size:15px;max-width:270px}.eyebrow{font-size:10px}nav{gap:24px}nav button{font-size:14px}#filters{display:grid;grid-template-columns:1fr 1fr;padding:16px;gap:12px}#filters label:nth-child(3){grid-column:1 / -1}#filters button{font-size:14px}.card{grid-template-columns:70px 1fr;gap:14px;padding:18px}.time{font-size:25px}.day{font-size:12px}.route{font-size:17px}.route span{margin:0 5px}.action{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eff2ef;padding-top:14px;gap:10px}.seats{margin:0}.action button{width:auto;font-size:14px;padding:10px 18px}.meet{font-size:13px}.driver{margin-top:10px}.listtitle h2{font-size:18px}aside{padding:20px;flex-wrap:wrap;gap:12px}aside button{margin-left:0;width:100%}footer{margin:0 16px;display:block}footer span{display:block;margin-top:4px}.row{flex-wrap:wrap}.row label{min-width:130px}}

select{font:inherit;width:100%;padding:12px;border:1px solid #cddbd4;border-radius:8px;background:white;color:#243e33}select:focus{outline:2px solid #398368}.via{font-size:14px;color:#21614b;margin:6px 0;overflow-wrap:anywhere}.boardinghint{font-size:13px;font-weight:400;color:#60756c;margin:8px 0}
.check{flex-direction:row;align-items:flex-start;font-weight:400}.check input{width:20px;height:20px;flex-shrink:0;margin-top:3px}.legal{border:1px solid #cddbd4;border-radius:8px;padding:12px;margin:12px 0}.legal summary{cursor:pointer;font-weight:650}.legal p{margin:10px 0;font-size:14px}.legal h3{font-size:16px}

header{position:relative}.foundation-name{position:absolute;left:50%;transform:translateX(-50%);text-align:center;font-size:14px;font-weight:700;line-height:1.2;color:#186651}@media(max-width:850px){header .area{display:none}header .avatar{margin-left:auto}}@media(max-width:580px){header{height:auto;min-height:100px;flex-wrap:wrap;padding-top:12px;padding-bottom:40px}.foundation-name{bottom:8px;font-size:12px}.foundation-name br{display:none}}
header{min-height:150px}.foundation-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:145px;height:145px;object-fit:contain}@media(max-width:700px){header{min-height:175px;padding-top:12px;padding-bottom:112px}.foundation-logo{width:110px;height:110px;top:auto;bottom:0;transform:translateX(-50%)}}

