
*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f4f6f9;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    padding:20px;
}

.container{
    width:100%;
    max-width:460px;
    margin:30px auto;
    padding:24px;
    background:#ffffff;
    border-radius:28px;
    box-shadow:
        0 10px 40px
        rgba(0,0,0,.08);
}

.logo{
    text-align:center;
    margin-bottom:18px;
}

.logo h1{
    color:#2563eb;
    font-size:30px;
    margin:8px 0 4px;
}

.logo p{
    color:#666;
    margin-top:8px;
    font-size:16px;
}

input{
    width:100%;
    padding:16px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
}

button{
    width:100%;
    border:none;
    border-radius:18px;
    padding:20px;
    margin-top:16px;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}

button:hover{
    transform:translateY(-1px);
}

.footer{
    text-align:center;
    margin-top:20px;
    font-size:13px;
    color:#888;
}
.select-box{
    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:15px;
    font-size:16px;
    background:#fff;
    appearance:none;
    -webkit-appearance:none;
}
.result-card{
    margin-top:20px;
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.result-card h3{
    margin-top:0;
    color:#16a34a;
}
.booking-card{
    background:#fff;
    border-radius:16px;
    padding:18px;
    margin-top:15px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.booking-card h3{
    margin-top:0;
    color:#2563eb;
}

.booking-card p{
    margin:8px 0;
}
.booking-card{
    background:#fff;
    border-radius:16px;
    padding:18px;
    margin-top:15px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.booking-card h3{
    margin-top:0;
    color:#2563eb;
}

.booking-card p{
    margin:8px 0;
}

.container{
    width:100%;
    max-width:420px;
    margin:40px auto;
    padding:25px;
}

body{
    background:#eef1f5;
}

.booking-card{
    margin-bottom:18px;
}

.status-paid{
    color:#16a34a;
    font-weight:700;
}

.status-pending{
    color:#dc2626;
    font-weight:700;
}

.summary-grid{
    display:grid;
    grid-template-columns:
        repeat(2,1fr);
    gap:14px;
    margin:22px 0;
}

.summary-card{
    background:#fff;
    border-radius:22px;
    padding:22px 18px;
    text-align:center;
    box-shadow:
        0 6px 20px
        rgba(0,0,0,.06);
}

.summary-card span{
    display:block;
    font-size:38px;
    font-weight:700;
    color:#2563eb;
    margin-bottom:6px;
}

.summary-card h4{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.summary-card p{
    margin-top:6px;
    color:#777;
    font-size:13px;
}

.filter-row{
    display:flex;
    gap:8px;
    margin-bottom:18px;
    overflow:auto;
}

.filter-btn{
    flex:1;
    min-width:90px;
    padding:12px;
    border:none;
    border-radius:14px;
    background:#e5e7eb;
    font-size:14px;
    cursor:pointer;
}

.filter-btn.active{
    background:#2563eb;
    color:#fff;
}
.filter-row{
    display:flex;
    gap:8px;
    margin-bottom:15px;
    overflow-x:auto;
    padding-bottom:4px;
}

.filter-row::-webkit-scrollbar{
    display:none;
}

.filter-btn{
    border:none;
    border-radius:12px;
    background:#e5e7eb;
    padding:10px 14px;
    min-width:auto;
    white-space:nowrap;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    flex:none;
}

.filter-btn.active{
    background:#2563eb;
    color:#fff;
}
.filter-row{
    display:flex !important;
    flex-direction:row !important;
    gap:8px;
    margin-bottom:15px;
    overflow-x:auto;
    padding-bottom:4px;
}

.filter-row::-webkit-scrollbar{
    display:none;
}

.filter-row .filter-btn{
    width:auto !important;
    flex:0 0 auto !important;
    min-width:82px;
    padding:10px 12px !important;
    margin-top:0 !important;
    border:none;
    border-radius:12px;
    background:#e5e7eb;
    color:#111;
    white-space:nowrap;
    font-size:13px;
    font-weight:600;
}

.filter-row .filter-btn.active{
    background:#2563eb;
    color:#fff;
}
.app-logo{
    width:120px;
    height:auto;
    display:block;
    margin:0 auto 8px;
}

.summary-card span{
    font-size:48px;
    font-weight:700;
}

.summary-card.today span{
    color:#2563eb;
}

.summary-card.pending span{
    color:#f59e0b;
}

.summary-card.ready span{
    color:#16a34a;
}

.summary-card.done span{
    color:#059669;
}
.footer-version{
    text-align:center;
    font-size:12px;
    color:#9ca3af;
    margin-top:15px;
    margin-bottom:5px;
    line-height:1.5;
}
#loginMessage{
    color:#dc2626;
    text-align:center;
    font-size:14px;
    margin-bottom:12px;
    font-weight:600;
}