:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#122632;background:#f7f5f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#f7f5f0}a{color:inherit;text-decoration:none}main{min-height:100vh}.hero{min-height:92vh;display:flex;flex-direction:column;background:linear-gradient(#102a36c7,#102a36d1),url(/assets/phiori-logo-BGS_ujKx.png);background-size:min(620px,86vw),cover;background-position:right 8% center,center;color:#fff}.topbar{width:min(1180px,calc(100% - 32px));margin:0 auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;width:158px;height:58px;align-items:center;overflow:hidden}.brand img{width:178px;max-width:none;transform:translate(-10px)}.topLinks{display:flex;align-items:center;gap:22px;font-size:.9rem;font-weight:700;color:#ffffffd1}.heroGrid{width:min(1180px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:48px;align-items:center;padding:42px 0 80px}.heroCopy h1{max-width:820px;margin:14px 0 0;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98;font-weight:900}.lead{max-width:700px;margin:24px 0 0;color:#ffffffd1;font-size:1.12rem;line-height:1.75}.eyebrow{margin:0;color:#b9a371;font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.heroActions,.moduleActions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.heroActions{margin-top:32px}.primaryAction,.secondaryAction{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:0 18px;font-weight:850;font-size:.94rem}.primaryAction{background:#fff;color:#153b4b}.secondaryAction{border:1px solid rgba(255,255,255,.36);color:#fff}.commandPanel{border:1px solid rgba(255,255,255,.2);background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:8px;padding:20px}.panelHeader,.routeList div,.deployTable div{display:flex;justify-content:space-between;gap:16px}.panelHeader{align-items:center;font-size:.82rem;font-weight:850;text-transform:uppercase;color:#fffc}.panelHeader span{display:inline-flex;align-items:center;gap:8px}.metricGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.metricGrid div{border-radius:6px;background:#ffffff1f;padding:16px}.metricGrid strong{display:block;font-size:2rem;line-height:1}.metricGrid span,.routeList small{color:#ffffffb8;font-size:.78rem;font-weight:750}.routeList{margin-top:18px;display:grid;gap:8px}.routeList div{align-items:center;border-top:1px solid rgba(255,255,255,.14);padding-top:8px;font-size:.9rem;font-weight:800}.contentSection{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:72px 0}.sectionHeader{max-width:720px;margin-bottom:28px}.sectionHeader h2,.governanceBand h2{margin:10px 0 0;color:#102a36;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.sectionHeader p:last-child{color:#5d6d76;line-height:1.7}.moduleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.moduleCard{border:1px solid #ded7c7;border-radius:8px;background:#fff;padding:22px;box-shadow:0 18px 42px #12263214}.moduleHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.moduleIcon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:6px;background:#153b4b;color:#fff}.status{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 10px;font-size:.76rem;font-weight:900}.statusActive{background:#dcfce7;color:#166534}.statusDev{background:#dbeafe;color:#1d4ed8}.statusDeploy{background:#fef3c7;color:#92400e}.statusPlanned{background:#f1f5f9;color:#475569}.statusUnavailable{background:#fee2e2;color:#b91c1c}.moduleCard h2{margin:18px 0 4px;font-size:1.35rem;color:#122632}.moduleKey{margin:0;color:#7c8a92;font-size:.84rem;font-weight:800}.moduleFacts{display:grid;gap:12px;margin:20px 0}.moduleFacts div{min-width:0}.moduleFacts dt{display:flex;align-items:center;gap:7px;color:#64717a;font-size:.78rem;font-weight:850;text-transform:uppercase}.moduleFacts dd{margin:5px 0 0;color:#122632;font-size:.94rem;font-weight:750;overflow-wrap:anywhere}.moduleActions{justify-content:space-between;border-top:1px solid #ece6d9;padding-top:16px}.moduleActions .primaryAction{background:#153b4b;color:#fff}.moduleActions span{max-width:240px;color:#7c8a92;font-size:.78rem;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.governanceBand{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:36px;align-items:center;background:#102a36;color:#fff;padding:58px max(16px,calc((100vw - 1180px)/2))}.governanceBand h2{color:#fff}.governanceItems{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.governanceItems span{display:flex;align-items:center;gap:10px;border-radius:6px;background:#ffffff1a;padding:14px;font-weight:800;color:#ffffffdb}.deploySection{padding-bottom:96px}.deployTable{border:1px solid #ded7c7;border-radius:8px;overflow:hidden;background:#fff}.deployTable div{padding:18px 20px;border-bottom:1px solid #ece6d9}.deployTable div:last-child{border-bottom:0}.deployTable strong{color:#102a36}.deployTable span{color:#5d6d76;font-weight:750;text-align:right}@media(max-width:860px){.topbar{min-height:76px}.topLinks{display:none}.hero{min-height:auto}.heroGrid,.moduleGrid,.governanceBand,.governanceItems{grid-template-columns:1fr}.heroGrid{gap:28px;padding:32px 0 48px}.metricGrid{grid-template-columns:1fr}.moduleActions{align-items:flex-start}.moduleActions span{max-width:100%}.deployTable div{display:grid;gap:8px}.deployTable span{text-align:left;overflow-wrap:anywhere}}
