@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600;700&display=swap');.ebr-wrapper{--ebr-primary:#0d7a5f;--ebr-primary-dk:#0a6650;--ebr-accent:#10b981;--ebr-success:#065f46;--ebr-success-bg:#064e3b;--ebr-danger:#ef4444;--ebr-danger-bg:#7f1d1d;--ebr-bg:#f8fafc;--ebr-card:#ffffff;--ebr-border:#e2e8f0;--ebr-text:#1e293b;--ebr-muted:#64748b;--ebr-radius:14px;--ebr-shadow:0 4px 24px rgba(13,122,95,.12);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;color:var(--ebr-text);max-width:700px;margin:2rem auto;padding:0 1rem;box-sizing:border-box}.ebr-wrapper *{box-sizing:border-box}.ebr-main-title{text-align:center;font-size:1.7rem;font-weight:800;color:var(--ebr-primary);margin:0 0 .25rem;letter-spacing:-.5px}.ebr-main-title::after{content:'';display:block;width:48px;height:4px;background:var(--ebr-primary);border-radius:4px;margin:.5rem auto 1.6rem}.ebr-form{background:var(--ebr-card);border:1.5px solid var(--ebr-border);border-radius:var(--ebr-radius);padding:1.6rem 1.8rem;box-shadow:var(--ebr-shadow);margin-bottom:1.2rem}.ebr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.3rem}@media (max-width:580px){.ebr-grid{grid-template-columns:1fr}.ebr-form{padding:1.2rem 1rem 1.4rem}}.ebr-field{display:flex;flex-direction:column;gap:.4rem}.ebr-field label{font-weight:700;font-size:.88rem;color:var(--ebr-text)}.ebr-req{color:var(--ebr-danger);margin-left:2px}.ebr-field input,.ebr-field select{padding:.7rem 1rem;border:1.5px solid var(--ebr-border);border-radius:8px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;color:var(--ebr-text);background:#f8faff;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;width:100%;appearance:none;-webkit-appearance:none}.ebr-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-color:#f8faff;padding-right:2.5rem;cursor:pointer}.ebr-field input:focus,.ebr-field select:focus{border-color:var(--ebr-primary);box-shadow:0 0 0 3px rgba(13,122,95,.15);background:#fff}.ebr-field input::placeholder{color:var(--ebr-muted)}.ebr-captcha-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-top:1.2rem;padding:1rem 1.1rem;background:var(--ebr-bg);border:1.5px solid var(--ebr-border);border-radius:8px}.ebr-captcha-image-wrap{flex:0 0 auto;min-width:150px;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid var(--ebr-border);border-radius:6px;overflow:hidden}#ebr-captcha-loading{font-size:.78rem;color:var(--ebr-muted);padding:0 8px}.ebr-btn-sm{padding:.5rem .75rem!important;font-size:1.1rem!important;height:40px;align-self:flex-end;border-radius:6px!important;min-width:40px}.ebr-captcha-field{flex:1 1 160px}.ebr-captcha-field input{letter-spacing:2px;font-weight:600}.ebr-actions{display:flex;gap:.7rem;margin-top:1.2rem;flex-wrap:wrap}.ebr-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.4rem;border:none;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s,box-shadow .15s;white-space:nowrap}.ebr-btn-primary{background:var(--ebr-primary);color:#fff}.ebr-btn-primary:hover{background:var(--ebr-primary-dk)}.ebr-btn-primary:active{transform:scale(.97)}.ebr-btn-primary:disabled{opacity:.55;cursor:not-allowed}.ebr-btn-secondary{background:transparent;color:var(--ebr-primary);border:1.5px solid var(--ebr-primary)}.ebr-btn-secondary:hover{background:var(--ebr-bg)}.ebr-btn-secondary:active{transform:scale(.97)}.ebr-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ebr-spin .7s linear infinite}@keyframes ebr-spin{to{transform:rotate(360deg)}}.ebr-message{margin-top:.75rem;padding:.65rem 1rem;border-radius:8px;font-size:.88rem;font-weight:500;display:flex;align-items:flex-start;gap:.5rem}.ebr-message.ebr-msg-error{background:#fef2f2;border:1px solid #fecaca;color:var(--ebr-danger)}.ebr-message.ebr-msg-info{background:#f1f5f9;border:1px solid #bfe5d6;color:#0a6650}.ebr-result-card{animation:ebr-fadein .4s ease}@keyframes ebr-fadein{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ebr-card{background:var(--ebr-card);border:1.5px solid var(--ebr-border);border-radius:var(--ebr-radius);box-shadow:var(--ebr-shadow);overflow:hidden}.ebr-modal-body .ebr-card{background:#fff!important;border:none!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;margin:0!important}.ebr-card-header{background:var(--ebr-primary);color:#fff;padding:1.3rem 1.5rem 1.1rem;position:relative;overflow:hidden}.ebr-card-header-top{text-align:center;margin-bottom:0;padding-bottom:0}.ebr-org{font-size:.78rem;opacity:.8;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem}.ebr-exam-meta{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-size:1rem;font-weight:700;opacity:.9}.ebr-card-header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.ebr-header-left{display:flex;flex-direction:column;gap:.15rem}.ebr-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.ebr-student-name{font-size:1.3rem;font-weight:800;letter-spacing:-.01em;line-height:1.2}.ebr-student-roll{font-size:.8rem;opacity:.75;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.ebr-result-badge{font-size:.95rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.18);padding:.3rem .9rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.28)}.ebr-gpa-badge{font-size:1.6rem;font-weight:800;line-height:1;letter-spacing:-.02em}.ebr-gpa-label{font-size:.7rem;opacity:.65;text-transform:uppercase;letter-spacing:.08em;text-align:right}.ebr-card-body{background:var(--ebr-card)}.ebr-marksheet-title{text-align:center;font-size:1.05rem;font-weight:700;color:var(--ebr-primary);padding:1rem 1.5rem .4rem;letter-spacing:.06em;text-transform:uppercase}.ebr-info-grid{padding:.6rem 1.5rem .8rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.5rem;border-bottom:1.5px solid var(--ebr-border)}@media (max-width:480px){.ebr-info-grid{grid-template-columns:1fr}}.ebr-info-item{display:flex;flex-direction:column;padding:.38rem 0;border-bottom:1px solid #f1f5fd}.ebr-info-key{font-size:.7rem;color:var(--ebr-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:.12rem}.ebr-info-val{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-size:1rem;color:var(--ebr-text);font-weight:600}.ebr-result-row{background:var(--ebr-bg);margin:.8rem 1.5rem;border-radius:10px;padding:.8rem 1.2rem}.ebr-result-row-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.ebr-gpa-display{text-align:center}.ebr-gpa-num{display:block;font-size:2.4rem;font-weight:800;color:var(--ebr-primary);line-height:1}.ebr-gpa-unit{font-size:.7rem;color:var(--ebr-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem;display:block}.ebr-status-pill{font-size:1.05rem;font-weight:700;padding:.45rem 1.2rem;border-radius:999px}.ebr-status-passed{background:#d1fae5;color:#065f46}.ebr-status-failed{background:#fee2e2;color:#991b1b}.ebr-grades-section{padding:.8rem 1.5rem .5rem}.ebr-section-title{font-size:.8rem;font-weight:700;color:var(--ebr-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.85rem;display:flex;align-items:center;gap:.5rem}.ebr-section-title::after{content:'';flex:1;height:1.5px;background:var(--ebr-border)}.ebr-grades-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem;border-radius:8px;border:1.5px solid var(--ebr-border)}.ebr-grades-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:260px}.ebr-grades-table thead tr{background:var(--ebr-primary);color:#fff}.ebr-grades-table thead th{padding:.6rem 1rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.ebr-grades-table tbody tr{border-bottom:1px solid var(--ebr-border);transition:background .12s}.ebr-grades-table tbody tr:last-child{border-bottom:none}.ebr-grades-table tbody tr:nth-child(even){background:#f8faff}.ebr-grades-table tbody tr:hover{background:#eef3ff}.ebr-grades-table td{padding:.55rem 1rem;vertical-align:middle}.ebr-gt-code{font-size:.75rem;color:var(--ebr-muted);white-space:nowrap;width:70px}.ebr-gt-subj{word-break:break-word}.ebr-gt-grade{white-space:nowrap;width:72px;text-align:center}.ebr-grade-badge{display:inline-block;padding:.2rem .7rem;border-radius:99px;font-weight:800;font-size:.85rem;border:1.5px solid transparent}.ebr-grade-aplus{color:#0a6650;border-color:#10b981;background:#e6f5ef}.ebr-grade-a{color:#065f46;border-color:#10b981;background:#d1fae5}.ebr-grade-aminus{color:#3a5c05;border-color:#65a30d;background:#ecfccb}.ebr-grade-b{color:#0a5c47;border-color:#10b981;background:#e6f5ef}.ebr-grade-c{color:#92400e;border-color:#f59e0b;background:#fef3c7}.ebr-grade-d{color:#7c2d12;border-color:#ea580c;background:#ffedd5}.ebr-grade-f{color:#7f1d1d;border-color:#ef4444;background:#fee2e2}.ebr-disclaimer{margin:0;padding:.9rem 1.5rem;background:#fffbeb;border-top:1.5px solid #fde68a;font-size:.78rem;color:#92400e;display:flex;align-items:flex-start;gap:.4rem}.ebr-disclaimer::before{content:'⚠';flex-shrink:0;margin-top:1px}.ebr-result-actions{display:flex;justify-content:flex-end;gap:.7rem;padding:.8rem 1.5rem 1.2rem;border-top:1px solid var(--ebr-border)}.ebr-school-card{display:flex;align-items:flex-start;gap:.85rem;margin:1.1rem 1.2rem .2rem;background:#f1f5f9;border:1.5px solid #bfe5d6;border-radius:12px;padding:.9rem 1rem}.ebr-school-icon-wrap{flex-shrink:0;width:46px;height:46px;background:var(--ebr-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.ebr-school-details{flex:1;min-width:0}.ebr-school-name{font-size:.95rem;font-weight:700;color:var(--ebr-text);line-height:1.3;margin-bottom:.45rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.ebr-eiin-badge{display:inline-block;font-size:.68rem;font-weight:700;background:var(--ebr-primary);color:#fff;padding:.15rem .55rem;border-radius:999px;letter-spacing:.04em;white-space:nowrap}.ebr-school-meta{display:flex;flex-wrap:wrap;gap:.4rem .75rem}.ebr-school-meta-item{display:inline-flex;align-items:center;gap:.28rem;font-size:.75rem;color:var(--ebr-muted);font-weight:500}.ebr-school-meta-item svg{flex-shrink:0}.ebr-stats-section{padding:1rem 1.2rem .4rem}.ebr-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem}.ebr-stat-card{border-radius:12px;padding:.75rem .6rem .65rem;text-align:center;border:1.5px solid transparent;transition:transform .15s,box-shadow .15s;min-width:0;word-break:keep-all;overflow-wrap:normal;hyphens:none}.ebr-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.ebr-stat-icon{margin-bottom:.35rem;opacity:.75}.ebr-stat-val{font-size:1.4rem;font-weight:800;line-height:1;margin-bottom:.2rem}.ebr-stat-lbl{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.75;word-break:keep-all;overflow-wrap:normal;hyphens:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ebr-stat-blue{background:#e6f5ef;border-color:#93c5fd;color:#0a5c47}.ebr-stat-indigo{background:#e6f5ef;border-color:#a5b4fc;color:#3730a3}.ebr-stat-green{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.ebr-stat-teal{background:#ccfbf1;border-color:#5eead4;color:#0f766e}.ebr-stat-gold{background:#fef3c7;border-color:#fcd34d;color:#92400e}.ebr-group-section{padding:.8rem 1.2rem 1rem}.ebr-group-cards{display:flex;flex-direction:column;gap:.65rem}.ebr-group-card{background:#f8faff;border:1.5px solid var(--ebr-border);border-radius:10px;padding:.85rem 1rem;transition:border-color .2s}.ebr-group-card:hover{border-color:var(--ebr-primary)}.ebr-group-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.ebr-group-name{font-size:.88rem;font-weight:700;color:var(--ebr-text)}.ebr-group-pct{font-size:.9rem;font-weight:800;color:var(--ebr-primary)}.ebr-group-bar-wrap{height:6px;background:#e2e8f0;border-radius:99px;overflow:hidden;margin-bottom:.6rem}.ebr-group-bar{height:100%;background:var(--ebr-primary);border-radius:99px;transition:width .4s ease}.ebr-group-stats{display:flex;gap:.5rem;flex-wrap:wrap}.ebr-gs{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px}.ebr-gs-pass{background:#d1fae5;color:#065f46}.ebr-gs-fail{background:#fee2e2;color:#991b1b}.ebr-gs-gpa5{background:#fef3c7;color:#92400e}.ebr-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ebr-table-scroll::-webkit-scrollbar{height:5px}.ebr-table-scroll::-webkit-scrollbar-track{background:#f8faff}.ebr-table-scroll::-webkit-scrollbar-thumb{background:var(--ebr-border);border-radius:99px}@media (max-width:480px){.ebr-school-card{margin:.8rem .8rem .2rem;padding:.75rem .85rem}.ebr-school-icon-wrap{width:40px;height:40px;border-radius:8px}.ebr-school-icon-wrap svg{width:22px;height:22px}.ebr-school-name{font-size:.88rem}.ebr-stats-section{padding:.8rem .8rem .4rem}.ebr-stats-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:.45rem}.ebr-stat-val{font-size:1.2rem}.ebr-group-section{padding:.6rem .8rem .8rem}.ebr-group-card{padding:.75rem .85rem}}.ebr-btn svg{vertical-align:middle;margin-right:.35rem;margin-top:-2px}@media (max-width:480px){.ebr-main-title{font-size:1.35rem}.ebr-student-name{font-size:1.1rem}.ebr-gpa-badge{font-size:1.25rem}.ebr-info-grid{padding:.5rem 1rem .6rem}.ebr-grades-section{padding:.7rem 1rem .4rem}.ebr-result-actions{padding:.7rem 1rem 1rem}.ebr-disclaimer{padding:.8rem 1rem}.ebr-marksheet-title{padding:.8rem 1rem .3rem}.ebr-result-row{margin:.6rem 1rem}.ebr-card-header{padding:1.1rem 1rem}.ebr-grades-table-wrap{border-radius:6px}.ebr-grades-table thead th,.ebr-grades-table td{padding:.45rem .75rem;font-size:.8rem}.ebr-gt-code{display:none}}.ebr-pct-high{background:#dcfce7;color:#15803d}.ebr-pct-mid{background:#fef9c3;color:#854d0e}.ebr-pct-low{background:#fee2e2;color:#b91c1c}.ebr-redesign{--primary:#0d7a5f;--primary-rgb:13,122,95;--secondary:#0d7a5f;--accent:#10b981;--success:#10B981;--warning:#F59E0B;--danger:#EF4444;--dark:#0F172A;--light:#F8FAFC;--white:#FFFFFF;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;--gray-400:#64748B;--gray-500:#64748B;--gray-600:#475569;--gray-800:#1E293B;--font-primary:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans Bengali","Hind Siliguri",Arial,sans-serif;--font-bengali:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans Bengali","Hind Siliguri",Arial,sans-serif;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.06),0 4px 6px -2px rgba(0,0,0,.04);--shadow-xl:0 20px 25px -5px rgba(15,23,42,.06),0 10px 10px -5px rgba(0,0,0,.03);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--transition-normal:all .3s cubic-bezier(.4,0,.2,1);--transition-fast:all .15s ease;--font-m:"JetBrains Mono",ui-monospace,"SF Mono",Consolas,monospace;--ink:#0f172a;--paper:#f8fafc;--line:#e2e8f0;--line-2:#cbd5e1;--r:14px;--r-s:10px;font-family:var(--font-primary);color:var(--gray-800);line-height:1.6;letter-spacing:-0.006em;-webkit-font-smoothing:antialiased}.ebr-redesign *,.ebr-redesign *::before,.ebr-redesign *::after{box-sizing:border-box}.checker-section-wrapper{width:100%}.checker-container{width:100%;max-width:1000px;margin:0 auto}.ebr-redesign .flex-center{display:flex;align-items:center;justify-content:center}.ebr-redesign .flex-1{flex:1;min-width:150px}.ebr-redesign .w-full{width:100%}.ebr-redesign .text-center{text-align:center}.ebr-redesign .text-primary{color:var(--primary)}.ebr-redesign .icon-sm{width:18px;height:18px;flex-shrink:0}.ebr-redesign .icon-md{width:22px;height:22px;flex-shrink:0}.ebr-redesign.ebr-app{max-width:100%;margin:0;padding:0}.ebr-redesign .checker-card{background:var(--white)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid var(--gray-200)!important;border-radius:var(--radius-md)!important;padding:0!important;box-shadow:var(--shadow-sm)!important;margin:0 auto 1rem;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:var(--transition-normal)}.ebr-redesign .checker-card:hover{box-shadow:var(--shadow-lg)!important}.ebr-redesign .card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:transparent;pointer-events:none}.checker-tabs{display:flex;background-color:var(--white);border-bottom:1.5px solid var(--gray-100);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.checker-tabs::-webkit-scrollbar{display:none}.checker-tabs .tab-btn{flex:1;min-width:100px;padding:1rem .75rem;background:none;border:none;border-bottom:3px solid transparent;font-size:.9rem;font-weight:700;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:var(--transition-normal);white-space:nowrap;flex-shrink:0;font-family:var(--font-primary)}.checker-tabs .tab-btn:hover{color:var(--primary)}.checker-tabs .tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);background-color:var(--white)}.checker-tab-panels{position:relative}.checker-tab-panel{display:none}.checker-tab-panel.active-panel{display:block}.checker-tab-panel .ebr-app{margin:0;padding:0;max-width:100%}.ebr-redesign .checker-body{padding:2.25rem;flex:1;position:relative;background:var(--white)}.ebr-redesign .ebr-form{margin:0;padding:0;border:none;background:none;box-shadow:none}.ebr-redesign .form-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem}.ebr-redesign .form-inputs-side{display:flex;flex-direction:column;gap:1.5rem}.ebr-redesign .form-row{display:flex;gap:1.25rem;flex-wrap:wrap}.ebr-redesign .form-group{display:flex;flex-direction:column;position:relative}.ebr-redesign .select-half{width:150px}.ebr-redesign .form-row--split{flex-wrap:nowrap;align-items:flex-end}.ebr-redesign .form-row--split>.select-half.ebr-year-split{width:auto;flex:1 1 0;min-width:0}.ebr-redesign .form-row--split>.ebr-eiin-group{flex:1 1 0;min-width:0}.ebr-redesign .form-label{font-size:.8rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.ebr-redesign .select-wrapper{position:relative}.ebr-redesign .form-control{width:100%;background-color:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);padding:.75rem 1rem;font-family:var(--font-primary);font-size:.95rem;color:var(--dark);font-weight:600;outline:none;transition:var(--transition-fast);height:48px;line-height:1.2}.ebr-redesign .form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,122,95,.1)}.ebr-redesign select.form-control{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.25rem;cursor:pointer}.ebr-redesign .select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;width:16px;height:16px}.ebr-redesign .floating-group{position:relative;flex:1;min-width:180px}.ebr-redesign .form-control.text-input{padding-top:1.4rem;padding-bottom:.35rem}.ebr-redesign .floating-label{position:absolute;left:16px;top:14px;color:var(--gray-400);font-size:.95rem;font-weight:500;pointer-events:none;transition:all .2s ease;background:transparent}.ebr-redesign .text-input:focus ~ .floating-label,.ebr-redesign .text-input:not(:placeholder-shown) ~ .floating-label{top:5px;left:13px;font-size:.7rem;font-weight:700;color:var(--primary);letter-spacing:.04em}.ebr-redesign .input-helper{font-size:.72rem;color:var(--gray-400);margin-top:4px;padding-left:2px}.ebr-redesign .form-control.ebr-invalid{border-color:var(--danger)!important;box-shadow:0 0 0 3px rgba(239,68,68,.12)!important}.ebr-redesign .captcha-row{align-items:center}.ebr-redesign .captcha-row.captcha-row--hidden{visibility:hidden;height:0;overflow:hidden;margin:0!important;padding:0!important;gap:0!important}.ebr-redesign .captcha-box{background-color:var(--gray-100);border:1.5px solid var(--gray-300);border-radius:var(--radius-sm);padding:.35rem .6rem .35rem .85rem;gap:0;user-select:none;height:72px;min-width:250px;flex:0 0 auto;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;overflow:hidden}.ebr-redesign .captcha-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;height:100%}.ebr-redesign .ebr-captcha-img{width:160px;max-width:100%;height:auto;aspect-ratio:160 / 70;object-fit:contain;display:block;border-radius:4px}.ebr-redesign .ebr-captcha-loading{font-size:.82rem;color:var(--gray-400);font-weight:600;white-space:nowrap}.ebr-redesign .btn-icon{background:transparent;border:none;cursor:pointer;color:var(--gray-500);padding:.3rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);flex-shrink:0;width:40px;height:40px;margin-left:.35rem;font-size:1.2rem;line-height:1}.ebr-redesign .btn-icon .icon-sm{width:22px;height:22px}.ebr-redesign .btn-icon:hover{background:var(--white);color:var(--primary);box-shadow:0 1px 4px rgba(0,0,0,.08)}.ebr-redesign .btn-icon:active{transform:rotate(180deg)}.ebr-redesign .ebr-fading{opacity:.4}.ebr-redesign .btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;transition:var(--transition-normal);user-select:none;gap:.5rem;font-family:var(--font-primary);line-height:1.2;min-height:48px}.ebr-redesign .btn-primary{background-color:var(--primary);color:var(--white)}.ebr-redesign .btn-primary:hover:not(:disabled){background-color:var(--secondary);transform:translateY(-2px);box-shadow:0 8px 20px rgba(13,122,95,.25)}.ebr-redesign .btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.ebr-redesign .btn-outline{background-color:transparent;color:var(--gray-600);border-color:var(--gray-300)}.ebr-redesign .btn-outline:hover{border-color:var(--primary);color:var(--primary);background-color:rgba(13,122,95,.04)}.ebr-redesign .btn-full{flex:1;min-width:0}.ebr-redesign .form-actions{display:flex;gap:1rem;margin-top:.5rem}.ebr-redesign .form-info-side{border-left:1px solid var(--gray-200);padding-left:2rem}.ebr-redesign .helper-info-card{display:flex;flex-direction:column;height:100%}.ebr-redesign .helper-title{font-size:1.05rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center;gap:.4rem;color:var(--dark)}.ebr-redesign .helper-desc{font-size:.9rem;color:var(--gray-600);margin:0 0 1rem;line-height:1.55}.ebr-redesign .helper-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin:0 0 1.5rem;padding:0}.ebr-redesign .helper-list li{position:relative;padding-left:1.4rem;font-size:.85rem;color:var(--gray-600);line-height:1.5}.ebr-redesign .helper-list li::before{content:'✓';position:absolute;left:0;top:0;color:var(--success);font-weight:800;font-size:.95rem}.ebr-redesign .ebr-spin{animation:ebr-spin 1s linear infinite}@keyframes ebr-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ebr-redesign .ebr-message{padding:.85rem 1.1rem;border-radius:var(--radius-sm);font-size:.9rem;border:1px solid;margin:0 0 1.1rem;font-weight:500}.ebr-redesign .ebr-msg-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.ebr-redesign .ebr-msg-info{background:#f1f5f9;color:#0a5c47;border-color:#bfe5d6}.ebr-modal-overlay{display:none;position:fixed;inset:0;z-index:99999;background:rgba(10,20,50,0.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:16px;animation:ebr-fadein .25s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;--ebr-primary:#0d7a5f;--ebr-primary-dk:#0a6650;--ebr-accent:#10b981;--ebr-success:#10B981;--ebr-success-bg:#065f46;--ebr-danger:#EF4444;--ebr-danger-bg:#991b1b;--ebr-bg:#F1F5F9;--ebr-card:#ffffff;--ebr-border:#E2E8F0;--ebr-text:#1E293B;--ebr-muted:#475569;--ebr-radius:12px;--ebr-shadow:0 10px 15px -3px rgba(13,122,95,.08),0 4px 6px -2px rgba(0,0,0,.04)}@keyframes ebr-fadein{from{opacity:0}to{opacity:1}}.ebr-modal-overlay.ebr-modal-open{display:flex}.ebr-modal-body--captcha{padding:0!important}.ebr-mcaptcha{padding:34px 28px 30px;display:flex;flex-direction:column;align-items:stretch;gap:14px;text-align:center}.ebr-mcaptcha-head{margin-bottom:2px}.ebr-mcaptcha-title{margin:0 0 4px;font-size:1.15rem;font-weight:800;color:#0d7a5f}.ebr-mcaptcha-sub{margin:0;font-size:.9rem;color:#64748B}.ebr-mcaptcha-imgwrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:78px;background:#F1F5F9;border:1px solid #E2E8F0;border-radius:12px;padding:8px}.ebr-mcaptcha-img{max-height:62px;border-radius:6px}.ebr-mcaptcha-loading{color:#64748B;font-size:.88rem}.ebr-mcaptcha-refresh{position:absolute;top:6px;right:6px;width:30px;height:30px;border:none;border-radius:8px;background:#fff;color:#0d7a5f;font-size:1.1rem;cursor:pointer;box-shadow:0 1px 3px rgba(15,23,42,.14);line-height:1}.ebr-mcaptcha-refresh:hover{background:#0d7a5f;color:#fff}.ebr-mcaptcha-input{width:100%;text-align:center;letter-spacing:.35em;font-size:1.25rem;font-weight:700;padding:12px 14px;border:2px solid #CBD5E1;border-radius:12px;background:#fff;color:#1E293B}.ebr-mcaptcha-input:focus{outline:none;border-color:#0d7a5f;box-shadow:0 0 0 3px rgba(13,122,95,.15)}.ebr-mcaptcha-msg{font-size:.88rem;font-weight:600;padding:8px 12px;border-radius:10px}.ebr-mcaptcha-msg--error{background:#FEF2F2;color:#991b1b}.ebr-mcaptcha-msg--info{background:#f1f5f9;color:#0a5c47}.ebr-mcaptcha-submit{width:100%;padding:13px 18px;font-size:1rem;font-weight:700;border:none;border-radius:12px;background:#0d7a5f;color:#fff;cursor:pointer;transition:background .15s,transform .15s}.ebr-mcaptcha-submit:hover:not(:disabled){background:#0a6650;transform:translateY(-1px)}.ebr-mcaptcha-submit:disabled{opacity:.7;cursor:default}@media (max-width:560px){.ebr-modal-overlay{padding:0;align-items:flex-end}.ebr-modal-box{max-width:100%;width:100%;max-height:94vh;border-radius:18px 18px 0 0;animation:ebr-sheet-in .3s cubic-bezier(.34,1.4,.64,1)}@keyframes ebr-sheet-in{from{opacity:.4;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.ebr-mcaptcha{padding:26px 20px 24px}.ebr-mcaptcha-title{font-size:1.05rem}.ebr-mcaptcha-input{font-size:1.15rem}}.ebr-modal-box{position:relative;background:#fff;border-radius:14px;box-shadow:0 24px 64px rgba(10,20,50,.38);width:100%;max-width:860px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;animation:ebr-modal-in .28s cubic-bezier(.34,1.56,.64,1)}@keyframes ebr-modal-in{from{opacity:0;transform:scale(.93) translateY(18px)}to{opacity:1;transform:scale(1) translateY(0)}}.ebr-modal-close{position:absolute;top:12px;right:12px;z-index:5;background:rgba(15,23,42,.28);border:none;color:#fff;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,transform .18s;line-height:1}.ebr-modal-close svg{display:block;stroke:#fff;flex-shrink:0}.ebr-modal-close:hover{background:rgba(15,23,42,.5);transform:scale(1.05)}.ebr-modal-body{flex:1;overflow-y:auto;min-height:0;background:#F8FAFC;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif}.ebr-modal-body>.ebr-card{margin:0;border:none;border-radius:0;box-shadow:none}.ebr-modal-body .ebr-card-header{background:#0d7a5f!important;padding:1.6rem 1.5rem 1.4rem!important}.ebr-modal-body .ebr-org{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-size:.72rem;letter-spacing:.08em;opacity:.85}.ebr-modal-body .ebr-exam-meta{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-weight:700;opacity:.96}.ebr-modal-body .ebr-result-actions{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.ebr-modal-body .ebr-btn{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-weight:600;border-radius:12px;padding:.7rem 1.3rem;min-height:44px;border:2px solid transparent;transition:all .2s ease}.ebr-modal-body .ebr-btn-primary{background:#0d7a5f;color:#fff}.ebr-modal-body .ebr-btn-primary:hover{background:#0a6650;transform:translateY(-1px)}.ebr-modal-body .ebr-btn-secondary{background:#fff;color:#0d7a5f;border-color:#CBD5E1}.ebr-modal-body .ebr-btn-secondary:hover{border-color:#0d7a5f;background:rgba(13,122,95,.04)}.ebr-modal-body .ebr-card-body{background:#fff;padding:1.5rem}.ebr-modal-body .ebr-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem;margin:0 0 1.1rem}.ebr-modal-body .ebr-info-item{background:#F8FAFC;border:1px solid #E2E8F0;border-radius:10px;padding:.6rem .8rem}.ebr-modal-body .ebr-info-key{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748B;margin-bottom:.15rem}.ebr-modal-body .ebr-info-val{font-size:.92rem;font-weight:600;color:#1E293B}.ebr-modal-body .ebr-result-row{margin:0 0 1.1rem}.ebr-modal-body .ebr-result-row-inner{display:flex;align-items:center;justify-content:center;gap:1rem;background:rgba(13,122,95,.05);border:1px solid #E2E8F0;border-radius:12px;padding:.9rem 1.2rem}.ebr-modal-body .ebr-gpa-num{color:#0d7a5f;font-weight:800}.ebr-modal-body .ebr-status-pill{border-radius:99px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;letter-spacing:.03em;padding:.35rem 1rem}.ebr-modal-body .ebr-status-passed{background:#ECFDF5;color:#065f46}.ebr-modal-body .ebr-status-failed{background:#FEF2F2;color:#991b1b}.ebr-modal-body .ebr-section-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;font-weight:700;font-size:1rem;color:#1E293B;margin-bottom:.7rem}.ebr-modal-body .ebr-individual-card .ebr-section-title{font-size:.9rem;margin-bottom:0}.ebr-modal-body .ebr-grades-table-wrap{border:1px solid #E2E8F0;border-radius:12px;overflow:hidden}.ebr-modal-body .ebr-grades-table{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif}.ebr-modal-body .ebr-grades-table thead th{background:#0d7a5f!important;color:#fff!important;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.ebr-modal-body .ebr-grade-badge{border-radius:8px;font-weight:700;min-width:30px;display:inline-block;text-align:center}.ebr-modal-body .ebr-school-card{background:#F8FAFC;border:1px solid #E2E8F0;border-left:4px solid #0d7a5f;border-radius:12px;margin:0 0 1.1rem}.ebr-modal-body .ebr-eiin-badge{background:#0d7a5f;border-radius:99px}.ebr-modal-body .ebr-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.6rem}.ebr-modal-body .ebr-stat-card{border:1px solid #E2E8F0;border-radius:12px;background:#F8FAFC}.ebr-modal-body .ebr-stat-val{color:#0d7a5f;font-weight:800;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif}.ebr-individual-card,.ebr-modal-body .ebr-individual-card{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans Bengali","Nirmala UI","Bangla MN","Hind Siliguri",Arial,sans-serif;color:#1E293B;background:#fff}.ebr-individual-card *,.ebr-individual-card *::before,.ebr-individual-card *::after{box-sizing:border-box}.ebr-individual-card .ebr-section-title::after,.ebr-modal-body .ebr-individual-card .ebr-section-title::after{display:none!important;content:none!important}.ebr-individual-card .ebr-indv-gov-header.ebr-hero-grid,.ebr-modal-body .ebr-individual-card .ebr-indv-gov-header.ebr-hero-grid{display:flex;align-items:center;justify-content:center;gap:13px;text-align:center;padding:16px 18px;background:#0d7a5f;color:#fff;border-bottom:2px solid #0B3F91}.ebr-individual-card .ebr-gov-emblem,.ebr-modal-body .ebr-individual-card .ebr-gov-emblem{flex:0 0 auto;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:11px;padding:5px;box-shadow:0 4px 12px rgba(13,122,95,.22)}.ebr-individual-card .ebr-gov-emblem img,.ebr-modal-body .ebr-individual-card .ebr-gov-emblem img{width:100%;height:100%;display:block;object-fit:contain}.ebr-individual-card .ebr-gov-titles,.ebr-modal-body .ebr-individual-card .ebr-gov-titles{min-width:0}.ebr-individual-card .ebr-gov-1,.ebr-modal-body .ebr-individual-card .ebr-gov-1{font-size:1.35rem;font-weight:600;color:#fff;letter-spacing:-.2px;line-height:1.2;text-transform:uppercase}.ebr-individual-card .ebr-gov-2,.ebr-modal-body .ebr-individual-card .ebr-gov-2{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.9);letter-spacing:.4px;text-transform:uppercase;margin-top:5px;line-height:1.3}.ebr-individual-card .ebr-page-header,.ebr-modal-body .ebr-individual-card .ebr-page-header{display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 18px;background:#EEF3FB;border-bottom:1px solid #DCE6F5}.ebr-individual-card .ebr-indv-title,.ebr-modal-body .ebr-individual-card .ebr-indv-title{font-size:.98rem;font-weight:600;color:#0d7a5f;letter-spacing:.1px;line-height:1.25;margin:0;padding:0;background:none;border:none}.ebr-individual-card .ebr-card-body,.ebr-modal-body .ebr-individual-card .ebr-card-body{background:#fff;padding:15px 16px}.ebr-individual-card .ebr-indv-scroll,.ebr-modal-body .ebr-individual-card .ebr-indv-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #E2E8F0;border-radius:9px}.ebr-individual-card .ebr-indv-scroll + .ebr-indv-scroll,.ebr-modal-body .ebr-individual-card .ebr-indv-scroll + .ebr-indv-scroll{margin-top:0}.ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar,.ebr-modal-body .ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar{height:6px}.ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar-track,.ebr-modal-body .ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar-track{background:#F1F5F9;border-radius:99px}.ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar-thumb,.ebr-modal-body .ebr-individual-card .ebr-indv-scroll::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:99px}.ebr-individual-card .ebr-info-tbl,.ebr-individual-card .ebr-grade-tbl,.ebr-modal-body .ebr-individual-card .ebr-info-tbl,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl{width:100%;min-width:0;border-collapse:collapse;font-size:.83rem;background:#fff}.ebr-individual-card .ebr-grade-tbl,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl{min-width:0}.ebr-individual-card .ebr-info-tbl thead th,.ebr-individual-card .ebr-grade-tbl thead th,.ebr-modal-body .ebr-individual-card .ebr-info-tbl thead th,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl thead th{background:#0d7a5f;color:#fff;font-weight:600;font-size:.78rem;letter-spacing:.2px;text-align:left;padding:8px 12px}.ebr-individual-card .ebr-info-tbl tbody tr,.ebr-individual-card .ebr-grade-tbl tbody tr,.ebr-modal-body .ebr-individual-card .ebr-info-tbl tbody tr,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl tbody tr{border-bottom:1px solid #E2E8F0}.ebr-individual-card .ebr-info-tbl tbody tr:last-child,.ebr-individual-card .ebr-grade-tbl tbody tr:last-child,.ebr-modal-body .ebr-individual-card .ebr-info-tbl tbody tr:last-child,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl tbody tr:last-child{border-bottom:none}.ebr-individual-card .ebr-info-tbl tbody tr:nth-of-type(even),.ebr-individual-card .ebr-grade-tbl tbody tr:nth-of-type(even),.ebr-modal-body .ebr-individual-card .ebr-info-tbl tbody tr:nth-of-type(even),.ebr-modal-body .ebr-individual-card .ebr-grade-tbl tbody tr:nth-of-type(even){background:rgba(13,122,95,.035)}.ebr-individual-card .ebr-info-tbl tbody tr:hover,.ebr-individual-card .ebr-grade-tbl tbody tr:hover,.ebr-modal-body .ebr-individual-card .ebr-info-tbl tbody tr:hover,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl tbody tr:hover{background:rgba(13,122,95,.06)}.ebr-individual-card .ebr-info-tbl td,.ebr-individual-card .ebr-grade-tbl td,.ebr-modal-body .ebr-individual-card .ebr-info-tbl td,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl td{padding:7px 12px;vertical-align:middle;color:#1E293B;text-align:left}.ebr-individual-card .ebr-k,.ebr-modal-body .ebr-individual-card .ebr-k{font-weight:600;color:#475569;font-size:.78rem;white-space:nowrap;background:transparent}.ebr-individual-card .ebr-v,.ebr-modal-body .ebr-individual-card .ebr-v{font-weight:500;color:#1E293B}.ebr-individual-card .ebr-v-result,.ebr-modal-body .ebr-individual-card .ebr-v-result{font-weight:700;color:#0d7a5f}.ebr-individual-card .ebr-v-result strong,.ebr-modal-body .ebr-individual-card .ebr-v-result strong{color:#0d7a5f;font-weight:800}.ebr-individual-card .ebr-v-result.is-failed,.ebr-individual-card .ebr-v-result.is-failed strong,.ebr-modal-body .ebr-individual-card .ebr-v-result.is-failed,.ebr-modal-body .ebr-individual-card .ebr-v-result.is-failed strong{color:#B91C1C}.ebr-individual-card .ebr-gt-code,.ebr-modal-body .ebr-individual-card .ebr-gt-code{width:24%;font-weight:500;color:#475569;white-space:nowrap}.ebr-individual-card .ebr-gt-subj,.ebr-modal-body .ebr-individual-card .ebr-gt-subj{width:52%;font-weight:500}.ebr-individual-card .ebr-gt-grade,.ebr-modal-body .ebr-individual-card .ebr-gt-grade{width:24%}.ebr-individual-card .ebr-grade-tbl thead th.ebr-gt-grade,.ebr-individual-card .ebr-grade-tbl tbody td.ebr-gt-grade,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl thead th.ebr-gt-grade,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl tbody td.ebr-gt-grade{text-align:center}.ebr-individual-card .ebr-grade-badge,.ebr-modal-body .ebr-individual-card .ebr-grade-badge{display:inline-block;min-width:0;padding:2px 11px;font-size:.74rem;font-weight:700;letter-spacing:.2px;border-radius:999px;text-align:center}.ebr-individual-card .ebr-grade-badge.ebr-grade-pass,.ebr-modal-body .ebr-individual-card .ebr-grade-badge.ebr-grade-pass{background:rgba(13,122,95,.1);color:#0d7a5f;border:1px solid rgba(13,122,95,.28)}.ebr-individual-card .ebr-grade-badge.ebr-grade-fail,.ebr-modal-body .ebr-individual-card .ebr-grade-badge.ebr-grade-fail{background:#FEF2F2;color:#991b1b;border:1px solid rgba(239,68,68,.3)}.ebr-individual-card .ebr-section-title.ebr-grade-title,.ebr-modal-body .ebr-individual-card .ebr-section-title.ebr-grade-title{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;margin:14px 0 9px;padding-top:11px;border-top:1px solid #DCE6F5;font-size:.9rem;font-weight:600;color:#0d7a5f}.ebr-individual-card .ebr-section-title.ebr-grade-title svg,.ebr-modal-body .ebr-individual-card .ebr-section-title.ebr-grade-title svg{width:15px;height:15px;stroke:#0d7a5f;flex-shrink:0}.ebr-individual-card .ebr-section-title.ebr-grade-title span,.ebr-modal-body .ebr-individual-card .ebr-section-title.ebr-grade-title span{font-size:.9rem;font-weight:600;color:#0d7a5f;letter-spacing:.1px}.ebr-individual-card .ebr-indv-footer,.ebr-modal-body .ebr-individual-card .ebr-indv-footer{margin:15px -16px 0;padding:11px 16px;background:#F8FAFC;border-top:1px solid #E2E8F0}.ebr-individual-card .ebr-indv-footer p,.ebr-modal-body .ebr-individual-card .ebr-indv-footer p{text-align:center;font-size:.72rem;line-height:1.75;color:#475569;margin:0}.ebr-individual-card .ebr-indv-footer p i,.ebr-modal-body .ebr-individual-card .ebr-indv-footer p i{font-style:normal;font-weight:600;color:#0d7a5f}.ebr-individual-card .ebr-result-actions,.ebr-modal-body .ebr-individual-card .ebr-result-actions{position:sticky;bottom:0;z-index:2;display:flex;gap:9px;flex-wrap:nowrap;justify-content:center;padding:12px 14px;background:#fff;border-top:1px solid #E2E8F0}.ebr-individual-card .ebr-result-actions .ebr-btn,.ebr-modal-body .ebr-individual-card .ebr-result-actions .ebr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.ebr-individual-card .ebr-result-actions .ebr-btn svg,.ebr-modal-body .ebr-individual-card .ebr-result-actions .ebr-btn svg{width:15px;height:15px;flex-shrink:0}@media screen{.ebr-modal-overlay:has(.ebr-individual-card){align-items:flex-start;padding:24px 14px}.ebr-modal-box:has(.ebr-individual-card){max-width:600px;max-height:calc(100vh - 48px);border-radius:12px}}@media (max-width:600px){.ebr-modal-overlay:has(.ebr-individual-card){padding:0}.ebr-modal-box:has(.ebr-individual-card){max-width:100%;width:100%;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;border-radius:0}.ebr-individual-card .ebr-indv-gov-header.ebr-hero-grid,.ebr-modal-body .ebr-individual-card .ebr-indv-gov-header.ebr-hero-grid{padding:14px 12px;gap:11px}.ebr-individual-card .ebr-gov-emblem,.ebr-modal-body .ebr-individual-card .ebr-gov-emblem{width:42px;height:42px;border-radius:10px}.ebr-individual-card .ebr-gov-1,.ebr-modal-body .ebr-individual-card .ebr-gov-1{font-size:1.2rem}.ebr-individual-card .ebr-gov-2,.ebr-modal-body .ebr-individual-card .ebr-gov-2{font-size:.68rem}.ebr-individual-card .ebr-card-body,.ebr-modal-body .ebr-individual-card .ebr-card-body{padding:13px 14px}.ebr-individual-card .ebr-indv-footer,.ebr-modal-body .ebr-individual-card .ebr-indv-footer{margin:13px -14px 0;padding:11px 14px}.ebr-individual-card .ebr-info-tbl,.ebr-individual-card .ebr-grade-tbl,.ebr-modal-body .ebr-individual-card .ebr-info-tbl,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl{font-size:.8rem}.ebr-individual-card .ebr-k,.ebr-modal-body .ebr-individual-card .ebr-k{white-space:normal}.ebr-individual-card .ebr-info-tbl td,.ebr-individual-card .ebr-grade-tbl td,.ebr-individual-card .ebr-info-tbl thead th,.ebr-individual-card .ebr-grade-tbl thead th,.ebr-modal-body .ebr-individual-card .ebr-info-tbl td,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl td,.ebr-modal-body .ebr-individual-card .ebr-info-tbl thead th,.ebr-modal-body .ebr-individual-card .ebr-grade-tbl thead th{padding:6px 8px}}@media (max-width:880px){.ebr-redesign .form-grid{grid-template-columns:1fr;gap:1.75rem}.ebr-redesign .form-info-side{border-left:none;border-top:1px solid var(--gray-200);padding-left:0;padding-top:1.5rem}}@media (max-width:768px){.ebr-redesign .checker-body{padding:1.5rem 1.1rem}.checker-tabs .tab-btn{padding:.85rem .5rem;font-size:.82rem;min-width:80px}.ebr-redesign .form-inputs-side{gap:1.25rem}.ebr-redesign .form-row{flex-direction:column;gap:1.25rem}.ebr-redesign .form-row--split{flex-wrap:wrap}.ebr-redesign .form-row--split>.select-half.ebr-year-split,.ebr-redesign .form-row--split>.ebr-eiin-group{flex:1 1 100%;width:100%}.ebr-redesign .select-half{width:100%}.ebr-redesign .floating-group{min-width:unset}.ebr-redesign .form-actions{flex-direction:column;gap:.75rem}.ebr-redesign .btn-full{width:100%}.ebr-redesign .captcha-box{min-width:unset;width:100%;height:80px}}@media (max-width:480px){.ebr-redesign .checker-body{padding:1.25rem .9rem}.checker-tabs .tab-btn{min-width:0;flex:1;padding:.75rem .3rem;gap:.25rem;flex-direction:column;font-size:.72rem}}.checker-tab-panel .checker-card{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;min-height:auto!important}.checker-tab-panel .checker-card:hover{box-shadow:none!important}.checker-tab-panel .card-glow{display:none!important}.checker-tab-panel .checker-body{padding:1.5rem 2.25rem 2.25rem!important}@media (max-width:768px){.checker-tab-panel .checker-body{padding:1rem .9rem 1.25rem!important}}@media (max-width:640px){.ebr-modal-overlay{padding:8px}.ebr-modal-box{max-height:94vh;border-radius:12px}.ebr-modal-body{padding:0}.ebr-modal-close{top:8px;right:8px;width:34px;height:34px}.ebr-modal-body .ebr-stats-grid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.45rem}}.ebr-redesign .form-inputs-full{display:flex;flex-direction:column;gap:1.25rem;width:100%}.ebr-redesign .form-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;align-items:end}.ebr-redesign .form-row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;align-items:end}.ebr-redesign .form-row-3>.form-group,.ebr-redesign .form-row-2>.form-group{min-width:0;margin:0}.ebr-redesign .form-inputs-full .form-actions{display:flex;gap:1rem;margin-top:.25rem}.ebr-redesign .form-inputs-full .form-actions .btn-primary{flex:0 1 260px}.ebr-redesign .form-inputs-full .form-actions .btn-outline{flex:0 0 auto}@media (max-width:720px){.ebr-redesign .form-row-3,.ebr-redesign .form-row-2{grid-template-columns:1fr;gap:1.1rem}.ebr-redesign .form-inputs-full .form-actions{flex-direction:column}.ebr-redesign .form-inputs-full .form-actions .btn-primary,.ebr-redesign .form-inputs-full .form-actions .btn-outline{flex:1 1 auto;width:100%}}