@import url('data:text/css,');
:root{--bg:#05080d;--panel:#0c1118;--panel2:#111923;--text:#f4ead4;--muted:#a79e91;--gold:#d8ad55;--gold2:#f2d58b;--red:#8f2026;--line:rgba(216,173,85,.22);--shadow:0 24px 70px rgba(0,0,0,.45);color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 70% 8%,#151716 0,#070b10 30%,var(--bg) 64%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}.ambient{position:fixed;inset:0;pointer-events:none;opacity:.23;background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,black,transparent)}button,select,textarea{font:inherit}button{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;background:var(--gold);color:#111;padding:.8rem;z-index:99}.skip-link:focus{top:1rem}.topbar{height:86px;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;text-align:left;cursor:pointer}.brand img{width:48px;height:48px;border-radius:13px}.brand span{display:flex;flex-direction:column}.brand b{font-family:Georgia,serif;font-size:.95rem;letter-spacing:.12em}.brand small{color:var(--muted);font-size:.7rem;margin-top:2px}.topbar nav{display:flex;gap:6px}.topbar nav button,.back-link{border:0;background:transparent;padding:.75rem 1rem;color:var(--muted);cursor:pointer;border-radius:30px}.topbar nav button:hover,.topbar nav button:focus-visible,.back-link:hover{color:var(--gold2);background:rgba(216,173,85,.07)}main{max-width:1180px;min-height:calc(100vh - 160px);margin:auto;padding:48px 24px 80px}.view{display:none}.view.active{display:block;animation:reveal .45s ease both}@keyframes reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hero{position:relative;min-height:690px;padding-top:65px}.hero-copy{max-width:660px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-weight:700;font-size:.72rem}.hero h1,.section-head h2,.casting-view h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2.8rem,6vw,5.4rem);line-height:1.02;margin:.8rem 0 1.5rem;letter-spacing:-.035em}.hero h1 em{color:var(--gold2);font-weight:400}.lead{color:#c2baad;font-size:1.1rem;line-height:1.8;max-width:620px}.actions{display:flex;gap:12px;margin:32px 0}.primary,.secondary{border-radius:8px;padding:15px 20px;border:1px solid var(--gold);font-weight:700;cursor:pointer}.primary{background:linear-gradient(135deg,#edcf84,#b88530);color:#15100a;box-shadow:0 10px 30px rgba(216,173,85,.12)}.primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.secondary{background:transparent;color:var(--gold2)}.trust{display:flex;gap:22px;flex-wrap:wrap;color:var(--muted);font-size:.75rem}.oracle-stage{position:absolute;right:-40px;top:0;width:510px;height:510px;display:grid;place-items:center}.oracle-stage img{width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 25px 50px #000)}.halo{position:absolute;width:78%;height:78%;border:1px solid var(--line);border-radius:50%;box-shadow:inset 0 0 80px rgba(216,173,85,.05),0 0 100px rgba(216,173,85,.05)}.orbit{position:absolute;color:var(--gold);font-family:Georgia;font-size:.7rem}.orbit-a{top:11%;left:23%}.orbit-b{right:8%;top:49%}.orbit-c{bottom:9%;left:36%}.continue-card{position:absolute;bottom:12px;left:0;display:flex;align-items:center;gap:14px;width:500px;padding:14px;background:rgba(12,17,24,.86);border:1px solid var(--line);border-radius:10px;color:var(--text);text-align:left;cursor:pointer;backdrop-filter:blur(12px)}.continue-card .seal{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--red);border:1px solid var(--gold);font-family:Georgia}.continue-card span:nth-child(2){display:flex;flex:1;flex-direction:column}.continue-card small{color:var(--muted);margin-bottom:4px}.section-head{max-width:760px;margin:0 auto 35px;text-align:center}.section-head h2,.casting-view h2{font-size:clamp(2.3rem,5vw,4rem)}.section-head>p:last-child{color:var(--muted)}.section-head.row{max-width:none;text-align:left;display:flex;align-items:end;justify-content:space-between}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:820px;margin:auto}.mode-card{position:relative;background:var(--panel);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:25px;text-align:left;cursor:pointer}.mode-card.selected{border-color:var(--gold);background:linear-gradient(145deg,rgba(216,173,85,.1),var(--panel))}.mode-card b,.mode-card small{display:block}.mode-card small{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;margin:14px 0 5px}.mode-card b{font-family:Georgia;font-size:1.45rem}.mode-card p{color:var(--muted);line-height:1.55}.mode-icon{font-size:2rem;color:var(--gold2)}.oracle-form{max-width:820px;margin:18px auto;background:var(--panel);border:1px solid rgba(255,255,255,.07);padding:28px;border-radius:14px;display:grid;gap:10px}.oracle-form label{font-size:.83rem;font-weight:700;margin-top:8px}.oracle-form label small{font-weight:400;color:var(--muted)}select,textarea{width:100%;background:#090e14;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:var(--text);padding:13px;outline:none}select:focus,textarea:focus{border-color:var(--gold)}textarea{resize:vertical}.field-note{color:var(--muted);font-size:.76rem;margin:0}.cast-button{margin-top:14px;font-size:1rem}.dice-mini{margin-right:8px}.casting-view{text-align:center;padding-top:100px}.dice-stage{display:flex;justify-content:center;gap:28px;margin:50px 0}.die{width:130px;height:130px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#f4ddb0,#c99742);color:#20170c;font-size:4rem;box-shadow:var(--shadow);animation:roll .7s cubic-bezier(.2,.8,.3,1) infinite alternate}@keyframes roll{to{transform:rotate(12deg) translateY(-15px)}}.result-card{max-width:760px;margin:auto;background:linear-gradient(160deg,rgba(20,27,35,.98),rgba(8,12,17,.98));border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:clamp(24px,5vw,54px);text-align:center}.result-top{display:flex;justify-content:space-between;color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:.68rem}.result-top button{background:none;border:0;color:var(--gold2);font-size:2rem;cursor:pointer}.result-symbol{display:grid;gap:7px;width:92px;margin:25px auto}.symbol-line{display:flex;gap:12px;height:7px}.symbol-line i{display:block;flex:1;background:var(--gold);border-radius:4px}.result-code,.keyword{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:.7rem}.result-card h2{font-family:Georgia;font-size:clamp(2.3rem,5vw,4rem);font-weight:400;margin:8px}.result-card blockquote{font-family:Georgia;font-size:1.45rem;line-height:1.55;color:var(--gold2);margin:30px auto;border-block:1px solid var(--line);padding:28px}.interpretation{text-align:left;color:#c9c0b4;line-height:1.8}.interpretation h3{color:var(--text);font-family:Georgia;font-size:1.25rem;margin-top:25px}.reflection{border-left:2px solid var(--gold);padding:4px 0 4px 18px;margin-top:28px}.reflection small{color:var(--gold);text-transform:uppercase;letter-spacing:.14em}.result-actions{display:flex;justify-content:center;gap:10px;margin-top:30px}.history-list{display:grid;gap:10px}.history-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px;background:var(--panel);border:1px solid rgba(255,255,255,.07);border-radius:10px}.history-item .mini-symbol{font-size:1.5rem;color:var(--gold)}.history-item b,.history-item small{display:block}.history-item small{color:var(--muted);margin-top:4px}.history-item button{background:none;border:0;color:var(--muted);cursor:pointer}.empty{text-align:center;color:var(--muted);padding:80px 20px}.danger-text{background:none;border:0;color:#d98787;cursor:pointer}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.article-grid article{background:var(--panel);padding:28px;border:1px solid rgba(255,255,255,.07);border-radius:12px}.article-grid span{color:var(--gold);font-family:Georgia;font-size:1.8rem}.article-grid h3{font-family:Georgia;font-size:1.5rem}.article-grid p{color:var(--muted);line-height:1.75}.settings-card{max-width:720px;margin:auto;background:var(--panel);padding:10px 28px;border:1px solid rgba(255,255,255,.07);border-radius:12px}.settings-card label{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.07)}.settings-card label span{display:flex;flex-direction:column}.settings-card small{color:var(--muted);margin-top:4px}.settings-card select{width:auto}.settings-card input{width:22px;height:22px;accent-color:var(--gold)}.danger{width:100%;padding:14px;margin:22px 0;background:transparent;border:1px solid #7c3030;color:#e09c9c;border-radius:8px;cursor:pointer}footer{max-width:1180px;margin:auto;border-top:1px solid var(--line);padding:28px 24px;display:flex;justify-content:space-between;color:var(--muted);font-size:.75rem}footer span{color:var(--gold);letter-spacing:.15em}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);opacity:0;background:#eee2c9;color:#17120b;padding:12px 18px;border-radius:8px;transition:.25s;z-index:100;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%,0)}body.light{--bg:#e9e1d1;--panel:#f6efe3;--panel2:#fff9ef;--text:#221b13;--muted:#746958;--line:rgba(97,65,21,.22);color-scheme:light;background:radial-gradient(circle at 70% 8%,#fff7e7,#e9e1d1 60%)}body.reduce-motion *,@media(prefers-reduced-motion:reduce){animation-duration:.01ms!important;transition-duration:.01ms!important}.light select,.light textarea{background:#fffaf1}.light .lead,.light .interpretation{color:#524838}
@media(max-width:850px){.topbar nav button:not(:last-child){display:none}.oracle-stage{opacity:.34;right:-160px;top:30px}.hero-copy{max-width:620px}.hero{overflow:hidden}.article-grid{grid-template-columns:1fr}}@media(max-width:600px){.topbar{height:72px;padding:0 15px}.brand img{width:40px;height:40px}.brand small{display:none}main{padding:32px 16px 60px}.hero{padding-top:30px;min-height:720px}.hero h1{font-size:3rem}.oracle-stage{width:380px;height:380px;right:-145px;top:120px}.lead{font-size:1rem}.trust{display:grid;gap:8px}.continue-card{width:calc(100% - 2px);bottom:10px}.mode-grid{grid-template-columns:1fr}.oracle-form{padding:18px}.die{width:105px;height:105px}.result-card{padding:24px 18px}.result-actions,.actions{flex-direction:column}.section-head.row{align-items:start}.history-item{grid-template-columns:auto 1fr}.history-item button{grid-column:2;text-align:left}.settings-card{padding:8px 18px}.settings-card label{align-items:flex-start}footer{display:block;text-align:center}footer span{display:block;margin-bottom:8px}}
.point-inputs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.point-inputs label{display:grid;gap:5px}.point-inputs input,.history-tools input[type=search]{background:#090e14;border:1px solid rgba(255,255,255,.12);border-radius:7px;color:var(--text);padding:12px;min-width:0}fieldset{border:1px solid var(--line);border-radius:8px;margin:8px 0;padding:16px}fieldset legend{color:var(--gold);font-weight:700}fieldset p{color:var(--muted);font-size:.8rem}.journal-label{display:block;color:var(--text);font-family:Georgia;font-size:1.25rem;margin:28px 0 10px}.note-save{margin-top:10px}.history-tools{display:flex;gap:15px;align-items:center;margin:0 0 18px}.history-tools input[type=search]{flex:1}.history-tools label{color:var(--muted);white-space:nowrap}.data-actions{display:flex;gap:10px;flex-wrap:wrap;padding:20px 0}.import-label{border:1px solid var(--gold);border-radius:8px;padding:15px 20px;color:var(--gold2);font-weight:700;cursor:pointer}.import-label input{display:none}.light .point-inputs input,.light .history-tools input[type=search]{background:#fffaf1}@media(max-width:600px){.point-inputs{grid-template-columns:1fr 1fr}.history-tools{align-items:stretch;flex-direction:column}}
.dice-tray{max-width:470px;height:270px;margin:35px auto 20px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid rgba(216,173,85,.22);border-radius:48% 48% 18px 18px;background:radial-gradient(ellipse at center,rgba(126,51,30,.48),rgba(38,17,13,.92) 72%),repeating-linear-gradient(9deg,transparent 0 18px,rgba(255,255,255,.018) 19px 20px);box-shadow:inset 0 -18px 35px rgba(0,0,0,.7),inset 0 2px 14px rgba(245,183,96,.12),0 25px 60px rgba(0,0,0,.35)}.dice-tray:after{content:"";position:absolute;left:8%;right:8%;bottom:18px;height:14px;background:rgba(0,0,0,.5);filter:blur(12px);border-radius:50%}.dice-tray .dice-stage{position:relative;z-index:1;margin:0;perspective:700px}.die{position:relative;width:116px;height:116px;display:grid;grid-template:repeat(3,1fr)/repeat(3,1fr);padding:16px;gap:5px;border-radius:22px;background:linear-gradient(145deg,#fff1cb,#c89540);box-shadow:inset 6px 6px 10px rgba(255,255,255,.5),inset -7px -8px 12px rgba(90,49,8,.35),0 15px 16px rgba(0,0,0,.48);transform-style:preserve-3d}.die .pip{width:17px;height:17px;align-self:center;justify-self:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,#4c251d,#140a08 70%);box-shadow:inset 1px 2px 3px #000,0 1px 1px rgba(255,255,255,.35)}.die.rolling:first-child{animation:dice-tumble-a 1.55s cubic-bezier(.14,.73,.22,1) both}.die.rolling:last-child{animation:dice-tumble-b 1.55s cubic-bezier(.14,.73,.22,1) both}@keyframes dice-tumble-a{0%{transform:translate3d(-110px,-100px,0) rotateX(20deg) rotateY(0) rotateZ(0)}22%{transform:translate3d(-42px,12px,30px) rotateX(210deg) rotateY(150deg) rotateZ(80deg)}45%{transform:translate3d(22px,-45px,50px) rotateX(430deg) rotateY(330deg) rotateZ(190deg)}68%{transform:translate3d(-8px,7px,15px) rotateX(660deg) rotateY(520deg) rotateZ(290deg)}84%{transform:translate3d(3px,-14px,4px) rotateX(735deg) rotateY(590deg) rotateZ(342deg)}100%{transform:translate3d(0,0,0) rotateX(720deg) rotateY(720deg) rotateZ(360deg)}}@keyframes dice-tumble-b{0%{transform:translate3d(120px,-120px,0) rotateX(0) rotateY(40deg)}25%{transform:translate3d(48px,-3px,35px) rotateX(190deg) rotateY(260deg) rotateZ(-100deg)}49%{transform:translate3d(-18px,-55px,45px) rotateX(380deg) rotateY(480deg) rotateZ(-220deg)}72%{transform:translate3d(8px,5px,12px) rotateX(610deg) rotateY(650deg) rotateZ(-315deg)}87%{transform:translate3d(-2px,-12px,3px) rotateX(690deg) rotateY(700deg) rotateZ(-350deg)}100%{transform:translate3d(0,0,0) rotateX(720deg) rotateY(720deg) rotateZ(-360deg)}}.dice-tray.impact{animation:tray-hit .18s ease-out}@keyframes tray-hit{30%{transform:translateY(3px) scale(.995)}100%{transform:none}}body.reduce-motion .die.rolling{animation:reveal .12s ease both!important}
