:root{--blue-text:#1e3a8a;--light-blue:#ebf3ff;--primary-color:#1e3a8a;--secondary-color:#ebf3ff;--error-color:#dc2626}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;padding:1rem;background-color:#fff}.container{width:100%;max-width:100%;margin:0 auto;padding:10px}.header{margin-bottom:1.5rem}.step-indicator{color:var(--primary-color);font-size:.875rem;margin-bottom:.5rem}h1{font-size:1.5rem}h1,h3{color:var(--primary-color);margin-bottom:.75rem}h3{font-size:1.125rem}.content{display:flex;flex-direction:column;gap:1.5rem}.form-container{background:#fff;padding:1rem}.input-label{display:block;color:var(--primary-color);margin-bottom:.5rem;font-weight:500}.input-field{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:16px;margin-bottom:1rem;-webkit-appearance:none}.input-field:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(30,58,138,.1)}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.5rem}.map-container{position:relative;width:100%;background:#fff;padding:.5rem;border-radius:.5rem;overflow:hidden}#map svg{width:100%;height:auto;max-height:70vh}.state-path{fill:var(--secondary-color);stroke:var(--primary-color);stroke-width:1;cursor:pointer;transition:all .2s ease;pointer-events:all}.state-path:hover{fill:rgba(30,58,138,.2);stroke-width:2}.state-path.selected{fill:rgba(30,58,138,.3);stroke-width:2}.state-path[data-state=Bremen]{stroke-width:3;fill:var(--secondary-color)}.state-path[data-state=Bremen]:hover{fill:rgba(30,58,138,.2);stroke-width:10}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.modal-content{position:relative;background-color:#fff;margin:10% auto;padding:1.5rem;width:95%;max-width:600px;max-height:90vh;overflow-y:auto;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.close-button{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--blue-text)}.form-group input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:16px;-webkit-appearance:none}.consent-box{margin-top:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.375rem}.consent-box input[type=checkbox]{min-width:22px;height:22px;margin-right:10px;margin-top:3px}.download-button{display:block;width:100%;background:var(--blue-text);color:#fff;border:none;padding:1rem;border-radius:.5rem;cursor:pointer;font-size:1.125rem;font-weight:500;text-align:center;margin-top:1.5rem;text-decoration:none;min-height:50px;-webkit-appearance:none;touch-action:manipulation}.download-button:hover{background:#1e40af}.progress{margin-bottom:1.5rem}.progress-text{color:var(--blue-text);font-size:.875rem;margin-bottom:.5rem}.progress-bar{height:.5rem;background:#e5e7eb;border-radius:.25rem;overflow:hidden}.progress-fill{height:100%;background:var(--blue-text);transition:width .3s ease}.summary-box{background:var(--light-blue);border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.summary-title{font-size:1.25rem;font-weight:600;color:var(--blue-text);margin-bottom:1rem}.summary-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.summary-label{font-weight:500;color:var(--blue-text);margin-bottom:.25rem}.summary-value{color:#374151;word-break:break-word}.back-button{background:var(--blue-text);color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;text-decoration:none;font-size:.875rem;display:inline-block;min-height:44px}.back-button,.loading-overlay{display:flex;align-items:center}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.9);justify-content:center;flex-direction:column;z-index:1001;padding:1rem;text-align:center}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}button:disabled{background-color:#ccc;cursor:not-allowed}input[type=checkbox],input[type=radio]{min-width:22px;height:22px;margin-right:10px;margin-top:2px}.option{display:flex;align-items:flex-start;margin-bottom:10px}@media (min-width:768px){body{padding:2rem}.container{max-width:1200px;padding:20px}.content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.header{margin-bottom:2rem}h1{font-size:2rem}h1,h3{margin-bottom:1rem}h3{font-size:1.25rem}.form-container{padding:1.5rem}.map-container{padding:1rem}.modal-content{padding:2rem;width:90%;margin:5% auto}.summary-box{padding:1.5rem;margin-bottom:2rem}}