   @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600;700&display=swap');
   :root {
       --bg: #030201;
       --panel: #0b0907;
       --panel-2: #060504;
       --gold-1: #ffe08a;
       --gold-2: #d4a73a;
       --gold-3: #af7e22;
       --gold-soft: #f5db8d;
       --text: #ffffff;
       --muted: #eadfc8;
       --green: #0f6a4d;
       --border: rgba(255, 215, 120, 0.20);
   }

   * {
       box-sizing: border-box;
   }

   body {
       margin: 0;
       font-family: 'Kanit', sans-serif;
       background: var(--bg);
       color: var(--text);
   }

   a {
       text-decoration: none;
       color: inherit;
   }

   img {
       max-width: 100%;
       display: block;
   }

   .container {
       width: min(1200px, calc(100% - 32px));
       margin: 0 auto;
   }

   .site-header {
       position: sticky;
       top: 0;
       z-index: 100;
       border-bottom: 1px solid rgba(122, 90, 32, 0.3);
       background: rgba(0, 0, 0, 0.55);
       backdrop-filter: blur(10px);
   }

   .header-inner {
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 16px;
       padding: 16px 0;
   }

   .brand {
       display: flex;
       align-items: center;
       gap: 12px;
   }

   .brand img {
       height: 40px;
       width: auto;
       object-fit: contain;
   }

   .brand-title {
       font-size: 18px;
       font-weight: 700;
       color: var(--gold-soft);
   }

   .brand-sub {
       font-size: 12px;
       color: #d0b57b;
   }

   .header-actions {
       display: flex;
       align-items: center;
       gap: 16px;
       color: var(--gold-soft);
   }

   .icon-btn {
       width: 36px;
       height: 36px;
       border-radius: 999px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       border: 1px solid rgba(255, 215, 120, 0.14);
       background: rgba(255, 255, 255, 0.02);
   }

   .hero-wrap {
       position: relative;
       overflow: hidden;
   }

   .hero-bg-aura {
       position: absolute;
       inset: 0;
       background:
           radial-gradient(circle at center, rgba(120, 72, 12, 0.18) 0%, rgba(0, 0, 0, 0) 36%),
           radial-gradient(circle at center, rgba(255, 215, 0, 0.10) 0%, rgba(0, 0, 0, 0) 54%);
   }

   .hero-beam-divider {
       position: relative;
       height: 64px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .hero-beam-divider::before {
       content: "";
       width: 100%;
       height: 2px;
       background: linear-gradient(to right, transparent, #ffdd72, transparent);
       box-shadow: 0 0 18px rgba(255, 215, 0, 0.7), 0 0 35px rgba(255, 190, 60, 0.35);
       display: block;
   }

   .hero-beam-divider::after {
       content: "";
       position: absolute;
       width: 160px;
       height: 40px;
       background: radial-gradient(ellipse at center, rgba(255, 220, 120, 0.25) 0%, transparent 70%);
       filter: blur(16px);
   }

   .hero {
       position: relative;
       z-index: 1;
       min-height: 82vh;
       display: grid;
       grid-template-columns: 1.05fr .95fr;
       align-items: center;
       gap: 48px;
       padding: 64px 0 96px;
   }

   .badge {
       display: inline-flex;
       padding: 7px 16px;
       border-radius: 999px;
       border: 1px solid #9d7630;
       background: #1a1206;
       color: #f2d27a;
       font-size: 14px;
   }

   .hero h1 {
       margin: 20px 0 0;
       max-width: 700px;
       font-size: clamp(40px, 7vw, 76px);
       line-height: .95;
       font-weight: 800;
       letter-spacing: -0.03em;
       color: var(--gold-soft);
       text-shadow: 0 0 18px rgba(255, 215, 120, .15);
   }

   .hero h1 span {
       display: block;
       color: #fff;
   }

   .gold-line {
       margin-top: 24px;
       height: 3px;
       width: 288px;
       background: linear-gradient(to right, var(--gold-1), var(--gold-3), transparent);
       box-shadow: 0 0 12px rgba(255, 215, 120, .35);
   }

   .hero p {
       margin: 28px 0 0;
       max-width: 720px;
       font-size: 18px;
       line-height: 1.85;
       color: var(--muted);
   }

   .btn-row {
       display: flex;
       flex-wrap: wrap;
       gap: 16px;
       margin-top: 32px;
   }

   .btn {
       border: 0;
       cursor: pointer;
       border-radius: 14px;
       padding: 16px 28px;
       font-family: inherit;
       font-size: 16px;
       font-weight: 700;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       gap: 8px;
   }

   .btn-gold {
       color: #000;
       background: linear-gradient(to right, #f6d56e, #d4a73a, #af7e22);
       box-shadow: 0 0 24px rgba(255, 215, 100, 0.28);
   }

   .btn-outline {
       color: #f0d58a;
       background: rgba(0, 0, 0, .30);
       border: 1px solid #8b6b2e;
   }

   .btn-green {
       background: var(--green);
       color: #fff;
   }

   .hero-visual {
       position: relative;
   }

   .hero-visual::before {
       content: "";
       position: absolute;
       inset: 32px auto 32px 0;
       width: 40px;
       background: linear-gradient(to right, rgba(255, 255, 255, .45), transparent);
       filter: blur(20px);
       opacity: .5;
   }

   .hero-visual::after {
       content: "";
       position: absolute;
       inset: 32px 0 32px auto;
       width: 40px;
       background: linear-gradient(to left, rgba(255, 216, 107, .55), transparent);
       filter: blur(20px);
       opacity: .6;
   }

   .hero-shadow {
       position: absolute;
       inset: 0;
       border-radius: 32px;
       box-shadow: 0 0 80px rgba(255, 215, 110, 0.18);
   }

   .hero-frame {
       position: relative;
       overflow: hidden;
       border-radius: 30px;
       border: 1px solid rgba(133, 98, 35, .5);
       background: #0a0704;
       padding: 2px;
       box-shadow: 0 0 24px rgba(255, 215, 90, 0.12);
   }

   .hero-frame-inner {
       position: relative;
       overflow: hidden;
       border-radius: 28px;
   }

   .hero-frame-inner img {
       width: 100%;
       height: 470px;
       object-fit: cover;
       opacity: .85;
   }

   .hero-frame-overlay {
       position: absolute;
       inset: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent, rgba(0, 0, 0, .10));
   }

   .hero-card {
       position: absolute;
       left: 40px;
       right: 40px;
       bottom: 32px;
       padding: 20px;
       border-radius: 18px;
       border: 1px solid rgba(122, 91, 34, .4);
       background: rgba(0, 0, 0, .45);
       backdrop-filter: blur(12px);
   }

   .hero-card small {
       color: #f0d58a;
   }

   .hero-card strong {
       display: block;
       margin-top: 6px;
       color: #fff;
       font-size: 28px;
   }

   .section {
       padding-bottom: 48px;
   }

   .panel {
       border-radius: 30px;
       border: 1px solid rgba(111, 83, 32, .35);
       background: linear-gradient(180deg, rgba(12, 9, 6, .96), rgba(5, 4, 3, .98));
       padding: 1px;
       box-shadow: 0 0 24px rgba(255, 215, 90, .08);
   }

   .panel-inner {
       display: grid;
       gap: 32px;
       grid-template-columns: 1fr .95fr;
       padding: 40px;
       border-radius: 30px;
       background: linear-gradient(180deg, #0b0805, #070503);
   }

   .eyebrow {
       margin-bottom: 12px;
       display: flex;
       align-items: center;
       gap: 8px;
       color: #f1d684;
       font-size: 14px;
       font-weight: 600;
       letter-spacing: .2em;
       text-transform: uppercase;
   }

   .section h2 {
       margin: 0;
       color: var(--gold-soft);
       font-size: clamp(32px, 4vw, 42px);
       font-weight: 800;
   }

   .section .desc {
       margin-top: 24px;
       max-width: 720px;
       color: #ddcfb1;
       line-height: 1.85;
       font-size: 17px;
   }

   .media-box {
       position: relative;
       overflow: hidden;
       border-radius: 26px;
       border: 1px solid rgba(125, 92, 34, .35);
       background: #000;
   }

   .media-box img {
       width: 100%;
       height: 100%;
       min-height: 280px;
       object-fit: cover;
       opacity: .92;
   }

   .media-box::after {
       content: "";
       position: absolute;
       inset: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent, rgba(0, 0, 0, .10));
   }

   .section-head {
       margin-bottom: 32px;
   }

   .section-label {
       text-transform: uppercase;
       letter-spacing: .2em;
       font-size: 14px;
       color: #d5bb82;
   }

   .grid {
       display: grid;
       grid-template-columns: repeat(3, minmax(0, 1fr));
       gap: 32px;
   }

   .product-card {
       overflow: hidden;
       border-radius: 24px;
       border: 1px solid rgba(111, 83, 32, .35);
       background: linear-gradient(180deg, #0b0907, #060504);
       box-shadow: 0 0 20px rgba(255, 215, 90, .05);
   }

   .product-media {
       position: relative;
   }

   .product-media img {
       width: 100%;
       height: 288px;
       object-fit: cover;
   }

   .product-media::before {
       content: "";
       position: absolute;
       inset: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent, transparent);
   }

   .product-media::after {
       content: "";
       position: absolute;
       left: 50%;
       bottom: 0;
       transform: translateX(-50%);
       width: 75%;
       height: 56px;
       background: linear-gradient(to top, rgba(255, 223, 132, .35), transparent);
       filter: blur(16px);
   }

   .product-body {
       padding: 20px;
   }

   .product-title {
       color: var(--gold-soft);
       font-size: 20px;
       font-weight: 600;
   }

   .old-price {
       margin-top: 12px;
       font-size: 14px;
       color: #6b7280;
       text-decoration: line-through;
   }

   .price {
       font-size: 32px;
       font-weight: 800;
       color: #fff;
   }

   @media (max-width: 960px) {

       .hero,
       .panel-inner,
       .grid {
           grid-template-columns: 1fr;
       }

       .hero {
           min-height: auto;
           padding: 48px 0 72px;
       }

       .hero-frame-inner img {
           height: 340px;
       }

       .hero-card {
           left: 20px;
           right: 20px;
           bottom: 20px;
       }
   }

   @media (max-width: 640px) {
       .container {
           width: min(100% - 24px, 1200px);
       }

       .header-inner {
           padding: 12px 0;
       }

       .brand-sub {
           display: none;
       }

       .hero p,
       .section .desc {
           font-size: 16px;
           line-height: 1.7;
       }

       .btn {
           width: 100%;
       }

       .btn-row {
           flex-direction: column;
       }

       .panel-inner {
           padding: 24px;
       }
   }

   .btn-premium {
       background: linear-gradient(135deg, #f6d56e, #d4a73a, #af7e22);
       color: #000;
       border: none;
       border-radius: 10px;
       padding: 12px 24px;
       font-weight: 600;
       box-shadow: 0 0 20px rgba(255, 215, 100, 0.3);
       transition: all 0.25s ease;
   }

   .btn-premium:hover {
       box-shadow: 0 0 30px rgba(255, 215, 100, 0.5);
       transform: translateY(-1px);
   }

   .btn-green-lux {
       background: linear-gradient(135deg, #0f3f2e, #145c44);
       color: #fff;
       border: 1px solid rgba(255, 215, 120, 0.2);
       border-radius: 10px;
       padding: 12px 24px;
       font-weight: 500;
       box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
   }

   .btn-green-lux:hover {
       background: linear-gradient(135deg, #145c44, #1c7a5a);
   }

   .logo-box {
       background: rgb(255, 255, 255);
       backdrop-filter: blur(8px);
       padding: 6px 12px;
       border-radius: 10px;
       border: 1px solid rgba(255, 215, 120, 0.2);
   }

   .logo-wrap {
       display: inline-flex;
       align-items: center;
       gap: 10px;

       background: rgba(0, 0, 0, 0.55);
       backdrop-filter: blur(10px);

       padding: 6px 14px;
       border-radius: 12px;

       border: 1px solid rgba(255, 215, 120, 0.2);
   }

   .logo-wrap img {
       height: 38px;
       width: auto;

       /* ✨ ทำให้โลโก้เด้ง */
       filter: drop-shadow(0 0 6px rgba(255, 215, 120, 0.4));
   }

   .text-center {
       text-align: center;
   }
   .pagetitle {
       margin: 15px 0  0 15px;
       font-size: clamp(28px, 5vw, 48px);
       font-weight: 800;
       color: var(--gold-soft);
   }
:root{
    --bg: #070707;
    --bg-soft: #111;
    --panel: rgba(20,20,20,.88);
    --panel-2: rgba(255,255,255,.04);
    --text: #f7f1df;
    --muted: #b9a47a;
    --gold-1: #d7ab49;
    --gold-2: #ffdf8a;
    --line: rgba(255,215,120,.14);
    --danger: #ff7d7d;
    --shadow: 0 10px 40px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }

body{
    margin: 0;
    font-family: 'Kanit', sans-serif;
    background:
        radial-gradient(circle at 20% 20%, rgba(212,175,55,.08), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(255,215,120,.06), transparent 24%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
    color: var(--text);
}

.container{
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header{
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background: rgba(5,5,5,.88);
    border-bottom: 1px solid rgba(255,190,80,.12);
    box-shadow: 0 6px 30px rgba(0,0,0,.28);
}

.header-inner{
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand{
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    min-width: 0;
}

.logo-box{
    width: 130px;
    min-width: 130px;
    height: 54px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-title{
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-sub{
    margin-top: 4px;
    font-size: .96rem;
    color: #dbc28c;
    opacity: .95;
}

.header-actions{
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-btn{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255,215,120,.14);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    color: #f7deb0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: .25s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 rgba(0,0,0,0);
}

.icon-btn:hover{
    transform: translateY(-1px);
    border-color: rgba(255,215,120,.32);
    box-shadow: 0 10px 24px rgba(212,175,55,.12);
}

.cart-btn{
    overflow: visible;
}

.cart-badge{
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffcf69, #c78a1f);
    color: #1b1204;
    font-size: .76rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(215,171,73,.28);
}

.user-menu{
    position: relative;
}

.user-toggle{
    padding: 0;
}

.header-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.user-dropdown{
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 320px;
    background: rgba(12,12,12,.97);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 14px;
    box-shadow:
        0 20px 60px rgba(0,0,0,.55),
        0 0 40px rgba(212,175,55,.10);
    display: none;
    backdrop-filter: blur(14px);
}

.user-dropdown.show{
    display: block;
    animation: dropdownIn .22s ease;
}

@keyframes dropdownIn{
    from{
        opacity: 0;
        transform: translateY(8px) scale(.98);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.user-dropdown-profile{
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    margin-bottom: 10px;
}

.user-dropdown-avatar{
    width: 56px;
    height: 56px;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    color: #1c1303;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(212,175,55,.22);
}

.user-dropdown-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name{
    font-size: 1rem;
    font-weight: 700;
    color: #fff5dc;
}

.user-email{
    font-size: .84rem;
    color: #baa77a;
    margin-top: 2px;
    word-break: break-word;
}

.dropdown-group-title{
    color: #f0cf86;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 8px 10px 6px;
}

.dropdown-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    color: #fff;
    padding: 12px 14px;
    border-radius: 14px;
    transition: .2s ease;
    background: transparent;
}

.dropdown-item span{
    font-size: .98rem;
    font-weight: 600;
}

.dropdown-item small{
    color: #bca779;
    font-size: .78rem;
    white-space: nowrap;
}

.dropdown-item:hover{
    background: linear-gradient(90deg, rgba(215,171,73,.18), rgba(255,215,120,.08));
    transform: translateX(2px);
}

.dropdown-item.danger span,
.dropdown-item.danger small{
    color: var(--danger);
}

.dropdown-divider{
    height: 1px;
    margin: 10px 0;
    background: rgba(255,255,255,.06);
}

/* MEMBER LAYOUT */
.member-shell{
    padding: 34px 0 60px;
}

.member-grid{
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
}

.member-sidebar,
.member-content-card,
.member-stat-card,
.form-luxury,
.table-luxury-wrap{
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.member-sidebar{
    padding: 18px;
    position: sticky;
    top: 108px;
    height: fit-content;
}

.member-profile-mini{
    padding: 10px 10px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.05);
    margin-bottom: 14px;
}

.member-profile-mini .avatar-mini{
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    color: #1f1404;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    overflow: hidden;
}

.member-profile-mini .avatar-mini img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-nav{
    display: grid;
    gap: 8px;
}

.member-nav a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: .2s ease;
}

.member-nav a:hover,
.member-nav a.active{
    background: linear-gradient(90deg, rgba(215,171,73,.16), rgba(255,215,120,.06));
    border-color: rgba(255,215,120,.14);
}

.member-content{
    min-width: 0;
}

.member-page-title{
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 8px;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.member-page-subtitle{
    color: #c5b18a;
    margin-bottom: 24px;
}

.member-stats{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.member-stat-card{
    padding: 20px;
}

.member-stat-label{
    color: #b89f71;
    font-size: .9rem;
}

.member-stat-value{
    margin-top: 6px;
    font-size: 2rem;
    font-weight: 800;
    color: #fff1cb;
}

.member-content-card{
    padding: 24px;
}

.form-luxury{
    padding: 22px;
}

.form-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}

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

.form-group.full{
    grid-column: 1 / -1;
}

.form-group label{
    color: #f2d898;
    font-weight: 500;
    font-size: .95rem;
}

.form-control,
.form-select,
.form-textarea{
    width: 100%;
    border: 1px solid rgba(255,215,120,.12);
    background: rgba(255,255,255,.03);
    color: #fff;
    border-radius: 16px;
    padding: 13px 15px;
    outline: none;
    transition: .2s ease;
    font-family: inherit;
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus{
    border-color: rgba(255,215,120,.35);
    box-shadow: 0 0 0 4px rgba(215,171,73,.08);
}

.form-textarea{
    min-height: 120px;
    resize: vertical;
}

.btn-gold,
.btn-darkline{
    border: none;
    border-radius: 16px;
    padding: 13px 22px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.btn-gold{
    color: #1c1203;
    background: linear-gradient(180deg, var(--gold-2), var(--gold-1));
    box-shadow: 0 10px 22px rgba(215,171,73,.18);
}

.btn-gold:hover{
    transform: translateY(-1px);
}

.btn-darkline{
    color: #f4d58d;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,215,120,.18);
}

.btn-row{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.table-luxury-wrap{
    overflow: hidden;
}

.table-luxury{
    width: 100%;
    border-collapse: collapse;
}

.table-luxury th,
.table-luxury td{
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.table-luxury th{
    color: #f4d58d;
    font-weight: 600;
    background: rgba(255,255,255,.02);
}

.table-luxury td{
    color: #f5f0e1;
}

.status-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
}

.status-pending{ background: rgba(255,193,7,.14); color: #ffd970; }
.status-paid{ background: rgba(40,167,69,.16); color: #92f0a6; }
.status-shipping{ background: rgba(0,123,255,.14); color: #93c7ff; }
.status-completed{ background: rgba(212,175,55,.14); color: #ffd980; }
.status-cancelled{ background: rgba(255,99,99,.16); color: #ff8c8c; }

.empty-box{
    padding: 28px;
    text-align: center;
    color: #c9b792;
    border: 1px dashed rgba(255,215,120,.16);
    border-radius: 18px;
    background: rgba(255,255,255,.02);
}

@media (max-width: 1024px){
    .member-grid{
        grid-template-columns: 1fr;
    }

    .member-sidebar{
        position: static;
    }

    .member-stats{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px){
    .header-inner{
        min-height: 78px;
        gap: 12px;
    }

    .logo-box{
        width: 92px;
        min-width: 92px;
        height: 44px;
    }

    .brand-title{
        font-size: 1.25rem;
    }

    .brand-sub{
        display: none;
    }

    .icon-btn{
        width: 42px;
        height: 42px;
    }

    .user-dropdown{
        width: min(320px, calc(100vw - 24px));
        right: 0;
    }

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

    .member-page-title{
        font-size: 1.6rem;
    }

    .table-luxury-wrap{
        overflow-x: auto;
    }

    .table-luxury{
        min-width: 760px;
    }
}