.tf{max-width:960px}.tf__back{color:var(--brand-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-bottom:.5rem;padding:0;font-size:.85rem;display:inline-flex}.tf__back:hover{text-decoration:underline}.tf__title{color:var(--color-gray-900);margin:0 0 1.25rem;font-size:1.35rem;font-weight:700}.tf__tabs{border-bottom:1px solid var(--color-gray-200);gap:0;margin-bottom:1.5rem;display:flex}.tf__tab{color:var(--color-gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.6rem 1rem;font-size:.88rem;font-weight:500;transition:color .15s;position:relative}.tf__tab:hover{color:var(--color-gray-700)}.tf__tab--active{color:var(--brand-primary)}.tf__tab--active:after{content:"";background:var(--brand-primary);border-radius:1px 1px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tf__tab-badge{background:rgba(var(--brand-primary-rgb,18, 60, 115), .1);min-width:1.2rem;height:1.2rem;color:var(--brand-primary);border-radius:999px;justify-content:center;align-items:center;margin-left:.4rem;padding:0 .35rem;font-size:.7rem;font-weight:600;display:inline-flex}.tf__form{flex-direction:column;gap:0;display:flex}.tf__grid{grid-template-columns:repeat(12,1fr);gap:28px 20px;margin-bottom:1.5rem;display:grid}.tf__field{flex-direction:column;gap:.3rem;display:flex}.tf__field--2{grid-column:span 2}.tf__field--5{grid-column:span 5}.tf__field--6{grid-column:span 6}.tf__field--12{grid-column:span 12}.tf__section-divider{align-items:center;gap:.6rem;margin:1.25rem 0 1rem;display:flex}.tf__section-label{color:var(--brand-primary);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;flex-shrink:0;font-size:.78rem;font-weight:600}.tf__section-line{background:var(--color-gray-200);flex:1;height:1px}.tf__label{color:var(--color-gray-500);font-size:.78rem;font-weight:500}.tf__required{color:var(--brand-primary);margin-left:1px}.tf__input,.tf__select{border:1px solid var(--color-gray-200);background:var(--color-white);height:42px;color:var(--color-gray-900);border-radius:6px;outline:none;padding:0 .75rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.tf__input:focus,.tf__select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb,18, 60, 115), .12)}.tf__input::placeholder{color:var(--color-gray-400)}.tf__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.tf__helper{color:var(--color-gray-400);font-size:.75rem}.tf__helper--spaced{margin-bottom:.75rem}.tf__time-range{border:1px solid var(--color-gray-200);background:var(--color-white);border-radius:6px;align-items:center;gap:.35rem;height:42px;padding:0 .5rem;transition:border-color .15s,box-shadow .15s;display:inline-flex}.tf__time-range:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb,18, 60, 115), .12)}.tf__time-range--full{width:fit-content}.tf__time-icon{color:var(--color-gray-400);flex-shrink:0}.tf__time-input{width:5.5rem;color:var(--color-gray-900);background:0 0;border:none;outline:none;padding:.25rem;font-size:.9rem}.tf__time-num{text-align:center;width:2rem;color:var(--color-gray-900);-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:.95rem;font-weight:500}.tf__time-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tf__time-num::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tf__time-colon{color:var(--color-gray-500);font-weight:500}.tf__time-dash,.tf__time-sep{color:var(--color-gray-400);padding:0 .25rem;font-weight:500}.tf__toggle{color:var(--color-gray-700);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.tf__toggle--disabled{cursor:not-allowed;color:var(--color-gray-500);opacity:.7}.tf__toggle input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--brand-primary)}.tf__toggle input[type=checkbox]:disabled{cursor:not-allowed}.tf__photo{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.tf__photo-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.tf__photo-actions .tf__helper{flex-basis:100%;margin:0}.tf__photo-input{display:none}.tf__actions{border-top:1px solid var(--color-gray-200);justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1.25rem;display:flex}.tf__btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.35rem;height:42px;padding:0 1.5rem;font-size:.9rem;font-weight:500;transition:background .15s,box-shadow .15s;display:inline-flex}.tf__btn--primary{background:var(--brand-primary);color:var(--color-white)}.tf__btn--primary:hover{background:var(--brand-primary-dark)}.tf__btn--secondary{background:var(--color-gray-100);color:var(--color-gray-700);border:1px solid var(--color-gray-200)}.tf__btn--secondary:hover{background:var(--color-gray-200)}.tf__creds{border-radius:8px;margin-top:1.5rem;padding:1rem 1.25rem}.tf__creds-title{color:var(--color-gray-900);margin-bottom:.5rem;font-size:.95rem;font-weight:600}@media (width<=640px){.tf__grid{grid-template-columns:1fr;gap:20px 0}.tf__field--2,.tf__field--5,.tf__field--6,.tf__field--12{grid-column:span 1}.tf__tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tf__actions{flex-direction:column-reverse}.tf__btn{width:100%}}
