.pricing-module__kvPdYW__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.pricing-module__kvPdYW__contentWrapper{flex-direction:column;flex:1;align-items:center;padding:4rem 2rem;display:flex}.pricing-module__kvPdYW__header{text-align:center;margin-bottom:4rem}.pricing-module__kvPdYW__header h1{font-size:3rem;font-family:var(--font-display);margin-bottom:1rem}.pricing-module__kvPdYW__header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.pricing-module__kvPdYW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1000px;display:grid}.pricing-module__kvPdYW__card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;padding:3rem 2rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.pricing-module__kvPdYW__card:hover{transform:translateY(-5px)}.pricing-module__kvPdYW__proCard{border-color:var(--accent-primary);box-shadow:0 10px 40px -10px var(--accent-glow)}.pricing-module__kvPdYW__popularBadge{background:var(--accent-primary);color:#000;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.pricing-module__kvPdYW__planName{font-size:1.5rem;font-family:var(--font-display);margin-bottom:.5rem}.pricing-module__kvPdYW__price{align-items:baseline;margin-bottom:2rem;font-size:3rem;font-weight:700;display:flex}.pricing-module__kvPdYW__price span{color:var(--text-secondary);margin-left:.25rem;font-size:1rem;font-weight:400}.pricing-module__kvPdYW__features{flex-grow:1;margin:0 0 3rem;padding:0;list-style:none}.pricing-module__kvPdYW__features li{color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.pricing-module__kvPdYW__features li.pricing-module__kvPdYW__missing{opacity:.5;text-decoration:line-through}.pricing-module__kvPdYW__actionBtn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:500;transition:all .2s;display:flex}.pricing-module__kvPdYW__primaryBtn{background:var(--accent-primary);color:#000}.pricing-module__kvPdYW__primaryBtn:hover{background:#fff}.pricing-module__kvPdYW__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-color);background:#ffffff0d}.pricing-module__kvPdYW__secondaryBtn:hover{background:#ffffff1a}.pricing-module__kvPdYW__debugSection{border:1px dashed var(--border-color);text-align:center;border-radius:8px;margin-top:4rem;padding:1rem}.pricing-module__kvPdYW__debugSection button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;margin:.5rem;padding:.5rem 1rem}
.navbar-module__cEd8zG__nav{border-bottom:1px solid var(--border-color);z-index:100;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.navbar-module__cEd8zG__navContent{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-module__cEd8zG__left{align-items:center;gap:1.5rem;display:flex}.navbar-module__cEd8zG__backBtn{color:var(--text-secondary);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.navbar-module__cEd8zG__backBtn:hover{color:var(--accent-primary)}.navbar-module__cEd8zG__divider{background:var(--border-color);width:1px;height:24px;margin:0 .5rem}.navbar-module__cEd8zG__logo{letter-spacing:-.5px;color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.navbar-module__cEd8zG__logoIcon{color:var(--accent-primary)}.navbar-module__cEd8zG__user{color:var(--text-secondary);align-items:center;gap:1.25rem;font-size:.9rem;display:flex}.navbar-module__cEd8zG__tierBadge{text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:800;text-decoration:none}.navbar-module__cEd8zG__tierPro{background:var(--accent-primary);color:#000}.navbar-module__cEd8zG__tierFree{color:var(--text-secondary);background:#ffffff1a}.navbar-module__cEd8zG__avatar{background:var(--bg-tertiary);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.navbar-module__cEd8zG__avatar:hover{border-color:var(--accent-primary);transform:scale(1.05)}.navbar-module__cEd8zG__avatar img{object-fit:cover;width:100%;height:100%}
.toast-module__7lpCUW__toast{background:var(--bg-secondary);border:1px solid var(--border-color);color:#fff;z-index:9999;pointer-events:none;border-radius:12px;padding:1rem 2rem;font-weight:600;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000080}.toast-module__7lpCUW__success{background:#4caf501a;border-color:#4caf50}.toast-module__7lpCUW__error{background:#f443361a;border-color:#f44336}.toast-module__7lpCUW__info{border-color:var(--accent-primary);background:#ff99001a}
.editor-module__9dG5Ga__container{background:var(--bg-primary);height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.editor-module__9dG5Ga__focusMode .editor-module__9dG5Ga__header,.editor-module__9dG5Ga__focusMode .editor-module__9dG5Ga__sidebar,.editor-module__9dG5Ga__focusMode .editor-module__9dG5Ga__editorFooter,.editor-module__9dG5Ga__focusMode .editor-module__9dG5Ga__mobileToolbar{display:none!important}.editor-module__9dG5Ga__focusMode .editor-module__9dG5Ga__pageWrapper{padding-top:40px!important}.editor-module__9dG5Ga__exitZen{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-muted);opacity:0;z-index:1000;pointer-events:none;border-radius:20px;align-items:center;gap:.5rem;padding:8px 16px;font-size:.8rem;transition:opacity .3s cubic-bezier(.4,0,.2,1),background .2s;display:flex;position:fixed;bottom:2rem;right:2rem}.editor-module__9dG5Ga__container:hover .editor-module__9dG5Ga__exitZen{opacity:.2;pointer-events:auto}.editor-module__9dG5Ga__exitZen:hover{background:var(--bg-tertiary);color:var(--accent-primary);transform:translateY(-2px);opacity:1!important}.editor-module__9dG5Ga__header{z-index:10;border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex}@media screen and (max-width:768px){.editor-module__9dG5Ga__header{flex-direction:column;align-items:stretch;gap:.5rem;height:auto;min-height:60px;padding:.5rem .75rem}.editor-module__9dG5Ga__left,.editor-module__9dG5Ga__right{justify-content:space-between;gap:.25rem;width:100%}.editor-module__9dG5Ga__titleInput{flex:1;width:auto;font-size:.9rem}.editor-module__9dG5Ga__btnLabel{display:none}.editor-module__9dG5Ga__iconBtn{padding:.5rem}.editor-module__9dG5Ga__divider{display:none}}.editor-module__9dG5Ga__editorLogo{letter-spacing:-.5px;color:var(--text-primary);align-items:center;gap:.5rem;margin-right:.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.editor-module__9dG5Ga__logoIcon{color:var(--accent-primary)}.editor-module__9dG5Ga__tierBadge{text-transform:uppercase;letter-spacing:1px;border-radius:4px;margin-left:.5rem;padding:2px 8px;font-size:.65rem;font-weight:800;text-decoration:none;display:inline-block}.editor-module__9dG5Ga__tierPro{background:var(--accent-primary);color:#000}.editor-module__9dG5Ga__tierFree{color:var(--text-secondary);background:#ffffff1a}.editor-module__9dG5Ga__readOnlyBadge{text-transform:uppercase;letter-spacing:1px;color:#ef5350;background:#ef535033;border:1px solid #ef535066;border-radius:4px;align-items:center;gap:6px;margin-left:.5rem;padding:2px 8px;font-size:.65rem;font-weight:800;display:flex}.editor-module__9dG5Ga__left,.editor-module__9dG5Ga__right{align-items:center;gap:1rem;display:flex}.editor-module__9dG5Ga__backBtn{color:var(--text-secondary);transition:color .2s}.editor-module__9dG5Ga__backBtn:hover{color:var(--text-primary)}.editor-module__9dG5Ga__titleInput{color:var(--text-primary);background:0 0;border:none;border-radius:4px;outline:none;width:300px;padding:4px 8px;font-size:1rem;font-weight:600;transition:background .2s}.editor-module__9dG5Ga__titleInput:focus{background:#ffffff0d}.editor-module__9dG5Ga__iconBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:.5rem .75rem;transition:all .2s;display:flex}.editor-module__9dG5Ga__btnLabel{text-transform:uppercase;letter-spacing:.5px;opacity:.7;font-size:.65rem;font-weight:500}.editor-module__9dG5Ga__iconBtn:disabled{opacity:.5;cursor:not-allowed}.editor-module__9dG5Ga__spinning{animation:1s linear infinite editor-module__9dG5Ga__spin;color:var(--accent-primary)!important}@keyframes editor-module__9dG5Ga__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.editor-module__9dG5Ga__exportDropdown{position:relative}.editor-module__9dG5Ga__exportDropdown:hover .editor-module__9dG5Ga__dropdownContent{display:block}.editor-module__9dG5Ga__dropdownContent{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:100;border-radius:8px;min-width:200px;padding:8px 0;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 20px #0006}.editor-module__9dG5Ga__dropdownContent button{text-align:left;width:100%;color:var(--text-secondary);padding:10px 16px;font-size:.9rem;transition:background .2s,color .2s;display:block}.editor-module__9dG5Ga__dropdownContent button:hover{color:var(--text-primary);background:#ffffff0d}.editor-module__9dG5Ga__divider{background:var(--border-color);width:1px;height:24px}.editor-module__9dG5Ga__userProfile{background:var(--bg-tertiary);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.editor-module__9dG5Ga__userProfile:hover{border-color:var(--accent-primary)}.editor-module__9dG5Ga__avatar{object-fit:cover;width:100%;height:100%;display:block}.editor-module__9dG5Ga__editorWrapper{flex:1;display:flex;overflow:hidden}.editor-module__9dG5Ga__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);flex-direction:column;align-items:center;width:60px;padding-top:2rem;display:flex}.editor-module__9dG5Ga__sidebarItem{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:12px;font-size:.6rem;transition:color .2s,background .2s;display:flex}.editor-module__9dG5Ga__sidebarItem:hover,.editor-module__9dG5Ga__sidebarItem.editor-module__9dG5Ga__active{color:var(--text-primary);background:#ffffff0d}.editor-module__9dG5Ga__sidebarItem.editor-module__9dG5Ga__active{color:var(--accent-primary)}.editor-module__9dG5Ga__sidebarSpacer{flex:1}.editor-module__9dG5Ga__formatIndicator{writing-mode:vertical-rl;text-orientation:mixed;color:var(--accent-primary);letter-spacing:2px;padding:20px 0;font-size:.75rem;font-weight:700}.editor-module__9dG5Ga__pageWrapper{background:#1a1a1a;flex:1;padding:80px 20px;overflow-y:auto}.editor-module__9dG5Ga__pageWrapper.editor-module__9dG5Ga__clean{background:var(--bg-primary)}.editor-module__9dG5Ga__scriptPage{color:#000;width:100%;max-width:816px;min-height:1056px;font-family:var(--font-editor);background:#fff repeating-linear-gradient(#0000,#0000 1055px,#eee 1055px 1056px);margin:0 auto;padding:1in 1in 1in 1.5in;position:relative;box-shadow:0 10px 40px #00000080}.editor-module__9dG5Ga__block{margin-bottom:0;position:relative}.editor-module__9dG5Ga__editable{white-space:pre-wrap;word-break:break-word;outline:none;min-height:1.2em}.editor-module__9dG5Ga__editable:focus:empty:before{content:attr(data-placeholder);color:#ccc;opacity:.5;font-style:italic}.editor-module__9dG5Ga__scene{text-transform:uppercase;max-width:61ch;margin-top:25pt;margin-bottom:12pt;font-weight:700;position:relative}.editor-module__9dG5Ga__sceneNumber{color:#333;pointer-events:none;white-space:nowrap;margin-right:.5in;font-family:Courier Prime,Courier,monospace;font-size:12pt;font-weight:400;position:absolute;top:0;right:100%}.editor-module__9dG5Ga__action{max-width:61ch;margin-bottom:12pt;line-height:1.2}.editor-module__9dG5Ga__character{text-transform:uppercase;margin:12pt 0 0 22ch}.editor-module__9dG5Ga__dialogue{max-width:35ch;margin:0 0 12pt 10ch;line-height:1.1}.editor-module__9dG5Ga__parenthetical{justify-content:flex-start;align-items:center;gap:0;max-width:20ch;margin:0 0 0 16ch;font-style:normal;display:flex}.editor-module__9dG5Ga__parenthetical .editor-module__9dG5Ga__editable{min-height:auto;padding:0 2px;display:inline}.editor-module__9dG5Ga__parenthetical:before{content:"(";flex-shrink:0}.editor-module__9dG5Ga__parenthetical:after{content:")";flex-shrink:0}.editor-module__9dG5Ga__transition{text-transform:uppercase;text-align:right;margin:12pt 0}.editor-module__9dG5Ga__note{color:#333;background-color:#fffde7;border-left:4px solid #fbc02d;border-radius:4px;margin:12pt 0;padding:8px 12px;font-family:sans-serif;font-size:10pt;box-shadow:0 1px 3px #0000001a}.editor-module__9dG5Ga__suggestions{z-index:1000;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;min-width:200px;margin-top:4px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #00000080}.editor-module__9dG5Ga__suggestion{cursor:pointer;color:var(--text-secondary);padding:10px 16px;font-size:.9rem;transition:background .2s}.editor-module__9dG5Ga__suggestion:hover,.editor-module__9dG5Ga__activeSuggestion{background:var(--accent-primary);color:#000}.editor-module__9dG5Ga__editorFooter{background:var(--bg-secondary);border-top:1px solid var(--border-color);height:40px;color:var(--text-muted);justify-content:space-between;align-items:center;padding:0 1.5rem;font-size:.75rem;display:flex}.editor-module__9dG5Ga__versionTag{opacity:.5;font-family:var(--font-editor);letter-spacing:1px;font-size:.7rem}.editor-module__9dG5Ga__shortcuts{gap:2rem;display:flex}.editor-module__9dG5Ga__shortcuts b{color:var(--text-secondary)}.editor-module__9dG5Ga__titlePageEditor{justify-content:center;width:100%;display:flex}.editor-module__9dG5Ga__scriptEditorWrapper{flex-direction:column;align-items:center;width:100%;display:flex}.editor-module__9dG5Ga__hideOnScreen{display:none!important}@media print{.editor-module__9dG5Ga__hideOnScreen{display:flex!important}}.editor-module__9dG5Ga__printOnly{display:none}.editor-module__9dG5Ga__titlePageContent{text-align:center;flex-direction:column;justify-content:space-between;height:100%;display:flex}.editor-module__9dG5Ga__tpInput{width:100%;color:inherit;text-align:center;resize:none;background:0 0;border:none;outline:none;padding:10px;font-family:inherit;font-size:1rem}.editor-module__9dG5Ga__tpTitle{text-transform:uppercase;margin-top:200px;font-size:1.5rem;font-weight:700}.editor-module__9dG5Ga__tpAuthor{margin-top:50px}.editor-module__9dG5Ga__tpBasedOn{margin-top:20px}.editor-module__9dG5Ga__tpContact{text-align:left;align-self:flex-start;width:300px;margin-top:auto}@media print{@page{margin:1in 1in 1in 1.5in;size:letter}.editor-module__9dG5Ga__header,.editor-module__9dG5Ga__sidebar,.editor-module__9dG5Ga__editorFooter,.editor-module__9dG5Ga__exportDropdown,.editor-module__9dG5Ga__modalOverlay,.editor-module__9dG5Ga__notification,.editor-module__9dG5Ga__mobileToolbar{display:none!important}.editor-module__9dG5Ga__container,.editor-module__9dG5Ga__pageWrapper,.editor-module__9dG5Ga__editorWrapper{background:#fff!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.editor-module__9dG5Ga__titlePageEditor{page-break-after:always;break-after:page}.editor-module__9dG5Ga__titlePageEditor .editor-module__9dG5Ga__scriptPage{height:8.5in!important;min-height:8.5in!important}.editor-module__9dG5Ga__scriptPage{width:100%!important;max-width:none!important;box-shadow:none!important;background:#fff!important;margin:0!important;padding:0!important;overflow:visible!important}.editor-module__9dG5Ga__block{page-break-inside:avoid;break-inside:avoid}.editor-module__9dG5Ga__character{page-break-after:avoid;break-after:avoid}.editor-module__9dG5Ga__note{display:none!important}.editor-module__9dG5Ga__parenthetical{page-break-after:avoid;break-after:avoid;page-break-before:avoid;break-before:avoid}}.editor-module__9dG5Ga__activeIcon{color:var(--accent-primary);background:#ffffff0d}.editor-module__9dG5Ga__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.editor-module__9dG5Ga__analyticsModal{border:1px solid var(--border-color);border-radius:24px;width:100%;max-width:600px;padding:2.5rem}.editor-module__9dG5Ga__analyticsModal h2{margin-top:0;margin-bottom:2rem;font-size:1.5rem}.editor-module__9dG5Ga__analyticsModal h3{color:var(--text-secondary);margin-top:0;margin-bottom:1.5rem;font-size:1.1rem}.editor-module__9dG5Ga__statsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.editor-module__9dG5Ga__statItem{flex-direction:column;gap:.5rem;display:flex}.editor-module__9dG5Ga__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.editor-module__9dG5Ga__statValue{color:var(--accent-primary);font-size:2rem;font-weight:700}.editor-module__9dG5Ga__characterStats{flex-direction:column;gap:1.25rem;display:flex}.editor-module__9dG5Ga__charRow{grid-template-columns:100px 1fr 80px;align-items:center;gap:1rem;display:grid}.editor-module__9dG5Ga__charName{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.editor-module__9dG5Ga__charBarWrapper{background:#ffffff0d;border-radius:4px;height:8px;overflow:hidden}.editor-module__9dG5Ga__charBar{background:var(--accent-primary);border-radius:4px;height:100%}.editor-module__9dG5Ga__charCount{color:var(--text-muted);text-align:right;font-size:.8rem}.editor-module__9dG5Ga__closeModal{background:#ffffff0d;border-radius:12px;width:100%;margin-top:2.5rem;padding:12px;font-weight:600;transition:background .2s}.editor-module__9dG5Ga__closeModal:hover{background:#ffffff1a}.editor-module__9dG5Ga__navigatorPanel{width:100%;max-width:600px;margin:0 auto;padding:2rem;transition:max-width .3s;animation:.3s ease-out editor-module__9dG5Ga__fadeIn}.editor-module__9dG5Ga__wideNavigator{max-width:1000px}.editor-module__9dG5Ga__navigatorHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.editor-module__9dG5Ga__navigatorHeader h2{color:var(--accent-primary);margin:0;font-size:1.5rem}.editor-module__9dG5Ga__viewToggle{border:1px solid var(--border-color);background:#ffffff0d;border-radius:8px;padding:4px;display:flex}.editor-module__9dG5Ga__toggleBtn{color:var(--text-muted);border-radius:6px;padding:6px 12px;transition:all .2s}.editor-module__9dG5Ga__toggleBtn:hover{color:var(--text-primary)}.editor-module__9dG5Ga__toggleBtn.editor-module__9dG5Ga__active{background:var(--bg-tertiary);color:var(--accent-primary);box-shadow:0 2px 8px #0003}.editor-module__9dG5Ga__sceneList{flex-direction:column;gap:.75rem;display:flex}.editor-module__9dG5Ga__navSceneRow{align-items:center;gap:.5rem;display:flex}.editor-module__9dG5Ga__navSceneItem{text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex:1;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.editor-module__9dG5Ga__rowActions{opacity:0;flex-direction:column;gap:2px;transition:opacity .2s;display:flex}.editor-module__9dG5Ga__navSceneRow:hover .editor-module__9dG5Ga__rowActions{opacity:1}.editor-module__9dG5Ga__rowActions button{color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:4px}.editor-module__9dG5Ga__rowActions button:hover{background:var(--bg-tertiary);color:var(--accent-primary)}.editor-module__9dG5Ga__cardGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.editor-module__9dG5Ga__indexCard{color:#333;aspect-ratio:5/3;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:4px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #0000004d}.editor-module__9dG5Ga__indexCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0006}.editor-module__9dG5Ga__activeCard{border-color:var(--accent-primary);box-shadow:0 0 20px var(--accent-glow)}.editor-module__9dG5Ga__cardHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.editor-module__9dG5Ga__cardNum{font-weight:800;font-family:var(--font-editor);color:#999;font-size:.8rem}.editor-module__9dG5Ga__cardActions{gap:4px;display:flex}.editor-module__9dG5Ga__cardActions button{color:#ccc;padding:2px}.editor-module__9dG5Ga__cardActions button:hover{color:var(--accent-primary)}.editor-module__9dG5Ga__cardTitle{font-family:var(--font-editor);text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.5rem;font-size:.9rem;font-weight:700;display:-webkit-box;overflow:hidden}@keyframes editor-module__9dG5Ga__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{.editor-module__9dG5Ga__watermark:after{content:"Created with FiveDraft.com";text-align:right;color:#999;opacity:.6;z-index:9999;pointer-events:none;width:auto;font-family:Courier Prime,Courier,monospace;font-size:9pt;position:fixed;bottom:.2in;left:auto;right:.5in}}.editor-module__9dG5Ga__healthCheckSection{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:2rem}.editor-module__9dG5Ga__healthHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.editor-module__9dG5Ga__runTestBtn{background:var(--accent-primary);color:#000;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:opacity .2s}.editor-module__9dG5Ga__runTestBtn:disabled{opacity:.5}.editor-module__9dG5Ga__healthResults{flex-direction:column;gap:.75rem;display:flex}.editor-module__9dG5Ga__healthItem{background:#ffffff08;border-radius:8px;justify-content:space-between;padding:10px 14px;font-size:.85rem;display:flex}.editor-module__9dG5Ga__pass{color:#0f8;font-weight:700}.editor-module__9dG5Ga__fail{color:#f44;font-weight:700}.editor-module__9dG5Ga__pending{color:#aaa;font-weight:700}.editor-module__9dG5Ga__floatingSuggestions{border:1px solid var(--border-color);z-index:9999;border-radius:8px;min-width:300px;overflow:hidden;box-shadow:0 10px 40px #0009;background:var(--bg-secondary)!important}.editor-module__9dG5Ga__suggestion{color:var(--text-secondary);cursor:pointer;text-transform:uppercase;background:var(--bg-secondary);border-bottom:1px solid #ffffff0d;padding:12px 18px;font-family:Courier Prime,Courier,monospace;font-size:.95rem}.editor-module__9dG5Ga__suggestion:last-child{border-bottom:none}.editor-module__9dG5Ga__activeSuggestion{font-weight:700;background:var(--accent-primary)!important;color:#000!important}.editor-module__9dG5Ga__userInfo{border-bottom:1px solid var(--border-color);margin-bottom:4px;padding:12px 16px}.editor-module__9dG5Ga__userName{color:var(--text-primary);font-size:.9rem;font-weight:600}.editor-module__9dG5Ga__userEmail{color:var(--text-muted);word-break:break-all;font-size:.75rem}.editor-module__9dG5Ga__menuDivider{background:#ffffff0d;height:1px;margin:4px 0}.editor-module__9dG5Ga__menuSectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;padding:8px 16px 4px;font-size:.65rem;font-weight:700}.editor-module__9dG5Ga__menuLink{align-items:center;gap:10px;padding:10px 16px;font-size:.85rem;text-decoration:none;transition:all .2s;color:var(--text-secondary)!important;display:flex!important}.editor-module__9dG5Ga__menuLink:hover{background:#ffffff08;color:var(--accent-primary)!important}.editor-module__9dG5Ga__logoutBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:.85rem;color:#f44!important;display:flex!important}.editor-module__9dG5Ga__logoutBtn:hover{background:#ff44441a!important}.editor-module__9dG5Ga__notification{z-index:999999!important;color:#fff!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid #fff3!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:12px!important;min-width:300px!important;padding:16px 28px!important;font-size:.95rem!important;font-weight:500!important;transition:all .3s!important;display:flex!important;position:fixed!important;bottom:80px!important;left:auto!important;right:40px!important;box-shadow:0 20px 50px #000c!important}.editor-module__9dG5Ga__success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important}.editor-module__9dG5Ga__error{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important}.editor-module__9dG5Ga__info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important}.editor-module__9dG5Ga__spinning{animation:1s linear infinite editor-module__9dG5Ga__spin!important;display:inline-block!important}.editor-module__9dG5Ga__signInBtn{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.editor-module__9dG5Ga__signInBtn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #ff99004d}.editor-module__9dG5Ga__sidebarDivider{background:#ffffff0d;height:1px;margin:8px 12px}.editor-module__9dG5Ga__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.editor-module__9dG5Ga__saveModal{text-align:center;border:1px solid #ffffff1a;width:100%;max-width:450px;padding:40px}.editor-module__9dG5Ga__modalHeader{flex-direction:column;align-items:center;gap:15px;margin-bottom:20px;display:flex}.editor-module__9dG5Ga__modalHeader h2{color:#fff;margin:0;font-size:1.75rem;font-weight:800}.editor-module__9dG5Ga__saveModal p{color:var(--text-secondary);margin-bottom:30px;line-height:1.6}.editor-module__9dG5Ga__modalActions{flex-direction:column;gap:12px;display:flex}.editor-module__9dG5Ga__primaryModalBtn{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:8px;padding:14px;font-weight:700;transition:all .2s}.editor-module__9dG5Ga__primaryModalBtn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff99004d}.editor-module__9dG5Ga__secondaryModalBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:12px;transition:all .2s}.editor-module__9dG5Ga__secondaryModalBtn:hover{background:#ffffff1a}.editor-module__9dG5Ga__ghostModalBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:10px;font-size:.9rem;transition:all .2s}.editor-module__9dG5Ga__ghostModalBtn:hover{color:#fff}.editor-module__9dG5Ga__modalFooter{color:var(--text-muted);border-top:1px solid #ffffff0d;margin-top:30px;padding-top:20px;font-size:.75rem}@media screen and (max-width:768px){.editor-module__9dG5Ga__pageWrapper{background-image:none;padding:10px 0}.editor-module__9dG5Ga__scriptPage{max-width:100%;box-shadow:none;border-radius:0;padding:1rem .5rem 80px}.editor-module__9dG5Ga__sceneNumber{display:none}.editor-module__9dG5Ga__character{width:80%;margin-left:10%}.editor-module__9dG5Ga__dialogue{width:90%;margin-left:5%}.editor-module__9dG5Ga__parenthetical{width:70%;margin-left:15%}.editor-module__9dG5Ga__header{padding:0 10px}.editor-module__9dG5Ga__titleInput{max-width:120px;font-size:.8rem}.editor-module__9dG5Ga__btnLabel{display:none}.editor-module__9dG5Ga__formatIndicator{margin-bottom:70px}}.editor-module__9dG5Ga__mobileToolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#141414cc;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;height:60px;padding:0 10px;display:none;position:fixed;bottom:0;left:0;right:0}@media screen and (max-width:768px){.editor-module__9dG5Ga__mobileToolbar{display:flex}}.editor-module__9dG5Ga__toolbarBtn{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:.65rem;font-weight:700;transition:all .2s;display:flex}.editor-module__9dG5Ga__toolbarBtn.editor-module__9dG5Ga__active{color:var(--accent-primary)}.editor-module__9dG5Ga__toolbarBtn svg{opacity:.7}.editor-module__9dG5Ga__toolbarBtn.editor-module__9dG5Ga__active svg{opacity:1}.editor-module__9dG5Ga__tabHintToast{background:var(--bg-secondary);border:1px solid var(--accent-primary);z-index:9999;color:var(--text-primary);border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000080,0 0 20px #fbc02d1a}.editor-module__9dG5Ga__tabHintIcon{color:var(--accent-primary);align-items:center;display:flex}.editor-module__9dG5Ga__tabHintText{font-size:.95rem}.editor-module__9dG5Ga__tabHintText kbd{border:1px solid var(--border-color);color:var(--accent-primary);background:#ffffff1a;border-radius:4px;margin:0 4px;padding:2px 6px;font-family:inherit;font-size:.85rem}.editor-module__9dG5Ga__tabHintClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:.5rem;padding:4px;transition:all .2s;display:flex}.editor-module__9dG5Ga__tabHintClose:hover{color:var(--text-primary);background:#ffffff1a}
.account-module__zd0OHa__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.account-module__zd0OHa__contentWrapper{flex-direction:column;flex:1;align-items:center;padding:4rem 2rem;display:flex}.account-module__zd0OHa__card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;gap:2rem;width:100%;max-width:600px;padding:3rem;display:flex}.account-module__zd0OHa__header{border-bottom:1px solid var(--border-color);align-items:center;gap:1.5rem;padding-bottom:2rem;display:flex}.account-module__zd0OHa__avatar{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.account-module__zd0OHa__avatar img{object-fit:cover;width:100%;height:100%}.account-module__zd0OHa__userInfo h1{font-size:1.5rem;font-family:var(--font-display);margin:0}.account-module__zd0OHa__userInfo p{color:var(--text-secondary);margin:.25rem 0 0}.account-module__zd0OHa__section{flex-direction:column;gap:1rem;display:flex}.account-module__zd0OHa__section h2{color:var(--text-secondary);margin:0;font-size:1.2rem}.account-module__zd0OHa__planCard{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.account-module__zd0OHa__planHeader{justify-content:space-between;align-items:center;display:flex}.account-module__zd0OHa__planName{color:var(--text-primary);font-size:1.25rem;font-weight:700}.account-module__zd0OHa__planName.account-module__zd0OHa__pro{color:var(--accent-primary)}.account-module__zd0OHa__planStatus{text-transform:uppercase;letter-spacing:1px;background:#ffffff1a;border-radius:20px;padding:.25rem .75rem;font-size:.8rem}.account-module__zd0OHa__planStatus.account-module__zd0OHa__active{color:var(--accent-primary);background:#fbc02d33}.account-module__zd0OHa__planDetails{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.account-module__zd0OHa__actionBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:flex}.account-module__zd0OHa__primaryBtn{background:var(--accent-primary);color:#000}.account-module__zd0OHa__primaryBtn:hover{background:#fff}.account-module__zd0OHa__dangerBtn{color:#ff4d4d;background:#ff32321a;border:1px solid #ff323233}.account-module__zd0OHa__dangerBtn:hover{background:#ff323233}.account-module__zd0OHa__logoutBtn{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;padding:.75rem 1.5rem;transition:all .2s}.account-module__zd0OHa__logoutBtn:hover{color:var(--text-primary);background:#ffffff0d}
.dashboard-module__XABe8G__container{background:var(--bg-primary);min-height:100vh;color:var(--text-primary)}.dashboard-module__XABe8G__nav{border-bottom:1px solid var(--border-color);z-index:100;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.dashboard-module__XABe8G__navContent{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.dashboard-module__XABe8G__logo{letter-spacing:-.5px;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;display:flex}.dashboard-module__XABe8G__logoIcon{color:var(--accent-primary)}.dashboard-module__XABe8G__user{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.9rem;display:flex}.dashboard-module__XABe8G__avatar{background:var(--bg-tertiary);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.dashboard-module__XABe8G__avatar img{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.dashboard-module__XABe8G__header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.dashboard-module__XABe8G__searchBar{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-muted);border-radius:12px;flex:1;align-items:center;gap:.75rem;padding:0 1rem;transition:border-color .2s;display:flex}.dashboard-module__XABe8G__searchBar:focus-within{border-color:var(--accent-primary)}.dashboard-module__XABe8G__searchBar input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;padding:12px 0}.dashboard-module__XABe8G__newBtn{background:var(--accent-primary);color:#000;border-radius:12px;align-items:center;gap:.5rem;padding:12px 24px;font-weight:600;transition:transform .2s,opacity .2s;display:flex}.dashboard-module__XABe8G__newBtn:hover{opacity:.9;transform:translateY(-2px)}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.dashboard-module__XABe8G__card{border:1px solid var(--border-color);cursor:pointer;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__XABe8G__card:hover{border-color:var(--accent-primary);box-shadow:0 10px 30px -10px var(--accent-glow);transform:translateY(-5px)}.dashboard-module__XABe8G__cardIcon{color:var(--accent-primary);opacity:.5}.dashboard-module__XABe8G__cardInfo h3{margin:0 0 .5rem;font-size:1.25rem}.dashboard-module__XABe8G__cardStats{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.dashboard-module__XABe8G__statBadge{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono);background:#ffffff0d;border:1px solid #ffffff05;border-radius:6px;align-items:center;gap:.35rem;padding:4px 8px;display:flex}.dashboard-module__XABe8G__authorText{color:var(--text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:-.25rem;margin-bottom:.25rem;font-size:.85rem;font-style:italic;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__cardActions{gap:.75rem;margin-top:.5rem;display:flex}.dashboard-module__XABe8G__actionBtn,.dashboard-module__XABe8G__deleteBtn{border-radius:8px;padding:8px;transition:background .2s,color .2s}.dashboard-module__XABe8G__actionBtn{color:var(--text-secondary);background:#ffffff0d}.dashboard-module__XABe8G__actionBtn:hover{color:var(--text-primary);background:#ffffff1a}.dashboard-module__XABe8G__deleteBtn{color:#ff5050;background:#ff50501a}.dashboard-module__XABe8G__deleteBtn:hover{background:#ff505033}.dashboard-module__XABe8G__loading,.dashboard-module__XABe8G__empty{text-align:center;color:var(--text-muted);padding:5rem;font-size:1.1rem}.dashboard-module__XABe8G__unauthorized{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100vh;display:flex}.dashboard-module__XABe8G__homeBtn{background:var(--accent-primary);color:#000;border-radius:12px;padding:12px 32px;font-weight:600}.dashboard-module__XABe8G__versionTag{font-family:var(--font-editor);opacity:.3;letter-spacing:2px;font-size:.75rem;position:fixed;bottom:1.5rem;left:2rem}.dashboard-module__XABe8G__notification{background:var(--bg-secondary);border:1px solid var(--border-color);color:#fff;z-index:2000;pointer-events:none;border-radius:12px;padding:1rem 2rem;font-weight:600;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000080}.dashboard-module__XABe8G__success{background:#4caf501a;border-color:#4caf50}.dashboard-module__XABe8G__error{background:#f443361a;border-color:#f44336}.dashboard-module__XABe8G__info{border-color:var(--accent-primary);background:#ff99001a}@media screen and (max-width:768px){.dashboard-module__XABe8G__header{flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 1.5rem}}.dashboard-module__XABe8G__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__XABe8G__modal{text-align:center;border:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;padding:2rem;display:flex}.dashboard-module__XABe8G__modalIcon{color:var(--accent-primary);justify-content:center;display:flex}.dashboard-module__XABe8G__modalInfo h2{margin:0 0 .5rem;font-size:1.5rem}.dashboard-module__XABe8G__modalInfo p{color:var(--text-secondary);margin:0;line-height:1.5}.dashboard-module__XABe8G__modalActions{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__XABe8G__confirmBtn,.dashboard-module__XABe8G__cancelBtn{border-radius:10px;padding:12px;font-weight:600;transition:all .2s}.dashboard-module__XABe8G__confirmBtn{color:#fff;background:#ff5050;border:none}.dashboard-module__XABe8G__confirmBtn:hover{background:#f33;transform:translateY(-2px);box-shadow:0 5px 15px #ff50504d}.dashboard-module__XABe8G__cancelBtn{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a}.dashboard-module__XABe8G__cancelBtn:hover{color:var(--text-primary);background:#ffffff1a}
