/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */.container{width:100%}body{color:#374151;background-color:#f3f4f6;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.container{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.card{background-color:#fff;border-radius:.75rem;width:100%;max-width:48rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.title{color:#4338ca;font-size:1.875rem;font-weight:700}.subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.warning{color:#ef4444;font-size:.875rem;font-weight:600;display:block}.label{color:#4b5563;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.input-field,.textarea-field{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .75rem;transition:all .2s;display:block;box-shadow:0 1px 2px #0000000d}.input-field:focus,.textarea-field:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f180}.file-input{color:#6b7280;width:100%;margin-top:.25rem;font-size:.875rem;display:block}.file-input-button{color:#4f46e5;cursor:pointer;background-color:#e0e7ff;border:0;border-radius:.375rem;margin-right:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.file-preview img,.file-preview video{border-radius:.5rem;max-width:12rem;max-height:12rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button-container{flex-direction:column;justify-content:center;align-items:center;margin-top:1.5rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.post-now-button{color:#fff;background-color:#4f46e5}.schedule-button{color:#4f46e5;background-color:#e0e7ff;margin-top:1rem}.message-box{text-align:center;border-radius:.375rem;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.error-box{color:#dc2626;background-color:#fee2e2}.success-box{color:#065f46;background-color:#d1fae5}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s ease-in-out infinite spin;display:inline-block}@media (min-width:768px){.button-container{flex-direction:row;margin-top:2rem}.schedule-button{margin-top:0}.button{width:auto}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:#f3f4f6;color:#374151}.container{min-height:100vh;padding:1rem;display:flex;align-items:center;justify-content:center}.card{width:100%;max-width:48rem;background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.title{font-size:1.875rem;font-weight:700;color:#4338ca}.subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.warning{display:block;font-size:.875rem;font-weight:600;color:#ef4444}.form-group{margin-bottom:1rem}.label{display:block;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.25rem}.input-field,.textarea-field{display:block;width:100%;padding:.5rem .75rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;transition:all .2s}.input-field:focus,.textarea-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f180}.textarea-field{resize:vertical}.file-input{margin-top:.25rem;display:block;width:100%;font-size:.875rem;color:#6b7280}.file-input-button{margin-right:1rem;padding:.5rem 1rem;border:0;border-radius:.375rem;font-size:.875rem;font-weight:600;background-color:#e0e7ff;color:#4f46e5;cursor:pointer;transition:background-color .2s}.file-input-button:hover{background-color:#c7d2fe}.file-preview{margin-top:1rem}.file-preview img,.file-preview video{max-width:12rem;max-height:12rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button-container{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.button{width:100%;padding:.75rem 1.5rem;border:1px solid transparent;border-radius:.375rem;font-size:1rem;font-weight:500;box-shadow:0 1px 2px #0000000d;transition:all .2s;cursor:pointer;display:flex;align-items:center;justify-content:center}.button:disabled{cursor:not-allowed;opacity:.5}.post-now-button{background-color:#4f46e5;color:#fff}.post-now-button:hover:not(:disabled){background-color:#4338ca}.schedule-button{margin-top:1rem;background-color:#e0e7ff;color:#4f46e5}.schedule-button:hover:not(:disabled){background-color:#c7d2fe}.message-box{margin-top:1rem;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;text-align:center}.error-box{background-color:#fee2e2;color:#dc2626}.success-box{background-color:#d1fae5;color:#065f46}.loading-spinner{display:inline-block;width:1.25rem;height:1.25rem;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.75rem}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.button-container{flex-direction:row;margin-top:2rem}.schedule-button{margin-top:0}.button{width:auto}}
