.efn-wrap{display:flex;min-height:760px;background:#f7f7f9;font-family:Arial,Helvetica,sans-serif;color:#14213d}
.efn-sidebar{width:245px;background:#fff;border-right:1px solid #ebeef3;padding:18px 14px;box-sizing:border-box}
.efn-brand{margin:0 0 18px 0;text-align:left}
.efn-brand-logo{max-width:170px;height:auto;display:block}
.efn-nav{list-style:none;padding:0;margin:0}
.efn-nav li{padding:13px 14px;border-radius:11px;margin-bottom:8px;color:#64748b;font-weight:700;background:#fff;cursor:pointer}
.efn-nav li.active,.efn-nav li:hover{background:#fde9da;color:#d97706}
.efn-main{flex:1;padding:18px 22px 28px;box-sizing:border-box}
.efn-topbar{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:14px 18px;border-radius:14px;border:1px solid #ececec;margin-bottom:20px;gap:16px}
.efn-title{font-size:22px;font-weight:800}
.efn-search{width:300px;max-width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:10px;background:#fafafa}
.efn-breadcrumb{font-size:14px;color:#64748b;margin:14px 0 6px}
.efn-h1{font-size:34px;font-weight:800;margin:0 0 18px}
.efn-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px;margin-bottom:18px}
.efn-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:22px;min-height:100px;display:flex;align-items:center;gap:16px;box-sizing:border-box}
.efn-icon{width:58px;height:58px;border-radius:50%;background:#fde9da;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ef7c00;flex:0 0 58px}
.efn-card-title{font-size:18px;font-weight:700;line-height:1.35}
.efn-card-value{font-size:22px;font-weight:900;margin-top:4px}
.efn-section{background:#fff;border:1px solid #ececec;border-radius:14px;padding:22px;box-sizing:border-box;margin-bottom:18px}
.efn-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.efn-section h2{margin:0 0 14px}
.efn-btn{display:inline-block;background:#ef7c00;color:#fff;padding:12px 16px;border-radius:10px;text-decoration:none;font-weight:700;border:none;cursor:pointer}
.efn-table{width:100%;border-collapse:collapse;margin-top:12px;background:#fff}
.efn-table th,.efn-table td{border-bottom:1px solid #e5e7eb;padding:12px 10px;text-align:left;font-size:14px;vertical-align:top}
.efn-table th{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.02em}
.efn-tab{display:none}
.efn-tab-active{display:block}
.efn-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;font-weight:700;color:#1f2937}
.efn-login-box{max-width:420px;padding:10px 0}
.efn-login-box input[type=text],.efn-login-box input[type=password],.efn-login-box input[type=email]{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;margin-bottom:12px;box-sizing:border-box}
.efn-form-grid input,.efn-form-grid select,.efn-form-grid textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;margin:0 0 12px 0;box-sizing:border-box}
.efn-frontend-message{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:12px 14px;border-radius:10px;margin:0 0 18px 0;white-space:pre-wrap}

@media (max-width:1200px){
	.efn-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}
	.efn-check-grid{grid-template-columns:1fr}
}
@media (max-width:860px){
	.efn-wrap{display:block}
	.efn-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb}
	.efn-grid{grid-template-columns:1fr}
	.efn-topbar{flex-direction:column;align-items:flex-start}
	.efn-search{width:100%}
}