.cutoffs-page{min-height:100vh;background:var(--module-bg,#fffbeb);font-family:var(--font-primary);color:var(--color-text-primary,#1c1917)}.cutoffs-nav{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--container-padding,24px);border-bottom:1px solid rgba(217,119,6,.15);background:#fff}.cutoffs-back{color:#92400e;text-decoration:none;font-weight:600;font-size:var(--text-sm)}.cutoffs-back:hover{text-decoration:underline}.cutoffs-nav-title{font-size:var(--text-sm);font-weight:700;color:var(--color-text-secondary,#57534e)}.cutoffs-hero{padding:var(--space-10) var(--container-padding,24px) var(--space-6);max-width:960px}.cutoffs-hero h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.2;margin-bottom:var(--space-3)}.cutoffs-hero p{color:var(--color-text-secondary,#57534e);line-height:1.6;max-width:720px;margin-bottom:var(--space-2)}.cutoffs-college-meta{font-weight:600;color:#92400e!important}.cutoffs-cta{display:inline-block;margin-top:var(--space-4);padding:10px 20px;background:#D97706;color:#fff;border-radius:999px;font-weight:700;font-size:var(--text-sm);text-decoration:none;transition:background .15s ease,transform .15s ease}.cutoffs-cta:hover{background:#b45309;transform:translateY(-1px)}.cutoffs-main{padding:var(--space-4) var(--container-padding,24px) var(--space-16);max-width:960px}.cutoffs-branch{margin-bottom:var(--space-8)}.cutoffs-branch h2,.cutoffs-district h2,.cutoffs-related h2{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-3)}.cutoffs-count{font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted,#78716c);margin-left:8px}.cutoffs-table-wrap{overflow-x:auto}.cutoffs-table{border-collapse:collapse;width:100%;max-width:520px;background:#fff;border:1px solid rgba(217,119,6,.2);border-radius:var(--radius-md);overflow:hidden;font-size:var(--text-sm)}.cutoffs-table td,.cutoffs-table th{padding:8px 14px;text-align:left;border-bottom:1px solid rgba(217,119,6,.12)}.cutoffs-table th{background:rgba(217,119,6,.08);font-weight:700;color:#92400e}.cutoffs-table tr:last-child td{border-bottom:none}.cutoffs-table td:nth-child(2),.cutoffs-table td:nth-child(3){font-variant-numeric:tabular-nums;font-weight:600}.cutoffs-district{margin-bottom:var(--space-8)}.cutoffs-college-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:6px 24px}.cutoffs-college-list li{padding:6px 0;border-bottom:1px dashed rgba(217,119,6,.15);font-size:var(--text-sm);line-height:1.4}.cutoffs-college-list a{color:#1c1917;font-weight:600;text-decoration:none}.cutoffs-college-list a:hover{color:#b45309;text-decoration:underline}.cutoffs-place{display:block;color:var(--color-text-muted,#78716c);font-size:var(--text-xs)}.cutoffs-related,.cutoffs-source-note{margin-top:var(--space-10)}.cutoffs-source-note{padding-top:var(--space-4);border-top:1px solid rgba(217,119,6,.2);color:var(--color-text-muted,#78716c);font-size:var(--text-xs);line-height:1.6;max-width:720px}@media (max-width:640px){.cutoffs-college-list{grid-template-columns:1fr}}