@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";html,body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}body{font-family:Inter,sans-serif}.bg-dark-gray{background-color:#0d0d12}.text-off-white{color:#f7fafc}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.font-inter{font-family:Inter,sans-serif}.p-4{padding:1rem}.a-no-style{color:inherit;text-decoration:inherit}.footer{margin-top:5rem}.main-container{width:100%;max-width:72rem;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:4rem 1rem;margin:0 auto}.hero-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:56rem;margin:0 auto}.main-title{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1}@media (min-width: 640px){.main-title{font-size:5rem}}@media (min-width: 768px){.main-title{font-size:6rem}}.title-gradient{background-image:linear-gradient(to right,#22d3ee,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent}.subtitle-container{margin-bottom:.5rem}.subtitle-text{font-size:1.25rem;font-weight:300;color:#9ca3af}@media (min-width: 768px){.subtitle-text{font-size:1.5rem}}.help-text{font-size:1.25rem;font-weight:600;color:#34d399;margin-bottom:2rem}@media (min-width: 768px){.help-text{font-size:1.5rem}}.availability-card{width:100%;max-width:40rem;border-radius:.75rem;padding:1.5rem;background-color:#1f2937;border:1px solid #374151;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;text-align:left}.card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-available-text{font-size:1.25rem;font-weight:600;color:#fff}.card-available-hours{color:#34d399}.card-rate-text{font-size:1.5rem;font-weight:700;background-image:linear-gradient(to right,#22d3ee,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent}.last-updated-text{font-size:.875rem;color:#9ca3af}.last-updated-date{color:#d1d5db}.start-project-button{display:block;width:100%;text-align:center;position:relative;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#4f46e5;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition-property:all;transition-duration:.3s;transition-timing-function:ease-in-out;transform:scale(1);text-decoration:none;box-sizing:border-box}.start-project-button:hover{background-color:#4338ca;transform:scale(1.05)}.further-reading-section{width:100%;max-width:56rem;margin:0 auto}.further-reading-container{width:100%;max-width:40rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin:0 auto}.article-link-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.5rem;transition-property:background-color;transition-duration:.2s;border-radius:.5rem;cursor:pointer}.article-link-item:hover{background-color:#1f2937}.article-tag-container{width:7rem;flex-shrink:0}.article-tag{background-color:#4f46e5;color:#f7fafc;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;white-space:nowrap}.article-link{flex-grow:1;font-size:1.125rem;font-weight:500;color:#d1d5db;text-decoration:dashed underline;text-underline-offset:4px;transition-property:color;transition-duration:.2s;text-overflow:ellipsis}.article-link-item:hover .article-link{color:#22d3ee}.form-main-container{width:100%;max-width:48rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem 1rem;margin:0 auto}.form-header{text-align:center}.form-title{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1;padding-bottom:1rem}@media (min-width: 640px){.form-title{font-size:5rem}}.form-title-gradient{background-image:linear-gradient(to right,#22d3ee,#4f46e5);-webkit-background-clip:text;background-clip:text;color:transparent}.form-subtitle{font-size:1.25rem;font-weight:300;color:#9ca3af}@media (min-width: 768px){.form-subtitle{font-size:1.5rem}}.project-form{width:100%;display:flex;flex-direction:column;gap:1.5rem;background-color:#1f2937;padding:2rem;border-radius:.75rem;border:1px solid #374151}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.turnstile-container{align-items:center}.form-label{font-size:.875rem;font-weight:600;color:#d1d5db}.form-input,.form-select,.form-textarea{width:100%;background-color:#0d0d12;border:1px solid #374151;color:#f7fafc;padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e580}.form-textarea{min-height:120px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.input-error{border-color:#ef4444}.input-error:focus{box-shadow:0 0 0 3px #ef444480}.error-message{color:#fca5a5;font-size:.875rem;margin:0}.submit-button{display:block;width:100%;text-align:center;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#4f46e5;border:none;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease-in-out;cursor:pointer;margin-top:1rem}.submit-button:hover{background-color:#4338ca;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.submit-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.submit-button{display:block;width:100%;text-align:center;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#4f46e5;border:none;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease-in-out;cursor:pointer}.submit-button:hover:not(:disabled){background-color:#4338ca;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.submit-button.success{background-color:#22c55e}.submit-button:disabled,.submit-button.submitting{background-color:#374151;color:#9ca3af;cursor:not-allowed;transform:none}.submission-status{padding:1rem;border-radius:.5rem;text-align:center;font-weight:500}.status-success{background-color:#34d3991a;color:#34d399;border:1px solid #34d399}.status-error{background-color:#ef44441a;color:#fca5a5;border:1px solid #ef4444}
