.preview-form-page{background:var(--surface-alt,#f1f5f9);flex-direction:column;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex}.preview-form-container{width:100%;max-width:720px;margin:auto 0}.preview-form-header{justify-content:center;margin-bottom:20px;display:flex}.preview-form-logo{object-fit:contain;width:auto;height:40px}.preview-form-card{background:#fff;border-radius:20px;padding:32px 40px 24px;box-shadow:0 24px 80px #00000014,0 0 0 1px #0000000a}.preview-form-title{font-family:var(--font-outfit),"Outfit",sans-serif;color:#0f172a;letter-spacing:-.02em;text-align:center;margin-bottom:8px;font-size:1.6rem;font-weight:700;line-height:1.2}.preview-form-subtitle{color:#64748b;text-align:center;margin-bottom:24px;font-size:.9rem;line-height:1.5}.preview-form{flex-direction:column;gap:16px;display:flex}.preview-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.preview-form-field{flex-direction:column;gap:6px;display:flex}.preview-form-label{color:#1e293b;letter-spacing:.01em;font-size:.85rem;font-weight:600}.preview-form-input{color:#0f172a;background:#f8fafc;border:1.5px solid #00000014;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.preview-form-input::placeholder{color:#94a3b8}.preview-form-input:focus{border-color:var(--accent,#9333ea);background:#fff;box-shadow:0 0 0 3px #9333ea1a}.preview-form-field.full-width{grid-column:1/-1}.preview-form-helper{color:#64748b;margin-top:4px;font-size:.8rem}.file-upload-wrapper{cursor:pointer;background:#f8fafc;border:2px dashed #00000026;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100px;transition:all .2s;display:flex;position:relative;overflow:hidden}.file-upload-wrapper:hover,.file-upload-wrapper:focus-within{border-color:var(--accent,#9333ea);background:#9333ea05}.file-upload-input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;inset:0}.file-upload-content{color:#64748b;z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex}.file-upload-icon{color:#94a3b8;width:28px;height:28px;transition:color .2s}.file-upload-wrapper:hover .file-upload-icon{color:var(--accent,#9333ea)}.file-upload-text{color:#0f172a;font-size:.9rem;font-weight:500}.loom-instructions{background:#f8fafc;border:1px solid #0000000d;border-radius:8px;margin-top:8px;padding:14px 16px}.loom-instructions-title{color:#1e293b;margin-bottom:8px;font-size:.85rem;font-weight:600}.loom-instructions-list{color:#475569;margin-bottom:10px;padding-left:20px;font-size:.85rem;line-height:1.6}.loom-instructions-list li{margin-bottom:4px}.loom-instructions-footer{color:#64748b;font-size:.85rem;font-style:italic}.preview-form-disclaimer{color:#94a3b8;border-top:1px solid #0000000f;margin-top:4px;padding-top:16px;font-size:.8rem;line-height:1.55}.preview-form-submit{color:#fff;background:linear-gradient(135deg,var(--brand-from,#9333ea),var(--brand-mid,#a855f7));cursor:pointer;letter-spacing:-.01em;border:none;border-radius:12px;width:100%;margin-top:8px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 0 24px #9333ea33,0 4px 12px #00000026}.preview-form-submit:hover{background:linear-gradient(135deg,var(--accent-hover,#7e22ce),var(--brand-from,#9333ea));transform:translateY(-1px);box-shadow:0 0 36px #9333ea59,0 6px 20px #0003}.preview-form-submit:active{transform:translateY(0)}.preview-form-error-modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.preview-form-error-content{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:36px 32px;animation:.3s cubic-bezier(.16,1,.3,1) modalFadeIn;box-shadow:0 24px 60px #00000026}.preview-form-error-title{font-family:var(--font-outfit),"Outfit",sans-serif;color:#ef4444;margin-bottom:12px;font-size:1.4rem;font-weight:700}.preview-form-error-text{color:#64748b;margin-bottom:28px;font-size:.95rem;line-height:1.5}.preview-form-error-close{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:10px;width:100%;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.preview-form-error-close:hover{background:#0f172a;transform:translateY(-1px)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.preview-form-page{height:auto;min-height:100vh;padding:100px 16px 40px;overflow-y:visible}.preview-form-card{padding:24px 20px}.preview-form-title{font-size:1.5rem}.preview-form-subtitle{font-size:.9rem}.preview-form{gap:16px}.preview-form-grid{grid-template-columns:1fr;gap:16px}.preview-form-input{padding:12px 14px}}
