.editor-page{position:fixed;inset:0;z-index:1000;background:#f5f5f5}.editor-page~header,.editor-page~footer,body>header,body>footer{display:none!important}.form-editor{display:flex;flex-direction:column;height:100vh;background:#f1f5f9}.form-editor--loading,.form-editor--error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;text-align:center;padding:24px}.form-editor__spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-editor__error-icon{width:64px;height:64px;background:#fee2e2;color:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.form-editor--error h2{font-size:1.5rem;color:#1e293b;margin:0}.form-editor--error p{color:#64748b;margin:0;max-width:400px}.form-editor__header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:linear-gradient(180deg,#fff,#fafbfc);border-bottom:1px solid #e2e8f0;flex-shrink:0;box-shadow:0 1px 3px #0000000a}.form-editor__header-left{display:flex;align-items:center;gap:16px}.form-editor__logo{display:flex;align-items:center;text-decoration:none}.form-editor__logo img{height:28px;width:auto}.form-editor__divider{width:1px;height:28px;background:#e2e8f0}.form-editor__back-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.form-editor__back-btn svg{flex-shrink:0}.form-editor__back-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.form-editor__form-info{display:flex;align-items:center;gap:10px}.form-editor__form-badge{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff}.form-editor__title{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.form-editor__title-btn{display:flex;align-items:center;gap:8px;padding:6px 10px;margin:-6px -10px;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s ease}.form-editor__title-btn svg{color:#94a3b8;transition:color .15s ease}.form-editor__title-btn:hover{background:#f8fafc;border-color:#e2e8f0}.form-editor__title-btn:hover svg{color:#6366f1}.form-editor__title-input{font-family:inherit;font-size:1rem;font-weight:600;color:#1e293b;padding:6px 10px;margin:-6px -10px;background:#fff;border:2px solid #6366f1;border-radius:6px;outline:none;min-width:150px;max-width:300px}.form-editor__title-input:focus{box-shadow:0 0 0 3px #6366f126}.form-editor__header-right{display:flex;align-items:center;gap:16px}.form-editor__zoom{display:flex;align-items:center;gap:2px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:4px}.form-editor__zoom-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s ease}.form-editor__zoom-btn:hover{background:#fff;color:#1e293b;box-shadow:0 1px 2px #0000000d}.form-editor__zoom-value{min-width:48px;text-align:center;font-size:13px;font-weight:600;color:#475569}.form-editor__done-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef444459,inset 0 1px #ffffff26;position:relative;overflow:hidden}.form-editor__done-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:shimmer 2.5s ease-in-out infinite}.form-editor__done-btn:after{content:"";position:absolute;inset:-2px;border-radius:12px;background:linear-gradient(135deg,#ef4444,#dc2626);z-index:-1;opacity:0;animation:pulse-glow 2s ease-in-out infinite}.form-editor__done-btn svg{position:relative;z-index:1}.form-editor__done-btn span{position:relative;z-index:1}.form-editor__done-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #ef444473,inset 0 1px #ffffff26}.form-editor__done-btn:hover:not(:disabled):before{animation:shimmer 1.5s ease-in-out infinite}.form-editor__done-btn:active:not(:disabled){transform:translateY(0) scale(1);box-shadow:0 2px 6px #ef44444d}.form-editor__done-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;animation:none}.form-editor__done-btn:disabled:before,.form-editor__done-btn:disabled:after{animation:none}@keyframes shimmer{0%{left:-100%}50%,to{left:100%}}@keyframes pulse-glow{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.form-editor__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.form-editor__btn:disabled{opacity:.6;cursor:not-allowed}.form-editor__btn--secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.form-editor__btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.form-editor__btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.form-editor__toast{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:12px;z-index:1001;box-shadow:0 4px 12px #00000026}.form-editor__toast button{background:transparent;border:none;color:inherit;font-size:18px;cursor:pointer;opacity:.7}.form-editor__toast button:hover{opacity:1}.form-editor__toast--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-editor__container{flex:1;overflow:hidden;position:relative}.form-editor__pdf-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#f1f5f9;z-index:10}.form-editor__pdf-loading p{font-size:16px;color:#64748b;margin:0}.form-editor__container .ppt-pdf-viewer-wrapper{height:100%}.form-editor__container .ppt-pdf-content{background:#e2e8f0}.download-auth-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.download-auth-modal{position:relative;width:100%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.download-auth-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;transition:all .15s ease;z-index:1}.download-auth-modal__close:hover{background:#e2e8f0;color:#1e293b}.download-auth-modal__header{padding:40px 32px 24px;text-align:center}.download-auth-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;color:#fff;margin-bottom:20px}.download-auth-modal__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 8px}.download-auth-modal__subtitle{font-size:.9375rem;color:#64748b;margin:0;line-height:1.5}.download-auth-modal__content{padding:0 32px 32px}.download-auth-modal__error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.875rem;margin-bottom:20px}.download-auth-modal__error svg{flex-shrink:0}.download-auth-modal__field{margin-bottom:16px}.download-auth-modal__field label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:6px}.download-auth-modal__field input{width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;outline:none;transition:all .15s ease}.download-auth-modal__field input:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.download-auth-modal__field input::placeholder{color:#94a3b8}.download-auth-modal__hint{display:block;font-size:.8125rem;color:#64748b;margin-top:6px}.download-auth-modal__submit{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #6366f14d}.download-auth-modal__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.download-auth-modal__submit:disabled{opacity:.7;cursor:not-allowed}.download-auth-modal__back{width:100%;padding:12px;font-family:inherit;font-size:.875rem;font-weight:500;color:#64748b;background:transparent;border:none;cursor:pointer;margin-top:12px;transition:color .15s ease}.download-auth-modal__back:hover{color:#6366f1}.download-auth-modal__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.download-auth-modal__divider{display:flex;align-items:center;gap:16px;margin:24px 0}.download-auth-modal__divider:before,.download-auth-modal__divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.download-auth-modal__divider span{font-size:.8125rem;color:#94a3b8;font-weight:500}.download-auth-modal__google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:500;color:#374151;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s ease}.download-auth-modal__google:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.download-auth-modal__google:disabled{opacity:.7;cursor:not-allowed}.download-auth-modal__email-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;font-weight:500;color:#334155;margin-bottom:16px}.download-auth-modal__footer{padding:20px 32px;background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 20px 20px;text-align:center}.download-auth-modal__footer p{font-size:.75rem;color:#64748b;margin:0;line-height:1.5}.download-auth-modal__footer a{color:#6366f1;text-decoration:none}.download-auth-modal__footer a:hover{text-decoration:underline}
