/* Auto-generated styles */
:root {
    --col-main: hsl(316, 73%, 57%);
    --col-sec: hsl(346, 73%, 67%);
    --col-accent: hsl(136, 83%, 47%);
    --col-dark: hsl(316, 53%, 20%);
    --col-light: hsl(316, 33%, 95%);
    --col-txt: #333333;
    --col-txt-lt: #666666;
    --col-brd: #e0e0e0;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: var(--col-txt);
    background: #f5f5f5;
}

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

.hdr-xyilpaj {
    background: var(--col-main);
    color: white;
    padding: 15px 0;
    border-bottom: 3px solid var(--col-accent);
}

.hdr-in-fjhnnc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}

.brand-tzgxcas {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.burger-zccmofe {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
}

.burger-zccmofe span {
    width: 25px;
    height: 3px;
    background: white;
    transition: all 0.3s;
}

.mob-menu-ushhpi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--col-main);
    border-top: 2px solid var(--col-accent);
    z-index: 999;
}

.mob-menu-ushhpi.active {
    display: block;
}

.mob-menu-ushhpi a {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mob-menu-ushhpi a:hover {
    background: rgba(255,255,255,0.1);
}

.btn-mgxop {
    display: inline-block;
    background: var(--col-accent);
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: opacity 0.2s;
}

.btn-mgxop:hover {
    opacity: 0.9;
}

.hero-cssub {
    background: var(--col-main);
    color: white;
    padding: 40px 0;
    border-bottom: 3px solid var(--col-accent);
}

.hero-in-brytq {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-cont-aimitw {
    flex: 1;
}

.hero-img-ivfgrv {
    flex: 0 0 400px;
}

.hero-img-ivfgrv img {
    max-width: 100%;
    height: auto;
    border: 3px solid white;
}

.hero-ttl-mtlshsz {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

.main-zyrgvy {
    background: white;
    padding: 40px 0;
}

.content-edwlce {
    max-width: 900px;
    margin: 0 auto;
}

.toc-ukioqe {
    background: #f9f9f9;
    border: 1px solid var(--col-brd);
    padding: 0;
    margin: 30px 0;
}

.toc-ttl-ybtjiir {
    font-size: 1.1rem;
    padding: 15px 20px;
    margin: 0;
    color: var(--col-dark);
    background: #fff;
    border-bottom: 1px solid var(--col-brd);
    cursor: pointer;
    user-select: none;
}

.toc-ttl-ybtjiir:hover {
    background: #fafafa;
}

.toc-ttl-ybtjiir::before {
    content: '▼ ';
    font-size: 0.8rem;
    margin-right: 8px;
}

.toc-ukioqe.collapsed .toc-ttl-ybtjiir::before {
    content: '▶ ';
}

.toc-list-lpudrei {
    list-style: none;
    padding: 15px 20px;
}

.toc-ukioqe.collapsed .toc-list-lpudrei {
    display: none;
}

.toc-list-lpudrei li {
    margin: 8px 0;
}

.toc-list-lpudrei a {
    color: var(--col-main);
    text-decoration: none;
}

.toc-list-lpudrei a:hover {
    text-decoration: underline;
}

.block-jmsqdyn {
    background: white;
    padding: 20px;
    margin: 30px 0;
}

.img-wrap-pobxntc {
    text-align: center;
    margin: 30px 0;
}

.img-wrap-pobxntc img {
    max-width: 100%;
    height: auto;
    border: 1px solid var(--col-brd);
}

.table-wcyiq {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
}

.table-wcyiq thead {
    background: var(--col-main);
    color: white;
}

.table-wcyiq th,
.table-wcyiq td {
    padding: 15px;
    text-align: left;
    border: 1px solid var(--col-brd);
}

.table-wcyiq tbody tr:hover {
    background: #f9f9f9;
}

.table-wcyiq a {
    color: var(--col-main);
    text-decoration: none;
    font-weight: bold;
}

.table-wcyiq a:hover {
    text-decoration: underline;
}

.table-wcyiq .btn-mgxop {
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.9rem;
}

.crumbs-qzylyt {
    padding: 15px 0;
    font-size: 0.9rem;
}

.crumbs-qzylyt a {
    color: var(--col-main);
    text-decoration: none;
}

.crumbs-qzylyt a:hover {
    text-decoration: underline;
}

.crumbs-qzylyt span {
    color: var(--col-txt-lt);
    margin: 0 5px;
}

.ftr-mxgdmj {
    background: var(--col-dark);
    color: white;
    padding: 30px 0;
    margin-top: 50px;
    text-align: center;
}

.ftr-cont-jnbpwg {
    margin-bottom: 20px;
}

.ftr-sec-xlwky {
    margin: 20px 0;
}

.ftr-sec-xlwky h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.ftr-sec-xlwky a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    display: inline-block;
    margin: 5px 10px;
}

.ftr-sec-xlwky a:hover {
    color: white;
    text-decoration: underline;
}

.ftr-btm-nxwbboa {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.7);
}

/* Content Styles */
.content-edwlce h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--col-dark);
}

.content-edwlce h2 {
    font-size: 1.6rem;
    margin: 35px 0 15px;
    color: var(--col-dark);
    border-bottom: 2px solid var(--col-main);
    padding-bottom: 8px;
}

.content-edwlce h3 {
    font-size: 1.3rem;
    margin: 25px 0 12px;
    color: var(--col-dark);
}

.content-edwlce p {
    margin: 12px 0;
    line-height: 1.7;
}

.content-edwlce a {
    color: var(--col-main);
    text-decoration: underline;
}

.content-edwlce a:hover {
    color: var(--col-sec);
}

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

.content-edwlce li {
    margin: 8px 0;
}

.content-edwlce blockquote {
    border-left: 4px solid var(--col-main);
    padding: 15px 20px;
    margin: 20px 0;
    background: #f9f9f9;
    font-style: italic;
}

.content-edwlce table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-edwlce th,
.content-edwlce td {
    padding: 10px;
    border: 1px solid var(--col-brd);
    text-align: left;
}

.content-edwlce th {
    background: var(--col-main);
    color: white;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-in-brytq {
        flex-direction: column;
    }

    .hero-cont-aimitw {
        text-align: center;
    }

    .hero-img-ivfgrv {
        flex: 1 1 auto;
        width: 100%;
    }

    .hero-ttl-mtlshsz {
        font-size: 1.5rem;
    }

    .hdr-in-fjhnnc {
        flex-direction: row;
        justify-content: space-between;
    }

    .table-wcyiq,
    .table-wcyiq thead,
    .table-wcyiq tbody,
    .table-wcyiq th,
    .table-wcyiq td,
    .table-wcyiq tr {
        display: block;
    }

    .table-wcyiq thead tr {
        display: none;
    }

    .table-wcyiq tr {
        margin-bottom: 15px;
        border: 1px solid var(--col-brd);
    }

    .table-wcyiq td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid var(--col-brd);
    }

    .table-wcyiq td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        text-align: left;
    }

    .content-edwlce h1 {
        font-size: 1.6rem;
    }

    .content-edwlce h2 {
        font-size: 1.3rem;
    }
}
