:root{--ink:#1f1537;--muted:#746b82;--purple:#7c3aed;--purple-dark:#5b21b6;--purple-soft:#f5f0ff;--line:#e9e2f3;--surface:#fff;--cream:#fbf9fe}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}::selection{color:#fff;background:#7c3aed}.container{width:min(1180px,100% - 40px);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #e7def3d9;height:72px;position:sticky;top:0}.nav{align-items:center;gap:30px;height:100%;display:flex}.brand{letter-spacing:-.5px;white-space:nowrap;align-items:center;gap:10px;font-size:19px;font-weight:800;display:flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#9c67f5,#6d28d9);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 6px 15px #6d28d93d}.nav-links{color:#5f566c;align-items:center;gap:25px;font-size:14px;font-weight:600;display:flex}.nav-links a:hover{color:var(--purple)}.nav-search{width:min(310px,30vw);margin-left:auto;position:relative}.nav-search input{width:100%;height:40px;color:var(--ink);background:#faf8fc;border:1px solid #e4dcea;border-radius:12px;outline:none;padding:0 38px}.nav-search input:focus{background:#fff;border-color:#b99bea;box-shadow:0 0 0 3px #f0e9ff}.nav-search svg{color:#8b8295;position:absolute;top:12px;left:13px}.search-results{top:48px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:7px;position:absolute;inset-inline:0;box-shadow:0 20px 60px #29164826}.search-result{border-radius:10px;align-items:center;gap:10px;padding:10px;font-size:13px;display:flex}.search-result:hover{background:var(--purple-soft)}.nav-actions{gap:6px;display:flex}.language-select{color:#5f566c;background:#fff;border:1px solid #e4dcea;border-radius:9px;outline:none;width:auto;height:34px;padding:0 7px;font-size:11px;font-weight:800}.icon-btn{color:#655b71;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.icon-btn:hover{color:var(--purple);background:var(--purple-soft)}.mobile-menu{display:none}.hero{background:radial-gradient(circle at 75% 20%,#f1eaff 0,#0000 31%),linear-gradient(#fff 0%,#faf7ff 100%);padding:76px 0 62px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #eee6fb;border-radius:50%;position:absolute}.hero:before{width:500px;height:500px;top:-280px;right:-270px}.hero:after{width:250px;height:250px;bottom:-120px;left:-175px}.eyebrow{color:#6d28d9;letter-spacing:.35px;text-transform:uppercase;background:#f0e8ff;border-radius:20px;width:max-content;padding:7px 11px;font-size:12px;font-weight:800}.hero-grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:80px;display:grid}.hero h1{letter-spacing:-4px;max-width:650px;margin:18px 0;font-size:clamp(47px,5.2vw,73px);line-height:.98}.gradient-text{color:#0000;background:linear-gradient(120deg,#7c3aed,#a855f7 70%);-webkit-background-clip:text;background-clip:text}.hero-copy{max-width:590px;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{gap:12px;margin-top:29px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 20px;font-weight:750;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#8b4dea,#6d28d9);box-shadow:0 9px 22px #6d28d93d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #6d28d952}.btn-secondary{color:#54495f;background:#fff;border-color:#ded5e8}.btn-secondary:hover{background:#fcfaff;border-color:#bda8d8}.trust-row{color:#7d7388;gap:22px;margin-top:27px;font-size:12px;font-weight:650;display:flex}.trust-row span{align-items:center;gap:6px;display:flex}.trust-row svg{color:#7c3aed}.wheel-stage{place-items:center;min-height:390px;display:grid;position:relative}.hero-wheel{background:conic-gradient(#7c3aed 0 60deg,#c084fc 60deg 120deg,#f0e9ff 120deg 180deg,#8b5cf6 180deg 240deg,#ddd2f9 240deg 300deg,#a855f7 300deg);border:13px solid #fff;border-radius:50%;width:340px;height:340px;position:relative;box-shadow:0 25px 70px #4c1f8538,0 0 0 1px #e8def5}.hero-wheel:before{content:"";border:1px solid #ffffff73;border-radius:50%;position:absolute;inset:18px}.hero-wheel:after{content:"SPIN";color:#fff;letter-spacing:1px;background:#24143c;border:7px solid #fff;border-radius:50%;place-items:center;width:78px;height:78px;margin:auto;font-size:13px;font-weight:900;display:grid;position:absolute;inset:0}.wheel-pointer{z-index:2;filter:drop-shadow(0 3px 2px #fff);border-top:31px solid #2d1948;border-left:16px solid #0000;border-right:16px solid #0000;width:0;height:0;position:absolute;top:14px;left:50%;transform:translate(-50%)}.float-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #e9e0f2;border-radius:14px;padding:12px 15px;font-size:12px;font-weight:750;position:absolute;box-shadow:0 14px 35px #2d19481f}.float-card svg{vertical-align:middle;color:#7c3aed;margin-right:6px}.float-a{top:35px;right:0}.float-b{bottom:30px;left:5px}.section{padding:80px 0}.section-white{background:#fff}.section-head{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.section-kicker{color:#7c3aed;letter-spacing:.9px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:850}.section h2,.section-title{letter-spacing:-1.2px;margin:0;font-size:32px}.section-sub{color:var(--muted);margin:10px 0 0;line-height:1.65}.text-link{color:#6d28d9;align-items:center;gap:6px;font-size:13px;font-weight:750;display:flex}.tool-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.tool-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;min-height:195px;padding:19px;transition:all .2s;display:flex;position:relative;overflow:hidden}.tool-card:hover{border-color:#cdbbe8;transform:translateY(-4px);box-shadow:0 18px 40px #331b5317}.tool-card-icon{color:#6d28d9;background:#f2ecff;border-radius:12px;place-items:center;width:43px;height:43px;font-size:18px;font-weight:900;display:grid}.tool-card h3{letter-spacing:-.2px;margin:18px 0 7px;font-size:15px}.tool-card p{color:#7a7085;margin:0;font-size:12.5px;line-height:1.55}.tool-card-foot{color:#7c3aed;justify-content:space-between;align-items:center;margin-top:auto;font-size:11px;font-weight:800;display:flex}.badge{color:#6d28d9;text-transform:uppercase;letter-spacing:.5px;background:#f0e8ff;border-radius:7px;padding:4px 7px;font-size:9px}.category-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:18px;transition:all .2s;display:flex}.category-card:hover{border-color:#c8b5e3;box-shadow:0 10px 28px #341b5612}.category-icon{border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.category-card h3{margin:0 0 4px;font-size:14px}.category-card p{color:#83798c;margin:0;font-size:11px;line-height:1.45}.category-count{color:#95899f;margin-left:auto;font-size:11px}.feature-band{color:#fff;background:#291441;padding:67px 0;position:relative;overflow:hidden}.feature-band:after{content:"";opacity:.5;background:radial-gradient(circle,#7c3aed 0,#0000 68%);border-radius:50%;width:440px;height:440px;position:absolute;top:-230px;right:-120px}.feature-grid{z-index:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid;position:relative}.feature-grid h2{letter-spacing:-1.8px;margin:12px 0;font-size:39px;line-height:1.08}.feature-grid p{color:#cfc2db;line-height:1.7}.feature-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.feature-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;padding:17px;font-size:13px;font-weight:700;display:flex}.feature-item svg{color:#c4a2ff}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:85px;display:grid}.about-story h2{letter-spacing:-1.7px;margin:0;font-size:39px;line-height:1.1}.principle-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.principle-card{border:1px solid var(--line);background:#fcfaff;border-radius:17px;align-items:flex-start;gap:14px;min-height:145px;padding:20px;display:flex}.principle-card>span{color:#7c3aed;background:#f0e8ff;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.principle-card h3{margin:3px 0 7px;font-size:13px}.principle-card p{color:#7b7185;margin:0;font-size:11.5px;line-height:1.55}.faq-section{background:linear-gradient(#faf7ff 0%,#f4edff 100%);border-top:1px solid #eee6f7}.faq-layout{grid-template-columns:340px 1fr;align-items:start;gap:80px;display:grid}.faq-intro{position:sticky;top:105px}.faq-intro h2{letter-spacing:-1.6px;font-size:37px;line-height:1.1}.faq-list{border-top:1px solid #ddd2ea}.faq-item{border-bottom:1px solid #ddd2ea}.faq-item summary{cursor:pointer;color:#332442;justify-content:space-between;align-items:center;gap:18px;min-height:70px;font-size:14px;font-weight:800;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{color:#7c3aed;flex:none;transition:transform .2s}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-item p{color:#766b81;margin:-4px 35px 22px 0;font-size:12.5px;line-height:1.7}.page-hero{text-align:center;border-bottom:1px solid var(--line);background:linear-gradient(#fff,#f8f4ff);padding:54px 0 42px}.breadcrumbs{color:#857a90;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;display:flex}.page-hero h1{letter-spacing:-2px;margin:0;font-size:43px}.page-hero p{max-width:630px;color:var(--muted);margin:13px auto 0;line-height:1.65}.catalog{padding:55px 0 85px}.catalog-layout{grid-template-columns:230px 1fr;gap:34px;display:grid}.filter-panel{height:max-content;position:sticky;top:95px}.filter-panel h3{margin:0 0 12px;font-size:13px}.filter-link{color:#6e6479;border-radius:9px;justify-content:space-between;align-items:center;padding:9px 10px;font-size:12px;display:flex}.filter-link:hover,.filter-link.active{color:#6d28d9;background:#f0eaff;font-weight:700}.catalog-tools{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tool-page{padding:42px 0 80px}.tool-page-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px;display:grid}.tool-header{margin-bottom:20px}.tool-title-line{align-items:center;gap:15px;display:flex}.tool-title-line .tool-card-icon{width:52px;height:52px;font-size:22px}.tool-title-line h1{letter-spacing:-1.5px;margin:0;font-size:34px}.tool-header p{color:var(--muted);margin:9px 0 0 67px;font-size:14px}.generator-card{border:1px solid var(--line);background:#fff;border-radius:21px;overflow:hidden;box-shadow:0 16px 50px #2f174b12}.generator-top{background:radial-gradient(circle at 50% 40%,#faf7ff,#fff 64%);flex-direction:column;justify-content:center;align-items:center;min-height:410px;padding:30px;display:flex}.generator-controls{border-top:1px solid var(--line);background:#fff;padding:23px 28px}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.field{flex-direction:column;gap:7px;margin-bottom:13px;display:flex}.field label{color:#5f556b;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:800}.input,.textarea,.select{width:100%;color:var(--ink);background:#fff;border:1px solid #ded5e8;border-radius:10px;outline:none}.input,.select{height:43px;padding:0 12px}.textarea{resize:vertical;min-height:120px;padding:12px;line-height:1.5}.input:focus,.textarea:focus,.select:focus{border-color:#9f7dd3;box-shadow:0 0 0 3px #f1ebfa}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b4ee9,#6825cc);border:0;border-radius:12px;width:100%;height:50px;font-weight:850;box-shadow:0 9px 22px #6d28d933}.generate-btn:hover{filter:brightness(1.05)}.result-label{color:#887d92;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:10px;font-size:10px;font-weight:850}.big-result{letter-spacing:-2.5px;text-align:center;overflow-wrap:anywhere;max-width:100%;font-size:clamp(34px,5vw,64px);font-weight:900;line-height:1.08}.sub-result{color:#756a81;text-align:center;margin-top:12px;font-size:13px}.result-actions{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:24px;display:flex}.mini-btn{color:#64596e;cursor:pointer;background:#fff;border:1px solid #e0d7ea;border-radius:9px;align-items:center;gap:6px;padding:8px 11px;font-size:11px;font-weight:750;display:flex}.mini-btn:hover{color:#6d28d9;border-color:#c8b3e5}.side-card{border:1px solid var(--line);background:#fff;border-radius:16px;margin-bottom:15px;padding:19px}.side-card h3{margin:0 0 12px;font-size:13px}.side-card p,.side-card li{color:#7d7386;font-size:11.5px;line-height:1.6}.side-card ul{margin:0;padding-left:18px}.privacy-note{color:#26785b;background:#effaf5;border-radius:11px;gap:10px;padding:13px;font-size:11px;line-height:1.5;display:flex}.wheel-tool{background:conic-gradient(#6d28d9 0 60deg,#9f67ed 60deg 120deg,#d6bcfa 120deg 180deg,#7c3aed 180deg 240deg,#b786f5 240deg 300deg,#efe7fb 300deg);border:8px solid #fff;border-radius:50%;width:270px;height:270px;transition:transform 2.8s cubic-bezier(.16,.75,.18,1);position:relative;box-shadow:0 15px 45px #4824753d,0 0 0 1px #ddd2e9}.wheel-tool.spinning{transform:rotate(1530deg)}.wheel-tool:after{content:"";background:#2b1644;border:6px solid #fff;border-radius:50%;width:52px;height:52px;margin:auto;position:absolute;inset:0}.wheel-tool-pointer{z-index:2;border-top:26px solid #28153f;border-left:13px solid #0000;border-right:13px solid #0000;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.wheel-winner{text-align:center;background:#fff;border:1px solid #ded1ef;border-radius:12px;margin-top:18px;padding:9px 18px;box-shadow:0 8px 22px #361a5817}.wheel-winner span{color:#8c8196;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:800;display:block}.wheel-winner strong{color:#6d28d9;margin-top:3px;font-size:20px;display:block}.dice-result{color:#6d28d9;background:#fff;border:1px solid #e3d8ef;border-radius:25px;place-items:center;width:120px;height:120px;font-size:60px;display:grid;box-shadow:0 18px 45px #3a1a6029}.color-result{border-radius:22px;align-items:flex-end;width:min(360px,90%);height:190px;padding:18px;display:flex;box-shadow:inset 0 0 0 1px #0000000f,0 20px 40px #28143c24}.color-chip{background:#ffffffe6;border-radius:9px;padding:9px 13px;font-size:13px;font-weight:850}.teams-result{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:12px;width:100%;display:grid}.team-box{border:1px solid var(--line);background:#fff;border-radius:13px;padding:16px}.team-box h4{color:#6d28d9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 9px;font-size:12px}.team-box div{border-bottom:1px dashed #eee8f3;padding:5px 0;font-size:13px}.dynamic-wheel-wrap{width:280px;height:280px;position:relative}.dynamic-wheel{will-change:transform;border:9px solid #fff;border-radius:50%;width:280px;height:280px;transition:transform 20s cubic-bezier(.08,.76,.12,1),box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 18px 48px #3d1c6640,0 0 0 1px #ddd2e9}.dynamic-wheel.is-spinning{box-shadow:0 24px 60px #56249f6b,0 0 0 7px #a765f621}.wheel-segment-label{z-index:1;color:#fff;text-align:center;text-shadow:0 1px 2px #00000040;transform-origin:42px 8px;width:84px;height:16px;font-size:9px;font-weight:850;position:absolute;top:calc(50% - 8px);left:calc(50% - 42px)}.wheel-center{z-index:2;color:#fff;cursor:pointer;background:#25153c;border:6px solid #fff;border-radius:50%;place-items:center;width:55px;height:55px;margin:auto;padding:0;font-size:9px;font-weight:900;transition:transform 20s cubic-bezier(.08,.76,.12,1),background .2s,box-shadow .2s;display:grid;position:absolute;inset:0}.wheel-center:hover:not(:disabled){background:#6d28d9;box-shadow:0 0 0 5px #7c3aed2e}.wheel-center:focus-visible{outline-offset:4px;outline:3px solid #c4a2ff}.wheel-center:disabled{cursor:wait}.probability-list{gap:5px;max-height:150px;margin:-3px 0 13px;display:grid;overflow:auto}.probability-list div{color:#6f647a;background:#f6f2fa;border-radius:8px;justify-content:space-between;padding:7px 9px;font-size:11px;display:flex}.probability-list strong{color:#6d28d9}.check-row{color:#655a70;align-items:center;gap:8px;min-height:42px;font-size:12px;font-weight:700;display:flex}.check-row input{accent-color:#7c3aed}.inline-actions,.preset-row,.deck-status{align-items:center;gap:8px;margin:9px 0 14px;display:flex}.preset-row .input,.preset-row .select{flex:1}.audit-log{border:1px solid var(--line);color:#776c82;border-radius:10px;margin-top:12px;padding:10px;font-size:11px}.audit-log summary{cursor:pointer;color:#5e5369;font-weight:800}.audit-log div{border-bottom:1px dashed var(--line);padding:7px 0}.multi-wheel-controls{grid-template-columns:1fr 1fr;gap:12px;display:grid}.multi-wheel-stage{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;width:100%;display:flex}.multi-wheel-stage .dynamic-wheel-wrap,.multi-wheel-stage .dynamic-wheel{width:190px;height:190px}.multi-wheel-stage .wheel-segment-label{display:none}.multi-wheel-stage>div{color:#6d28d9;justify-items:center;gap:12px;display:grid}.multi-wheel-stage .wheel-tool-pointer{top:-6px}.bingo-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:repeat(5,1fr);width:min(440px,100%);padding:12px;display:grid;box-shadow:0 15px 35px #2d14461f}.bingo-head{grid-column:1/-1;grid-template-columns:repeat(5,1fr);display:grid}.bingo-head strong{text-align:center;color:#6d28d9;padding:10px;font-size:22px}.bingo-card>span{aspect-ratio:1;border:1px solid #eee8f3;place-items:center;font-size:14px;font-weight:800;display:grid}.bingo-card .free{color:#fff;background:#7c3aed;font-size:10px}.bracket{gap:18px;width:100%;padding:5px 3px 20px;display:flex;overflow:auto}.bracket-round{flex-direction:column;justify-content:space-around;gap:12px;min-width:150px;display:flex}.bracket-round h4{color:#7c3aed;text-align:center;text-transform:uppercase;font-size:11px}.bracket-match{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 12px #28143c0d}.bracket-match span{border-bottom:1px solid var(--line);padding:8px 10px;font-size:11px;display:block}.assignment-list,.order-list{gap:8px;width:min(550px,100%);display:grid}.assignment-list>div,.order-list>div{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:12px;padding:11px 14px;display:flex}.assignment-list span{color:#918699;text-transform:uppercase;margin-left:auto;font-size:10px}.order-list span{color:#fff;background:#7c3aed;border-radius:50%;place-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:grid}.seating-grid{gap:9px;width:100%;display:grid}.seating-grid div{border:1px solid var(--line);text-align:center;background:#fff;border-radius:10px;place-items:center;min-height:65px;padding:9px;display:grid}.seating-grid small{color:#9a8fa3;text-transform:uppercase;font-size:8px}.seating-grid strong{font-size:11px}.dice-row,.coin-row,.card-row{flex-wrap:wrap;justify-content:center;gap:12px;max-width:100%;display:flex}.game-in-progress{align-content:center;align-items:center;min-height:140px}.game-in-progress>strong{text-align:center;color:#766a80;letter-spacing:.15px;width:100%;font-size:12px}.dice-row .dice-result{border-radius:18px;width:82px;height:82px;font-size:36px}.dice-result.is-rolling{animation:.5s linear infinite dice-roll}.coin{color:#6d28d9;background:linear-gradient(145deg,#fff,#e9def9);border:3px solid #cbb6e7;border-radius:50%;place-items:center;width:86px;height:86px;font-size:27px;font-weight:900;display:grid;box-shadow:0 10px 24px #34185426}.coin.is-flipping{animation:.65s linear infinite coin-flip}.playing-card{background:#fff;border:1px solid #dcd3e5;border-radius:9px;width:70px;height:98px;padding:9px;font-size:20px;font-weight:900;box-shadow:0 8px 18px #26143a1f}.playing-card.red{color:#dc2626}.playing-card.card-back{color:#fff;background:repeating-linear-gradient(45deg,#6d28d9 0 7px,#8d52e8 7px 14px);place-items:center;display:grid}.playing-card.is-dealing{animation:.72s ease-in-out infinite alternate card-deal}.roulette-result{color:#fff;text-align:center;border:8px solid #fff;border-radius:50%;place-items:center;width:145px;height:145px;font-size:50px;font-weight:900;display:grid;box-shadow:0 15px 35px #1e142833}.roulette-result small{grid-column:1;font-size:10px;display:block}.roulette-loader{color:#fff;background:conic-gradient(#dc2626 0 25%,#171717 25% 50%,#dc2626 50% 75%,#171717 75%);border:10px solid #fff;border-radius:50%;align-content:center;place-items:center;gap:8px;width:170px;height:170px;animation:.65s linear infinite roulette-spin;display:grid;box-shadow:0 16px 34px #23143238}.roulette-loader span{font-size:57px;line-height:1}.roulette-loader strong{color:#fff;font-size:10px}.bottle-stage{justify-items:center;gap:24px;display:grid}.bottle{color:#7c3aed;transform-origin:50%;place-items:center;width:210px;height:62px;font-size:72px;transition:transform 1.3s cubic-bezier(.17,.76,.22,1);display:grid}.bottle.is-spinning{transition:transform 4s cubic-bezier(.08,.76,.12,1)}.ball-machine{background:radial-gradient(circle at 50% 20%,#faf6ff,#e7daf9);border:1px solid #d8c8ec;border-radius:50% 50% 22px 22px;justify-content:center;align-items:center;gap:8px;width:230px;min-height:145px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 -12px 20px #5c2c941a,0 16px 32px #32174d1f}.ball-machine span{color:#5d24b0;background:#fff;border:1px solid #cbb8e9;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;animation:.55s ease-in-out infinite alternate ball-bounce;display:grid}.ball-machine strong{color:#6d5a80;font-size:11px;position:absolute;bottom:16px}.game-loading{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;min-height:140px;display:flex}.game-loading span{color:#6d28d9;background:#f0e8ff;border-radius:18px;place-items:center;width:64px;height:64px;font-size:31px;animation:.72s ease-in-out infinite alternate game-pulse;display:grid}.game-loading span:nth-child(2){animation-delay:.16s}.game-loading span:nth-child(3){animation-delay:.32s}@keyframes dice-roll{0%{transform:rotate(0)scale(1)}25%{transform:rotate(95deg)translateY(-12px)scale(.9)}55%{transform:rotate(210deg)translateY(8px)scale(1.08)}to{transform:rotate(360deg)scale(1)}}@keyframes coin-flip{0%{transform:rotateY(0)translateY(0)}50%{transform:rotateY(540deg)translateY(-15px)}to{transform:rotateY(1080deg)translateY(0)}}@keyframes card-deal{0%{transform:translate(-16px,9px)rotate(-8deg)}to{transform:translate(16px,-8px)rotate(8deg)}}@keyframes roulette-spin{to{transform:rotate(360deg)}}@keyframes ball-bounce{0%{transform:translateY(9px)rotate(-8deg)}to{transform:translateY(-17px)rotate(8deg)}}@keyframes game-pulse{0%{transform:translateY(5px)rotate(-4deg)}to{transform:translateY(-10px)rotate(4deg)scale(1.08)}}.deck-status{color:#6d6278;background:#f6f2fa;border-radius:9px;justify-content:space-between;padding:9px 11px;font-size:11px;font-weight:750}.strength-meter{background:#eee7f4;border-radius:8px;height:8px;margin-top:5px;overflow:hidden}.strength-meter span{height:100%;transition:width .25s;display:block}.field-note{color:#8c8097;margin-top:3px;font-size:10px;display:block}.option-grid{grid-template-columns:repeat(2,1fr);gap:4px 12px;margin-bottom:12px;display:grid}.creative-list{gap:9px;width:100%;display:grid}.creative-list>div{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:flex-start;gap:12px;padding:12px;display:flex}.creative-list span{color:#6d28d9;background:#f0e8ff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid}.creative-list p{color:#4f455a;margin:2px 0;font-size:12px;line-height:1.55}.design-preview{border-radius:23px;align-items:flex-end;width:min(520px,100%);height:260px;padding:17px;display:flex;box-shadow:0 18px 40px #28143c29}.design-preview code,.css-preview code{color:#25153c;overflow-wrap:anywhere;background:#ffffffe6;border-radius:8px;max-width:100%;padding:8px 10px;font-size:10px}.contrast-preview{border:1px solid #7f7f7f33;border-radius:22px;align-content:center;place-items:center;gap:8px;width:min(520px,100%);height:260px;display:grid}.contrast-preview strong{font-size:82px;line-height:1}.contrast-preview span{font-size:13px;font-weight:800}.css-preview{justify-items:center;gap:35px;width:min(520px,100%);display:grid}.css-preview>div{color:#6d28d9;background:#fff;place-items:center;width:220px;height:160px;font-weight:900;display:grid}.palette-preview{border-radius:20px;width:100%;height:260px;display:flex;overflow:hidden}.palette-preview div{flex:1;justify-content:center;align-items:flex-end;padding:12px;display:flex}.palette-preview span{color:#25153c;background:#ffffffd9;border-radius:6px;padding:5px;font-size:9px;font-weight:800}.avatar-preview{color:#fff;border-radius:50%;place-items:center;width:190px;height:190px;font-size:58px;font-weight:900;display:grid;box-shadow:0 15px 40px #30164c33}.color-stop-row{gap:8px;margin-bottom:14px;display:flex}.color-stop-row input{cursor:pointer;background:0 0;border:0;width:48px;height:42px}.history-search{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:8px;height:42px;margin:-12px 0 16px;padding:0 12px;display:flex}.history-search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.history-item{justify-content:space-between;align-items:center;gap:20px;margin:0;display:flex}.history-item>span{min-width:0}.history-item strong{font-size:12px}.history-item p{overflow-wrap:anywhere;margin:4px 0}.history-item time{color:#9a90a3;font-size:9px}.history-item>div{gap:6px;display:flex}.mini-btn.danger{color:#b91c1c}.generator-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:12px;padding:11px 13px;font-size:12px;font-weight:700;line-height:1.5}.restored-result{color:#5c4376;background:#f3ecff;border:1px solid #d8c5f1;border-radius:11px;width:min(620px,100%);margin-bottom:18px;padding:12px 40px 12px 14px;position:relative}.restored-result span{text-transform:uppercase;letter-spacing:.8px;font-size:8px;font-weight:900;display:block}.restored-result strong{overflow-wrap:anywhere;margin-top:3px;font-size:13px;display:block}.restored-result button{color:#705d84;cursor:pointer;background:0 0;border:0;font-size:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.tool-guide{max-width:930px}.guide-intro{max-width:760px;margin-bottom:32px}.guide-intro h2{letter-spacing:-1px;margin:7px 0 12px;font-size:34px}.guide-intro p,.guide-card p,.guide-faq p{color:var(--muted);font-size:14px;line-height:1.8}.guide-grid{grid-template-columns:1fr 1fr;gap:16px;margin:16px 0;display:grid}.guide-card,.guide-block,.guide-faq{border:1px solid var(--line);background:#fff;border-radius:17px;padding:25px}.guide-card h3,.guide-block h3,.guide-faq h3{margin:0 0 10px;font-size:17px}.guide-card p{margin:0}.guide-limits{border-left:4px solid #d97706}.guide-block{margin:16px 0}.guide-block ol{grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0 0;padding:0;list-style:none;display:grid}.guide-block li{color:var(--muted);align-items:flex-start;gap:10px;font-size:13px;line-height:1.65;display:flex}.guide-block li span{background:var(--purple-soft);width:25px;height:25px;color:var(--purple);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:900;display:grid}.guide-block li p{margin:1px 0 0}.guide-faq{margin-top:16px}.guide-faq>h3{margin-top:6px;font-size:22px}.guide-faq details{border-top:1px solid var(--line);padding:15px 0}.guide-faq details:last-child{padding-bottom:0}.guide-faq summary{cursor:pointer;color:var(--ink);font-size:13px;font-weight:800}.guide-faq details p{margin:9px 0 0}.policy-page{max-width:780px}.policy-page>p{color:var(--muted);font-size:14px;line-height:1.85}.policy-page h2{letter-spacing:-.4px;margin:34px 0 9px;font-size:22px}.contact-layout{grid-template-columns:1.25fr .75fr;align-items:start;gap:35px;max-width:900px;display:grid}.contact-layout h2{margin:7px 0 10px}.contact-layout .side-card{margin:0}.contact-layout .side-card h3{align-items:center;gap:7px;display:flex}.contact-email{background:var(--purple-soft);width:fit-content;color:var(--purple);border:1px solid #d9caec;border-radius:14px;align-items:center;gap:12px;margin:22px 0;padding:15px 18px;display:flex}.contact-email span{gap:2px;display:grid}.contact-email small{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:9px;font-weight:800}.contact-email strong{font-size:14px}.footer{color:#fff;background:#1f112f;padding:55px 0 25px}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:38px;display:grid}.footer .brand{margin-bottom:14px}.footer-copy{color:#a99db3;max-width:330px;font-size:12px;line-height:1.7}.footer-owner{color:#c1b7c9;margin-top:13px;font-size:10.5px;line-height:1.7}.footer-owner a:hover{color:#fff}.footer h4{margin:5px 0 15px;font-size:12px}.footer-links{color:#a99db3;flex-direction:column;gap:10px;font-size:11.5px;display:flex}.footer-links a:hover{color:#fff}.footer-bottom{color:#81758b;border-top:1px solid #ffffff14;justify-content:space-between;margin-top:45px;padding-top:20px;font-size:10px;display:flex}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f3ecfb;--muted:#afa4b9;--line:#40324d;--surface:#271b31;--cream:#1b1322;--purple-soft:#342248}.dark body,.dark .section,.dark .catalog,.dark .tool-page{background:#1b1322}.dark .site-header,.dark .section-white,.dark .tool-card,.dark .category-card,.dark .generator-card,.dark .generator-controls,.dark .side-card,.dark .team-box,.dark .input,.dark .textarea,.dark .select,.dark .mini-btn,.dark .wheel-winner,.dark .guide-card,.dark .guide-block,.dark .guide-faq{color:var(--ink);background:#271b31}.dark .language-select,.dark .probability-list div,.dark .deck-status,.dark .history-search{color:var(--ink);background:#2c2036;border-color:#4a3957}.dark .bracket-match,.dark .assignment-list>div,.dark .order-list>div,.dark .seating-grid div,.dark .creative-list>div,.dark .bingo-card,.dark .principle-card{background:#2c2036}.dark .faq-section{background:linear-gradient(#21172a,#281b33);border-color:#40324d}.dark .faq-item,.dark .faq-list{border-color:#493853}.dark .faq-item summary{color:var(--ink)}.dark .site-header{border-color:#3d2c49}.dark .hero,.dark .page-hero{background:radial-gradient(circle at 75% 20%,#382250 0,#0000 34%),linear-gradient(#211629,#1b1322)}.dark .nav-search input,.dark .search-results{color:var(--ink);background:#2c2036;border-color:#4a3a56}.dark .hero-wheel{border-color:#e9dff2}.dark .tool-card:hover,.dark .category-card:hover{border-color:#75559a;box-shadow:0 18px 40px #00000038}.dark .btn-secondary{color:#e6ddec;background:#2b1f35;border-color:#4a3957}.dark .generator-top{background:radial-gradient(circle at 50% 40%,#2b1d37,#21172a 68%)}.dark .dice-result,.dark .color-chip{color:#24152f;background:#eee7f5}.dark .generator-error{color:#fecaca;background:#3b171d;border-color:#7f1d1d}@media (max-width:980px){.nav-links{display:none}.nav-search{flex:1;width:auto}.hero-grid{text-align:center;grid-template-columns:1fr;gap:50px}.hero .eyebrow,.hero-copy{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.wheel-stage{min-height:350px}.tool-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr;gap:35px}.about-grid,.faq-layout{grid-template-columns:1fr;gap:38px}.faq-intro{position:static}.catalog-layout{grid-template-columns:1fr}.filter-panel{display:none}.catalog-tools{grid-template-columns:repeat(2,1fr)}.tool-page-grid{grid-template-columns:1fr}.tool-sidebar{grid-template-columns:1fr 1fr;gap:14px;display:grid}.footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.site-header{height:64px}.nav{gap:10px}.brand{font-size:16px}.brand-mark{width:31px;height:31px}.nav-search,.nav-actions .icon-btn:first-child{display:none}.hero{padding:54px 0 45px}.hero h1{letter-spacing:-3px;font-size:46px}.hero-copy{font-size:15px}.hero-actions{flex-direction:column}.trust-row{flex-wrap:wrap;gap:11px}.hero-wheel{width:275px;height:275px}.wheel-stage{min-height:315px}.float-a{top:12px;right:-5px}.float-b{bottom:16px;left:-4px}.section{padding:58px 0}.section-head{align-items:start}.section h2,.section-title{font-size:27px}.tool-grid,.category-grid,.catalog-tools{grid-template-columns:1fr}.tool-card{min-height:165px}.feature-list,.principle-grid{grid-template-columns:1fr}.principle-card{min-height:0}.page-hero h1{font-size:35px}.catalog{padding-top:35px}.tool-page{padding-top:28px}.tool-title-line h1{font-size:27px}.tool-header p{margin-left:0}.generator-top{min-height:350px;padding:20px}.generator-controls{padding:20px}.form-row{grid-template-columns:1fr;gap:0}.tool-sidebar,.teams-result{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:12px}.language-select{width:54px}.multi-wheel-controls{grid-template-columns:1fr}.dynamic-wheel-wrap,.dynamic-wheel{width:250px;height:250px}.wheel-segment-label{transform-origin:42px 8px}.bracket{padding-bottom:12px}.seating-grid{grid-template-columns:repeat(2,1fr)!important}.preset-row{flex-direction:column;align-items:stretch}.history-item{flex-direction:column;align-items:flex-start}.guide-grid,.guide-block ol{grid-template-columns:1fr}.guide-card,.guide-block,.guide-faq{padding:20px}.contact-layout{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.footer,.tool-header,.breadcrumbs,.tool-sidebar,.no-print,.section-white{display:none!important}body,.tool-page,.generator-card,.generator-top{color:#111!important;box-shadow:none!important;background:#fff!important}.tool-page-grid{display:block}.generator-card{border:0}.printable-result{min-height:0;padding:10mm}@page{margin:12mm}}
