:root { color-scheme: dark; --ink: #f5f8ef; --muted: #c4d3c7; --paper: #0b1711; --cream: #143825; --line: rgba(219,247,222,.2); --green: #59c478; --deep-green: #082216; --gold: #e0c26b; --shadow: rgba(0,0,0,.38); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--ink); background: radial-gradient(circle at 15% 5%, rgba(69,184,103,.34), transparent 32rem), radial-gradient(circle at 85% 38%, rgba(155,219,98,.16), transparent 31rem), linear-gradient(145deg, #0f3220 0%, #07150e 55%, #102b1b 100%); }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: .7rem; left: .7rem; transform: translateY(-160%); padding: .65rem .8rem; border-radius: 999px; color: #082216; background: #f5f8ef; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.window-art { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 1.7rem; background: linear-gradient(145deg, rgba(40,100,61,.72), rgba(6,28,17,.9) 60%, rgba(29,83,46,.75)); box-shadow: 0 24px 55px var(--shadow), inset 0 1px rgba(255,255,255,.22), inset 0 -1px rgba(0,0,0,.26); }
.window-art::before { position: absolute; z-index: 0; inset: 0; pointer-events: none; content: ""; background: linear-gradient(122deg, rgba(255,255,255,.2) 0%, transparent 19%, transparent 72%, rgba(102,221,127,.14) 100%), repeating-linear-gradient(16deg, rgba(240,255,235,.045) 0 1px, transparent 1px 5px); }
.window-art > * { position: relative; z-index: 1; }
.site-header { width: min(1160px, calc(100% - 2rem)); margin: 1rem auto 0; padding: .85rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-mark { display: grid; place-items: center; width: 2.5rem; aspect-ratio: 1; border: 1px solid rgba(223,255,228,.6); border-radius: .9rem; color: #0c2919; background: linear-gradient(145deg, #b6f279, #4acb6f 52%, #258a4e); box-shadow: inset 0 1px rgba(255,255,255,.82), 0 .4rem 1rem rgba(0,0,0,.25); font-family: Georgia, serif; font-size: .85rem; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
nav a, .site-footer a { color: #e4f6e8; font-size: .77rem; font-weight: 800; text-decoration: none; }
nav a:hover, .site-footer a:hover { color: #b7f087; text-decoration: underline; }
main { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.eyebrow { margin: 0; color: #b6f17f; font-size: .69rem; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.app-section { margin: clamp(1rem, 4vw, 3rem) 0; padding: clamp(2.7rem, 5vw, 4.6rem); }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.app-emblem { position: relative; min-height: 17rem; display: flex; flex-direction: column; align-items: flex-start; padding: 1.25rem; overflow: hidden; border: 1px solid rgba(219,247,222,.25); border-radius: 1.35rem; color: #f6fff1; background: linear-gradient(145deg, rgba(78,158,86,.73), rgba(12,57,34,.92) 62%, rgba(37,109,58,.84)); box-shadow: 0 .9rem 1.7rem rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.33), inset 0 -.4rem .9rem rgba(0,0,0,.15); text-decoration: none; }
.app-emblem::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .54; background: linear-gradient(124deg, rgba(255,255,255,.34), transparent 26%, transparent 70%, rgba(149,255,166,.2)), repeating-linear-gradient(12deg, rgba(235,255,235,.06) 0 1px, transparent 1px 5px); }
.app-emblem.is-ready { transition: transform .16s ease, box-shadow .16s ease, filter .16s ease; }
.app-emblem.is-ready:hover, .app-emblem.is-ready:focus-visible { transform: translateY(-.24rem); box-shadow: 0 1.35rem 2.3rem rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.62); filter: brightness(1.12); outline: 3px solid rgba(183,240,135,.72); outline-offset: 2px; }
.app-emblem.is-coming-soon { filter: saturate(.55) brightness(.76); }
.app-monogram { position: relative; z-index: 1; display: grid; place-items: center; width: 4.1rem; aspect-ratio: 1; border: 1px solid rgba(236,255,228,.75); border-radius: 1.1rem; color: #102719; background: linear-gradient(145deg, #dbff9d, #7ae682 48%, #35aa62); box-shadow: inset 0 1px rgba(255,255,255,.82), 0 .5rem 1rem rgba(0,0,0,.24); font-family: Georgia, serif; font-size: 1.45rem; font-style: italic; font-weight: 800; }
.app-emblem h3 { position: relative; z-index: 1; margin: 1.35rem 0; font-size: 1rem; letter-spacing: .08em; }
.app-emblem button, .emblem-action { position: relative; z-index: 1; margin-top: auto; padding: .5rem .76rem; border: 1px solid rgba(236,255,228,.46); border-radius: 999px; color: #0d2718; background: linear-gradient(145deg, #f6fff1, #acdf8b); box-shadow: inset 0 1px #fff; font: inherit; font-size: .75rem; font-weight: 850; }
.app-emblem button:disabled { color: #405a47; cursor: not-allowed; background: rgba(226,242,225,.62); }
.site-footer { width: min(1160px, calc(100% - 2rem)); margin: 1rem auto; padding: 1.1rem 1.2rem; display: flex; justify-content: space-between; gap: 1rem; color: #d5e9d8; }
.site-footer p { margin: 0; font-size: .74rem; }
.site-footer div { display: flex; flex-wrap: wrap; gap: .85rem; }
.content-page { width: min(780px, calc(100% - 2rem)); margin: 1rem auto; padding: clamp(2.5rem, 8vw, 6rem); border: 1px solid var(--line); border-radius: 1.7rem; background: linear-gradient(145deg, rgba(35,91,51,.8), rgba(5,26,15,.93)); box-shadow: 0 24px 55px var(--shadow), inset 0 1px rgba(255,255,255,.22); }
.back-link { color: #bcf287; font-size: .78rem; font-weight: 850; text-decoration: none; }
.content-page h1 { margin-top: 1.3rem; font-size: clamp(2.5rem, 7vw, 4.3rem); }
.content-page h2 { margin: 2.2rem 0 .6rem; color: #f4fff0; font-size: 1.24rem; letter-spacing: -.02em; }
.content-page p, .content-page li { color: #d3e7d5; line-height: 1.7; }
.content-page a { color: #b7f087; font-weight: 800; }
.contact-box { padding: 1.2rem; border: 1px solid rgba(219,247,222,.25); border-radius: 1.1rem; background: rgba(101,173,92,.16); box-shadow: inset 0 1px rgba(255,255,255,.14); }
.empty-state { color: var(--muted); }
@media (max-width: 760px) { .site-header { align-items: flex-start; } .site-header nav { justify-content: flex-end; } .app-grid { grid-template-columns: 1fr; } .app-emblem { min-height: 14rem; } .site-footer { display: grid; } }
