:root{--green:#163d2c;--green-dark:#0b2419;--cream:#f6f1df;--white:#fffdf4;--waterfall-photo:none;color:var(--white);background:var(--green-dark);font-family:Georgia,Times New Roman,serif}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%}body{background-color:var(--green-dark);background-image:linear-gradient(180deg, #05140e2e, #05140e7a), var(--waterfall-photo);background-position:50% 42%;background-size:cover;background-attachment:fixed;min-height:100vh;margin:0}body:after{z-index:0;pointer-events:none;content:"";position:fixed;inset:0;box-shadow:inset 0 0 100px #04120c59}button,input{font:inherit}a{color:inherit}.launchpad{z-index:1;flex-direction:column;min-height:100vh;padding:28px clamp(20px,5vw,72px) 24px;display:flex;position:relative}.site-header{justify-content:space-between;align-items:center;display:flex}.brand{color:var(--white);letter-spacing:.03em;font-size:clamp(22px,3vw,31px);text-decoration:none}.brand:hover{opacity:.82}.welcome{text-align:center;width:min(680px,100%);margin:auto}.welcome p{color:#fffdf4d1;letter-spacing:.09em;text-transform:uppercase;margin:0 0 12px;font-size:13px}h1{margin:0 0 26px;font-size:clamp(34px,6vw,66px);font-weight:400;line-height:1.05}.search-form{background:#f6f1dfeb;border:1px solid #fffdf48c;border-radius:18px;width:100%;display:flex;overflow:hidden;box-shadow:0 14px 38px #04120c47}.search-form input{width:100%;min-width:0;color:var(--green-dark);background:0 0;border:0;outline:0;padding:16px 18px;font-size:17px}.search-form input::placeholder{color:#0b24199e}.search-form button{color:var(--cream);background:var(--green);cursor:pointer;border:0;padding:0 22px}.search-form button:hover{background:var(--green-dark)}.search-form button:focus-visible,.search-form input:focus-visible,.bookmarks a:focus-visible,.brand:focus-visible{outline:2px solid var(--cream);outline-offset:4px}.bookmarks{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;display:flex}.bookmarks a{color:var(--white);background:#0b2419c7;border:1px solid #fffdf438;border-radius:999px;padding:9px 13px;text-decoration:none;transition:background-color .16s,transform .16s}.bookmarks a:hover{background:#163d2ceb;transform:translateY(-2px)}.encouragement{color:var(--green-dark);background:var(--cream);border:2px solid var(--green);border-radius:12px;padding:11px 16px;font-size:16px;font-weight:700;animation:.5s ease-out both encouragement-in;position:fixed;bottom:24px;left:clamp(18px,4vw,56px);box-shadow:0 8px 22px #04120c61}@keyframes encouragement-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.site-footer{color:#fffdf4c7;justify-content:center;font-size:13px;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=600px){.launchpad{padding-top:20px}.welcome{margin-top:22vh}.search-form{flex-direction:column}.search-form button{min-height:46px}}
