:root{
  --green:#0f6b4f;
  --green-dark:#0a4d37;
  --green-soft:#e8f3ee;
  --red:#ef3340;
  --ink:#17211f;
  --muted:#707976;
  --line:#e8ecea;
  --surface:#fff;
  --shadow:0 8px 24px rgba(20,66,51,.10);
  --radius:18px;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;width:100%;min-height:100%;background:#f7f8f7;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
button,input{font:inherit}
button{cursor:pointer}
body{display:flex;justify-content:center}
.app-shell{width:min(100%,690px);min-height:100vh;background:#fff;position:relative;box-shadow:0 0 34px rgba(0,0,0,.04)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px 8px;background:#fff;position:relative;z-index:2}
.brand-area{display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo{width:58px;height:58px;object-fit:contain}
.brand-copy h1{margin:0;color:var(--green);font-size:27px;line-height:1.08;font-weight:850;letter-spacing:-.7px}
.brand-copy p{margin:5px 0 0;font-size:18px;line-height:1.1;color:#1d2422}
.top-actions{display:flex;gap:12px}
.round-button{width:56px;height:56px;border:1px solid #e3e8e5;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--green-dark);box-shadow:0 4px 14px rgba(15,73,54,.07);position:relative}
.round-button svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.badge{position:absolute;right:-1px;top:-1px;background:#e82f3a;color:#fff;border-radius:999px;min-width:22px;height:22px;display:grid;place-items:center;font-size:12px;font-weight:800;border:2px solid #fff}
.page-content{padding:7px 24px calc(112px + env(safe-area-inset-bottom));background:linear-gradient(#fff,#fbfcfb);overflow-x:hidden}
.search-box{height:52px;border:1px solid #dfe5e2;border-radius:15px;display:flex;align-items:center;padding:0 14px;gap:10px;background:#fff;margin-bottom:12px}
.search-icon{width:26px;height:26px;fill:none;stroke:#697471;stroke-width:2;stroke-linecap:round}
.search-box input{flex:1;border:0;outline:0;background:transparent;font-size:16px;color:#26302d;min-width:0}
.search-box input::placeholder{color:#7b8582}
.voice-button{border:0;background:transparent;color:var(--green);padding:4px;display:grid;place-items:center}
.voice-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.weather-hero{height:205px;border-radius:18px;overflow:hidden;position:relative;color:#fff;box-shadow:0 7px 18px rgba(15,89,67,.10);margin-bottom:16px}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 48%;filter:saturate(1.03)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,73,53,.96) 0%,rgba(4,73,53,.72) 31%,rgba(4,73,53,.13) 58%,rgba(0,0,0,.05) 100%)}
.hero-copy{position:absolute;left:24px;top:18px;z-index:2}
.hero-copy h2{margin:0 0 8px;font-size:25px;line-height:1.2;letter-spacing:-.5px;font-weight:850}
.hero-copy p{margin:0;font-size:14px;line-height:1.38}
.hero-button{margin-top:18px;border:0;background:#fff;color:var(--green-dark);border-radius:8px;padding:10px 17px;font-size:13px;font-weight:800;box-shadow:0 2px 6px rgba(0,0,0,.12)}
.weather-copy{position:absolute;right:23px;top:25px;z-index:2;text-align:right;text-shadow:0 1px 4px rgba(0,0,0,.13)}
.weather-row{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.weather-row strong{font-size:38px;line-height:1}
.weather-symbol{font-size:31px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.12))}
.weather-copy b{display:block;font-size:14px;margin-top:8px}
.weather-copy small{display:block;font-size:11px;margin-top:3px;opacity:.95}
.hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:2}
.hero-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.45)}
.hero-dots i.active{background:#fff}
.quick-actions{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:14px}
.quick-card{height:88px;border:1px solid #e8ecea;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#1e2925;box-shadow:0 6px 16px rgba(20,66,51,.08);padding:7px}
.quick-card b{font-size:12px;white-space:nowrap;font-weight:650}
.quick-icon{width:40px;height:34px;border-radius:9px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 4px 10px rgba(239,51,64,.22)}
.quick-svg{width:39px;height:34px;display:grid;place-items:center;color:#006f66}
.quick-svg svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.quick-svg.solid svg rect:first-child{fill:#087a59;stroke:#087a59}.quick-svg.solid svg path{stroke:#fff;stroke-width:2.4}
.quick-svg.solid-pin svg path:first-child{fill:#087a59;stroke:#087a59}.quick-svg.solid-pin svg circle{fill:#fff;stroke:#fff}
.home-section{margin-top:15px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
.section-head h2{margin:0;font-size:18px;letter-spacing:-.2px}
.section-head button{border:0;background:transparent;color:var(--green);font-weight:750;font-size:12px;padding:5px 0}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.news-card{border:1px solid #e7ebe9;background:#fff;border-radius:13px;overflow:hidden;text-align:left;padding:0;box-shadow:0 5px 15px rgba(20,66,51,.07)}
.card-image{height:88px;overflow:hidden;background:#eef2f0}
.card-image img{width:100%;height:105px;object-fit:cover;object-position:top;display:block}
.news-body{padding:10px 12px 11px;min-height:68px;display:flex;flex-direction:column}
.news-body b{font-size:12.5px;line-height:1.22;font-weight:650}
.news-body small{font-size:10px;color:#808985;margin-top:auto;padding-top:7px}
.movie-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.movie-card{border:1px solid #e7ebe9;background:#fff;border-radius:12px;overflow:hidden;text-align:left;padding:0 0 10px;box-shadow:0 5px 15px rgba(20,66,51,.07)}
.movie-image{height:90px;overflow:hidden;position:relative;background:#e8ecea}
.movie-image img{width:100%;height:110px;object-fit:cover;object-position:top;display:block}
.movie-image span{position:absolute;left:7px;bottom:5px;color:#fff;font-size:12px;font-weight:800;text-shadow:0 1px 3px #000;background:rgba(0,0,0,.24);border-radius:999px;padding:2px 5px}.movie-image span::first-letter{color:#ffd62b}
.movie-card>b{display:block;font-size:11.5px;padding:8px 8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.movie-card>small{display:block;color:#8b9290;font-size:9.5px;padding:3px 8px 0}
.sponsor-banner{display:block;width:100%;height:auto;border:1px solid #cadbd4;border-radius:11px;overflow:hidden;padding:0;background:#fff;margin:13px 0 4px}
.sponsor-banner img{display:block;width:100%;height:auto}
.events-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.event-card{position:relative;height:108px;border:0;border-radius:12px;overflow:hidden;background:#d9e0dd;text-align:left;padding:0;color:#fff}
.event-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.event-gradient{position:absolute;inset:28% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.76))}
.date-pill{position:absolute;left:8px;top:7px;background:#fff;color:var(--green);border-radius:9px;padding:5px 7px;text-align:center;line-height:1;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.date-pill b{display:block;font-size:16px}.date-pill small{font-size:8px;font-weight:800}
.event-copy{position:absolute;left:10px;right:6px;bottom:7px;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.event-copy b{display:block;font-size:11px;line-height:1.1;margin-bottom:3px}.event-copy small{display:block;font-size:8.5px;line-height:1.2}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.service-grid button{height:88px;border:1px solid #e7ebe9;border-radius:13px;background:#fff;color:#1f2926;box-shadow:0 5px 15px rgba(20,66,51,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:6px}
.service-grid span{font-size:27px;line-height:1;color:var(--green)}
.service-grid b{font-size:10.5px;line-height:1.22;font-weight:600;text-align:center}
.explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.explore-card{position:relative;height:88px;border:0;border-radius:12px;overflow:hidden;padding:0;text-align:left;color:#fff;background:#dbe3df}
.explore-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.explore-card div{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.08))}
.explore-card b{position:absolute;left:11px;bottom:10px;z-index:2;font-size:12px;line-height:1.15;text-shadow:0 1px 3px rgba(0,0,0,.55)}
.personal-section{margin-bottom:3px}
.personal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.personal-grid button{height:58px;border:1px solid #e7ebe9;border-radius:13px;background:#fff;box-shadow:0 5px 15px rgba(20,66,51,.06);display:flex;align-items:center;gap:8px;text-align:left;padding:8px 10px;color:#24302c}
.personal-grid>button>span{width:25px;height:25px;display:grid;place-items:center;color:var(--green);font-size:21px}
.personal-grid b{display:block;font-size:9.6px;white-space:nowrap}.personal-grid small{display:block;font-size:8.7px;color:#858d8a;margin-top:2px}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,690px);height:82px;padding:8px 22px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid #e6e9e8;box-shadow:0 -8px 22px rgba(19,50,40,.06);display:grid;grid-template-columns:repeat(5,1fr);z-index:20}
.nav-item{border:0;background:transparent;color:#303936;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;font-size:12px;padding:0;position:relative}
.nav-item>svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-item.active{color:var(--green);font-weight:800}.nav-item.active>svg{fill:var(--green);stroke:var(--green)}
.nav-item.yalo-nav{justify-content:flex-end;color:var(--green);font-weight:800}.nav-item.yalo-nav>span:last-child{position:absolute;bottom:1px}.yalo-nav-orb{position:absolute;top:-30px;width:66px;height:66px;border-radius:50%;background:radial-gradient(circle at 34% 26%,#6fe4bd 0 6%,#168663 28%,#0a4d37 68%,#06362a 100%);display:grid;place-items:center;box-shadow:0 10px 26px rgba(10,77,55,.28);border:4px solid #fff;overflow:hidden}.yalo-nav-orb b{position:relative;z-index:2;color:#fff;font:800 27px/1 system-ui}.yalo-nav-orb i{position:absolute;inset:7px;border:1px solid rgba(255,255,255,.28);border-radius:50%}
.nav-item.emergency{justify-content:flex-end;color:#fff;font-weight:700}.nav-item.emergency>span:last-child{position:absolute;bottom:1px;color:#fff;z-index:2}.emergency-circle{position:absolute;top:-30px;width:66px;height:66px;border-radius:50%;background:linear-gradient(150deg,#fb4751,#ef2d39);display:grid;place-items:center;box-shadow:0 10px 22px rgba(239,51,64,.24);border:4px solid #fff}.emergency-circle svg{width:29px;height:29px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.toast{position:fixed;left:50%;bottom:98px;transform:translate(-50%,18px);background:#18352d;color:#fff;padding:10px 14px;border-radius:999px;font-size:12px;opacity:0;pointer-events:none;transition:.22s ease;z-index:40;white-space:nowrap;max-width:calc(100vw - 30px);overflow:hidden;text-overflow:ellipsis}.toast.show{opacity:1;transform:translate(-50%,0)}
button:focus-visible,input:focus-visible{outline:3px solid rgba(15,107,79,.24);outline-offset:2px}
button:active{transform:scale(.985)}
@media(max-width:560px){
  .topbar{padding:10px 14px 7px}.brand-logo{width:50px;height:50px}.brand-copy h1{font-size:23px}.brand-copy p{font-size:15px}.round-button{width:48px;height:48px}.top-actions{gap:8px}
  .page-content{padding-left:14px;padding-right:14px}.weather-hero{height:190px}.hero-copy{left:18px;top:17px}.hero-copy h2{font-size:22px}.hero-copy p{font-size:12px}.weather-copy{right:17px}.weather-row strong{font-size:34px}
  .quick-actions{gap:7px}.quick-card{height:82px}.quick-card b{font-size:10px}.quick-svg{width:34px}.news-grid{gap:8px}.movie-grid{gap:8px}.events-grid{gap:7px}.service-grid{gap:7px}.explore-grid{gap:7px}.personal-grid{gap:7px}
}
@media(max-width:430px){
  .brand-logo{width:44px;height:44px}.brand-copy h1{font-size:20px}.brand-copy p{font-size:13px}.round-button{width:43px;height:43px}.round-button svg{width:23px;height:23px}.page-content{padding-left:12px;padding-right:12px}.search-box{height:48px}
  .weather-hero{height:177px}.hero-copy h2{font-size:20px}.hero-copy p{font-size:11px}.hero-button{margin-top:13px;padding:8px 13px;font-size:11px}.weather-copy{top:19px}.weather-row strong{font-size:30px}.weather-symbol{font-size:24px}.weather-copy b{font-size:11px}.weather-copy small{font-size:9px}
  .quick-actions{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.quick-card{height:74px;border-radius:11px;padding:4px}.quick-card b{font-size:8.7px}.quick-icon{width:32px;height:28px;font-size:10px}.quick-svg svg{width:29px;height:29px}
  .section-head h2{font-size:16px}.section-head button{font-size:10px}.news-grid{gap:7px}.card-image{height:66px}.card-image img{height:83px}.news-body{padding:8px;min-height:66px}.news-body b{font-size:9.5px}.news-body small{font-size:8px}
  .movie-grid{gap:7px}.movie-image{height:70px}.movie-image img{height:89px}.movie-image span{font-size:9px;left:4px;bottom:3px}.movie-card>b{font-size:8.6px;padding:6px 6px 0}.movie-card>small{font-size:7.5px;padding:2px 6px 0}
  .events-grid{gap:6px}.event-card{height:91px}.date-pill{left:5px;top:5px;padding:4px 5px}.date-pill b{font-size:13px}.event-copy{left:7px;bottom:5px}.event-copy b{font-size:8.7px}.event-copy small{font-size:6.8px}
  .service-grid{gap:5px}.service-grid button{height:76px;padding:4px}.service-grid span{font-size:21px}.service-grid b{font-size:8px}.explore-grid{gap:6px}.explore-card{height:74px}.explore-card b{left:7px;bottom:7px;font-size:9px}
  .personal-grid{gap:5px}.personal-grid button{height:52px;padding:6px}.personal-grid>button>span{display:none}.personal-grid b{font-size:7.7px}.personal-grid small{font-size:7px}.bottom-nav{height:76px;padding-left:10px;padding-right:10px}.nav-item{font-size:10px}.nav-item>svg{width:24px;height:24px}.emergency-circle{width:60px;height:60px;top:-27px}.yalo-nav-orb{width:60px;height:60px;top:-27px}
}
