Skip to content

Commit 804fee7

Browse files
authored
Add files via upload
1 parent e5eb6fa commit 804fee7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • downloads/asterion-fcta-v1.0-public-release/asterion-fcta-v1.0/web-viewer/v0_9/css
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:root { color-scheme: dark; --bg: #070b12; --fg: #eef5ff; --muted: #93a3b8; --line: rgba(255,255,255,.14); }
2+
* { box-sizing: border-box; }
3+
body { margin: 0; font-family: Inter, system-ui, Segoe UI, sans-serif; background: radial-gradient(circle at top, #14213d, var(--bg)); color: var(--fg); }
4+
.shell { max-width: 1200px; margin: 0 auto; padding: 48px 24px; }
5+
.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; min-height: 70vh; }
6+
.eyebrow { color: #90cdf4; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
7+
h1 { font-size: clamp(48px, 8vw, 96px); margin: 0; line-height: .95; }
8+
p { color: var(--muted); font-size: 18px; line-height: 1.6; }
9+
.actions { display: flex; gap: 12px; margin-top: 24px; }
10+
button { border: 1px solid var(--line); color: var(--fg); background: rgba(255,255,255,.08); border-radius: 999px; padding: 12px 18px; cursor: pointer; }
11+
#viewer { height: 560px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.05); }
12+
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
13+
.facts article { border-top: 1px solid var(--line); padding: 20px 0; }
14+
.facts strong { display: block; font-size: 32px; }
15+
.facts span { color: var(--muted); }
16+
.notes { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 24px; }
17+
@media (max-width: 850px){ .hero, .facts { grid-template-columns: 1fr; } #viewer { height: 420px; }}

0 commit comments

Comments
 (0)