 :root { --ink: #030811; --blue: #3fafff; --cyan: #82f1ff; --muted: #88a3bc; --white: #eaf7ff; --line: rgba(66, 172, 255, .3); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: radial-gradient(circle at 78% 18%, #092a49 0, transparent 28%), radial-gradient(circle at 18% 58%, #071b35 0, transparent 30%), var(--ink); color: var(--white); font-family: "Space Grotesk", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(45, 150, 220, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 150, 220, .04) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.starfield, .starfield::before, .starfield::after { position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(130, 241, 255, .8) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(63, 175, 255, .55) 0 1px, transparent 1.5px); background-size: 137px 163px, 211px 197px; background-position: 21px 47px, 89px 12px; opacity: .35; }
.starfield::before { content: ""; transform: translateY(80px); opacity: .25; }.starfield::after { content: ""; transform: translateY(-120px); opacity: .18; }

.site-header, .page-shell { width: min(1160px, calc(100% - 48px)); margin: auto; }.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-bottom: 1px solid rgba(109, 194, 255, .16); }.brand { display: flex; align-items: center; gap: 12px; color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-decoration: none; }.brand strong { color: var(--cyan); }.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--blue); color: var(--cyan); font-family: "Space Grotesk", sans-serif; font-size: 18px; box-shadow: 0 0 18px rgba(63, 175, 255, .45); }.status-pill { color: #71b6d9; font-size: 10px; letter-spacing: 1.5px; }.status-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #64f6c1; box-shadow: 0 0 10px #64f6c1; }
.page-shell { position: relative; z-index: 1; }.hero-section { min-height: 430px; display: flex; align-items: center; justify-content: space-between; padding: 70px 7% 55px; }.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 2.6px; }.eyebrow span { margin-right: 12px; color: #6289aa; } h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(52px, 8vw, 104px); line-height: 1.15; letter-spacing: -2px; } h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 32px rgba(130, 241, 255, .35); }.intro { max-width: 420px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.orbit-graphic { width: 300px; height: 300px; position: relative; margin-right: 7%; }.orbit { position: absolute; inset: 50%; width: 290px; height: 116px; border: 1px solid rgba(91, 194, 255, .45); border-radius: 50%; transform: translate(-50%, -50%) rotate(-28deg); }.orbit-two { width: 270px; height: 180px; transform: translate(-50%, -50%) rotate(58deg); border-color: rgba(130, 241, 255, .24); }.planet { position: absolute; inset: 50%; width: 100px; height: 100px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle at 32% 28%, #82f1ff, #1474c4 38%, #062043 72%); box-shadow: 0 0 35px rgba(63, 175, 255, .85), inset -14px -12px 24px #010b1c; }.planet span { position: absolute; width: 130px; height: 30px; top: 36px; left: -15px; border: 1px solid rgba(130, 241, 255, .8); border-radius: 50%; transform: rotate(-25deg); }.orbit-label { position: absolute; right: -13px; bottom: 35px; color: var(--cyan); font-size: 9px; line-height: 1.5; letter-spacing: 2px; }
.search-section, .collection-section { padding: 25px 7% 80px; }.section-heading h2 { margin-bottom: 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(25px, 3vw, 38px); line-height: 1; }.search-controls { display: flex; align-items: center; gap: 14px; padding: 7px 7px 7px 20px; border: 1px solid var(--line); background: rgba(6, 19, 34, .86); box-shadow: 0 0 28px rgba(28, 135, 218, .15), inset 0 0 18px rgba(42, 131, 198, .08); }.search-controls:focus-within { border-color: var(--cyan); box-shadow: 0 0 30px rgba(63, 175, 255, .3); }.search-icon { color: var(--cyan); font-size: 29px; line-height: 1; transform: rotate(-20deg); }.search-controls input { min-width: 0; flex: 1; height: 50px; border: 0; outline: 0; background: transparent; color: var(--white); font: inherit; font-size: 15px; }.search-controls input::placeholder { color: #53728e; }.search-controls button, .primary-button { min-height: 50px; padding: 0 18px; border: 1px solid var(--blue); background: var(--blue); color: #02101e; cursor: pointer; font: 700 11px "Space Grotesk", sans-serif; letter-spacing: 1px; text-transform: uppercase; transition: .2s ease; }.search-controls button b, .primary-button b { margin-left: 16px; font-size: 17px; }.search-controls button:hover, .primary-button:hover { background: var(--cyan); box-shadow: 0 0 22px rgba(130, 241, 255, .55); }.search-message { min-height: 18px; margin: 13px 0 0; color: var(--cyan); font-size: 12px; }.row-heading { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(66, 172, 255, .18); }.result-count, #admin-count { color: #6289aa; font-size: 11px; letter-spacing: 1px; }.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 25px; }.resource-card { min-height: 208px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(66, 172, 255, .25); background: linear-gradient(145deg, rgba(14, 35, 59, .77), rgba(3, 12, 24, .72)); animation: rise .45s both; transition: .2s ease; }.resource-card:hover { border-color: var(--cyan); transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0, 128, 230, .18); }.card-top { display: flex; justify-content: space-between; gap: 12px; }.category-tag { color: var(--cyan); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }.resource-card h3 { margin: 22px 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 21px; }.resource-card p { flex: 1; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }.visit-link { color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; }.visit-link:hover { color: var(--cyan); }.visit-link span { color: var(--cyan); font-size: 16px; margin-left: 8px; }.empty-state { grid-column: 1 / -1; padding: 32px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.modal[hidden] { display: none; }.modal { position: fixed; inset: 0; z-index: 5; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 6, 14, .82); backdrop-filter: blur(8px); }.admin-panel { position: relative; width: min(760px, 100%); max-height: 92vh; overflow: auto; padding: 32px; border: 1px solid var(--blue); background: #061323; box-shadow: 0 0 45px rgba(43, 154, 234, .25); }.admin-header { display: flex; justify-content: space-between; }.admin-header h2 { margin-bottom: 28px; font-family: "Space Grotesk", sans-serif; }.icon-button { width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: var(--cyan); cursor: pointer; font-size: 22px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.form-grid label { color: var(--muted); font-size: 11px; }.form-grid label:nth-child(3) { grid-column: 1 / -1; }.form-grid input, .form-grid textarea { display: block; width: 100%; margin-top: 7px; padding: 12px; border: 1px solid var(--line); background: #030c18; color: var(--white); font: inherit; outline: 0; }.form-grid textarea { resize: vertical; }.form-grid input:focus, .form-grid textarea:focus { border-color: var(--cyan); }.form-actions { display: flex; justify-content: end; gap: 10px; margin: 20px 0 30px; }.secondary-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; }.admin-list-heading { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; }.admin-list-heading h3 { font-family: "Space Grotesk", sans-serif; }.admin-list { display: grid; gap: 8px; }.admin-entry { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid rgba(66, 172, 255, .18); }.admin-entry strong { display: block; font-size: 13px; }.admin-entry small { color: var(--muted); font-size: 10px; }.admin-entry-actions { display: flex; gap: 8px; }.admin-entry-actions button { border: 0; background: transparent; color: var(--cyan); cursor: pointer; font-size: 11px; }.admin-entry-actions .delete { color: #ff829d; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.admin-filter { width: 100%; margin: 16px 0; padding: 12px; border: 1px solid var(--line); background: #030c18; color: var(--white); font: inherit; outline: 0; }.admin-filter:focus { border-color: var(--cyan); }
.preview-auth-copy { color: var(--muted); font-size: 13px; line-height: 1.6; }.preview-password-label { display: block; color: var(--muted); font-size: 11px; }.preview-password-label input { display: block; width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); background: #030c18; color: var(--white); font: inherit; outline: 0; }.preview-password-label input:focus { border-color: var(--cyan); box-shadow: 0 0 18px rgba(130, 241, 255, .18); }.preview-auth-panel .form-actions { margin-bottom: 0; }.preview-admin { margin-top: 30px; }
.preview-page { overflow: hidden; }.preview-shell { position: relative; z-index: 1; width: min(1320px, calc(100% - 48px)); margin: auto; }.preview-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(109, 194, 255, .16); }.preview-browser { margin: 28px 0; border: 1px solid var(--line); background: rgba(6, 19, 34, .82); box-shadow: 0 0 35px rgba(28, 135, 218, .16); }.preview-toolbar { display: flex; gap: 14px; padding: 12px; border-bottom: 1px solid var(--line); }.preview-nav { display: flex; gap: 6px; }.preview-icon-button { width: 42px; border: 1px solid var(--line); background: #030c18; color: var(--cyan); cursor: pointer; font-size: 19px; }.preview-icon-button:hover { border-color: var(--cyan); box-shadow: 0 0 16px rgba(130, 241, 255, .25); }.preview-address-form { display: flex; flex: 1; gap: 10px; }.preview-address-form input { min-width: 0; flex: 1; padding: 0 14px; border: 1px solid var(--line); background: #030c18; color: var(--white); font: inherit; outline: 0; }.preview-address-form input:focus { border-color: var(--cyan); }.preview-status { min-height: 32px; display: flex; align-items: center; gap: 14px; padding: 0 16px; color: var(--muted); font-size: 11px; }.preview-loading { color: var(--cyan); animation: pulse 1s infinite; }.preview-content { display: block; width: 100%; height: calc(100vh - 205px); min-height: 420px; border: 0; background: #f4f8fb; }
.preview-empty { min-height: 420px; display: grid; place-content: center; justify-items: center; gap: 10px; padding: 36px; color: var(--muted); text-align: center; background: radial-gradient(circle at 50% 25%, rgba(9, 42, 73, .8), transparent 42%), #030c18; }.preview-empty[hidden] { display: none; }.preview-empty-mark { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--blue); color: var(--cyan); font-size: 28px; box-shadow: 0 0 22px rgba(63, 175, 255, .28); }.preview-empty strong { color: var(--cyan); font-size: 11px; letter-spacing: 2px; }.preview-empty p { margin: 0; font-size: 13px; }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) { .site-header, .page-shell { width: min(100% - 28px, 1160px); }.site-header { height: 72px; }.status-pill { display: none; }.hero-section { min-height: 490px; display: block; padding: 72px 5% 30px; }.orbit-graphic { width: 230px; height: 200px; margin: 65px auto 0; transform: scale(.8); }.search-section, .collection-section { padding: 25px 5% 55px; }.search-controls { align-items: stretch; flex-wrap: wrap; padding: 10px; }.search-icon { display: none; }.search-controls input { flex-basis: calc(100% - 5px); height: 42px; }.search-controls button { flex: 1; }.results-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.form-grid label:nth-child(3) { grid-column: auto; }.admin-panel { padding: 22px; } }

.header-actions { display: flex; align-items: center; gap: 18px; }.info-button { padding: 9px 13px; border: 1px solid var(--line); background: rgba(6, 19, 34, .7); color: var(--cyan); cursor: pointer; font: 700 10px "Space Grotesk", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }.info-button:hover { border-color: var(--cyan); box-shadow: 0 0 18px rgba(130, 241, 255, .25); }.information-panel { position: relative; width: min(680px, 100%); max-height: 88vh; overflow: auto; padding: 32px; border: 1px solid var(--blue); background: #061323; box-shadow: 0 0 45px rgba(43, 154, 234, .25); }.information-header { display: flex; align-items: start; justify-content: space-between; }.information-panel h2 { margin-bottom: 24px; font-family: "Space Grotesk", sans-serif; }.information-list { display: grid; gap: 12px; }.information-entry { padding: 20px; border: 1px solid rgba(66, 172, 255, .25); background: linear-gradient(145deg, rgba(14, 35, 59, .77), rgba(3, 12, 24, .72)); animation: rise .45s both; }.information-entry h3 { margin: 18px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 21px; }.information-entry p { color: var(--muted); line-height: 1.6; }.information-entry .information-description { margin-bottom: 10px; color: var(--white); }.information-entry .information-body { margin-bottom: 0; }.information-admin { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }.checkbox-label { display: flex; align-items: center; gap: 8px; }.checkbox-label input { width: auto; margin: 0; }
@media (max-width: 700px) { .header-actions { gap: 8px; }.info-button { padding: 8px 9px; font-size: 9px; letter-spacing: 1px; }.preview-shell { width: min(100% - 28px, 1320px); }.preview-header { height: 72px; }.preview-toolbar { flex-wrap: wrap; }.preview-address-form { flex-basis: 100%; order: 2; height: 50px; }.preview-content { height: calc(100vh - 270px); min-height: 360px; } }

