.exam-page[data-astro-cid-gostuojt]{background:var(--surface-0);min-height:60vh;padding-bottom:40px}.exam-hero[data-astro-cid-gostuojt]{text-align:center;padding:32px 16px 16px}.exam-hero-icon[data-astro-cid-gostuojt]{color:var(--brand,#c00);margin-bottom:8px;font-size:48px;display:block}.exam-hero[data-astro-cid-gostuojt] h1[data-astro-cid-gostuojt]{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:800}.exam-hero[data-astro-cid-gostuojt] p[data-astro-cid-gostuojt]{color:var(--text-tertiary);margin-top:6px;font-size:.85rem;font-weight:500}.exam-lookup{max-width:680px;margin:0 auto;padding:0 16px}.exam-tabs{background:var(--surface-1);border:1px solid var(--surface-2);border-radius:14px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.exam-tab{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:5px;padding:10px 8px;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.exam-tab:hover{color:var(--text-primary);background:var(--surface-0)}.exam-tab--active{background:var(--brand,#c00);color:#fff;box-shadow:0 2px 8px #c8000033}.exam-tab--active:hover{background:var(--brand,#c00);color:#fff}.exam-form{gap:10px;margin-bottom:20px;display:flex}.exam-input-wrap{flex:1;position:relative}.exam-input-icon{color:var(--text-tertiary);pointer-events:none;font-size:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.exam-input{border:2px solid var(--surface-2);background:var(--surface-0);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:12px 42px 12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.exam-input:focus{border-color:var(--brand,#c00)}.exam-input::placeholder{color:var(--text-tertiary);font-size:.82rem}.exam-submit{background:var(--brand,#c00);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:6px;padding:12px 20px;font-family:inherit;font-size:.85rem;font-weight:800;transition:opacity .2s;display:inline-flex}.exam-submit:disabled{opacity:.5;cursor:not-allowed}.exam-submit:not(:disabled):hover{opacity:.9}.exam-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite exam-spin}@keyframes exam-spin{to{transform:rotate(360deg)}}.exam-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:.85rem;font-weight:600;display:flex}.exam-empty{color:var(--text-tertiary);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 16px;display:flex}.exam-empty p{max-width:320px;font-size:.9rem;font-weight:500}.exam-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.exam-list-count{color:var(--text-tertiary);margin-bottom:4px;font-size:.8rem;font-weight:600}.exam-list-item{background:var(--surface-1);border:1px solid var(--surface-2);cursor:pointer;text-align:start;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;transition:all .2s;display:flex}.exam-list-item:hover{border-color:var(--brand,#c00);background:var(--surface-0)}.exam-list-info{flex-direction:column;gap:2px;min-width:0;display:flex}.exam-list-name{color:var(--text-primary);font-size:.9rem;font-weight:700}.exam-list-school{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.exam-list-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.exam-list-total{color:var(--text-secondary);direction:ltr;font-size:.8rem;font-weight:800}.exam-status{border-radius:6px;padding:2px 8px;font-size:.7rem;font-weight:800}.exam-status--pass{color:#22c55e;background:#22c55e1f}.exam-status--fail{color:#ef4444;background:#ef44441f}.result-card{background:var(--surface-1);border:1px solid var(--surface-2);border-radius:16px;overflow:hidden}.result-back{color:var(--brand,#c00);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin:12px 12px 0;padding:8px 16px;font-family:inherit;font-size:.8rem;font-weight:700;display:inline-flex}.result-back:hover{text-decoration:underline}.result-header{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 20px 16px;display:flex}.result-status{border-radius:10px;align-items:center;gap:6px;padding:6px 16px;font-weight:800;display:inline-flex}.result-status--pass{color:#22c55e;background:#22c55e1a}.result-status--fail{color:#ef4444;background:#ef44441a}.result-status-text{font-size:1rem}.result-name{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}.result-meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:8px 16px;font-size:.78rem;display:flex}.result-meta strong{color:var(--text-tertiary);font-weight:600}.result-total{flex-direction:column;align-items:center;gap:4px;padding:8px 0 20px;display:flex}.result-total-circle{width:120px;height:120px;position:relative}.result-circle-svg{width:100%;height:100%}.result-total-text{direction:ltr;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.result-total-num{color:var(--text-primary);font-size:1.6rem;font-weight:900;line-height:1}.result-total-max{color:var(--text-tertiary);font-size:.75rem;font-weight:600}.result-total-pct{color:var(--text-secondary);font-size:.9rem;font-weight:800}.result-grades-layout{border-top:1px solid var(--surface-2);grid-template-columns:1fr 1fr;gap:0;display:grid}.result-table-wrap{border-left:1px solid var(--surface-2);overflow-x:auto}.result-table{border-collapse:collapse;width:100%;font-size:.8rem}.result-table th{background:var(--surface-2);color:var(--text-secondary);text-align:start;white-space:nowrap;padding:10px 12px;font-size:.72rem;font-weight:700}.result-table td{border-bottom:1px solid var(--surface-2);color:var(--text-primary);padding:8px 12px;font-weight:600}.result-table .td-grade{text-align:center;direction:ltr;font-weight:800}.result-table .td-max{text-align:center;color:var(--text-tertiary);direction:ltr}.result-table .row-fail td{color:#ef4444}.result-table .row-fail td:first-child{color:var(--text-primary)}.result-table .row-total{background:var(--surface-2)}.result-table .row-total td{color:var(--text-primary);border-bottom:none;font-weight:800}.result-bars{background:var(--surface-2);flex-direction:column;gap:2px;display:flex}.grade-item{background:var(--surface-1);padding:8px 14px}.grade-head{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.grade-name{color:var(--text-primary);font-size:.78rem;font-weight:700}.grade-score{color:var(--text-primary);direction:ltr;font-size:.8rem;font-weight:800}.grade-score small{color:var(--text-tertiary);font-size:.65rem;font-weight:600}.grade-bar{background:var(--surface-2);border-radius:3px;height:6px;overflow:hidden}.grade-fill{border-radius:3px;height:100%;transition:width .5s ease-out}@media (width<=640px){.exam-hero[data-astro-cid-gostuojt]{padding:20px 16px 12px}.exam-hero[data-astro-cid-gostuojt] h1[data-astro-cid-gostuojt]{font-size:1.2rem}.exam-hero-icon[data-astro-cid-gostuojt]{font-size:36px}.exam-form{flex-direction:column}.exam-submit{justify-content:center}.exam-tab{gap:3px;padding:8px 4px;font-size:.72rem}.result-name{font-size:1rem}.result-meta{flex-direction:column;gap:4px}.result-grades-layout{grid-template-columns:1fr}.result-table-wrap{border-left:none;border-bottom:1px solid var(--surface-2)}}.exam-lookup:has(.result-card){max-width:900px}
