
.driver-start-modal[hidden] {
    display: none !important;
}

.driver-start-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
    background: rgba(48, 43, 39, 0.34);
    backdrop-filter: blur(5px);
}

.driver-start-panel {
    width: min(100%, 520px);
    max-height: 92vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 22px;
    border-radius: 28px;
    background: #fffdfb;
    box-shadow: 0 24px 70px rgba(48, 43, 39, 0.18);
}

.driver-start-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.driver-start-kicker {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #8c7969;
}

.driver-start-head h2 {
    margin: 0;
    font-size: 24px;
    color: #302b27;
}

.driver-start-close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 0;
    border-radius: 14px;
    background: #f3ede6;
    color: #5a4e45;
    font-size: 21px;
    cursor: pointer;
}

.driver-start-field {
    display: block;
    margin-bottom: 16px;
}

.driver-start-field > span {
    display: block;
    margin-bottom: 7px;
    color: #6d6056;
    font-size: 13px;
    font-weight: 700;
}

.driver-start-field select,
.driver-start-field input[type="number"] {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid #ded3c8;
    border-radius: 16px;
    outline: none;
    background: #faf7f3;
    color: #302b27;
    font: inherit;
}

.driver-start-route-meta {
    margin: -5px 0 16px;
    padding: 13px 14px;
    border-radius: 16px;
    background: #f6f2ec;
    color: #685c52;
    font-size: 13px;
    line-height: 1.6;
}

.driver-start-upload {
    display: block;
    margin-bottom: 16px;
    padding: 20px;
    border: 1px dashed #c8b9aa;
    border-radius: 20px;
    background: #faf7f3;
    text-align: center;
    cursor: pointer;
}

.driver-start-upload input {
    display: none;
}

.driver-start-upload strong,
.driver-start-upload span {
    display: block;
}

.driver-start-upload strong {
    margin-bottom: 5px;
    color: #423a34;
}

.driver-start-upload span {
    color: #8a7a6c;
    font-size: 12px;
}

.driver-start-preview {
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 20px;
}

.driver-start-status {
    min-height: 20px;
    margin: 8px 0 12px;
    color: #75685d;
    font-size: 13px;
    line-height: 1.5;
}

.driver-start-submit,
.driver-start-cancel {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 17px;
    font: inherit;
    font-weight: 800;
}

.driver-start-submit {
    background: #4f6958;
    color: #fff;
}

.driver-start-submit:disabled {
    opacity: 0.55;
}

.driver-start-cancel {
    margin-top: 9px;
    background: #f3ede6;
    color: #574b42;
    cursor: pointer;
}

body.driver-start-lock {
    overflow: hidden;
}
