.random-workspace{display:grid;grid-template-columns:1.2fr .8fr;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow)}.random-history,.random-panel,.random-result{padding:28px}.random-panel{border-right:1px solid var(--line)}.random-panel-head{display:flex;justify-content:space-between;gap:15px}.random-presets{display:flex;gap:7px;margin-top:10px;flex-wrap:wrap}.random-history button,.random-presets button{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:7px 10px;color:var(--pine);font-size:12px;font-weight:700}.random-presets button[aria-pressed=true]{border-color:var(--pine);background:#e2f3ec;box-shadow:inset 0 -2px 0 rgba(10,92,80,.14)}.random-form{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:24px}.random-form label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.random-form input,.random-form select{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;color:var(--ink)}.random-check{display:flex!important;align-items:center;grid-template-columns:auto 1fr}.random-check input{width:auto}.random-actions{display:flex;gap:10px;margin-top:22px}.random-error{margin:15px 0 0;padding:10px;border-radius:8px;background:#fff1ef;color:var(--danger);font-size:12px}.random-result{background:#f2faf6;min-height:280px}.random-balls{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.random-balls output{display:grid;place-items:center;min-width:66px;height:66px;padding:8px;border-radius:50%;background:var(--pine);color:#fff;font:600 23px Georgia,serif;box-shadow:0 3px 0 var(--pine-dark)}.random-empty{color:var(--muted);font-size:14px}.random-result-actions{margin-top:25px}.random-history{grid-column:1/-1;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.random-history h2{font-size:23px;margin:0}.random-history p{margin:0;color:var(--muted);font-size:12px}.random-method{margin-top:58px;max-width:720px}.random-method h2{margin:11px 0}.random-method p{line-height:1.7}.random-workspace.is-presentation{grid-template-columns:1.18fr .82fr}.random-workspace.is-presentation .random-panel{border-right:1px solid var(--line);background:linear-gradient(145deg,#fff,#f6fbf8)}.random-workspace.is-presentation .random-result{display:grid;align-content:center;min-height:385px}.random-presentation-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.random-presentation-topline h2{max-width:430px;margin:7px 0 0;font-size:27px;line-height:1.08}.random-demo-steps{display:grid;gap:14px;margin:27px 0 0;padding:0;list-style:none;counter-reset:demo}.random-demo-steps li{position:relative;display:grid;gap:6px;padding:0 0 0 34px;color:var(--muted);font-size:12px;line-height:1.55}.random-demo-steps li:before{position:absolute;top:0;left:0;display:grid;place-items:center;width:23px;height:23px;border:1px solid #b9d8ce;border-radius:50%;background:#fff;color:var(--pine);content:counter(demo);counter-increment:demo;font:700 10px monospace}.random-demo-steps li.is-current:before{border-color:var(--pine);background:var(--pine);color:#fff}.random-demo-steps strong{color:var(--ink);font-size:13px}.random-demo-steps span{max-width:410px}.random-demo-steps .random-presets{margin:3px 0 0}.random-demo-actions{margin:28px 0 0;padding-top:20px;border-top:1px solid var(--line)}.random-demo-progress{margin:17px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.random-workspace.is-presentation .random-result .eyebrow{color:var(--pine)}@media(max-width:760px){.random-workspace,.random-workspace.is-presentation{grid-template-columns:1fr}.random-panel,.random-workspace.is-presentation .random-panel{border-right:0;border-bottom:1px solid var(--line)}.random-form{grid-template-columns:1fr 1fr}.random-history{grid-column:auto}.random-workspace.is-presentation .random-result{min-height:260px}}@media(max-width:500px){.random-history,.random-panel,.random-result{padding:20px}.random-form{grid-template-columns:1fr}.random-panel-head,.random-presentation-topline{align-items:flex-start;flex-direction:column}.random-presentation-topline .secondary-button{align-self:stretch}.random-presentation-topline h2{font-size:24px}.random-actions{flex-wrap:wrap}.random-demo-steps{gap:16px}.random-demo-actions .primary-button{width:100%}}.random-guide{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;margin-top:78px;padding:34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.random-faq h2,.random-guide-intro h2,.section-heading h2{margin:10px 0 13px;font-size:clamp(28px,3.2vw,40px);line-height:1.08}.random-faq p,.random-guide-intro p,.random-guide-steps p,.random-rules p,.random-use-cases p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}.random-guide-steps{display:grid;gap:0;margin:0;padding:0;list-style:none}.random-guide-steps li{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px 0;border-top:1px solid var(--line)}.random-guide-steps li:last-child{border-bottom:1px solid var(--line)}.random-guide-steps span{color:var(--pine);font:700 12px monospace}.random-guide-steps h3,.random-rules h3,.random-use-cases h3{margin:0 0 6px;font-size:16px}.random-faq,.random-rules,.random-use-cases{margin-top:76px}.section-heading{max-width:700px}.random-rules>div:last-child,.random-use-cases>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.random-rules article,.random-use-cases article{padding:20px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.64)}.random-use-cases article{border-top:3px solid #c8ee62}.random-rules article{background:linear-gradient(145deg,#effaf6,#fff)}.random-method{max-width:820px;padding:28px}.random-method h2{margin:10px 0}.random-faq{max-width:830px}.random-faq details:last-child{border-bottom:1px solid var(--line)}@media(max-width:760px){.random-guide{grid-template-columns:1fr;gap:28px;padding:25px 0}.random-faq,.random-guide,.random-method,.random-rules,.random-use-cases{margin-top:54px}.random-rules>div:last-child,.random-use-cases>div:last-child{grid-template-columns:1fr}.random-method{padding:22px}.random-faq{margin-bottom:55px}}@media(max-width:500px){.random-faq h2,.random-guide-intro h2,.section-heading h2{font-size:28px}.random-guide-steps li{grid-template-columns:35px 1fr;gap:10px}.random-rules article,.random-use-cases article{padding:18px}}.random-method{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:48px;max-width:none;margin-top:76px;padding:30px 34px;border:1px solid #c8ddd4;border-radius:18px;background:linear-gradient(135deg,#eefaf6,#fff)}.random-method h2{margin:10px 0 0}.random-method p{align-self:center;margin:0;color:var(--muted);line-height:1.72}.random-faq{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:48px;max-width:none;margin-bottom:80px}.random-faq-intro{align-self:start}.random-faq-list{border-bottom:1px solid var(--line)}.random-faq details{padding:18px 0;border-top:1px solid var(--line)}.random-faq summary{color:var(--ink);font-size:15px;font-weight:700;cursor:pointer}.random-faq p{margin-top:11px}@media(max-width:760px){.random-faq,.random-method{grid-template-columns:1fr;gap:24px}.random-method{margin-top:54px;padding:22px}.random-faq{margin-top:54px;margin-bottom:55px}}.random-form select{appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 5.5 4.5 4.5 4.5-4.5' fill='none' stroke='%23172520' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;background-size:16px}