.job-post-form{max-width:1200px;width:calc(100% - 2rem);margin:.5rem auto;padding:1rem;background:#ffffff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(244,0,0,.06)}.form-title{padding:1.5rem;margin:0;color:rgb(0,0,0);font-size:1.5rem;font-weight:600;border-radius:1rem 1rem 0 0;border-color:#000000;text-align:center;letter-spacing:.5px;box-shadow:none;display:block}.form-description{color:#374151;margin-bottom:2rem}.form-section{background-color:#e9eff7;border:1px solid #c0d2e8;border-radius:1rem;padding:1.5rem;margin:0 0 1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease;overflow:visible}.form-section:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.form-section:first-of-type{border-radius:1rem;padding-top:1.5rem;margin-top:0}.form-section:first-child{margin-bottom:1rem}.form-section:first-child h4{color:#224270}.form-section:first-child .form-grid{gap:.5rem}.form-section:nth-child(2){margin-bottom:1rem}.form-section:nth-child(2) h4{color:#224270}.form-section:nth-child(2) .form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;width:100%;gap:.5rem}.form-section:nth-child(2) .form-group{margin:0;min-width:0}@media (max-width:1024px){.form-section:nth-child(2) .form-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.form-section:nth-child(2) .form-grid{grid-template-columns:1fr}}.form-section:nth-child(3){margin-bottom:1rem}.form-section:nth-child(3) h4{color:#224270}.form-section:nth-child(3) .form-grid{display:flex!important;flex-direction:column!important;gap:1rem!important;width:100%!important;grid-template-columns:unset!important;grid-template-rows:unset!important;grid-gap:unset!important}.form-section:nth-child(3) .form-group{width:100%!important;margin-bottom:0!important;grid-column:unset!important;grid-row:unset!important;min-width:0!important;flex:none!important}.form-section:nth-child(3) .form-grid .form-group textarea{width:100%;max-width:100%;resize:vertical;box-sizing:border-box;display:block;white-space:pre-line;line-height:1.6;min-height:150px}.form-section:nth-child(3) .form-grid .form-group input{width:100%;min-width:0}.form-section:nth-child(3) .form-group.full-width{width:100%!important;grid-column:1/-1;width:100%}.form-section:nth-child(4){margin-bottom:1rem}.form-section:nth-child(4) h2{color:#224270}.form-section:nth-child(5){margin-bottom:1rem}.form-section:nth-child(5) h2{color:#224270}.form-section h2,.form-section h4{margin-bottom:1rem;font-size:1.1rem;font-weight:600;padding:.5rem 1rem;background-color:rgba(255,255,255,.7);border-radius:.5rem;display:inline-block;border:1px solid rgba(0,0,0,.1);color:#224270}.form-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%;box-sizing:border-box}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.form-group label{font-size:.85rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;color:#1E40AF;background-color:#F8FAFC;transition:all .2s}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#1E40AF;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1E40AF;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#9CA3AF}.form-group input::placeholder,.form-group textarea::placeholder{color:#9CA3AF}.dates-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;width:100%;align-items:stretch}.dates-container .form-group{display:flex}.date-info,.date-input-group,.price-info{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;height:100%}.dates-container .form-group:last-child:not(:nth-child(3)){grid-column:2}.dates-content{flex:1 1;gap:.5rem}.date-row,.dates-content{display:flex;flex-direction:column}.date-row{gap:.25rem}.date-label{font-size:.8rem;color:#64748b;font-weight:500}.date-value{font-size:1rem;color:#1e4b7a;font-weight:600}.date-input-group input[type=date]{display:none}.price-note{position:absolute;bottom:.5rem;right:1rem;font-size:.75rem;color:#059669;font-weight:500}@media (max-width:1024px){.dates-container{grid-template-columns:1fr 1fr}.dates-container .form-group:last-child:not(:nth-child(3)){grid-column:auto}.dates-container .form-group:nth-child(3){grid-column:1/-1}.date-info,.date-input-group,.price-info{width:100%}}@media (max-width:768px){.dates-container{grid-template-columns:1fr;flex-direction:column;display:flex}.dates-container .form-group{width:100%}.dates-container .form-group:nth-child(3){grid-column:auto}}.form-actions{margin-top:2rem;display:flex;justify-content:center}.submit-button{padding:1rem 2.5rem;background:#1E40AF;color:white;border:none;border-radius:.75rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;width:100%;max-width:300px;margin-bottom:1rem;position:relative;overflow:hidden}.submit-button:disabled{cursor:not-allowed;background:#94a3b8}.submit-button:active{transform:translateY(0)}.submit-button.loading{cursor:not-allowed}.submit-button.loading:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:rgba(255,255,255,.2);animation:loading-animation 2s linear forwards}.submit-button.loading:after{content:"...";display:inline-block;animation:dots-animation 1.4s infinite;margin-left:4px}@keyframes loading-animation{0%{width:0}to{width:100%}}@keyframes dots-animation{0%,20%{content:"."}40%,60%{content:".."}80%,to{content:"..."}}.visibility-controls{margin-top:.75rem;display:flex;align-items:center;gap:1rem}.visibility-label{font-size:.85rem;color:#64748b}.visibility-buttons{display:flex;gap:.5rem}.visibility-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.85rem;font-weight:500;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .2s ease}.visibility-btn:hover{border-color:#1e4b7a;color:#1e4b7a}.visibility-btn.active{background-color:#1e4b7a;border-color:#1e4b7a;color:white}.show-field{border-color:#1e4b7a!important;background-color:#f8fafc!important}.hide-field{border-color:#e2e8f0!important;background-color:#f1f5f9!important}.positions-container{display:flex;flex-direction:column;gap:1rem}.position-row{padding:1rem;background:white;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;gap:1rem;align-items:flex-end}.position-row .form-row{display:grid;grid-template-columns:2fr 1fr 1fr 140px 100px;grid-gap:.5rem;gap:.5rem;margin:0;width:100%;align-items:flex-end}.position-row .form-group{margin:0;min-width:0;width:100%;display:flex;flex-direction:column;height:auto}.position-row .form-group input[type=number],.position-row .form-group select{width:100%;padding:0 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:.75rem;background-color:#f8fafc;color:#1e4b7a;transition:all .2s ease;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;line-height:48px;height:48px}.position-row .form-group input[type=number]:hover,.position-row .form-group select:hover{border-color:#1e4b7a;background-color:#fff}.position-row .form-group input[type=number]:focus,.position-row .form-group select:focus{outline:none;border-color:#1e4b7a;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.position-row .form-group select{text-indent:0;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231e4b7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em}.position-row .form-group input{text-align:center;appearance:textfield!important;-webkit-appearance:textfield!important;-moz-appearance:textfield!important}.position-row .form-group input[type=number]::-webkit-inner-spin-button,.position-row .form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}.position-row .form-group label{font-size:.85rem;font-weight:500;color:#64748b;margin-bottom:.5rem;display:block}@media (max-width:768px){.position-row .form-row{grid-template-columns:1fr;gap:.5rem}.add-position-row{margin-top:1rem}}.count-group{display:flex;flex-direction:column}.count-group .input-control{display:flex;gap:8px;height:48px;align-items:center}.count-group input{width:80px;height:48px;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;color:#1e4b7a;background-color:#f8fafc;transition:all .2s ease}.count-controls{display:flex;flex-direction:column;height:48px;justify-content:space-between}.count-btn{width:32px;height:23px;background:#fff;border:1px solid #ddd;color:#333;font-size:16px;cursor:pointer;transition:all .2s;padding:0;line-height:1;border-radius:4px}.count-btn:hover{background:#0052cc;border-color:#0052cc;color:#fff}.count-btn:active{transform:scale(.95)}@media (max-width:1024px){.position-row .form-row{grid-template-columns:1fr 1fr 1fr;gap:.5rem}.count-group{grid-column:span 2}.add-position-row{grid-column:3}}@media (max-width:768px){.position-row .form-row{grid-template-columns:1fr}.count-group{grid-column:1}.add-position-row{grid-column:1;margin-top:1rem}}.form-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem;width:100%}.form-row .form-group{margin:0;width:100%}.form-row:last-child{margin-bottom:0}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:1rem}}.count-group{max-width:200px}.add-position-row{display:flex;align-items:flex-end;margin:0;height:100%;padding-bottom:.5rem}.add-position-row button{height:48px;width:100%;padding:0 1rem;background-color:#1e4b7a;color:white;border:none;border-radius:.75rem;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}.add-position-row button:hover{background-color:#153a61;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.add-position-row button:active{transform:translateY(0)}.input-description{font-size:.85rem;color:#64748b;line-height:1.4;margin-top:.25rem}.duration-box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px;border:2px solid #94a3b8;border-radius:8px;background-color:#f8fafc;cursor:pointer;transition:all .3s ease;min-width:120px;height:80px;position:relative;overflow:hidden}.duration-box .duration-label{color:#64748b;font-weight:600;font-size:14px}.duration-box:hover:not(.disabled){border-color:#2563EB;background-color:#EFF6FF;transform:translateY(-2px);box-shadow:0 4px 6px rgba(37,99,235,.1)}.duration-box:hover:not(.disabled) .duration-label{color:#2563EB}.duration-box.selected{border-color:#2563EB;background-color:#EFF6FF;box-shadow:0 4px 12px rgba(37,99,235,.15);transform:translateY(-2px)}.duration-box.selected .duration-label{color:#2563EB;font-weight:700}.duration-box.selected:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#2563EB}.duration-box.urgent{border:2px solid #94a3b8;background-color:#f8fafc}.duration-box.urgent .duration-label{color:#64748b;font-weight:600;font-size:16px}.duration-box.urgent .duration-note{background-color:#e2e8f0;color:#475569;font-weight:600;padding:6px 12px;border-radius:6px}.duration-box.urgent.selected{border-color:#ffeb3b;background-color:#ffeb3b;box-shadow:0 4px 12px rgba(220,38,38,.2);transform:translateY(-2px)}.duration-box.urgent.selected .duration-label{color:#000000;font-weight:700}.duration-box.urgent.selected .duration-note{background-color:#000000!important;color:#ffeb3b!important;font-weight:600}.duration-box.urgent.selected:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#ffeb3b}.duration-box.urgent:hover:not(.selected){border-color:#94a3b8;background-color:#f8fafc}.duration-box.urgent:hover:not(.selected) .duration-label{color:#64748b}.duration-box.urgent:hover:not(.selected) .duration-note{background-color:#e2e8f0;color:#475569}.duration-box.disabled{opacity:.6;cursor:not-allowed;background-color:#F3F4F6;border-color:#E5E7EB;transform:none;box-shadow:none}.duration-label{font-weight:600;font-size:14px;color:#1e293b;margin-bottom:4px}.duration-note{display:inline-block;padding:4px 8px;border-radius:6px;font-size:14px;font-weight:500;text-align:center;width:100%;transition:all .3s ease}.duration-note.isDisabled{background-color:#E2E8F0;color:#64748B}.duration-note.isFree,.duration-note.isPrice{background-color:#e2e8f0;color:#475569;font-weight:600}.duration-box.selected .duration-note.isFree{background-color:#DCFCE7;color:#16A34A;font-weight:600}.duration-box.selected .duration-note.isPrice{background-color:#EEF2FF;color:#4F46E5;font-weight:600}.duration-box:hover:not(.disabled):not(.urgent) .duration-note.isFree{background-color:#DCFCE7;color:#16A34A}.duration-box:hover:not(.disabled):not(.urgent) .duration-note.isPrice{background-color:#EEF2FF;color:#4F46E5}.disabled-note{background-color:#E2E8F0;color:#64748B;display:block;font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px;width:100%}.free-note{background-color:#D1FAE5;color:#10B981}.price-note{background-color:#EFF6FF;color:#2563EB}.loading-note{background-color:#F3F4F6;color:#6B7280;font-style:italic}.duration-boxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;margin:20px 0}.position-actions{display:flex;align-items:flex-end;margin-left:.5rem;padding-bottom:.5rem}.remove-position-btn{width:32px;height:48px;border-radius:.75rem;background-color:#DC2626;color:white;border:none;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;line-height:1}.remove-position-btn:hover{background-color:#B91C1C}.remove-position-btn:active{transform:scale(.95)}.payment-info{margin-top:2rem;padding:1rem;border-radius:.5rem;background-color:#F8FAFC;border:1px solid #e2e8f0;text-align:center}.payment-info p{margin:0;font-size:.875rem;color:#475569;font-weight:500}.visibility-error{grid-column:1/-1;margin-top:1rem;padding:.75rem;background-color:#FEE2E2;border:1px solid #dc2626;border-radius:.5rem;color:#B91C1C;font-size:.875rem;font-weight:500;text-align:center}.advertiser-selection{padding:2rem;max-width:800px;margin:0 auto}.selection-title{text-align:center;font-size:1.5rem;font-weight:600;color:#1e4b7a;margin-bottom:2rem}.selection-options{display:flex;flex-direction:column;gap:1.5rem}.selection-box{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;cursor:pointer}.selection-box.selected,.selection-box:hover{border-color:#1e4b7a;background:#f0f7ff}.selection-content{margin:1rem 0}.selection-main-text{font-size:1.1rem;font-weight:500;color:#1e4b7a;margin:0 0 .5rem}.selection-description{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}.selection-box.selected .selection-description{color:#1e4b7a}.selection-box input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;color:#1e4b7a;background-color:white;margin-top:1rem;transition:all .2s}.selection-box input:focus{outline:none;border-color:#1e4b7a;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.continue-button{display:block;width:100%;max-width:300px;margin:2rem auto 0;padding:1rem;background:#1e4b7a;color:white;border:none;border-radius:.75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.continue-button:disabled{background:#94a3b8;cursor:not-allowed}.continue-button:not(:disabled):hover{background:#153a61}@media (max-width:768px){.advertiser-selection,.selection-box{padding:1rem}.selection-button{font-size:1rem}}.selection-button{margin-bottom:.5rem}.selection-box input{margin-top:.5rem}.ilan-bolum.border-top{border-top:none;padding-top:0;margin-top:1rem}.ilan-bolum-baslik{font-size:1.25rem;font-weight:600;color:#224270;margin-bottom:1.5rem;padding:.5rem 1rem;background-color:rgba(255,255,255,.7);border-radius:.5rem;display:inline-block;border:1px solid rgba(0,0,0,.1)}.fatura-form{background:#e9eff7;border:1px solid #c0d2e8;padding:2rem;border-radius:1rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease}.fatura-form:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.radio-group{display:flex;gap:1rem;margin-bottom:2rem;border-radius:0;border:none}.radio-container,.radio-group{padding:0;background:none;align-items:center}.radio-container{display:inline-flex;gap:0;cursor:pointer;border-radius:0;transition:none}.radio-container:hover{background:none}.radio-container input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radio-label{position:relative;padding:8px 15px 8px 35px;cursor:pointer;font-weight:500;color:#374151;font-size:.95rem;line-height:22px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:20px;background-color:#f3f4f6;border:1px solid #e5e7eb;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.radio-label:before{left:10px;transform:translateY(-50%);width:20px;height:20px;border:2px solid #cbd5e1;background-color:white}.radio-label:after,.radio-label:before{content:"";position:absolute;top:50%;border-radius:50%;transition:all .2s ease}.radio-label:after{left:16px;transform:translateY(-50%) scale(.5);width:10px;height:10px;background-color:#3b82f6;opacity:0}.radio-container input[type=radio]:checked+.radio-label{background-color:#eff6ff;color:#2563eb;border-color:#bfdbfe;font-weight:600}.radio-container input[type=radio]:checked+.radio-label:before{border-color:#2563eb}.radio-container input[type=radio]:checked+.radio-label:after{opacity:1;transform:translateY(-50%) scale(1)}.radio-container:hover input[type=radio]:not(:checked)+.radio-label{background-color:#e5e7eb;border-color:#d1d5db}.radio-container input[type=radio]:focus+.radio-label:before{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px rgba(59,130,246,.4)}@media (max-width:768px){.radio-group{flex-direction:column;gap:1rem;align-items:flex-start}.radio-container{width:100%}}.fatura-inputs{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.fatura-inputs .input-group{margin:0}.fatura-inputs .input-group:last-child{margin-bottom:0}.fatura-inputs .input-group input,.fatura-inputs .input-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;color:#1e293b;background-color:#f8fafc;transition:all .2s ease}.fatura-inputs .input-group input:hover,.fatura-inputs .input-group textarea:hover{border-color:#94a3b8}.fatura-inputs .input-group input:focus,.fatura-inputs .input-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.fatura-inputs .input-group textarea{min-height:100px;resize:vertical}.fatura-inputs .input-group label{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:.5rem;display:block}.fatura-gonder-btn{margin-top:2rem;width:100%;padding:.75rem 1.5rem;background-color:#0284c7;color:white;border:none;border-radius:.75rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.fatura-gonder-btn:hover{background-color:#0369a1}@media (max-width:768px){.fatura-inputs{grid-template-columns:1fr}.fatura-inputs .input-group:last-child{margin-bottom:0}.radio-group{flex-direction:column;gap:1rem}.radio-container{width:100%}}.selection-box-content{display:flex;align-items:center;gap:2rem}.selection-icon-wrapper{flex-shrink:0;color:#64748b;transition:all .3s ease;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.selection-text-content{flex:1 1}.selection-icon{width:120px;height:120px;transition:all .3s ease}.selection-box.selected .selection-icon-wrapper,.selection-box:hover .selection-icon-wrapper{color:#1e4b7a}@media (max-width:640px){.job-post-form{width:100%;padding:.5rem;margin-top:0;margin-bottom:0;border-radius:.5rem;box-shadow:none;border-left:none;border-right:none}.form-section{padding:1rem;margin-bottom:.75rem;border-radius:.75rem}.form-section h2,.form-section h4{font-size:1rem}.form-section h2,.form-section h4,.ilan-bolum-baslik{padding:.4rem .8rem;display:table;margin-left:auto;margin-right:auto}.ilan-bolum-baslik{font-size:1.1rem}.fatura-form{padding:1.5rem;border-radius:.75rem}.selection-box-content{flex-direction:row;text-align:left;gap:1rem}.selection-icon-wrapper{width:64px;height:64px;margin-bottom:0;flex-shrink:0}.selection-icon{width:64px;height:64px}.selection-text-content{flex:1 1}.advertiser-selection{padding:1rem .5rem}.selection-title{font-size:1.2rem;margin-bottom:1rem}.selection-options{gap:.75rem}.selection-box{padding:.75rem;border-radius:.5rem}.selection-box-content{gap:.75rem;align-items:center}.selection-icon,.selection-icon-wrapper{width:48px;height:48px}.selection-icon{stroke-width:1}.selection-box-title{font-size:.9rem}.selection-main-text{font-size:.85rem;margin-bottom:.25rem}.selection-description{font-size:.75rem;line-height:1.3}.selection-box input{padding:.5rem .75rem;font-size:16px;margin-top:.5rem;border-radius:.5rem}.continue-button{padding:.75rem;font-size:.9rem;margin-top:1rem;border-radius:.5rem}}.duration-button{padding:.75rem 1.5rem;border:2px solid #dc2626;background-color:white;color:#dc2626;border-radius:.375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.duration-button.urgent-selected,.duration-button:hover:not(.disabled){background-color:#dc2626;color:white}.duration-button.disabled{border-color:#9ca3af;color:#9ca3af;cursor:not-allowed;opacity:.7}.urgent-text{font-size:1.125rem;font-weight:700}.urgent-info{font-size:.75rem;opacity:.9}.duration-options{margin:1rem 0;display:flex;justify-content:center}.back-button-container{padding:0 2rem;background-color:initial}.back-button{background:none;border:none;color:#475569;font-size:.9rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease;display:inline-flex;align-items:center;gap:.3rem;margin-left:-.75rem}.back-button:hover{color:#1e4b7a;background-color:#f0f7ff;text-decoration:none}.back-button:focus{outline:none;box-shadow:0 0 0 2px rgba(30,75,122,.3)}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;width:100%}.location-box{background:#ffffff;border:2px solid #e2e8f0;border-radius:1rem;padding:1rem;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.location-box:hover{border-color:#c0d2e8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.location-box.active{border-color:#224270;background:#f0f7ff;box-shadow:0 0 0 3px rgba(34,66,112,.1)}.location-box.disabled{opacity:.5;cursor:not-allowed}.location-box.disabled:hover{transform:none;box-shadow:none;border-color:#e2e8f0}.location-icon{width:32px;height:32px;color:#64748b;transition:color .2s ease}.location-box.active .location-icon{color:#224270}.location-label{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.location-value{font-size:.9rem;color:#224270;font-weight:600;line-height:1.2}.location-placeholder{font-size:.9rem;color:#94a3b8}.location-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#ffffff;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);max-height:250px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.location-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.location-option{padding:.75rem 1rem;cursor:pointer;transition:all .15s ease;font-size:.9rem;color:#475569;border-bottom:1px solid #f1f5f9}.location-option:last-child{border-bottom:none}.location-option:hover{background:#f0f7ff;color:#224270}.location-option.selected{background:#e9eff7;color:#224270;font-weight:600}@media (max-width:768px){.location-grid{gap:.5rem}.location-box{padding:.75rem .5rem;min-height:80px}.location-icon{width:24px;height:24px}.location-label{font-size:.65rem}.location-placeholder,.location-value{font-size:.8rem}}@media (max-width:400px){.location-label{display:none}.location-box{gap:.25rem;min-height:70px}}.firma-box{background:#ffffff;border:2px solid #e2e8f0;border-radius:1rem;padding:1.25rem 1.5rem;transition:all .2s ease;display:flex;flex-direction:row;align-items:center;gap:1rem}.firma-box:hover{border-color:#c0d2e8;box-shadow:0 4px 12px rgba(0,0,0,.08)}.firma-left-content{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.firma-icon{width:40px;height:40px;color:#64748b;transition:color .2s ease;flex-shrink:0}.firma-box:hover .firma-icon,.firma-label{color:#224270}.firma-label{font-size:.9rem;font-weight:600;white-space:nowrap}.firma-input-wrapper{flex:1 1}.firma-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#224270;background:#f8fafc;transition:all .2s ease;font-weight:500}.firma-input:hover{border-color:#c0d2e8;background:#ffffff}.firma-input:focus{outline:none;border-color:#224270;background:#ffffff;box-shadow:0 0 0 3px rgba(34,66,112,.1)}.firma-input::-moz-placeholder{color:#94a3b8;font-weight:400}.firma-input::placeholder{color:#94a3b8;font-weight:400}@media (max-width:768px){.firma-box{flex-direction:column;align-items:center;gap:.75rem;padding:1rem}.firma-input-wrapper{width:100%}.firma-icon{width:32px;height:32px}.firma-label{font-size:.8rem}.firma-input{font-size:16px;padding:.65rem .85rem}}@media (max-width:400px){.firma-label{display:none}}.personel-selector{background:#ffffff;border:2px solid #e2e8f0;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}.personel-grid{display:flex;flex-direction:column;gap:1rem}.personel-grid .personel-form-group:first-child{width:100%}.personel-bottom-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:end}.personel-add-btn{width:100%;margin-top:.5rem}.personel-form-group{display:flex;flex-direction:column;gap:.5rem}.personel-label{font-size:.85rem;color:#64748b;font-weight:500}.personel-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:.75rem 2.5rem .75rem 1rem;font-size:.95rem;color:#224270;font-weight:500;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23224270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.2rem}.personel-select:hover{border-color:#c0d2e8;background-color:#ffffff}.personel-select:focus{outline:none;border-color:#224270;background-color:#ffffff;box-shadow:0 0 0 3px rgba(34,66,112,.1)}.personel-select.error{border-color:#dc2626!important;background-color:#fef2f2!important}.personel-select.error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(220,38,38,.2)!important}.personel-count-wrapper{display:flex;align-items:center;gap:.5rem}.personel-count-input{width:60px;text-align:center;padding:.75rem .5rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-weight:600;color:#224270;background:#f8fafc}.personel-count-input:focus{outline:none;border-color:#224270;background:#ffffff}.personel-count-controls{display:flex;flex-direction:column;gap:2px}.personel-count-btn{width:28px;height:20px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;font-size:12px;cursor:pointer;transition:all .15s ease;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0}.personel-count-btn:hover{background:#224270;color:white;border-color:#224270}.personel-add-btn{padding:.75rem 2rem;background:#224270;color:white;border:none;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.personel-add-btn:hover{background:#1a3456;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.personel-add-btn:active{transform:translateY(0)}.personel-list{margin-top:1.5rem}.personel-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.personel-item:hover{border-color:#c0d2e8;background:#ffffff}.personel-item-content{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.personel-item-detail:first-child{margin-bottom:.25rem}.personel-item-detail:first-child .personel-item-value{font-size:1.05rem;color:#1a3456}.personel-item-details-row{gap:1rem}.personel-item-details-row,.personel-item-details-row .personel-item-detail{display:flex;align-items:baseline}.personel-item-details-row .personel-item-detail:first-child{min-width:100px}.personel-item-details-row .personel-item-detail:nth-child(2){min-width:80px}.personel-item-details-row .personel-item-detail:nth-child(3){min-width:40px}.personel-item-details-row .personel-item-detail:last-child .personel-item-value{background:#e9eff7;padding:.25rem .75rem;border-radius:.5rem;font-weight:700;color:#1a3456;display:inline-block;min-width:30px;text-align:center;line-height:1.2}.personel-item-value{font-size:.95rem;color:#224270;font-weight:600;line-height:1.2}.personel-remove-btn{width:32px;height:32px;border-radius:.5rem;background:#ef4444;color:white;border:none;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.personel-remove-btn:hover{background:#dc2626;transform:scale(1.05)}.personel-empty{text-align:center;padding:3rem;color:#94a3b8;font-size:.95rem}@media (max-width:768px){.personel-bottom-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:.5rem;gap:.5rem;align-items:end}.personel-grid .personel-form-group:first-child{width:100%}.personel-add-btn{width:100%;margin-top:.5rem}.personel-form-group{min-width:0}.personel-label{font-size:.75rem}.personel-select{font-size:16px;padding:.6rem 2rem .6rem .75rem}.personel-count-wrapper{justify-content:center}.personel-count-input{width:50px;font-size:16px}.personel-item{padding:.75rem}.personel-item-content{gap:.4rem}.personel-item-details-row{gap:1rem}.personel-item-detail:first-child{padding-bottom:.4rem}.personel-item-detail:first-child .personel-item-value{font-size:.95rem}}@media (max-width:480px){.personel-grid{gap:.4rem}.personel-label{font-size:.7rem}.personel-select{font-size:.8rem;padding:.5rem 1.75rem .5rem .5rem}.personel-item-content{gap:.5rem}.personel-item-details-row{gap:.75rem;font-size:.75rem}.personel-item-detail:first-child .personel-item-value{font-size:.9rem}}.duration-box[data-days="14"]{border-color:#2563EB;background-color:#EFF6FF;box-shadow:0 4px 12px rgba(37,99,235,.15);transform:translateY(-2px)}.duration-box[data-days="14"] .duration-label{color:#2563EB;font-weight:700}.duration-box[data-days="14"]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#2563EB}