/* Daily practice shares the same question cards as the Mains library. */
.today-page-shell { max-width: 100%; }
.today-page-heading { margin: 6px 0 12px; font: 500 clamp(2.25rem, 4.4vw, 3.5rem)/1.1 Georgia, serif; letter-spacing: -.035em; }
.today-page-shell > .today-page-heading { margin-bottom: 24px; }
.today-prelims-launch { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border: 1px solid #CCDCD0; border-radius: 12px; background: #E8F0E9; color: #182B2B; text-decoration: none; }
.today-prelims-launch strong { display: block; margin-bottom: 5px; font: 500 1.5rem/1.25 Georgia, serif; }
.today-prelims-launch small { display: block; color: #52685B; font-size: .9375rem; line-height: 1.5; }
.today-prelims-action { display: inline-flex; min-height: 44px; align-items: center; gap: 16px; padding: 10px 18px; flex-shrink: 0; background: #176B55; border-radius: 7px; color: #fff; font-weight: 600; font-size: .9375rem; }
.today-prelims-launch:hover { border-color: #176B55; }
.today-prelims-launch:focus-visible { outline: 3px solid #8CB5A0; outline-offset: 4px; }
.today-mains-section { margin-top: 36px; }
.today-mains-section > h2 { margin: 0 0 20px; font: 500 1.75rem/1.2 Georgia, serif; }
.today-question-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 20px; margin-top: 20px; border-top: 1px solid #E4E9E3; }
.today-question-actions > span { color: #66756D; font-size: .875rem; }
.today-question-actions .btn-submit { min-height: 44px; padding: 10px 20px; }
.daily-upload-content { text-align: left; }
.daily-upload-meta, #daily-upload-note { color: #66756D; font-size: .875rem; line-height: 1.6; }
.daily-upload-question { padding: 16px; margin: 16px 0 20px; border-radius: 8px; background: #F2F5EF; color: #182B2B; line-height: 1.65; white-space: pre-line; overflow-wrap: anywhere; }
.daily-upload-content .upload-file-row { margin-bottom: 20px; }
.daily-upload-content .btn-submit { width: 100%; }
.today-login-card { max-width: 440px; padding: 28px; margin: 24px auto; background: #fff; border: 1px solid #DCE2DC; border-radius: 12px; text-align: left; }
@media (max-width: 767px) { .today-prelims-launch { flex-direction: column; align-items: stretch; padding: 22px; gap: 20px; } .today-prelims-action { justify-content: center; } .today-prelims-launch small { font-size: 1rem; } .today-login-card { padding: 22px; } }
