@font-face {
    font-family: "GM-Classic";
    src: url("GM-Fonts/GM-Classic/GM-Classic.woff2") format("woff2"),
         url("GM-Fonts/GM-Classic/GM-Classic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GM-Classic";
    src: url("GM-Fonts/GM-Classic/GM-Classic Medium.woff2") format("woff2"),
         url("GM-Fonts/GM-Classic/GM-Classic Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GM-Classic";
    src: url("GM-Fonts/GM-Classic/GM-Classic Bold.woff2") format("woff2"),
         url("GM-Fonts/GM-Classic/GM-Classic Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins,Raleway/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins,Raleway/Poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins,Raleway/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("Raleway/static/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("Raleway/static/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("Raleway/static/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

:root {
    --primary: #6c63ff;
    --primary-hover: #584ff5;
    --primary-soft: #eef2ff;
    --primary-soft-2: #f7f7ff;
    --bg: #f5f6fa;
    --card: #ffffff;
    --card-soft: #fcfcff;
    --border: #e5e7eb;
    --border-soft: #ececf3;
    --text: #1f2937;
    --muted: #6b7280;
    --hero-text: #ffffff;
    --hero-accent: rgba(255, 255, 255, 0.16);
    --hero-gradient: linear-gradient(135deg, #6c63ff, #584ff5);
    --hero-shadow: 0 22px 56px rgba(88, 79, 245, 0.22);
    --primary-border-strong: #cfc8ff;
    --primary-border-soft: #e7e6ff;
    --primary-ring: rgba(108, 99, 255, 0.14);
    --secondary-hover: #e4e8ff;
    --success-bg: #effcf4;
    --success-border: #b7ebc5;
    --success-text: #1f6f43;
    --radius-main: 28px;
    --radius-card: 22px;
    --radius-pill: 999px;
    --button-radius: 14px;
    --font-main: Arial, Helvetica, sans-serif;
    --font-heading: Arial, Helvetica, sans-serif;
    --shadow-lg: 0 22px 60px rgba(0, 0, 0, 0.10);
    --shadow-md: 0 16px 38px rgba(0, 0, 0, 0.07);
    --shadow-sm: 0 10px 25px rgba(0, 0, 0, 0.05);
    --shadow-btn: 0 10px 24px rgba(108, 99, 255, 0.22);
}

body {
    margin: 0;
    font-family: var(--font-main, Arial, Helvetica, sans-serif);
    background: var(--bg);
    color: var(--text);
    line-height: 1.5;
}

body.theme-gartenmoebel {
    --primary: #6c63ff;
    --primary-hover: #584ff5;
    --primary-soft: #eef2ff;
    --primary-soft-2: #f7f7ff;
    --bg: #f5f6fa;
    --card: #ffffff;
    --card-soft: #fcfcff;
    --border: #e5e7eb;
    --border-soft: #ececf3;
    --text: #1f2937;
    --muted: #6b7280;
    --hero-text: #ffffff;
    --hero-accent: rgba(255, 255, 255, 0.16);
    --hero-gradient: linear-gradient(135deg, #6c63ff, #584ff5);
    --hero-shadow: 0 22px 56px rgba(88, 79, 245, 0.22);
    --primary-border-strong: #cfc8ff;
    --primary-border-soft: #e7e6ff;
    --primary-ring: rgba(108, 99, 255, 0.14);
    --secondary-hover: #e4e8ff;
    --radius-main: 28px;
    --radius-card: 22px;
    --button-radius: 14px;
    --font-main: "GM-Classic", Arial, Helvetica, sans-serif;
    --font-heading: "GM-Classic", Arial, Helvetica, sans-serif;
    --shadow-btn: 0 10px 24px rgba(108, 99, 255, 0.22);
}

body.theme-artelia {
    --primary: #111111;
    --primary-hover: #2b2b2b;
    --primary-soft: #eef4f3;
    --primary-soft-2: #f7f7f4;
    --bg: #f7f5f1;
    --card: #fffdfa;
    --card-soft: #fbf8f3;
    --border: #ddd8d0;
    --border-soft: #ece6de;
    --text: #101010;
    --muted: #605b56;
    --hero-text: #111111;
    --hero-accent: rgba(17, 17, 17, 0.05);
    --hero-gradient: linear-gradient(135deg, #faf8f4 0%, #f4f0ea 100%);
    --hero-shadow: 0 24px 64px rgba(19, 24, 25, 0.08);
    --primary-border-strong: #c7dcda;
    --primary-border-soft: #e3ecea;
    --primary-ring: rgba(15, 124, 120, 0.16);
    --secondary-hover: #edf3f2;
    --success-bg: #edf6f5;
    --success-border: #c3d9d6;
    --success-text: #214b48;
    --radius-main: 36px;
    --radius-card: 28px;
    --button-radius: 999px;
    --font-main: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-heading: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --shadow-lg: 0 30px 80px rgba(26, 34, 37, 0.10);
    --shadow-md: 0 22px 48px rgba(26, 34, 37, 0.08);
    --shadow-sm: 0 12px 24px rgba(26, 34, 37, 0.05);
    --shadow-btn: 0 12px 30px rgba(15, 124, 120, 0.18);
}

body.theme-livingzone {
    --primary: #8fae9a;
    --primary-hover: #769382;
    --primary-soft: #edf5ef;
    --primary-soft-2: #f6faf7;
    --bg: #f4f8f4;
    --card: #ffffff;
    --card-soft: #f8fbf8;
    --border: #d7e2d9;
    --border-soft: #e6efe7;
    --text: #314238;
    --muted: #6b7c72;
    --hero-text: #ffffff;
    --hero-accent: rgba(255, 255, 255, 0.13);
    --hero-gradient: linear-gradient(135deg, #9ab8a2 0%, #7f9d89 48%, #b0c7b5 100%);
    --hero-shadow: 0 26px 62px rgba(89, 122, 100, 0.16);
    --primary-border-strong: #c8dacd;
    --primary-border-soft: #dde9e0;
    --primary-ring: rgba(143, 174, 154, 0.18);
    --secondary-hover: #eef5ef;
    --success-bg: #eef6f0;
    --success-border: #d5e4d8;
    --success-text: #496457;
    --radius-main: 32px;
    --radius-card: 26px;
    --button-radius: 999px;
    --font-main: "Helvetica Neue", Arial, sans-serif;
    --font-heading: "Raleway", "Helvetica Neue", Arial, sans-serif;
    --shadow-lg: 0 28px 72px rgba(67, 51, 40, 0.12);
    --shadow-md: 0 18px 44px rgba(67, 51, 40, 0.08);
    --shadow-sm: 0 10px 24px rgba(67, 51, 40, 0.05);
    --shadow-btn: 0 12px 28px rgba(97, 72, 56, 0.18);
}

body.admin-backend {
    --primary: #344054;
    --primary-hover: #1f2937;
    --primary-soft: #eef2f6;
    --primary-soft-2: #f7f9fc;
    --bg: #f4f6f8;
    --card: #ffffff;
    --card-soft: #fafbfc;
    --border: #dbe1e8;
    --border-soft: #e8edf2;
    --text: #16202c;
    --muted: #667085;
    --hero-text: #ffffff;
    --hero-accent: rgba(255, 255, 255, 0.16);
    --hero-gradient: linear-gradient(135deg, #2f3b48 0%, #465466 100%);
    --hero-shadow: 0 22px 56px rgba(31, 41, 55, 0.18);
    --primary-border-strong: #c7d0da;
    --primary-border-soft: #dde4eb;
    --primary-ring: rgba(52, 64, 84, 0.14);
    --secondary-hover: #e6ebf1;
    --button-radius: 14px;
    --font-main: Arial, Helvetica, sans-serif;
    --font-heading: Arial, Helvetica, sans-serif;
    --shadow-btn: 0 10px 24px rgba(31, 41, 55, 0.16);
}

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

.page-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero {
    background: var(--hero-gradient);
    color: var(--hero-text);
    padding: 76px 0 132px;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.hero-admin {
    padding-top: 60px;
    padding-bottom: 90px;
}

.hero-inner {
    position: relative;
}

.logo-wrap {
    margin-bottom: 24px;
}

.shop-logo {
    max-width: 220px;
    max-height: 88px;
    width: auto;
    height: auto;
    background: #fff;
    padding: 10px 16px;
    border-radius: 16px;
    box-shadow: var(--hero-shadow);
}

.hero-badge {
    display: inline-block;
    padding: 9px 16px;
    border-radius: var(--radius-pill);
    background: var(--hero-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}

.hero h1,
.prize-highlight h2,
.intro-box h2,
.section-head h3,
.data-card-head h2,
.winner-head h2,
.wheel-card h2,
.winner-result-card h2 {
    font-family: var(--font-heading, var(--font-main, Arial, Helvetica, sans-serif));
}

.hero h1 {
    margin: 0 0 14px;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 700;
}

.hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    opacity: 0.96;
    line-height: 1.7;
}

.hero-features {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.feature-box {
    background: var(--hero-accent);
    color: inherit;
    padding: 16px 22px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    min-width: 200px;
    text-align: center;
    backdrop-filter: blur(6px);
}

.main-wrap {
    max-width: 1080px;
    margin: -88px auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.main-wrap::before {
    content: "";
    position: absolute;
    top: 88px;
    bottom: -60px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--bg);
    z-index: -1;
}

.form-card,
.data-card,
.wheel-card,
.winner-result-card,
.mini-stat-card,
.stat-card,
.winner-card,
.login-card {
    background: var(--card);
    border-radius: var(--radius-main);
    box-shadow: var(--shadow-lg);
}

.form-card {
    padding: 36px;
}

.prize-highlight {
    background: linear-gradient(135deg, var(--card) 0%, var(--primary-soft-2) 100%);
    border: 1px solid var(--primary-border-strong);
    border-radius: var(--radius-card);
    padding: 32px 34px;
    margin-bottom: 28px;
    box-shadow: var(--shadow-md);
    text-align: center;
    overflow: visible;
}

.prize-badge {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 16px;
    border-radius: var(--radius-pill);
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.prize-highlight h2 {
    margin: 0 0 12px;
    font-size: 34px;
    color: var(--text);
}

.prize-highlight p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.prize-highlight strong {
    color: var(--primary);
    font-size: 22px;
}

.prize-highlight span {
    display: inline-block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
}

.intro-box {
    background: var(--card-soft);
    border: 1px solid var(--primary-border-soft);
    border-left: 5px solid var(--primary);
    border-radius: var(--radius-card);
    padding: 20px 24px;
    margin-bottom: 24px;
    text-align: center;
}

.intro-box h2,
.section-head h3,
.data-card-head h2,
.winner-head h2,
.wheel-card h2,
.winner-result-card h2 {
    margin: 0;
    color: var(--text);
}

.intro-box p,
.section-head p,
.data-card-head p,
.winner-head p,
.wheel-card p,
.winner-result-card p {
    color: var(--muted);
}

.form-section {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    background: linear-gradient(180deg, var(--card-soft) 0%, var(--card) 100%);
    box-shadow: var(--shadow-sm);
}

.section-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-soft);
}

.section-step {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: var(--shadow-btn);
}

.field-block {
    margin-bottom: 24px;
}

.field-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text);
}

.field-block small,
.question-card small,
.participation-note,
.sub-note {
    color: var(--muted);
}

input[type="email"],
input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid var(--border);
    margin-top: 10px;
    background: #fff;
    font-size: 15px;
    color: var(--text);
    transition: 0.2s ease;
    font-family: inherit;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px var(--primary-ring);
}

.show-validation input:invalid,
.show-validation select:invalid,
.show-validation textarea:invalid {
    border-color: #d92d20;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}

.field-error {
    border-color: #d92d20 !important;
    background: #fff6f5 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.10);
}

.question-card.field-error {
    border-color: #d92d20 !important;
    background: #fffafa !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

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

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 14px 0;
}

.choice-card,
.choice-line {
    display: flex;
    gap: 12px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
}

.choice-card {
    align-items: center;
    padding: 16px 18px;
    border: 1px solid var(--border);
    min-height: 58px;
    border-radius: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.choice-line {
    align-items: center;
    padding: 13px 15px;
    border: 1px solid var(--border-soft);
    margin-bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.choice-card:hover,
.choice-line:hover {
    border-color: var(--primary);
    background: var(--primary-soft-2);
    transform: translateY(-1px);
}

.question-card {
    background: var(--card);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    padding: 22px 20px 18px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
}

.rating-grid {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.rating-row {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    background: #fff;
}

.rating-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: var(--text);
}

.rating-control {
    display: grid;
    gap: 8px;
}

.rating-slider {
    width: 100%;
    margin: 0;
    accent-color: var(--primary);
    cursor: pointer;
}

.rating-scale {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
}

.rating-current {
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
}

[data-rating-row].field-error {
    border-color: #d92d20 !important;
    background: #fff6f5 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

.participation-note {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--primary-soft-2);
    border: 1px solid var(--primary-border-soft);
}

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--card-soft);
}

.submit-box {
    margin-top: 22px;
    text-align: left;
}

button,
.btn,
.action-btn,
.backend-tab-btn,
.shop-switcher-link {
    transition: 0.2s ease;
}

button,
.btn,
.action-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 17px 30px;
    border-radius: var(--button-radius);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow-btn);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

button:hover,
.btn:hover,
.action-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

.btn-secondary,
.action-btn-light {
    background: var(--primary-soft);
    color: var(--primary-hover);
    box-shadow: none;
}

.btn-secondary:hover,
.action-btn-light:hover {
    background: var(--secondary-hover);
}

.hidden-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.thankyou-card {
    text-align: center;
}

.success {
    padding: 18px 20px;
    border-radius: 18px;
    background: var(--success-bg);
    border: 1px solid var(--success-border);
    color: var(--success-text);
    font-weight: 700;
}

.thankyou-copy {
    margin: 20px 0;
    color: var(--muted);
}

.thankyou-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.actions-bar,
.backend-tabs,
.shop-switcher,
.wheel-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.actions-bar,
.shop-switcher {
    margin-bottom: 24px;
}

.shop-switcher-link {
    background: #fff;
    color: var(--text);
    border: 1px solid var(--border);
    padding: 12px 18px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.shop-switcher-link.active,
.shop-switcher-link:hover,
.backend-tab-btn.active,
.backend-tab-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.backend-tab-btn {
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text);
    padding: 12px 16px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}

.backend-panel {
    display: none;
}

.backend-panel.active {
    display: block;
}

.stats-grid,
.winner-grid,
.analytics-grid {
    display: grid;
    gap: 18px;
}

.stats-grid,
.winner-grid {
    grid-template-columns: repeat(4, 1fr);
}

.analytics-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 26px;
}

.stat-card,
.winner-card,
.mini-stat-card,
.data-card,
.wheel-card,
.winner-result-card {
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-sm);
}

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

.stat-card span,
.winner-item span,
.mini-stat-empty,
.wheel-note,
.sub-note {
    font-size: 14px;
}

.stat-card strong,
.winner-item strong {
    display: block;
    color: var(--text);
}

.stat-card strong {
    font-size: 22px;
}

.winner-card {
    padding: 24px;
    margin-bottom: 26px;
}

.winner-grid .winner-item {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    padding: 16px;
}

.mini-stat-head,
.data-card-head {
    padding: 18px 20px 12px;
    border-bottom: 1px solid #f0f1f7;
}

.mini-stat-body {
    padding: 12px 20px 18px;
}

.mini-stat-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f8;
    font-size: 14px;
}

.mini-stat-row:last-child {
    border-bottom: none;
}

.feedback-entry {
    padding: 14px 0;
    border-bottom: 1px solid #f0f1f4;
}

.feedback-entry:last-child {
    border-bottom: none;
}

.feedback-entry-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    align-items: baseline;
}

.feedback-entry-head strong {
    color: var(--text);
    font-size: 14px;
    word-break: break-word;
}

.feedback-entry-head span {
    color: var(--muted);
    font-size: 13px;
    white-space: nowrap;
}

.feedback-entry-body {
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.mini-stat-row strong,
.score-badge {
    color: var(--primary);
}

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

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 1650px;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid #eef0f5;
    padding: 16px 14px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.admin-table th {
    background: var(--primary-soft-2);
    color: #1f2937;
    font-weight: 700;
}

.admin-table tbody tr:hover {
    background: #fafcff;
}

.mail-cell,
.feedback-cell {
    word-break: break-word;
}

.feedback-cell {
    min-width: 240px;
}

.score-badge {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    background: var(--primary-soft);
    font-weight: 700;
    font-size: 14px;
}

.login-wrap {
    display: flex;
    justify-content: center;
    margin-top: -70px;
    padding: 0 20px;
}

.login-card {
    padding: 30px;
    width: 100%;
    max-width: 420px;
}

.login-card label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.login-card button {
    width: 100%;
    margin-top: 20px;
}

.error-box {
    background: #ffe5e5;
    color: #b42318;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wheel-shell {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 24px;
    align-items: start;
}

.wheel-card,
.winner-result-card {
    padding: 24px;
}

.wheel-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wheel-canvas {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.winner-result-box {
    background: var(--primary-soft-2);
    border: 1px solid var(--primary-border-soft);
    border-radius: 18px;
    padding: 18px;
    min-height: 120px;
}

body.theme-artelia .hero {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
}

body.theme-artelia .shop-logo {
    border-radius: 22px;
    padding: 10px 20px;
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
}

body.theme-artelia .hero h1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.02em;
}

body.theme-artelia .hero p {
    max-width: 720px;
}

body.theme-artelia .feature-box {
    border: 1px solid rgba(17, 17, 17, 0.07);
    background: rgba(255, 255, 255, 0.78);
    color: #171717;
}

body.theme-artelia .prize-highlight,
body.theme-artelia .intro-box,
body.theme-artelia .question-card,
body.theme-artelia .form-section,
body.theme-artelia .consent-box {
    background: var(--card);
}

body.theme-artelia .intro-box {
    border-left-width: 1px;
}

body.theme-artelia .section-step {
    background: #0f7c78;
    box-shadow: 0 10px 24px rgba(15, 124, 120, 0.18);
}

body.theme-artelia button,
body.theme-artelia .btn {
    background: #111111;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14);
}

body.theme-artelia button:hover,
body.theme-artelia .btn:hover {
    background: #0f7c78;
}

body.theme-artelia .btn-secondary {
    background: transparent;
    color: #111111;
    border: 1px solid rgba(17, 17, 17, 0.12);
}

body.theme-artelia .btn-secondary:hover {
    background: #f1f5f4;
    color: #0f7c78;
}

body.theme-artelia .hero-badge {
    color: #0f7c78;
    background: rgba(15, 124, 120, 0.08);
}

body.theme-artelia .prize-badge {
    background: #0f7c78;
}

body.theme-artelia .prize-highlight {
    background: linear-gradient(135deg, #fffdfa 0%, #f8f5f0 100%);
}

body.theme-artelia .intro-box,
body.theme-artelia .participation-note {
    background: #faf8f4;
}

body.theme-artelia .choice-card,
body.theme-artelia .choice-line,
body.theme-artelia .rating-row,
body.theme-artelia input[type="email"],
body.theme-artelia input[type="text"],
body.theme-artelia select,
body.theme-artelia textarea {
    background: #fffefd;
}

body.theme-artelia .choice-card:hover,
body.theme-artelia .choice-line:hover {
    background: #f4faf9;
}

body.theme-artelia .field-label,
body.theme-artelia .rating-title,
body.theme-artelia .section-head h3,
body.theme-artelia .hero h1,
body.theme-artelia .prize-highlight h2 {
    letter-spacing: -0.02em;
}

body.theme-artelia .hero p,
body.theme-artelia .prize-highlight p,
body.theme-artelia .intro-box p {
    color: #4b4742;
}

body.theme-livingzone .shop-logo {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(34, 27, 22, 0.10);
}

body.theme-livingzone .hero {
    position: relative;
    overflow: hidden;
}

body.theme-livingzone .hero::after {
    content: "";
    position: absolute;
    inset: auto -10% 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(101, 132, 110, 0.08));
    pointer-events: none;
}

body.theme-livingzone .hero h1 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.12;
}

body.theme-livingzone .hero h1,
body.theme-livingzone .prize-highlight h2,
body.theme-livingzone .section-head h3 {
    font-family: var(--font-heading, "Raleway", "Helvetica Neue", Arial, sans-serif);
}

body.theme-livingzone .feature-box {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.10);
    min-width: 220px;
    padding: 15px 22px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

body.theme-livingzone .prize-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #f7f2eb 100%);
    position: relative;
    z-index: 2;
}

body.theme-livingzone .prize-highlight h2 {
    line-height: 1.18;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
}

body.theme-livingzone .question-card,
body.theme-livingzone .form-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f4 100%);
}

body.theme-livingzone .choice-card,
body.theme-livingzone .choice-line,
body.theme-livingzone .rating-row,
body.theme-livingzone input[type="email"],
body.theme-livingzone input[type="text"],
body.theme-livingzone select,
body.theme-livingzone textarea {
    background: #fffefd;
}

body.theme-livingzone .hero-badge {
    background: rgba(255, 255, 255, 0.14);
    font-size: 13px;
    letter-spacing: 0.02em;
}

body.theme-livingzone .prize-badge {
    background: #7f9d89;
    font-size: 13px;
    letter-spacing: 0.02em;
}

body.theme-livingzone button,
body.theme-livingzone .btn {
    background: #7f9d89;
    box-shadow: 0 12px 28px rgba(101, 132, 110, 0.16);
}

body.theme-livingzone button:hover,
body.theme-livingzone .btn:hover {
    background: #6f8b78;
}

body.theme-livingzone .btn-secondary {
    background: transparent;
    color: #587262;
    border: 1px solid rgba(127, 157, 137, 0.25);
}

body.theme-livingzone .btn-secondary:hover {
    background: #edf5ef;
}

body.theme-livingzone .intro-box,
body.theme-livingzone .participation-note {
    background: #fbf8f4;
}

body.theme-livingzone .section-step {
    background: #7f9d89;
    box-shadow: 0 10px 24px rgba(101, 132, 110, 0.14);
    margin-top: 2px;
}

body.theme-livingzone .section-head {
    gap: 22px;
    align-items: flex-start;
}

body.theme-livingzone .section-head h3 {
    line-height: 1.18;
}

body.theme-livingzone .rating-title {
    line-height: 1.25;
}

body.theme-livingzone .prize-highlight strong,
body.theme-livingzone .score-badge,
body.theme-livingzone .winner-item strong,
body.theme-livingzone .stat-card strong {
    letter-spacing: 0;
}

body.theme-livingzone .choice-card:hover,
body.theme-livingzone .choice-line:hover {
    background: #faf6f1;
}

body.theme-livingzone .field-label,
body.theme-livingzone .rating-title,
body.theme-livingzone .section-head h3,
body.theme-livingzone .prize-highlight h2 {
    letter-spacing: 0;
    font-weight: 500;
}

body.theme-livingzone .choice-card span,
body.theme-livingzone .choice-line span {
    display: inline-flex;
    align-items: center;
    line-height: 1.25;
}

body.theme-livingzone .choice-card,
body.theme-livingzone .choice-line {
    align-items: center;
}

body.theme-livingzone input[type="radio"],
body.theme-livingzone input[type="checkbox"] {
    margin-top: 0;
}

body.theme-livingzone .prize-highlight p,
body.theme-livingzone .intro-box p,
body.theme-livingzone .section-head p,
body.theme-livingzone .thankyou-copy {
    color: #6b7c72;
}

body.theme-livingzone .prize-highlight strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

body.theme-livingzone .prize-highlight span,
body.theme-livingzone .winner-item span,
body.theme-livingzone .wheel-note,
body.theme-livingzone .sub-note,
body.theme-livingzone .submit-box p {
    font-size: 14px;
    letter-spacing: 0;
}

@media (max-width: 1080px) {
    .stats-grid,
    .winner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .analytics-grid,
    .wheel-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 58px 0 104px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }

    .shop-logo {
        max-width: 180px;
    }

    .form-card,
    .login-card {
        padding: 20px;
        border-radius: 20px;
    }

    .form-section {
        padding: 20px;
    }

    .main-wrap::before {
        top: 72px;
    }

    .section-head {
        flex-direction: column;
    }

    .option-grid,
    .stats-grid,
    .winner-grid,
    .analytics-grid,
    .rating-row {
        grid-template-columns: 1fr;
    }

    .feedback-entry-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-features,
    .actions-bar,
    .backend-tabs,
    .shop-switcher,
    .wheel-actions,
    .thankyou-actions {
        flex-direction: column;
    }

    button,
    .btn,
    .action-btn,
    .shop-switcher-link,
    .backend-tab-btn {
        width: 100%;
        text-align: center;
    }
}
