/* --- PALETTE WARNA BASECAMP UNNES --- */
:root {
    --unnes-yellow: #ffcc00;
    --unnes-orange: #f35c05;
    --text-dark: #3a221d;
    --accent: #2c3e50;
    --light: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    background-color: #f0f2f5;
}

/* MASTER UTAMA */
.page {
    display: none !important; 
    max-width: 450px;
    margin: 0 auto;
    min-height: 100vh;
    box-sizing: border-box;
    background: var(--light);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}

/* LAYOUT WELCOME */
#page-welcome { flex-direction: column; justify-content: flex-start; }
.welcome-hero-container { position: relative; width: 100%; height: 48vh; background: #fff; }
.hero-img-exact { width: 100%; height: 100%; object-fit: cover; }
.top-status-bar { position: absolute; top: 15px; left: 15px; right: 15px; display: flex; justify-content: space-between; z-index: 10; }
.unnes-logo-mini, .food-icon-mini { background: rgba(255, 255, 255, 0.8); padding: 5px 8px; border-radius: 50%; font-size: 14px; }
.wave-shape { position: absolute; bottom: -2px; left: 0; width: 100%; height: 90px; z-index: 5; }
.welcome-body-exact { background-color: var(--unnes-yellow); flex: 1; padding: 10px 30px 30px 30px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; align-items: center; box-sizing: border-box; }
.title-exact { font-size: 38px; font-weight: 900; color: var(--text-dark); line-height: 0.95; margin: 10px 0 5px 0; text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff; }
.title-sub-exact { font-size: 46px; color: #fff; display: inline-block; margin-top: 5px; text-shadow: 2px 2px 0px var(--text-dark), -2px -2px 0px var(--text-dark); }
.subtitle-exact { font-size: 14px; font-weight: 600; color: var(--text-dark); margin: 5px 0 25px 0; }
.btn-container-exact { width: 100%; max-width: 260px; margin: 0 auto 20px auto; }
.btn-start-exact { background: linear-gradient(to right, #ff6600, var(--unnes-orange)) !important; color: #ffffff !important; font-size: 18px; font-weight: 800; padding: 12px 15px 12px 35px; border-radius: 40px !important; border: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; width: 100%; box-sizing: border-box; }
.arrow-circle { background-color: #ffffff; color: var(--unnes-orange); width: 32px; height: 32px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 12px; font-weight: bold; }
.bottom-decor-icons { width: 100%; display: flex; justify-content: space-between; opacity: 0.7; font-size: 18px; }

/* INTERFACE GLOBAL */
.card-role-container { margin: 80px 25px auto 25px; padding: 30px 20px; background: white; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); border: 1px solid #f1f2f6; }
.mini-accent-bar { width: 50px; height: 5px; background: var(--unnes-yellow); margin: 0 auto 15px auto; border-radius: 10px; }
.btn-choice-cust, .btn-choice-seller { padding: 20px; width: 100%; margin: 12px 0; font-size: 16px; font-weight: 600; border-radius: 16px; border: 2px solid transparent; cursor: pointer; transition: all 0.2s; }
.btn-choice-cust { background: #fffdf0; color: #b7950b; }
.btn-choice-seller { background: #ebf5fb; color: #2e86c1; }
.btn-choice-cust:hover { border-color: var(--unnes-yellow); }
.btn-choice-seller:hover { border-color: #3498db; }

.card { padding: 20px; margin: 15px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); background: #fff; border: 1px solid #f1f2f6; }
.text-center { text-align: center; }
h2, h3 { color: var(--accent); margin-top: 10px; }

button { width: 100%; padding: 14px; background: linear-gradient(135deg, var(--unnes-yellow), #e6b800); color: var(--text-dark); border: none; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 16px; margin: 8px 0; }
.btn-secondary { background: #e0e0e0; color: #333; }
.btn-danger { background: #e74c3c; color: white; }

/* LABEL STATUS OPERASIONAL (BARU) */
.badge-status { font-size: 11px; padding: 4px 8px; border-radius: 20px; font-weight: bold; display: inline-block; margin-bottom: 5px; }
.badge-open { background: #e8f8f5; color: #1abc9c; border: 1px solid #a3e4d7; }
.badge-closed { background: #fce4d6; color: #e74c3c; border: 1px solid #f5b7b1; }
.shop-disabled-card { opacity: 0.65; background: #fafafa !important; border-left: 5px solid #bdc3c7 !important; cursor: not-allowed !important; }

input, select, textarea { width: 100%; padding: 12px; margin: 8px 0; box-sizing: border-box; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc; font-family: inherit; }
.header { background: linear-gradient(135deg, var(--unnes-yellow), #e6b800); color: var(--text-dark); padding: 20px 15px; text-align: center; border-radius: 0 0 20px 20px; }
.header h2 { color: var(--text-dark); margin: 0; font-size: 18px; }
.container { padding: 15px; }

.item-card { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f1f2f6; padding: 15px 0; }
.quantity-control { display: flex; align-items: center; gap: 12px; }
.quantity-control button { width: 32px; height: 32px; padding: 0; margin: 0; border-radius: 50%; }
.footer-action { padding: 15px; background: white; box-shadow: 0 -5px 20px rgba(0,0,0,0.05); border-radius: 20px 20px 0 0; }
.nav-tabs { display: flex; background: rgba(0,0,0,0.05); margin-top: 15px; border-radius: 8px; overflow: hidden; }
.nav-tabs button { background: transparent; color: var(--accent); margin: 0; border-radius: 0; font-size: 11px; padding: 12px 5px; box-shadow: none; }
.nav-tabs button.active { background: white !important; font-weight: bold; }

.tab-content { display: none !important; }
.tab-content.active { display: block !important; }

.nota { background: #fffdf0; border: 2px dashed #ffcc00; padding: 15px; text-align: left; margin: 15px 0; font-family: monospace; border-radius: 8px; line-height: 1.5; }
.stars { display: flex; justify-content: center; gap: 8px; margin: 10px 0 15px 0; }
.stars span { font-size: 36px; cursor: pointer; color: #ccc; transition: color 0.1s; }
.stars span.active { color: #ffcc00; }
.reply-box { margin-left: 20px; background: #f8f9fa; padding: 8px; border-left: 3px solid var(--unnes-orange); font-size: 13px; border-radius: 4px; margin-top: 5px; }

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }