@charset "utf-8";

#program_lookup{--lookup-primary:#183f7a;--lookup-primary-soft:#f1f5fb;--lookup-text:#20242a;--lookup-sub:#6e7681;--lookup-line:#e4e8ed;--lookup-line-dark:#d3d9e0;--lookup-bg:#f7f9fb;--lookup-danger:#c33d3d;max-width:1200px;margin:0 auto 60px;color:var(--lookup-text);box-sizing:border-box}
#program_lookup *{box-sizing:border-box; font-size:98%}
#program_lookup button,#program_lookup input{font:inherit}
.lookup_intro{margin:0 0 28px;text-align:center}
.lookup_kicker{display:inline-block;margin-bottom:10px;color:var(--lookup-primary);font-weight:700}
.lookup_intro h2{margin:0;color:var(--lookup-text);line-height:1.35}
.lookup_intro p{margin:12px auto 0;color:var(--lookup-sub);line-height:1.7}
.lookup_box{padding:28px;border:1px solid var(--lookup-line);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.lookup_fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.lookup_field label{display:block;margin:0 0 8px;font-weight:600}
.lookup_field label strong{color:#e25555}
.lookup_input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--lookup-line-dark);border-radius:8px;background:#fff;color:var(--lookup-text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.lookup_input:focus{border-color:var(--lookup-primary);box-shadow:0 0 0 3px rgba(24,63,122,.08)}
.lookup_captcha{display:flex;align-items:center;gap:16px;margin-top:18px;padding:16px;border-radius:9px;background:var(--lookup-bg)}
.lookup_captcha_label{flex:0 0 auto;font-weight:600}
.lookup_captcha #captcha{margin:0}
.lookup_actions{margin-top:20px;text-align:center}
.lookup_submit{min-width:180px;min-height:48px;padding:0 24px;border:1px solid var(--lookup-primary);border-radius:8px;background:var(--lookup-primary);color:#fff;font-weight:700;cursor:pointer}
.lookup_submit:hover,.lookup_submit:focus{background:#123463}
.lookup_result_wrap{margin-top:38px}
.lookup_result_head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.lookup_result_label{display:block;margin-bottom:4px;color:var(--lookup-primary);font-weight:700}
.lookup_result_head h3{margin:0}
.lookup_result_count{color:var(--lookup-primary)}
.lookup_cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.lookup_card{overflow:hidden;border:1px solid var(--lookup-line);border-radius:12px;background:#fff}
.lookup_card_head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--lookup-line);background:#fbfcfe}
.lookup_program_type{display:block;margin-bottom:5px;color:var(--lookup-sub)}
.lookup_card_head h4{margin:0;line-height:1.45}
.lookup_status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:30px;padding:0 10px;border-radius:999px;font-weight:700;white-space:nowrap}
.lookup_status.is_success{background:#eaf7ef;color:#13743b}
.lookup_status.is_progress{background:#fff6df;color:#926300}
.lookup_status.is_danger{background:#fff0f0;color:#b52f2f}
.lookup_status.is_info{background:#edf4ff;color:#285f9b}
.lookup_status.is_default{background:#f1f3f5;color:#59616b}
.lookup_summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--lookup-line)}
.lookup_summary div{padding:15px 18px;border-right:1px solid var(--lookup-line);border-bottom:1px solid var(--lookup-line)}
.lookup_summary div:nth-child(2n){border-right:0}
.lookup_summary div:nth-last-child(-n+2){border-bottom:0}
.lookup_summary span{display:block;margin-bottom:4px;color:var(--lookup-sub)}
.lookup_summary strong{font-weight:600;word-break:break-word}
.lookup_payment{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--lookup-line);background:var(--lookup-primary-soft)}
.lookup_payment>span{font-weight:600}
.lookup_details{margin:0;padding:4px 18px 14px}
.lookup_details div{display:grid;grid-template-columns:125px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--lookup-line)}
.lookup_details div:last-child{border-bottom:0}
.lookup_details dt{color:var(--lookup-sub)}
.lookup_details dd{margin:0;word-break:break-word}
.lookup_empty{padding:36px 22px;border:1px solid #f0d4d4;border-radius:12px;background:#fff8f8;text-align:center}
.lookup_empty strong{display:block;margin-bottom:8px;color:var(--lookup-danger)}
.lookup_empty p{margin:0;color:var(--lookup-sub);line-height:1.7}
.lookup_notice{margin-top:24px;padding:18px 20px;border-radius:10px;background:var(--lookup-bg);color:var(--lookup-sub);line-height:1.7}
.lookup_notice strong{display:block;margin-bottom:5px;color:var(--lookup-text)}
.lookup_notice p{margin:3px 0}

@media(max-width:768px){
#program_lookup{width:100%;margin-bottom:40px;font-size:14px}
.lookup_intro{margin-bottom:20px}
.lookup_intro h2{font-size:22px}
.lookup_intro p{font-size:14px}
.lookup_box{padding:18px 14px;border-radius:10px}
.lookup_fields{grid-template-columns:1fr;gap:12px}
.lookup_field label{font-size:14px}
.lookup_input{min-height:46px;font-size:16px}
.lookup_captcha{align-items:flex-start;flex-direction:column;gap:8px;padding:14px}
.lookup_submit{width:100%;min-height:46px;font-size:15px}
.lookup_result_head{align-items:flex-start;flex-direction:column;gap:5px}
.lookup_result_head h3{font-size:19px}
.lookup_cards{grid-template-columns:1fr;gap:14px}
.lookup_card_head{padding:16px 14px}
.lookup_card_head h4{font-size:17px}
.lookup_program_type{font-size:12px}
.lookup_status{min-height:28px;padding:0 9px;font-size:12px}
.lookup_summary{grid-template-columns:1fr}
.lookup_summary div,.lookup_summary div:nth-child(2n),.lookup_summary div:nth-last-child(-n+2){padding:12px 14px;border-right:0;border-bottom:1px solid var(--lookup-line)}
.lookup_summary div:last-child{border-bottom:0}
.lookup_summary span{font-size:12px}
.lookup_payment{padding:12px 14px}
.lookup_details{padding:4px 14px 12px}
.lookup_details div{grid-template-columns:100px minmax(0,1fr);gap:8px;padding:10px 0}
.lookup_details dt{font-size:12px}
.lookup_notice{padding:15px;font-size:13px}
}
