/* Project Forever: mist, weathered gold and quiet fantasy typography. */
:root { --ground:#101716; --ground-2:#141d1b; --panel:#17211e; --panel-2:#1a2421; --line:#2c3831; --gold:#cfb17b; --gold-bright:#e6d3aa; --fel:#cfb17b; --fel-dim:#927a50; --ink:#eee9df; --muted:#9ca8a0; --danger:#e3a485; --serif:Georgia,'Palatino Linotype',serif; --sans:'Segoe UI',Arial,sans-serif; }
html { min-height:100%; height:auto; overflow-x:hidden; overflow-y:auto; background:var(--ground); scroll-behavior:smooth; scroll-padding-top:30px; }
body { display:block; width:100%; max-width:none; min-height:100vh; height:auto; margin:0; border:0; overflow:visible; background:var(--ground); box-shadow:none; user-select:text; }
body::before,body::after { display:none; }
[hidden] { display:none !important; }
a { color:inherit; text-decoration:none; }
button,a { -webkit-tap-highlight-color:transparent; }
button:focus-visible,a:focus-visible,[tabindex]:focus-visible { outline:2px solid var(--gold); outline-offset:5px; }
.skip-link { position:fixed; top:-70px; left:16px; z-index:100; padding:14px; background:var(--gold); color:var(--ground); }
.skip-link:focus { top:12px; }
.titlebar { height:90px; padding:0 max(5vw,calc((100vw - 1280px)/2)); gap:32px; background:#101716; border-bottom:1px solid #ffffff0b; }
.brand { display:flex; align-items:center; gap:12px; margin-right:auto; }
.brand span { display:flex; flex-direction:column; gap:2px; }
.brand small { font-size:9px; letter-spacing:.38em; color:var(--gold); }
.brand strong { font-family:var(--serif); font-size:22px; font-weight:400; letter-spacing:.12em; }
.titlebar nav { display:flex; align-items:center; gap:30px; }
.nav-link { position:relative; font:12px var(--sans); border:0; background:none; color:var(--muted); padding:8px 0; cursor:pointer; transition:color .2s; white-space:nowrap; }
.nav-link:hover,.nav-link.active { color:var(--ink); }
.titlebar .nav-link.active::after { content:''; position:absolute; bottom:-28px; left:0; right:0; height:2px; background:var(--gold); }
.btn { display:inline-flex; justify-content:center; align-items:center; gap:10px; background:transparent; color:var(--ink); border:1px solid #66715d; border-radius:3px; padding:12px 18px; font-size:12px; font-weight:500; letter-spacing:.01em; line-height:1.2; box-shadow:none; }
.btn:hover:not(:disabled) { background:#cfb17b10; border-color:var(--gold); box-shadow:none; }
.btn.fel { color:#17201a; background:#d6bb83; border-color:#d6bb83; }
.btn.fel:hover:not(:disabled) { background:#e6cd96; color:#111b16; border-color:#e6cd96; box-shadow:0 5px 22px #0002; }
.check-button { border-color:#475346; }
.check-button span { font-size:19px; line-height:12px; color:var(--gold); }
.forever-hero { min-height:458px; position:relative; isolation:isolate; overflow:hidden; border-bottom:1px solid #b0a17c33; }
.landscape { position:absolute; z-index:-3; inset:0; background:#273931 url('../art/forever-landscape.png') center 49%/cover no-repeat; animation:landscape-arrive 1.5s ease-out both; }
.hero-wash { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,#0e1815eb 0%,#0f1815a1 34%,#1017160a 78%),linear-gradient(0deg,#101716eb,transparent 35%,#10171612); }
.hero-content { max-width:1280px; margin:0 auto; padding:57px 0 90px; }
.eyebrow { display:flex; align-items:center; gap:11px; color:var(--gold); font:10px var(--sans); letter-spacing:.23em; font-weight:500; margin:0 0 17px; }
.eyebrow>span { width:22px; height:1px; background:var(--gold); }
.hero-content h1 { font-family:var(--serif); font-weight:400; font-size:clamp(48px,5.2vw,76px); line-height:1.07; letter-spacing:-.035em; margin:0 0 18px; color:#f5eee0; max-width:900px; text-shadow:0 2px 18px #0001; }
.gold-stop { color:var(--gold); }
.hero-description { font-size:14px; line-height:1.8; color:#bbc6bd; margin:0 0 25px; }
.hero-cta { min-width:183px; min-height:44px; }
.hero-cta span { font-size:20px; margin-left:10px; }
.hero-signature { position:absolute; top:28%; right:max(5vw,calc((100vw - 1280px)/2)); color:#e4dac1; display:flex; align-items:center; gap:16px; font-size:9px; letter-spacing:.21em; text-shadow:0 1px 10px #000; writing-mode:vertical-rl; }
.signature-line { height:60px; width:1px; background:#e4dac17a; }
.hero-bottom { position:absolute; bottom:23px; left:max(5vw,calc((100vw - 1280px)/2)); right:max(5vw,calc((100vw - 1280px)/2)); display:flex; justify-content:space-between; font-size:9px; letter-spacing:.19em; color:#b0b9ae; }
.hero-bottom>span:first-child { color:var(--gold); }
.tiny-star { margin:0 13px; color:var(--gold); }
.library { max-width:1280px; width:90%; margin:0 auto; padding:43px 0 0; }
.library-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:27px; }
.library-heading .eyebrow { margin-bottom:9px; font-size:9px; }
.library-heading h2 { font-family:var(--serif); font-size:32px; font-weight:400; letter-spacing:-.025em; margin:0; }
.library-heading>p { color:var(--muted); font-size:12px; margin:0 0 6px; }
.crest-grid { display:grid; grid-template-columns:repeat(9,minmax(0,1fr)); gap:0; padding:0; margin:0 0 27px; border:1px solid var(--line); border-radius:4px; background:#131d19; overflow:visible; }
.crest-btn { position:relative; min-width:0; padding:16px 4px 14px; gap:10px; border-right:1px solid #ffffff06; transition:background .25s; border-radius:0; }
.crest-btn:last-child { border-right:0; }
.crest-btn img { width:42px; height:42px; max-width:42px; border:0; border-radius:50%; box-shadow:none; filter:saturate(.4) brightness(.8); transition:filter .25s,transform .25s; }
.crest-btn .crest-name { font-size:10px; letter-spacing:.02em; text-transform:none; }
.crest-btn.active { background:linear-gradient(#cfb17b16,#cfb17b06); }
.crest-btn.active::after { content:''; position:absolute; bottom:-1px; left:25%; right:25%; height:2px; background:var(--gold); }
.crest-btn.active img { border:0; filter:saturate(.8) brightness(1.1); box-shadow:0 0 24px #cfb17b17; }
.crest-btn:hover { background:#ffffff05; }
.crest-btn:hover img { transform:translateY(-2px) scale(1.06); box-shadow:none; }
.crest-btn.active .crest-name { color:var(--gold-bright); }
.launcher-body { display:grid; grid-template-columns:260px minmax(0,1fr); gap:30px; min-height:300px; align-items:stretch; }
.hero-panel { position:relative; min-width:0; width:auto; min-height:310px; border:1px solid #cfb17b29; border-radius:4px; background:radial-gradient(ellipse at 50% 18%,color-mix(in srgb,var(--class-color,#cfb17b) 13%,transparent),transparent 62%),linear-gradient(145deg,#243129,#14211c); box-shadow:none; padding:24px 18px 25px; display:flex; flex-direction:column; justify-content:center; align-items:center; overflow:hidden; }
.hero-panel::before { content:''; position:absolute; inset:8px; border:1px solid #cfb17b11; pointer-events:none; }
.class-ornament { position:absolute; width:200px; height:200px; border:1px solid #cfb17b18; border-radius:50%; top:6px; left:calc(50% - 100px); }
.class-ornament::before,.class-ornament::after { content:''; position:absolute; border:1px solid #cfb17b10; inset:12px; border-radius:50%; }
.class-ornament::after { inset:28px; }
.class-emblem { position:relative; width:92px; height:92px; object-fit:contain; border-radius:50%; filter:saturate(.65); margin:4px 0 30px; box-shadow:0 10px 34px #0004; }
.hero-caption { position:relative; inset:auto; text-align:center; width:100%; }
.hero-caption .eyebrow { display:block; font-size:8px; letter-spacing:.25em; margin:0 0 9px; }
.hero-caption h2 { margin:0 0 9px; font-family:var(--serif); font-size:32px; font-weight:400; letter-spacing:-.02em; color:var(--ink); }
.hero-caption p:not(.eyebrow) { color:#a8b5a8; font-family:var(--serif); font-style:italic; font-size:13px; margin:0 0 20px; }
.hero-sub { font-size:9px; letter-spacing:.13em; color:var(--muted); }
.class-corner { position:absolute; bottom:12px; left:15px; font-size:10px; color:var(--gold); }
.control-panel { display:flex; flex-direction:column; min-width:0; }
.rotation-toolbar { display:flex; align-items:center; justify-content:space-between; gap:15px; margin:0 0 15px; }
.rotation-toolbar h3 { margin:0 0 5px; font-size:18px; font-family:var(--serif); font-weight:400; }
#rotation-count { font-size:11px; color:var(--muted); }
.filters { display:flex; padding:3px; background:#0d1412; border:1px solid #ffffff09; border-radius:4px; }
.filter { font:10px var(--sans); border:0; padding:6px 14px; border-radius:2px; background:none; color:var(--muted); cursor:pointer; }
.filter.active { background:#2d382e; color:var(--gold-bright); }
.filter:hover { color:var(--ink); }
.cards { padding:0; gap:8px; overflow:visible; flex:1; }
#cards .card { background:#18221e; border:1px solid #2b362f; border-radius:3px; padding:14px 18px; gap:14px; min-height:66px; transform:none; box-shadow:none; }
#cards .card::after { content:'↗'; position:static; flex:0 0 auto; background:none; border:0; padding:0; color:#8e9b8d; font-size:19px; letter-spacing:0; line-height:1; }
#cards .card:hover { background:#1d2922; border-color:#687052; box-shadow:none; transform:translateX(3px); }
#cards .card:hover::after { background:none; color:var(--gold-bright); border:0; }
#cards .card.update { border-color:#a88e5c; }
.rot-name { font-family:var(--sans); font-size:13px; font-weight:500; margin-bottom:5px; letter-spacing:0; }
.rot-sub { font-size:10px; color:#97a598; }
.rot-sub .note { color:var(--muted); }
.card .chip { order:-1; padding:5px 7px; border-radius:3px; min-width:36px; text-align:center; font-size:8px; color:#a9b8ac; border-color:#3e4d41; letter-spacing:.02em; }
.card .chip.pvp { color:#d5a398; border-color:#61453d; }
.card .chip.aio { min-width:75px; }
.card .spacer { display:none; }
.card .pill { font-size:9px; padding:4px 8px; letter-spacing:0; color:#a4ae9f; border-color:#3b453a; background:none; border-radius:3px; }
.card .pill.new { color:var(--gold-bright); border-color:var(--fel-dim); }
.card .btn { padding:7px 11px; font-size:10px; }
.release-note { display:flex; align-items:center; gap:10px; margin-top:16px; color:var(--muted); }
.release-note>span { color:var(--gold); font-size:16px; }
.release-note p { margin:0; font-size:11px; line-height:1.5; }
.empty-state { border:1px dashed var(--line); padding:40px 20px; color:var(--muted); font-size:12px; text-align:center; }
.empty-state .link-btn { display:block; margin:16px auto 0; }
.statusbar { margin-top:28px; padding:21px 0; background:none; border-top:1px solid var(--line); border-bottom:1px solid var(--line); gap:24px; }
.folder-label { display:flex; align-items:center; gap:14px; }
.folder-icon { font-size:27px; color:var(--gold); }
.folder-label>div { display:flex; flex-direction:column; gap:6px; }
.path-label { font-size:11px; color:#c6cec2; }
.statusbar code { font-family:var(--sans); color:#8f9e91; border:0; padding:0; background:none; font-size:10px; max-width:350px; }
.statusbar .btn { padding:9px 12px; font-size:10px; border-color:#3f4c3e; }
.feed-status { text-align:right; display:flex; flex-direction:column; gap:5px; }
.source-tag { display:block; font-size:10px; letter-spacing:0; color:#b7c3b4; }
.source-tag::before { content:''; display:inline-block; width:5px; height:5px; background:var(--gold); border-radius:50%; margin-right:7px; vertical-align:1px; }
#status-line { font-size:10px; color:#8e9b8e; }
.site-footer { max-width:1280px; width:90%; margin:0 auto; padding:28px 0; display:flex; gap:24px; align-items:center; color:#859286; font-size:10px; }
.footer-wordmark { font-size:9px; letter-spacing:.14em; color:var(--gold); }
.footer-wordmark strong { font-family:var(--serif); font-size:13px; font-weight:400; color:#c6d0c0; letter-spacing:.08em; margin-left:4px; }
.site-footer>div { display:flex; align-items:center; gap:24px; margin-left:auto; }
.site-footer .nav-link { font-size:10px; }
.site-footer a:hover { color:var(--gold-bright); }
.modal-backdrop { background:#07100cba; backdrop-filter:blur(9px); padding:20px; overflow-y:auto; }
.modal { background:linear-gradient(145deg,#202e25,#14221a); border:1px solid #7c805247; box-shadow:0 30px 100px #0008; color:var(--ink); max-height:90vh; overflow-y:auto; }
.modal h2 { color:var(--gold-bright); font-weight:400; }
.modal .dt-close { color:var(--muted); background:none; }
.modal p,.modal li { line-height:1.65; }
.modal code { color:#d9ccaf; }
.guide-body h3,.dt-side-title { color:var(--gold-bright); }
.ra-row { background:#101a14; border-color:#344335; }
.ra-sub,.ra-tagline,.ra-foot,.ra-path,.dt-tagline,.ext-copy { color:var(--muted); }
.ra-row .btn { color:var(--ink); }
.ra-manual-hint { background:#d0b7830a; color:#c8c1a8; border-color:#cfb17b33; }
.link-btn { color:var(--gold-bright); }
.toast { border-color:var(--gold); background:#233325; color:var(--ink); box-shadow:0 8px 40px #0007; max-width:calc(100vw - 32px); font-size:12px; line-height:1.5; bottom:24px; }
.toast.error { background:#35261f; }
.new-bubble { color:#152117; background:var(--gold); border-color:var(--gold); box-shadow:none; }
@keyframes landscape-arrive { from { opacity:.3; transform:scale(1.035); } to { opacity:1; transform:scale(1); } }
@media (min-width:1423px) { .hero-content { width:1280px; } }
@media (max-width:1422px) { .hero-content { width:90%; } }
@media (max-width:1000px) { .titlebar { gap:22px; height:80px; } .titlebar nav { gap:20px; } .titlebar .nav-link.active::after { bottom:-23px; } .brand strong { font-size:18px; } .check-button { font-size:11px; padding:10px 12px; } .launcher-body { grid-template-columns:210px minmax(0,1fr); gap:20px; } .hero-panel { min-height:300px; } .hero-caption h2 { font-size:29px; } .hero-bottom { font-size:8px; } }
@media (max-width:760px) { .titlebar { padding:0 5%; gap:16px; flex-wrap:wrap; height:auto; min-height:110px; padding-top:16px; padding-bottom:0; } .brand { flex:1; } .brand img { width:29px; height:35px; } .brand strong { font-size:19px; } .titlebar nav { order:3; width:100%; gap:24px; height:42px; } .titlebar .nav-link.active::after { bottom:-9px; } .check-button { font-size:10px; } .forever-hero { min-height:414px; } .hero-content { padding-top:47px; padding-bottom:85px; } .hero-content h1 { font-size:57px; } .hero-description { font-size:12px; } .hero-wash { background:linear-gradient(90deg,#0e1815e3,#0f181586 70%,#10171640),linear-gradient(0deg,#101716ef,transparent 60%); } .hero-signature { display:none; } .hero-bottom>span:last-child { font-size:7px; } .hero-bottom>span:last-child .tiny-star { margin:0 6px; } .library { padding-top:32px; } .library-heading { margin-bottom:20px; } .library-heading h2 { font-size:28px; } .library-heading>p { display:none; } .crest-grid { grid-template-columns:repeat(9,minmax(68px,1fr)); overflow-x:auto; padding-bottom:1px; scrollbar-width:thin; scrollbar-color:#5e6748 transparent; } .crest-btn { padding:13px 6px; } .crest-btn img { width:36px; height:36px; } .crest-btn .crest-name { font-size:9px; } .launcher-body { grid-template-columns:1fr; gap:20px; } .hero-panel { display:none; } .rotation-toolbar h3 { font-size:20px; } .statusbar { gap:14px; } .statusbar .spacer { display:none; } .feed-status { width:100%; text-align:left; flex-direction:row; gap:15px; border-top:1px solid #ffffff08; padding-top:12px; } .folder-label { flex:1; } .site-footer { flex-wrap:wrap; gap:12px 20px; } .site-footer>div { margin-left:0; width:100%; gap:20px; } .modal { width:min(94vw,680px); padding:24px; } .modal-backdrop { padding:10px; } }
@media (max-width:430px) { .hero-content h1 { font-size:49px; } .hero-bottom>span:last-child { display:none; } .eyebrow { font-size:8px; } .titlebar { gap:10px; } .check-button { padding:10px; font-size:9px; gap:6px; } .brand { gap:8px; } .brand strong { font-size:17px; } .brand small { font-size:8px; } .card .pill { font-size:8px; padding:4px 6px; } #cards .card { padding:13px 10px; gap:9px; } .rot-name { font-size:12px; } .rot-sub { font-size:9px; } #cards .card::after { font-size:16px; } .filters .filter { padding:6px 11px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none !important; transition:none !important; } }
