@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";.app{--bg: #0f0f12;--surface: #18181c;--surface-hover: #1f1f24;--border: #2a2a32;--text: #f4f4f5;--text-muted: #a1a1aa;--accent: #6366f1;--accent-hover: #818cf8;--accent-glow: rgba(99, 102, 241, .25);--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);min-height:100vh;background:var(--bg);color:var(--text);padding:2rem 1.5rem 4rem}.header{position:relative;text-align:center;margin-bottom:3rem}.header__row{display:block}.header__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__subtitle{margin:0;color:var(--text-muted);font-size:1rem}.header .btn--small{position:absolute;right:0;top:50%;transform:translateY(-50%)}.login-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.login__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;text-align:center}.login__subtitle{margin:0 0 1.5rem;color:var(--text-muted);font-size:.875rem;text-align:center}.login__form .form__field{margin-bottom:1.25rem}.login__error{margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem;color:#fca5a5;background:#dc262626;border-radius:var(--radius-sm)}.login__submit{width:100%;margin-top:.25rem}.btn--small{padding:.5rem 1rem;font-size:.8125rem}.form{max-width:960px;margin:0 auto}.form__field{margin-bottom:1.5rem}.form__label{display:block;font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem}.form__required{color:#f87171;font-weight:600}.form__input--nome{max-width:320px}.form__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;margin-bottom:2.5rem}.form__cell{display:flex;flex-direction:column;gap:.75rem}.image-slot{display:block;min-width:0}.image-slot__label{font-size:.8125rem;font-weight:500;color:var(--text-muted);display:block}.image-slot__box{display:block;position:relative;width:100%;aspect-ratio:9 / 16;min-height:140px;background:var(--surface);border:2px dashed var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s}.image-slot__box:hover{border-color:var(--accent);background:var(--surface-hover);box-shadow:0 0 0 3px var(--accent-glow)}.image-slot__input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.image-slot__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--text-muted);font-weight:300}.image-slot__preview{width:100%;height:100%;object-fit:cover;display:block}.image-slot__remove{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--radius-sm);background:#0009;color:#fff;cursor:pointer;transition:background .2s,transform .1s;z-index:2}.image-slot__remove:hover{background:#dc2626e6}.image-slot__remove:active{transform:scale(.95)}.form__extra{display:flex;flex-direction:column;gap:.5rem}.form__extra--below-12{flex-direction:column}.form__input{width:100%;padding:.625rem .875rem;font-size:.875rem;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s,box-shadow .2s}.form__input::placeholder{color:var(--text-muted)}.form__input:hover{border-color:#3f3f46}.form__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem}.status-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#000000bf;animation:fadeIn .2s ease}.status-overlay__box{max-height:90vh;overflow-y:auto}.form__status{width:100%;max-width:420px;padding:1.25rem 1.5rem;border-radius:var(--radius);text-align:center}.form__status--loading{background:var(--surface);border:1px solid var(--accent);box-shadow:0 0 0 1px var(--accent-glow)}.form__status-spinner{display:inline-block;width:24px;height:24px;margin-bottom:.75rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:form-spin .8s linear infinite}@keyframes form-spin{to{transform:rotate(360deg)}}.form__status-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--text)}.form__status-text{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.form__status-videos{margin:1rem 0 0;padding:0;list-style:none;text-align:left;font-size:.8125rem}.form__status-video{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;border-bottom:1px solid var(--border);color:var(--text-muted)}.form__status-video:last-child{border-bottom:none}.form__status-video--saved .form__status-video-label,.form__status-video--success .form__status-video-label{color:#86efac}.form__status-video--failed .form__status-video-label,.form__status-video--fail .form__status-video-label{color:#fca5a5}.form__message{width:100%;max-width:420px;margin:0;padding:.75rem 1rem;font-size:.875rem;border-radius:var(--radius-sm)}.form__message--error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.form__message--success{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.3)}.btn{font-family:inherit;font-size:.9375rem;font-weight:600;padding:.875rem 2rem;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 6px 20px var(--accent-glow)}.btn--primary:active{transform:scale(.98)}.btn:disabled,.btn--primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn--primary:disabled:hover{background:var(--accent);box-shadow:0 4px 14px var(--accent-glow)}.btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn--secondary:hover{background:var(--surface-hover);border-color:var(--text-muted);box-shadow:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;max-width:400px;width:100%;box-shadow:var(--shadow);animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal__title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.modal__text{margin:0 0 .5rem;font-size:.875rem;color:var(--text-muted)}.modal__list{margin:0 0 1rem;padding-left:1.25rem;font-size:.875rem;color:var(--text);line-height:1.6}.modal__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}:root{font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}
