/* Öğrenci Kart — yalnızca öğrenci ekranları */
/* Öğrenci uygulaması */
body.student-app-page {
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #030b16;
}
.student-app-page .app-shell {
  width: min(100%, 560px);
  min-height: 100dvh;
  margin: 0 auto;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(0,102,255,.22), transparent 31%),
    radial-gradient(circle at 10% 38%, rgba(34,197,94,.10), transparent 28%),
    linear-gradient(180deg, #020916 0%, #061329 55%, #031020 100%);
  box-shadow: 0 0 70px rgba(0,0,0,.55);
}
.student-app-page .app-main {
  height: calc(100dvh - 88px - env(safe-area-inset-bottom));
  padding: max(18px, env(safe-area-inset-top)) 18px 44px;
  overflow-y: auto;
  scrollbar-width: none;
}
.student-app-page .app-main::-webkit-scrollbar { display: none; }
.student-app-page .app-section { display: none; }
.student-app-page .app-section.active { display: block; animation: okFade .22s ease; }
@keyframes okFade { from { opacity: .45; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.student-app-page .topbar { margin-bottom: 18px; align-items: center; }
.student-app-page .topbar h1 { color: #fff; font-size: clamp(1.55rem, 6.2vw, 2rem); line-height: 1.08; letter-spacing: -.045em; }
.student-app-page .topbar p { color: #b5c2d5; margin-top: 7px; font-size: .88rem; }
.student-app-page .avatar { width: 48px; height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, #0e2a52, #0066ff); box-shadow: 0 10px 26px rgba(0,102,255,.28); }
.student-app-page .card,
.student-app-page .student-plan-panel,
.student-app-page .student-qr-card,
.student-app-page .student-transaction-approval,
.student-app-page .discover-lock-card {
  color: #fff;
  border: 1px solid rgba(88,145,224,.24);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(7,25,52,.98), rgba(3,14,31,.98));
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
}
.student-app-page .card h2,
.student-app-page .card h3,
.student-app-page .student-plan-panel h2,
.student-app-page .student-qr-card h2,
.student-app-page .student-transaction-approval h2 { color: #fff; }
.student-app-page .data-row { border-color: rgba(255,255,255,.08); }
.student-app-page .data-row span { color: #9fb0c7; }
.student-app-page .data-row b { color: #fff; }
.student-app-page .business-label { color: var(--ok-green-soft); }
.student-app-page .notice { border-radius: 14px; }
.student-app-page .input,
.student-app-page .select,
.student-app-page .textarea { color: #eef5ff; border-color: rgba(124,164,218,.25); background: #081a34; }
.student-app-page .input::placeholder { color: #8192aa; }
.student-app-page .select option { color: #0f2340; background: #fff; }

.student-home-summary {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(0,102,255,.55);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(5,20,43,.98), rgba(3,13,28,.98));
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.student-home-metric { min-width: 0; padding-right: 10px; border-right: 1px solid rgba(255,255,255,.09); }
.student-home-metric span { display: block; color: #c0cce0; font-size: .72rem; font-weight: 600; }
.student-home-metric strong { display: block; margin-top: 7px; color: var(--ok-green-soft); font-size: 1.38rem; letter-spacing: -.04em; }
.student-home-card-link { display: flex; min-width: 84px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; color: #fff; text-decoration: none; font-size: .74rem; font-weight: 700; text-align: center; }
.student-home-card-link svg { width: 29px; height: 29px; fill: none; stroke: #fff; stroke-width: 1.8; }
.student-qr-hero { display: grid; grid-template-columns: 58px 1fr auto; gap: 14px; align-items: center; margin-bottom: 24px; padding: 17px; border: 0; border-radius: 22px; background: linear-gradient(135deg, #0066ff 0%, #003cb9 100%); box-shadow: 0 16px 36px rgba(0,102,255,.28); }
.student-qr-hero-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--ok-blue); border-radius: 15px; background: #fff; font-size: 1.8rem; font-weight: 900; }
.student-qr-hero strong { display: block; font-size: 1.02rem; }
.student-qr-hero small { display: block; margin-top: 4px; color: #dbe8ff; font-size: .73rem; line-height: 1.4; }
.student-qr-hero button { min-height: 42px; padding: 0 15px; color: var(--ok-blue); border: 0; border-radius: 12px; background: #fff; font-weight: 800; }

.student-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 22px 0 12px; }
.student-section-heading h2 { margin: 0; color: #fff; font-size: 1.08rem; letter-spacing: -.03em; }
.student-section-heading p { margin: 4px 0 0; color: #8799b3; font-size: .74rem; }

.sponsored-carousel { overflow: hidden; }
.sponsored-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.sponsored-track::-webkit-scrollbar { display: none; }
.sponsored-card { position: relative; min-width: 92%; min-height: 190px; overflow: hidden; scroll-snap-align: start; color: #fff; border: 1px solid rgba(167,91,255,.55); border-radius: 22px; background: linear-gradient(135deg, #201044, #07152b); box-shadow: 0 18px 38px rgba(0,0,0,.28); text-decoration: none; }
.sponsored-card img { width: 100%; height: 100%; min-height: 190px; position: absolute; inset: 0; object-fit: cover; opacity: .46; }
.sponsored-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,28,.98) 0%, rgba(7,10,28,.72) 54%, rgba(7,10,28,.15) 100%); }
.sponsored-card-copy { position: relative; z-index: 2; width: 66%; padding: 20px; }
.sponsored-badge { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; color: #fff; border-radius: 999px; background: #7236c7; font-size: .64rem; font-weight: 800; }
.sponsored-card h3 { margin: 0 0 6px; color: #fff; font-size: 1.45rem; letter-spacing: -.04em; }
.sponsored-card p { margin: 0 0 15px; color: #e6e6f5; font-size: .82rem; line-height: 1.5; }
.sponsored-card .sponsored-cta { display: inline-flex; padding: 9px 13px; border-radius: 11px; background: linear-gradient(135deg, #8a45ef, #6b2bd0); font-size: .73rem; font-weight: 800; }
.sponsored-empty { padding: 22px; color: #9eabc0; border: 1px dashed rgba(124,164,218,.28); border-radius: 18px; text-align: center; background: rgba(7,25,52,.55); }

.student-app-page .student-plan-panel { margin-top: 18px; padding: 17px; }
.student-app-page .student-plan-grid { gap: 10px; }
.student-app-page .student-plan-card { min-height: 108px; padding: 14px; border-radius: 16px; background: #0a203f; }
.student-app-page .student-plan-card.blue { border-color: rgba(0,102,255,.42); }
.student-app-page .student-plan-card.green { border-color: rgba(34,197,94,.38); }
.student-app-page .student-plan-card span { color: #93a8c4; }
.student-app-page .student-plan-card strong { color: #fff; }
.student-app-page .student-plan-card p { color: #9caec5; font-size: .72rem; }

.profile-service-list { display: grid; gap: 10px; margin: 14px 0 20px; }
.profile-service-link { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px; color: #fff; text-decoration: none; border: 1px solid rgba(124,164,218,.22); border-radius: 16px; background: #071a34; }
.profile-service-link .profile-service-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 13px; background: linear-gradient(145deg, #0f4ca8, #0066ff); }
.profile-service-link strong { display: block; font-size: .87rem; }
.profile-service-link small { display: block; margin-top: 3px; color: #90a1b9; font-size: .68rem; }
.profile-service-link b { color: #68a5ff; font-size: 1.2rem; }

.student-app-page .discover-module-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 6px; border-radius: 15px; background: #071a34; }
.student-app-page .discover-module-tab { min-height: 40px; color: #8fa2bd; border: 0; border-radius: 11px; background: transparent; font-size: .74rem; font-weight: 700; }
.student-app-page .discover-module-tab.active { color: #fff; background: linear-gradient(135deg, #0e54c8, #0066ff); box-shadow: 0 8px 20px rgba(0,102,255,.22); }
.student-app-page .discover-toolbar,
.student-app-page .business-discover-toolbar,
.student-app-page .business-map-toolbar { gap: 8px; margin: 12px 0; }
.student-app-page .discover-toolbar .btn,
.student-app-page .business-discover-toolbar .btn,
.student-app-page .business-map-toolbar .btn { min-width: 86px; }

.student-app-page .student-campaign-list,
.student-app-page .student-business-list { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
.student-app-page .student-campaign-card,
.student-app-page .student-business-card { overflow: hidden; color: #fff !important; border: 1px solid rgba(124,164,218,.20) !important; border-radius: 17px !important; background: linear-gradient(145deg, #071a34, #041226) !important; box-shadow: none !important; text-decoration: none; }
.student-campaign-card { display: grid !important; grid-template-columns: 52px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 12px !important; }
.student-campaign-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--ok-green-soft); background: rgba(34,197,94,.11); font-size: 1.05rem; font-weight: 900; }
.student-campaign-copy { min-width: 0; }
.student-campaign-copy h2 { margin: 0; color: #fff; font-size: .88rem; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.student-campaign-copy p { margin: 4px 0 0; color: #92a4bc; font-size: .68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.student-campaign-copy small { display: block; margin-top: 5px; color: #6f88a9; font-size: .62rem; }
.student-campaign-price { min-width: 72px; text-align: right; }
.student-campaign-price del { display: block; color: #7e8da2; font-size: .62rem; }
.student-campaign-price strong { display: block; color: var(--ok-green-soft); font-size: .98rem; }
.student-campaign-price span { display: inline-flex; margin-top: 5px; padding: 3px 6px; color: #fff; border-radius: 999px; background: rgba(34,197,94,.18); font-size: .55rem; font-weight: 800; }
.student-campaign-card.access-locked,
.student-business-card.access-locked { opacity: .76; }

.student-business-card { display: grid !important; grid-template-columns: 74px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 10px !important; }
.student-business-thumb { width: 74px; height: 74px; overflow: hidden; border-radius: 14px; background: #0b2448; }
.student-business-thumb img { width: 100%; height: 100%; object-fit: cover; }
.student-business-thumb-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #74a8ff; font-size: 1.4rem; font-weight: 800; background: linear-gradient(145deg, #0d2a55, #071a34); }
.student-business-copy { min-width: 0; }
.student-business-copy .student-business-category { display: inline-flex; margin-bottom: 4px; padding: 3px 7px; color: #b8d3ff; border-radius: 999px; background: rgba(0,102,255,.15); font-size: .55rem; font-weight: 800; }
.student-business-copy h2 { margin: 0; color: #fff; font-size: .86rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.student-business-copy p { margin: 4px 0 0; color: #8fa0b7; font-size: .65rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.student-business-copy small { display: block; margin-top: 5px; color: #6f88a9; font-size: .61rem; }
.student-business-rate { min-width: 58px; color: var(--ok-green-soft); text-align: right; font-size: 1.05rem; font-weight: 800; }
.student-business-rate span { display: block; margin-top: 4px; color: #7e91aa; font-size: .55rem; font-weight: 600; }

.student-app-page .bottom-nav { width: min(100%, 560px); height: calc(80px + env(safe-area-inset-bottom)); left: 50%; bottom: 0; transform: translateX(-50%); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); border: 1px solid rgba(124,164,218,.18); border-bottom: 0; border-radius: 24px 24px 0 0; background: rgba(3,14,31,.96); box-shadow: 0 -12px 35px rgba(0,0,0,.30); backdrop-filter: blur(18px); }
.student-app-page .nav-btn { color: #a3b0c2; font-size: .62rem; font-weight: 600; }
.student-app-page .nav-btn strong { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 3px; color: inherit; }
.student-app-page .nav-btn svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.student-app-page .nav-btn.active { color: #2f87ff; }
.student-app-page .nav-btn.qr { width: 70px; height: 70px; margin-top: -25px; color: #fff; border: 6px solid #041127; border-radius: 50%; background: linear-gradient(145deg, #1574ff, #004bd0); box-shadow: 0 12px 28px rgba(0,102,255,.35); }
.student-app-page .nav-btn.qr strong { margin: 0; }
.student-app-page .nav-btn.qr span { margin-top: -2px; font-size: .55rem; }

/* Giriş ve öğrenci alt sayfaları */
.student-auth-page .shell { width: min(100%, 540px); }
.student-auth-page .brand h1 { color: var(--ok-navy); letter-spacing: -.05em; }
.student-auth-page .brand p { color: var(--ok-muted); }
.student-auth-page .panel { border-color: rgba(8,29,58,.08); border-radius: 24px; background: #fff; box-shadow: var(--ok-shadow); }
.student-page-shell, .student-detail-shell { width: min(100%, 720px); }
.student-subpage-body, .student-detail-body { background: linear-gradient(180deg, #f8fbff, #f1f5f9); }
.student-subpage-body .student-page-header,
.student-detail-body .student-detail-header { border-radius: 20px; background: linear-gradient(135deg, var(--ok-navy), #0e2f61); box-shadow: 0 15px 35px rgba(8,29,58,.18); }

.student-campaign-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.student-auth-page { min-height: 100vh; background: radial-gradient(circle at 100% 0, rgba(0,102,255,.12), transparent 35%), linear-gradient(180deg,#f8fbff,#eef3f8); }
.student-auth-page .brand-mark { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 13px; padding: 7px; border: 1px solid rgba(8,29,58,.08); border-radius: 28px; background: #fff; box-shadow: 0 16px 42px rgba(8,29,58,.13); }
.student-auth-page .brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 21px; }
.student-subpage { width: min(100% - 24px, 920px); margin: 22px auto 60px; }
.student-subpage-header { padding: 20px; border: 0; border-radius: 20px; background: linear-gradient(135deg,var(--ok-navy),#10417d); box-shadow: 0 16px 36px rgba(8,29,58,.18); }
.student-subpage-header h1, .student-subpage-header p, .student-subpage-header .admin-kicker { color: #fff; }
.student-subpage-header p { opacity: .76; }
.student-subpage .admin-panel, .student-subpage .survey-card, .student-subpage .notification-card, .student-subpage .student-job-card { border: 1px solid rgba(8,29,58,.08); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(8,29,58,.06); }
.home-see-all { padding: 0; color: #4c91ff; border: 0; background: transparent; font-size: .7rem; font-weight: 800; }
.home-campaign-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-campaign-strip::-webkit-scrollbar { display: none; }
.home-campaign-card { min-width: 172px; overflow: hidden; scroll-snap-align: start; color: #fff; border: 1px solid rgba(124,164,218,.22); border-radius: 17px; background: #071a34; text-decoration: none; }
.home-campaign-card-visual { height: 96px; position: relative; overflow: hidden; background: linear-gradient(145deg,#10396f,#071a34); }
.home-campaign-card-visual img { width: 100%; height: 100%; object-fit: cover; }
.home-campaign-card-badge { position: absolute; top: 8px; left: 8px; padding: 4px 7px; color: #fff; border-radius: 999px; background: #118d43; font-size: .56rem; font-weight: 800; }
.home-campaign-card-copy { padding: 11px; }
.home-campaign-card-copy strong { display: block; color: #fff; font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-campaign-card-copy span { display: block; margin-top: 4px; color: #91a2b9; font-size: .62rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-campaign-card-copy b { display: block; margin-top: 7px; color: var(--ok-green-soft); font-size: .82rem; }
.student-campaign-card.access-locked::after, .student-business-card.access-locked::after { display: none; }

/* Cüzdan, alt menü ve öğrenci işletme detayı */

.student-app-page .student-home-card-link {
  min-width: 92px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
}
.student-app-page .student-home-card-link span {
  display: block;
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
}
.student-app-page .student-home-card-link svg { flex: 0 0 auto; }

.student-app-page .bottom-nav {
  z-index: 1000;
  overflow: visible;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  background: linear-gradient(180deg, rgba(5, 20, 43, .985), rgba(2, 10, 23, .995));
}
.student-app-page .nav-btn {
  min-width: 0;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px 2px;
  line-height: 1.15;
  text-align: center;
}
.student-app-page .nav-btn strong { margin: 0; }
.student-app-page .nav-btn span { display: block; white-space: nowrap; }
.student-app-page .nav-btn.qr {
  align-self: start;
  justify-self: center;
  min-width: 70px;
  padding: 6px 3px;
}
.student-app-page .nav-btn.qr span { white-space: nowrap; }

.student-app-page .discover-toolbar,
.student-app-page .business-discover-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, .7fr);
}
.student-app-page .business-map-toolbar { display: grid; grid-template-columns: 1fr; }
.student-app-page .discover-toolbar > [hidden],
.student-app-page .business-discover-toolbar > [hidden],
.student-app-page .business-map-toolbar > [hidden],
.student-app-page .wallet-refresh[hidden] { display: none !important; }

.wallet-transaction-list { display: grid; gap: 12px; }
.wallet-day-group {
  overflow: hidden;
  border: 1px solid rgba(124, 164, 218, .22);
  border-radius: 18px;
  background: rgba(4, 18, 39, .72);
}
.wallet-day-summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(145deg, rgba(10, 36, 73, .95), rgba(4, 19, 41, .98));
}
.wallet-day-summary::-webkit-details-marker { display: none; }
.wallet-day-summary::after {
  content: "⌄";
  color: #75aaff;
  font-size: 1.05rem;
  transition: transform .18s ease;
}
.wallet-day-group[open] .wallet-day-summary::after { transform: rotate(180deg); }
.wallet-day-summary > span { min-width: 0; display: grid; gap: 2px; }
.wallet-day-summary strong { color: #fff; font-size: .9rem; }
.wallet-day-summary small { color: #8fa3bf; font-size: .66rem; }
.wallet-day-summary > b { margin-left: auto; color: var(--ok-green-soft); font-size: .85rem; white-space: nowrap; }
.wallet-day-transactions { display: grid; gap: 9px; padding: 10px; }
.wallet-day-transactions .wallet-transaction-card { margin: 0; border-radius: 15px; box-shadow: none; }

.student-detail-body .business-detail-hero,
.student-detail-body .business-detail-card {
  color: #fff;
  border-color: rgba(124, 164, 218, .25);
  background: linear-gradient(145deg, #0b2c56, #061a35);
}
.student-detail-body .business-detail-heading h1,
.student-detail-body .business-detail-card h2,
.student-detail-body .business-detail-info-list strong,
.student-detail-body .business-detail-campaign-head h3,
.student-detail-body .business-detail-campaign-meta strong,
.student-detail-body .business-detail-campaign-terms strong { color: #f5f9ff; }
.student-detail-body .business-detail-heading p,
.student-detail-body .business-detail-info-list span,
.student-detail-body .business-detail-rate span,
.student-detail-body .business-detail-campaign-price span,
.student-detail-body .business-detail-campaign-meta span { color: #9eb2cf; }
.student-detail-body .business-detail-description,
.student-detail-body .business-detail-campaign-body > p { color: #dce9fb; }
.student-detail-body .business-detail-info-list { border-top-color: rgba(255, 255, 255, .16); }
.student-detail-body .business-detail-info-list > div { border-bottom-color: rgba(255, 255, 255, .10); }
.student-detail-body .business-detail-section-note { margin: 5px 0 0; color: #91a7c6; font-size: .72rem; }
.student-detail-body .business-detail-campaigns { grid-template-columns: 1fr; }
.student-detail-body .business-detail-campaign-card {
  display: block;
  color: #fff;
  border-color: rgba(130, 177, 240, .28);
  background: linear-gradient(145deg, rgba(5, 23, 49, .98), rgba(3, 14, 31, .98));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.student-detail-body .business-detail-campaign-card.has-image {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
}
.student-detail-body .business-detail-campaign-image {
  width: 132px;
  height: 100%;
  min-height: 178px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .10);
}
.student-detail-body .business-detail-campaign-body { padding: 16px; }
.student-detail-body .business-detail-campaign-head > div:first-child > span:first-child {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #57f091;
  background: rgba(34, 197, 94, .13);
}
.student-detail-body .business-detail-campaign-price span { opacity: .82; }
.student-detail-body .business-detail-campaign-price strong { color: #48e780; }
.student-detail-body .business-detail-campaign-meta { border-top-color: rgba(255, 255, 255, .12); }
.student-detail-body .business-detail-campaign-meta > div { border-bottom-color: rgba(255, 255, 255, .08); }

@media (max-width: 560px) {
  .student-app-page .discover-toolbar,
  .student-app-page .business-discover-toolbar { grid-template-columns: 1fr; }
  .student-detail-body .business-detail-campaign-card.has-image { grid-template-columns: 92px minmax(0, 1fr); }
  .student-detail-body .business-detail-campaign-image { width: 92px; min-height: 150px; }
  .student-detail-body .business-detail-campaign-head { flex-direction: row; }
  .student-detail-body .business-detail-campaign-price { text-align: right; }
}

/* Son katman: öğrenci ekranlarında taşma ve hizalama */
.student-app-page .student-home-summary { min-width: 0; }
.student-app-page .student-home-metric,
.student-app-page .student-home-card-link { min-width: 0; }
.student-app-page .student-home-card-link { appearance: none; }
.student-app-page .student-home-card-link span { font-size: .72rem; font-weight: 700; }
.student-app-page .discover-toolbar,
.student-app-page .business-discover-toolbar,
.student-app-page .business-map-toolbar { align-items: center; }
.student-app-page .discover-toolbar .select,
.student-app-page .business-discover-toolbar .input,
.student-app-page .business-discover-toolbar .select,
.student-app-page .business-map-toolbar .select { width: 100%; }
.student-app-page .wallet-transaction-list { padding-bottom: 8px; }
.student-app-page .wallet-day-group { color: #fff; }
.student-app-page .wallet-day-transactions .wallet-transaction-card { background: rgba(5, 22, 47, .96); }
.student-app-page .bottom-nav { display: grid; }
.student-app-page .nav-btn { width: 100%; border: 0; background: transparent; }
.student-app-page .nav-btn.qr { width: 70px; }
.student-detail-body { color: var(--ok-text); }
.student-detail-body .business-detail-campaigns { display: grid; gap: 12px; }
.student-detail-body .business-detail-campaign-card { overflow: hidden; }

@media (max-width: 430px) {
  .student-app-page .app-main { padding-inline: 14px; }
  .student-app-page .bottom-nav { padding-inline: 4px; }
  .student-app-page .nav-btn { font-size: .56rem; }
  .student-app-page .nav-btn svg { width: 21px; height: 21px; }
  .student-app-page .student-home-summary { gap: 8px; padding: 14px; }
  .student-app-page .student-home-metric strong { font-size: 1.15rem; }
}

/* Öğrenci cüzdan kartları */
.student-app-page .metric-card,
.student-app-page .wallet-transaction-card {
  color: #fff;
  border: 1px solid rgba(124,164,218,.22);
  background: linear-gradient(145deg, rgba(7,25,52,.98), rgba(3,14,31,.98));
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.student-app-page .metric-card span,
.student-app-page .wallet-transaction-head p,
.student-app-page .wallet-detail-row span { color: #91a5c1; }
.student-app-page .metric-card strong,
.student-app-page .wallet-transaction-head h2,
.student-app-page .wallet-detail-row strong { color: #fff; }
.student-app-page .wallet-details { border-top-color: rgba(255,255,255,.10); }
.student-app-page .wallet-detail-row { border-bottom-color: rgba(255,255,255,.08); }
.student-app-page .wallet-advantage { color: var(--ok-green-soft); }
