.aml-sss-frontend { max-width: 760px; margin: 0 auto; padding: 0 16px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.aml-sss-header h2 { color: #1a3a5c; margin-bottom: 4px; }
.aml-sss-welcome { color: #888; margin-top: 0; margin-bottom: 24px; }
.aml-sss-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px 24px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.aml-sss-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.aml-sss-card-header h3 { margin: 0 0 6px; color: #1a3a5c; font-size: 1.1rem; }
.aml-sss-type-badge { display: inline-block; background: #e8f4fd; color: #2980b9; border-radius: 12px; padding: 2px 10px; font-size: 12px; margin-right: 8px; }
.aml-sss-schedule { font-size: 13px; color: #666; }
.aml-sss-status-pill { padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.aml-sss-status-pill.active { background: #e8f5e9; color: #27ae60; }
.aml-sss-status-pill.past   { background: #f0f0f0; color: #888; }
.aml-sss-section { margin-top: 14px; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.aml-sss-section h4 { margin: 0 0 10px; font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: .5px; }
.aml-sss-sessions { display: flex; flex-wrap: wrap; gap: 8px; }
.aml-sss-session-pill { background: #e8f4fd; color: #1a3a5c; border-radius: 20px; padding: 5px 14px; font-size: 13px; font-weight: 600; }
.aml-sss-session-pill span { font-weight: 400; color: #666; margin-left: 6px; }
.aml-sss-attendance-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.aml-sss-att-cell { display: flex; flex-direction: column; align-items: center; border: 2px solid; border-radius: 8px; padding: 5px 8px; min-width: 48px; text-align: center; }
.aml-sss-att-date { font-size: 10px; line-height: 1.2; }
.aml-sss-att-label { font-size: 14px; font-weight: 700; line-height: 1.4; }
.aml-sss-att-summary { font-size: 12px; color: #888; margin: 4px 0 0; }
.aml-sss-notice { background: #e8f4fd; border-left: 4px solid #2980b9; padding: 14px 18px; border-radius: 6px; color: #1a3a5c; }
