@font-face{font-family:Meraki;src:url(/fonts/Meraki-Regular.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:RalewayRegular;src:url(/fonts/Raleway/Raleway-Regular.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:RalewayMedium;src:url(/fonts/Raleway/Raleway-Medium.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:500}@font-face{font-family:RalewaySemiBold;src:url(/fonts/Raleway/Raleway-SemiBold.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:600}@font-face{font-family:RalewayBold;src:url(/fonts/Raleway/Raleway-Bold.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:700}@font-face{font-family:RalewayExtraBold;src:url(/fonts/Raleway/Raleway-ExtraBold.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:800}:root{--background-root:#e5e5e5;--background:#fcf7f2;--background-medium-dark:#f3ebe3;--background-dark:#ede4db;--primary:#36684d;--text:#444444;--muted:#6f6b64;--border:#ded8cf;--white:#ffffff}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:var(--background-root);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.adminShell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;padding:16px}.sidebar{display:flex;flex-direction:column;gap:28px;border-right:1px solid var(--background-dark);border-radius:24px 0 0 24px;padding:24px;background:var(--background)}.brand{color:var(--primary);font-size:24px;font-weight:800}.menu{display:flex;flex:1 1;flex-direction:column;gap:8px}.menuItem{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:14px;padding:12px 14px;color:var(--muted);font-size:15px;font-weight:650}.menuItemLabel{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menuItemActive{background:var(--background-medium-dark);color:var(--primary)}.menuWarningIcon{display:inline-flex;width:18px;height:18px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(179,114,38,.3);border-radius:999px;background:rgba(245,170,70,.18);color:#a4621f;font-size:12px;font-weight:900;line-height:1}.signOutButton{width:100%;border:1px solid var(--border);border-radius:14px;padding:12px 14px;color:var(--muted);font:inherit;font-size:14px;font-weight:650;text-align:left}.secondaryButton,.signOutButton{background:var(--white);cursor:pointer}.secondaryButton{min-height:42px;border:1px solid var(--border);border-radius:999px;padding:0 16px;color:var(--primary);font:inherit;font-size:14px;font-weight:800}.secondaryButton:disabled{cursor:default;opacity:.58}.authShell{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px}.authCard{width:min(100%,460px);border:1px solid var(--border);border-radius:24px;padding:28px;background:var(--background);box-shadow:0 18px 48px rgba(47,43,37,.08)}.googleButton{width:100%;min-height:50px;border:0;border-radius:999px;margin-top:10px;background:var(--primary);color:var(--white);cursor:pointer;font:inherit;font-size:15px;font-weight:800}.authError{margin:14px 0 0;color:#a85d58;font-size:14px}.mutedText{color:var(--muted)}.content{display:flex;flex-direction:column;gap:20px;border-radius:0 24px 24px 0;padding:28px;background:var(--background)}.eyebrow,.panelLabel{margin:0 0 8px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:10px;font-size:36px;line-height:1}h2{margin-bottom:0;font-size:22px}.authCard p{color:var(--muted);line-height:1.5}.panel{display:flex;flex-direction:column;gap:18px;border:1px solid var(--border);border-radius:18px;padding:20px;background:rgba(255,255,255,.54)}.catalogCardHeader,.panelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dummyTable{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--white)}.dummyRow{display:grid;grid-template-columns:1.5fr .9fr 1fr .55fr .55fr .7fr;grid-gap:12px;gap:12px;padding:14px 16px;border-top:1px solid var(--border);font-size:14px}.dummyRow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dummyRow:first-child{border-top:0}.dummyHeader{color:var(--primary);font-weight:800}.errorsPanel,.logsPanel,.monitoringPanel{min-height:calc(100vh - 88px)}.errorStatsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.errorStatCard{display:flex;min-width:0;flex-direction:column;gap:8px;border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--white)}.errorStatCard span{color:var(--muted);font-size:13px;font-weight:700}.errorStatCard strong{color:var(--text);font-size:24px;line-height:1.1}.errorsToolbar{display:flex;align-items:flex-end;justify-content:flex-end;gap:12px}.errorsFilter{width:min(220px,100%)}.monitoringCards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.monitoringCard{display:flex;min-width:0;flex-direction:column;gap:8px;border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--white)}.monitoringCard span{color:var(--muted);font-size:13px;font-weight:700}.monitoringCard strong{color:var(--text);font-size:24px;line-height:1.1}.monitoringToolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.monitoringMetricTabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.monitoringMetricTab{min-height:36px;border:1px solid var(--border);border-radius:999px;padding:0 14px;background:var(--white);color:var(--muted);cursor:pointer;font:inherit;font-size:13px;font-weight:800}.monitoringMetricTabActive{border-color:var(--primary);background:var(--background-medium-dark);color:var(--primary)}.monitoringChartShell{border:1px solid var(--border);border-radius:18px;padding:18px;background:var(--white)}.monitoringChartHeader,.monitoringChartScale{display:flex;justify-content:space-between;gap:16px;font-size:13px;font-weight:800}.monitoringChartScale{color:var(--muted);font-weight:700}.monitoringChart{width:100%;height:320px;margin:18px 0 12px;overflow:visible}.monitoringChartGridLine{stroke:rgba(68,68,68,.1);stroke-width:1}.emptyMonitoringState{border:1px dashed var(--border);border-radius:18px;padding:34px 18px;background:var(--white);color:var(--muted);font-weight:700;text-align:center}.monitoringInsight{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:16px;padding:14px 16px;background:var(--background-medium-dark);color:var(--muted);font-size:14px}.monitoringInsight strong{color:var(--primary);font-size:18px}.monitoringTable{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--white)}.monitoringRow{display:grid;grid-template-columns:1fr .55fr .8fr .7fr 1.1fr .9fr .9fr;grid-gap:12px;gap:12px;padding:14px 16px;border-top:1px solid var(--border);font-size:14px}.monitoringRow:first-child{border-top:0}.monitoringRow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monitoringRow small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.monitoringHeader{color:var(--primary);font-weight:800}.logsLayout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;align-items:stretch}.logsLayoutWithDetails{grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr)}.logDetails,.logsList{min-width:0;border:1px solid var(--border);border-radius:14px;background:var(--white)}.logsList{overflow-x:auto;overflow-y:hidden}.logDetails{overflow:hidden}.logsRow{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(150px,1fr) 120px 90px minmax(170px,1fr) 88px 90px;grid-gap:12px;gap:12px;width:100%;min-width:920px;border:0;border-top:1px solid var(--border);padding:14px 16px;background:transparent;color:var(--text);font:inherit;font-size:14px;text-align:left}.logsRow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logsRow:first-child{border-top:0}.logsRowHeader{color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase}.logsRowButton{cursor:pointer}.logStatus,.logTypePill,.logsRowButton:hover,.logsRowSelected{background:var(--background-medium-dark)}.logStatus,.logTypePill{display:inline-flex;min-height:28px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;color:var(--primary);font-size:12px;font-weight:800}.logsEmpty{padding:18px 16px;color:var(--muted);font-size:14px}.logDetails{display:flex;flex-direction:column;gap:16px;padding:16px}.logDetailsHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.logStatusSuccess{background:rgba(54,104,77,.12);color:var(--primary)}.logStatusError{background:rgba(168,93,88,.12);color:#a85d58}.logAudioBlock{display:flex;min-width:0;flex-direction:column;gap:12px}.logAudioPlayer{width:100%}.costSettingsGrid{display:grid;grid-template-columns:repeat(2,minmax(240px,320px));grid-gap:16px;gap:16px;align-items:start}.costSettingsCard{display:flex;flex-direction:column;gap:12px;border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--white)}.costSettingsFields{display:flex;flex-direction:column;gap:14px}.costSettingsFields .adminField input{max-width:180px}.fieldHint{color:var(--muted);font-size:12px;font-weight:500;line-height:1.35}.logCodeBlock{min-height:260px;max-height:calc(100vh - 360px);overflow:auto;margin:0;border:1px solid var(--border);border-radius:12px;padding:14px;background:var(--background);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.errorsLayout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;align-items:stretch}.errorsLayoutWithDetails{grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr)}.errorDetails,.errorsList{min-width:0;border:1px solid var(--border);border-radius:14px;background:var(--white)}.errorsList{overflow-x:auto;overflow-y:hidden}.errorsRow{display:grid;grid-template-columns:minmax(150px,.85fr) 104px 90px minmax(140px,.85fr) minmax(260px,1.35fr) minmax(160px,.85fr);grid-gap:12px;gap:12px;width:100%;min-width:980px;border:0;border-top:1px solid var(--border);padding:14px 16px;background:transparent;color:var(--text);font:inherit;font-size:14px;text-align:left}.errorsRow:first-child{border-top:0}.errorsRow span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.errorsRowHeader{color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase}.errorsRowButton{cursor:pointer}.errorsRowButton:hover,.errorsRowSelected{background:var(--background-medium-dark)}.errorsEmpty{padding:18px 16px;color:var(--muted);font-size:14px}.errorDetails{display:flex;flex-direction:column;gap:16px;padding:16px;overflow:hidden}.errorDetailsHeader,.errorStatusActions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.errorStatusActions{flex-wrap:wrap;justify-content:flex-start}.errorStatusPill{display:inline-flex;min-height:28px;align-items:center;justify-content:center;border-radius:999px;padding:0 10px;background:var(--background-medium-dark);color:var(--primary);font-size:12px;font-weight:800}.errorStatusNew{background:rgba(168,93,88,.12);color:#a85d58}.errorStatusSeen{background:rgba(194,129,64,.14);color:#9a5c1f}.errorStatusResolved{background:rgba(54,104,77,.12);color:var(--primary)}.errorStatusIgnored{background:var(--background-medium-dark);color:var(--muted)}.errorMessageBox{border:1px solid var(--border);border-radius:14px;padding:14px;background:var(--background)}.errorMessageBox span{display:block;margin-bottom:8px;color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.errorMessageBox p{margin:0;line-height:1.45}.errorMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.errorMetaGrid div{min-width:0;border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--background)}.errorMetaGrid span{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:800}.errorMetaGrid strong{display:block;min-width:0;overflow:hidden;color:var(--text);font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.errorCodeBlock{min-height:120px;max-height:280px}.errorJsonGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.errorJsonBlock{min-height:180px;max-height:320px}@media (max-width:1180px){.errorJsonGrid,.errorMetaGrid,.errorStatsGrid,.errorsLayoutWithDetails{grid-template-columns:minmax(0,1fr)}}.promptList{display:flex;flex-direction:column;gap:16px}.modelSettingsPanel{margin:16px 0}.modelSettingsGrid{display:grid;grid-template-columns:repeat(2,minmax(220px,320px));grid-gap:16px;gap:16px}.promptListTwoColumns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.promptEditor{display:flex;flex-direction:column;gap:12px;border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--white)}.promptEditorHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.promptEditorActions{display:flex;align-items:center;gap:10px}.promptTitle{margin-bottom:8px;color:var(--primary);font-weight:800}.promptMeta{margin:0}.promptDescription,.promptMeta{color:var(--muted);font-size:13px}.promptDescription{max-width:760px;margin-top:12px;border-radius:12px;padding:14px;background:var(--background-medium-dark);line-height:1.45}.promptDescription p{margin-bottom:10px}.promptDescription ul{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.promptDescription li{display:flex;gap:10px}.promptDescription code{flex:0 0 auto;color:var(--primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:800}.promptTextarea{width:100%;min-height:220px;resize:vertical;border:1px solid var(--border);border-radius:12px;padding:14px;background:var(--background);color:var(--text);font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5}.promptListTwoColumns .promptTextarea{flex:1 1;min-height:520px}.promptTextareaReadOnly{color:var(--muted);background:color-mix(in srgb,var(--background) 82%,var(--border));cursor:default}.quoteForm{display:flex;flex-direction:column;gap:12px}.quoteFormGrid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.2fr) 120px;grid-gap:12px;gap:12px}.adminField{display:flex;min-width:0;flex-direction:column;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.adminField input,.adminField select,.adminField textarea{width:100%;min-height:42px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:var(--background);color:var(--text);font:inherit;font-size:14px;font-weight:500}.adminField textarea{resize:vertical}.quoteTextarea{min-height:96px;line-height:1.45}.quoteTable{overflow-x:auto}.catalogRow.quoteRow{grid-template-columns:minmax(0,1.8fr) minmax(0,.8fr) minmax(0,.9fr) minmax(150px,.6fr) 56px}.quoteTableText{display:flex;min-width:0;flex-direction:column}.catalogRow.quoteRow>span,.quoteTableText span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quoteLanguagePills{display:flex;flex-wrap:wrap;gap:6px}.quoteLanguagePill{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(54,104,77,.2);border-radius:999px;padding:5px 8px;background:rgba(54,104,77,.08);color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.quoteActionButton{width:34px;height:34px;font-size:22px}.quoteActionCell{display:flex;min-width:0}.quoteActionCell,.quoteRow .quoteActionCell{justify-content:flex-end}.quoteLanguagePillMuted{border-color:var(--border);background:var(--background-medium-dark);color:var(--muted);opacity:.48}.adminModalOverlay{position:fixed;z-index:50;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(68,68,68,.36)}.adminModal{display:flex;width:min(720px,100%);max-height:min(760px,calc(100vh - 48px));flex-direction:column;gap:16px;overflow:auto;border:1px solid var(--border);border-radius:20px;padding:20px;background:var(--white);box-shadow:0 24px 80px rgba(53,43,36,.18)}.adminModalActions,.adminModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.adminModalHeader h3{margin:0;color:var(--text);font-size:24px}.adminModalActions{align-items:center;border-top:1px solid var(--border);padding-top:16px}.quoteTabs{margin-top:2px}.demoDataGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.demoDataJsonTextarea{min-height:220px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:1.5}.demoDataRichTextGrid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.demoDataTabWarning{width:18px;min-width:18px;height:18px;min-height:18px;border:1px solid rgba(179,114,38,.3);background:rgba(245,170,70,.18);color:#a4621f;font-size:11px;font-weight:900;line-height:1}.adminRichTextField{display:grid;grid-gap:8px;gap:8px}.adminRichTextField>span{font-size:13px;font-weight:800}.adminRichTextBox{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--background)}.adminRichTextToolbar{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--border);padding:8px;background:var(--background-medium-dark)}.adminRichTextToolbarButton{width:34px;height:34px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:14px;font-weight:800}.adminRichTextToolbarButton.active{border-color:var(--primary);background:var(--background-dark);color:var(--primary)}.adminRichTextEditorSurface{min-height:190px;padding:12px;outline:none;color:var(--text);font-size:14px;font-weight:500;line-height:1.55;white-space:pre-wrap}.adminRichTextEditorSurface p{margin:0}.adminRichTextEditorSurface p:empty:before{content:"\00a0"}.adminRichTextEditorSurface strong{font-weight:800}.adminRichTextEditorSurface ol,.adminRichTextEditorSurface ul{margin:0 0 0 20px;padding:0}.adminRichTextEditorSurface li{margin:4px 0}.adminRichTextEditorSurface p.is-editor-empty:first-child:before{height:0;float:left;color:var(--muted);content:attr(data-placeholder);pointer-events:none}.demoDataCheckbox{min-height:42px;justify-content:end}.demoDataCheckbox input{width:auto;min-height:0}.saveButton{border:0;border-radius:999px;background:var(--primary);color:var(--white)}.dangerButton,.saveButton,.secondaryButton{min-height:40px;padding:0 16px;cursor:pointer;font:inherit;font-size:14px;font-weight:800;white-space:nowrap}.dangerButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--muted)}.secondaryButtonLink{text-decoration:none}.dangerButton{border-color:rgba(168,93,88,.28);color:#a85d58}.dangerButton:disabled,.saveButton:disabled,.secondaryButton:disabled{cursor:default;opacity:.66}.successText{margin:0;color:var(--primary);font-size:14px;font-weight:800}.catalogCard,.catalogList{display:flex;flex-direction:column;gap:16px}.catalogCard{border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--white)}.catalogTabs{display:inline-flex;width:-moz-fit-content;width:fit-content;gap:6px;border-radius:999px;padding:4px;background:var(--background-medium-dark)}.catalogTab{gap:8px;border:0;padding:8px 14px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:14px;font-weight:800}.catalogTab,.catalogTab span{display:inline-flex;align-items:center;border-radius:999px}.catalogTab span{min-width:24px;min-height:24px;justify-content:center;background:rgba(255,255,255,.72);color:inherit;font-size:12px}.catalogTabActive{background:var(--white);color:var(--primary);box-shadow:0 8px 18px rgba(53,43,36,.08)}.catalogSubTabs{gap:4px;padding:3px;background:transparent}.catalogSubTab{border:1px solid transparent;padding:6px 10px;color:var(--muted);font-size:13px}.catalogSubTab span{min-width:20px;min-height:20px;background:var(--background-medium-dark);font-size:11px}.catalogSubTab.catalogTabActive{border-color:var(--border);background:var(--background-soft);box-shadow:none}.catalogSubTab.catalogTabActive span{background:var(--white)}.catalogInlineForm{display:grid;grid-template-columns:minmax(240px,1fr) 96px auto;grid-gap:12px;gap:12px;align-items:end}.practiceTermInlineForm{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(160px,.8fr) 110px;grid-gap:12px;gap:12px;align-items:end}.catalogTable{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--white)}.catalogRow{display:grid;grid-template-columns:minmax(220px,1fr) 96px 96px 240px;grid-gap:12px;gap:12px;align-items:center;border-top:1px solid var(--border);padding:12px 14px}.catalogRowPracticeGroups{grid-template-columns:110px minmax(170px,1.2fr) minmax(140px,1fr) 110px 74px 240px}.catalogRowPractices{grid-template-columns:minmax(170px,1.2fr) minmax(140px,.9fr) 110px 130px 130px minmax(140px,.75fr) 56px}.catalogRowLanguages{grid-template-columns:minmax(180px,1fr) 96px minmax(180px,1fr)}.catalogRowFeatures{grid-template-columns:minmax(180px,.8fr) minmax(260px,1.4fr) minmax(180px,.7fr)}.catalogRow.practiceTermRow{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(120px,.8fr) 68px 74px 88px minmax(140px,.8fr) minmax(110px,auto)}.catalogRow.practiceTermRow>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practiceTermModalMetaGrid,.practiceTermModalTranslationGrid{display:grid;grid-gap:12px;gap:12px}.practiceTermModalMetaGrid{grid-template-columns:minmax(0,1fr) 120px}.practiceTermModalTranslationGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogPracticeBlock{border-top:1px solid var(--border)}.catalogPracticeBlock:first-of-type,.catalogPracticeBlock>.catalogRow,.catalogRow:first-child{border-top:0}.catalogRowHeader{color:var(--primary);font-size:13px;font-weight:800;text-transform:uppercase}.catalogRowHeader span:nth-child(2),.catalogRowHeader span:nth-child(3){text-align:center}.catalogRowHeader span:last-child{text-align:right}.catalogRowClickable{cursor:pointer}.catalogRowClickable:hover{background:rgba(243,235,227,.58)}.catalogRowSpecialty{grid-template-columns:minmax(220px,1fr) 96px 96px 240px}.catalogInput{width:100%;min-height:40px;border:1px solid transparent;border-radius:12px;padding:0 10px;background:transparent;color:var(--text);font:inherit;font-size:14px}.catalogInput:focus{border-color:var(--border);outline:0;background:var(--background)}.catalogSelect{width:100%;min-height:40px;border:1px solid var(--border);border-radius:12px;padding:0 10px;background:var(--background);color:var(--text);font:inherit;font-size:14px}.catalogSelect:focus{border-color:var(--primary);outline:0}.catalogInputSmall{text-align:center}.catalogColorInput{width:48px;height:40px;border:1px solid var(--border);border-radius:12px;padding:4px;background:var(--background)}.catalogColorPreview{display:inline-flex;min-width:0;align-items:center;gap:8px;color:var(--text);font-size:13px}.catalogColorSwatch{width:18px;height:18px;flex:0 0 auto;border:1px solid var(--border);border-radius:999px}.catalogText{min-width:0;overflow:hidden;color:var(--text);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.catalogTextCentered{text-align:center}.countPill{display:inline-flex;min-width:36px;min-height:30px;align-items:center;justify-content:center;border-radius:999px;background:var(--background-medium-dark);color:var(--primary);font-size:13px;font-weight:800}.catalogActions{display:flex;justify-content:flex-end;gap:8px}.iconButton{width:40px;height:40px;border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--muted);cursor:pointer;font:inherit;font-size:18px;font-weight:900;line-height:1}.iconButtonConfirm{border-color:rgba(54,104,77,.26);background:var(--primary);color:var(--white)}.iconButton:disabled{cursor:default;opacity:.66}.catalogGrid{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) 88px 92px auto;grid-gap:12px;gap:12px;align-items:end}.catalogGridGroup{grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) 88px auto}.catalogGridPractice{grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) minmax(160px,1fr) auto}.practiceCreateModalGrid{grid-template-columns:minmax(0,1fr)}.practiceEditModal{width:min(920px,100%)}.practiceModalSessionTypes{margin-top:4px;background:transparent}.sessionTypesPanel{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--border);padding:16px;background:var(--background)}.sessionTypesPanel.practiceModalSessionTypes{border-top:0;padding:0;background:transparent}.sessionTypesHeader{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.sessionTypesHeader p{margin-bottom:0}.sessionTypesTable{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--white)}.sessionTypeItem{border-top:1px solid var(--border)}.sessionTypeItem:first-child{border-top:0}.sessionTypesLabel{margin:0}.sessionTypeSummary{display:grid;width:100%;grid-template-columns:minmax(180px,1fr) 96px 96px 32px;grid-gap:12px;gap:12px;align-items:center;border:0;padding:12px;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.sessionTypeChevron{color:var(--muted);font-size:18px;font-weight:900;text-align:center}.sessionTypeEditPanel{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--border);padding:12px;background:var(--background)}.sessionTypeEditGrid{display:grid;grid-template-columns:repeat(2,minmax(0,120px));grid-gap:12px;gap:12px}.switchField{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:14px;padding:12px 14px;background:var(--background)}.switchFieldText{display:flex;min-width:0;flex-direction:column;gap:4px}.switchFieldLabel{color:var(--text);font-size:14px;font-weight:800}.switchFieldHelp{color:var(--muted);font-size:12px;font-weight:650;line-height:1.35}.switchToggleGroup{display:inline-flex;flex-shrink:0;align-items:center;gap:10px}.switchControl{position:relative;width:50px;height:28px;border:1px solid var(--border);border-radius:999px;padding:0;background:var(--background-dark);cursor:pointer;transition:background .18s ease,border-color .18s ease}.switchControlActive{border-color:var(--primary);background:var(--primary)}.switchControl:disabled{cursor:not-allowed;opacity:.6}.switchThumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:var(--white);box-shadow:0 2px 6px rgba(53,43,36,.22);transition:transform .18s ease}.switchControlActive .switchThumb{transform:translateX(22px)}.switchValue{min-width:28px;color:var(--text);font-size:13px;font-weight:800;text-align:right}.formField{display:flex;min-width:0;flex-direction:column;gap:6px}.checkboxField,.formField span{color:var(--muted);font-size:13px;font-weight:750}.formField input{width:100%;min-height:42px;border:1px solid var(--border);border-radius:12px;padding:0 12px;background:var(--background);color:var(--text);font:inherit;font-size:14px}.formFieldSmall input{text-align:center}.formFieldColor input{width:52px;padding:4px}.practiceGroupIconCell{display:flex;min-width:0;align-items:center;gap:8px}.practiceGroupIconPreview{display:inline-flex;width:30px;height:30px;flex:0 0 auto;align-items:center;justify-content:center;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.practiceGroupIconPlaceholder{background:var(--background);font-size:13px;mask-image:none;-webkit-mask-image:none}.iconUploadButton,.practiceGroupIconPlaceholder{border:1px solid var(--border);border-radius:999px;font-weight:800}.iconUploadButton{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:0 10px;background:var(--white);color:var(--primary);cursor:pointer;font-size:12px;white-space:nowrap}.iconUploadButton input{display:none}.checkboxField{display:flex;min-height:42px;align-items:center;gap:8px}.checkboxField input{width:16px;height:16px;accent-color:var(--primary)}.specialtySection{gap:12px;border-top:1px solid var(--border);padding-top:16px}.specialtyList,.specialtySection{display:flex;flex-direction:column}.specialtyList{gap:10px}.specialtyRow{display:grid;grid-template-columns:minmax(160px,1.2fr) minmax(150px,1fr) 78px 88px auto;grid-gap:10px;gap:10px;align-items:end;border-radius:12px;padding:10px;background:var(--background)}.rowActions{display:flex;gap:8px}.themePagePanel{min-height:calc(100vh - 88px)}.themeStatus{display:flex;align-items:center;gap:10px}.themeStatusPill{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;padding:0 12px;background:var(--background-medium-dark);color:var(--muted);font-size:12px;font-weight:900}.themeStatusPill-loading,.themeStatusPill-saving{color:#a4621f}.themeStatusPill-saved{color:var(--primary)}.themeStatusPill-error{color:#a85d58}.themeSection{display:flex;min-width:0;flex-direction:column;gap:10px;scroll-margin-top:86px}.themeEditor{display:grid;min-width:0;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);grid-gap:20px;gap:20px;align-items:start}.themeCatalog{display:flex;min-width:0;flex-direction:column;gap:16px}.themeSectionNav{position:-webkit-sticky;position:sticky;top:16px;z-index:6;min-width:0;border:1px solid var(--border);border-radius:16px;padding:7px;background:color-mix(in srgb,var(--background) 92%,var(--white));box-shadow:0 10px 26px rgba(53,45,38,.08)}.themeSectionNavScroller{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-width:0;grid-gap:8px;gap:8px}.themeSectionNavPill{display:inline-flex;min-height:34px;min-width:0;width:100%;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;padding:0 13px;background:var(--white);color:var(--muted);cursor:pointer;font:inherit;font-size:12px;font-weight:400;line-height:1;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.themeSectionNavPill:focus-visible,.themeSectionNavPill:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));color:var(--primary);outline:none}.themeSectionNavPill:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.themeSectionNavPillActive,.themeSectionNavPillActive:focus-visible,.themeSectionNavPillActive:hover{border-color:var(--primary);background:var(--primary);color:var(--white)}.themeInspector{position:-webkit-sticky;position:sticky;top:16px;height:calc(100dvh - 32px);overflow-y:auto;border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--white)}.themeInspectorInner{gap:18px}.themeInspectorHeader,.themeInspectorInner{display:flex;min-width:0;flex-direction:column}.themeInspectorHeader{gap:4px}.themeInspectorHeader span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.themeInspectorHeader h3{margin:0;color:var(--primary);font-size:18px;line-height:1.2}.themeSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.themeSectionTitle{margin:0 0 10px;color:#000000;font-size:17px;font-weight:400;line-height:1.25}.themeAttributeGrid{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center}.themeAttributeGridTextSizes{gap:12px 24px}.themeAttributeGridTextSizes .themeAttribute{grid-template-columns:auto max-content}.themeComponentGroups{display:flex;flex-direction:column;gap:14px}.themeElementCard{display:flex;width:100%;min-width:0;flex-direction:column;gap:12px;border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--theme-item-background,var(--white));color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.themeElementCard:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 10px 24px rgba(53,45,38,.08)}.themeElementCard:focus-visible{border-color:var(--primary);outline:3px solid color-mix(in srgb,var(--primary) 20%,transparent);outline-offset:2px}.themeElementCardSelected{border-color:color-mix(in srgb,var(--primary) 68%,var(--border));box-shadow:0 12px 28px rgba(54,104,77,.14)}.themeElementCardTitle{margin:0;color:var(--primary);font-size:13px;font-weight:700;line-height:1.2}.themeComponentPreview{display:flex;width:100%;min-width:0;min-height:92px;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--border) 68%,transparent);border-radius:10px;padding:14px;background:var(--theme-item-background,var(--background));text-align:center}.themeTextPreview{margin:0;max-width:360px;white-space:pre-line}.themeTextPreviewLink{display:inline-flex}.themeStepDotsPreview{gap:14px}.themeStepBarsPreview,.themeStepDotsPreview{display:flex;align-items:center;justify-content:center}.themeTimelinePreview{display:flex;width:min(100%,360px);align-items:flex-start;justify-content:center}.themeTimelinePreviewItem{display:flex;min-width:0;flex:1 1;flex-direction:column;align-items:center}.themeTimelinePreviewNodeRow{display:flex;width:100%;align-items:center}.themeTimelinePreviewLine{display:block;flex:1 1}.themeTimelinePreviewBubble{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;font-size:12px;line-height:1}.themeTimelinePreviewLabel{width:100%;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.themeButtonPreview{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-style:solid;border-radius:999px}.themeButtonPreviewStack{gap:14px}.themeButtonPreviewRow,.themeButtonPreviewStack{display:flex;min-width:0;flex-direction:column;align-items:center}.themeButtonPreviewRow{gap:6px}.themeButtonPreviewLabel{color:var(--muted);font-size:11px;line-height:1}.themeButtonPreviewIcon,.themeTooltipPreviewWrap{display:inline-flex;align-items:center}.themeTooltipPreviewWrap{min-height:92px;gap:12px}.themeTooltipPreview{text-align:left}.themePillPreview,.themeTooltipPreview{box-sizing:border-box;border-style:solid}.themePillPreview{display:inline-flex;align-items:center;justify-content:center;text-align:center}.themeSearchInputPreviewFrame{min-height:124px;border:0;padding:28px 0}.themeSearchInputPreview{display:flex;box-sizing:border-box;width:85%;max-width:560px;min-width:0;align-items:center;border-style:solid}.themeSearchInputPreviewIcon{display:block;flex:0 0 auto}.themeSearchInputPreviewText{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.themeChoiceDropdownPreviewFrame{min-height:220px;padding:24px 0}.themeChoiceDropdownPreview{box-sizing:border-box;width:85%;max-width:560px;overflow:hidden;border-style:solid}.themeChoiceDropdownPreviewOption{display:flex;align-items:center}.themeChoiceDropdownPreviewIcon{display:block;flex:0 0 auto;border-radius:999px}.themeChoiceDropdownPreviewText{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.themeAgendaPreviewFrame{min-height:260px;padding:18px}.themeAgendaPreview{position:relative;box-sizing:border-box;width:min(100%,560px);overflow:hidden;border-style:solid;border-radius:10px;text-align:left}.themeAgendaPreviewHeader{display:flex;min-width:0;border-bottom-style:solid}.themeAgendaPreviewHeaderSpacer{flex:0 0 auto;border-right-style:solid}.themeAgendaPreviewDay{display:flex;min-width:0;flex:1 1;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-right-style:solid;padding:8px 6px}.themeAgendaPreviewDayNumber{display:inline-flex;min-width:24px;min-height:24px;align-items:center;justify-content:center;border-radius:999px;padding:0 6px}.themeAgendaPreviewBody{display:flex;min-width:0}.themeAgendaPreviewHours{display:grid;flex:0 0 auto;grid-template-rows:repeat(3,54px);border-right-style:solid}.themeAgendaPreviewHours span{display:flex;align-items:flex-start;justify-content:flex-end;padding:6px 8px 0 0}.themeAgendaPreviewGrid{position:relative;display:grid;min-width:0;flex:1 1 auto;grid-template-columns:repeat(3,minmax(0,1fr))}.themeAgendaPreviewGridColumn{position:relative;display:grid;min-width:0;grid-template-rows:repeat(3,54px);border-right-style:solid}.themeAgendaPreviewCell{border-bottom-style:solid}.themeAgendaPreviewEvent{position:absolute;right:8px;left:8px;display:flex;box-sizing:border-box;min-width:0;align-items:center;border-style:solid;overflow:hidden}.themeAgendaPreviewEvent span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themeAgendaPreviewEventMorning{top:18px}.themeAgendaPreviewEventAfternoon{top:78px}.themeAgendaPreviewNow{position:absolute;right:0;left:0;top:88px;height:2px}.themeDesktopSidebarPreviewFrame{min-height:360px;align-items:stretch;justify-content:flex-start;overflow:hidden;padding:0}.themeDesktopSidebarPreview{box-sizing:border-box;min-height:360px;max-width:100%;overflow:hidden;border-right-style:solid;text-align:left}.themeDesktopSidebarPreviewHeader{display:flex;box-sizing:border-box;align-items:center;justify-content:space-between}.themeDesktopSidebarPreviewLogo{font-family:Meraki,RalewayRegular,sans-serif;letter-spacing:0}.themeDesktopSidebarPreviewNav{display:flex;flex-direction:column;align-items:stretch}.themeDesktopSidebarPreviewItem{display:flex;box-sizing:border-box;width:100%;min-width:0;align-items:center}.themeDesktopSidebarPreviewIcon{display:block;flex:0 0 auto;border-radius:6px;background:currentColor}.themeDesktopSidebarPreviewText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themeFormLabelPreview{display:inline-flex;min-width:0;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.themeFormLabelPreviewHint,.themeFormLabelPreviewText{min-width:0}.themeTextInputPreviewStack{display:flex;width:min(100%,360px);min-width:0;flex-direction:column;gap:10px}.themeTextInputPreview{display:flex;box-sizing:border-box;width:100%;min-width:0;align-items:center;border-style:solid;text-align:left}.themeTextInputPreviewText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themeTextInputPreviewWithSuffix{overflow:hidden}.themeTextInputPreviewSuffix{box-sizing:border-box;flex:0 0 auto}.themeCheckboxPreview{min-width:0}.themeCheckboxPreview,.themeCheckboxPreviewBox{display:inline-flex;box-sizing:border-box;align-items:center}.themeCheckboxPreviewBox{flex:0 0 auto;justify-content:center;border-style:solid}.themeCheckboxPreviewCheck{display:inline-flex;align-items:center;justify-content:center;font-weight:700}.themeCheckboxPreviewText{min-width:0;text-align:left}.themeSwitchPreview{display:inline-flex;position:relative;box-sizing:border-box;flex:0 0 auto}.themeSwitchPreviewThumb{position:absolute;box-sizing:border-box}.themeSelectedTagPreview{display:inline-flex;box-sizing:border-box;min-width:0;align-items:center;border-style:solid}.themeSelectedTagPreviewIcon{display:block;flex:0 0 auto}.themeSelectedTagPreviewText{min-width:0;white-space:nowrap}.themeSelectedTagPreviewClose{display:inline-flex;align-items:center;justify-content:center;line-height:1}.themeSelectedTagPreviewCloseIcon{display:block;width:1em;height:1em}.themeTagInfoPreview{display:inline-flex;box-sizing:border-box;min-width:0;align-items:center;justify-content:center;border-style:solid}.themeTagInfoPreviewText{white-space:nowrap}.themeModalPreviewFrame{min-height:180px;padding:0;overflow:hidden}.themeModalPreviewBackdrop{display:flex;box-sizing:border-box;width:100%;min-height:180px;align-items:center;justify-content:center;padding:18px}.themeModalPreviewSheet{display:flex;box-sizing:border-box;width:min(100%,360px);min-height:118px;flex-direction:column;border-style:solid;text-align:left}.themeModalPreviewHeader{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.themeModalPreviewTitle{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themeModalPreviewClose{display:inline-flex;width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid;border-radius:17px;line-height:1}.themeModalPreviewBody{display:block;width:64%;height:10px;border-radius:999px;background:color-mix(in srgb,var(--border) 58%,transparent)}.themeGlobalBackgroundPreview{display:flex;box-sizing:border-box;width:min(100%,360px);height:92px;align-items:stretch;justify-content:stretch;border:1px solid var(--border);border-radius:12px}.themeGlobalBackgroundPreviewApp{display:block;flex:1 1 auto;min-width:0;border:1px solid color-mix(in srgb,var(--border) 64%,transparent)}.themeFontsPreview,.themePalettePreview,.themeTextSizesPreview{display:flex;min-width:0;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.themePalettePreview{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:stretch;grid-gap:10px 14px;gap:10px 14px}.themePalettePreviewItem{display:grid;min-width:0;grid-template-columns:28px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px}.themePalettePreviewSwatch{width:28px;height:28px;border:1px solid color-mix(in srgb,var(--border) 76%,#000000);border-radius:8px}.themePalettePreviewLabel{color:var(--text);font-size:12px;line-height:1.2;text-align:left;white-space:nowrap}.themeEmptyPreview,.themeFontsPreview,.themeTextSizesPreview{color:var(--muted);font-size:12px}.themeAttributePanel{display:flex;min-width:0;flex-direction:column;gap:12px}.themeAttributeModeTabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;border:1px solid var(--border);border-radius:999px;padding:3px;background:var(--background)}.themeAttributeModeTab{border:0;border-radius:999px;padding:7px 12px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:12px;line-height:1}.themeAttributeModeTabActive{background:var(--white);color:var(--primary);box-shadow:0 4px 10px rgba(53,45,38,.08)}.themeAttributeModeHint{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.themeInspector .themeAttributeGrid{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:14px}.themeAttributeSubgroup{display:flex;min-width:0;flex-direction:column;gap:10px}.themeAttributeSubgroupTitle{color:var(--primary);font-size:12px;font-weight:700;line-height:1.2}.themeAttributeSubgroupTitleVariant{display:flex;width:100%;box-sizing:border-box;align-items:center;border-radius:8px;padding:7px 10px;background:color-mix(in srgb,var(--primary) 9%,var(--background));color:var(--text);font-weight:600}.themeInspector .themeAttribute{grid-template-columns:1fr;gap:6px;align-items:stretch}.themeInspector .themeAttributeControls{width:100%;grid-template-columns:34px minmax(0,1fr) auto}.themeInspector .themeAttributeControlsNoColor{grid-template-columns:minmax(0,1fr) auto}.themeInspector .themePaletteSelect,.themeInspector .themeValueInput,.themeInspector .themeValueInput-color,.themeInspector .themeValueInput-number,.themeInspector .themeValueInput-select{width:100%}.themeAttribute{display:grid;grid-template-columns:max-content max-content;grid-gap:8px;gap:8px;align-items:center;min-width:0}.themeAttributeOverridden .themeColorInput,.themeAttributeOverridden .themeValueInput{border-color:color-mix(in srgb,var(--primary) 42%,var(--border))}.themeAttributeMeta{display:flex;min-width:0;flex-direction:column;gap:3px}.themeAttributeMeta strong{min-width:0;overflow:hidden;color:var(--text);font-size:12px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.themeAttributeControls{display:grid;width:-moz-fit-content;width:fit-content;grid-template-columns:34px max-content auto;grid-gap:8px;gap:8px;align-items:center}.themeAttributeControlsNoColor{grid-template-columns:max-content auto}.themeColorInput{width:34px;height:34px;border:1px solid var(--border);border-radius:10px;padding:2px;background:var(--white);cursor:pointer}.themeValueInput{width:auto;min-width:0;min-height:32px;border:1px solid var(--border);border-radius:9px;padding:6px 9px;background:var(--white);color:var(--text);font:inherit;font-size:12px;font-weight:400}.themeValueInput-color{width:108px}.themeValueInput-number{width:68px}.themeValueInput-select{width:auto;min-width:104px}.themePaletteSelect{position:relative;width:138px}.themePaletteSelectButton{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.themePaletteSelectOption,.themePaletteSelectValue{display:flex;min-width:0;align-items:center;gap:7px}.themePaletteSwatch{width:14px;height:14px;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--border) 76%,#000000);border-radius:4px}.themePaletteSelectLabel{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themePaletteSelectChevron{flex:0 0 auto;color:var(--muted);font-size:10px;line-height:1}.themePaletteSelectMenu{position:absolute;z-index:50;top:calc(100% + 4px);left:0;width:100%;border:1px solid var(--border);border-radius:10px;padding:4px;background:var(--white);box-shadow:0 12px 28px rgba(53,45,38,.14)}.themePaletteSelectOption{width:100%;border:0;border-radius:7px;padding:7px;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:12px;text-align:left}.themePaletteSelectOption:hover,.themePaletteSelectOptionSelected{background:color-mix(in srgb,var(--primary) 9%,transparent)}.themeStaticValue{color:var(--muted);font-size:12px;font-weight:400}.themeResetButton{min-height:32px;padding:0 9px;font-size:11px;font-weight:400}@media (max-width:760px){.adminShell{grid-template-columns:1fr}.content,.sidebar{border-radius:24px}.dummyRow,.logsLayout,.logsLayoutWithDetails,.themeEditor{grid-template-columns:1fr}.themeInspector{position:static;height:auto;max-height:none}.themeAttribute,.themeAttributeGrid{grid-template-columns:1fr}.themeComponentPreview{min-width:0;padding:14px}.logsRow,.themeAttributeGridTextSizes .themeAttribute{grid-template-columns:1fr}.logsRow{min-width:0}.monitoringCards{grid-template-columns:1fr}.monitoringChartHeader,.monitoringChartScale,.monitoringInsight,.monitoringToolbar{align-items:flex-start;display:flex;flex-direction:column}.monitoringMetricTabs{justify-content:flex-start}.costSettingsGrid,.modelSettingsGrid,.monitoringRow{grid-template-columns:1fr}.costSettingsFields .adminField input{max-width:none}.logCodeBlock{max-height:none}.promptEditorHeader{flex-direction:column}.promptEditorActions{width:100%;flex-wrap:wrap}.promptListTwoColumns{grid-template-columns:1fr}.promptListTwoColumns .promptTextarea{min-height:320px}.catalogCardHeader,.panelHeader{flex-direction:column}.catalogGrid,.catalogInlineForm,.catalogRow,.practiceTermInlineForm,.practiceTermModalMetaGrid,.practiceTermModalTranslationGrid,.quoteFormGrid,.specialtyRow{grid-template-columns:1fr}.catalogActions{justify-content:flex-start}.rowActions{flex-direction:column}}