.settings-module__eSbG6G__settingsLayout{background:var(--border);grid-template-columns:248px 1fr;gap:2px;height:calc(100vh - 100px);margin:-24px;display:grid;overflow:hidden}.settings-module__eSbG6G__settingsLayoutCollapsed{grid-template-columns:76px 1fr}@media (max-width:900px){.settings-module__eSbG6G__settingsLayout{background:var(--background);grid-template-columns:1fr;gap:0;height:auto;margin:-16px}.settings-module__eSbG6G__settingsLayoutCollapsed{grid-template-columns:1fr}}.settings-module__eSbG6G__settingsSidebar{background:var(--background-deep);border-right:1px solid var(--border);flex-direction:column;padding:20px 0;transition:width .22s,padding .22s;display:flex;overflow-y:auto}.settings-module__eSbG6G__settingsSidebarCollapsed{width:76px}.settings-module__eSbG6G__sidebarHeader{border-bottom:1px solid var(--border-light);margin-bottom:10px;padding:0 18px 14px}.settings-module__eSbG6G__sidebarHeaderRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.settings-module__eSbG6G__sidebarHeaderRowCollapsed{justify-content:center}.settings-module__eSbG6G__sidebarTitle{letter-spacing:-.03em;font-size:16px;font-weight:800}.settings-module__eSbG6G__sidebarToggle{border:1px solid var(--border);background:var(--panel-bg);width:32px;height:32px;color:var(--muted-strong);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.settings-module__eSbG6G__sidebarToggle:hover{background:var(--sidebar-active);color:var(--foreground)}.settings-module__eSbG6G__sidebarSubtitle{color:var(--muted);margin-top:4px;font-size:11px}.settings-module__eSbG6G__sidebarNav{flex-direction:column;gap:14px;padding:0 8px;display:flex}.settings-module__eSbG6G__sidebarNavStatic{transition:none}.settings-module__eSbG6G__navGroupLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:0 10px 6px;font-size:10px;font-weight:800}.settings-module__eSbG6G__navItem{border-radius:var(--radius-md);color:var(--muted-strong);align-items:center;gap:10px;padding:9px 10px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__sidebarHeader{padding-inline:10px}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__sidebarNav{gap:12px;padding-inline:6px}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navGroupLabel{display:none}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navItem{justify-content:center;padding:10px 8px}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navLabel,.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navArrow{display:none}.settings-module__eSbG6G__navItem:hover{background:var(--sidebar-active);color:var(--foreground)}.settings-module__eSbG6G__navItemActive{background:var(--sidebar-active-solid);color:var(--sidebar-active-text);box-shadow:0 10px 24px #2563eb2e}.settings-module__eSbG6G__navIcon{opacity:.7}.settings-module__eSbG6G__navItemActive .settings-module__eSbG6G__navIcon{opacity:1}.settings-module__eSbG6G__navArrow{opacity:0;margin-left:auto;transition:all .2s;transform:translate(-4px)}.settings-module__eSbG6G__navItemActive .settings-module__eSbG6G__navArrow{color:var(--sidebar-active-text);opacity:.72;transform:translate(0)}.settings-module__eSbG6G__settingsContent{background:var(--background);padding:34px;overflow-y:auto}@media (max-width:900px){.settings-module__eSbG6G__settingsContent{padding:24px 16px;overflow-y:visible}.settings-module__eSbG6G__settingsSidebar{border-right:none;border-bottom:1px solid var(--border);width:auto;padding:16px 0}.settings-module__eSbG6G__sidebarHeader{padding:0 16px 12px}.settings-module__eSbG6G__settingsSidebarCollapsed{width:auto}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__sidebarTitle,.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navGroupLabel,.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navLabel,.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navArrow{display:initial}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__navItem{justify-content:flex-start;padding:9px 10px}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__sidebarHeader{padding:0 16px 12px}.settings-module__eSbG6G__settingsSidebarCollapsed .settings-module__eSbG6G__sidebarNav{padding:0 8px}}.settings-module__eSbG6G__page{flex-direction:column;gap:32px;width:100%;margin:0 auto;display:flex}.settings-module__eSbG6G__pageWide{max-width:1200px}.settings-module__eSbG6G__pageNormal{max-width:900px}.settings-module__eSbG6G__section{flex-direction:column;gap:20px;display:flex}.settings-module__eSbG6G__sectionHeader{flex-direction:column;gap:4px;display:flex}.settings-module__eSbG6G__sectionTitle{font-size:16px;font-weight:800}.settings-module__eSbG6G__sectionDescription{color:var(--muted);font-size:13px}.settings-module__eSbG6G__settingsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}@media (max-width:600px){.settings-module__eSbG6G__settingsGrid{grid-template-columns:1fr;gap:12px}}.settings-module__eSbG6G__settingsCard{background:var(--panel-bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:24px;display:flex}.settings-module__eSbG6G__settingsCardSelectable{appearance:none;text-align:left;color:inherit;cursor:pointer;width:100%;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.settings-module__eSbG6G__settingsCardSelectable:hover{border-color:var(--interactive-border-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.settings-module__eSbG6G__cardActive{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary-soft), var(--shadow-sm)}.settings-module__eSbG6G__themeCardHeader{justify-content:space-between;align-items:flex-start;display:flex}.settings-module__eSbG6G__themeSwatches{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.settings-module__eSbG6G__themeSwatch{border:1px solid var(--border-light);border-radius:12px;height:42px;box-shadow:inset 0 0 0 1px #ffffff2e}.settings-module__eSbG6G__themeBenefitList{flex-direction:column;gap:10px;display:flex}.settings-module__eSbG6G__themeBenefitItem{color:var(--muted-strong);align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;display:flex}.settings-module__eSbG6G__themeBenefitItem svg{color:var(--primary);flex-shrink:0;margin-top:2px}.settings-module__eSbG6G__themeAssurance{background:var(--primary-ghost);border:1px solid var(--primary-soft);gap:16px;padding:24px;display:flex}@media (max-width:600px){.settings-module__eSbG6G__themeAssurance{flex-direction:column}}.settings-module__eSbG6G__designerLayout{grid-template-columns:1fr 340px;align-items:flex-start;gap:32px;display:grid}@media (max-width:1100px){.settings-module__eSbG6G__designerLayout{grid-template-columns:1fr}.settings-module__eSbG6G__receiptPreview{margin-top:32px;position:static}}.settings-module__eSbG6G__receiptPreview{color:#111;font-family:var(--font-mono);background:#fff;border-radius:2px;width:100%;padding:40px 32px;position:sticky;top:0;box-shadow:0 10px 40px #00000026}
