* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background-color: #132648;
    color: #e8e9ed;
    line-height: 1.6;
    overflow-x: hidden;
}

.bd9mx3k {
    min-height: 100vh;
}

.wp3tx8r {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.cn8tp2r {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hd7nx2k {
    background-color: #132342;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.xj8kd2n {
    padding: 15px 0;
}

.pr5mq9z {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}

.lg3nx7k {
    display: block;
    transition: transform 0.3s ease;
}

.lg3nx7k:hover {
    transform: scale(1.05);
}

.lg3nx7k img {
    display: block;
    max-height: 50px;
    width: auto;
}

.nv6ht2p {
    justify-self: center;
}

.ul4pm8x {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.li9wq3k {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ic2nh7z {
    flex-shrink: 0;
}

.lk7tc4m {
    color: #e8e9ed;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.lk7tc4m::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e4c880;
    transition: width 0.3s ease;
}

.lk7tc4m:hover {
    color: #e4c880;
}

.lk7tc4m:hover::after {
    width: 100%;
}

.dv3tx8r {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bt5ry2k {
    display: flex;
    gap: 10px;
}

.bn8mp4z {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.bn-login {
    background-color: #e4c880;
    color: #132342;
}

.bn-login:hover {
    background-color: #f0d89a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(228, 200, 128, 0.4);
}

.bn-register {
    background-color: #2eaf00;
    color: #ffffff;
}

.bn-register:hover {
    background-color: #35c900;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 175, 0, 0.4);
}

.bn-secondary {
    background-color: rgba(232, 233, 237, 0.1);
    color: #e8e9ed;
    border: 1px solid rgba(232, 233, 237, 0.3);
}

.bn-secondary:hover {
    background-color: rgba(232, 233, 237, 0.2);
    border-color: rgba(232, 233, 237, 0.5);
}

.bn-primary {
    background-color: #2eaf00;
    color: #ffffff;
}

.bn-sm {
    padding: 6px 15px;
    font-size: 13px;
}

.bg6nw9t {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.sp7hx2m {
    width: 25px;
    height: 3px;
    background-color: #e8e9ed;
    transition: all 0.3s ease;
}

.bg6nw9t.active .sp7hx2m:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.bg6nw9t.active .sp7hx2m:nth-child(2) {
    opacity: 0;
}

.bg6nw9t.active .sp7hx2m:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.rv4ct8p {
    background: rgba(46, 175, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
}

.tx2qm9k {
    color: #e8e9ed;
    font-size: 14px;
}

.st8nv3x {
    color: #2eaf00;
    font-size: 18px;
    margin-left: 8px;
}

.mn4kx9p {
    flex: 1;
}

.sc2nx7t {
    padding: 60px 0;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section {
    padding: 0;
}

.hr8mx3k {
    position: relative;
    min-height: 500px;
}

.hr-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(rgba(19, 36, 72, 0.7), rgba(19, 38, 72, 0.9)), url('/lev-b.jpg') center/cover;
}

.hr-card {
    position: relative;
    top: 80px;
    background: linear-gradient(135deg, #1a3a5c 0%, #132342 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
    border: 1px solid rgba(228, 200, 128, 0.2);
    animation: slideUp 0.8s ease-out 0.3s backwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cs-logo {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.hr-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cs-name {
    font-size: 32px;
    font-weight: 700;
    color: #e4c880;
}

.cs-rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rt6kx9p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rt-stars {
    color: #f0d89a;
    font-size: 24px;
}

.rt-value {
    font-weight: 700;
    font-size: 20px;
    color: #2eaf00;
}

.pg8mx2k {
    height: 10px;
    background: rgba(232, 233, 237, 0.1);
    border-radius: 5px;
    overflow: hidden;
    max-width: 200px;
}

.pg-bar {
    height: 100%;
    background: linear-gradient(90deg, #2eaf00 0%, #35c900 100%);
    transition: width 1s ease;
    border-radius: 5px;
}

.bn-bonus {
    background: linear-gradient(90deg, #e4c880 0%, #f0d89a 100%);
    color: #132342;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(228, 200, 128, 0.3);
}

.hr-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ratings-section {
    background: linear-gradient(180deg, rgba(19, 38, 72, 0.5) 0%, rgba(19, 36, 66, 0.8) 100%);
}

.rt-summary {
    background: rgba(26, 58, 92, 0.6);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.h28mx3k {
    font-size: 28px;
    color: #e4c880;
    margin-bottom: 25px;
    font-weight: 700;
}

.rt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.rt-item {
    background: rgba(232, 233, 237, 0.05);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(232, 233, 237, 0.1);
}

.rt-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e8e9ed;
}

.rt-score {
    color: #2eaf00;
    font-weight: 700;
    margin-top: 5px;
    display: block;
}

.if8nx2k {
    background: rgba(26, 58, 92, 0.6);
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.bt8rx3m {
    background: #e4c880;
    color: #132342;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bt8rx3m:hover {
    background: #f0d89a;
    transform: translateY(-2px);
}

.if-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.md-content {
    background: linear-gradient(135deg, #1a3a5c 0%, #132342 100%);
    border-radius: 15px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.md-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: #e8e9ed;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.md-close:hover {
    color: #e4c880;
}

.h38mx2k {
    font-size: 24px;
    color: #e4c880;
    margin-bottom: 20px;
    font-weight: 700;
}

.if-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.if-item {
    background: rgba(232, 233, 237, 0.05);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(232, 233, 237, 0.1);
}

.if-item strong {
    color: #e4c880;
    display: block;
    margin-bottom: 5px;
}

.pros-cons-main {
    background: rgba(26, 58, 92, 0.6);
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}

.pc3nx7k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pr5mx9t, .cn7kx2p {
    background: rgba(232, 233, 237, 0.05);
    padding: 20px;
    border-radius: 12px;
}

.pr5mx9t {
    border-left: 4px solid #2eaf00;
}

.cn7kx2p {
    border-left: 4px solid #d32f2f;
}

.ul8nx2m {
    list-style: none;
    margin-top: 15px;
}

.ul8nx2m li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.pr5mx9t .ul8nx2m li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2eaf00;
    font-weight: 700;
}

.cn7kx2p .ul8nx2m li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: 700;
}

.leave-review-section {
    background: linear-gradient(180deg, rgba(26, 58, 92, 0.3) 0%, rgba(19, 36, 66, 0.5) 100%);
}

.bn-promo {
    background: linear-gradient(135deg, rgba(228, 200, 128, 0.15) 0%, rgba(46, 175, 0, 0.15) 100%);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
    border: 2px solid rgba(228, 200, 128, 0.3);
}

.tx8km2p {
    font-size: 16px;
    line-height: 1.8;
    color: #e8e9ed;
    margin: 15px 0;
}

.fm8nx2k {
    background: rgba(26, 58, 92, 0.6);
    padding: 40px;
    border-radius: 15px;
}

.fr4mx8p {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fm-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lb8nx3k {
    font-weight: 600;
    color: #e4c880;
}

.in7mx2k, .sl9mx2k, .ta8mx2k {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(232, 233, 237, 0.2);
    background: rgba(232, 233, 237, 0.05);
    color: #e8e9ed;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

.in7mx2k:focus, .sl9mx2k:focus, .ta8mx2k:focus {
    outline: none;
    border-color: #e4c880;
    background: rgba(232, 233, 237, 0.1);
}

.rt-inputs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.rt-input-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rt-input-item label {
    font-size: 13px;
    color: #e8e9ed;
}

.fm-success {
    background: rgba(46, 175, 0, 0.1);
    border: 2px solid #2eaf00;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.reviews-section {
    background: linear-gradient(180deg, rgba(19, 38, 72, 0.5) 0%, rgba(19, 36, 66, 0.8) 100%);
}

.rv3cx8k {
    display: grid;
    gap: 25px;
}

.rc7mn2x {
    background: rgba(26, 58, 92, 0.6);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(232, 233, 237, 0.1);
    transition: all 0.3s ease;
}

.rc7mn2x:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(228, 200, 128, 0.3);
}

.rh4pm9k {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.ra2nx7t {
    display: flex;
    gap: 15px;
    align-items: center;
}

.av8kx3m {
    border-radius: 50%;
    border: 2px solid rgba(228, 200, 128, 0.3);
}

.rm9tx2p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.au5nx8k {
    color: #e4c880;
    font-size: 16px;
}

.ct3mx9p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e8e9ed;
}

.dt7kx2m {
    font-size: 13px;
    color: rgba(232, 233, 237, 0.7);
}

.rt4mx8p {
    text-align: right;
}

.rd9tx3k {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.rv2nx7m {
    font-size: 24px;
    font-weight: 700;
    color: #2eaf00;
}

.st6kx9p {
    display: flex;
    gap: 2px;
}

.st7mx2k {
    font-size: 20px;
    color: rgba(232, 233, 237, 0.2);
}

.st7mx2k.st-fill {
    color: #f0d89a;
}

.dt5nx9k {
    background: rgba(232, 233, 237, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.dt-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}

.tt8mx3k {
    font-size: 20px;
    color: #e8e9ed;
    margin-bottom: 10px;
    font-weight: 600;
}

.sr4nx8p {
    font-size: 13px;
    color: rgba(232, 233, 237, 0.7);
    margin-bottom: 10px;
}

.sl6kx2m {
    color: #e4c880;
    text-decoration: none;
}

.sl6kx2m:hover {
    text-decoration: underline;
}

.rb7tx3m {
    margin: 15px 0;
}

.rt9nx2k {
    line-height: 1.8;
    color: #e8e9ed;
}

.rt9nx2k.collapsible.collapsed {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.rt9nx2k.collapsible.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(transparent, rgba(26, 58, 92, 0.9));
}

.ex8mx4k {
    background: none;
    border: none;
    color: #e4c880;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    margin-top: 5px;
}

.ex8mx4k:hover {
    color: #f0d89a;
}

.h59tx3k {
    font-size: 16px;
    color: #e4c880;
    margin-bottom: 8px;
    font-weight: 600;
}

.pr-item, .cn-item {
    font-size: 14px;
}

.ac9tx3m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(232, 233, 237, 0.1);
}

.vt4nx8k {
    display: flex;
    gap: 10px;
}

.vb7mx2p {
    background: rgba(232, 233, 237, 0.05);
    border: 1px solid rgba(232, 233, 237, 0.2);
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    color: #e8e9ed;
}

.vb7mx2p:hover {
    background: rgba(232, 233, 237, 0.1);
    border-color: rgba(232, 233, 237, 0.4);
}

.vt-count {
    font-weight: 600;
}

.rp8tx3k {
    background: none;
    border: 1px solid rgba(232, 233, 237, 0.2);
    color: #e4c880;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.rp8tx3k:hover {
    background: rgba(228, 200, 128, 0.1);
    border-color: #e4c880;
}

.rf6nx9m {
    margin-top: 15px;
    padding: 15px;
    background: rgba(232, 233, 237, 0.05);
    border-radius: 10px;
}

.rf-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.bn-promo-bottom {
    margin-top: 40px;
}

.comparison-section {
    background: linear-gradient(180deg, rgba(26, 58, 92, 0.3) 0%, rgba(19, 36, 66, 0.5) 100%);
}

.tb-wrapper {
    overflow-x: auto;
    background: rgba(26, 58, 92, 0.6);
    padding: 20px;
    border-radius: 15px;
}

.tb8mx3k {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.tb8mx3k th, .tb8mx3k td {
    padding: 15px;
    text-align: left;
    border: 1px solid rgba(232, 233, 237, 0.1);
}

.tb8mx3k th {
    background: rgba(228, 200, 128, 0.1);
    color: #e4c880;
    font-weight: 700;
}

.tb8mx3k td {
    background: rgba(232, 233, 237, 0.02);
    color: #e8e9ed;
}

.tb8mx3k tbody tr:hover {
    background: rgba(232, 233, 237, 0.05);
}

.content-section {
    background: linear-gradient(180deg, rgba(19, 38, 72, 0.5) 0%, rgba(19, 36, 66, 0.8) 100%);
}

.ct-block {
    background: rgba(26, 58, 92, 0.6);
    padding: 40px;
    border-radius: 15px;
}

.h18mx3k {
    font-size: 36px;
    color: #e4c880;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.ct-author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    background: rgba(228, 200, 128, 0.05);
    border-left: 4px solid #e4c880;
    margin-bottom: 25px;
    border-radius: 5px;
}

.ct-author strong {
    color: #e4c880;
}

.ct-author a {
    color: #2eaf00;
    text-decoration: none;
}

.ct-author a:hover {
    text-decoration: underline;
}

.ct-content {
    line-height: 1.8;
    color: #e8e9ed;
}

.ct-content h2 {
    font-size: 28px;
    color: #e4c880;
    margin: 30px 0 15px;
}

.ct-content h3 {
    font-size: 22px;
    color: #e4c880;
    margin: 25px 0 12px;
}

.ct-content p {
    margin: 15px 0;
    line-height: 1.8;
}

.ct-content ul, .ct-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.ct-content li {
    margin: 8px 0;
    line-height: 1.8;
}

.ct-content a {
    color: #2eaf00;
    text-decoration: none;
}

.ct-content a:hover {
    text-decoration: underline;
}

.ct-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(232, 233, 237, 0.02);
}

.ct-content table th,
.ct-content table td {
    padding: 12px;
    border: 1px solid rgba(232, 233, 237, 0.1);
    text-align: left;
}

.ct-content table th {
    background: rgba(228, 200, 128, 0.1);
    color: #e4c880;
    font-weight: 700;
}

.ct-content blockquote {
    border-left: 4px solid #e4c880;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: rgba(232, 233, 237, 0.8);
}

.ft7nx2k {
    background-color: #132342;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.ft9mx3k {
    color: #e8e9ed;
}

.fd3gx7k {
    margin-bottom: 30px;
}

.ft9mx3k > .cn8tp2r {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.h48mn2x {
    font-size: 18px;
    color: #e4c880;
    margin-bottom: 15px;
    font-weight: 700;
}

.ul6nm8t {
    list-style: none;
}

.ul6nm8t li {
    margin: 8px 0;
}

.tr5px9m {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.cr8tx2p {
    border-top: 1px solid rgba(232, 233, 237, 0.1);
    padding-top: 20px;
    text-align: center;
}

.tx9km3w {
    color: rgba(232, 233, 237, 0.7);
    font-size: 14px;
    margin: 5px 0;
}

.lgl-info {
    font-size: 12px;
    margin-top: 10px;
}

.wg8mx3k {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.wg-content {
    background: linear-gradient(135deg, #2eaf00 0%, #35c900 100%);
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(46, 175, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 15px;
}

.wg-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 768px) {
    .pr5mq9z {
        grid-template-columns: auto auto;
        gap: 10px;
    }

    .nv6ht2p {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background-color: #132342;
        padding: 20px;
        transition: left 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .nv6ht2p.active {
        left: 0;
    }

    .ul4pm8x {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .bg6nw9t {
        display: flex;
    }

    .dv3tx8r {
        gap: 10px;
    }

    .bt5ry2k {
        gap: 5px;
    }

    .bn8mp4z {
        padding: 8px 15px;
        font-size: 13px;
    }

    .hr-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }

    .cs-logo {
        margin: 0 auto;
    }

    .cs-name {
        font-size: 24px;
    }

    .hr-buttons {
        justify-content: center;
    }

    .pc3nx7k {
        grid-template-columns: 1fr;
    }

    .rt-grid {
        grid-template-columns: 1fr;
    }

    .h28mx3k {
        font-size: 24px;
    }

    .h18mx3k {
        font-size: 28px;
    }

    .rh4pm9k {
        flex-direction: column;
    }

    .rt4mx8p {
        text-align: left;
    }

    .rd9tx3k {
        justify-content: flex-start;
    }

    .ac9tx3m {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .wg8mx3k {
        bottom: 10px;
        right: 10px;
    }

    .wg-content {
        flex-direction: column;
        gap: 10px;
        padding: 12px 20px;
    }

    .wg-text {
        font-size: 14px;
    }

    .ft9mx3k > .cn8tp2r {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sc2nx7t {
        padding: 40px 0;
    }

    .cn8tp2r {
        padding: 0 15px;
    }

    .rt-inputs {
        grid-template-columns: 1fr;
    }

    .if-grid {
        grid-template-columns: 1fr;
    }
}

.lfms {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 24px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.lfms > :first-child {
    margin-top: 0
}

.lfms > :last-child {
    margin-bottom: 0
}

.lfms p {
    margin: 0 0 14px;
    color: rgba(233, 239, 247, .88);
    font-size: 16px;
    line-height: 1.85;
}

.lfms h2 {
    margin: 24px 0 12px;
    color: #e9eff7;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: .2px;
}

.lfms h3 {
    margin: 18px 0 10px;
    color: rgba(228, 200, 128, .98);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 850;
}

.lfms h4 {
    margin: 18px 0 10px;
    color: #e9eff7;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.lfms ul,
.lfms ol {
    margin: 10px 0 16px;
    padding-left: 22px;
    color: rgba(233, 239, 247, .88);
}

.lfms li {
    margin: 8px 0;
    line-height: 1.75;
}

.lfms li::marker {
    color: rgba(228, 200, 128, .85);
}

.lfms a {
    color: rgba(228, 200, 128, .98);
    text-decoration: none;
    border-bottom: 1px solid rgba(228, 200, 128, .30);
    transition: color .15s ease, border-color .15s ease, background .15s ease;
    word-break: break-word;
}

.lfms a:hover {
    color: #e9eff7;
    border-bottom-color: rgba(233, 239, 247, .45);
}

.lfms blockquote {
    margin: 16px 0;
    padding: 14px 16px;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .10);
    border-left: 4px solid rgba(228, 200, 128, .85);
    border-radius: 14px;
    color: rgba(233, 239, 247, .90);
}

.lfms code {
    padding: 2px 6px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(233, 239, 247, .92);
}

.lfms hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, .10);
    margin: 18px 0;
}

.lfms table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .12);
}

.lfms th,
.lfms td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: rgba(233, 239, 247, .90);
    text-align: left;
    vertical-align: top;
}

.lfms th {
    color: rgba(228, 200, 128, .98);
    background: rgba(228, 200, 128, .10);
    font-weight: 850;
}

.lfms tr:last-child td {
    border-bottom: 0
}

.lfms img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
}

@media (max-width: 900px) {
    .lfms {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .lfms {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .lfms p {
        font-size: 15.5px;
        line-height: 1.8;
    }

    .lfms h2 {
        font-size: 22px;
        margin: 18px 0 10px;
    }

    .lfms h3 {
        font-size: 18px;
        margin: 16px 0 8px;
    }

    .lfms h4 {
        font-size: 16px;
    }

    .lfms ul,
    .lfms ol {
        padding-left: 18px;
    }

    .lfms table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .lfms th,
    .lfms td {
        padding: 10px 12px;
    }
}

@media (max-width: 420px) {
    .lfms {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .lfms p {
        font-size: 15px
    }

    .lfms h2 {
        font-size: 20px
    }

    .lfms h3 {
        font-size: 17px
    }
}

