﻿/* Shared page rhythm and navigation: sized for touch, with room below content. */
body .bottom-nav{position:fixed;left:var(--app-left,0px);bottom:0;width:var(--app-width,100%);max-width:440px;margin:0;border-radius:20px 20px 0 0;padding:10px 12px max(12px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;background:#15231cf5;backdrop-filter:blur(18px);border:1px solid #42543c;box-shadow:0 -8px 28px #0003;z-index:8}
body .bottom-nav button{min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:7px 3px;border-radius:12px;color:#b2c4b5;font-size:12px}
body .bottom-nav button .icon{width:25px;height:25px;stroke-width:2;flex-shrink:0}
body .bottom-nav button span{font-size:12px;line-height:1.25;font-weight:600}
body .bottom-nav button.active{background:#c4f477;color:#182d20}
body .bottom-nav button.active>i{display:none}
body .app-content{padding-bottom:calc(125px + env(safe-area-inset-bottom));min-height:calc(100dvh - 90px)}
.page-heading{margin:18px 0 26px}.page-heading .eyebrow{font-size:10px;letter-spacing:1.5px;color:#bce68b;line-height:1.7}.page-heading h1{font-size:30px;line-height:1.2;margin:10px 0}.page-heading p{font-size:14px;line-height:1.7;color:#aec0b2;margin:0}
.page-history .summary-card{background:linear-gradient(130deg,#30472a,#1c3022);border:1px solid #506743;padding:25px;border-radius:22px}.page-history .summary-card span,.page-history .summary-card small{font-size:13px;line-height:1.6;color:#c2d5b8}.page-history .summary-card h2{font-size:36px;margin:12px 0;color:#d6f8ac}
.page-history .filter-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:24px 0}.page-history .filter-tabs button{min-height:45px;padding:10px 5px;font-size:13px;border-radius:12px}.page-history .empty{border:1px dashed #42583c;border-radius:20px;padding:36px 16px;background:#18271d}.page-history .empty>.icon{width:44px;height:44px;color:#c4f477;background:#293f27;border-radius:12px;padding:9px;box-sizing:content-box;margin-bottom:20px}.page-history .empty b{font-size:17px;color:#edf5e6}.page-history .empty p{font-size:13px;line-height:1.8;color:#aec0a7;margin-bottom:0}
.explore-hero{display:flex;align-items:center;gap:6px;padding:23px 19px;border:1px solid #4d6542;border-radius:22px;background:linear-gradient(125deg,#2e4527,#192b20);margin-bottom:24px}.explore-hero>div{flex:1;min-width:0}.explore-hero .eyebrow{font-size:9px;line-height:1.6;letter-spacing:1px;color:#c4f477}.explore-hero h2{font-size:24px;line-height:1.2;letter-spacing:-.6px;margin:12px 0}.explore-hero p{font-size:13px;line-height:1.7;color:#bdd0b3;margin:0}.explore-art{width:78px;height:78px;flex-shrink:0}.explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.explore-service{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid #354a36;background:#1a2a20;padding:16px;border-radius:18px;min-width:0}.explore-service .service-icon{width:65px;height:65px;margin:-4px 0 9px}.explore-service b{font-size:15px;line-height:1.4;font-weight:600}.explore-service>span:last-child{font-size:11px;color:#bbcfaf;display:flex;align-items:center;gap:4px;margin-top:12px}.explore-service>span:last-child .icon{width:15px;height:15px}.explore-notice{display:flex;gap:14px;padding:20px}.explore-notice>.icon{flex-shrink:0;margin-top:3px}.explore-notice h2{font-size:16px;margin:0 0 8px}.explore-notice p{font-size:13px;margin:0;line-height:1.7}
.page-account .profile-card{background:linear-gradient(150deg,#2b4128,#18281e);border-color:#465d3d;border-radius:23px;padding:27px 20px}.page-account .avatar.large{width:76px;height:76px;background:#c4f477;color:#23351b;border:5px solid #3d5630;font-size:30px}.page-account .profile-card h2{font-size:23px;line-height:1.4;overflow-wrap:anywhere;margin-top:16px}.page-account .profile-card p{font-size:14px;line-height:1.6;color:#bbccb6}.page-account .pill{font-size:10px;letter-spacing:1px;padding:7px 12px}.page-account .settings-row{font-size:15px;min-height:72px;gap:13px;padding:17px 2px;line-height:1.4}.page-account .settings-row>.icon:first-child{width:42px;height:42px;border-radius:12px;padding:10px;background:#263b29;color:#c4f477}.page-account .settings-row.danger>.icon:first-child{color:#ffbbac;background:#3b2c29}.page-account .settings-row>.icon:last-child{width:20px;height:20px;color:#b1c4a7}.page-account .info-card{border-radius:18px;padding:20px}.page-account .info-card h3{font-size:16px;margin:0 0 9px}.page-account .info-card p{font-size:13px;line-height:1.8;margin:0}
dialog .modal-close{width:44px;height:44px;top:9px;right:9px}dialog .info-card{margin-top:30px;padding:20px}dialog .info-card p{font-size:14px;line-height:1.8}dialog .info-card h2{font-size:23px;line-height:1.3}
@media(max-width:360px){.explore-hero{padding:20px 15px}.explore-art{width:56px;height:56px}.explore-hero h2{font-size:22px}.explore-service{padding:14px 12px}.explore-service b{font-size:14px}.page-heading h1{font-size:28px}}
