.CouponCode-module__0OXNAq__box{border:2px dashed rgba(var(--accent-rgb), .55);border-radius:var(--r);background:rgba(var(--accent-rgb), .05);width:100%;max-width:420px;height:auto;transition:border-color .2s var(--ease), background .2s var(--ease), transform .15s var(--ease);flex-direction:column;gap:.35em;padding:1.6em 1.2em}.CouponCode-module__0OXNAq__box:hover{border-color:var(--accent);background:rgba(var(--accent-rgb), .09)}.CouponCode-module__0OXNAq__box:active{transform:translateY(1px)}.CouponCode-module__0OXNAq__code{font-family:var(--display);letter-spacing:.06em;color:var(--accent-text);font-size:clamp(1.6rem,5vw,2.2rem);font-weight:800;line-height:1}.CouponCode-module__0OXNAq__hint{font-family:var(--body);letter-spacing:.02em;color:var(--text-dim);font-size:.82rem;font-weight:600}
.Toast-module__RnZkMq__stack{z-index:200;pointer-events:none;flex-direction:column;gap:12px;width:min(400px,100vw - 32px);display:flex;position:fixed;inset-block-end:22px;inset-inline-end:22px}.Toast-module__RnZkMq__toast{pointer-events:auto;background:var(--surface);border:1px solid var(--line-2);box-shadow:0 1px 2px rgba(var(--ink-rgb), .06), 0 12px 28px -10px rgba(var(--ink-rgb), .22), 0 30px 60px -30px rgba(var(--ink-rgb), .3);color:var(--text);animation:Toast-module__RnZkMq__toastIn .24s var(--ease);border-radius:16px;align-items:flex-start;gap:12px;padding:14px 14px 14px 15px;display:flex}.Toast-module__RnZkMq__iconChip{border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.Toast-module__RnZkMq__success .Toast-module__RnZkMq__iconChip{color:var(--good);background:#18a97121}.Toast-module__RnZkMq__error .Toast-module__RnZkMq__iconChip{color:#e5484d;background:#e5484d21}.Toast-module__RnZkMq__body{flex-direction:column;flex:1;gap:10px;min-width:0;padding-top:5px;display:flex}.Toast-module__RnZkMq__msg{color:var(--text);font-size:.9rem;font-weight:500;line-height:1.45}.Toast-module__RnZkMq__actions{align-items:center;gap:8px;display:flex}.Toast-module__RnZkMq__report{color:var(--wa-2);border-radius:var(--pill);cursor:pointer;white-space:nowrap;transition:background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);background:#25d3661f;border:1px solid #25d3664d;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.Toast-module__RnZkMq__report:hover{background:var(--wa);color:#fff;border-color:#0000}.Toast-module__RnZkMq__close{width:26px;height:26px;color:var(--text-faint);cursor:pointer;transition:background .18s var(--ease), color .18s var(--ease);background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.Toast-module__RnZkMq__close:hover{color:var(--text);background:rgba(var(--ink-rgb), .07)}@keyframes Toast-module__RnZkMq__toastIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.Toast-module__RnZkMq__toast{animation:none}}@media (max-width:520px){.Toast-module__RnZkMq__stack{width:auto;inset-block-end:max(16px, env(safe-area-inset-bottom));inset-inline:16px}.Toast-module__RnZkMq__msg{overflow-wrap:anywhere}}
.Modal-module__yZUgWG__overlay{z-index:100;padding:max(16px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));background:rgba(var(--ink-rgb), .32);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:Modal-module__yZUgWG__fade .18s var(--ease);place-items:center;display:grid;position:fixed;inset:0}.Modal-module__yZUgWG__panel{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:1040px;height:min(760px,90vh);box-shadow:0 40px 80px -30px rgba(var(--ink-rgb), .5);animation:Modal-module__yZUgWG__rise .22s var(--ease);text-align:start;flex-direction:column;display:flex;overflow:hidden}.Modal-module__yZUgWG__panel.Modal-module__yZUgWG__panelCompact{max-width:440px;height:auto;max-height:90vh}.Modal-module__yZUgWG__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.Modal-module__yZUgWG__title{font-family:var(--display);letter-spacing:-.02em;font-size:1.3rem;font-weight:800}.Modal-module__yZUgWG__close{border-radius:var(--pill);border:1px solid var(--line-2);background:var(--surface);width:36px;height:36px;color:var(--text-dim);cursor:pointer;place-items:center;transition:all .18s;display:grid}.Modal-module__yZUgWG__close:hover{color:var(--text);background:rgba(var(--ink-rgb), .05)}.Modal-module__yZUgWG__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Modal-module__yZUgWG__body{flex:1;min-height:0;padding:18px 22px 22px;overflow-y:auto}.Modal-module__yZUgWG__flush{padding:0}.Modal-module__yZUgWG__footer{border-top:1px solid var(--line);background:var(--surface);flex-wrap:wrap;flex:none;align-items:center;gap:12px;padding:14px 22px;display:flex}@keyframes Modal-module__yZUgWG__fade{0%{opacity:0}}@keyframes Modal-module__yZUgWG__rise{0%{opacity:0;transform:translateY(14px)}}@media (min-width:720px){.Modal-module__yZUgWG__overlay{place-items:center;padding:24px}}@media (max-width:560px){.Modal-module__yZUgWG__panel{height:min(680px,88vh)}.Modal-module__yZUgWG__head{padding:10px 16px}.Modal-module__yZUgWG__title{font-size:1.1rem}.Modal-module__yZUgWG__body:not(.Modal-module__yZUgWG__flush){padding:12px 16px}.Modal-module__yZUgWG__footer{padding:10px 16px}}@media (prefers-reduced-motion:reduce){.Modal-module__yZUgWG__overlay,.Modal-module__yZUgWG__panel{animation:none}}
.PackTiles-module__GklNaa__groups{flex-direction:column;gap:18px;display:flex}.PackTiles-module__GklNaa__grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px;display:grid}.PackTiles-module__GklNaa__tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:2px;min-height:96px;padding:18px 12px 14px;text-decoration:none;transition:border-color .18s,box-shadow .18s,background-color .18s;display:flex;position:relative}.PackTiles-module__GklNaa__tile:hover,.PackTiles-module__GklNaa__tile:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14)}.PackTiles-module__GklNaa__tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PackTiles-module__GklNaa__tileBest{border-color:rgba(var(--accent-rgb), .45);background:linear-gradient(180deg, rgba(var(--accent-rgb), .06), var(--surface) 70%)}.PackTiles-module__GklNaa__badgeSave,.PackTiles-module__GklNaa__badgeBest{top:-9px;border-radius:var(--pill);letter-spacing:.02em;white-space:nowrap;padding:2px 8px;font-size:.66rem;font-weight:700;position:absolute;inset-inline-end:10px}.PackTiles-module__GklNaa__badgeSave{background:var(--surface-2);border:1px solid var(--line-2);color:var(--good)}.PackTiles-module__GklNaa__badgeBest{background:var(--accent);color:#fff}.PackTiles-module__GklNaa__outcome{font-family:var(--display);color:var(--text);font-size:.98rem;font-weight:700}.PackTiles-module__GklNaa__price{font-family:var(--display);color:var(--text);font-size:1.3rem;font-weight:800;line-height:1.15}.PackTiles-module__GklNaa__pillRow{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.PackTiles-module__GklNaa__pill{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--pill);min-height:44px;color:var(--text);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;text-decoration:none;transition:border-color .18s,box-shadow .18s;display:inline-flex}.PackTiles-module__GklNaa__pill b{font-weight:700}.PackTiles-module__GklNaa__pill span{color:var(--text-dim)}.PackTiles-module__GklNaa__pill:hover,.PackTiles-module__GklNaa__pill:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14)}.PackTiles-module__GklNaa__pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.PackTiles-module__GklNaa__tile,.PackTiles-module__GklNaa__pill{transition:none}}
.UpgradeModal-module__njSGxq__overlay{z-index:120;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;background:#3d1b2a73;justify-content:stretch;align-items:stretch;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.UpgradeModal-module__njSGxq__overlay.UpgradeModal-module__njSGxq__open{opacity:1;visibility:visible}.UpgradeModal-module__njSGxq__sheet{-webkit-overflow-scrolling:touch;width:100%;height:100%;padding-bottom:env(safe-area-inset-bottom);background:linear-gradient(180deg, var(--surface-2), var(--surface));box-shadow:0 -40px 90px -40px rgba(var(--ink-rgb), .32);transition:transform .4s var(--ease);position:relative;overflow-y:auto;transform:translateY(100%)}.UpgradeModal-module__njSGxq__overlay.UpgradeModal-module__njSGxq__open .UpgradeModal-module__njSGxq__sheet{transform:none}.UpgradeModal-module__njSGxq__close{top:16px;z-index:2;border:1px solid var(--line);background:rgba(var(--ink-rgb), .05);width:40px;height:40px;color:var(--text-dim);cursor:pointer;border-radius:50%;place-items:center;transition:all .2s;display:grid;position:absolute;inset-inline-end:16px}.UpgradeModal-module__njSGxq__close:hover{background:rgba(var(--ink-rgb), .12);color:var(--text)}
.ConsentNote-module__evK_SW__consent{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.ConsentNote-module__evK_SW__row{align-items:flex-start;gap:10px;display:flex}.ConsentNote-module__evK_SW__sentence{flex:1;min-width:0;font-size:.84rem;line-height:1.55}.ConsentNote-module__evK_SW__summary{font-size:inherit;color:var(--text-dim);font-weight:500;line-height:inherit;cursor:pointer;display:inline}.ConsentNote-module__evK_SW__link{height:auto;font-size:inherit;white-space:normal;text-align:start;vertical-align:baseline;color:#2563eb;text-underline-offset:3px;padding:0;font-weight:600;text-decoration:underline;display:inline}.ConsentNote-module__evK_SW__link:hover{color:#1d4ed8}.ConsentNote-module__evK_SW__full{color:var(--text-faint);border-inline-start:2px solid #2563eb;margin-top:10px;padding-inline-start:12px;font-size:.76rem;line-height:1.55}.ConsentNote-module__evK_SW__privacy{margin-top:6px}.ConsentNote-module__evK_SW__privacyLink{color:#2563eb;text-underline-offset:2px;font-weight:600;text-decoration:underline}.ConsentNote-module__evK_SW__privacyLink:hover{color:#1d4ed8}
.AngleVideoPicker-module__zvm7gq__root{--pos:50%;--stage:clamp(150px, calc(90dvh - 330px), 320px);-webkit-user-select:none;user-select:none;border-radius:var(--r-lg);background:radial-gradient(120% 90% at 50% -8%, rgba(var(--accent-rgb), .18), transparent 60%), radial-gradient(90% 80% at 85% 115%, rgba(var(--accent-rgb), .08), transparent 55%), linear-gradient(180deg, #241019, #140a10 60%);border:1px solid #ffd6e41a;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:360px;margin-inline:auto;padding:14px 16px 12px;display:flex;box-shadow:0 40px 80px -50px #000000d9,inset 0 1px #ffffff0d}.AngleVideoPicker-module__zvm7gq__stage{width:100%;max-width:var(--stage);aspect-ratio:1;border-radius:var(--r);background:#180d13;border:1px solid #ffd6e424;margin-top:2px;position:relative;overflow:hidden;box-shadow:0 14px 34px -14px #000000b3}.AngleVideoPicker-module__zvm7gq__canvas{touch-action:none;cursor:grab;border-radius:inherit;outline:none;width:100%;height:100%;position:absolute;inset:0}.AngleVideoPicker-module__zvm7gq__canvas:focus-visible{box-shadow:inset 0 0 0 2px rgba(var(--accent-rgb), .55)}.AngleVideoPicker-module__zvm7gq__dragging{cursor:grabbing}.AngleVideoPicker-module__zvm7gq__loading{color:#fff0f5b8;background:linear-gradient(#241019,#140a10 60%);justify-content:center;align-items:center;font-size:.82rem;font-weight:500;display:flex;position:absolute;inset:0}.AngleVideoPicker-module__zvm7gq__spinner{border:2px solid #ffd6e429;border-top-color:rgba(var(--accent-rgb), .85);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite AngleVideoPicker-module__zvm7gq__spin}@keyframes AngleVideoPicker-module__zvm7gq__spin{to{transform:rotate(360deg)}}.AngleVideoPicker-module__zvm7gq__slider{width:100%;max-width:var(--stage);padding:6px 0 26px;position:relative}.AngleVideoPicker-module__zvm7gq__dragHint{pointer-events:none;z-index:4;width:24px;height:24px;animation:AngleVideoPicker-module__zvm7gq__dragSwipe 2.4s var(--ease) infinite;position:absolute;top:18px;left:50%}.AngleVideoPicker-module__zvm7gq__dragHint svg{filter:drop-shadow(0 2px 3px #00000080);width:100%;height:100%}@keyframes AngleVideoPicker-module__zvm7gq__dragSwipe{0%{opacity:0;transform:translate(-50%,4px)scale(.9)}10%{opacity:1;transform:translate(-50%)scale(1)}20%{transform:translate(-50%)scale(.8)}35%{transform:translate(-50%)scale(.86)}58%{transform:translate(calc(46px - 50%))scale(.86)}82%{transform:translate(calc(-50% - 46px))scale(.86)}94%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1)}}.AngleVideoPicker-module__zvm7gq__track{cursor:pointer;touch-action:none;background:#ffd6e41f;border-radius:999px;height:6px;position:relative}.AngleVideoPicker-module__zvm7gq__fill{width:var(--pos);background:linear-gradient(90deg, rgba(var(--accent-rgb), .35), rgba(var(--accent-rgb), .75));border-radius:999px;position:absolute;inset-block:0;inset-inline-start:0}.AngleVideoPicker-module__zvm7gq__thumb{top:50%;left:var(--pos);background:linear-gradient(180deg, var(--accent-top), var(--accent));width:38px;height:27px;box-shadow:0 6px 16px -4px rgba(var(--accent-rgb), .7), 0 0 0 4px rgba(var(--accent-rgb), .16);pointer-events:none;border-radius:9px;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%)}.AngleVideoPicker-module__zvm7gq__thumb svg{width:20px;height:20px}.AngleVideoPicker-module__zvm7gq__tickSlot{z-index:2;position:absolute;top:50%;transform:translate(-50%,-50%)}.AngleVideoPicker-module__zvm7gq__tick{background:0 0;flex-direction:column;align-items:center;gap:12px;height:auto;min-height:0;padding:0;display:flex}.AngleVideoPicker-module__zvm7gq__tickDot{width:15px;height:15px;transition:background .18s var(--ease), transform .18s var(--ease);background:#ffd6e447;border:2px solid #ffd6e4b8;border-radius:50%}.AngleVideoPicker-module__zvm7gq__tickActive .AngleVideoPicker-module__zvm7gq__tickDot{background:rgba(var(--accent-rgb), .95);border-color:#ffffffe6;transform:scale(1.12)}.AngleVideoPicker-module__zvm7gq__tickLabel{white-space:nowrap;color:#fff0f5d9;transition:color .18s var(--ease);font-size:.74rem;font-weight:600;position:absolute;top:16px;left:50%;transform:translate(-50%)}.AngleVideoPicker-module__zvm7gq__tickStart .AngleVideoPicker-module__zvm7gq__tickLabel{left:0;right:auto;transform:none}.AngleVideoPicker-module__zvm7gq__tickEnd .AngleVideoPicker-module__zvm7gq__tickLabel{left:auto;right:0;transform:none}.AngleVideoPicker-module__zvm7gq__tickActive .AngleVideoPicker-module__zvm7gq__tickLabel{color:#fff}.AngleVideoPicker-module__zvm7gq__caption{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.AngleVideoPicker-module__zvm7gq__name{min-height:1.6rem;font-family:var(--display);letter-spacing:-.01em;background:linear-gradient(180deg, var(--accent-top), var(--accent));color:#0000;transition:opacity .18s var(--ease);-webkit-background-clip:text;background-clip:text;font-size:clamp(1.1rem,2.4vw,1.4rem);font-weight:800}.AngleVideoPicker-module__zvm7gq__settling{opacity:.6}.AngleVideoPicker-module__zvm7gq__hint{color:#fff0f599;text-align:center;margin:0;font-size:.78rem;font-weight:500}@media (max-width:560px){.AngleVideoPicker-module__zvm7gq__root{--stage:clamp(140px, calc(88dvh - 270px), 300px);gap:6px;padding:12px 14px 10px}.AngleVideoPicker-module__zvm7gq__slider{padding-bottom:22px}.AngleVideoPicker-module__zvm7gq__name{min-height:1.3rem;font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.AngleVideoPicker-module__zvm7gq__name{transition:none}.AngleVideoPicker-module__zvm7gq__spinner,.AngleVideoPicker-module__zvm7gq__dragHint{animation:none}.AngleVideoPicker-module__zvm7gq__tickDot,.AngleVideoPicker-module__zvm7gq__tickLabel{transition:none}}
.CameraCaptureOverlay-module__uwxpbG__overlay{z-index:110;background:rgba(var(--ink-rgb), .55);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.CameraCaptureOverlay-module__uwxpbG__panel{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:min(340px,90vw);box-shadow:0 24px 50px -20px rgba(var(--ink-rgb), .4);flex-direction:column;gap:12px;padding:14px;display:flex}.CameraCaptureOverlay-module__uwxpbG__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.CameraCaptureOverlay-module__uwxpbG__poseText{flex-direction:column;gap:2px;min-width:0;display:flex}.CameraCaptureOverlay-module__uwxpbG__poseLabel{font-family:var(--display);color:var(--text);font-size:.95rem;font-weight:700}.CameraCaptureOverlay-module__uwxpbG__poseHint{color:var(--text-dim);font-size:.78rem;line-height:1.4}.CameraCaptureOverlay-module__uwxpbG__stage{aspect-ratio:3/4;border-radius:var(--r);background:rgba(var(--ink-rgb), .95);position:relative;overflow:hidden}.CameraCaptureOverlay-module__uwxpbG__video{object-fit:cover;width:100%;height:100%;display:block;transform:scaleX(-1)}.CameraCaptureOverlay-module__uwxpbG__poseCut{opacity:.9;pointer-events:none;height:28%;filter:drop-shadow(0 3px 7px rgba(var(--ink-rgb), .45));position:absolute;inset-block-end:8px;inset-inline-start:8px}.CameraCaptureOverlay-module__uwxpbG__actions{justify-content:center;display:flex}
.CreateCharacterWizard-module__cNxOoW__fileInput{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CreateCharacterWizard-module__cNxOoW__body{flex-direction:column;display:flex}.CreateCharacterWizard-module__cNxOoW__slotsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;max-width:700px;margin-inline:auto;display:grid}.CreateCharacterWizard-module__cNxOoW__slotsList{flex-direction:column;gap:12px;display:none}.CreateCharacterWizard-module__cNxOoW__slotRow{border:1px solid var(--line-2);border-radius:var(--r);background:var(--surface);transition:border-color .18s var(--ease), background .18s var(--ease);align-items:center;gap:14px;padding:12px 14px;display:flex}.CreateCharacterWizard-module__cNxOoW__slotRow:hover{border-color:rgba(var(--accent-rgb), .35)}.CreateCharacterWizard-module__cNxOoW__slotRowFilled{border-color:rgba(var(--accent-rgb), .4);background:rgba(var(--accent-rgb), .03)}.CreateCharacterWizard-module__cNxOoW__slotIcon{background:var(--surface-2);border-radius:12px;flex:none;place-items:center;width:48px;height:48px;display:grid;position:relative;overflow:hidden}.CreateCharacterWizard-module__cNxOoW__slotThumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.CreateCharacterWizard-module__cNxOoW__slotCut{object-fit:contain;width:100%;height:100%;padding:10px;position:absolute;inset:0}.CreateCharacterWizard-module__cNxOoW__slotCheck{background:var(--accent);color:#fff;width:16px;height:16px;box-shadow:0 1px 4px -1px rgba(var(--accent-rgb), .7);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-end:3px;inset-inline-end:3px}.CreateCharacterWizard-module__cNxOoW__slotText{text-align:start;flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.CreateCharacterWizard-module__cNxOoW__slotLabel{font-family:var(--display);color:var(--text);font-size:.92rem;font-weight:700}.CreateCharacterWizard-module__cNxOoW__slotHint{color:var(--text-dim);font-size:.74rem;line-height:1.35}.CreateCharacterWizard-module__cNxOoW__slotUpload{flex:none}.CreateCharacterWizard-module__cNxOoW__card{flex-direction:column;align-items:center;min-width:0;display:flex}.CreateCharacterWizard-module__cNxOoW__cardBtn,.CreateCharacterWizard-module__cNxOoW__cardMedia{aspect-ratio:3/4;border-radius:var(--r-lg);width:100%;padding:0;display:block;position:relative;overflow:hidden;white-space:normal!important;height:auto!important}.CreateCharacterWizard-module__cNxOoW__cardBtn{border:2px dashed var(--line-2);background:var(--surface-2);transition:border-color .18s var(--ease), transform .18s var(--ease);flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.CreateCharacterWizard-module__cNxOoW__cardPick{border-radius:0;flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;width:100%;min-height:0;padding:0;display:flex;white-space:normal!important;height:auto!important}.CreateCharacterWizard-module__cNxOoW__cardBtn:hover{border-color:rgba(var(--accent-rgb), .55);transform:translateY(-2px)}.CreateCharacterWizard-module__cNxOoW__cardFilled{border:2px solid var(--accent);box-shadow:0 12px 30px -14px rgba(var(--accent-rgb), .5)}.CreateCharacterWizard-module__cNxOoW__cardImg{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.CreateCharacterWizard-module__cNxOoW__cardThumb{object-fit:contain;width:auto;max-width:55%;height:30%;filter:drop-shadow(0 4px 9px rgba(var(--ink-rgb), .22));flex:none;margin-block-start:18px}.CreateCharacterWizard-module__cNxOoW__cardBar{background:var(--accent);align-items:stretch;width:100%;margin-block-start:auto;display:flex}.CreateCharacterWizard-module__cNxOoW__barBtn{border-radius:0;flex:1 1 0;gap:5px;min-width:0;padding:11px 4px;font-size:.76rem;font-weight:700;color:#fff!important;height:auto!important}.CreateCharacterWizard-module__cNxOoW__barBtn:hover{background:#ffffff24!important}.CreateCharacterWizard-module__cNxOoW__barBtn+.CreateCharacterWizard-module__cNxOoW__barBtn{border-inline-start:1px solid #ffffff59}.CreateCharacterWizard-module__cNxOoW__cardCheck{background:var(--accent);color:#fff;width:22px;height:22px;box-shadow:0 2px 6px -1px rgba(var(--accent-rgb), .6);border-radius:50%;place-items:center;display:grid;position:absolute;inset-block-start:8px;inset-inline-start:8px}.CreateCharacterWizard-module__cNxOoW__cardClear{background:var(--surface);position:absolute;inset-block-start:6px;inset-inline-end:6px}.CreateCharacterWizard-module__cNxOoW__cardLabel{font-family:var(--display);color:var(--text);text-align:center;margin-top:12px;font-size:.9rem;font-weight:700}.CreateCharacterWizard-module__cNxOoW__cardHint{color:var(--text-dim);text-align:center;margin-top:3px;padding-inline:14px;font-size:.74rem;line-height:1.4}.CreateCharacterWizard-module__cNxOoW__cardName{text-align:center;font-family:var(--display);color:#fff;background:linear-gradient(to top, rgba(var(--ink-rgb), .55), transparent);padding:22px 8px 8px;font-size:.82rem;font-weight:700;position:absolute;inset-block-end:0;inset-inline:0}.CreateCharacterWizard-module__cNxOoW__cardSavedPh{place-items:center;display:grid;position:absolute;inset:0}.CreateCharacterWizard-module__cNxOoW__cardSavedPh img{object-fit:contain;opacity:.55;height:42%}.CreateCharacterWizard-module__cNxOoW__resumeNote{color:var(--text-dim);text-align:center;margin-bottom:14px;font-size:.86rem;line-height:1.5}.CreateCharacterWizard-module__cNxOoW__tipsRow{justify-content:center;margin-top:14px;display:flex;position:relative}.CreateCharacterWizard-module__cNxOoW__tipsLink{height:auto;color:var(--accent-text);padding:4px 6px;font-size:.82rem;font-weight:700}.CreateCharacterWizard-module__cNxOoW__tipsPop{z-index:5;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r);width:min(340px,86vw);box-shadow:0 24px 50px -20px rgba(var(--ink-rgb), .4);text-align:start;padding:12px 14px;position:absolute;inset-block-end:calc(100% + 10px);inset-inline-start:50%;transform:translate(-50%)}.CreateCharacterWizard-module__cNxOoW__tipsHead{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.CreateCharacterWizard-module__cNxOoW__tipsHead b{font-family:var(--display);font-size:.92rem;font-weight:700}.CreateCharacterWizard-module__cNxOoW__tipsList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.CreateCharacterWizard-module__cNxOoW__tipsList li{color:var(--text-dim);align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.45;display:flex}.CreateCharacterWizard-module__cNxOoW__tipsList li svg{color:var(--good);flex:none;margin-top:3px}.CreateCharacterWizard-module__cNxOoW__fieldsTitle{font-family:var(--display);margin-bottom:14px;font-size:1.05rem;font-weight:700}.CreateCharacterWizard-module__cNxOoW__fieldGrid{grid-template-columns:2fr 1fr;gap:14px;display:grid}.CreateCharacterWizard-module__cNxOoW__field{flex-direction:column;gap:6px;min-width:0;display:flex}.CreateCharacterWizard-module__cNxOoW__fieldWide{grid-column:1/-1}.CreateCharacterWizard-module__cNxOoW__help{color:var(--text-faint);font-size:.72rem;line-height:1.45}.CreateCharacterWizard-module__cNxOoW__textarea{resize:vertical;width:100%;min-height:68px;font:inherit;color:var(--text);border:1px solid var(--line-2);border-radius:var(--r-sm);background:0 0;padding:.55em .85em;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.CreateCharacterWizard-module__cNxOoW__textarea::placeholder{color:var(--text-faint)}.CreateCharacterWizard-module__cNxOoW__textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .18);outline:none}@media (max-width:560px){.CreateCharacterWizard-module__cNxOoW__steps{margin-bottom:12px}.CreateCharacterWizard-module__cNxOoW__fieldGrid{grid-template-columns:1fr;gap:10px}.CreateCharacterWizard-module__cNxOoW__slotsGrid{display:none}.CreateCharacterWizard-module__cNxOoW__slotsList{gap:10px;display:flex}.CreateCharacterWizard-module__cNxOoW__slotRow{gap:12px;padding:10px 12px}.CreateCharacterWizard-module__cNxOoW__slotIcon{width:44px;height:44px}.CreateCharacterWizard-module__cNxOoW__slotLabel{font-size:.88rem}.CreateCharacterWizard-module__cNxOoW__tipsRow{margin-top:8px}.CreateCharacterWizard-module__cNxOoW__tipsPop{inset-block:auto;inset-inline:16px;width:auto;max-height:76vh;position:fixed;top:50%;overflow-y:auto;transform:translateY(-50%)}.CreateCharacterWizard-module__cNxOoW__fieldsTitle{margin-bottom:8px;font-size:1rem}.CreateCharacterWizard-module__cNxOoW__textarea{min-height:54px}}
.CharacterGeneratingOverlay-module__Y-67oW__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.CharacterGeneratingOverlay-module__Y-67oW__spinner{border:3px solid var(--line-2);border-top-color:var(--accent);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite CharacterGeneratingOverlay-module__Y-67oW__spin}.CharacterGeneratingOverlay-module__Y-67oW__label{color:var(--accent-text);font-size:.82rem;font-weight:700}@keyframes CharacterGeneratingOverlay-module__Y-67oW__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.CharacterGeneratingOverlay-module__Y-67oW__spinner{animation-duration:2s}}
.FilterSelect-module__J6sG5a__fwrap{position:relative}.FilterSelect-module__J6sG5a__filter{font:inherit;color:var(--text-dim);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--pill);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;padding:.5em .55em .5em .95em;font-size:.84rem;font-weight:600;transition:all .16s;display:inline-flex}.FilterSelect-module__J6sG5a__filter:hover{border-color:var(--accent)}.FilterSelect-module__J6sG5a__filter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterSelect-module__J6sG5a__filterOn{color:var(--text);border-color:var(--accent);background:rgba(var(--accent-rgb), .07)}.FilterSelect-module__J6sG5a__filterLabel{flex:none}.FilterSelect-module__J6sG5a__chev{color:var(--text-faint)}.FilterSelect-module__J6sG5a__fBackdrop{z-index:1;cursor:default;background:0 0;border:0;position:fixed;inset:0}.FilterSelect-module__J6sG5a__menu{z-index:2;top:calc(100% + 6px);background:var(--surface);border:1px solid rgba(var(--ink-rgb), .06);border-radius:var(--r);min-width:200px;box-shadow:0 16px 44px -16px rgba(var(--ink-rgb), .32);flex-direction:column;padding:6px;display:flex;position:absolute;inset-inline-start:0}.FilterSelect-module__J6sG5a__menuSearch{border-bottom:1px solid var(--line);align-items:center;gap:8px;margin-bottom:4px;padding:6px 8px 8px;display:flex}.FilterSelect-module__J6sG5a__searchIc{color:var(--text-faint);flex:none}.FilterSelect-module__J6sG5a__menuList{max-height:240px;overflow-y:auto}.FilterSelect-module__J6sG5a__menuEmpty{text-align:center;color:var(--text-faint);padding:14px 10px;font-size:.85rem}.FilterSelect-module__J6sG5a__opt{width:100%;font:inherit;color:var(--text);text-align:start;border-radius:var(--r-sm);cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:8px 10px;font-size:.88rem;font-weight:600;transition:background .14s;display:flex}.FilterSelect-module__J6sG5a__opt:hover{background:rgba(var(--ink-rgb), .05)}.FilterSelect-module__J6sG5a__optActive{color:var(--accent)}.FilterSelect-module__J6sG5a__optLabel{flex:1}.FilterSelect-module__J6sG5a__optCheck{color:var(--accent)}
.CreateVoiceCloneModal-module__HoEwCa__fileInput{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CreateVoiceCloneModal-module__HoEwCa__body{flex-direction:column;display:flex}.CreateVoiceCloneModal-module__HoEwCa__stepTitle{text-align:center;max-width:560px;margin:0 auto 8px}.CreateVoiceCloneModal-module__HoEwCa__stepTitle h3{font-family:var(--display);letter-spacing:-.02em;font-size:1.22rem;font-weight:800;line-height:1.15}.CreateVoiceCloneModal-module__HoEwCa__stepTitle p{color:var(--text-dim);margin-top:4px;font-size:.86rem}.CreateVoiceCloneModal-module__HoEwCa__recordGrid{flex-direction:column;gap:10px;display:flex}.CreateVoiceCloneModal-module__HoEwCa__recordGrid .CreateVoiceCloneModal-module__HoEwCa__scriptCard{margin-bottom:0}.CreateVoiceCloneModal-module__HoEwCa__scriptCard{border:1px solid var(--line-2);border-radius:var(--r);background:var(--surface-2);margin-bottom:16px;padding:10px 16px}.CreateVoiceCloneModal-module__HoEwCa__scriptCard h4{font-family:var(--display);color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:6px;font-size:.82rem;font-weight:700;display:flex}.CreateVoiceCloneModal-module__HoEwCa__scriptCard h4 svg{color:var(--accent)}.CreateVoiceCloneModal-module__HoEwCa__scriptText{color:var(--text);font-size:.94rem;line-height:1.45}.CreateVoiceCloneModal-module__HoEwCa__recorder{border:2px dashed var(--line-2);border-radius:var(--r);background:var(--surface);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 16px 12px;display:flex}.CreateVoiceCloneModal-module__HoEwCa__recHead{font-family:var(--display);color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;align-self:flex-start;align-items:center;gap:8px;margin-bottom:2px;font-size:.82rem;font-weight:700;display:flex}.CreateVoiceCloneModal-module__HoEwCa__recHead svg{color:var(--accent)}.CreateVoiceCloneModal-module__HoEwCa__recBtn{border-radius:50%!important;width:56px!important;height:56px!important}.CreateVoiceCloneModal-module__HoEwCa__recBtn>svg{width:28px!important;height:28px!important}.CreateVoiceCloneModal-module__HoEwCa__recBtn.CreateVoiceCloneModal-module__HoEwCa__recording{animation:CreateVoiceCloneModal-module__HoEwCa__recpulse 1.6s var(--ease) infinite;background:linear-gradient(180deg, #ff5a76, var(--destructive))!important}@keyframes CreateVoiceCloneModal-module__HoEwCa__recpulse{0%,to{box-shadow:0 16px 40px -12px rgba(var(--destructive-rgb), .5)}50%{box-shadow:0 16px 40px -12px rgba(var(--destructive-rgb), .5), 0 0 0 12px rgba(var(--destructive-rgb), .12)}}@media (prefers-reduced-motion:reduce){.CreateVoiceCloneModal-module__HoEwCa__recBtn.CreateVoiceCloneModal-module__HoEwCa__recording{animation:none}}.CreateVoiceCloneModal-module__HoEwCa__recTimer{font-family:var(--display);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:1.2rem;font-weight:800}.CreateVoiceCloneModal-module__HoEwCa__recTimer small{color:var(--text-faint);font-size:.8rem;font-weight:600}.CreateVoiceCloneModal-module__HoEwCa__recHint{color:var(--text-dim);text-align:center;font-size:.8rem}.CreateVoiceCloneModal-module__HoEwCa__recDivider{width:100%;color:var(--text-faint);align-items:center;gap:12px;margin:2px 0;font-size:.76rem;font-weight:600;display:flex}.CreateVoiceCloneModal-module__HoEwCa__recDivider:before,.CreateVoiceCloneModal-module__HoEwCa__recDivider:after{content:"";background:var(--line);flex:1;height:1px}.CreateVoiceCloneModal-module__HoEwCa__micHelp{text-align:center;flex-direction:column;align-items:center;gap:5px;width:100%;display:flex}.CreateVoiceCloneModal-module__HoEwCa__micHelpHead{font-family:var(--display);text-transform:uppercase;letter-spacing:.1em;color:var(--destructive);align-items:center;gap:8px;font-size:.8rem;font-weight:700;display:flex}.CreateVoiceCloneModal-module__HoEwCa__micHelpIntro{color:var(--text);font-size:.84rem}.CreateVoiceCloneModal-module__HoEwCa__sampleChip{background:color-mix(in srgb, var(--good) 8%, transparent);border:1px solid color-mix(in srgb, var(--good) 28%, transparent);border-radius:var(--r);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;display:flex}.CreateVoiceCloneModal-module__HoEwCa__sampleOk{color:#fff;background:var(--good);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.CreateVoiceCloneModal-module__HoEwCa__sampleMeta{flex:1;min-width:120px}.CreateVoiceCloneModal-module__HoEwCa__sampleMeta b{color:var(--text);font-size:.9rem;font-weight:700;display:block}.CreateVoiceCloneModal-module__HoEwCa__sampleMeta span{color:var(--text-dim);font-size:.76rem}.CreateVoiceCloneModal-module__HoEwCa__player{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--pill);align-items:center;gap:10px;padding:6px 14px 6px 6px;display:inline-flex}.CreateVoiceCloneModal-module__HoEwCa__playBtn{flex:none;width:34px!important;height:34px!important}.CreateVoiceCloneModal-module__HoEwCa__playLbl{color:var(--text-dim);font-size:.82rem;font-weight:600}.CreateVoiceCloneModal-module__HoEwCa__field{flex-direction:column;gap:6px;display:flex}.CreateVoiceCloneModal-module__HoEwCa__field+.CreateVoiceCloneModal-module__HoEwCa__field,.CreateVoiceCloneModal-module__HoEwCa__field+.CreateVoiceCloneModal-module__HoEwCa__player{margin-block-start:14px}.CreateVoiceCloneModal-module__HoEwCa__help{color:var(--text-faint);font-size:.72rem;line-height:1.45}.CreateVoiceCloneModal-module__HoEwCa__foot{justify-content:space-between;align-items:center;gap:12px;margin-top:22px;display:flex}.CreateVoiceCloneModal-module__HoEwCa__footNote{text-align:center;color:var(--text-faint);margin-top:8px;font-size:.74rem}@media (max-width:560px){.CreateVoiceCloneModal-module__HoEwCa__rail,.CreateVoiceCloneModal-module__HoEwCa__stepTitle{margin-bottom:8px}.CreateVoiceCloneModal-module__HoEwCa__stepTitle h3{font-size:1.12rem}.CreateVoiceCloneModal-module__HoEwCa__recordGrid{gap:10px}.CreateVoiceCloneModal-module__HoEwCa__scriptCard{padding:10px 14px}.CreateVoiceCloneModal-module__HoEwCa__scriptText{font-size:.88rem;line-height:1.5}.CreateVoiceCloneModal-module__HoEwCa__recorder{gap:8px;padding:12px}.CreateVoiceCloneModal-module__HoEwCa__recBtn{width:58px!important;height:58px!important}.CreateVoiceCloneModal-module__HoEwCa__recTimer{font-size:1.2rem}.CreateVoiceCloneModal-module__HoEwCa__foot{margin-top:14px}}
.VoicePicker-module__abOsPW__sourceTabs{z-index:5;background:var(--surface);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:4px;padding:10px 22px;display:grid;position:sticky;top:0}.VoicePicker-module__abOsPW__sourceTab{border-radius:var(--pill);height:42px;color:var(--text-dim);font-weight:700}.VoicePicker-module__abOsPW__sourceTabOn{color:var(--text);background:rgba(var(--accent-rgb), .1);box-shadow:inset 0 0 0 1px rgba(var(--accent-rgb), .2)}.VoicePicker-module__abOsPW__liveMic{flex:none;align-items:center;gap:3px;display:inline-flex}.VoicePicker-module__abOsPW__liveBars{align-items:center;gap:2px;height:17px;display:inline-flex}.VoicePicker-module__abOsPW__liveBars i{transform-origin:50%;background:currentColor;border-radius:2px;width:2px;height:7px;animation:.85s ease-in-out infinite alternate VoicePicker-module__abOsPW__liveBar;display:block}.VoicePicker-module__abOsPW__liveBars i:nth-child(2){height:13px;animation-delay:-.32s}.VoicePicker-module__abOsPW__liveBars i:nth-child(3){height:9px;animation-delay:-.58s}.VoicePicker-module__abOsPW__newBadge{border-radius:var(--pill);color:#fff;background:var(--accent);letter-spacing:.07em;min-height:19px;box-shadow:0 5px 14px -7px rgba(var(--accent-rgb), .8);align-items:center;margin-inline-start:3px;padding:2px 7px;font-size:.58rem;font-weight:900;display:inline-flex}@keyframes VoicePicker-module__abOsPW__liveBar{0%{opacity:.6;transform:scaleY(.48)}to{opacity:1;transform:scaleY(1.18)}}.VoicePicker-module__abOsPW__sticky{z-index:3;background:var(--surface);border-bottom:1px solid var(--line);padding:16px 22px 10px;position:sticky;top:63px}.VoicePicker-module__abOsPW__stickyTop{top:0}.VoicePicker-module__abOsPW__scroll{padding:8px 22px 22px}.VoicePicker-module__abOsPW__search{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--pill);align-items:center;gap:10px;margin-bottom:14px;padding:.6em 1em;display:flex}.VoicePicker-module__abOsPW__search:focus-within{border-color:var(--accent)}.VoicePicker-module__abOsPW__searchIc{color:var(--text-faint);flex:none}.VoicePicker-module__abOsPW__search input{font:inherit;color:var(--text);background:0 0;border:0;outline:none;flex:1;font-size:.95rem}.VoicePicker-module__abOsPW__search input::placeholder{color:var(--text-faint)}.VoicePicker-module__abOsPW__filters{flex-wrap:wrap;gap:8px;display:flex}.VoicePicker-module__abOsPW__listHead{align-items:center;gap:8px;margin-top:10px;display:flex}.VoicePicker-module__abOsPW__headCols{flex:1;grid-template-columns:42px minmax(0,1fr) 200px 84px;align-items:center;gap:14px;min-width:0;padding:0 12px;display:grid}.VoicePicker-module__abOsPW__headLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint);font-size:.68rem;font-weight:700}.VoicePicker-module__abOsPW__headSort{font:inherit;letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:.68rem;font-weight:700;transition:color .16s;display:inline-flex}.VoicePicker-module__abOsPW__headSort:hover{color:var(--text-dim)}.VoicePicker-module__abOsPW__headSort:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.VoicePicker-module__abOsPW__headSortActive{color:var(--accent)}.VoicePicker-module__abOsPW__headPlaySpacer{flex:none;width:44px}.VoicePicker-module__abOsPW__mine{border-bottom:1px solid var(--line);margin-bottom:6px;padding-bottom:6px}.VoicePicker-module__abOsPW__mineHead{letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);padding:8px 4px 6px;font-size:.7rem;font-weight:700}.VoicePicker-module__abOsPW__scroll .VoicePicker-module__abOsPW__cloneCta{text-align:start;border:1px solid rgba(var(--accent-rgb), .35);border-radius:var(--r);background:rgba(var(--accent-rgb), .06);width:100%;height:auto;transition:background .16s var(--ease), border-color .16s var(--ease);justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px;padding:12px 14px;display:flex}.VoicePicker-module__abOsPW__scroll .VoicePicker-module__abOsPW__cloneCta:hover{background:rgba(var(--accent-rgb), .11);border-color:rgba(var(--accent-rgb), .5)}.VoicePicker-module__abOsPW__cloneIc{background:var(--accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.VoicePicker-module__abOsPW__cloneText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.VoicePicker-module__abOsPW__cloneTitle{font-family:var(--display);color:var(--text);font-size:.95rem;font-weight:700}.VoicePicker-module__abOsPW__cloneSub{color:var(--text-dim);white-space:normal;font-size:.78rem;font-weight:400}.VoicePicker-module__abOsPW__cloneArrow{color:var(--accent-text);flex:none}.VoicePicker-module__abOsPW__list{flex-direction:column;gap:4px;display:flex}.VoicePicker-module__abOsPW__row{border-radius:var(--r-sm);align-items:center;gap:8px;transition:background .14s;display:flex}.VoicePicker-module__abOsPW__row:hover{background:rgba(var(--ink-rgb), .04)}.VoicePicker-module__abOsPW__rowOn{background:rgba(var(--accent-rgb), .07)}.VoicePicker-module__abOsPW__pickBtn{min-width:0;font:inherit;text-align:start;border-radius:var(--r-sm);cursor:pointer;background:0 0;border:0;flex:1;grid-template-columns:42px minmax(0,1fr) 200px 84px;align-items:center;gap:14px;padding:9px 12px;display:grid}.VoicePicker-module__abOsPW__pickBtn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.VoicePicker-module__abOsPW__avatarWrap{flex:none;position:relative}.VoicePicker-module__abOsPW__avatar{border-radius:50%;width:42px;height:42px;display:block;box-shadow:inset 0 0 0 1px #0000000f}.VoicePicker-module__abOsPW__badge{top:-3px;filter:drop-shadow(0 1px 1.5px #0000004d);border-radius:50%;place-items:center;width:16px;height:16px;display:grid;position:absolute;inset-inline-end:-3px}.VoicePicker-module__abOsPW__badge svg{width:16px;height:16px}.VoicePicker-module__abOsPW__badgePro svg{fill:#f4a521;stroke:#fff}.VoicePicker-module__abOsPW__badgeHq svg{fill:#3a3340;stroke:#fff}.VoicePicker-module__abOsPW__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.VoicePicker-module__abOsPW__name{color:var(--text);align-items:center;gap:7px;font-size:.92rem;font-weight:700;display:flex}.VoicePicker-module__abOsPW__check{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.VoicePicker-module__abOsPW__recBadge{letter-spacing:.01em;text-transform:uppercase;color:#5a3d00;background:linear-gradient(#ffd54a,#f3a800);border-radius:999px;flex:none;align-items:center;gap:3px;padding:2px 7px 2px 5px;font-size:.66rem;font-weight:800;display:inline-flex;box-shadow:0 2px 7px -3px #e2a800e6}.VoicePicker-module__abOsPW__recBadge svg{fill:#5a3d00}.VoicePicker-module__abOsPW__desc{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.VoicePicker-module__abOsPW__langCell{min-width:0;color:var(--text-dim);align-items:center;gap:8px;font-size:.82rem;display:flex}.VoicePicker-module__abOsPW__flag{flex:none;font-size:1.05rem;line-height:1}.VoicePicker-module__abOsPW__langName{color:var(--text);flex:none;font-weight:600}.VoicePicker-module__abOsPW__accent{min-width:0;color:var(--text-faint);text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.VoicePicker-module__abOsPW__more{color:var(--text-dim);background:rgba(var(--ink-rgb), .07);border-radius:var(--pill);flex:none;padding:2px 7px;font-size:.72rem;font-weight:700}.VoicePicker-module__abOsPW__more:hover{color:var(--accent);background:rgba(var(--accent-rgb), .1)}.VoicePicker-module__abOsPW__users{color:var(--text-dim);white-space:nowrap;flex:none;align-items:center;gap:5px;font-size:.8rem;font-weight:600;display:inline-flex}.VoicePicker-module__abOsPW__users svg{color:var(--text-faint)}.VoicePicker-module__abOsPW__tooltip{z-index:60;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm);width:290px;max-width:80vw;max-height:240px;box-shadow:0 18px 44px -16px rgba(var(--ink-rgb), .5);pointer-events:none;padding:11px 13px;position:fixed;overflow-y:auto;transform:translate(-50%,calc(-100% - 10px))}.VoicePicker-module__abOsPW__tooltipTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:9px;font-size:.68rem;font-weight:700}.VoicePicker-module__abOsPW__tooltipGrid{flex-wrap:wrap;gap:7px 12px;display:flex}.VoicePicker-module__abOsPW__tooltipItem{color:var(--text);align-items:center;gap:5px;font-size:.8rem;display:inline-flex}.VoicePicker-module__abOsPW__tooltipCompact{white-space:nowrap;width:auto;max-height:none;color:var(--text);padding:8px 12px;font-size:.82rem;font-weight:600;overflow:visible}.VoicePicker-module__abOsPW__play{background:linear-gradient(180deg, var(--accent-top), var(--accent));color:#fff;width:38px;height:38px;box-shadow:0 8px 22px -10px rgba(var(--accent-rgb), .7);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;margin-inline-end:6px;transition:all .16s;display:grid}.VoicePicker-module__abOsPW__play:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 12px 28px -10px rgba(var(--accent-rgb), .85)}.VoicePicker-module__abOsPW__play:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.VoicePicker-module__abOsPW__play:disabled{background:var(--line-2);color:var(--text-faint);box-shadow:none;opacity:.5;cursor:default}.VoicePicker-module__abOsPW__fallbackNote{color:var(--text-dim);background:rgba(var(--accent-rgb), .07);border:1px solid rgba(var(--accent-rgb), .2);border-radius:var(--r-sm);margin-bottom:12px;padding:9px 12px;font-size:.82rem;line-height:1.45}.VoicePicker-module__abOsPW__note{text-align:center;color:var(--text-dim);padding:28px 8px;font-size:.92rem}.VoicePicker-module__abOsPW__skeletons{flex-direction:column;gap:10px;padding-top:4px;display:flex}.VoicePicker-module__abOsPW__skel{border-radius:var(--r-sm);background:linear-gradient(90deg, rgba(var(--ink-rgb), .05), rgba(var(--ink-rgb), .09), rgba(var(--ink-rgb), .05));background-size:200% 100%;height:60px;animation:1.3s linear infinite VoicePicker-module__abOsPW__shimmer}@keyframes VoicePicker-module__abOsPW__shimmer{to{background-position:-200% 0}}@media (max-width:600px){.VoicePicker-module__abOsPW__sourceTabs,.VoicePicker-module__abOsPW__sticky,.VoicePicker-module__abOsPW__scroll{padding-inline:16px}.VoicePicker-module__abOsPW__listHead{display:none}.VoicePicker-module__abOsPW__pickBtn{grid-template-columns:42px minmax(0,1fr) auto;grid-template-areas:"avatar name name""avatar meta users";align-items:center;gap:3px 10px;padding-inline:8px}.VoicePicker-module__abOsPW__avatarWrap{grid-area:avatar}.VoicePicker-module__abOsPW__info{grid-area:name}.VoicePicker-module__abOsPW__langCell{grid-area:meta;min-width:0}.VoicePicker-module__abOsPW__users{grid-area:users;align-self:center}.VoicePicker-module__abOsPW__langName{display:inline}.VoicePicker-module__abOsPW__accent,.VoicePicker-module__abOsPW__desc{display:none}.VoicePicker-module__abOsPW__name{flex-wrap:wrap}.VoicePicker-module__abOsPW__search input{font-size:16px}.VoicePicker-module__abOsPW__filter{min-height:44px;padding-block:.6em;font-size:.85rem}.VoicePicker-module__abOsPW__play{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.VoicePicker-module__abOsPW__skel,.VoicePicker-module__abOsPW__liveBars i{animation:none}}
.VoiceRecordingTab-module__srPCza__root{padding:22px}.VoiceRecordingTab-module__srPCza__file{display:none}.VoiceRecordingTab-module__srPCza__promise{border:1px solid rgba(var(--accent-rgb), .28);border-radius:var(--r);background:rgba(var(--accent-rgb), .07);align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.VoiceRecordingTab-module__srPCza__hostIcon{color:#fff;background:var(--accent);width:52px;height:52px;box-shadow:0 8px 22px -12px rgba(var(--ink-rgb), .45);border-radius:50%;flex:none;place-items:center;display:grid;overflow:hidden}.VoiceRecordingTab-module__srPCza__hostIcon img{object-fit:cover;width:100%;height:100%}.VoiceRecordingTab-module__srPCza__promiseCopy{flex:1;min-width:0}.VoiceRecordingTab-module__srPCza__promise h3{color:var(--text);font-size:.96rem;font-weight:800}.VoiceRecordingTab-module__srPCza__promise p{color:var(--text-dim);margin-top:3px;font-size:.8rem;line-height:1.45}.VoiceRecordingTab-module__srPCza__tipsButton{border-radius:var(--pill);border-color:rgba(var(--accent-rgb), .38);height:32px;color:var(--accent-text);background:var(--surface);margin-top:10px;font-weight:800}.VoiceRecordingTab-module__srPCza__tipsButton:hover{background:rgba(var(--accent-rgb), .08)}.VoiceRecordingTab-module__srPCza__tipsButton svg:last-child{transition:transform .18s var(--ease)}.VoiceRecordingTab-module__srPCza__tipsButton .VoiceRecordingTab-module__srPCza__chevronOpen{transform:rotate(180deg)}.VoiceRecordingTab-module__srPCza__tips{border:1px solid var(--line);border-radius:var(--r);background:var(--surface-2);gap:8px;margin-top:10px;padding:12px 16px;display:grid}.VoiceRecordingTab-module__srPCza__tips>div{align-items:flex-start;gap:9px;display:flex}.VoiceRecordingTab-module__srPCza__tips>div>span{color:#fff;background:var(--accent);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:.65rem;font-weight:900;display:grid}.VoiceRecordingTab-module__srPCza__tips p{color:var(--text-dim);padding-top:1px;font-size:.79rem;line-height:1.45}.VoiceRecordingTab-module__srPCza__tips b{color:var(--text)}.VoiceRecordingTab-module__srPCza__recorder,.VoiceRecordingTab-module__srPCza__ready{text-align:center;flex-direction:column;align-items:center;padding:38px 18px 20px;display:flex}.VoiceRecordingTab-module__srPCza__recordButton{min-width:88px;min-height:88px;box-shadow:0 0 0 12px rgba(var(--accent-rgb), .08), 0 18px 40px -20px rgba(var(--accent-rgb), .85);border-radius:50%!important;width:88px!important;height:88px!important}.VoiceRecordingTab-module__srPCza__recordButton>svg{width:38px!important;height:38px!important}.VoiceRecordingTab-module__srPCza__recording{animation:1.3s ease-in-out infinite VoiceRecordingTab-module__srPCza__pulse}.VoiceRecordingTab-module__srPCza__recorder h3{color:var(--text);margin-top:23px;font-size:1.08rem;font-weight:800}.VoiceRecordingTab-module__srPCza__recorder p{max-width:430px;color:var(--text-faint);margin-top:7px;font-size:.82rem}.VoiceRecordingTab-module__srPCza__timer{color:var(--text);font-variant-numeric:tabular-nums;margin-top:9px;font-size:1.05rem;font-weight:800}.VoiceRecordingTab-module__srPCza__timer span{color:var(--text-faint);font-weight:600}.VoiceRecordingTab-module__srPCza__micHelp{text-align:center;flex-direction:column;align-items:center;gap:5px;width:min(100%,520px);margin-top:16px;display:flex}.VoiceRecordingTab-module__srPCza__micHelpHead{color:var(--destructive);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.78rem;font-weight:800;display:flex}.VoiceRecordingTab-module__srPCza__micHelpIntro{color:var(--text);font-size:.82rem;line-height:1.45}.VoiceRecordingTab-module__srPCza__or{width:min(100%,360px);color:var(--text-faint);align-items:center;gap:10px;margin:24px 0 14px;font-size:.75rem;display:flex}.VoiceRecordingTab-module__srPCza__or:before,.VoiceRecordingTab-module__srPCza__or:after{content:"";background:var(--line);flex:1;height:1px}.VoiceRecordingTab-module__srPCza__ready{padding-top:26px}.VoiceRecordingTab-module__srPCza__readyBadge{color:var(--accent-text);background:rgba(var(--accent-rgb), .1);border-radius:var(--pill);align-items:center;gap:6px;padding:6px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.VoiceRecordingTab-module__srPCza__ready>p{max-width:480px;color:var(--text-dim);margin-top:12px;font-size:.82rem}.VoiceRecordingTab-module__srPCza__player{border:1px solid var(--line-2);border-radius:var(--pill);background:var(--surface);align-items:center;gap:14px;width:min(100%,520px);margin-top:18px;padding:13px 16px;display:flex}.VoiceRecordingTab-module__srPCza__play{border-radius:50%;flex:none;width:42px;height:42px}.VoiceRecordingTab-module__srPCza__timeline{flex:1;min-width:0}.VoiceRecordingTab-module__srPCza__wave{align-items:center;gap:2px;height:26px;display:flex;overflow:hidden}.VoiceRecordingTab-module__srPCza__wave i{background:rgba(var(--accent-rgb), .65);border-radius:2px;flex:1;min-width:2px}.VoiceRecordingTab-module__srPCza__times{color:var(--text-faint);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:3px;font-size:.68rem;display:flex}.VoiceRecordingTab-module__srPCza__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}@keyframes VoiceRecordingTab-module__srPCza__pulse{50%{box-shadow:0 0 0 18px rgba(var(--accent-rgb), .05), 0 18px 40px -20px rgba(var(--accent-rgb), .9)}}@media (max-width:600px){.VoiceRecordingTab-module__srPCza__root{padding:16px}.VoiceRecordingTab-module__srPCza__promise{padding:12px}.VoiceRecordingTab-module__srPCza__hostIcon{width:46px;height:46px}.VoiceRecordingTab-module__srPCza__tipsButton{justify-content:center;width:100%}.VoiceRecordingTab-module__srPCza__recorder,.VoiceRecordingTab-module__srPCza__ready{padding-inline:0}.VoiceRecordingTab-module__srPCza__actions{width:100%}.VoiceRecordingTab-module__srPCza__actions>button{flex:100%}}@media (prefers-reduced-motion:reduce){.VoiceRecordingTab-module__srPCza__recording{animation:none}.VoiceRecordingTab-module__srPCza__tipsButton svg:last-child{transition:none}}
.FontPicker-module__XLmZhG__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.FontPicker-module__XLmZhG__tile{gap:10px;padding:18px 18px 14px}.FontPicker-module__XLmZhG__sample{color:var(--text);letter-spacing:-.01em;font-size:1.5rem;line-height:1.15}.FontPicker-module__XLmZhG__name{color:var(--text-dim);align-items:center;gap:7px;font-size:.82rem;font-weight:600;display:flex}@media (max-width:560px){.FontPicker-module__XLmZhG__grid{grid-template-columns:1fr}}
.CaptionsPicker-module__CYPzEG__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);font-size:.7rem;font-weight:700}.CaptionsPicker-module__CYPzEG__styles{grid-template-columns:repeat(2,1fr);gap:12px;margin:10px 0 18px;display:grid}.CaptionsPicker-module__CYPzEG__card{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);cursor:pointer;text-align:start;flex-direction:column;gap:8px;padding:16px;transition:border-color .18s,box-shadow .18s;display:flex}.CaptionsPicker-module__CYPzEG__card:hover{border-color:var(--line-2)}.CaptionsPicker-module__CYPzEG__card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.CaptionsPicker-module__CYPzEG__preview{border-radius:var(--r-sm);color:#ffffffd9;background:#1a1020;place-items:center;height:56px;font-size:1rem;font-style:normal;font-weight:800;display:grid}.CaptionsPicker-module__CYPzEG__preview em{font-style:normal}.CaptionsPicker-module__CYPzEG__hot{color:var(--accent)}.CaptionsPicker-module__CYPzEG__pop{color:var(--accent);font-size:1.35rem}.CaptionsPicker-module__CYPzEG__caps{text-transform:uppercase;letter-spacing:.02em;font-size:1.2rem}.CaptionsPicker-module__CYPzEG__boxed{background:var(--accent);color:#fff;border-radius:6px;padding:1px 6px}.CaptionsPicker-module__CYPzEG__name{font-family:var(--display);color:var(--text);align-items:center;gap:7px;font-size:.98rem;font-weight:700;display:flex}.CaptionsPicker-module__CYPzEG__check{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.CaptionsPicker-module__CYPzEG__desc{color:var(--text-dim);font-size:.8rem;line-height:1.4}.CaptionsPicker-module__CYPzEG__root{flex-direction:column;min-height:100%;display:flex}.CaptionsPicker-module__CYPzEG__controls{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.CaptionsPicker-module__CYPzEG__actions{gap:10px;margin-inline-start:auto;display:flex}.CaptionsPicker-module__CYPzEG__glowMini{cursor:pointer;background:0 0;border:none;align-items:center;gap:9px;padding:0;display:inline-flex}.CaptionsPicker-module__CYPzEG__glowMiniLabel{font-family:var(--display);color:var(--text);font-size:.92rem;font-weight:700}.CaptionsPicker-module__CYPzEG__vdivider{background:var(--line);align-self:stretch;width:1px;min-height:26px}.CaptionsPicker-module__CYPzEG__swatches{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.CaptionsPicker-module__CYPzEG__swatch{border:2px solid var(--line-2);cursor:pointer;color:#000;width:27px;height:27px;transition:transform .12s var(--ease), border-color .12s;border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 0 2px #ffffff26}.CaptionsPicker-module__CYPzEG__swatch:hover{transform:scale(1.08)}.CaptionsPicker-module__CYPzEG__swatch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.CaptionsPicker-module__CYPzEG__custom{border:2px dashed var(--line-2);cursor:pointer;border-radius:50%;width:27px;height:27px;position:relative;overflow:hidden}.CaptionsPicker-module__CYPzEG__colorInput{cursor:pointer;background:0 0;border:none;width:calc(100% + 8px);height:calc(100% + 8px);padding:0;position:absolute;inset:-4px}@media (max-width:480px){.CaptionsPicker-module__CYPzEG__styles{grid-template-columns:1fr}.CaptionsPicker-module__CYPzEG__footer{flex-direction:column;align-items:stretch}.CaptionsPicker-module__CYPzEG__controls{justify-content:flex-start;width:100%}.CaptionsPicker-module__CYPzEG__actions{margin-inline-start:0}.CaptionsPicker-module__CYPzEG__actions button{flex:1}.CaptionsPicker-module__CYPzEG__vdivider{display:none}.CaptionsPicker-module__CYPzEG__swatches{gap:12px}.CaptionsPicker-module__CYPzEG__swatch,.CaptionsPicker-module__CYPzEG__custom{width:40px;height:40px}}
.MusicPicker-module__jbjQsq__filters{z-index:3;background:var(--surface);border-bottom:1px solid var(--line-2);flex-wrap:wrap;gap:6px;padding:16px 22px 12px;display:flex;position:sticky;top:0}.MusicPicker-module__jbjQsq__list{flex-direction:column;gap:4px;padding:12px 22px 22px;display:flex}.MusicPicker-module__jbjQsq__item{align-items:center;gap:8px;display:flex}.MusicPicker-module__jbjQsq__row{min-width:0;font:inherit;text-align:start;border-radius:var(--r-sm);cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:11px 12px;transition:background .14s;display:flex}.MusicPicker-module__jbjQsq__row:hover{background:rgba(var(--ink-rgb), .04)}.MusicPicker-module__jbjQsq__row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.MusicPicker-module__jbjQsq__rowOn{background:rgba(var(--accent-rgb), .07)}.MusicPicker-module__jbjQsq__musicIc,.MusicPicker-module__jbjQsq__noneIc{width:36px;height:36px;color:var(--accent);background:rgba(var(--accent-rgb), .1);border-radius:10px;flex:none;place-items:center;display:grid}.MusicPicker-module__jbjQsq__noneIc{color:var(--text-faint);background:rgba(var(--ink-rgb), .06)}.MusicPicker-module__jbjQsq__name{min-width:0;color:var(--text);flex:1;font-size:.92rem;font-weight:600}.MusicPicker-module__jbjQsq__check{color:#fff;background:var(--accent);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;display:grid}.MusicPicker-module__jbjQsq__play{border:1px solid var(--line-2);background:var(--surface);width:38px;height:38px;color:var(--accent);cursor:pointer;border-radius:50%;flex:none;place-items:center;transition:all .16s;display:grid}.MusicPicker-module__jbjQsq__play:hover{background:rgba(var(--accent-rgb), .1);border-color:var(--accent)}.MusicPicker-module__jbjQsq__play:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:480px){.MusicPicker-module__jbjQsq__play{width:44px;height:44px}.MusicPicker-module__jbjQsq__name{font-size:.95rem}.MusicPicker-module__jbjQsq__filters,.MusicPicker-module__jbjQsq__list{padding-inline:16px}}
.Coachmark-module__VXgeQq__mark{z-index:6;pointer-events:none;animation:Coachmark-module__VXgeQq__markPop .28s var(--ease) both, Coachmark-module__VXgeQq__markBob 1.6s ease-in-out .5s 3;flex-direction:column;align-items:center;display:flex;position:absolute}.Coachmark-module__VXgeQq__up{flex-direction:column-reverse}.Coachmark-module__VXgeQq__mark .Coachmark-module__VXgeQq__bubble{pointer-events:auto;white-space:normal;text-align:center;background:var(--surface);border:1px solid rgba(var(--accent-rgb), .4);max-width:240px;height:auto;box-shadow:0 14px 32px -12px rgba(var(--accent-rgb), .55), 0 4px 14px rgba(var(--ink-rgb), .12);color:var(--text);font-family:var(--body);border-radius:14px;padding:9px 14px;font-size:.78rem;font-weight:600;line-height:1.4}.Coachmark-module__VXgeQq__mark .Coachmark-module__VXgeQq__bubble:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text)}.Coachmark-module__VXgeQq__caret{background:var(--surface);border:1px solid rgba(var(--accent-rgb), .4);border-top:0;border-left:0;width:10px;height:10px;margin-top:-5px;transform:rotate(45deg)}.Coachmark-module__VXgeQq__up .Coachmark-module__VXgeQq__caret{border:1px solid rgba(var(--accent-rgb), .4);border-bottom:0;border-right:0;margin-top:0;margin-bottom:-5px}@keyframes Coachmark-module__VXgeQq__markPop{0%{opacity:0;transform:translateY(5px)scale(.94)}to{opacity:1;transform:none}}@keyframes Coachmark-module__VXgeQq__markBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.Coachmark-module__VXgeQq__mark{animation:none}}
.AppShell-module__ygtovq__shell{height:100dvh;transition:grid-template-columns .28s var(--ease);grid-template-columns:248px 1fr;display:grid;overflow:hidden}.AppShell-module__ygtovq__shell.AppShell-module__ygtovq__collapsed{grid-template-columns:76px 1fr}.AppShell-module__ygtovq__main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.AppShell-module__ygtovq__content{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:24px;min-height:0;padding:26px 30px 48px;display:flex;overflow-y:auto}@media (max-width:760px){.AppShell-module__ygtovq__shell,.AppShell-module__ygtovq__shell.AppShell-module__ygtovq__collapsed{grid-template-columns:1fr}.AppShell-module__ygtovq__content{padding:18px 16px 40px;padding-inline-start:max(16px, env(safe-area-inset-left));padding-inline-end:max(16px, env(safe-area-inset-right));padding-bottom:max(40px, env(safe-area-inset-bottom));scrollbar-gutter:auto;gap:18px}}
.PhonePreview-module__B61Igq__phone{aspect-ratio:9/16;width:100%;max-width:340px;box-shadow:0 30px 60px -24px rgba(var(--ink-rgb), .5), inset 0 0 0 1px #ffffff0f;background:#15101a;border-radius:30px;flex:none;padding:8px;position:relative}.PhonePreview-module__B61Igq__fill{aspect-ratio:auto;width:100%;max-width:none;height:100%;box-shadow:none;background:0 0;border-radius:0;padding:0}.PhonePreview-module__B61Igq__fill .PhonePreview-module__B61Igq__screen{border-radius:0}.PhonePreview-module__B61Igq__notch{opacity:.7;z-index:3;background:#000;border-radius:6px;width:74px;height:6px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.PhonePreview-module__B61Igq__screen{background:#1a1020;border-radius:23px;width:100%;height:100%;position:relative;overflow:hidden}.PhonePreview-module__B61Igq__poster{object-fit:cover;width:100%;height:100%;display:block}.PhonePreview-module__B61Igq__bgVideo{object-fit:cover;background:#1a1020;width:100%;height:100%;display:block;position:absolute;inset:0}.PhonePreview-module__B61Igq__capLayer{pointer-events:none;position:absolute;inset:0}.PhonePreview-module__B61Igq__posterPh{background:radial-gradient(120% 90% at 50% 25%,#c98a6b,#6b3d57 70%,#2a1426);width:100%;height:100%}.PhonePreview-module__B61Igq__posterOverlay{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.PhonePreview-module__B61Igq__posterOverlayPh{pointer-events:none;background:radial-gradient(120% 90% at 50% 25%,#c98a6b,#6b3d57 70%,#2a1426);position:absolute;inset:0}.PhonePreview-module__B61Igq__idle{background:linear-gradient(#0000000d,#00000080);place-items:center;display:grid;position:absolute;inset:0}.PhonePreview-module__B61Igq__hint{color:#fff;border-radius:var(--pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;padding:7px 14px;font-size:.78rem;font-weight:700}.PhonePreview-module__B61Igq__spin{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite PhonePreview-module__B61Igq__spin}@keyframes PhonePreview-module__B61Igq__spin{to{transform:rotate(360deg)}}.PhonePreview-module__B61Igq__play{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:56px;height:56px;transition:opacity .2s,transform .12s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PhonePreview-module__B61Igq__play:active{transform:translate(-50%,-50%)scale(.94)}.PhonePreview-module__B61Igq__playHide{opacity:0;pointer-events:none}.PhonePreview-module__B61Igq__screen:hover .PhonePreview-module__B61Igq__playHide{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.PhonePreview-module__B61Igq__spin{animation:none}}
.StartFaq-module__KJ4UoW__faq{padding-block:clamp(48px,7vw,88px)}.StartFaq-module__KJ4UoW__head{text-align:center;max-width:760px;margin:0 auto clamp(28px,4vw,44px)}.StartFaq-module__KJ4UoW__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-bottom:12px;font-size:.74rem;font-weight:700;display:inline-block}.StartFaq-module__KJ4UoW__heading{font-family:var(--display);letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:800;line-height:1.08}.StartFaq-module__KJ4UoW__sub{max-width:52ch;font-size:var(--fs-lead);color:var(--text-dim);text-wrap:balance;margin:14px auto 0}.StartFaq-module__KJ4UoW__list{max-width:760px;margin:0 auto;padding:0;list-style:none}.StartFaq-module__KJ4UoW__item{border-bottom:1px solid var(--line)}.StartFaq-module__KJ4UoW__q{cursor:pointer;font-family:var(--display);color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:20px 4px;font-size:clamp(1rem,1.6vw,1.18rem);font-weight:700;line-height:1.35;list-style:none;display:flex}.StartFaq-module__KJ4UoW__q::-webkit-details-marker{display:none}.StartFaq-module__KJ4UoW__q:hover{color:var(--accent)}.StartFaq-module__KJ4UoW__q:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:8px}.StartFaq-module__KJ4UoW__icon{background:rgba(var(--accent-rgb), .1);width:30px;height:30px;color:var(--accent);border-radius:50%;flex:none;place-items:center;transition:transform .25s,background .25s;display:grid}.StartFaq-module__KJ4UoW__item[open] .StartFaq-module__KJ4UoW__icon{background:var(--accent);color:#fff;transform:rotate(180deg)}.StartFaq-module__KJ4UoW__a{max-width:64ch;color:var(--text-dim);margin:0;padding:0 4px 22px;font-size:1.02rem;line-height:1.6}.StartFaq-module__KJ4UoW__cta{padding:0 4px 22px}@media (prefers-reduced-motion:reduce){.StartFaq-module__KJ4UoW__icon{transition:none}}
.ClipViewer-module__-3junW__overlay{z-index:60;background:rgba(var(--ink-rgb), .6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);grid-template-columns:1fr auto 1fr;align-items:center;gap:26px;padding:32px;animation:.2s ClipViewer-module__-3junW__vfade;display:grid;position:fixed;inset:0;overflow:auto}@keyframes ClipViewer-module__-3junW__vfade{0%{opacity:0}to{opacity:1}}.ClipViewer-module__-3junW__stage{aspect-ratio:9/16;background:#0d0c0f;border-radius:24px;grid-column:2;justify-self:center;height:min(84vh,880px);overflow:hidden;box-shadow:0 50px 120px -40px #000000b3}.ClipViewer-module__-3junW__video{object-fit:cover;background:#000;width:100%;height:100%;display:block}:-webkit-any(.ClipViewer-module__-3junW__video:fullscreen,.ClipViewer-module__-3junW__video:-webkit-full-screen){object-fit:contain;background:#000}:is(.ClipViewer-module__-3junW__video:fullscreen,.ClipViewer-module__-3junW__video:fullscreen){object-fit:contain;background:#000}.ClipViewer-module__-3junW__panel{background:var(--surface);border:1px solid var(--line-2);border-radius:24px;flex-direction:column;grid-column:3;place-self:center start;width:360px;height:min(84vh,880px);display:flex;overflow:hidden;box-shadow:0 50px 120px -40px #00000080}.ClipViewer-module__-3junW__phead{border-bottom:1px solid var(--line);padding:20px 22px 14px}.ClipViewer-module__-3junW__ttl{font-family:var(--font-display,var(--display));color:var(--text);font-size:1.18rem;font-weight:800;line-height:1.25}.ClipViewer-module__-3junW__sub{color:var(--text-faint);margin-top:6px;font-size:.8rem}.ClipViewer-module__-3junW__tabs{border-bottom:1px solid var(--line);gap:22px;padding:0 22px;display:flex}.ClipViewer-module__-3junW__tab{appearance:none;font-family:var(--body);color:var(--text-faint);cursor:pointer;background:0 0;border:0;padding:12px 2px;font-size:.92rem;font-weight:700;transition:color .18s;position:relative}.ClipViewer-module__-3junW__tab:hover{color:var(--text-dim)}.ClipViewer-module__-3junW__tabWrap{display:inline-flex;position:relative}.ClipViewer-module__-3junW__editHintMark{top:calc(100% + 9px);align-items:flex-start;width:max-content;inset-inline-start:-14px}.ClipViewer-module__-3junW__editHintMark span{margin-inline-start:24px}.ClipViewer-module__-3junW__tabActive{color:var(--accent)}.ClipViewer-module__-3junW__tabActive:after{content:"";background:linear-gradient(90deg, var(--accent-top), var(--accent));border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.ClipViewer-module__-3junW__note{background:rgba(var(--accent-rgb), .06);border:1px solid var(--line-2);color:var(--accent-text);border-radius:12px;align-items:center;gap:8px;margin:12px 22px 0;padding:10px 12px;font-size:.82rem;font-weight:600;display:flex}.ClipViewer-module__-3junW__spin{flex:none;animation:.9s linear infinite ClipViewer-module__-3junW__cvspin}@keyframes ClipViewer-module__-3junW__cvspin{to{transform:rotate(360deg)}}.ClipViewer-module__-3junW__pbody{flex:1;padding:14px 22px;overflow:auto}.ClipViewer-module__-3junW__sectlabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin:4px 0 10px;font-size:.68rem;font-weight:800}.ClipViewer-module__-3junW__row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:11px 0;display:flex}.ClipViewer-module__-3junW__row:last-child{border-bottom:0}.ClipViewer-module__-3junW__ic{background:var(--surface-2);border:1px solid var(--line);width:34px;height:34px;color:var(--accent);border-radius:10px;flex:none;place-items:center;display:grid;overflow:hidden}.ClipViewer-module__-3junW__icImg{object-fit:cover;border-radius:10px;width:34px;height:34px}.ClipViewer-module__-3junW__meta{flex:1;min-width:0}.ClipViewer-module__-3junW__k{color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700}.ClipViewer-module__-3junW__v{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.92rem;font-weight:600;overflow:hidden}.ClipViewer-module__-3junW__vMuted{color:var(--text-faint)}.ClipViewer-module__-3junW__rowBtn{border:0;border-bottom:1px solid var(--line);text-align:start;cursor:pointer;background:0 0;align-items:center;gap:12px;width:100%;padding:11px 0;transition:opacity .18s;display:flex}.ClipViewer-module__-3junW__rowBtn:last-of-type{border-bottom:0}.ClipViewer-module__-3junW__rowBtn:hover .ClipViewer-module__-3junW__v{color:var(--accent-text)}.ClipViewer-module__-3junW__rowBtn:disabled{opacity:.5;cursor:default}.ClipViewer-module__-3junW__chev{color:var(--text-faint);flex:none}.ClipViewer-module__-3junW__chevOpen{transform:rotate(90deg)}.ClipViewer-module__-3junW__captionTextSection,.ClipViewer-module__-3junW__captionTextSection .ClipViewer-module__-3junW__rowBtn{border-bottom:0}.ClipViewer-module__-3junW__captionTextEditor{padding:2px 0 14px}.ClipViewer-module__-3junW__captionTextLabel{color:var(--text-dim);margin-bottom:7px;font-size:.76rem;font-weight:700;display:block}.ClipViewer-module__-3junW__captionTextarea{resize:vertical;border:1px solid var(--line-2);background:var(--surface-2);width:100%;min-height:128px;color:var(--text);font:inherit;border-radius:12px;outline:none;padding:11px 12px;font-size:.86rem;line-height:1.55;transition:border-color .18s,box-shadow .18s;display:block}.ClipViewer-module__-3junW__captionTextarea:focus{border-color:rgba(var(--accent-rgb), .55);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .09)}.ClipViewer-module__-3junW__captionTextarea:disabled{opacity:.55;cursor:default}.ClipViewer-module__-3junW__captionTextHelp{color:var(--text-faint);margin-top:8px;font-size:.72rem;line-height:1.45}.ClipViewer-module__-3junW__editHint{color:var(--text-dim);padding:10px 0;font-size:.86rem;line-height:1.5}.ClipViewer-module__-3junW__transcriptionRetry{border:1px solid var(--line-2);background:var(--surface-2);border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:10px 12px;padding:16px;display:grid}.ClipViewer-module__-3junW__transcriptionRetryIcon{background:rgba(var(--accent-rgb), .09);width:36px;height:36px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.ClipViewer-module__-3junW__transcriptionRetryTitle{color:var(--text);margin:1px 0 4px;font-size:.88rem;font-weight:750}.ClipViewer-module__-3junW__transcriptionRetry .ClipViewer-module__-3junW__editHint{margin:0}.ClipViewer-module__-3junW__transcriptionRetry>button{grid-column:1/-1;width:100%}.ClipViewer-module__-3junW__rerender{color:var(--text-faint);text-align:center;font-size:.78rem}.ClipViewer-module__-3junW__pfoot{border-top:1px solid var(--line);flex-direction:column;gap:10px;padding:14px 22px 18px;display:flex}.ClipViewer-module__-3junW__row2{gap:10px;display:flex}.ClipViewer-module__-3junW__row2>*{flex:1}.ClipViewer-module__-3junW__delBtn{color:#d6455d;background:0 0;border:1px solid #d6455d59}.ClipViewer-module__-3junW__delBtn:hover{color:#d6455d;background:#d6455d14}.ClipViewer-module__-3junW__close{top:max(22px, env(safe-area-inset-top));right:max(26px, env(safe-area-inset-right));color:#fff;cursor:pointer;z-index:61;background:#00000052;border:1px solid #fff6;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:fixed}.ClipViewer-module__-3junW__close:hover{background:#00000080}@media (max-width:1024px){.ClipViewer-module__-3junW__overlay{flex-direction:column;justify-content:flex-start;align-items:center;gap:18px;padding:20px 16px 40px;display:flex}.ClipViewer-module__-3junW__stage{flex:none;width:min(78vw,300px);height:auto}.ClipViewer-module__-3junW__panel{flex:none;width:min(100%,440px);height:auto;max-height:none}}@media (prefers-reduced-motion:reduce){.ClipViewer-module__-3junW__overlay{animation:none}}
.StartHeader-module__GhwWCa__avatar{color:#fff;width:44px;height:44px;font-weight:700;font-family:var(--display);cursor:pointer;border:2px solid var(--surface);box-shadow:0 0 0 1px var(--line-2);background:radial-gradient(120% 120% at 35% 25%,#ffe0bd,#cf7e57 55%,#5a3142);border-radius:50%;place-items:center;padding:0;transition:transform .18s;display:grid;overflow:hidden}.StartHeader-module__GhwWCa__avatar:hover{transform:translateY(-1px)}.StartHeader-module__GhwWCa__avatarImg{object-fit:cover;width:100%;height:100%}@media (max-width:640px){.StartHeader-module__GhwWCa__navRight{gap:8px}.StartHeader-module__GhwWCa__navSecondary{display:none}}
.StartSocialProof-module__VgsXHW__band{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:clamp(40px,4.5vw,64px) 22px clamp(20px,2.5vw,30px);display:flex}.StartSocialProof-module__VgsXHW__mark{width:58px;height:58px;color:var(--accent-text);background:rgba(var(--accent-rgb), .12);box-shadow:0 0 0 6px rgba(var(--accent-rgb), .06);border-radius:50%;place-items:center;margin-bottom:4px;display:grid;position:relative}.StartSocialProof-module__VgsXHW__people{width:27px;height:27px}.StartSocialProof-module__VgsXHW__badge{color:#fff;background:linear-gradient(180deg, var(--accent-top), var(--accent));border:2.5px solid var(--bg);width:23px;height:23px;box-shadow:0 4px 10px -3px rgba(var(--accent-rgb), .65);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-3px;right:-3px}.StartSocialProof-module__VgsXHW__badge svg{width:11px;height:11px}.StartSocialProof-module__VgsXHW__title{font-family:var(--display);letter-spacing:-.03em;color:var(--text);text-wrap:balance;font-size:clamp(1.5rem,2.9vw,2.1rem);font-weight:800;line-height:1.05}.StartSocialProof-module__VgsXHW__hl{color:var(--accent)}.StartSocialProof-module__VgsXHW__sub{color:var(--text-dim);max-width:46ch;font-size:clamp(.92rem,1.2vw,1.02rem);line-height:1.5}@media (max-width:560px){.StartSocialProof-module__VgsXHW__band{padding-inline:16px}.StartSocialProof-module__VgsXHW__mark{width:50px;height:50px}.StartSocialProof-module__VgsXHW__people{width:23px;height:23px}}
.auth-module__Cgra4q__shell{flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.auth-module__Cgra4q__backdrop{z-index:0;pointer-events:none;filter:blur(7px)saturate(1.05);transform-origin:50%;position:absolute;inset:0;transform:scale(1.04)}.auth-module__Cgra4q__overlay{z-index:1;padding:max(40px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#fff5f88c,#fff5f8b3);flex:1;place-items:center;display:grid;position:relative}.auth-module__Cgra4q__card{background:linear-gradient(180deg, var(--surface-2), var(--surface));border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:420px;box-shadow:0 40px 90px -50px rgba(var(--ink-rgb), .28);padding:clamp(26px,5vw,38px)}.auth-module__Cgra4q__logo{font-family:var(--display);letter-spacing:-.02em;color:var(--text);direction:ltr;justify-content:center;align-items:center;gap:.5em;min-block-size:44px;font-size:1.3rem;font-weight:800;text-decoration:none;display:flex}.auth-module__Cgra4q__logoImg{object-fit:contain;flex:none;width:30px;height:30px}.auth-module__Cgra4q__logoWord{white-space:nowrap}.auth-module__Cgra4q__logo b{color:var(--accent)}.auth-module__Cgra4q__title{font-family:var(--display);letter-spacing:-.02em;text-align:center;overflow-wrap:anywhere;margin-top:22px;font-size:1.55rem;font-weight:800}.auth-module__Cgra4q__sub{text-align:center;color:var(--text-dim);margin-top:8px;font-size:.94rem}.auth-module__Cgra4q__google{width:100%;font-family:var(--body);color:var(--text);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--pill);cursor:pointer;justify-content:center;align-items:center;gap:.65em;margin-top:24px;padding:.85em 1.2em;font-size:.98rem;font-weight:700;transition:border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.auth-module__Cgra4q__google:hover{border-color:var(--accent);box-shadow:0 12px 28px -16px rgba(var(--accent-rgb), .5);transform:translateY(-1px)}.auth-module__Cgra4q__google svg{flex:none;width:18px;height:18px}.auth-module__Cgra4q__divider{color:var(--text-faint);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;margin:22px 0;font-size:.78rem;display:flex}.auth-module__Cgra4q__divider:before,.auth-module__Cgra4q__divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-module__Cgra4q__field{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.auth-module__Cgra4q__field label{color:var(--text-dim);font-size:.82rem;font-weight:600}.auth-module__Cgra4q__field input{background:var(--bg);border:1px solid var(--line-2);border-radius:var(--r);width:100%;color:var(--text);font-family:var(--body);padding:.9em 1.1em;font-size:1rem;transition:border-color .2s,box-shadow .2s}.auth-module__Cgra4q__field input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .16);outline:none}.auth-module__Cgra4q__submit{width:100%;font-family:var(--body);color:#fff;background:linear-gradient(180deg, var(--accent-top), var(--accent));border-radius:var(--pill);cursor:pointer;box-shadow:0 14px 34px -12px rgba(var(--accent-rgb), .65);border:0;margin-top:6px;padding:.95em 1.5em;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.auth-module__Cgra4q__submit:hover{box-shadow:0 20px 46px -14px rgba(var(--accent-rgb), .75);transform:translateY(-2px)}.auth-module__Cgra4q__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-module__Cgra4q__linkbtn{text-align:center;width:100%;color:var(--accent);font-family:var(--body);cursor:pointer;background:0 0;border:0;margin-top:14px;font-size:.9rem;font-weight:700;display:block}.auth-module__Cgra4q__linkbtn:hover{text-decoration:underline}.auth-module__Cgra4q__alt{text-align:center;color:var(--text-dim);margin-top:20px;font-size:.9rem}.auth-module__Cgra4q__alt a{color:var(--accent);padding-block:11px;padding-inline:6px;font-weight:700;text-decoration:none;display:inline-block}.auth-module__Cgra4q__alt a:hover{text-decoration:underline}.auth-module__Cgra4q__legal{text-align:center;color:var(--text-faint);margin-top:18px;font-size:.8rem;line-height:1.6}.auth-module__Cgra4q__legal a{color:var(--text-dim);text-decoration:underline}.auth-module__Cgra4q__legal a:hover{color:var(--text)}.auth-module__Cgra4q__error{border-radius:var(--r-sm);color:#be123c;text-align:center;overflow-wrap:anywhere;background:#e11d4814;border:1px solid #e11d484d;margin-top:16px;padding:.8em 1em;font-size:.88rem}.auth-module__Cgra4q__notice{border-radius:var(--r-sm);color:#0c7a4e;text-align:center;overflow-wrap:anywhere;background:#18a9711a;border:1px solid #18a97159;margin-top:16px;padding:.8em 1em;font-size:.88rem}
.Console-module__Kx6e6a__composer{text-align:center;flex-direction:column;align-items:center;padding:4px 0 8px;display:flex}.Console-module__Kx6e6a__hero{font-family:var(--display);letter-spacing:-.03em;text-align:center;margin-bottom:56px;font-size:clamp(1.7rem,1.2rem + 2vw,2.5rem);font-weight:800;line-height:1.1}.Console-module__Kx6e6a__scribbleWrap{white-space:nowrap;display:inline-block;position:relative}.Console-module__Kx6e6a__scribble{inset-inline-start:-2%;width:104%;height:.46em;color:var(--accent);position:absolute;bottom:-.34em;overflow:visible}.Console-module__Kx6e6a__studio{grid-template-columns:minmax(0,1fr) 230px;align-items:stretch;gap:34px;width:100%;max-width:1060px;display:grid}.Console-module__Kx6e6a__studioSolo{grid-template-columns:1fr}.Console-module__Kx6e6a__leftCol{flex-direction:column;align-items:center;min-width:0;display:flex}.Console-module__Kx6e6a__phonePanel{flex-direction:column;align-items:center;gap:10px;display:flex}.Console-module__Kx6e6a__phoneLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);font-size:.72rem;font-weight:800}.Console-module__Kx6e6a__gateHint{color:var(--text-faint);white-space:nowrap;font-size:.76rem}.Console-module__Kx6e6a__box{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);width:100%;max-width:900px;min-height:19rem;box-shadow:0 30px 60px -40px rgba(var(--accent-rgb), .4);text-align:start;flex-direction:column;flex:1;margin-inline:auto;padding:18px 18px 14px;display:flex}.Console-module__Kx6e6a__creating{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;min-height:200px;padding:32px 12px;display:flex}.Console-module__Kx6e6a__creatingSpin{width:34px;height:34px;color:var(--accent);animation:.8s linear infinite Console-module__Kx6e6a__genspin}.Console-module__Kx6e6a__creatingLabel{font-size:1.02rem;font-weight:700}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__creatingSpin{animation-duration:2s}}.Console-module__Kx6e6a__listen{flex-direction:column;flex:1;gap:16px;padding:4px 2px;display:flex}.Console-module__Kx6e6a__player{align-items:center;gap:14px;display:flex}.Console-module__Kx6e6a__playBtn{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;width:52px;height:52px;transition:transform .12s;display:grid}.Console-module__Kx6e6a__playBtn:active{transform:scale(.94)}.Console-module__Kx6e6a__playBtn svg{width:22px;height:22px}.Console-module__Kx6e6a__playerTrack{flex-direction:column;flex:1 1 0;gap:6px;min-width:0;display:flex}.Console-module__Kx6e6a__progressBar{background:rgba(var(--ink-rgb), .1);border-radius:3px;height:6px;overflow:hidden}.Console-module__Kx6e6a__progressFill{background:var(--accent);border-radius:3px;width:0;height:100%}.Console-module__Kx6e6a__playerTime{color:var(--text-dim);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.74rem;font-weight:600;display:flex}.Console-module__Kx6e6a__transcript{border-radius:var(--r);background:var(--surface-2);border:1px solid var(--line);max-height:200px;color:var(--text);text-align:center;padding:14px 16px;font-size:1rem;line-height:1.55;overflow:auto}.Console-module__Kx6e6a__recordedPromise{border:1px solid rgba(var(--accent-rgb), .25);border-radius:var(--r);background:rgba(var(--accent-rgb), .07);color:var(--text);text-align:center;padding:14px 16px;font-size:.9rem;font-weight:700}.Console-module__Kx6e6a__listenNote{color:var(--text-dim);text-align:center;font-size:.82rem;font-weight:500}.Console-module__Kx6e6a__listenActions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex}.Console-module__Kx6e6a__hostLine{align-items:center;gap:9px;min-width:0;font-size:.9rem;display:flex}.Console-module__Kx6e6a__hostAvBtn{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;padding:0;line-height:0;transition:transform .15s}.Console-module__Kx6e6a__hostAvBtn:hover{transform:scale(1.06)}.Console-module__Kx6e6a__hostAvBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Console-module__Kx6e6a__hostAv{object-fit:cover;width:40px;height:40px;box-shadow:0 0 0 2px var(--surface), 0 0 0 3px var(--line-2);border-radius:50%;display:block}.Console-module__Kx6e6a__hostAvPh{background:var(--surface-2);border:1px solid var(--line);width:40px;height:40px;color:var(--text-dim);border-radius:50%;place-items:center;font-weight:700;display:grid}.Console-module__Kx6e6a__hostName{color:var(--text);flex:none;font-weight:700}.Console-module__Kx6e6a__hostVoice{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.84rem;overflow:hidden}.Console-module__Kx6e6a__hostLb{z-index:90;background:rgba(var(--ink-rgb), .66);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);place-items:center;padding:24px;animation:.18s Console-module__Kx6e6a__hostlbfade;display:grid;position:fixed;inset:0}@keyframes Console-module__Kx6e6a__hostlbfade{0%{opacity:0}to{opacity:1}}.Console-module__Kx6e6a__hostLbClose{color:#fff;background:#0006;border:1px solid #fff6;position:fixed;top:18px;right:20px}.Console-module__Kx6e6a__hostLbClose:hover{background:#0000009e}.Console-module__Kx6e6a__hostLbFig{flex-direction:column;align-items:center;gap:12px;display:flex}.Console-module__Kx6e6a__hostLbImg{object-fit:contain;border-radius:20px;width:auto;max-width:min(92vw,460px);max-height:82vh;display:block;box-shadow:0 40px 90px -28px #000000b3}.Console-module__Kx6e6a__hostLbPh{aspect-ratio:3/4;background:var(--surface-2);width:min(70vw,260px);color:var(--text-dim);border-radius:20px;place-items:center;font-size:3rem;font-weight:800;display:grid}.Console-module__Kx6e6a__hostLbCap{color:#fff;text-align:center;max-width:92vw;font-size:.95rem;font-weight:700}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__hostLb{animation:none}.Console-module__Kx6e6a__hostAvBtn:hover{transform:none}}@media (max-width:560px){.Console-module__Kx6e6a__transcript{max-height:150px}.Console-module__Kx6e6a__listenActions{flex-direction:column;align-items:stretch}}@media (max-width:900px){.Console-module__Kx6e6a__studio{grid-template-columns:1fr;justify-items:center}}.Console-module__Kx6e6a__inputwrap{flex-direction:column;flex:1;display:flex;position:relative}.Console-module__Kx6e6a__inputwrap textarea{resize:none;width:100%;font:inherit;color:var(--text);background:0 0;border:0;outline:none;flex:1;min-height:128px;padding:6px 4px 0;font-size:1.02rem;line-height:1.5;display:block}.Console-module__Kx6e6a__placeholder{color:var(--text-faint);pointer-events:none;font-size:1.02rem;line-height:1.5;position:absolute;inset:6px 4px auto}.Console-module__Kx6e6a__attachedRecording{flex-direction:column;flex:1;justify-content:center;gap:11px;min-height:158px;padding:2px 4px 8px;display:flex}.Console-module__Kx6e6a__attachedRecordingHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.Console-module__Kx6e6a__recordingReady{border-radius:var(--pill);width:fit-content;color:var(--accent-text);background:rgba(var(--accent-rgb), .1);align-items:center;gap:6px;padding:5px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.Console-module__Kx6e6a__recordingDuration{color:var(--text-faint);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.Console-module__Kx6e6a__attachedRecording .Console-module__Kx6e6a__player{border:1px solid var(--line-2);border-radius:var(--pill);background:var(--surface);padding:11px 14px}.Console-module__Kx6e6a__attachedRecording .Console-module__Kx6e6a__playBtn{width:44px;height:44px}.Console-module__Kx6e6a__audioWaveform{align-items:center;gap:2px;height:30px;display:flex;overflow:hidden}.Console-module__Kx6e6a__audioWaveform i{background:rgba(var(--accent-rgb), .32);border-radius:2px;flex:1;min-width:2px;transition:background .15s}.Console-module__Kx6e6a__audioWaveform i.Console-module__Kx6e6a__audioWaveformPlayed{background:var(--accent)}.Console-module__Kx6e6a__attachedRecording>p{color:var(--text-dim);text-align:center;font-size:.8rem;line-height:1.4}.Console-module__Kx6e6a__attachedRecordingActions{justify-content:center;align-items:center;gap:8px;display:flex}.Console-module__Kx6e6a__modeRow{align-items:center;gap:8px;min-height:30px;padding:10px 4px 0;display:flex}.Console-module__Kx6e6a__modeLabel{color:var(--text-dim);cursor:pointer;font-size:.82rem;font-weight:600}.Console-module__Kx6e6a__counter{color:var(--text-faint);align-items:center;gap:12px;margin-inline-start:auto;font-size:.78rem;display:flex}.Console-module__Kx6e6a__counter b{color:var(--text-dim);font-weight:700}.Console-module__Kx6e6a__counterWarn{color:var(--accent)}.Console-module__Kx6e6a__counterErr{color:var(--destructive)}.Console-module__Kx6e6a__counterRange{color:var(--text-faint)}.Console-module__Kx6e6a__limitHint{color:var(--destructive);align-items:flex-start;gap:6px;margin:8px 4px 0;font-size:.8rem;font-weight:600;line-height:1.45;display:flex}.Console-module__Kx6e6a__limitHint svg{flex-shrink:0;margin-top:2px}.Console-module__Kx6e6a__limitHintTrial{color:var(--accent)}.Console-module__Kx6e6a__limitHintSoft{color:var(--text-dim);font-weight:500}.Console-module__Kx6e6a__trialModal{z-index:95;background:rgba(var(--ink-rgb), .66);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);place-items:center;padding:24px;animation:.18s Console-module__Kx6e6a__hostlbfade;display:grid;position:fixed;inset:0}.Console-module__Kx6e6a__trialModalCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:min(92vw,420px);box-shadow:0 40px 90px -28px rgba(var(--ink-rgb), .5);text-align:center;padding:30px 26px 26px;position:relative}.Console-module__Kx6e6a__trialModalTitle{color:var(--text);font-size:1.18rem;font-weight:800}.Console-module__Kx6e6a__trialModalBody{color:var(--text-dim);margin-top:10px;font-size:.92rem;line-height:1.5}.Console-module__Kx6e6a__trialModalActions{justify-content:center;gap:10px;margin-top:22px;display:flex}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__trialModal{animation:none}}@media (max-width:460px){.Console-module__Kx6e6a__trialModalActions{flex-direction:column}}.Console-module__Kx6e6a__bottombar{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex;position:relative}.Console-module__Kx6e6a__selectors{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.Console-module__Kx6e6a__pill{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--pill);align-items:center;min-width:0;padding:4px;display:inline-flex}.Console-module__Kx6e6a__pillBtn{min-width:0;font:inherit;color:var(--text);white-space:nowrap;border-radius:var(--pill);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:3px 10px 3px 4px;font-size:.86rem;font-weight:600;transition:background .16s;display:inline-flex}.Console-module__Kx6e6a__pillBtn:hover:not(:disabled){background:rgba(var(--ink-rgb), .05)}.Console-module__Kx6e6a__pillBtn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.Console-module__Kx6e6a__pillBtn:disabled{cursor:default}.Console-module__Kx6e6a__pillMuted{color:var(--text-faint)}.Console-module__Kx6e6a__pillNeeds{border:1.5px solid var(--accent);animation:Console-module__Kx6e6a__pillPulse 2.4s var(--ease) infinite}@keyframes Console-module__Kx6e6a__pillPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0)}50%{box-shadow:0 0 0 4px rgba(var(--accent-rgb), .12)}}.Console-module__Kx6e6a__pillNeedLabel{color:var(--accent);white-space:nowrap;font-weight:700;display:block}.Console-module__Kx6e6a__pillNeedDot{background:var(--accent);border-radius:999px;flex:none;width:6px;height:6px}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__pillNeeds{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .1);animation:none}}.Console-module__Kx6e6a__pillName{text-overflow:ellipsis;white-space:nowrap;width:5.5rem;min-width:0;display:block;overflow:hidden}.Console-module__Kx6e6a__pillDiv{background:var(--line-2);flex:none;width:1px;height:18px}.Console-module__Kx6e6a__pillIc{color:var(--text-dim);flex:none;padding-inline-start:6px;display:inline-flex}.Console-module__Kx6e6a__pillFlag{flex:none;font-size:1rem;line-height:1}.Console-module__Kx6e6a__avatar{object-fit:cover;width:21px;height:28px;box-shadow:0 0 0 1px var(--line-2);border-radius:6px;flex:none}.Console-module__Kx6e6a__avatarPh{background:rgba(var(--accent-rgb), .15);width:21px;height:28px;color:var(--accent);box-shadow:0 0 0 1px var(--line-2);border-radius:6px;flex:none;place-items:center;font-size:.7rem;font-weight:800;display:grid}.Console-module__Kx6e6a__actions{align-items:center;gap:8px;display:flex}.Console-module__Kx6e6a__generateWrap{display:inline-flex;position:relative}.Console-module__Kx6e6a__generateHint{bottom:calc(100% + 10px);z-index:20;background:var(--text);color:var(--surface);white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:6px 10px;font-size:.74rem;font-weight:600;transition:opacity .18s,transform .18s;position:absolute;inset-inline-end:0;transform:translateY(4px);box-shadow:0 8px 24px -10px #00000073}.Console-module__Kx6e6a__generateHint:after{content:"";top:100%;border:5px solid #0000;border-top-color:var(--text);position:absolute;inset-inline-end:18px}.Console-module__Kx6e6a__generateWrap:hover .Console-module__Kx6e6a__generateHint,.Console-module__Kx6e6a__generateWrap:focus-within .Console-module__Kx6e6a__generateHint{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__generateHint{transition:none}}.Console-module__Kx6e6a__enhanceWrap{display:inline-flex;position:relative}.Console-module__Kx6e6a__enhanceHint{bottom:calc(100% + 10px);z-index:20;background:var(--text);max-width:220px;color:var(--surface);opacity:0;pointer-events:none;border-radius:8px;padding:6px 10px;font-size:.74rem;font-weight:600;line-height:1.3;transition:opacity .16s,transform .16s;position:absolute;inset-inline-start:0;transform:translateY(4px);box-shadow:0 8px 24px -10px #00000073}.Console-module__Kx6e6a__enhanceHint:after{content:"";top:100%;border:5px solid #0000;border-top-color:var(--text);position:absolute;inset-inline-start:18px}.Console-module__Kx6e6a__enhanceWrap:hover .Console-module__Kx6e6a__enhanceHint,.Console-module__Kx6e6a__enhanceWrap:focus-within .Console-module__Kx6e6a__enhanceHint,.Console-module__Kx6e6a__enhanceHintShown{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__enhanceHint{transition:none}}.Console-module__Kx6e6a__enhance{border-radius:var(--pill);border:1px solid var(--line-2);background:var(--surface);width:40px;height:40px;color:var(--accent);cursor:pointer;place-items:center;transition:all .18s;display:grid}.Console-module__Kx6e6a__enhance:hover:not(:disabled){background:rgba(var(--accent-rgb), .08);border-color:var(--accent)}.Console-module__Kx6e6a__enhance:disabled{color:var(--text-faint);cursor:default;opacity:.6}.Console-module__Kx6e6a__enhance svg{width:18px;height:18px}.Console-module__Kx6e6a__secHead{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Console-module__Kx6e6a__secHead h3{font-family:var(--display);letter-spacing:-.01em;font-size:1.18rem;font-weight:700}.Console-module__Kx6e6a__seg{background:rgba(var(--ink-rgb), .05);border:1px solid var(--line);border-radius:var(--pill);gap:4px;padding:3px;display:flex}.Console-module__Kx6e6a__seg button{font:inherit;color:var(--text-dim);border-radius:var(--pill);cursor:pointer;background:0 0;border:0;padding:.35em .9em;font-size:.82rem;font-weight:600}.Console-module__Kx6e6a__seg button.Console-module__Kx6e6a__on{background:var(--surface);color:var(--text);box-shadow:0 2px 6px rgba(var(--ink-rgb), .08)}.Console-module__Kx6e6a__exploreHero{max-width:680px;margin:4px 0 clamp(22px,3vw,34px)}.Console-module__Kx6e6a__backLink{color:var(--text-dim);margin-bottom:12px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-block}.Console-module__Kx6e6a__backLink:hover{color:var(--accent-text)}.Console-module__Kx6e6a__exploreTitle{font-family:var(--display);letter-spacing:-.03em;font-size:clamp(1.9rem,1.3rem + 2.4vw,2.8rem);font-weight:800;line-height:1.05}.Console-module__Kx6e6a__exploreLede{color:var(--text-dim);text-wrap:balance;max-width:54ch;margin-top:10px;font-size:clamp(1rem,.95rem + .5vw,1.12rem);line-height:1.55}.Console-module__Kx6e6a__exploreBar{justify-content:flex-start;margin-bottom:18px;display:flex}.Console-module__Kx6e6a__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px;display:grid}.Console-module__Kx6e6a__reelCard{aspect-ratio:9/16;border-radius:var(--r-lg);background:var(--surface-2);box-shadow:0 24px 50px -40px rgba(var(--ink-rgb), .35), inset 0 0 0 1px var(--line);cursor:pointer;transition:transform .22s var(--ease), box-shadow .22s var(--ease);position:relative;overflow:hidden}.Console-module__Kx6e6a__reelCard:hover{box-shadow:0 30px 60px -34px rgba(var(--accent-rgb), .42), inset 0 0 0 1px var(--line-2);transform:translateY(-4px)}.Console-module__Kx6e6a__reelScreen{background:radial-gradient(120% 100% at 30% 0%, var(--bg-2), var(--surface-2));place-items:center;width:100%;height:100%;display:grid;position:relative}.Console-module__Kx6e6a__cardVideo{object-fit:cover;background:#000;width:100%;height:100%;display:block}.Console-module__Kx6e6a__reelOverlay{opacity:0;pointer-events:none;z-index:1;background:linear-gradient(#0000000d,#00000059);place-items:center;transition:opacity .2s;display:grid;position:absolute;inset:0}@media (hover:hover){.Console-module__Kx6e6a__reelCard:hover .Console-module__Kx6e6a__reelOverlay,.Console-module__Kx6e6a__reelCard:focus-within .Console-module__Kx6e6a__reelOverlay{opacity:1;pointer-events:auto}}@media (hover:none){.Console-module__Kx6e6a__reelOverlay{opacity:1;pointer-events:auto;background:linear-gradient(#0000,#0000002e)}}.Console-module__Kx6e6a__playFab{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#ffffff2e;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .12s;display:grid}.Console-module__Kx6e6a__playFab:active{transform:scale(.94)}.Console-module__Kx6e6a__playFab svg{width:20px;height:20px}.Console-module__Kx6e6a__reelFoot{inset-inline:0;z-index:2;text-align:start;background:linear-gradient(#0000,#000000b8);padding:26px 12px 12px;position:absolute;bottom:0}.Console-module__Kx6e6a__cardTitleWrap{display:block;position:relative}.Console-module__Kx6e6a__cardTitle{color:#fff;-webkit-line-clamp:2;cursor:help;-webkit-box-orient:vertical;margin:0;font-size:.82rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.Console-module__Kx6e6a__cardMeta{color:#ffffffbf;margin:4px 0 0;font-size:.72rem;font-weight:600}.Console-module__Kx6e6a__creatorTag{border-radius:var(--pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;max-width:100%;transition:background .16s var(--ease), border-color .16s var(--ease);background:#0000006b;border:1px solid #ffffff47;align-items:center;gap:5px;margin-top:8px;padding:3px 9px 3px 7px;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.Console-module__Kx6e6a__creatorTag:hover{background:rgba(var(--accent-rgb), .9);border-color:#0000}.Console-module__Kx6e6a__creatorTag svg{flex:none;width:13px;height:13px}.Console-module__Kx6e6a__creatorTag span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Console-module__Kx6e6a__addCapWrap{margin-top:10px;position:relative}.Console-module__Kx6e6a__addCap{width:100%}.Console-module__Kx6e6a__capHint{bottom:calc(100% + 6px);inset-inline:0}.Console-module__Kx6e6a__scriptTip{bottom:calc(100% + 6px);z-index:5;color:#ffffffeb;opacity:0;pointer-events:none;background:#14101af5;border:1px solid #ffffff1f;border-radius:10px;max-height:240px;padding:9px 11px;font-size:.72rem;font-weight:500;line-height:1.45;transition:opacity .16s,transform .16s;position:absolute;inset-inline:0;overflow:auto;transform:translateY(3px);box-shadow:0 14px 30px -12px #000000b3}.Console-module__Kx6e6a__cardTitleWrap:hover .Console-module__Kx6e6a__scriptTip,.Console-module__Kx6e6a__cardTitleWrap:focus-within .Console-module__Kx6e6a__scriptTip{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__scriptTip{transition:none}}.Console-module__Kx6e6a__reelReveal{opacity:0;max-height:0;transition:max-height .24s var(--ease), opacity .2s var(--ease), margin-top .24s var(--ease);flex-direction:column;gap:8px;margin-top:0;display:flex;overflow:hidden}@media (hover:hover){.Console-module__Kx6e6a__reelCard:hover .Console-module__Kx6e6a__reelReveal,.Console-module__Kx6e6a__reelCard:focus-within .Console-module__Kx6e6a__reelReveal{opacity:1;max-height:180px;margin-top:10px}}@media (hover:none){.Console-module__Kx6e6a__reelReveal{opacity:1;max-height:180px;margin-top:10px}}.Console-module__Kx6e6a__cardActions{gap:6px;display:flex}@media (hover:none){.Console-module__Kx6e6a__playFab{width:56px;height:56px}.Console-module__Kx6e6a__cardTitleWrap{display:none}}.Console-module__Kx6e6a__empty{border:1px dashed var(--line-2);border-radius:var(--r);text-align:center;color:var(--text-dim);padding:32px;font-size:.95rem}.Console-module__Kx6e6a__examplesKicker{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 4px;font-size:.78rem;font-weight:800}.Console-module__Kx6e6a__examplesLede{color:var(--text-dim);margin:0 0 16px;font-size:.95rem}.Console-module__Kx6e6a__createCell{aspect-ratio:9/16;border:1px dashed var(--line-2);border-radius:var(--r-lg);background:linear-gradient(135deg, rgba(var(--accent-rgb), .06), var(--surface) 70%);transition:border-color .18s var(--ease);position:relative;overflow:hidden}.Console-module__Kx6e6a__createCell:hover{border-color:rgba(var(--accent-rgb), .45)}.Console-module__Kx6e6a__createTile{text-align:center;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px;display:flex;position:absolute;inset:0;white-space:normal!important;height:100%!important}.Console-module__Kx6e6a__createTileIcon{background:rgba(var(--accent-rgb), .12);width:44px;height:44px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.Console-module__Kx6e6a__createTileTitle{font-family:var(--display);font-size:1rem;font-weight:800}.Console-module__Kx6e6a__createTileHint{color:var(--text-dim);font-size:.82rem;line-height:1.4}.Console-module__Kx6e6a__charCell{aspect-ratio:9/16;border-radius:var(--r-lg);background:var(--surface-2);box-shadow:0 24px 50px -40px rgba(var(--ink-rgb), .35), inset 0 0 0 1px var(--line);transition:box-shadow .18s var(--ease), transform .18s var(--ease);position:relative;overflow:hidden}.Console-module__Kx6e6a__charCell:hover{box-shadow:0 28px 56px -34px rgba(var(--accent-rgb), .5), inset 0 0 0 1px rgba(var(--accent-rgb), .4);transform:translateY(-2px)}.Console-module__Kx6e6a__charTile{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block;position:absolute;inset:0;white-space:normal!important;height:100%!important}.Console-module__Kx6e6a__charVideo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.Console-module__Kx6e6a__charScrim{background:linear-gradient(to top, rgba(var(--ink-rgb), .82) 0%, rgba(var(--ink-rgb), .32) 38%, transparent 66%);position:absolute;inset:0}.Console-module__Kx6e6a__charBadge{top:10px;border-radius:var(--pill);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(180deg, var(--accent-top), var(--accent));box-shadow:0 4px 12px -3px rgba(var(--accent-rgb), .6);padding:3px 9px;font-size:.62rem;font-weight:800;position:absolute;inset-inline-end:10px}.Console-module__Kx6e6a__charText{inset-inline:0;text-align:center;flex-direction:column;gap:4px;padding:16px 16px 18px;display:flex;position:absolute;bottom:0}.Console-module__Kx6e6a__charTitle{font-family:var(--display);color:#fff;text-shadow:0 1px 10px #00000073;font-size:1.15rem;font-weight:800}.Console-module__Kx6e6a__charHint{color:#ffffffdb;font-size:.82rem;line-height:1.4}.Console-module__Kx6e6a__t0{background:radial-gradient(90% 80% at 30% 20%,#5a2d49,#2a1426)}.Console-module__Kx6e6a__t1{background:radial-gradient(90% 80% at 30% 20%,#3a4a6a,#1c2238)}.Console-module__Kx6e6a__t2{background:radial-gradient(90% 80% at 30% 20%,#6a3a2d,#2e1a14)}.Console-module__Kx6e6a__t3{background:radial-gradient(90% 80% at 30% 20%,#3a5a4a,#16261c)}.Console-module__Kx6e6a__t4{background:radial-gradient(90% 80% at 30% 20%,#5a4a2d,#2e2614)}.Console-module__Kx6e6a__t5{background:radial-gradient(90% 80% at 30% 20%,#4a2d5a,#221a2e)}.Console-module__Kx6e6a__play{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff29;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.Console-module__Kx6e6a__play svg{width:18px;height:18px;margin-inline-start:3px}.Console-module__Kx6e6a__dur{bottom:8px;color:#fff;background:#0000008c;border-radius:6px;padding:.2em .5em;font-size:.72rem;font-weight:600;position:absolute;inset-inline-end:8px}.Console-module__Kx6e6a__status{top:8px;border-radius:var(--pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);align-items:center;gap:.4em;padding:.3em .6em;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;inset-inline-start:8px}.Console-module__Kx6e6a__status i{background:currentColor;border-radius:50%;width:6px;height:6px}.Console-module__Kx6e6a__ready{color:#fff;background:#18a971eb}.Console-module__Kx6e6a__gen{color:#fff;background:rgba(var(--accent-rgb), .92)}.Console-module__Kx6e6a__gen i{background:#fff;animation:1.2s step-end infinite Console-module__Kx6e6a__blink}.Console-module__Kx6e6a__draft{color:var(--text-dim);border:1px solid var(--line);background:#ffffffe6}@keyframes Console-module__Kx6e6a__blink{50%{opacity:.25}}.Console-module__Kx6e6a__restyle{z-index:3}.Console-module__Kx6e6a__pillSpin{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:11px;height:11px;animation:.8s linear infinite Console-module__Kx6e6a__genspin}.Console-module__Kx6e6a__genPanel{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);margin-top:18px;padding:16px 18px}.Console-module__Kx6e6a__genRow{align-items:center;gap:12px;display:flex}.Console-module__Kx6e6a__genSpin{border:2px solid var(--line-2);border-top-color:var(--accent);border-radius:50%;flex:none;width:18px;height:18px;animation:.8s linear infinite Console-module__Kx6e6a__genspin}@keyframes Console-module__Kx6e6a__genspin{to{transform:rotate(360deg)}}.Console-module__Kx6e6a__genLabel{font-size:.95rem;font-weight:700}.Console-module__Kx6e6a__genSub{color:var(--text-dim);margin-top:2px;font-size:.82rem}.Console-module__Kx6e6a__genVideo{aspect-ratio:9/16;border-radius:var(--r);background:#000;width:100%;max-width:280px;margin-top:12px;display:block}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__genSpin{animation-duration:2s}}.Console-module__Kx6e6a__prog{text-align:center;flex-direction:column;align-items:center;gap:10px;width:min(80%,220px);padding:0 8px;display:flex}.Console-module__Kx6e6a__progLabel{color:var(--text);font-size:.82rem;font-weight:700;line-height:1.3}.Console-module__Kx6e6a__progTrack{background:rgba(var(--ink-rgb), .12);border-radius:3px;width:100%;height:6px;overflow:hidden}.Console-module__Kx6e6a__progFill{background:var(--accent);border-radius:3px;height:100%;transition:width .2s linear}.Console-module__Kx6e6a__progFoot{justify-content:space-between;align-items:center;width:100%;display:flex}.Console-module__Kx6e6a__progSteps{gap:5px;display:inline-flex}.Console-module__Kx6e6a__step{background:rgba(var(--ink-rgb), .18);border-radius:50%;width:6px;height:6px}.Console-module__Kx6e6a__step.Console-module__Kx6e6a__stepDone,.Console-module__Kx6e6a__step.Console-module__Kx6e6a__stepActive{background:var(--accent)}.Console-module__Kx6e6a__progPct{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:700}.Console-module__Kx6e6a__progHint{color:var(--text-faint);font-size:.72rem;line-height:1.3}@media (prefers-reduced-motion:reduce){.Console-module__Kx6e6a__progFill{transition:none}}@media (max-width:760px){.Console-module__Kx6e6a__bottombar{flex-wrap:wrap}.Console-module__Kx6e6a__actions{flex-wrap:wrap;justify-content:stretch;width:100%}.Console-module__Kx6e6a__generateWrap{flex:100%}.Console-module__Kx6e6a__generateWrap>button{width:100%}}@media (max-width:560px){.Console-module__Kx6e6a__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.Console-module__Kx6e6a__pillBtn{min-width:0;min-height:44px;padding-top:7px;padding-bottom:7px;overflow:hidden}.Console-module__Kx6e6a__pillName{text-overflow:ellipsis;width:auto;min-width:0;display:block;overflow:hidden}.Console-module__Kx6e6a__selectors{width:100%}.Console-module__Kx6e6a__pill{flex:auto;justify-content:center;min-width:0}.Console-module__Kx6e6a__attachedRecordingActions{flex-wrap:wrap}.Console-module__Kx6e6a__attachedRecordingActions>button{flex:auto}.Console-module__Kx6e6a__secHead{flex-wrap:wrap;gap:10px}}@media (max-width:380px){.Console-module__Kx6e6a__grid{grid-template-columns:1fr}}
.CharacterLibrary-module__eMMc3G__wrap{width:100%;max-width:1100px;margin-inline:auto;padding:22px clamp(16px,4vw,34px) 60px}.CharacterLibrary-module__eMMc3G__lockBanner{border:1px solid var(--line-2);border-radius:var(--r);background:linear-gradient(160deg, rgba(var(--accent-rgb), .1), rgba(var(--accent-2-rgb), .06));align-items:center;gap:14px;margin-bottom:20px;padding:14px 16px;display:flex}.CharacterLibrary-module__eMMc3G__lockIcon{background:rgba(var(--accent-rgb), .14);width:34px;height:34px;color:var(--accent-text);border-radius:50%;flex:none;place-items:center;display:grid}.CharacterLibrary-module__eMMc3G__lockText{flex-direction:column;gap:2px;min-width:0;display:flex}.CharacterLibrary-module__eMMc3G__lockText b{color:var(--text);font-size:.95rem}.CharacterLibrary-module__eMMc3G__lockText span{color:var(--text-dim);font-size:.84rem}.CharacterLibrary-module__eMMc3G__lockBanner>button{flex:none;margin-inline-start:auto}.CharacterLibrary-module__eMMc3G__grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:clamp(14px,2.4vw,20px);display:grid}.CharacterLibrary-module__eMMc3G__createTile{aspect-ratio:3/4;border:2px dashed var(--line-2);border-radius:var(--r-lg);background:rgba(var(--accent-rgb), .03);color:var(--text-dim);transition:.18s var(--ease);flex-direction:column;justify-content:center;align-self:start;align-items:center;gap:8px;padding:18px;display:flex;white-space:normal!important;height:auto!important}.CharacterLibrary-module__eMMc3G__createTile:hover{border-color:rgba(var(--accent-rgb), .5);background:rgba(var(--accent-rgb), .06);color:var(--text);transform:translateY(-2px)}.CharacterLibrary-module__eMMc3G__createIcon{background:rgba(var(--accent-rgb), .12);width:46px;height:46px;color:var(--accent-text);border-radius:50%;place-items:center;display:grid}.CharacterLibrary-module__eMMc3G__createLabel{font-family:var(--display);color:var(--text);font-size:.98rem;font-weight:700}.CharacterLibrary-module__eMMc3G__createHint{color:var(--text-dim);text-align:center;font-size:.76rem;line-height:1.4}.CharacterLibrary-module__eMMc3G__onceLine{white-space:nowrap;color:var(--accent-text);background:rgba(var(--accent-rgb), .08);border:1px solid rgba(var(--accent-rgb), .18);border-radius:var(--pill);align-items:center;gap:.5em;padding:.32em .8em;font-size:.72rem;font-weight:700;display:inline-flex}.CharacterLibrary-module__eMMc3G__cardWrap{border:2px solid rgba(var(--ink-rgb), .06);border-radius:var(--r-lg);background:var(--surface);transition:.18s var(--ease);flex-direction:column;align-self:start;display:flex;overflow:hidden}.CharacterLibrary-module__eMMc3G__cardWrap:hover{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 16px 34px -20px rgba(var(--accent-rgb), .5);transform:translateY(-2px)}.CharacterLibrary-module__eMMc3G__cardWrap:focus-within{border-color:rgba(var(--accent-rgb), .55)}.CharacterLibrary-module__eMMc3G__ctaSlot{min-height:48px;padding:2px 10px 10px;display:flex}.CharacterLibrary-module__eMMc3G__shotsCta{border-radius:var(--pill);flex:1}.CharacterLibrary-module__eMMc3G__card{flex-direction:column;display:flex;white-space:normal!important;background:0 0!important;gap:0!important;height:auto!important;padding:0!important}.CharacterLibrary-module__eMMc3G__frame{aspect-ratio:3/4;background:var(--surface-2);width:100%;display:block;position:relative}.CharacterLibrary-module__eMMc3G__photo{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.CharacterLibrary-module__eMMc3G__photoPh{font-family:var(--display);color:var(--text-faint);background:var(--avatar-fallback);place-items:center;font-size:2.4rem;font-weight:800;display:grid;position:absolute;inset:0}.CharacterLibrary-module__eMMc3G__cardFoot{align-items:center;gap:8px;width:100%;padding:11px 14px;display:flex}.CharacterLibrary-module__eMMc3G__name{font-family:var(--display);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.CharacterLibrary-module__eMMc3G__statusFailed,.CharacterLibrary-module__eMMc3G__statusDraft{border-radius:var(--pill);flex:none;margin-inline-start:auto;padding:.15em .6em;font-size:.7rem;font-weight:700}.CharacterLibrary-module__eMMc3G__statusFailed{color:var(--destructive);background:rgba(var(--destructive-rgb), .12)}.CharacterLibrary-module__eMMc3G__statusDraft{color:var(--text-dim);background:rgba(var(--ink-rgb), .08)}.CharacterLibrary-module__eMMc3G__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:460px;margin:clamp(30px,8vh,80px) auto 0;padding:0 12px;display:flex}.CharacterLibrary-module__eMMc3G__emptyIcon{background:rgba(var(--accent-rgb), .12);width:62px;height:62px;color:var(--accent-text);border-radius:50%;place-items:center;display:grid}.CharacterLibrary-module__eMMc3G__emptyTitle{font-family:var(--display);color:var(--text);font-size:1.4rem;font-weight:800}.CharacterLibrary-module__eMMc3G__emptyBody{color:var(--text-dim);font-size:.95rem;line-height:1.5}.CharacterLibrary-module__eMMc3G__empty>button{margin-top:6px}@media (max-width:560px){.CharacterLibrary-module__eMMc3G__wrap{padding:16px clamp(12px,4vw,20px) 48px}.CharacterLibrary-module__eMMc3G__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.CharacterLibrary-module__eMMc3G__lockBanner{flex-wrap:wrap;gap:10px 12px;padding:12px 14px}.CharacterLibrary-module__eMMc3G__lockBanner>button{width:100%;margin-inline-start:0}.CharacterLibrary-module__eMMc3G__createIcon{width:40px;height:40px}.CharacterLibrary-module__eMMc3G__createLabel{font-size:.92rem}.CharacterLibrary-module__eMMc3G__shotsCta{padding-inline:8px;font-size:.78rem}.CharacterLibrary-module__eMMc3G__shotsCta>svg{flex:none}}
.StartHostSim-module__lx8I8W__frame{z-index:1;aspect-ratio:796/950;width:min(280px,100%);position:relative}.StartHostSim-module__lx8I8W__media{width:100%;height:100%;display:block}@media (max-width:899px){.StartHostSim-module__lx8I8W__frame{transform:translate(17.8%)}}
.StartBeTheHost-module__62nmEq__beHost{width:100%;max-width:1180px;margin:0 auto;padding:clamp(56px,8vw,96px) 22px;position:relative;overflow-x:clip}.StartBeTheHost-module__62nmEq__inner{grid-template-columns:1fr;align-items:center;gap:clamp(28px,4vw,56px);display:grid}@media (min-width:900px){.StartBeTheHost-module__62nmEq__inner{grid-template:"stage copy""stage cta"1fr/1.15fr minmax(280px,.85fr);align-items:start;row-gap:18px}.StartBeTheHost-module__62nmEq__copy{grid-area:copy}.StartBeTheHost-module__62nmEq__cta{grid-area:cta;place-self:center;transform:translate(-24px)scale(1.1)}.StartBeTheHost-module__62nmEq__stage{grid-area:stage;margin-block-start:29px}}.StartBeTheHost-module__62nmEq__copy{flex-direction:column;gap:18px;display:flex}.StartBeTheHost-module__62nmEq__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);align-self:flex-start;font-size:.74rem;font-weight:700}.StartBeTheHost-module__62nmEq__title{font-family:var(--display);letter-spacing:-.01em;color:var(--text);font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800;line-height:1.08}.StartBeTheHost-module__62nmEq__hl{color:var(--accent)}.StartBeTheHost-module__62nmEq__sub{color:var(--text-dim);max-width:40ch;font-size:1.1rem;line-height:1.55}.StartBeTheHost-module__62nmEq__note{color:var(--text-dim);max-width:42ch;font-size:.88rem;line-height:1.5}@media (max-width:899px){.StartBeTheHost-module__62nmEq__copy .StartBeTheHost-module__62nmEq__note{display:none}}.StartBeTheHost-module__62nmEq__cta{justify-self:center;margin-block-start:4px}.StartBeTheHost-module__62nmEq__stage{flex-direction:column;gap:clamp(34px,5vw,52px);min-width:0;padding-block:8px;display:flex;position:relative}.StartBeTheHost-module__62nmEq__glow{z-index:0;pointer-events:none;background:radial-gradient(45% 45% at 30% 25%, rgba(var(--accent-rgb), .16), transparent 65%), radial-gradient(45% 45% at 78% 78%, #ffa7c429, transparent 65%);filter:blur(18px);position:absolute;inset:-16% -10%}.StartBeTheHost-module__62nmEq__feat{z-index:1;flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:relative}@media (max-width:899px){.StartBeTheHost-module__62nmEq__feat{align-items:center}}.StartBeTheHost-module__62nmEq__label{color:var(--text-dim);align-items:center;gap:7px;font-size:.82rem;font-weight:600;display:inline-flex}.StartBeTheHost-module__62nmEq__label svg{color:var(--accent)}.StartBeTheHost-module__62nmEq__voicePill{border:1px solid var(--line);color:var(--accent);background:#fff;border-radius:999px;align-items:center;gap:12px;padding:10px 18px;display:inline-flex;box-shadow:0 10px 24px -18px #00000059}.StartBeTheHost-module__62nmEq__voiceLabel{color:var(--text);white-space:nowrap;font-size:.85rem;font-weight:700}.StartBeTheHost-module__62nmEq__wave{align-items:center;gap:4px;height:clamp(26px,3vw,34px);display:flex}.StartBeTheHost-module__62nmEq__wave>span{background:linear-gradient(180deg, var(--accent-top), var(--accent));border-radius:4px;flex:none;width:6px;animation:.85s ease-in-out infinite alternate StartBeTheHost-module__62nmEq__behost-wave;display:block}@keyframes StartBeTheHost-module__62nmEq__behost-wave{0%{transform:scaleY(.22)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.StartBeTheHost-module__62nmEq__wave>span{animation:none;transform:scaleY(.6)}}
/*# sourceMappingURL=3-6hdb_1suj1k.css.map*/