body, html {
    margin: 0;
    padding: 0;
    background-color: #0c0c0c;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
}
a {
    color: #c59d5f;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #e5b875;
}
.beautyHeader {
    background-color: #121212;
    border-bottom: 1px solid #222222;
    position: relative;
    z-index: 1000;
}
.beautyNavWrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
}
.beautyLogo img {
    height: 42px;
    max-width: 160px;
    object-fit: contain;
    vertical-align: middle;
}
.beautyNavMenu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.beautyNavMenu li {
    margin: 0 12px;
}
.beautyNavMenu li a {
    color: #cccccc;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
}
.beautyNavMenu li a:hover, .beautyNavMenu li.beautyActive a {
    color: #c59d5f;
    background: rgba(197, 157, 95, 0.1);
}
.beautyContainer {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}
.beautySectionHeader {
    text-align: center;
    margin: 40px 0 25px 0;
}
.beautySectionTitle {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.beautySectionLine {
    width: 45px;
    height: 2px;
    background: #c59d5f;
    margin: 0 auto;
}
.beautyStoryBox {
    background: #161616;
    border: 1px solid #262626;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 35px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.beautyStoryItem {
    flex: 1;
    min-width: 280px;
    background: #1c1c1c;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.beautyStoryImg {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    object-fit: contain;
    background: #252525;
    flex-shrink: 0;
}
.beautyStoryInfo {
    flex: 1;
    overflow: hidden;
}
.beautyStoryTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.beautyGridFour {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.beautyGridCard {
    background: #161616;
    border: 1px solid #262626;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, border-color 0.3s;
}
.beautyGridCard:hover {
    transform: translateY(-4px);
    border-color: #c59d5f;
}
.beautyGridImg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 15px auto;
}
.beautyCardTitle {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.beautyCardPrice {
    color: #c59d5f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.beautyCardBtn {
    display: block;
    background: #c59d5f;
    color: #0c0c0c !important;
    padding: 8px 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}
.beautyCardBtn:hover {
    background: #e5b875;
}
.beautyMenuGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}
.beautyMenuItem {
    background: #161616;
    border: 1px solid #262626;
    border-radius: 6px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.beautyMenuLeft {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}
.beautyMenuImg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: contain;
    background: #252525;
    flex-shrink: 0;
}
.beautyMenuName {
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.beautyMenuRight {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}
.beautyMenuPrice {
    color: #c59d5f;
    font-size: 16px;
    font-weight: 700;
}
.beautyGridThree {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}
.beautyTableWrap {
    background: #161616;
    border: 1px solid #262626;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
}
.beautyTable {
    width: 100%;
    border-collapse: collapse;
}
.beautyTable th {
    text-align: left;
    padding: 12px 15px;
    color: #888888;
    border-bottom: 1px solid #262626;
    font-size: 13px;
    font-weight: 500;
}
.beautyTable td {
    padding: 14px 15px;
    border-bottom: 1px solid #1f1f1f;
    color: #cccccc;
    font-size: 14px;
    vertical-align: middle;
}
.beautyTable tr:hover td {
    background: #1a1a1a;
}
.beautyBadge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
}
.beautyBadgeAuto {
    background: rgba(197, 157, 95, 0.15);
    color: #c59d5f;
    border: 1px solid #c59d5f;
}
.beautyBadgeManual {
    background: #252525;
    color: #999999;
    border: 1px solid #333333;
}
.beautyBtnSmall {
    padding: 5px 15px;
    background: #c59d5f;
    color: #0c0c0c !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.beautyPanel {
    background: #161616;
    border: 1px solid #262626;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}
.beautyFormLabel {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.beautyInput {
    width: 100%;
    box-sizing: border-box;
    background: #111111;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}
.beautyInput:focus {
    border-color: #c59d5f;
}
.beautyBtnSubmit {
    background: #c59d5f;
    color: #0c0c0c;
    border: none;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}
.beautyBtnSubmit:hover {
    background: #e5b875;
}
.beautyFooter {
    background: #111111;
    border-top: 1px solid #222222;
    padding: 35px 20px;
    text-align: center;
}
.beautyFooterLinks a {
    color: #888888;
    margin: 0 10px;
    font-size: 14px;
}
.beautyFooterLinks a:hover {
    color: #c59d5f;
}
.beautyFooterLinks span {
    color: #444444;
}
.beautyCopyright {
    color: #555555;
    font-size: 13px;
    margin-top: 15px;
}
@media (max-width: 992px) {
    .beautyGridFour { grid-template-columns: repeat(2, 1fr); }
    .beautyGridThree { grid-template-columns: repeat(2, 1fr); }
    .beautyMenuGrid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .beautyGridFour { grid-template-columns: 1fr; }
    .beautyGridThree { grid-template-columns: 1fr; }
    .beautyNavMenu { display: none; }
}
