@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;450;500;550;600;650;700;750;800&family=Instrument+Serif:ital@0;1&display=swap";.collection .glass-die-playground{width:fit-content;margin:-8px 0 0 -14px;pointer-events:auto}.collection .glass-die-button{display:flex;align-items:center;gap:18px;padding:0 16px 0 0;border:0;border-radius:12px;background:transparent;color:inherit;cursor:pointer;text-align:left}.collection .glass-die-button[aria-disabled=true]{cursor:progress}.collection .glass-die-stage{position:relative;display:grid;place-items:center;width:156px;height:148px;perspective:600px}.collection .glass-die-ground{position:absolute;width:116px;height:32px;bottom:8px;left:20px;border:1px solid #b697ff38;border-radius:50%;background:radial-gradient(ellipse,#76e9f22e,#b697ff15 45%,transparent 72%);box-shadow:0 0 24px #b697ff14}.collection .glass-die-view,.collection .glass-die-float,.collection .glass-die-toss,.collection .glass-die-cube{display:block;width:68px;height:68px;transform-style:preserve-3d}.collection .glass-die-view{transform:translateY(-8px) rotateX(-18deg) rotateY(-28deg)}.collection .glass-die-float{animation:glass-die-hover 9s ease-in-out infinite alternate paused}.collection.motion-enabled .glass-die-float{animation-play-state:running}.collection .glass-die-cube{position:relative;transition:transform 1.1s cubic-bezier(.12,.72,.18,1)}.collection .glass-die-face{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template:repeat(3,1fr) / repeat(3,1fr);gap:5px;padding:13px;border:1px solid #95f7ffe6;border-radius:9px;background:linear-gradient(135deg,#d9ffff52,#4edbeb24 30%,#12122cd6 75%,#8eeeff4d);box-shadow:inset 0 0 0 2px #76e9f223,inset 0 0 17px #69ebf438,0 0 12px #76e9f21c;backface-visibility:hidden}.collection .glass-die-face:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px solid #d6faff33;border-radius:5px;background:linear-gradient(145deg,#ffffff2e,transparent 38%,transparent 70%,#ffffff1a);pointer-events:none}.collection .glass-die-face-front{transform:translateZ(34px)}.collection .glass-die-face-back{transform:rotateY(180deg) translateZ(34px)}.collection .glass-die-face-right{transform:rotateY(90deg) translateZ(34px)}.collection .glass-die-face-left{transform:rotateY(-90deg) translateZ(34px)}.collection .glass-die-face-top{transform:rotateX(90deg) translateZ(34px)}.collection .glass-die-face-bottom{transform:rotateX(-90deg) translateZ(34px)}.collection .glass-die-face-right,.collection .glass-die-face-back,.collection .glass-die-face-bottom{border-color:#ffb0ebdd;background:linear-gradient(135deg,#ffe1ff59,#ff80dc24 30%,#291135dc 75%,#e9aaff45);box-shadow:inset 0 0 0 2px #ff80dc24,inset 0 0 17px #ff80dc3b,0 0 12px #ff80dc1f}.collection .glass-die-pip{border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#d0faff 50%,#76e9f2);box-shadow:0 0 6px #76e9f299}.collection .glass-die-caption{display:grid;gap:3px;min-width:106px}.collection .glass-die-kicker{color:var(--muted);font-size:.625rem;letter-spacing:1.6px}.collection .glass-die-result{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-size:2.75rem;line-height:1.05;color:#cebbf6}.collection .glass-die-hint{font-size:.75rem;color:var(--cyan)}.collection .glass-die-button:hover .glass-die-hint{color:var(--accent)}.collection.motion-enabled .is-rolling .glass-die-toss{animation:glass-die-toss 1.1s cubic-bezier(.2,.7,.3,1)}.collection:not(.motion-enabled) .glass-die-cube{transition:none}.collection .glass-die-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@keyframes glass-die-hover{0%{transform:translateY(3px) rotateY(-12deg) rotate(-3deg)}to{transform:translateY(-5px) rotateY(16deg) rotate(3deg)}}@keyframes glass-die-toss{0%,to{transform:translateY(0)}32%{transform:translateY(-24px)}76%{transform:translateY(3px)}}@media (prefers-reduced-motion: reduce){.collection .glass-die-float,.collection.motion-enabled .is-rolling .glass-die-toss{animation:none}.collection .glass-die-cube{transition:none}}@media (max-width: 380px){.collection .glass-die-button{gap:8px}.collection .glass-die-playground{margin-left:-10px}}.collection{position:relative;isolation:isolate;font-family:DM Sans,sans-serif;color:#f7efff;background:#100b1b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #100b1b;--accent: #ff80dc;--cyan: #76e9f2;--violet: #b697ff;--muted: #b8a9cb;--border: #3e2d53}.collection:before{content:"";position:fixed;top:-52px;right:-52px;bottom:-52px;left:-52px;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#100b1b99,#100b1b66 60%,#100b1b99),url(/images/collection/twilight-sky.webp) center / cover no-repeat;animation:sky-drift 40s ease-in-out -10s infinite alternate;animation-play-state:paused}.collection.motion-enabled:before{animation-play-state:running}@keyframes sky-drift{0%{transform:translate3d(-40px,16px,0)}to{transform:translate3d(40px,-16px,0)}}@media (max-width: 760px){.collection:before{background-position:center,65% center}}.collection *{box-sizing:border-box}html:has(.collection){scroll-behavior:smooth;scroll-padding-top:30px}body:has(.collection){margin:0;min-width:0}.collection button,.collection a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.collection a{color:inherit;text-decoration:none}.collection button{font:inherit}.collection button:focus-visible,.collection a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}.collection ::selection{background:var(--accent);color:var(--background)}.collection{overflow:hidden}.collection .page-width{width:min(1440px,calc(100% - 112px));margin-inline:auto}.collection .accent{color:var(--accent)}.collection .skip-link{position:fixed;top:12px;left:12px;z-index:20;background:var(--accent);color:var(--background);padding:14px 20px;transform:translateY(-160%)}.collection .skip-link:focus{transform:translateY(0)}.collection .site-header{height:105px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:relative;z-index:3}.collection .wordmark{display:inline-flex;gap:8px;align-items:center;font-weight:800;font-size:1.8125rem;letter-spacing:-1.5px}.collection .wordmark svg path{fill:var(--accent)}.collection-nav{font-size:.875rem;display:flex;align-items:center;gap:14px;margin-left:16px}.collection-nav span{border:1px solid #67507f;border-radius:50%;font-size:.75rem;width:28px;height:28px;display:grid;place-items:center;color:var(--accent)}.collection-nav:hover{color:var(--accent)}.collection .header-note,.collection .eyebrow,.collection .scene-caption,.collection .motion-control,.collection .tool-topline,.collection .tool-art-caption,.collection .footer-bottom{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:550;letter-spacing:1.5px}.collection .header-note{color:var(--muted)}.collection .hero{min-height:655px;position:relative;display:flex;align-items:center;padding-block:64px 110px}.collection .hero-copy{position:relative;z-index:2;width:58%;pointer-events:none}.collection .hero-copy a{pointer-events:auto}.collection .eyebrow{margin:0 0 29px;display:flex;align-items:center;gap:10px;line-height:1.5}.collection .tiny-cross{color:var(--accent);font-size:1.4375rem;line-height:1}.collection h1{font-family:Barlow Condensed,Impact,sans-serif;font-size:clamp(5.125rem,8.2vw,8.25rem);font-weight:800;line-height:.9;letter-spacing:-2px;margin:0 0 29px}.collection h1 em{font-family:"Instrument Serif",Georgia,serif;color:var(--cyan);background:linear-gradient(115deg,#82f0f3 5%,#be9aff 52%,#ff86d8 95%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:400;text-transform:none;font-size:1.035em;letter-spacing:-3px;line-height:1.05;white-space:normal}.collection .hero-description{font-size:1rem;line-height:1.8;color:#c5b6d8;margin:0 0 27px}.collection .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:460px;gap:12px}.collection .button{min-height:54px;display:inline-flex;justify-content:center;align-items:center;gap:27px;padding:15px 20px;font-size:.875rem;font-weight:650;border:1px solid transparent;transition:background .2s,color .2s,transform .2s}.collection .button svg{font-size:1.25rem;transition:transform .2s}.collection .button:hover svg{transform:translate(2px,-2px)}.collection .button-primary{background:linear-gradient(115deg,#ff80dc,#c1a0ff);box-shadow:0 5px 30px #f35cc622;color:var(--background)}.collection .button-primary:hover{background:#ffadea;transform:translateY(-2px)}.collection .button-secondary{border-color:#65cadb;background:#100b1b88;color:var(--cyan)}.collection .button-secondary:hover{background:#242041;border-color:var(--cyan)}.collection .explore-link{margin-top:27px;color:var(--muted);font-size:.8125rem;display:inline-flex;align-items:center;gap:9px}.collection .explore-link svg{font-size:1rem}.collection .explore-link:hover{color:var(--accent)}.collection .hero-art{position:absolute;z-index:0;mix-blend-mode:lighten;right:-110px;top:-20px;width:74%;height:100%;perspective:1000px;pointer-events:none;transform-style:preserve-3d}.collection .hero-image-float{height:100%;width:100%;position:relative}.collection .hero-image{display:block;width:100%;height:100%;object-fit:contain;transform:translate3d(var(--scene-x,0px),var(--scene-y,0px),0) rotateX(var(--scene-rotate-x,0deg)) rotateY(var(--scene-rotate-y,0deg));transition:transform .6s ease-out;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 88%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 88%,transparent 100%);mix-blend-mode:lighten}.collection .art-orbit{position:absolute;border:1px solid #cf83ff40;border-radius:50%;width:76%;height:48%;left:12%;top:28%;transform:rotate(-35deg)}.collection .art-orbit-two{transform:rotate(40deg);height:65%;width:50%;left:26%;top:20%;border-color:#65e4f32e}.collection .art-spark{position:absolute;color:var(--accent);font-size:3rem;font-weight:400}.collection .art-spark-one{right:19%;top:22%}.collection .art-spark-two{color:var(--cyan);left:22%;bottom:18%;font-size:2.0625rem;font-weight:400}.collection .hero-bottom{position:absolute;bottom:26px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;z-index:2}.collection .scene-caption{color:var(--muted);display:flex;align-items:center;gap:12px;font-size:.75rem}.collection .caption-rule{width:30px;height:1px;background:var(--muted)}.collection .motion-control{padding:6px 0 6px 10px;border:0;color:var(--muted);background:transparent;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.75rem}.collection .motion-control svg{border:1px solid #79638b;border-radius:50%;padding:5px;width:29px;height:29px}.collection .motion-control:hover{color:var(--accent)}.collection .manifesto-strip{background:linear-gradient(100deg,#ff8cde,#c29bff 48%,#76e9f2);color:var(--background);border-block:1px solid #e2b1ff;box-shadow:0 0 48px #b45bdd1c;padding:17px 0;transform:rotate(-1.4deg);width:calc(100% + 30px);margin-left:-15px}.collection .manifesto-strip>div{display:flex;flex-wrap:wrap;gap:10px 37px;justify-content:center;align-items:center;white-space:nowrap;font-family:Barlow Condensed,Impact,sans-serif;font-size:1.6875rem;font-weight:700;letter-spacing:.5px}.collection .strip-item{display:inline-flex;align-items:center;gap:18px}.collection .strip-star{font-size:1.75rem;line-height:1}.collection .tools-section{padding-top:102px;padding-bottom:87px;scroll-margin-top:0}.collection .section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.collection .section-heading .eyebrow{color:var(--muted);margin-bottom:12px;font-size:.75rem}.collection .section-heading h2{font-size:2.75rem;line-height:1.1;letter-spacing:-2px;font-weight:550;margin:0}.collection .section-heading h2 .accent{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-size:2.8125rem;letter-spacing:-1px}.collection .section-heading>p{color:var(--muted);font-size:.875rem;line-height:1.7;margin:0 0 2px}.collection .tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.collection .tool-card{background:linear-gradient(145deg,#271738,#181122);display:block;border:1px solid #483258;transition:border-color .25s,transform .25s;min-width:0}.collection .tool-card:is(.casino,.randomizer){grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}.collection :is(.casino,.randomizer) .tool-art{aspect-ratio:auto;min-height:350px;border-bottom:0;border-right:1px solid #483258}.collection :is(.casino,.randomizer) .tool-content{display:flex;flex-direction:column;justify-content:center}.collection .tool-card:hover{border-color:#e798ef;transform:translateY(-5px)}.collection .soullink:hover{border-color:var(--cyan)}.collection .soullink .tool-link>span:last-child{color:var(--cyan)}.collection .tool-card.soullink:hover .tool-arrow{background:var(--cyan);border-color:var(--cyan)}.collection .tool-art{position:relative;aspect-ratio:1.8;overflow:hidden;background:#140d20;border-bottom:1px solid #483258}.collection .tool-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#100b1b99,transparent 30%,transparent 70%,#100b1b88);pointer-events:none}.collection .tool-art img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.6,.3,1);display:block}.collection .tool-card:hover .tool-art img{transform:scale(1.055)}.collection .tool-topline{position:absolute;top:22px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;z-index:1;letter-spacing:1px}.collection .tool-index{font-size:.875rem;color:#ede3f8}.collection .mode-label{border:1px solid #b892d266;border-radius:2px;padding:6px 10px;font-size:.75rem;background:#160e25cf}.collection .tool-art-caption{position:absolute;bottom:22px;left:24px;z-index:1;letter-spacing:1.7px;font-size:.75rem;color:#f2dcff}.collection .tool-arrow{position:absolute;right:23px;bottom:20px;display:grid;place-items:center;width:42px;height:42px;border:1px solid #b581d3;border-radius:50%;z-index:1;transition:background .2s,color .2s}.collection .tool-arrow svg{font-size:1.4375rem}.collection .tool-card:hover .tool-arrow{background:var(--accent);color:var(--background);border-color:var(--accent)}.collection .tool-content{padding:27px 28px 0}.collection .tool-content h3{font-size:2.6875rem;font-weight:550;letter-spacing:-1.8px;line-height:1.1;margin:0 0 13px}.collection .tool-headline{font-size:1rem;font-weight:550;margin:0 0 8px}.collection .tool-description{font-size:1rem;color:#c5b4d6;line-height:1.75;margin:0;max-width:450px}.collection .tool-tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 28px}.collection .tool-tags span{font-size:.75rem;padding:6px 10px;border:1px solid #5a3c70;color:#d7c1ea;border-radius:3px}.collection .tool-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #503763;padding-block:18px;font-size:.75rem;gap:15px}.collection .tool-link>span:first-child{color:#b9a2cf}.collection .tool-link>span:last-child{color:var(--accent);font-size:.875rem;display:flex;gap:10px;align-items:center;font-weight:550}.collection .tool-link svg{font-size:1.125rem}.collection .site-footer{border-top:1px solid var(--border);padding-top:32px}.collection .footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px}.collection .footer-top .wordmark{font-size:1.5625rem}.collection .footer-top p{font-size:.875rem;color:var(--muted)}.collection .back-to-top{display:flex;gap:12px;align-items:center;font-size:.875rem}.collection .back-to-top svg{transform:rotate(180deg);font-size:1rem}.collection .back-to-top:hover{color:var(--accent)}.collection .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;color:#b29fc6;font-size:.75rem;letter-spacing:0;padding:35px 0 28px}.collection .footer-bottom>span:last-child{letter-spacing:1.2px}.collection.motion-enabled .hero-image-float{animation:levitate 8s ease-in-out infinite}.collection.motion-enabled .art-spark-one{animation:star-turn 24s linear infinite}@keyframes levitate{0%,to{transform:translateY(-5px)}50%{transform:translateY(9px)}}@keyframes star-turn{to{transform:rotate(180deg)}}@media (min-width:1600px){.collection .hero{min-height:760px}.collection .hero-art{right:-100px;width:77%}}@media (max-width:1100px){.collection .page-width{width:calc(100% - 64px)}.collection .hero{min-height:620px;padding-top:48px}.collection .hero-art{right:-135px;width:83%;top:-7px}.collection .hero-copy{width:68%}.collection h1{font-size:6rem}.collection .button{gap:15px;padding-inline:15px}.collection .section-heading h2{font-size:2.375rem}.collection .tool-art{aspect-ratio:1.45}.collection .tool-content{padding-inline:23px}.collection .footer-bottom{flex-wrap:wrap;row-gap:14px}.collection .footer-bottom>span:nth-child(2){order:3;width:100%}}@media (max-width:760px){.collection .page-width{width:calc(100% - 40px)}.collection .site-header{height:82px}.collection .wordmark{font-size:1.625rem}.collection .wordmark svg{width:29px;height:29px}.collection .header-note{display:none}.collection-nav{font-size:.875rem;gap:9px}.collection .hero{min-height:890px;align-items:flex-start;padding-top:42px;padding-bottom:70px}.collection .hero-copy{width:100%;pointer-events:auto}.collection .eyebrow{font-size:.75rem;letter-spacing:.75px;margin-bottom:24px}.collection .tiny-cross{font-size:1.125rem}.collection h1{font-size:clamp(3.5rem,18vw,6.125rem);letter-spacing:-1px;margin-bottom:22px}.collection h1 em{letter-spacing:-2px}.collection .hero-description{font-size:1rem;line-height:1.75;margin-bottom:23px}.collection .hero-actions{gap:10px}.collection .button{font-size:.875rem;padding:13px 15px;min-height:50px;gap:18px}.collection .hero-art{top:330px;left:-45px;right:auto;width:calc(100% + 100px);height:490px}.collection .hero-image{-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 83%,transparent);mask-image:linear-gradient(180deg,transparent,#000 14%,#000 83%,transparent);object-fit:contain}.collection .explore-link{display:none}.collection .hero-bottom{bottom:29px}.collection .scene-caption{font-size:.75rem;letter-spacing:.5px;gap:8px}.collection .caption-rule{width:18px}.collection .motion-control{font-size:.75rem;letter-spacing:.3px;gap:6px}.collection .motion-control svg{height:27px;width:27px}.collection .manifesto-strip{padding:13px 0}.collection .manifesto-strip>div{font-size:1.4375rem;gap:8px 22px}.collection .strip-star{font-size:1.4375rem}.collection .tools-section{padding-top:66px;padding-bottom:58px}.collection .section-heading{align-items:flex-start;gap:16px;flex-direction:column;margin-bottom:27px}.collection .section-heading h2{font-size:2.25rem;letter-spacing:-1.5px}.collection .section-heading h2 .accent{font-size:2.375rem}.collection .section-heading>p{font-size:.875rem}.collection .section-heading>p br{display:none}.collection .tool-grid{grid-template-columns:1fr;gap:24px}.collection .tool-art{aspect-ratio:1.6}.collection .tool-content h3{font-size:2.5rem}.collection .tool-content{padding:25px 22px 0}.collection .tool-tags{margin-bottom:23px}.collection .footer-top{flex-wrap:wrap;gap:12px}.collection .footer-top .wordmark{font-size:1.5625rem}.collection .footer-top p{order:3;width:100%;font-size:.875rem;margin:8px 0 0}.collection .footer-bottom{padding-top:25px;line-height:1.7}.collection .footer-bottom>span:nth-child(2){max-width:340px}.collection .back-to-top{font-size:.875rem;gap:6px}.collection .motion-control span{display:none}}@media (max-width:380px){.collection .page-width{width:calc(100% - 32px)}.collection .hero{min-height:840px}.collection .hero-actions{gap:8px}.collection .button{padding-inline:12px;gap:8px}.collection .button svg{font-size:1.0625rem}.collection .hero-art{top:325px;height:430px}.collection .hero-bottom{align-items:flex-start}.collection .scene-caption{padding-top:13px}.collection .tool-content{padding-inline:18px}.collection .tool-link>span:last-child{font-size:.75rem;gap:5px}}@media (prefers-reduced-motion:reduce){.collection:before{animation:none}html:has(.collection){scroll-behavior:auto}.collection .hero-image-float,.collection .art-spark-one{animation:none}.collection *{transition:none}}@media (max-width: 760px){.collection .hero{display:flex;flex-direction:column;min-height:0;padding-bottom:75px}.collection .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.collection .button{padding-inline:10px;gap:8px}.collection .button svg{font-size:1.125rem}.collection .hero-art{position:relative;top:auto;left:auto;right:auto;width:calc(100% + 100px);height:auto;aspect-ratio:1.2;margin:0 -65px -5px}.collection .hero-image{object-fit:cover;object-position:right center}.collection .hero-bottom{bottom:23px}}@media (max-width: 380px){.collection .hero-actions{grid-template-columns:1fr}.collection .button{justify-content:space-between;padding-inline:17px}.collection .hero-art{aspect-ratio:1.15}.collection .scene-caption{padding-top:0}.collection .hero-bottom{align-items:center}}@media (max-width: 760px){.collection .tool-card:is(.casino,.randomizer){grid-template-columns:1fr}.collection :is(.casino,.randomizer) .tool-art{aspect-ratio:1.8;min-height:0;border-right:0;border-bottom:1px solid #483258}}
