.ber-wrapper{
max-width:950px;
margin:40px auto;
padding:40px;
background:#ffffff;
border-radius:16px;
box-shadow:0 8px 22px rgba(15,23,42,0.06);
}
.ber-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}
.ber-field label{
font-weight:bold;
display:block;
margin-bottom:6px;
}
.ber-field input,
.ber-field select{
width:100%;
padding:12px;
border-radius:8px;
border:1px solid #ddd;
}
.ber-button{
margin-top:30px;
width:100%;
padding:14px;
background:#1e73be;
color:#fff;
font-weight:bold;
border:none;
border-radius:8px;
cursor:pointer;
transition:.2s;
}
.ber-button:hover{
transform:translateY(-2px);
box-shadow:0 8px 18px rgba(30,115,190,0.25);
}
.ber-result{
margin-top:30px;
}
.ber-table{
width:100%;
border-collapse:collapse;
}
.ber-table th,
.ber-table td{
padding:10px;
border-bottom:1px solid #eee;
text-align:left;
}
.ber-total{
font-weight:bold;
background:#eaf3ff;
}
#ber-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}
.ber-loader{
width:50px;
height:50px;
border:5px solid #eee;
border-top:5px solid #1e73be;
border-radius:50%;
animation:spin 1s linear infinite;
}
@keyframes spin{
100%{transform:rotate(360deg);}
}
.ber-wrapper a.ber-pdf-button{
display:inline-flex !important;
align-items:center;
justify-content:center;
background:#c0392b !important;
color:#ffffff !important;
padding:16px 28px !important;
font-size:18px !important;
font-weight:bold !important;
border-radius:8px !important;
text-decoration:none !important;
transition:all .2s ease !important;
box-shadow:0 6px 18px rgba(192,57,43,.35) !important;
}
.ber-wrapper a.ber-pdf-button:hover{
background:#a93226 !important;
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(192,57,43,.45);
}
.ber-wrapper a.ber-pdf-button svg{
margin-right:10px;
} .ber-card{
background:#ffffff;
border-radius:14px;
padding:25px;
box-shadow:0 6px 18px rgba(15,23,42,0.06);
margin-top:25px;
} .ber-alert{
display:flex;
gap:15px;
align-items:flex-start;
padding:18px;
border-radius:12px;
font-weight:500;
margin-top:25px;
}
.ber-alert-success{
background:#eaf9ea;
border:1px solid #27ae60;
color:#1e7d3c;
}
.ber-alert-error{
background:#fdecea;
border:1px solid #c0392b;
color:#a93226;
} .ber-metric-box{
background:#ffffff;
padding:20px;
border-radius:12px;
box-shadow:0 4px 12px rgba(15,23,42,0.05);
min-width:220px;
}
.ber-metric-box h4{
margin:0 0 8px 0;
font-size:14px;
color:#64748b;
}
.ber-metric-box p{
margin:0;
font-size:22px;
font-weight:bold;
color:#0f172a;
} .ber-wrapper{
max-width:950px;
margin:40px auto;
padding:40px;
background:#fff;
border-radius:16px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
}
.ber-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}
.ber-field label{
font-weight:bold;
display:block;
margin-bottom:5px;
}
.ber-field input,
.ber-field select{
width:100%;
padding:12px;
border-radius:8px;
border:1px solid #ddd;
}
.ber-button{
margin-top:30px;
width:100%;
padding:14px;
background:#1e73be;
color:#fff;
font-weight:bold;
border:none;
border-radius:8px;
}
.ber-result{
margin-top:30px;
}
.ber-table{
width:100%;
border-collapse:collapse;
}
.ber-table th,
.ber-table td{
padding:10px;
border-bottom:1px solid #eee;
text-align:left;
}
.ber-total{
font-size:20px;
font-weight:bold;
}
@media(max-width:768px){
.ber-grid{
grid-template-columns:1fr;
}
}
.ber-tool-description{
font-size:16px;
color:#64748b;
max-width:700px;
margin:0 auto;
}
.ber-tool-result{
margin-top:30px;
}
.ber-rating-block{
margin-top:40px;
text-align:center;
padding:25px;
border-radius:14px;
background:#f8fafc;
}
.ber-rating-score{
font-size:28px;
font-weight:bold;
}
.ber-rating-stars{
color:#f59e0b;
font-size:20px;
margin:5px 0;
}
.ber-rating-count{
color:#64748b;
font-size:14px;
}