:root {
  --ink: #10201d;
  --muted: #64736f;
  --line: #dce7e3;
  --paper: #fbfdfc;
  --soft: #f1f7f5;
  --deep: #071b18;
  --green: #11a987;
  --green-dark: #08725d;
  --lime: #b8ed70;
  --blue: #4f7cff;
  --rose: #ed6277;
  --amber: #ee9d38;
  --violet: #7760dc;
  --shadow: 0 24px 70px rgba(18, 57, 49, .11);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: var(--paper); }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 12px; color: #fff; background: var(--deep); transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(16,32,29,.08); background: rgba(251,253,252,.82); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo-wrap { width: 49px; height: 49px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(11,114,93,.13); border-radius: 50%; background: #fff; box-shadow: 0 9px 22px rgba(16,55,47,.09); }
.brand-logo-wrap img { width: 70px; max-width: none; height: auto; mix-blend-mode: multiply; }
.brand-text { display: grid; gap: 2px; }
.brand-text b { font-size: 16px; letter-spacing: -.035em; }
.brand-text small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #d6e7e1; border-radius: 999px; color: #45615a; background: #fff; font-size: 10px; font-weight: 800; }
.live-pill span { width: 7px; height: 7px; border-radius: 50%; background: #24bd87; box-shadow: 0 0 0 5px rgba(36,189,135,.11); }
.clock { color: #50635e; font-size: 11px; font-weight: 800; font-variant-numeric: tabular-nums; }
main { overflow: hidden; }
.hero { position: relative; color: #f4fff9; background: var(--deep); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,#000,transparent 88%); }
.orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.orb-one { width: 440px; height: 440px; left: -200px; top: -180px; background: radial-gradient(circle,rgba(26,208,166,.28),transparent 67%); }
.orb-two { width: 520px; height: 520px; right: -180px; bottom: -260px; background: radial-gradient(circle,rgba(79,124,255,.21),transparent 67%); }
.hero-grid { position: relative; width: min(1240px, calc(100% - 40px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 72px; align-items: center; padding: 74px 0; }
.live-label { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 8px 12px; border: 1px solid rgba(184,237,112,.24); border-radius: 999px; color: #d9fbaa; background: rgba(184,237,112,.08); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.live-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(184,237,112,.1); }
.greeting { margin: 0 0 8px; color: #a9c0b9; font-size: 15px; font-weight: 650; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(46px,6.4vw,84px); line-height: .98; letter-spacing: -.075em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 670px; margin: 24px 0 0; color: #a9beb8; font-size: clamp(15px,1.6vw,18px); line-height: 1.72; }
.hero-cta { display: inline-flex; align-items: center; gap: 18px; margin-top: 30px; padding: 8px 8px 8px 18px; border-radius: 999px; color: var(--deep); background: #f7fff9; text-decoration: none; font-size: 12px; font-weight: 800; box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.hero-cta i { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-style: normal; }
.hero-status { align-self: center; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 27px; background: rgba(255,255,255,.07); box-shadow: 0 26px 65px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.status-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.status-kicker { color: #a8bbb6; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.status-dot { padding: 5px 8px; border-radius: 999px; color: var(--deep); background: var(--lime); font-size: 8px; font-weight: 900; }
.status-main { display: flex; align-items: center; gap: 18px; padding: 22px 0; }
.status-main > strong { font-size: 76px; line-height: .8; letter-spacing: -.08em; color: #fff; }
.status-main div { display: grid; gap: 6px; }
.status-main b { font-size: 17px; }
.status-main span { color: #99afa9; font-size: 11px; line-height: 1.45; }
.status-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.status-list > div { min-width: 0; padding: 12px 9px; border-radius: 15px; background: rgba(255,255,255,.06); }
.mini-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 9px; color: #fff; font-size: 9px; font-weight: 900; }
.mini-icon.green { background: var(--green); }.mini-icon.blue { background: var(--blue); }.mini-icon.rose { background: var(--rose); }
.status-list p { display: grid; gap: 2px; margin: 8px 0 0; }
.status-list b { font-size: 9px; }.status-list small { color: #91a7a1; font-size: 8px; }
.status-foot { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa59f; font-size: 9px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #25c28b; }
.workspace { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 74px; }
.workspace-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.eyebrow { display: block; margin-bottom: 9px; color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.workspace h2, .help-note h2 { margin: 0; font-size: clamp(30px,4vw,48px); line-height: 1.05; letter-spacing: -.055em; }
.workspace-head p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.rail-controls { display: flex; gap: 8px; }
.rail-controls button { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; color: var(--ink); background: #fff; transition: .18s ease; }
.rail-controls button:hover { color: #fff; background: var(--deep); transform: translateY(-2px); }
.app-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(275px, 1fr); gap: 15px; overflow-x: auto; padding: 5px 3px 28px; scroll-snap-type: inline mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
.app-rail::-webkit-scrollbar { display: none; }
.app-card { position: relative; min-height: 350px; display: flex; flex-direction: column; scroll-snap-align: start; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: #fff; text-decoration: none; box-shadow: 0 10px 32px rgba(24,63,55,.055); transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.app-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -85px; bottom: -80px; border-radius: 50%; background: rgba(17,169,135,.06); transition: transform .25s ease; }
.app-card:hover { transform: translateY(-8px); border-color: #bfded5; box-shadow: 0 26px 55px rgba(24,63,55,.13); }
.app-card:hover::after { transform: scale(1.35); }
.card-number { align-self: flex-end; color: #bac7c3; font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums; }
.app-icon { width: 70px; height: 70px; display: grid; place-items: center; margin-top: 6px; border-radius: 21px; color: #fff; box-shadow: 0 14px 26px rgba(26,70,60,.16); }
.app-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.app-icon.inventory,.app-icon.billing { background: linear-gradient(145deg,#18b995,#08725d); }.app-icon.network { background: linear-gradient(145deg,#628cff,#3157c5); }.app-icon.monitor { background: linear-gradient(145deg,#8b73ee,#5943b8); }.app-icon.water { background: linear-gradient(145deg,#39b9e6,#157fae); }.app-icon.tegal { background: linear-gradient(145deg,#f2a94c,#bc6a1c); }.app-icon.clinic { background: linear-gradient(145deg,#f07588,#bd384f); }
.app-category { margin-top: 24px; color: var(--green-dark); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.app-card h3 { max-width: 240px; margin: 8px 0 0; font-size: 22px; line-height: 1.13; letter-spacing: -.045em; }
.app-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.open-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 22px; color: #284a42; font-size: 11px; font-weight: 800; }
.open-link i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--soft); font-style: normal; }
.featured { color: #effff9; border-color: var(--deep); background: var(--deep); }
.featured::after { background: rgba(184,237,112,.1); }
.featured .app-category,.featured .open-link { color: var(--lime); }.featured p { color: #9bb2ab; }.featured .open-link i { color: var(--deep); background: var(--lime); }.featured .card-number { color: #607a73; }
.favorite-label { position: absolute; top: 19px; left: 20px; padding: 6px 8px; border-radius: 999px; color: var(--deep); background: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.rail-progress { height: 4px; overflow: hidden; border-radius: 999px; background: #eaf0ee; }
.rail-progress span { display: block; width: 23%; height: 100%; border-radius: inherit; background: var(--green); transform-origin: left; transition: transform .08s linear; }
.help-note { width: min(1240px,calc(100% - 40px)); margin: 0 auto 80px; display: grid; grid-template-columns: 160px minmax(0,1fr) auto; gap: 34px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(120deg,#f4faf8,#fff); }
.help-logo { height: 110px; display: grid; place-items: center; overflow: hidden; border-radius: 21px; background: #fff; }
.help-logo img { width: 185px; max-width: none; height: auto; mix-blend-mode: multiply; }
.help-note h2 { font-size: clamp(25px,3vw,38px); }
.help-note p { max-width: 720px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.help-note > a { padding: 12px 15px; border-radius: 999px; color: #fff; background: var(--deep); text-decoration: none; font-size: 10px; font-weight: 800; white-space: nowrap; }
footer { width: min(1240px,calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0 35px; border-top: 1px solid var(--line); color: #7a8985; font-size: 10px; }
footer div { display: flex; align-items: center; gap: 10px; color: #334d47; font-weight: 800; }
footer img { width: 66px; height: auto; mix-blend-mode: multiply; }
@media (min-width: 1260px) { .app-rail { grid-template-columns: repeat(7,minmax(0,1fr)); grid-auto-flow: initial; grid-auto-columns: initial; }.app-card { min-width: 0; padding: 18px; }.app-card h3 { font-size: 17px; }.app-card p { font-size: 10px; }.app-icon { width: 58px; height: 58px; border-radius: 18px; }.app-icon svg { width: 32px; height: 32px; }.favorite-label { font-size: 6px; }.rail-controls,.rail-progress { display:none; } }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 45px; }.hero-status { max-width: 550px; }.help-note { grid-template-columns: 120px 1fr; }.help-note > a { grid-column: 2; width: max-content; } }
@media (max-width: 640px) { .header-inner { width: calc(100% - 28px); min-height: 68px; }.brand-logo-wrap { width: 44px; height: 44px; }.brand-text small,.live-pill { display:none; }.clock { font-size: 9px; }.hero-grid,.workspace,.help-note,footer { width: calc(100% - 24px); }.hero-grid { padding: 52px 0 45px; }.hero h1 { font-size: clamp(43px,13vw,61px); }.hero-lead { font-size: 14px; }.hero-status { padding: 19px; }.status-main > strong { font-size: 63px; }.workspace { padding: 62px 0 54px; }.workspace-head { align-items: center; }.workspace-head p { max-width: 220px; }.app-rail { grid-auto-columns: 84%; gap: 12px; }.app-card { min-height: 335px; }.help-note { grid-template-columns: 1fr; margin-bottom: 48px; padding: 24px; }.help-logo { width: 130px; }.help-note > a { grid-column: auto; }.help-note h2 { font-size: 29px; } footer { align-items: flex-start; flex-direction: column; gap: 8px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }
