@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap";:root{color-scheme:light;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;--bg: #030712;--bg-alt: rgba(10, 21, 46, .74);--surface: rgba(11, 27, 56, .72);--surface-strong: rgba(16, 36, 73, .86);--card: linear-gradient(165deg, rgba(18, 38, 78, .85) 0%, rgba(8, 19, 41, .92) 100%);--card-border: rgba(80, 124, 255, .18);--accent: #ff7d4d;--accent-blue: #3ca3ff;--accent-soft: rgba(255, 125, 77, .18);--accent-gradient: linear-gradient(135deg, #38a6ff 0%, #ff7d4d 48%, #ffb347 100%);--text: #f7fbff;--text-muted: rgba(214, 227, 255, .82);--shadow-primary: 0 28px 80px -36px rgba(68, 139, 255, .65);--shadow-surface: 0 32px 90px -45px rgba(3, 9, 24, .92)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{margin:0;min-height:100%;background:radial-gradient(circle at 18% 16%,rgba(60,163,255,.22),transparent 58%),radial-gradient(circle at 82% 8%,rgba(255,125,77,.2),transparent 62%),radial-gradient(circle at 20% 82%,rgba(53,113,255,.18),transparent 56%),linear-gradient(160deg,#020817,#050b1f 45%,#0e1327);color:var(--text)}a{color:inherit}a:hover{color:#ff9a6a}.page{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:start;padding:clamp(2.5rem,4vw,4rem) clamp(1.75rem,5vw,5.5rem) clamp(2rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);overflow:hidden;isolation:isolate}.hero__content{grid-column:1;grid-row:1}.hero .swiper{grid-column:2;grid-row:1 / 3;align-self:center}.hero__points{grid-column:1;grid-row:2}.hero:before,.hero:after{content:"";position:absolute;pointer-events:none;z-index:-2}.hero:before{inset:-20% 35% auto;height:clamp(260px,38vw,420px);background:radial-gradient(circle at center,rgba(60,163,255,.28) 0%,transparent 65%);filter:blur(42px)}.hero:after{inset:auto 4% -40% 40%;width:clamp(320px,38vw,520px);height:clamp(300px,45vw,520px);background:radial-gradient(circle at center,rgba(255,125,77,.28) 0%,transparent 62%);filter:blur(52px)}.hero__content{max-width:540px;display:grid;gap:.9rem;align-self:start}.hero__content h1{font-size:clamp(1.75rem,4vw,3rem);margin:0;letter-spacing:-.055em;line-height:1.05;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#d6e3ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s ease-out}.hero-title-icon{width:80px;height:80px;margin-left:.5rem;vertical-align:middle;filter:drop-shadow(0 8px 24px rgba(60,163,255,.4));transition:transform .3s ease}.hero-title-icon:hover{transform:rotate(5deg) scale(1.05)}.hero__tagline{font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:500;margin:0;animation:fadeInUp .6s ease-out .1s both}.hero__description{margin:0;color:var(--text-muted);max-width:52ch;font-size:clamp(.85rem,1.5vw,.95rem);animation:fadeInUp .6s ease-out .2s both}.hero__points{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;animation:fadeInUp .6s ease-out .4s both;max-width:540px}.hero__points li{display:flex;align-items:flex-start;gap:.4rem;padding:.5rem .75rem;border-radius:12px;background:linear-gradient(135deg,#3ca3ff1f,#ff7d4d1f);border:1px solid rgba(60,163,255,.18);font-size:.82rem;color:#e6f0ffeb;box-shadow:0 18px 44px -30px #030c20b3}.hero__points li:before{content:"✓";font-weight:600;color:var(--accent);flex-shrink:0;font-size:.9rem;line-height:1.4}.cta-group{display:flex;flex-wrap:wrap;gap:1rem;animation:fadeInUp .6s ease-out .3s both}.button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.9rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);font-weight:600;font-size:1rem;letter-spacing:.01em;text-decoration:none;background:#ffffff05;color:var(--text);transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.button--primary{border-color:transparent;background:var(--accent-gradient);color:#0d1020;box-shadow:var(--shadow-primary)}.button--primary:hover{transform:translateY(-3px);box-shadow:0 32px 60px -35px #ff7d4db3}.button--ghost{border-color:#3ca3ff66;background:#3ca3ff1a;color:var(--text)}.button--ghost:hover{border-color:#3ca3ffa6;background:#3ca3ff2e;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{position:relative;padding:clamp(4.5rem,8vw,6.5rem) clamp(1.5rem,5vw,6rem);overflow:hidden;z-index:0;animation:fadeInUp .8s ease-out}.section--alt{background:linear-gradient(150deg,#061024eb,#0a1a36e0 55%,#3ca3ff1f);border-block:1px solid rgba(60,163,255,.16);box-shadow:inset 0 40px 90px -70px #030816e6}.section--alt:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 20%,rgba(60,163,255,.18),transparent 62%),radial-gradient(circle at 82% 30%,rgba(255,125,77,.2),transparent 65%);opacity:.9;pointer-events:none;z-index:-1}.section--legal{background:linear-gradient(160deg,#051022f0,#091832db)}.section__inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section__inner>h2{font-size:clamp(2.2rem,4.5vw,3.1rem);margin:0 0 1rem;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#85c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section__inner>p{color:var(--text-muted);max-width:720px;margin:0 0 2.5rem;font-size:1.1rem}.legal-page{background:linear-gradient(160deg,#020817,#070f23)}.legal{flex:1;display:flex;justify-content:center;padding:clamp(4rem,7vw,6.5rem) clamp(1.5rem,5vw,3.5rem)}.legal__inner{max-width:760px;width:100%;background:linear-gradient(160deg,#091834d9,#050f22e0);border:1px solid rgba(60,163,255,.18);border-radius:24px;padding:clamp(2.25rem,4vw,3.25rem);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;gap:1.5rem;text-align:left;box-shadow:0 50px 120px -60px #020a1ed9}.legal__back{color:var(--accent-blue);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.legal__back:hover{color:var(--accent)}.legal__meta{margin-top:-.75rem;color:var(--text-muted);font-size:.95rem}.legal section{display:grid;gap:.95rem}.legal h2{margin:0}.legal h3{margin:1rem 0 .35rem;font-size:1.12rem}.legal p,.legal li{color:#dfe9ffd9}.legal ul{margin:0;padding-left:1.2rem;display:grid;gap:.5rem}.legal hr{border:none;border-top:1px solid rgba(60,163,255,.2);margin:.5rem 0}.highlights{margin:2.5rem 0 0;padding:0;list-style:none;display:grid;gap:1.1rem;max-width:520px}.highlights li{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:16px;background:linear-gradient(135deg,#3ca3ff1f,#ff7d4d1f);border:1px solid rgba(60,163,255,.18);font-weight:500;box-shadow:0 18px 44px -30px #030c20b3}.highlights li:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #ff7d4d29;flex-shrink:0}.features{display:grid;gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:var(--card);border:1px solid rgba(60,163,255,.2);border-radius:22px;padding:2.25rem;display:grid;gap:1.1rem;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:nth-child(1){animation:fadeInUp .6s ease-out .1s both}.feature-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.feature-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.feature-card:before{content:"";position:absolute;top:-20%;right:-20%;bottom:40%;left:-20%;background:radial-gradient(circle at top,rgba(60,163,255,.22),transparent 65%);opacity:.8;z-index:0}.feature-card:after{content:"";position:absolute;inset:auto 10% -30% 10%;height:60%;background:radial-gradient(circle,rgba(255,125,77,.24),transparent 70%);z-index:0}.feature-card:hover{transform:translateY(-8px);border-color:#ff7d4d73;box-shadow:var(--shadow-primary)}.feature-card__icon{font-size:2.1rem;filter:drop-shadow(0 12px 25px rgba(255,125,77,.45));z-index:1}.feature-card h3{margin:0;font-size:1.4rem;z-index:1}.feature-card p{margin:0;color:var(--text-muted);z-index:1}.workflow{display:grid;gap:2.5rem}.workflow__list{margin:0;padding:0;list-style:none;display:grid;gap:1.5rem;counter-reset:workflow}.workflow__item{position:relative;padding:2rem 2rem 2rem 4.5rem;border-radius:22px;background:var(--card);border:1px solid rgba(60,163,255,.22);box-shadow:0 28px 70px -45px #030c20d9;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workflow__item:hover{transform:translate(8px);border-color:#ff7d4d66;box-shadow:0 32px 80px -40px #ff7d4d99}.workflow__item:before{counter-increment:workflow;content:counter(workflow);position:absolute;left:1.75rem;top:2rem;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--accent-gradient);color:#0d1020;display:grid;place-items:center;font-weight:700;font-size:1.1rem;box-shadow:0 8px 20px #ff7d4d66}.workflow__item h3{margin:0 0 .6rem;font-size:1.4rem;color:#fff}.workflow__item p{margin:0;color:var(--text-muted);line-height:1.7}.roadmap{text-align:center}.roadmap__items{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.roadmap__item{padding:2rem 1.5rem;background:var(--card);border-radius:22px;border:1px solid rgba(60,163,255,.2);text-align:left;transition:transform .25s ease,border-color .25s ease}.roadmap__item:hover{transform:translateY(-6px);border-color:#ff7d4d59}.roadmap__stage{display:inline-block;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#85c6ff;margin-bottom:.75rem}.section--cta{position:relative;overflow:hidden;background:linear-gradient(150deg,#061022eb,#091832e6,#ff7d4d33);border:1px solid rgba(60,163,255,.3);border-radius:32px;margin:clamp(2rem,4vw,4rem) clamp(1.5rem,5vw,6rem);box-shadow:0 30px 80px -30px #3ca3ff4d}.section--cta:before{content:"";position:absolute;top:-20%;right:-10%;bottom:-30%;left:-10%;background:radial-gradient(circle at 25% 20%,rgba(60,163,255,.38),transparent 60%),radial-gradient(circle at 80% 60%,rgba(255,125,77,.32),transparent 60%);filter:blur(28px);opacity:.8;pointer-events:none}.cta{position:relative;text-align:center;display:grid;gap:1.5rem;max-width:760px;margin:0 auto}.cta h2{font-size:clamp(2rem,4vw,3rem);margin:0;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#85c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta p{font-size:1.1rem;color:var(--text-muted);margin:0}.cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.1rem}.app-download-button{width:150px;height:50px;object-fit:contain;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35));transition:transform .3s ease,filter .3s ease;cursor:pointer}.app-download-button:hover{transform:translateY(-4px);filter:drop-shadow(0 16px 40px rgba(60,163,255,.4))}.footer{margin-top:auto;padding:3.5rem 1.5rem 4rem;text-align:center;border-top:1px solid rgba(60,163,255,.12);background:linear-gradient(160deg,#030c1cf2,#071428eb);display:grid;gap:1rem}.footer__logo{font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:1.15rem}.footer__tagline{margin:0;color:var(--text-muted)}.footer__links{display:inline-flex;gap:1.5rem;justify-content:center;font-size:.95rem}.footer__links a{color:var(--text-muted);text-decoration:none;position:relative;transition:color .2s ease}.footer__links a:after{content:"";position:absolute;left:0;bottom:-.3rem;width:100%;height:1px;background:var(--accent);opacity:0;transition:opacity .25s ease,transform .25s ease;transform:scaleX(.85);transform-origin:center}.footer__links a:hover{color:var(--accent)}.footer__links a:hover:after{opacity:1;transform:scaleX(1)}.footer__copy{color:#e6f0ff75;font-size:.85rem}.shared-page{overflow:visible}.shared-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:clamp(1.5rem,4vw,3rem) 0;display:grid;gap:1.1rem}.shared-card{background:linear-gradient(160deg,#091834e6,#050f22eb);border:1px solid rgba(60,163,255,.18);border-radius:20px;box-shadow:0 50px 120px -60px #020a1ed9;padding:clamp(1rem,3vw,1.5rem)}.shared-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.shared-header img{flex:0 0 auto;filter:drop-shadow(0 8px 24px rgba(60,163,255,.34))}.shared-header__body{min-width:0;flex:1}.shared-header-actions{flex:0 0 auto;display:flex;align-items:center;gap:.45rem;margin-left:auto}.shared-icon-button,.shared-import-button{display:inline-flex;align-items:center;justify-content:center;height:38px;border:1px solid rgba(133,198,255,.24);border-radius:10px;background:#0b1f3fb8;color:var(--text);box-shadow:inset 0 1px #ffffff0f;cursor:pointer}.shared-icon-button{width:38px;padding:0}.shared-copy-button{gap:.35rem;overflow:hidden;transition:width .18s ease,border-color .18s ease,background .18s ease}.shared-copy-button.is-copied{width:92px;border-color:#71dcb280;background:#1f564ab8;color:#eafff7}.shared-copy-button span{font-size:.82rem;font-weight:900}.shared-import-button{gap:.4rem;padding:0 .8rem;background:#85c6ff24;color:#d7efff;font:inherit;font-size:.88rem;font-weight:900}.shared-import-button.is-copied{border-color:#71dcb280;background:#1f564ab8;color:#eafff7}.shared-icon-button svg,.shared-import-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shared-icon-button:hover,.shared-import-button:hover{transform:translateY(-1px)}.shared-header p,.shared-header span{color:var(--text-muted);font-size:.92rem;margin:0}.shared-header p{color:#85c6ff;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.shared-header h1{margin:.1rem 0;font-size:clamp(1.65rem,4vw,2.5rem);line-height:1.05;letter-spacing:-.035em}.shared-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem}.shared-stat{min-width:0;padding:.9rem;border-radius:12px;border:1px solid rgba(60,163,255,.16);background:#3ca3ff14}.shared-stat span{display:block;color:var(--text-muted);font-size:.82rem;font-weight:700}.shared-stat strong{display:block;overflow:hidden;margin-top:.2rem;color:var(--text);font-size:1.1rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.shared-list{display:grid;gap:.55rem}.shared-list--compact{gap:.45rem}.shared-toolbar{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(4,minmax(120px,1fr)) auto;gap:.65rem;margin:1rem 0}.shared-toolbar input,.shared-toolbar select{min-width:0;height:42px;padding:0 .75rem;border:1px solid rgba(60,163,255,.22);border-radius:10px;background:#ffffff0f;color:var(--text);font:inherit}.shared-toolbar option{color:#07111f}.shared-size-control{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem;border:1px solid rgba(133,198,255,.2);border-radius:12px;background:#0b1f3f85}.shared-size-control button{width:34px;height:32px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#9fb5c8;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.shared-size-control button.is-active{border-color:#85c6ff6b;background:#85c6ff29;color:#e4f5ff}.shared-size-icon{position:relative;display:block;width:22px;height:18px}.shared-size-icon:before,.shared-size-icon:after{content:"";position:absolute;display:block;border:1.5px solid currentColor;border-radius:3px;background:#ffffff0d;box-shadow:var(--size-icon-shadow, none)}.shared-size-icon--small{--size-icon-shadow: 7px 0 0 -1.5px rgba(255, 255, 255, .05), 7px 0 0 0 currentColor, 14px 0 0 -1.5px rgba(255, 255, 255, .05), 14px 0 0 0 currentColor}.shared-size-icon--small:before{top:3px;left:1px;width:5px;height:9px}.shared-size-icon--small:after{display:none}.shared-size-icon--medium:before{top:2px;left:2px;width:7px;height:12px;--size-icon-shadow: 11px 0 0 -1.5px rgba(255, 255, 255, .05), 11px 0 0 0 currentColor}.shared-size-icon--medium:after{display:none}.shared-size-icon--large:before{top:1px;left:6px;width:10px;height:15px}.shared-size-icon--large:after{top:4px;left:3px;width:16px;height:9px;border-color:currentColor;opacity:.22}.shared-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:64px;padding:.65rem;border:1px solid rgba(60,163,255,.15);border-radius:12px;background:#ffffff09}.shared-row__image,.shared-card-placeholder{display:grid;place-items:center;width:44px;height:62px;border-radius:10px;background:var(--accent-gradient);color:#081120;font-weight:900;box-shadow:0 18px 34px -24px #ff7d4db3;object-fit:cover}.shared-card-image-button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in}.shared-row .shared-card-image-button{width:44px}.shared-row__body{min-width:0;display:grid;gap:.1rem}.shared-row strong,.shared-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-row strong{color:var(--text)}.shared-row span,.shared-muted{color:var(--text-muted)}.shared-row b{color:var(--text);font-size:1rem}.shared-deck-export{display:grid;grid-template-columns:minmax(170px,230px) minmax(0,1fr);gap:1.2rem;align-items:start}.shared-legend,.shared-section{border:1px solid rgba(60,163,255,.15);border-radius:16px;background:#ffffff09;padding:1rem}.shared-legend{display:grid;justify-items:center;text-align:center;gap:.6rem}.shared-legend__image{width:min(100%,180px);aspect-ratio:.7;border-radius:14px;object-fit:cover;box-shadow:0 24px 70px -42px #3ca3ffe6}.shared-legend__image.shared-card-placeholder{font-size:1.5rem}.shared-legend h2,.shared-section h2{margin:0;font-size:1.15rem}.shared-legend p{margin:0;color:var(--text-muted)}.shared-runes{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:.4rem;margin-top:.3rem}.shared-rune{flex:1 1 64px;display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:38px;padding:.35rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text)}.shared-rune img{display:block;width:24px;height:24px;object-fit:contain}.shared-rune b{color:#fff;font-size:.86rem;font-weight:900}.shared-rune--fury{background:#dc363647}.shared-rune--calm{background:#347eff47}.shared-rune--mind{background:#8157ff47}.shared-rune--body{background:#2cb46247}.shared-rune--chaos{background:#ff7e3647}.shared-rune--order{background:#e6d68d3d}.shared-deck-sections{display:grid;gap:1rem}.shared-battlefields{width:100%;display:grid;gap:.65rem;margin-top:.6rem;text-align:left}.shared-battlefields h3{margin:.4rem 0 0;font-size:.95rem;color:#85c6ff}.shared-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:.75rem;align-items:start}.shared-card-grid--small{grid-template-columns:repeat(auto-fill,minmax(84px,1fr))}.shared-card-grid--medium{grid-template-columns:repeat(auto-fill,minmax(116px,1fr))}.shared-card-grid--large{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.shared-card-tile{position:relative;min-width:0}.shared-card-grid .shared-card-tile--horizontal{grid-column:span 2}.shared-card-tile__image{display:block;width:100%;aspect-ratio:.7;border-radius:10px;object-fit:cover;background:#ffffff0f;box-shadow:0 22px 44px -30px #030c20f2}.shared-card-tile--horizontal .shared-card-tile__image{aspect-ratio:1.4}.shared-card-tile__quantity{position:absolute;left:.45rem;bottom:.45rem;padding:.18rem .4rem;border-radius:7px;background:#000000d1;color:#fff;font-size:.82rem;font-weight:900}.shared-card-tile__variant{position:absolute;right:.45rem;bottom:.45rem;display:grid;place-items:center;min-width:1.35rem;height:1.35rem;padding:0 .25rem;border-radius:999px;background:var(--accent-gradient);color:#07111f;font-size:.78rem;font-weight:950;box-shadow:0 10px 24px -16px #ff7d4dd9}.shared-message{min-height:320px;display:grid;place-items:center;align-content:center;gap:.75rem;text-align:center}.shared-message h1,.shared-message p{margin:0}.shared-message p{color:var(--text-muted)}.shared-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem;background:#020817db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shared-modal__content{position:relative;max-width:min(92vw,640px);max-height:92vh}.shared-modal__content img{display:block;max-width:100%;max-height:92vh;border-radius:18px;box-shadow:0 40px 120px -50px #000000e6}.shared-modal__placeholder{display:grid;place-items:center;width:min(80vw,420px);aspect-ratio:.7;border-radius:18px;background:var(--accent-gradient);color:#07111f;font-size:3rem;font-weight:900}.shared-modal__close{position:absolute;top:-.75rem;right:-.75rem;width:38px;height:38px;border:0;border-radius:50%;background:var(--accent-gradient);color:#07111f;font-size:1.6rem;font-weight:900;line-height:1;cursor:pointer}@media (max-width: 960px){.hero{grid-template-columns:1fr;grid-template-rows:auto;padding:2.5rem 1.5rem 2rem}.hero__content{grid-column:auto;grid-row:auto}.hero .swiper,.hero__points{grid-column:auto;grid-row:auto;max-width:100%}.features{grid-template-columns:1fr}.hero-title-icon{width:60px;height:60px}.shared-deck-export{grid-template-columns:1fr}.shared-toolbar{grid-template-columns:1fr 1fr}.shared-toolbar input,.shared-size-control{grid-column:1 / -1}.shared-card-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}}@media (max-width: 640px){.hero{padding:2rem 1.25rem 1.5rem}.hero__points{grid-template-columns:1fr}.section{padding:3.5rem 1.25rem}.footer__links{flex-direction:column;gap:.5rem}.cta-group{flex-direction:column;align-items:center}.section--cta{margin:2rem 1rem}.shared-header{flex-wrap:wrap}.shared-header-actions{width:100%;justify-content:flex-end}}@media (max-width: 480px){.hero__points{grid-template-columns:1fr;gap:.4rem}.hero__points li{font-size:.8rem;padding:.45rem .7rem}.hero-title-icon{width:40px;height:40px}.app-download-button{width:140px;height:46px}}.swiper{width:100%;position:relative}.gallery-placeholder-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:#fff;font-size:1.5rem;font-weight:700;text-align:center;background-color:#000000b3;padding:10px 20px;border-radius:5px;pointer-events:none}.swiper-slide{width:400px;height:600px;box-shadow:0 15px 50px #0003;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:self-start;position:relative;overflow:hidden}.swiper-gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:-1}.swiper-slide-active{filter:blur(0px)}.swiper-pagination-bullet,.swiper-pagination-bullet-active{background:#fff}.swiper-slide span{text-transform:uppercase;color:#fff;background:#1b7402;padding:7px 18px 7px 25px;display:inline-block;border-radius:0 20px 20px 0;letter-spacing:2px;font-size:.8rem;font-family:Open Sans,sans-serif}.swiper-slide--one span{background:#62667f}.swiper-slide--two span{background:#087ac4}.swiper-slide--three span{background:#b45205}.swiper-slide--four span{background:#087ac4}.swiper-slide h2{color:#fff;font-family:Roboto,sans-serif;font-weight:400;font-size:1.3rem;line-height:1.4;margin-bottom:15px;padding:25px 45px 0 25px}.swiper-slide p{color:#fff;font-family:Roboto,sans-serif;font-weight:300;display:flex;align-items:center;padding:0 25px 35px}.swiper-slide svg{color:#fff;width:22px;height:22px;margin-right:7px}.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{background-image:none}:root{--bg: #070c17;--bg-alt: rgba(14, 22, 38, .84);--surface: rgba(18, 29, 48, .78);--surface-strong: rgba(23, 35, 56, .94);--card: linear-gradient(155deg, rgba(25, 38, 61, .94), rgba(10, 17, 31, .96));--card-border: rgba(221, 188, 125, .18);--accent: #e4b968;--accent-blue: #86b7d9;--accent-soft: rgba(228, 185, 104, .16);--accent-gradient: linear-gradient(135deg, #f0ce8d 0%, #86b7d9 58%, #74b9ae 100%);--text: #fbf7ee;--text-muted: rgba(211, 219, 229, .78);--shadow-primary: 0 28px 80px -40px rgba(228, 185, 104, .58);--shadow-surface: 0 32px 100px -45px rgba(0, 0, 0, .9);--rift-night: #070c17;--rift-deep: #0c1423;--rift-panel: rgba(15, 25, 42, .82);--rift-ivory: #fbf7ee;--rift-muted: #aeb9c7;--rift-gold: #e4b968;--rift-gold-pale: #f2d597;--rift-blue: #86b7d9;--rift-sea: #74b9ae;--rift-line: rgba(228, 185, 104, .12);--rift-violet: #a69ad8}html,body,#root{min-width:320px;background:radial-gradient(circle at 76% 12%,rgba(116,185,174,.16),transparent 28%),radial-gradient(circle at 12% 28%,rgba(134,183,217,.16),transparent 31%),radial-gradient(circle at 58% 100%,rgba(228,185,104,.1),transparent 34%),linear-gradient(145deg,#060a13,#091322 48%,#121827)}body{color:var(--rift-ivory)}button,a{-webkit-tap-highlight-color:transparent}.landing-page{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;padding:0 clamp(24px,5vw,76px);background-image:linear-gradient(90deg,rgba(228,185,104,.035) 1px,transparent 1px),linear-gradient(135deg,transparent 49%,rgba(134,183,217,.022) 50%,transparent 51%);background-size:128px 100%,220px 220px}.landing-page:before,.landing-page:after{position:absolute;z-index:-1;content:"";pointer-events:none}.landing-page:before{top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 22% 44%,rgba(134,183,217,.11),transparent 39%),radial-gradient(ellipse at 82% 48%,rgba(228,185,104,.075),transparent 34%),linear-gradient(90deg,rgba(7,12,23,.92),transparent 22%,transparent 78%,rgba(7,12,23,.92)),linear-gradient(var(--rift-night),transparent 14%,transparent 80%,var(--rift-night))}.landing-page:after{display:none}.landing-ambient{position:absolute;z-index:-1;width:min(42vw,620px);aspect-ratio:1;border-radius:50%;filter:blur(110px);opacity:.2;pointer-events:none;animation:rift-ambient-drift 12s ease-in-out infinite alternate}.landing-ambient--blue{top:9%;left:-19%;background:var(--rift-blue)}.landing-ambient--gold{right:-15%;bottom:-31%;background:var(--rift-gold);animation-delay:-6s}.landing-header{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:80px;padding:0;border-bottom:1px solid rgba(228,185,104,.16);animation:rift-rise .65s ease-out both}.landing-header:after{position:absolute;bottom:-1px;left:0;width:148px;height:2px;background:linear-gradient(90deg,var(--rift-gold),rgba(134,183,217,.55),transparent);content:""}.landing-brand{display:inline-flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.landing-brand:hover{color:inherit}.landing-brand img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 9px 22px rgba(228,185,104,.24)) drop-shadow(0 0 14px rgba(134,183,217,.1));transition:transform .18s ease}.landing-brand:hover img,.landing-brand:focus-visible img{transform:translateY(-2px) rotate(-2deg)}.landing-brand span{display:grid}.landing-brand strong{color:var(--rift-gold-pale);font-size:19px;font-weight:700;line-height:1;letter-spacing:.045em}.landing-status{display:flex;align-items:center;gap:11px;padding:0;color:#b8c6c0;font-size:9px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.landing-status i{width:6px;height:6px;border-radius:50%;background:#91c69c;box-shadow:0 0 0 5px #91c69c14,0 0 14px #91c69c80}.landing-hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);align-items:center;gap:clamp(42px,6vw,96px);min-height:calc(100svh - 126px);padding:20px 0 46px}.landing-copy{position:relative;width:min(100%,700px);min-width:0;animation:rift-rise .72s 80ms ease-out both}.landing-copy h1{max-width:680px;margin:0;color:var(--rift-ivory);font-size:clamp(44px,4.75vw,66px);font-weight:760;letter-spacing:-.06em;line-height:.95;text-wrap:balance;text-shadow:0 18px 46px rgba(0,0,0,.34)}.landing-copy h1 span{display:block;margin-top:8px;color:transparent;background:linear-gradient(95deg,#f5d58f,#dbe7e7 52%,#89c3d4);background-clip:text;-webkit-background-clip:text;filter:drop-shadow(0 10px 28px rgba(228,185,104,.08))}.landing-description{max-width:620px;margin:20px 0 0;color:#b8c3d0;font-size:clamp(15px,1.35vw,18px);line-height:1.58}.landing-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:650px;margin:20px 0 0;padding:0;list-style:none}.landing-feature-grid li{--feature-rgb: 228, 185, 104;position:relative;min-width:0;padding:11px 12px 11px 15px;overflow:hidden;border:1px solid rgba(var(--feature-rgb),.17);border-radius:14px;background:linear-gradient(135deg,rgba(var(--feature-rgb),.09),transparent 58%),#0c1625c2;box-shadow:inset 0 1px #ffffff06,0 18px 44px -34px #000000e6;transition:transform .19s ease,border-color .19s ease,box-shadow .19s ease}.landing-feature-grid li:nth-child(2),.landing-feature-grid li:nth-child(4){--feature-rgb: 134, 183, 217}.landing-feature-grid li:nth-child(3),.landing-feature-grid li:nth-child(6){--feature-rgb: 116, 185, 174}.landing-feature-grid li:nth-child(5){--feature-rgb: 166, 154, 216}.landing-feature-grid li:before{position:absolute;top:9px;bottom:9px;left:0;width:3px;border-radius:0 999px 999px 0;background:rgb(var(--feature-rgb));box-shadow:0 0 16px rgba(var(--feature-rgb),.38);content:""}.landing-feature-grid li:after{position:absolute;right:-24px;bottom:-28px;width:82px;aspect-ratio:1;border-radius:50%;background:rgba(var(--feature-rgb),.09);filter:blur(22px);content:"";pointer-events:none}.landing-feature-grid li:hover{border-color:rgba(var(--feature-rgb),.32);box-shadow:inset 0 1px #ffffff0a,0 24px 54px -36px rgba(var(--feature-rgb),.24);transform:translateY(-3px)}.landing-feature-grid strong,.landing-feature-grid span{display:block}.landing-feature-grid strong{position:relative;z-index:1;color:var(--rift-ivory);font-size:11.5px;font-weight:700}.landing-feature-grid span{position:relative;z-index:1;margin-top:3px;color:#8f9dad;font-size:9.5px;line-height:1.38}.landing-store-links{display:flex;flex-wrap:wrap;gap:13px;margin-top:20px}.landing-store-badge{display:grid;place-items:center;width:174px;height:56px;overflow:hidden;border:1px solid rgba(228,185,104,.42);border-radius:13px;background:#030507;box-shadow:inset 0 1px #ffffff14,0 18px 36px -25px #000000eb;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.landing-store-badge:hover,.landing-store-badge:focus-visible{color:inherit;border-color:var(--rift-gold);outline:none;box-shadow:0 14px 34px -18px #e4b9689e;transform:translateY(-2px)}.landing-store-badge img{display:block;width:100%;height:100%;object-fit:contain}.app-showcase{position:relative;display:grid;grid-template-columns:minmax(0,1fr);place-items:center;width:100%;min-width:0;height:min(74svh,630px);animation:rift-rise .78s .15s ease-out both}.app-showcase:before{position:absolute;z-index:-1;width:min(100%,540px);height:76%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(134,183,217,.16),transparent 57%),radial-gradient(ellipse at 58% 72%,rgba(228,185,104,.1),transparent 48%);filter:blur(26px);content:"";pointer-events:none;animation:rift-showcase-breathe 7s ease-in-out infinite alternate}.app-showcase:after{display:none}.app-showcase__card{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr);place-items:center;width:min(100%,520px);max-width:100%;min-width:0;height:100%;max-height:100%;min-height:0;padding:0;overflow:visible}.landing-page .rift-preview-swiper{align-self:center;justify-self:center;z-index:auto;width:100%;max-width:100%;height:100%;min-height:0;padding:18px 86px 72px;overflow:hidden}.landing-page .rift-preview-swiper .swiper-wrapper{align-items:center}.landing-page .rift-preview-swiper .swiper-slide{position:relative;display:grid;place-items:center;height:100%;overflow:visible;opacity:0;transform:scale(.94) translateY(8px);transition:opacity .22s ease,transform .22s ease}.landing-page .rift-preview-swiper .swiper-slide-active{opacity:1;transform:scale(1) translateY(0)}.landing-page .rift-preview-swiper .swiper-gallery-image{position:static;z-index:auto;display:block;width:auto;max-width:100%;height:auto;max-height:100%;overflow:hidden;border:1px solid rgba(242,213,151,.34);border-radius:24px;background:#0a1020;box-shadow:0 44px 78px -34px #000000f5,0 12px 30px -20px #86b7d947;object-fit:contain;object-position:center;transition:border-color .22s ease,box-shadow .22s ease}.landing-page .rift-preview-swiper .swiper-slide-active .swiper-gallery-image{border-color:#f2d5978a;box-shadow:0 48px 88px -34px #000,0 0 0 1px #e4b9681a,0 0 44px #86b7d91a}.landing-page .rift-preview-swiper .swiper-button-prev,.landing-page .rift-preview-swiper .swiper-button-next{top:45%;bottom:auto;width:48px;height:48px;margin-top:-30px;border:1px solid rgba(228,185,104,.16);border-radius:15px;background:linear-gradient(145deg,rgba(134,183,217,.09),transparent 55%),#0a121fc2;color:var(--rift-gold-pale);box-shadow:inset 0 1px #ffffff0a,0 18px 38px -24px #000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .18s ease,background .18s ease,transform .18s ease}.landing-page .rift-preview-swiper .swiper-button-prev{right:auto;left:25px}.landing-page .rift-preview-swiper .swiper-button-next{right:25px;left:auto}.landing-page .rift-preview-swiper .swiper-button-prev:after,.landing-page .rift-preview-swiper .swiper-button-next:after{font-size:14px;font-weight:800}.landing-page .rift-preview-swiper .swiper-button-prev:hover,.landing-page .rift-preview-swiper .swiper-button-next:hover,.landing-page .rift-preview-swiper .swiper-button-prev:focus-visible,.landing-page .rift-preview-swiper .swiper-button-next:focus-visible{border-color:#e4b9688f;background:#142033f5;outline:none;transform:translateY(-3px)}.landing-page .rift-preview-swiper .swiper-pagination{bottom:24px}.landing-page .rift-preview-swiper .swiper-pagination-bullet{width:5px;height:5px;margin:0 5px;background:#91a0b1;opacity:.35;transition:width .18s ease,border-radius .18s ease,background .18s ease,opacity .18s ease}.landing-page .rift-preview-swiper .swiper-pagination-bullet-active{width:24px;border-radius:999px;background:linear-gradient(90deg,var(--rift-gold),var(--rift-blue));opacity:1}.landing-page>.footer{position:absolute;right:clamp(24px,5vw,76px);bottom:0;left:clamp(24px,5vw,76px);display:flex;grid-template-columns:none;align-items:center;justify-content:space-between;gap:18px;min-height:52px;margin:0;padding:10px 0;border-top:1px solid rgba(228,185,104,.14);background:linear-gradient(90deg,transparent,rgba(134,183,217,.025),transparent);color:#657285;text-align:left}.landing-page .footer__logo,.landing-page .footer__tagline{display:none}.landing-page .footer__links{order:2;display:flex;flex:0 0 auto;flex-direction:row;gap:20px;font-size:10px}.landing-page .footer__links a{color:#7b8797}.landing-page .footer__links a:hover,.landing-page .footer__links a:focus-visible{color:var(--rift-gold);outline:none}.landing-page .footer__copy{order:1;color:#5f6d7e;font-size:9px;line-height:1.45}@keyframes rift-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes rift-ambient-drift{0%{transform:translate3d(-2%,-1%,0) scale(.96)}to{transform:translate3d(4%,3%,0) scale(1.05)}}@keyframes rift-showcase-breathe{0%{opacity:.72;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.legal-page,.shared-page{background:radial-gradient(circle at 10% 10%,rgba(134,183,217,.1),transparent 30%),radial-gradient(circle at 90% 90%,rgba(228,185,104,.09),transparent 30%),var(--rift-night)}.legal__inner,.shared-card{border-color:#e4b9682e;background:linear-gradient(145deg,rgba(134,183,217,.06),transparent 32%),linear-gradient(160deg,#131f33f5,#09101dfa);box-shadow:0 50px 120px -60px #000000eb}.legal__back,.legal h2,.shared-header p,.shared-battlefields h3{color:var(--rift-gold)}.legal__back:hover{color:var(--rift-blue)}.legal p,.legal li,.shared-header p,.shared-header span,.shared-muted{color:var(--text-muted)}.shared-stat,.shared-row,.shared-legend,.shared-section,.shared-toolbar input,.shared-toolbar select{border-color:#e4b96826;background:#ffffff09}.shared-icon-button,.shared-import-button,.shared-size-control{border-color:#e4b96838;background:#e4b96814}@media (max-width: 1040px){.landing-page{overflow:hidden}.landing-hero{grid-template-columns:1fr;gap:58px;padding-top:64px;padding-bottom:92px}.landing-copy{width:min(100%,780px);max-width:100%;justify-self:center;text-align:center}.landing-store-links{justify-content:center}.landing-description{margin-right:auto;margin-left:auto}.landing-feature-grid{margin-right:auto;margin-left:auto;text-align:left}.app-showcase{width:min(100%,620px);height:640px;justify-self:center}.landing-page>.footer{position:static}}@media (max-width: 620px){.landing-page{padding:0 18px;background-size:96px 100%,180px 180px}.landing-header{min-height:72px}.landing-brand img{width:42px;height:42px}.landing-status{display:none}.landing-hero{display:flex;flex-direction:column;align-items:stretch;gap:0;padding-top:46px;padding-bottom:68px}.landing-copy{display:contents}.landing-copy h1{order:1;max-width:100%;font-size:clamp(46px,15vw,68px);text-align:center}.landing-description{order:2;margin-top:22px;text-align:center}.landing-store-links{order:3;gap:10px;margin-top:24px}.landing-store-badge{width:154px;height:50px}.landing-feature-grid{order:5;grid-template-columns:1fr;gap:8px;width:100%;margin-top:34px}.app-showcase{order:4;height:570px;margin-top:24px}.app-showcase__card{padding:0}.landing-page .rift-preview-swiper{padding:18px 52px 84px}.landing-page .rift-preview-swiper .swiper-pagination{bottom:20px}.landing-page .rift-preview-swiper .swiper-button-prev,.landing-page .rift-preview-swiper .swiper-button-next{top:44%;width:42px;height:42px;border-radius:13px}.landing-page .rift-preview-swiper .swiper-button-prev{left:0}.landing-page .rift-preview-swiper .swiper-button-next{right:0}.landing-page>.footer{flex-direction:column;align-items:flex-start;padding:20px 0}.landing-page .footer__links{order:1}.landing-page .footer__copy{order:2}}@media (max-width: 380px){.landing-copy h1{font-size:43px}.landing-store-badge{width:145px}}@media (prefers-reduced-motion: reduce){.landing-page *,.landing-page *:before,.landing-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
