.ff-tabs-indicator{pointer-events:none;transition:transform .18s var(--ease-out,cubic-bezier(.23, 1, .32, 1)), width .18s var(--ease-out,cubic-bezier(.23, 1, .32, 1));position:absolute;top:0;left:0}.ff-tabs-indicator[data-variant=underline]{background:var(--ff-tabs-indicator-color,var(--brand-600));height:2px;top:auto;bottom:-1px}.ff-tabs-indicator[data-variant=segmented]{background:var(--ff-tabs-indicator-color,var(--brand-soft));z-index:0;bottom:0}@media (prefers-reduced-motion:reduce){.ff-tabs-indicator{transition:none}}
.ff-badge-pulse[data-pulse=true]{animation:.9s ease-in-out 3 ff-badge-pulse}@keyframes ff-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.ff-badge-pulse[data-pulse=true]{animation:none}}
.ff-overlay-backdrop,.ff-overlay-panel{z-index:var(--z-modal,200)}.ff-dropdown-content{z-index:var(--z-dropdown,300)}@keyframes ffOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ffOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes ffPanelIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ffPanelOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(4px)scale(.98)}}.ff-overlay-backdrop[data-state=open]{animation:.15s ffOverlayFadeIn}.ff-overlay-backdrop[data-state=closed]{animation:.12s ffOverlayFadeOut}.ff-overlay-panel[data-state=open]{animation:.18s cubic-bezier(.25,1,.5,1) ffPanelIn}.ff-overlay-panel[data-state=closed]{animation:.12s ffPanelOut}.ff-dropdown-content[data-state=open]{animation:.14s cubic-bezier(.25,1,.5,1) ffPanelIn}.ff-dropdown-content[data-state=closed]{animation:.1s ffPanelOut}@media (prefers-reduced-motion:reduce){.ff-overlay-backdrop,.ff-overlay-panel,.ff-dropdown-content{animation:none!important}}.ff-overlay-close:focus-visible,.ff-dropdown-item:focus-visible{outline:2px solid var(--brand-500);outline-offset:2px}
.ff-control{transition:border-color .12s var(--ease-out,cubic-bezier(.23, 1, .32, 1)), box-shadow .12s var(--ease-out,cubic-bezier(.23, 1, .32, 1))}@media (prefers-reduced-motion:reduce){.ff-control{transition:none}}.ff-control:focus{outline:2px solid var(--brand-500);outline-offset:2px;border-color:var(--brand-500)}.ff-control[aria-invalid=true]{border-color:var(--danger)}.ff-control[aria-invalid=true]:focus{outline-color:var(--danger);border-color:var(--danger)}
.ff-skeleton{background-color:var(--surface-2);animation:1.7s ease-in-out infinite ff-skeleton-pulse}@keyframes ff-skeleton-pulse{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.ff-skeleton{opacity:.75;animation:none}}.ff-fade-in{animation:ff-fade-in .15s var(--ease-out,cubic-bezier(.23, 1, .32, 1))}@keyframes ff-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ff-fade-in{animation:none}}
.ff-dt{border-collapse:separate;border-spacing:0;font-variant-numeric:tabular-nums;width:100%}.ff-dt thead th{background:var(--brand-50);color:var(--brand-700);text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;border-bottom:1px solid var(--line);vertical-align:middle;font-weight:600}.ff-dt[data-sticky=true] thead th{z-index:2;position:sticky;top:0}.ff-dt th[data-align=right],.ff-dt td[data-align=right]{text-align:right}.ff-dt th[data-align=center],.ff-dt td[data-align=center]{text-align:center}.ff-dt th[aria-sort=ascending],.ff-dt th[aria-sort=descending]{color:var(--brand-700);box-shadow:inset 0 -2px 0 var(--brand-500)}.ff-dt__sort{width:100%;font:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;align-items:center;gap:.375rem;padding:0;display:inline-flex}.ff-dt th[data-align=right] .ff-dt__sort{justify-content:flex-end}.ff-dt th[data-align=center] .ff-dt__sort{justify-content:center}.ff-dt__sort:hover{color:var(--brand-700)}.ff-dt__sort:focus-visible{outline:2px solid var(--brand-500);outline-offset:-2px;border-radius:var(--radius-sm)}.ff-dt tbody td{color:var(--ink-2);vertical-align:middle;border-bottom:1px solid var(--line)}.ff-dt tbody tr:last-child td{border-bottom:0}.ff-dt tbody tr[data-clickable=true]{cursor:pointer}.ff-dt tbody tr[data-clickable=true]:hover td{background:var(--surface-2)}.ff-dt tbody tr[data-clickable=true]:focus{outline:none}.ff-dt tbody tr[data-clickable=true]:focus-visible{outline:2px solid var(--brand-500);outline-offset:-2px}.ff-dt[data-density=comfortable] th,.ff-dt[data-density=comfortable] td{padding:.75rem 1rem}.ff-dt[data-density=compact] th,.ff-dt[data-density=compact] td{padding:.375rem .625rem}.ff-dt[data-density=comfortable] thead th{font-size:.6875rem}.ff-dt[data-density=compact] thead th{font-size:.625rem}.ff-dt tbody tr[data-flash=true]{animation:ff-dt-row-flash 1.2s var(--ease-out,cubic-bezier(.23, 1, .32, 1)) 1}@keyframes ff-dt-row-flash{0%{background-color:var(--brand-soft)}to{background-color:#0000}}@media (prefers-reduced-motion:reduce){.ff-dt tbody tr[data-flash=true]{background-color:var(--brand-soft);animation:none}}.ff-dt-refetch-track{z-index:3;height:2px;position:absolute;top:0;left:0;right:0;overflow:hidden}.ff-dt-refetch-bar{background:var(--brand-500);animation:1.1s linear infinite ff-dt-refetch-sweep;position:absolute;inset:0}@keyframes ff-dt-refetch-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.ff-dt-refetch-bar{opacity:.6;animation:none;transform:none}}.ff-dt-scroll{max-height:var(--ff-dt-max-height,none);overflow:auto}.ff-dt__cell{display:contents}@media (max-width:640px){.ff-dt-scroll[data-mobile=cards]{max-height:none;overflow:visible}.ff-dt[data-mobile=cards]{display:block}.ff-dt[data-mobile=cards] thead{display:none}.ff-dt[data-mobile=cards] tbody{display:block}.ff-dt[data-mobile=cards] tbody tr{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:.25rem 0;display:block}.ff-dt[data-mobile=cards] tbody tr+tr{margin-top:.5rem}.ff-dt[data-mobile=cards] tbody td{text-align:left;border-bottom:0;grid-template-columns:minmax(5.5rem,38%) 1fr;align-items:baseline;gap:.75rem;padding:.3125rem .75rem;display:grid}.ff-dt[data-mobile=cards] tbody td:before{content:attr(data-label);color:var(--ink-3);text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:600;line-height:1.4}.ff-dt[data-mobile=cards] tbody td .ff-dt__cell{text-align:right;overflow-wrap:anywhere;min-width:0;display:block}.ff-dt[data-mobile=cards] tbody td[data-card=title]{padding-top:.625rem;padding-bottom:.5rem;display:block}.ff-dt[data-mobile=cards] tbody td[data-card=title]:before{content:none}.ff-dt[data-mobile=cards] tbody td[data-card=title] .ff-dt__cell{text-align:left}.ff-dt[data-mobile=cards] tbody td[data-card=full]{display:block}.ff-dt[data-mobile=cards] tbody td[data-card=full]:before{content:none}.ff-dt[data-mobile=cards] tbody td[data-card=full] .ff-dt__cell{text-align:left;display:block}.ff-dt[data-mobile=cards] tbody td[data-card=hidden]{display:none}.ff-dt[data-mobile=cards] tbody tr[data-clickable=true]:hover td{background:0 0}.ff-dt[data-mobile=cards] tbody tr[data-clickable=true]:hover{background:var(--surface-2)}}
.stories-module__88ryYG__page{max-width:960px;min-height:100dvh;font-family:var(--font-display,"Manrope", system-ui, sans-serif);color:var(--ink,#131922);margin:0 auto;padding:24px 20px 40px}.stories-module__88ryYG__header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:6px;display:flex}.stories-module__88ryYG__backBtn{width:34px;height:34px;color:var(--ink-3,#6b7888);background:0 0;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.stories-module__88ryYG__backBtn:hover{background:var(--surface-sunken,#f1f4f8);color:var(--ink,#131922)}.stories-module__88ryYG__title{letter-spacing:-.02em;flex:1;margin:0;font-size:20px;font-weight:700}.stories-module__88ryYG__subtitle{color:var(--ink-3,#6b7888);margin:0 0 24px 46px;font-size:13px;line-height:1.55}.stories-module__88ryYG__btnPrimary{background:var(--brand);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700;transition:filter .12s;display:inline-flex}.stories-module__88ryYG__btnPrimary:hover{filter:brightness(.9)}.stories-module__88ryYG__btnGhost{width:32px;height:32px;color:var(--ink-3,#6b7888);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;font-family:inherit;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.stories-module__88ryYG__btnGhost:hover{background:var(--surface-sunken,#f1f4f8);color:var(--ink,#131922);border-color:var(--line,#e1e7ee)}.stories-module__88ryYG__btnDanger{width:32px;height:32px;color:var(--ink-3,#6b7888);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;font-family:inherit;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.stories-module__88ryYG__btnDanger:hover{color:#dc2626;background:#fee2e2;border-color:#dc262633}.stories-module__88ryYG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px 24px;display:flex}.stories-module__88ryYG__emptyIcon{margin-bottom:4px;font-size:40px;line-height:1}.stories-module__88ryYG__emptyTitle{color:var(--ink,#131922);margin:0;font-size:16px;font-weight:700}.stories-module__88ryYG__emptyMsg{color:var(--ink-3,#6b7888);margin:0;font-size:13px}.stories-module__88ryYG__errorBanner{color:#dc2626;background:#f8717114;border:1px solid #f8717140;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.stories-module__88ryYG__cardGrid{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:12px;display:grid}@media (max-width:480px){.stories-module__88ryYG__cardGrid{grid-template-columns:1fr}}.stories-module__88ryYG__card{background:var(--surface-card,#fff);border:1px solid var(--line,#e1e7ee);border-radius:12px;gap:0;transition:box-shadow .12s,border-color .12s;display:flex;overflow:hidden}.stories-module__88ryYG__card:hover{box-shadow:var(--shadow-md,0 4px 16px #12162114);border-color:var(--line,#bcc6d2)}.stories-module__88ryYG__cardInactive{opacity:.6}.stories-module__88ryYG__cardStrip{border-radius:12px 0 0 12px;flex-shrink:0;width:6px}.stories-module__88ryYG__cardBody{flex-direction:column;flex:1;gap:8px;min-width:0;padding:14px 14px 12px;display:flex}.stories-module__88ryYG__cardTop{align-items:flex-start;gap:10px;display:flex}.stories-module__88ryYG__cardPreview{background:var(--surface-sunken,#f1f4f8);border:1px solid var(--line,#e1e7ee);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;line-height:1;display:flex;overflow:hidden}.stories-module__88ryYG__cardPreviewImg{object-fit:cover;border:1px solid var(--line,#e1e7ee);border-radius:10px;flex-shrink:0;width:44px;height:44px}.stories-module__88ryYG__cardMeta{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.stories-module__88ryYG__cardTitleRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.stories-module__88ryYG__cardTitle{color:var(--ink,#131922);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:14px;font-weight:700;overflow:hidden}.stories-module__88ryYG__cardSubtitle{color:var(--ink-3,#6b7888);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.stories-module__88ryYG__cardDates{font-size:11px;font-family:var(--font-mono,"JetBrains Mono", monospace);color:var(--ink-3,#94a1b1);letter-spacing:-.01em}.stories-module__88ryYG__cardActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.stories-module__88ryYG__badge{white-space:nowrap;cursor:default;border-radius:5px;align-items:center;padding:2px 7px;font-size:11px;font-weight:600;line-height:1.4;display:inline-flex}.stories-module__88ryYG__badgeActive{color:#166534;cursor:pointer;background:#dcfce7;transition:filter .12s}.stories-module__88ryYG__badgeActive:hover{filter:brightness(.92)}.stories-module__88ryYG__badgeInactive{background:var(--surface-sunken,#f1f4f8);color:var(--ink-3,#6b7888);cursor:pointer;transition:background .12s,color .12s}.stories-module__88ryYG__badgeInactive:hover{color:#166534;background:#dcfce7}.stories-module__88ryYG__badgeBase{background:var(--brand-soft,#e6f1fa);color:var(--ff-blue-600)}.stories-module__88ryYG__badgeLink{color:var(--ink-2,#3a4451);background:#f3f4f6}.stories-module__88ryYG__loading{color:var(--ink-3,#6b7888);justify-content:center;align-items:center;gap:8px;padding:48px 0;font-size:14px;display:flex}.stories-module__88ryYG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0f172a80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.stories-module__88ryYG__modal{background:var(--surface-card,#fff);border:1px solid var(--line,#e1e7ee);border-radius:14px;flex-direction:column;width:min(92vw,560px);max-height:92dvh;display:flex;overflow-y:auto;box-shadow:0 24px 60px #0003}.stories-module__88ryYG__modalHeader{border-bottom:1px solid var(--line,#e1e7ee);background:var(--surface-card,#fff);z-index:1;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex;position:sticky;top:0}.stories-module__88ryYG__modalTitle{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.stories-module__88ryYG__modalCloseBtn{width:30px;height:30px;color:var(--ink-3,#6b7888);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;font-family:inherit;transition:background .12s,color .12s;display:inline-flex}.stories-module__88ryYG__modalCloseBtn:hover{background:var(--surface-sunken,#f1f4f8);color:var(--ink,#131922)}.stories-module__88ryYG__modalBody{flex-direction:column;flex:1;gap:14px;padding:18px 20px;display:flex}.stories-module__88ryYG__modalFooter{border-top:1px solid var(--line,#e1e7ee);background:var(--surface-card,#fff);border-radius:0 0 14px 14px;justify-content:flex-end;gap:8px;padding:14px 20px 18px;display:flex;position:sticky;bottom:0}.stories-module__88ryYG__btnSave{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:700;transition:filter .12s;display:inline-flex}.stories-module__88ryYG__btnSave:hover:not(:disabled){filter:brightness(.9)}.stories-module__88ryYG__btnSave:disabled{opacity:.5;cursor:not-allowed}.stories-module__88ryYG__btnCancel{background:var(--surface-card,#fff);color:var(--ink-2,#3a4451);border:1px solid var(--line,#e1e7ee);cursor:pointer;border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.stories-module__88ryYG__btnCancel:hover{background:var(--surface-sunken,#f1f4f8);border-color:var(--line,#bcc6d2)}.stories-module__88ryYG__formSection{border-top:1px solid var(--line,#e1e7ee);flex-direction:column;gap:14px;padding-top:14px;display:flex}.stories-module__88ryYG__formSectionLabel{color:var(--ink-3,#6b7888);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin-bottom:-4px;font-size:11px;font-weight:700;display:flex}.stories-module__88ryYG__field{flex-direction:column;gap:4px;display:flex}.stories-module__88ryYG__fieldLabel{color:var(--ink-3,#6b7888);font-size:12px;font-weight:600}.stories-module__88ryYG__fieldRequired{color:#dc2626;margin-left:2px}.stories-module__88ryYG__fieldHint{color:var(--ink-3,#94a1b1);margin-left:4px;font-weight:400}.stories-module__88ryYG__fieldHelp{color:var(--ink-3,#94a1b1);font-size:11px;line-height:1.5}.stories-module__88ryYG__input{border:1px solid var(--line,#e1e7ee);background:var(--surface-sunken,#f8fafc);width:100%;font-size:13px;font-family:var(--font-display,"Manrope", system-ui, sans-serif);color:var(--ink,#131922);box-sizing:border-box;border-radius:8px;outline:none;padding:8px 10px;transition:border-color .12s,box-shadow .12s}.stories-module__88ryYG__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft,#e6f1fa);background:var(--surface-card,#fff)}.stories-module__88ryYG__textarea{border:1px solid var(--line,#e1e7ee);background:var(--surface-sunken,#f8fafc);width:100%;font-size:13px;font-family:var(--font-display,"Manrope", system-ui, sans-serif);color:var(--ink,#131922);box-sizing:border-box;resize:vertical;border-radius:8px;outline:none;padding:8px 10px;line-height:1.5;transition:border-color .12s,box-shadow .12s}.stories-module__88ryYG__textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft,#e6f1fa);background:var(--surface-card,#fff)}.stories-module__88ryYG__select{border:1px solid var(--line,#e1e7ee);background:var(--surface-sunken,#f8fafc);width:100%;font-size:13px;font-family:var(--font-display,"Manrope", system-ui, sans-serif);color:var(--ink,#131922);box-sizing:border-box;cursor:pointer;border-radius:8px;outline:none;padding:8px 10px;transition:border-color .12s,box-shadow .12s}.stories-module__88ryYG__select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft,#e6f1fa)}.stories-module__88ryYG__grid2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:400px){.stories-module__88ryYG__grid2{grid-template-columns:1fr}}.stories-module__88ryYG__colorRow{align-items:center;gap:8px;display:flex}.stories-module__88ryYG__colorPicker{border:1px solid var(--line,#e1e7ee);cursor:pointer;background:var(--surface-sunken,#f8fafc);border-radius:7px;flex-shrink:0;width:38px;height:34px;padding:2px}.stories-module__88ryYG__emojiWrap{position:relative}.stories-module__88ryYG__emojiInputRow{gap:6px;display:flex}.stories-module__88ryYG__emojiBtnToggle{border:1px solid var(--line,#e1e7ee);background:var(--surface-sunken,#f8fafc);height:34px;color:var(--ink-3,#6b7888);cursor:pointer;border-radius:8px;padding:0 10px;font-family:inherit;font-size:16px;line-height:1;transition:background .12s,border-color .12s,color .12s}.stories-module__88ryYG__emojiBtnToggle:hover,.stories-module__88ryYG__emojiBtnToggleOpen{background:var(--brand);color:#fff;border-color:var(--brand)}.stories-module__88ryYG__emojiPanel{z-index:100;background:var(--surface-card,#fff);border:1px solid var(--line,#e1e7ee);border-radius:10px;padding:12px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 8px 24px #0000001f}.stories-module__88ryYG__emojiGroupLabel{color:var(--ink-3,#94a1b1);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:10px;font-weight:700}.stories-module__88ryYG__emojiGrid{flex-wrap:wrap;gap:3px;margin-bottom:10px;display:flex}.stories-module__88ryYG__emojiBtn{cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:18px;transition:background .1s,border-color .1s;display:flex}.stories-module__88ryYG__emojiBtn:hover{background:var(--surface-sunken,#f1f4f8)}.stories-module__88ryYG__emojiBtnSelected{border-color:var(--brand);background:var(--brand-soft,#e6f1fa)}.stories-module__88ryYG__emojiCloseBtn{color:var(--ink-3,#94a1b1);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px}.stories-module__88ryYG__checkRow{align-items:center;gap:10px;display:flex}.stories-module__88ryYG__checkLabel{cursor:pointer;color:var(--ink-2,#3a4451);-webkit-user-select:none;user-select:none;font-size:13px}.stories-module__88ryYG__imgPreviewWrap{align-items:center;gap:10px;margin-top:6px;display:flex}.stories-module__88ryYG__imgPreviewThumb{object-fit:cover;border:1px solid var(--line,#e1e7ee);border-radius:8px;width:60px;height:60px}.stories-module__88ryYG__imgPreviewHint{color:var(--ink-3,#94a1b1);font-size:11px}.stories-module__88ryYG__fileInputHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.stories-module__88ryYG__filePickBtn{border:1.5px dashed var(--line,#e1e7ee);width:100%;color:var(--ink-3,#6b7888);cursor:pointer;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .12s,color .12s,background .12s;display:flex}.stories-module__88ryYG__filePickBtn:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft,#e6f1fa)}.stories-module__88ryYG__filePickText{flex-direction:column;gap:2px;display:flex}.stories-module__88ryYG__filePickHint{color:var(--ink-3,#94a1b1);font-size:11px;font-weight:400}.stories-module__88ryYG__filePicked{border:1px solid var(--brand-soft,#e6f1fa);background:var(--brand-soft,#e6f1fa);color:var(--brand);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.stories-module__88ryYG__filePickedName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.stories-module__88ryYG__filePickedRemove{width:22px;height:22px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;display:inline-flex}.stories-module__88ryYG__filePickedRemove:hover{background:#00000014}.stories-module__88ryYG__phoneWrap{justify-content:center;padding:8px 0 4px;display:flex}.stories-module__88ryYG__phone{aspect-ratio:9/18;background:#0b0f16;border-radius:28px;flex-shrink:0;width:208px;padding:8px;box-shadow:0 10px 30px #00000040,inset 0 0 0 1px #ffffff0f}.stories-module__88ryYG__storyScreen{border-radius:22px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.stories-module__88ryYG__storyBgImg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.stories-module__88ryYG__storyBgOverlay{background:#00000073;position:absolute;inset:0}.stories-module__88ryYG__storyProgress{z-index:2;background:#ffffff59;border-radius:2px;height:3px;margin:10px 12px 0;position:relative;overflow:hidden}.stories-module__88ryYG__storyProgressFill{background:#fff;border-radius:2px;width:55%;height:100%;display:block}.stories-module__88ryYG__storyClose{z-index:3;color:#fff;background:#00000047;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:24px;right:12px}.stories-module__88ryYG__storyContent{z-index:2;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;min-height:0;padding:20px 16px;display:flex;position:relative}.stories-module__88ryYG__storyIcon{background:#0000002e;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:28px;line-height:1;display:flex}.stories-module__88ryYG__storyTitulo{color:#fff;text-shadow:0 1px 4px #00000040;overflow-wrap:anywhere;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:17px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.stories-module__88ryYG__storySubtitulo{color:#ffffffd1;overflow-wrap:anywhere;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.stories-module__88ryYG__storyContenido{color:#ffffffe6;overflow-wrap:anywhere;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin-top:6px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.stories-module__88ryYG__storyCta{color:#131922;white-space:nowrap;background:#fffffff2;border-radius:20px;margin-top:12px;padding:7px 16px;font-size:12px;font-weight:700}.stories-module__88ryYG__storyEmpty{color:#ffffffbf;padding:0 8px;font-size:12px;font-style:italic}.stories-module__88ryYG__storyFooter{z-index:2;text-align:center;color:#ffffff8c;padding-bottom:14px;font-size:10px;font-weight:600;position:relative}
