.AppShell-module__oEVkOq__shell{--app-shell-header-height:68px;background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.AppShell-module__oEVkOq__topNav{width:100%;min-height:var(--app-shell-header-height);border-bottom:1px solid var(--line);z-index:20;background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:10px clamp(18px,3vw,48px);display:grid;position:sticky;top:0}.AppShell-module__oEVkOq__brandMenu{align-items:center;gap:12px;display:flex}.AppShell-module__oEVkOq__orgLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:12px;width:36px;height:36px}.AppShell-module__oEVkOq__orgLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.AppShell-module__oEVkOq__menu{position:relative}.AppShell-module__oEVkOq__brandSummary{cursor:pointer;border:1px solid var(--line);background:var(--bg-accent);border-radius:10px;align-items:center;gap:10px;padding:6px 12px;list-style:none;display:inline-flex}.AppShell-module__oEVkOq__brandSummary::-webkit-details-marker{display:none}.AppShell-module__oEVkOq__brandSummary::marker{display:none}.AppShell-module__oEVkOq__brandLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:9px}.AppShell-module__oEVkOq__brandName{color:var(--ink);font-size:13px;font-weight:600}.AppShell-module__oEVkOq__brandMeta{flex-direction:column;gap:2px;display:flex}.AppShell-module__oEVkOq__brandLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:8px;width:28px;height:28px}.AppShell-module__oEVkOq__brandLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:flex}.AppShell-module__oEVkOq__menuPanel{border:1px solid var(--line);min-width:220px;box-shadow:var(--shadow);z-index:20;background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);left:0}.AppShell-module__oEVkOq__menuTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.AppShell-module__oEVkOq__menuList{flex-direction:column;gap:8px;display:flex}.AppShell-module__oEVkOq__menuItem{color:var(--ink);background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}.AppShell-module__oEVkOq__menuItem:hover{background:var(--bg-accent);border-color:var(--line-strong)}.AppShell-module__oEVkOq__menuName{align-items:center;gap:8px;display:inline-flex}.AppShell-module__oEVkOq__menuLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:6px;width:20px;height:20px}.AppShell-module__oEVkOq__menuLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;display:inline-flex}.AppShell-module__oEVkOq__menuMeta{color:var(--muted);font-size:11px}.AppShell-module__oEVkOq__menuEmpty{color:var(--muted);font-size:12px}.AppShell-module__oEVkOq__navLinks{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;display:flex}.AppShell-module__oEVkOq__navLink{color:var(--ink);border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.AppShell-module__oEVkOq__navLink:hover{border-color:var(--line-strong);background:var(--bg-accent)}.AppShell-module__oEVkOq__navLinkActive{background:var(--brand-soft);color:var(--brand-strong);border-color:#0000}.AppShell-module__oEVkOq__navIcon{width:16px;height:16px}.AppShell-module__oEVkOq__body{min-height:calc(100vh - var(--app-shell-header-height));flex-direction:column;flex:1;padding:18px 0 0;display:flex}.AppShell-module__oEVkOq__body>*{flex:1}@media (max-width:900px){.AppShell-module__oEVkOq__topNav{grid-template-columns:1fr;justify-items:start}.AppShell-module__oEVkOq__navLinks{justify-content:flex-start}}
.Button-module__TwTLpW__button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.Button-module__TwTLpW__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.Button-module__TwTLpW__button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.Button-module__TwTLpW__primary{background:var(--brand);color:#fff;box-shadow:0 12px 24px #2563eb33}.Button-module__TwTLpW__primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #2563eb40}.Button-module__TwTLpW__secondary{border-color:var(--line-strong);color:var(--ink);background:0 0}.Button-module__TwTLpW__secondary:hover:not(:disabled){background:var(--bg-accent)}.Button-module__TwTLpW__ghost{background:var(--brand-soft);color:var(--brand-strong);border-color:#0000}
.Input-module__4XOLFG__input{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.Input-module__4XOLFG__input:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #2563eb26}.Input-module__4XOLFG__input:disabled{background:var(--bg-accent);color:var(--muted)}
.Select-module__7Ome7q__select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:10px 12px;font-size:14px}.Select-module__7Ome7q__select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #2563eb26}.Select-module__7Ome7q__select:disabled{background:var(--bg-accent);color:var(--muted)}
.Textarea-module__kGVp3G__textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;min-height:120px;padding:10px 12px;font-size:14px}.Textarea-module__kGVp3G__textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #2563eb26}
.Badge-module__TuhUyW__badge{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.Badge-module__TuhUyW__neutral{color:var(--brand-strong);background:#2563eb1f}.Badge-module__TuhUyW__success{color:#047857;background:#10b98126}.Badge-module__TuhUyW__warning{color:#b45309;background:#f59e0b2e}
.Card-module__goYzYq__card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}
.FormField-module__dnoThq__field{color:var(--muted);flex-direction:column;gap:6px;font-size:13px;display:flex}.FormField-module__dnoThq__field>span{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.FormField-module__dnoThq__field small{color:var(--muted);font-size:12px}
.SectionHeader-module__imIM6W__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.SectionHeader-module__imIM6W__header h2{margin:0;font-size:clamp(20px,2vw,28px);font-weight:600}.SectionHeader-module__imIM6W__header p{color:var(--muted);margin:4px 0 0;font-size:14px}
.DeleteResourceCard-module__UNi-CW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.DeleteResourceCard-module__UNi-CW__header p{color:var(--muted);margin:6px 0 0;font-size:13px}.DeleteResourceCard-module__UNi-CW__danger{color:#b91c1c;border-color:#fecaca}.DeleteResourceCard-module__UNi-CW__danger:hover{background:#fee2e2;border-color:#fca5a5}.DeleteResourceCard-module__UNi-CW__error{color:#b91c1c;margin-top:12px;font-size:13px}
.AssetsSidebar-module__FDOw2W__sidebar{flex-direction:column;gap:20px;display:flex}.AssetsSidebar-module__FDOw2W__section{flex-direction:column;gap:10px;display:flex}.AssetsSidebar-module__FDOw2W__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.AssetsSidebar-module__FDOw2W__sectionList{flex-direction:column;gap:6px;display:flex}.AssetsSidebar-module__FDOw2W__link{text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 8px;font-size:13px}.AssetsSidebar-module__FDOw2W__link:hover{background:var(--bg-accent);border-color:var(--line-strong)}.AssetsSidebar-module__FDOw2W__muted{color:var(--muted);margin:0;font-size:12px}
.BrandWorkspaceForm-module__Ai_zyG__wrapper{flex-direction:column;gap:12px;display:flex}.BrandWorkspaceForm-module__Ai_zyG__logoField{align-items:center;gap:16px;display:flex}.BrandWorkspaceForm-module__Ai_zyG__logoPreview{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:64px;height:64px}.BrandWorkspaceForm-module__Ai_zyG__logoPlaceholder{color:#64748b;border:1px dashed #cbd5f5;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;font-size:12px;display:flex}.BrandWorkspaceForm-module__Ai_zyG__logoUpload{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:inline-flex}.BrandWorkspaceForm-module__Ai_zyG__logoUpload input{display:none}.BrandWorkspaceForm-module__Ai_zyG__colorField{align-items:center;gap:12px;display:flex}.BrandWorkspaceForm-module__Ai_zyG__colorInput{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:12px;width:44px;height:44px;padding:0}.BrandWorkspaceForm-module__Ai_zyG__error{color:#b91c1c;font-size:13px}
.ContentTypeForm-module__hvVRda__wrapper{flex-direction:column;gap:20px;display:flex}.ContentTypeForm-module__hvVRda__metaGrid{gap:16px;display:grid}.ContentTypeForm-module__hvVRda__layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:20px;display:grid}.ContentTypeForm-module__hvVRda__canvas{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:12px;min-height:420px;padding:16px;display:flex}.ContentTypeForm-module__hvVRda__canvasHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__canvasHeader h4{margin:0}.ContentTypeForm-module__hvVRda__canvasHeader p{color:var(--muted);margin:4px 0 0;font-size:12px}.ContentTypeForm-module__hvVRda__fieldList{flex-direction:column;gap:10px;display:flex}.ContentTypeForm-module__hvVRda__fieldRow{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:12px;grid-template-columns:auto 1fr;gap:12px;padding:12px;transition:border-color .2s,background .2s,transform .2s;display:grid}.ContentTypeForm-module__hvVRda__fieldRow:hover,.ContentTypeForm-module__hvVRda__active{border-color:var(--line-strong);background:var(--bg-accent)}.ContentTypeForm-module__hvVRda__dragging{opacity:.7}.ContentTypeForm-module__hvVRda__dragHandle{border:1px solid var(--line);cursor:grab;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.ContentTypeForm-module__hvVRda__dragHandle:hover{border-color:var(--line-strong);background:var(--bg-accent)}.ContentTypeForm-module__hvVRda__fieldInfo{flex-direction:column;gap:6px;display:flex}.ContentTypeForm-module__hvVRda__fieldHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.ContentTypeForm-module__hvVRda__fieldLabel{align-items:center;gap:8px;display:inline-flex}.ContentTypeForm-module__hvVRda__fieldIcon{width:16px;height:16px;color:var(--muted)}.ContentTypeForm-module__hvVRda__fieldHeader strong{font-size:13px}.ContentTypeForm-module__hvVRda__fieldId{color:var(--muted);margin-top:2px;font-size:11px;display:block}.ContentTypeForm-module__hvVRda__fieldType{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.ContentTypeForm-module__hvVRda__fieldMeta{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:11px;display:flex}.ContentTypeForm-module__hvVRda__fieldMeta span{border:1px solid var(--line);background:var(--bg-accent);border-radius:999px;padding:2px 8px}.ContentTypeForm-module__hvVRda__modalLarge{width:min(760px,94vw)}.ContentTypeForm-module__hvVRda__modalHeaderActions{align-items:center;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__modalFooterActions{align-items:center;gap:10px;display:flex}.ContentTypeForm-module__hvVRda__inlineButton{align-items:center;gap:6px;display:inline-flex}.ContentTypeForm-module__hvVRda__dangerButton{color:#b91c1c}.ContentTypeForm-module__hvVRda__inspector{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.ContentTypeForm-module__hvVRda__inspectorHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__inspectorHeader h4{margin:0 0 4px;font-size:14px}.ContentTypeForm-module__hvVRda__inspectorHeader p{color:var(--muted);margin:0;font-size:12px}.ContentTypeForm-module__hvVRda__typePill{text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line);background:var(--bg-accent);color:var(--ink);border-radius:999px;padding:4px 8px;font-size:11px}.ContentTypeForm-module__hvVRda__tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;padding-bottom:8px;display:flex}.ContentTypeForm-module__hvVRda__tabButton{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:6px 12px;font-size:12px}.ContentTypeForm-module__hvVRda__tabButton:hover{background:var(--bg-accent);color:var(--ink)}.ContentTypeForm-module__hvVRda__tabActive{background:var(--bg-accent);color:var(--ink);border-color:var(--line)}.ContentTypeForm-module__hvVRda__tabPanel{flex-direction:column;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__linkButton{color:var(--brand);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:12px}.ContentTypeForm-module__hvVRda__linkButton:hover{color:var(--brand-strong)}.ContentTypeForm-module__hvVRda__toggleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ContentTypeForm-module__hvVRda__checkbox{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.ContentTypeForm-module__hvVRda__validationGroup{flex-direction:column;gap:10px;display:flex}.ContentTypeForm-module__hvVRda__blockBuilder{border-top:1px solid var(--line);flex-direction:column;gap:12px;padding-top:12px;display:flex}.ContentTypeForm-module__hvVRda__blockHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__blockHeader h5{margin:0 0 4px;font-size:14px}.ContentTypeForm-module__hvVRda__blockHeader p{color:var(--muted);margin:0;font-size:12px}.ContentTypeForm-module__hvVRda__blockList{flex-direction:column;gap:8px;display:flex}.ContentTypeForm-module__hvVRda__blockItem{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:10px;padding:10px 12px}.ContentTypeForm-module__hvVRda__blockItem strong{font-size:13px;display:block}.ContentTypeForm-module__hvVRda__blockItem span{color:var(--muted);font-size:12px}.ContentTypeForm-module__hvVRda__blockItem:hover{border-color:var(--line-strong);background:var(--bg-accent)}.ContentTypeForm-module__hvVRda__blockEditor{border:1px solid var(--line);background:var(--bg-accent);border-radius:12px;flex-direction:column;gap:12px;padding:12px;display:flex}.ContentTypeForm-module__hvVRda__blockFieldsHeader{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.ContentTypeForm-module__hvVRda__blockFieldsList{flex-direction:column;gap:8px;display:flex}.ContentTypeForm-module__hvVRda__blockFieldRow{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:1.2fr 1fr auto auto;align-items:center;gap:8px;padding:8px;display:grid}.ContentTypeForm-module__hvVRda__blockActions{flex-wrap:wrap;gap:8px;display:flex}.ContentTypeForm-module__hvVRda__blockTypeButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;padding:6px 10px;font-size:12px}.ContentTypeForm-module__hvVRda__blockTypeButton:hover{border-color:var(--line-strong);background:var(--bg-accent)}.ContentTypeForm-module__hvVRda__blockFieldInspector{border-top:1px solid var(--line);flex-direction:column;gap:10px;padding-top:10px;display:flex}.ContentTypeForm-module__hvVRda__inspectorActions{justify-content:flex-end;display:flex}.ContentTypeForm-module__hvVRda__modalBackdrop{z-index:30;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ContentTypeForm-module__hvVRda__modal{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;width:min(560px,92vw);max-height:80vh;display:flex;box-shadow:0 20px 60px #0f172a2e}.ContentTypeForm-module__hvVRda__modalHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.ContentTypeForm-module__hvVRda__modalHeader h4{margin:0 0 4px;font-size:14px}.ContentTypeForm-module__hvVRda__modalHeader p{color:var(--muted);margin:0;font-size:12px}.ContentTypeForm-module__hvVRda__modalClose{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;padding:6px 12px;font-size:12px}.ContentTypeForm-module__hvVRda__modalClose:hover{border-color:var(--line-strong);background:var(--bg-accent)}.ContentTypeForm-module__hvVRda__modalBody{flex-direction:column;gap:12px;padding:16px;display:flex;overflow:auto}.ContentTypeForm-module__hvVRda__modalFooter{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding:16px;display:flex}.ContentTypeForm-module__hvVRda__stepIndicator{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;display:grid}.ContentTypeForm-module__hvVRda__stepSegment{background:var(--line);border-radius:999px;height:6px;overflow:hidden}.ContentTypeForm-module__hvVRda__stepSegment:after{content:"";background:var(--brand);transform-origin:0;width:100%;height:100%;transition:transform .3s;display:block;transform:scaleX(0)}.ContentTypeForm-module__hvVRda__stepSegmentActive{background:var(--line)}.ContentTypeForm-module__hvVRda__stepSegmentActive:after{transform:scaleX(1)}.ContentTypeForm-module__hvVRda__stepBody{flex-direction:column;gap:12px;display:flex}.ContentTypeForm-module__hvVRda__selectedType{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.ContentTypeForm-module__hvVRda__selectedType span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;display:block}.ContentTypeForm-module__hvVRda__selectedType strong{font-size:13px;display:block}.ContentTypeForm-module__hvVRda__selectedTypeIcon{width:20px;height:20px;color:var(--muted)}.ContentTypeForm-module__hvVRda__inputError{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c29}.ContentTypeForm-module__hvVRda__fieldError{color:#b91c1c;font-size:12px}.ContentTypeForm-module__hvVRda__previewRow{border:1px dashed var(--line);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.ContentTypeForm-module__hvVRda__paletteList{flex-direction:column;gap:8px;display:flex}.ContentTypeForm-module__hvVRda__palettePanel{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:12px;padding:12px;display:flex;box-shadow:0 12px 30px #0f172a0f}.ContentTypeForm-module__hvVRda__paletteTabs{border:1px solid var(--line);background:#f8fafc;border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:4px;display:grid}.ContentTypeForm-module__hvVRda__paletteTab{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:6px 12px;font-size:12px}.ContentTypeForm-module__hvVRda__paletteTab:hover{color:var(--ink);background:#ffffffb3}.ContentTypeForm-module__hvVRda__paletteTabActive{color:var(--brand-strong);border-color:var(--line);background:#fff}.ContentTypeForm-module__hvVRda__paletteButton{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f8fafc;border-radius:12px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.ContentTypeForm-module__hvVRda__paletteIcon{width:20px;height:20px;color:var(--muted)}.ContentTypeForm-module__hvVRda__paletteText{flex-direction:column;gap:4px;display:flex}.ContentTypeForm-module__hvVRda__paletteText strong{font-size:13px}.ContentTypeForm-module__hvVRda__paletteText span{color:var(--muted);text-transform:none;letter-spacing:normal;font-size:12px}.ContentTypeForm-module__hvVRda__paletteButton:hover{border-color:var(--line-strong);background:#fff}.ContentTypeForm-module__hvVRda__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.ContentTypeForm-module__hvVRda__footerMeta{color:var(--muted);font-size:12px}.ContentTypeForm-module__hvVRda__notice{color:#0f172a;font-size:13px}.ContentTypeForm-module__hvVRda__error{color:#b91c1c;font-size:13px}.ContentTypeForm-module__hvVRda__muted{color:var(--muted);font-size:13px}@media (max-width:1100px){.ContentTypeForm-module__hvVRda__layout,.ContentTypeForm-module__hvVRda__toggleGrid,.ContentTypeForm-module__hvVRda__blockFieldRow{grid-template-columns:1fr}.ContentTypeForm-module__hvVRda__footer{flex-direction:column;align-items:flex-start}}
.EntriesIndex-module__GI10Va__wrapper{flex-direction:column;gap:16px;display:flex}.EntriesIndex-module__GI10Va__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.EntriesIndex-module__GI10Va__filters{flex:1;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.EntriesIndex-module__GI10Va__filterGroup,.EntriesIndex-module__GI10Va__searchGroup{flex-direction:column;gap:6px;display:flex}.EntriesIndex-module__GI10Va__filterLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.EntriesIndex-module__GI10Va__list{border-top:1px solid var(--line);flex-direction:column;display:flex}.EntriesIndex-module__GI10Va__row{border-bottom:1px solid var(--line);color:inherit;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;text-decoration:none;display:flex}.EntriesIndex-module__GI10Va__row strong{font-size:15px}.EntriesIndex-module__GI10Va__meta{color:var(--muted);font-size:12px;display:block}.EntriesIndex-module__GI10Va__rowMeta{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.EntriesIndex-module__GI10Va__status{text-transform:capitalize;border:1px solid var(--line-strong);color:var(--ink);background:var(--bg-accent);border-radius:999px;padding:4px 10px;font-weight:600}.EntriesIndex-module__GI10Va__date{white-space:nowrap}.EntriesIndex-module__GI10Va__error{color:#b91c1c;font-size:13px}.EntriesIndex-module__GI10Va__muted{color:var(--muted);padding:16px 0;font-size:13px}.EntriesIndex-module__GI10Va__modalBackdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.EntriesIndex-module__GI10Va__modal{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;width:min(620px,100%);padding:20px;display:flex}.EntriesIndex-module__GI10Va__modalHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.EntriesIndex-module__GI10Va__modalHeader h4{margin:0}.EntriesIndex-module__GI10Va__modalClose{color:var(--muted);cursor:pointer;background:0 0;border:none}.EntriesIndex-module__GI10Va__modalHint{color:var(--muted);margin:0;font-size:13px}.EntriesIndex-module__GI10Va__typeGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.EntriesIndex-module__GI10Va__typeCard{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.EntriesIndex-module__GI10Va__typeCard span{color:var(--muted);font-size:12px}.EntriesIndex-module__GI10Va__typeCard:hover{border-color:var(--line-strong);background:var(--bg-accent)}.EntriesIndex-module__GI10Va__active{border-color:var(--brand);background:var(--brand-soft)}.EntriesIndex-module__GI10Va__modalActions{justify-content:flex-end;gap:8px;display:flex}.EntriesIndex-module__GI10Va__emptyState{flex-direction:column;gap:10px;display:flex}.EntriesIndex-module__GI10Va__inlineLink{color:var(--brand);font-size:13px;font-weight:600}@media (max-width:900px){.EntriesIndex-module__GI10Va__toolbar{align-items:stretch}}
.EnvCreateForm-module__HS22Uq__wrapper{flex-direction:column;gap:12px;display:flex}.EnvCreateForm-module__HS22Uq__error{color:#b91c1c;font-size:13px}.EnvCreateForm-module__HS22Uq__notice{color:#0f172a;font-size:13px}
.PluginCreateForm-module__hEtYPG__wrapper{flex-direction:column;gap:12px;display:flex}.PluginCreateForm-module__hEtYPG__error{color:#b91c1c;font-size:13px}.PluginCreateForm-module__hEtYPG__notice{color:#0f172a;font-size:13px}
.RichTextEditor-module__iF240a__editor{border:1px solid var(--line);background:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f172a0f}.RichTextEditor-module__iF240a__toolbar{border-bottom:1px solid var(--line);z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex;position:sticky;top:0}.RichTextEditor-module__iF240a__toolbarGroup{align-items:center;gap:6px;display:flex}.RichTextEditor-module__iF240a__selectWrap{position:relative}.RichTextEditor-module__iF240a__toolSelect{appearance:none;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:999px;padding:6px 28px 6px 32px;font-size:12px;font-weight:600}.RichTextEditor-module__iF240a__selectIcon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.RichTextEditor-module__iF240a__toolButton{border:1px solid var(--line);cursor:pointer;width:32px;height:32px;color:var(--ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;font-size:11px;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.RichTextEditor-module__iF240a__toolButton:hover{border-color:var(--line-strong);background:var(--bg-accent)}.RichTextEditor-module__iF240a__toolButton:disabled{opacity:.5;cursor:not-allowed}.RichTextEditor-module__iF240a__active{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.RichTextEditor-module__iF240a__separator{background:var(--line);align-self:center;width:1px;height:26px;margin:0 2px}.RichTextEditor-module__iF240a__editorContent{min-height:240px;color:var(--ink);outline:none;padding:18px 20px 32px;font-size:15px;line-height:1.75}.RichTextEditor-module__iF240a__editorContent h1,.RichTextEditor-module__iF240a__editorContent h2,.RichTextEditor-module__iF240a__editorContent h3{margin-top:1.2em;margin-bottom:.6em;line-height:1.3}.RichTextEditor-module__iF240a__editorContent h1{font-size:28px}.RichTextEditor-module__iF240a__editorContent h2{font-size:22px}.RichTextEditor-module__iF240a__editorContent h3{font-size:18px}.RichTextEditor-module__iF240a__editorContent p{margin:0 0 12px}.RichTextEditor-module__iF240a__editorContent blockquote{border-left:3px solid var(--brand);color:var(--muted);background:#f8fafc;margin:16px 0;padding-left:12px}.RichTextEditor-module__iF240a__editorContent a{color:var(--brand-strong);text-decoration:underline}.RichTextEditor-module__iF240a__editorContent pre{color:#e2e8f0;background:#0f172a;border-radius:12px;padding:12px;font-size:13px;overflow:auto}.RichTextEditor-module__iF240a__editorContent img{max-width:100%;height:auto;display:block}.RichTextEditor-module__iF240a__imageNode{flex-direction:column;align-items:flex-start;gap:6px;max-width:min(100%,560px);margin:10px 0;display:inline-flex}.RichTextEditor-module__iF240a__imageFrame{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;overflow:hidden}.RichTextEditor-module__iF240a__imageFrame img{object-fit:contain;max-width:100%;max-height:320px;display:block}.RichTextEditor-module__iF240a__imageSelected .RichTextEditor-module__iF240a__imageFrame{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb2e}.RichTextEditor-module__iF240a__imageAltInput{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:6px;max-width:100%;padding:2px 0;font-size:12px}.RichTextEditor-module__iF240a__imageAltInput:focus{border-color:var(--brand);box-shadow:none;color:var(--ink);outline:none}.RichTextEditor-module__iF240a__editorContent p.RichTextEditor-module__iF240a__is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--muted);float:left;pointer-events:none;height:0}.RichTextEditor-module__iF240a__skeleton{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;padding:12px;font-size:12px}.RichTextEditor-module__iF240a__bubbleMenu{border:1px solid var(--line);background:#fff;border-radius:999px;gap:6px;padding:6px;transition:opacity .15s,transform .15s;display:inline-flex;box-shadow:0 10px 30px #0f172a33}.RichTextEditor-module__iF240a__bubbleHidden{opacity:0;pointer-events:none;transform:translateY(4px)scale(.98)}.RichTextEditor-module__iF240a__bubbleButton{cursor:pointer;width:28px;height:28px;color:var(--ink);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.RichTextEditor-module__iF240a__bubbleButton:hover{background:var(--bg-accent)}.RichTextEditor-module__iF240a__linkPopover{border:1px solid var(--line);box-shadow:var(--shadow);z-index:5;background:#fff;border-radius:12px;flex-direction:column;gap:8px;min-width:280px;padding:10px 12px;display:flex;position:absolute;top:calc(100% + 10px);left:12px}.RichTextEditor-module__iF240a__linkField{align-items:center;gap:8px;display:flex}.RichTextEditor-module__iF240a__linkInput{border:1px solid var(--line);border-radius:10px;flex:1;padding:6px 10px;font-size:12px}.RichTextEditor-module__iF240a__linkInput:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #2563eb24}.RichTextEditor-module__iF240a__linkButton{border:1px solid var(--brand);background:var(--brand);color:#fff;cursor:pointer;border-radius:10px;padding:6px 10px;font-size:12px}.RichTextEditor-module__iF240a__linkActions{justify-content:space-between;gap:8px;display:flex}.RichTextEditor-module__iF240a__linkSecondary{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:12px}.RichTextEditor-module__iF240a__linkSecondary:hover{color:var(--ink)}.RichTextEditor-module__iF240a__modalBackdrop{z-index:60;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.RichTextEditor-module__iF240a__modal{border:1px solid var(--line);width:min(760px,96vw);box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;max-height:80vh;display:flex}.RichTextEditor-module__iF240a__modalHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.RichTextEditor-module__iF240a__modalHeader h4{margin:0}.RichTextEditor-module__iF240a__modalHeader p{color:var(--muted);margin:6px 0 0;font-size:12px}.RichTextEditor-module__iF240a__modalClose{color:var(--muted);cursor:pointer;background:0 0;border:none}.RichTextEditor-module__iF240a__modalBody{flex-direction:column;gap:12px;padding:16px;display:flex;overflow:auto}.RichTextEditor-module__iF240a__assetGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.RichTextEditor-module__iF240a__assetCard{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:12px;padding:10px;transition:border-color .2s,background .2s,transform .2s;display:flex}.RichTextEditor-module__iF240a__assetCard:hover{border-color:var(--line-strong);background:var(--bg-accent);transform:translateY(-1px)}.RichTextEditor-module__iF240a__assetThumb{border:1px solid var(--line);background:#f8fafc;border-radius:10px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.RichTextEditor-module__iF240a__assetThumb img{object-fit:cover;width:100%;height:100%}.RichTextEditor-module__iF240a__assetMeta{flex-direction:column;gap:4px;display:flex}.RichTextEditor-module__iF240a__assetMeta strong{color:var(--ink);font-size:13px}.RichTextEditor-module__iF240a__assetMeta span{color:var(--muted);font-size:12px}.RichTextEditor-module__iF240a__muted{color:var(--muted);font-size:13px}.RichTextEditor-module__iF240a__error{color:#b91c1c;font-size:13px}
.SettingsSidebar-module__3DvBsW__sidebar{flex-direction:column;gap:12px;display:flex}.SettingsSidebar-module__3DvBsW__title{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.SettingsSidebar-module__3DvBsW__list{flex-direction:column;gap:6px;display:flex}.SettingsSidebar-module__3DvBsW__link{color:var(--ink);border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.SettingsSidebar-module__3DvBsW__link:hover{background:var(--bg-accent);border-color:var(--line-strong)}.SettingsSidebar-module__3DvBsW__active{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand)50%,transparent);color:var(--brand-strong)}.SettingsSidebar-module__3DvBsW__icon{width:16px;height:16px;color:inherit}
.AssetsLibrary-module__S32ZLa__wrapper{flex-direction:column;gap:16px;display:flex}.AssetsLibrary-module__S32ZLa__toolbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.AssetsLibrary-module__S32ZLa__toolbar h3{margin:0 0 4px;font-size:18px}.AssetsLibrary-module__S32ZLa__toolbar p{color:#64748b;margin:0;font-size:13px}.AssetsLibrary-module__S32ZLa__uploadButton{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:inline-flex}.AssetsLibrary-module__S32ZLa__uploadButton input{display:none}.AssetsLibrary-module__S32ZLa__error{color:#b91c1c;font-size:13px}.AssetsLibrary-module__S32ZLa__empty{color:#64748b;text-align:center;border:1px dashed #e2e8f0;border-radius:16px;padding:32px}.AssetsLibrary-module__S32ZLa__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.AssetsLibrary-module__S32ZLa__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:10px;padding:12px;display:flex}.AssetsLibrary-module__S32ZLa__cardLink{color:inherit;flex-direction:column;gap:10px;text-decoration:none;display:flex}.AssetsLibrary-module__S32ZLa__cardLink:hover .AssetsLibrary-module__S32ZLa__preview{border-color:var(--brand)}.AssetsLibrary-module__S32ZLa__preview{aspect-ratio:4/3;color:#64748b;background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:100%;font-size:12px;font-weight:600;display:flex;overflow:hidden}.AssetsLibrary-module__S32ZLa__preview img{object-fit:cover;width:100%;height:100%}.AssetsLibrary-module__S32ZLa__meta{color:#64748b;flex-direction:column;gap:4px;font-size:12px;display:flex}.AssetsLibrary-module__S32ZLa__meta strong{color:#0f172a;font-size:13px}.AssetsLibrary-module__S32ZLa__delete{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:12px}
.EntryEditor-module__gzvkdW__page{--entry-panel-width:320px;--entry-page-pad:clamp(20px,4vw,56px);--entry-content-pad:24px;padding-bottom:120px;padding-right:var(--entry-panel-width);flex-direction:column;gap:20px;min-height:100%;display:flex}.EntryEditor-module__gzvkdW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.EntryEditor-module__gzvkdW__backLink{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px;font-size:12px;text-decoration:none;display:inline-flex}.EntryEditor-module__gzvkdW__backLink:hover{color:var(--ink)}.EntryEditor-module__gzvkdW__meta{color:var(--muted);margin:6px 0 0;font-size:12px}.EntryEditor-module__gzvkdW__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.EntryEditor-module__gzvkdW__publishedHint{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__form{gap:16px;display:grid}.EntryEditor-module__gzvkdW__fieldLayout{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:16px;display:grid}.EntryEditor-module__gzvkdW__fieldRail{top:calc(var(--app-shell-header-height) + 16px);border:1px solid var(--line);background:#f8fafc;border-radius:14px;align-self:start;padding:8px 6px;position:sticky}.EntryEditor-module__gzvkdW__fieldRailList{gap:10px;display:grid}.EntryEditor-module__gzvkdW__fieldNavButton{border:1px solid var(--line);cursor:pointer;width:32px;height:32px;color:var(--muted);background:#fff;border-radius:10px;justify-content:center;align-items:center;margin:0 auto;transition:border-color .2s,color .2s,background .2s;display:inline-flex;position:relative}.EntryEditor-module__gzvkdW__fieldNavButton:hover{border-color:var(--line-strong);color:var(--ink);background:#fff}.EntryEditor-module__gzvkdW__fieldNavButton:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.EntryEditor-module__gzvkdW__fieldNavButton:after{content:attr(data-label);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172a;border-radius:10px;padding:6px 10px;font-size:12px;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(-6px);box-shadow:0 12px 30px #0f172a33}.EntryEditor-module__gzvkdW__fieldNavButton:hover:after{opacity:1;transform:translateY(-50%)translate(0)}.EntryEditor-module__gzvkdW__fieldNavIcon{width:16px;height:16px}.EntryEditor-module__gzvkdW__fieldAnchor{scroll-margin-top:calc(var(--app-shell-header-height) + 24px)}.EntryEditor-module__gzvkdW__layout{display:block}.EntryEditor-module__gzvkdW__editor{flex-direction:column;gap:16px;min-width:0;display:flex}.EntryEditor-module__gzvkdW__sidebar{top:var(--app-shell-header-height);width:var(--entry-panel-width);height:calc(100vh - var(--app-shell-header-height));border-left:1px solid var(--line);background:#fff;flex-direction:column;gap:16px;padding:24px 20px;display:flex;position:fixed;right:0;overflow:auto}.EntryEditor-module__gzvkdW__sidebarHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.EntryEditor-module__gzvkdW__sidebarLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__statusPill{border-radius:999px;align-items:center;margin-top:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.EntryEditor-module__gzvkdW__statusPublished{color:#15803d;background:#22c55e26}.EntryEditor-module__gzvkdW__statusDraft{border:1px solid var(--line);color:var(--ink);background:#f8fafce6}.EntryEditor-module__gzvkdW__versionButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:6px 10px;font-size:12px}.EntryEditor-module__gzvkdW__versionButton:hover{border-color:var(--line-strong);background:var(--bg-accent)}.EntryEditor-module__gzvkdW__sidebarSection{border-bottom:1px solid var(--line);flex-direction:column;gap:12px;padding-bottom:16px;display:flex}.EntryEditor-module__gzvkdW__sidebarSection:last-child{border-bottom:none;padding-bottom:0}.EntryEditor-module__gzvkdW__detailList{grid-template-columns:110px minmax(0,1fr);align-items:start;gap:8px 12px;display:grid}.EntryEditor-module__gzvkdW__detailList span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__detailList p{color:var(--ink);margin:0;font-size:13px;font-weight:600}.EntryEditor-module__gzvkdW__detailFoot{border-top:1px dashed var(--line);gap:4px;padding-top:10px;display:grid}.EntryEditor-module__gzvkdW__detailFoot span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__detailFoot p{color:var(--ink);margin:0;font-size:13px;font-weight:600}.EntryEditor-module__gzvkdW__sidebarMeta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.EntryEditor-module__gzvkdW__sidebarMeta div{border:1px solid var(--line);background:var(--bg-accent);border-radius:12px;padding:8px}.EntryEditor-module__gzvkdW__sidebarMeta span{color:var(--muted);font-size:11px;display:block}.EntryEditor-module__gzvkdW__sidebarMeta strong{color:var(--ink);font-size:14px}.EntryEditor-module__gzvkdW__versionList{gap:10px;display:grid}.EntryEditor-module__gzvkdW__versionRow{border:1px solid var(--line);background:var(--panel);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:13px;display:flex}.EntryEditor-module__gzvkdW__versionRow div{gap:4px;display:grid}.EntryEditor-module__gzvkdW__versionRow span,.EntryEditor-module__gzvkdW__versionMeta{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__versionModal{width:min(1040px,96vw);max-height:80vh}.EntryEditor-module__gzvkdW__versionLayout{grid-template-columns:240px minmax(0,1fr);gap:16px;padding:16px;display:grid}.EntryEditor-module__gzvkdW__versionListPanel{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding-right:12px;display:flex}.EntryEditor-module__gzvkdW__versionRowActive{border-color:var(--brand);background:var(--brand-soft)}.EntryEditor-module__gzvkdW__diffPanel{flex-direction:column;gap:16px;display:flex}.EntryEditor-module__gzvkdW__diffHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.EntryEditor-module__gzvkdW__diffHeader h5{margin:0 0 4px;font-size:14px}.EntryEditor-module__gzvkdW__diffHeader p{color:var(--muted);margin:0;font-size:12px}.EntryEditor-module__gzvkdW__diffSelects label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;flex-direction:column;gap:6px;font-size:11px;display:flex}.EntryEditor-module__gzvkdW__diffSelects select{border:1px solid var(--line);color:var(--ink);border-radius:10px;padding:6px 10px;font-size:12px}.EntryEditor-module__gzvkdW__diffList{flex-direction:column;gap:12px;display:flex}.EntryEditor-module__gzvkdW__diffRow{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px}.EntryEditor-module__gzvkdW__diffLabel{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.EntryEditor-module__gzvkdW__diffLabel span{font-weight:600}.EntryEditor-module__gzvkdW__diffStatus{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__diffValues{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.EntryEditor-module__gzvkdW__diffValues strong{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px;font-size:11px;display:block}.EntryEditor-module__gzvkdW__diffValues pre{background:var(--bg-accent);color:var(--ink);border-radius:10px;max-height:200px;margin:0;padding:8px;font-size:12px;overflow:auto}.EntryEditor-module__gzvkdW__actionBar{bottom:20px;left:calc(var(--entry-page-pad) + var(--entry-content-pad));right:calc(var(--entry-panel-width) + 20px);z-index:10;border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:16px;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex;position:fixed}.EntryEditor-module__gzvkdW__actionMeta{flex-direction:column;gap:4px;font-size:12px;display:flex}.EntryEditor-module__gzvkdW__actionSaved{color:var(--muted)}.EntryEditor-module__gzvkdW__actionDirty{color:#b45309;font-weight:600}.EntryEditor-module__gzvkdW__actionTime{color:var(--muted)}.EntryEditor-module__gzvkdW__actionButtons{align-items:center;gap:8px;display:inline-flex}.EntryEditor-module__gzvkdW__actionIcon{justify-content:center;align-items:center;margin-right:6px;display:inline-flex}.EntryEditor-module__gzvkdW__error{color:#b91c1c;font-size:13px}.EntryEditor-module__gzvkdW__muted{color:var(--muted);font-size:13px}.EntryEditor-module__gzvkdW__assetField{flex-direction:column;gap:12px;display:flex}.EntryEditor-module__gzvkdW__assetSelection{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.EntryEditor-module__gzvkdW__assetCard{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.EntryEditor-module__gzvkdW__assetThumb{border:1px solid var(--line);background:var(--bg-accent);border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.EntryEditor-module__gzvkdW__assetThumb img{object-fit:cover;width:100%;height:100%;display:block}.EntryEditor-module__gzvkdW__assetMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.EntryEditor-module__gzvkdW__assetMeta strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.EntryEditor-module__gzvkdW__assetMeta span{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__assetRemove{color:var(--muted);cursor:pointer;background:0 0;border:none}.EntryEditor-module__gzvkdW__assetEmpty{border:1px dashed var(--line);color:var(--muted);background:#f8fafc;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.EntryEditor-module__gzvkdW__assetEmpty strong{color:var(--ink);font-size:13px;display:block}.EntryEditor-module__gzvkdW__assetEmpty p{margin:4px 0 0;font-size:12px}.EntryEditor-module__gzvkdW__assetActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.EntryEditor-module__gzvkdW__assetButton{align-items:center;gap:8px;display:inline-flex}.EntryEditor-module__gzvkdW__assetButtonIcon{justify-content:center;align-items:center;display:inline-flex}.EntryEditor-module__gzvkdW__assetModal{width:min(920px,96vw)}.EntryEditor-module__gzvkdW__assetModalToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.EntryEditor-module__gzvkdW__assetUpload{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:inline-flex}.EntryEditor-module__gzvkdW__assetUpload input{display:none}.EntryEditor-module__gzvkdW__assetRefresh{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:6px 10px;font-size:12px}.EntryEditor-module__gzvkdW__assetGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.EntryEditor-module__gzvkdW__assetPickerCard{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid;position:relative}.EntryEditor-module__gzvkdW__assetPickerCardSelected{border-color:var(--brand);background:var(--brand-soft)}.EntryEditor-module__gzvkdW__assetSelectedBadge{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:10px;position:absolute;top:8px;right:10px}.EntryEditor-module__gzvkdW__listField{gap:10px;display:grid}.EntryEditor-module__gzvkdW__listRow{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.EntryEditor-module__gzvkdW__listInput{min-width:0}.EntryEditor-module__gzvkdW__listRemove{border:1px solid var(--line);cursor:pointer;color:var(--muted);background:#fff;border-radius:10px;padding:6px}.EntryEditor-module__gzvkdW__listAdd{border:1px dashed var(--line);cursor:pointer;color:var(--ink);background:#fff;border-radius:10px;justify-self:start;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:inline-flex}.EntryEditor-module__gzvkdW__listEmpty{color:var(--muted);margin:0;font-size:12px}.EntryEditor-module__gzvkdW__referenceField{flex-direction:column;gap:12px;display:flex}.EntryEditor-module__gzvkdW__referenceSelection{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.EntryEditor-module__gzvkdW__referenceCard{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.EntryEditor-module__gzvkdW__referenceMeta{flex-direction:column;gap:2px;display:flex}.EntryEditor-module__gzvkdW__referenceMeta strong{font-size:13px}.EntryEditor-module__gzvkdW__referenceMeta span{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__referenceRemove{cursor:pointer;color:var(--muted);background:0 0;border:none}.EntryEditor-module__gzvkdW__referenceEmpty{border:1px dashed var(--line);background:#f8fafc;border-radius:12px;padding:16px}.EntryEditor-module__gzvkdW__referenceEmpty strong{color:var(--ink);font-size:13px;display:block}.EntryEditor-module__gzvkdW__referenceEmpty p{color:var(--muted);margin:4px 0 0;font-size:12px}.EntryEditor-module__gzvkdW__referenceActions{align-items:center;gap:8px;display:flex}.EntryEditor-module__gzvkdW__referenceButton{align-items:center;gap:8px;display:inline-flex}.EntryEditor-module__gzvkdW__referenceButtonIcon{justify-content:center;align-items:center;display:inline-flex}.EntryEditor-module__gzvkdW__referenceModal{width:min(980px,96vw)}.EntryEditor-module__gzvkdW__referenceToolbar{grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:end;gap:12px;display:grid}.EntryEditor-module__gzvkdW__referenceFilter label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);flex-direction:column;gap:6px;font-size:11px;display:flex}.EntryEditor-module__gzvkdW__referenceFilter select{border:1px solid var(--line);border-radius:10px;padding:8px 10px;font-size:13px}.EntryEditor-module__gzvkdW__referenceSearch input{border:1px solid var(--line);border-radius:10px;width:100%;padding:8px 10px;font-size:13px}.EntryEditor-module__gzvkdW__referenceList{gap:8px;display:grid}.EntryEditor-module__gzvkdW__referenceRow{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.EntryEditor-module__gzvkdW__referenceRowSelected{border-color:var(--brand);background:var(--brand-soft)}.EntryEditor-module__gzvkdW__referenceRow strong{font-size:13px}.EntryEditor-module__gzvkdW__referenceRow span{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__referenceStatus{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__blocksField{gap:16px;display:grid}.EntryEditor-module__gzvkdW__blockEmpty{border:1px dashed var(--line);background:#f8fafc;border-radius:12px;padding:16px}.EntryEditor-module__gzvkdW__blockEmpty strong{color:var(--ink);font-size:13px;display:block}.EntryEditor-module__gzvkdW__blockEmpty p{color:var(--muted);margin:4px 0 0;font-size:12px}.EntryEditor-module__gzvkdW__blockList{gap:12px;display:grid}.EntryEditor-module__gzvkdW__blockCard{border:1px solid var(--line);background:#fff;border-radius:14px;gap:12px;padding:14px;display:grid}.EntryEditor-module__gzvkdW__blockHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.EntryEditor-module__gzvkdW__blockTitle strong{font-size:13px;display:block}.EntryEditor-module__gzvkdW__blockTitle span{color:var(--muted);font-size:12px}.EntryEditor-module__gzvkdW__blockActions{align-items:center;gap:6px;display:inline-flex}.EntryEditor-module__gzvkdW__blockActions button{border:1px solid var(--line);cursor:pointer;color:var(--muted);background:#fff;border-radius:10px;padding:6px}.EntryEditor-module__gzvkdW__blockFields{gap:12px;display:grid}.EntryEditor-module__gzvkdW__blockField{gap:6px;display:grid}.EntryEditor-module__gzvkdW__blockActionsRow{gap:8px;display:grid}.EntryEditor-module__gzvkdW__blockActionsRow>span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__blockTypeGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.EntryEditor-module__gzvkdW__blockTypeCard{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.EntryEditor-module__gzvkdW__blockTypeCard strong{font-size:13px;display:block}.EntryEditor-module__gzvkdW__blockTypeCard span{color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__pluginField{gap:12px;display:grid}.EntryEditor-module__gzvkdW__pluginHeader{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.EntryEditor-module__gzvkdW__pluginHeader span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px}.EntryEditor-module__gzvkdW__pluginHeader strong{color:var(--ink);font-size:13px;display:block}.EntryEditor-module__gzvkdW__pluginFrame{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;min-height:240px}.EntryEditor-module__gzvkdW__pluginEmpty{border:1px dashed var(--line);background:#f8fafc;border-radius:12px;padding:16px}.EntryEditor-module__gzvkdW__pluginEmpty strong{color:var(--ink);font-size:13px;display:block}.EntryEditor-module__gzvkdW__pluginEmpty p{color:var(--muted);margin:4px 0 0;font-size:12px}.EntryEditor-module__gzvkdW__jsonField{gap:8px;display:grid}.EntryEditor-module__gzvkdW__jsonToolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.EntryEditor-module__gzvkdW__jsonToolbar button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:6px 10px;font-size:12px}.EntryEditor-module__gzvkdW__jsonError{color:#b91c1c;font-size:12px}.EntryEditor-module__gzvkdW__jsonArea{min-height:160px;font-family:SFMono-Regular,Menlo,monospace;font-size:12px}.EntryEditor-module__gzvkdW__booleanField{border:1px solid var(--line);background:#fff;border-radius:12px;gap:6px;padding:6px;display:inline-flex}.EntryEditor-module__gzvkdW__booleanOption{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:10px;padding:6px 10px;font-size:12px}.EntryEditor-module__gzvkdW__booleanActive{background:var(--brand-soft);color:var(--brand);font-weight:600}.EntryEditor-module__gzvkdW__modalBackdrop{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.EntryEditor-module__gzvkdW__modal{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;width:min(620px,100%);padding:20px;display:flex}.EntryEditor-module__gzvkdW__modalHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.EntryEditor-module__gzvkdW__modalHeader h4{margin:0}.EntryEditor-module__gzvkdW__modalClose{color:var(--muted);cursor:pointer;background:0 0;border:none}.EntryEditor-module__gzvkdW__modalHint{color:var(--muted);margin:0;font-size:13px}.EntryEditor-module__gzvkdW__envList{gap:10px;display:grid}.EntryEditor-module__gzvkdW__envItem{color:var(--ink);align-items:center;gap:10px;font-size:13px;display:flex}.EntryEditor-module__gzvkdW__modalActions{justify-content:flex-end;gap:8px;display:flex}@media (max-width:1200px){.EntryEditor-module__gzvkdW__page{padding-right:0}.EntryEditor-module__gzvkdW__sidebar{width:100%;height:auto;position:static}.EntryEditor-module__gzvkdW__versionLayout{grid-template-columns:1fr}.EntryEditor-module__gzvkdW__versionListPanel{border-right:none;border-bottom:1px solid var(--line);padding-bottom:12px;padding-right:0}.EntryEditor-module__gzvkdW__diffValues{grid-template-columns:1fr}.EntryEditor-module__gzvkdW__actionBar{left:var(--entry-page-pad);right:var(--entry-page-pad)}}
.ProfilePanel-module__ruiJta__panel{flex-direction:column;gap:14px;display:flex}.ProfilePanel-module__ruiJta__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProfilePanel-module__ruiJta__label{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:12px}.ProfilePanel-module__ruiJta__value{color:var(--ink);font-size:14px;font-weight:600}.ProfilePanel-module__ruiJta__actions{flex-wrap:wrap;gap:10px;display:flex}.ProfilePanel-module__ruiJta__success{color:#0f766e;background:#0f766e14;border:1px solid #0f766e33;border-radius:10px;padding:10px 12px;font-size:13px}.ProfilePanel-module__ruiJta__error{color:#b91c1c;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:10px;padding:10px 12px;font-size:13px}
.PublishQueueSidebar-module__npym-G__sidebar{flex-direction:column;gap:20px;display:flex}.PublishQueueSidebar-module__npym-G__section{flex-direction:column;gap:10px;display:flex}.PublishQueueSidebar-module__npym-G__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.PublishQueueSidebar-module__npym-G__sectionList{flex-direction:column;gap:6px;display:flex}.PublishQueueSidebar-module__npym-G__link{text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 8px;font-size:13px}.PublishQueueSidebar-module__npym-G__link:hover{background:var(--bg-accent);border-color:var(--line-strong)}.PublishQueueSidebar-module__npym-G__muted{color:var(--muted);margin:0;font-size:12px}
.TeamManagementPanel-module__DUcKXq__stack{flex-direction:column;gap:24px;display:flex}.TeamManagementPanel-module__DUcKXq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.TeamManagementPanel-module__DUcKXq__card{padding:24px}.TeamManagementPanel-module__DUcKXq__cardHeader{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.TeamManagementPanel-module__DUcKXq__cardHeader h3{margin:0;font-size:18px}.TeamManagementPanel-module__DUcKXq__cardHeader p{color:var(--muted);margin:0;font-size:13px}.TeamManagementPanel-module__DUcKXq__form{flex-direction:column;gap:14px;display:flex}.TeamManagementPanel-module__DUcKXq__select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px;font-size:14px}.TeamManagementPanel-module__DUcKXq__scopeBlock{border:1px dashed var(--line);background:var(--bg-accent);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.TeamManagementPanel-module__DUcKXq__checkboxRow{color:var(--ink);align-items:center;gap:8px;font-size:13px;display:inline-flex}.TeamManagementPanel-module__DUcKXq__envGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;display:grid}.TeamManagementPanel-module__DUcKXq__envItem{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.TeamManagementPanel-module__DUcKXq__scopeHint{color:var(--muted);margin:0;font-size:12px}.TeamManagementPanel-module__DUcKXq__mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.TeamManagementPanel-module__DUcKXq__success{color:#0f766e;background:#0f766e14;border:1px solid #0f766e33;border-radius:10px;padding:10px 12px;font-size:13px}.TeamManagementPanel-module__DUcKXq__error{color:#b91c1c;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:10px;padding:10px 12px;font-size:13px}.TeamManagementPanel-module__DUcKXq__devLink{color:var(--muted);word-break:break-all;background:#f8fafce6;border:1px dashed #94a3b8cc;border-radius:10px;flex-direction:column;gap:6px;padding:12px;font-size:12px;display:flex}.TeamManagementPanel-module__DUcKXq__devLink a{color:var(--auth-accent);font-weight:600;text-decoration:none}.TeamManagementPanel-module__DUcKXq__devLink a:hover{text-decoration:underline}.TeamManagementPanel-module__DUcKXq__loading{color:var(--muted);font-size:13px}.TeamManagementPanel-module__DUcKXq__list{flex-direction:column;gap:12px;display:flex}.TeamManagementPanel-module__DUcKXq__empty{color:var(--muted);margin:0;font-size:13px}.TeamManagementPanel-module__DUcKXq__userRow{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 14px}.TeamManagementPanel-module__DUcKXq__userSummary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;list-style:none;display:flex}.TeamManagementPanel-module__DUcKXq__userSummary::-webkit-details-marker{display:none}.TeamManagementPanel-module__DUcKXq__userSummary::marker{display:none}.TeamManagementPanel-module__DUcKXq__userInfo{flex-direction:column;gap:4px;display:flex}.TeamManagementPanel-module__DUcKXq__userEmail{color:var(--ink);font-size:14px;font-weight:600}.TeamManagementPanel-module__DUcKXq__userMeta{color:var(--muted);font-size:12px}.TeamManagementPanel-module__DUcKXq__userBadges{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.TeamManagementPanel-module__DUcKXq__userBody{flex-direction:column;gap:14px;margin-top:14px;display:flex}.TeamManagementPanel-module__DUcKXq__userGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.TeamManagementPanel-module__DUcKXq__field{color:var(--muted);flex-direction:column;gap:6px;font-size:12px;display:flex}.TeamManagementPanel-module__DUcKXq__rowActions{justify-content:flex-end;display:flex}
.TokenCreateForm-module__Z18XBq__wrapper{flex-direction:column;gap:12px;display:flex}.TokenCreateForm-module__Z18XBq__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.TokenCreateForm-module__Z18XBq__error{color:#b91c1c;font-size:13px}.TokenCreateForm-module__Z18XBq__token{word-break:break-all;background:#2563eb14;border-radius:10px;padding:10px;font-size:12px}
.WorkspacePage-module__mohDBa__page{height:100%;min-height:100%;padding:0 clamp(20px,4vw,56px)}.WorkspacePage-module__mohDBa__pageWithSidebar{grid-template-columns:var(--sidebar-width,260px)12px minmax(0,1fr);gap:12px;height:100%;min-height:100%;padding:0 clamp(20px,4vw,56px);display:grid}.WorkspacePage-module__mohDBa__sidebar{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;align-self:start;padding:16px;position:sticky;top:96px}.WorkspacePage-module__mohDBa__content{flex-direction:column;gap:24px;display:flex}.WorkspacePage-module__mohDBa__pageAttached{grid-template-columns:var(--sidebar-width,280px)12px minmax(0,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;gap:0;height:100%;min-height:100%;margin-top:-24px;padding:0 clamp(20px,4vw,56px);display:grid}.WorkspacePage-module__mohDBa__sidebarAttached{border-right:1px solid var(--line);box-shadow:none;background:#fff;border-radius:0;height:100%;min-height:100%;padding:20px}.WorkspacePage-module__mohDBa__contentAttached{background:#fff;height:100%;min-height:100%;padding:24px}.WorkspacePage-module__mohDBa__resizer{cursor:col-resize;background:0 0;width:12px;position:relative}.WorkspacePage-module__mohDBa__resizer:after{content:"";background:var(--line);opacity:.6;border-radius:999px;width:2px;transition:opacity .2s,background .2s;position:absolute;top:0;bottom:0;left:calc(50% - 1px)}.WorkspacePage-module__mohDBa__resizer:hover:after,.WorkspacePage-module__mohDBa__resizerActive:after{opacity:1;background:var(--brand)}@media (max-width:980px){.WorkspacePage-module__mohDBa__pageWithSidebar{grid-template-columns:1fr;gap:24px}.WorkspacePage-module__mohDBa__sidebar{position:static}.WorkspacePage-module__mohDBa__pageAttached{grid-template-columns:1fr;margin-top:0}.WorkspacePage-module__mohDBa__sidebarAttached{border-right:none;border-bottom:1px solid var(--line);position:static}.WorkspacePage-module__mohDBa__resizer{display:none}}
.entries-module__LElIva__page{flex-direction:column;gap:24px;display:flex}.entries-module__LElIva__muted{color:var(--muted);font-size:13px}
.new-module__ltZtna__page{flex-direction:column;gap:20px;max-width:720px;padding:32px clamp(20px,4vw,56px);display:flex}.new-module__ltZtna__card{padding:24px}
.AuthPanel-module__K5SScW__card{border:1px solid var(--line);background:#ffffffeb;width:100%;max-width:480px;margin:0 auto;box-shadow:0 24px 50px #127d9a1f}.AuthPanel-module__K5SScW__tabs{background:#127d9a14;border-radius:999px;gap:8px;margin-bottom:20px;padding:6px;display:inline-flex}.AuthPanel-module__K5SScW__ssoBlock{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.AuthPanel-module__K5SScW__ssoError{color:#b91c1c;font-size:13px}.AuthPanel-module__K5SScW__divider{color:var(--muted);text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:12px;font-size:12px;display:flex}.AuthPanel-module__K5SScW__divider:before,.AuthPanel-module__K5SScW__divider:after{content:"";background:var(--line);flex:1;height:1px}.AuthPanel-module__K5SScW__tab{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:999px;padding:10px 18px;font-weight:600;transition:background .2s,color .2s}.AuthPanel-module__K5SScW__active{background:var(--brand);color:#fff}.AuthPanel-module__K5SScW__form{flex-direction:column;gap:16px;display:flex}.AuthPanel-module__K5SScW__helperRow{justify-content:flex-end;margin-top:-6px;display:flex}.AuthPanel-module__K5SScW__helperLink{color:var(--auth-accent);font-size:13px;font-weight:600;text-decoration:none}.AuthPanel-module__K5SScW__helperLink:hover{text-decoration:underline}.AuthPanel-module__K5SScW__error{color:#b91c1c;font-size:14px}
.AuthPage-module__Drjetq__page{--auth-ink:#0b1f2a;--auth-accent:#127d9a;--auth-accent-soft:#127d9a26;--auth-warm:#f4e7d9;background:radial-gradient(circle at 10% 10%,#fff8ef 0%,#f6efe3 40%,#eef5f2 100%);grid-template-columns:1.2fr 1fr;gap:36px;min-height:100vh;padding:56px clamp(20px,4vw,80px);display:grid;position:relative;overflow:hidden}.AuthPage-module__Drjetq__page:before,.AuthPage-module__Drjetq__page:after{content:"";z-index:0;background:radial-gradient(circle,#127d9a33,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-120px}.AuthPage-module__Drjetq__page:after{background:radial-gradient(circle,#c5845e33,#0000 70%);width:360px;height:360px;top:auto;bottom:-180px;left:-120px}.AuthPage-module__Drjetq__hero{z-index:1;border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(140deg,#fff 0%,#fbf6ee 55%,#f2f7f4 100%);border-radius:24px;align-items:center;padding:40px;display:flex;position:relative}.AuthPage-module__Drjetq__copy{max-width:520px;animation:.6s both AuthPage-module__Drjetq__fadeUp}.AuthPage-module__Drjetq__brandBadge{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:12px;margin-bottom:18px;padding:8px 16px;font-weight:600;display:inline-flex;box-shadow:0 10px 24px #127d9a1f}.AuthPage-module__Drjetq__brandLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:14px;width:48px;height:48px}.AuthPage-module__Drjetq__brandLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:600;display:flex}.AuthPage-module__Drjetq__copy h1{font-family:var(--font-display),"Georgia",serif;color:var(--auth-ink);margin:0 0 16px;font-size:clamp(32px,5vw,52px)}.AuthPage-module__Drjetq__copy p{color:var(--muted);margin:0 0 24px;font-size:16px}.AuthPage-module__Drjetq__panel{z-index:1;flex-direction:column;align-items:center;gap:16px;animation:.7s both AuthPage-module__Drjetq__fadeUp;display:flex;position:relative}.AuthPage-module__Drjetq__sessionNotice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;width:min(420px,100%);padding:10px 12px;font-size:13px}@media (max-width:900px){.AuthPage-module__Drjetq__page{grid-template-columns:1fr}.AuthPage-module__Drjetq__hero{padding:32px}}@keyframes AuthPage-module__Drjetq__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.EmailVerificationBanner-module__qj0YJq__banner{background:linear-gradient(135deg,#ffedd5e6,#fff7ede6);border:1px solid #fb923c80;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:16px clamp(18px,3vw,48px) 0;padding:14px 16px;display:flex}.EmailVerificationBanner-module__qj0YJq__copy{color:#7c2d12;flex-direction:column;gap:6px;display:flex}.EmailVerificationBanner-module__qj0YJq__title{font-size:14px;font-weight:700}.EmailVerificationBanner-module__qj0YJq__subtitle{color:#9a3412;font-size:13px}.EmailVerificationBanner-module__qj0YJq__notice{color:#0f766e;font-size:12px}.EmailVerificationBanner-module__qj0YJq__error{color:#b91c1c;font-size:12px}.EmailVerificationBanner-module__qj0YJq__actions{flex-wrap:wrap;gap:10px;display:flex}
.asset-module__NFlF2a__page{flex-direction:column;gap:20px;padding:24px clamp(20px,4vw,56px);display:flex}.asset-module__NFlF2a__grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px;display:grid}.asset-module__NFlF2a__previewCard{flex-direction:column;gap:16px;display:flex}.asset-module__NFlF2a__preview{aspect-ratio:4/3;border:1px solid var(--line);background:var(--bg-accent);border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.asset-module__NFlF2a__preview img{object-fit:cover;width:100%;height:100%}.asset-module__NFlF2a__previewPlaceholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.asset-module__NFlF2a__actions{flex-wrap:wrap;gap:12px;display:flex}.asset-module__NFlF2a__metaCard{flex-direction:column;gap:12px;display:flex}.asset-module__NFlF2a__meta{color:var(--muted);gap:6px;font-size:12px;display:grid}.asset-module__NFlF2a__meta p{color:var(--ink);word-break:break-word;margin:0;font-size:13px;font-weight:600}@media (max-width:900px){.asset-module__NFlF2a__grid{grid-template-columns:1fr}}
.assets-module__hj_HGW__page{flex-direction:column;gap:24px;display:flex}.assets-module__hj_HGW__empty{flex-direction:column;gap:8px;display:flex}.assets-module__hj_HGW__empty p{color:var(--muted);margin:0;font-size:14px}
.dashboard-module__SB_vVa__page{flex-direction:column;gap:24px;display:flex}.dashboard-module__SB_vVa__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.dashboard-module__SB_vVa__entriesList{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:0;margin-top:16px;display:flex;overflow:hidden}.dashboard-module__SB_vVa__entryRow{border-bottom:1px solid var(--line);color:inherit;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background .2s;display:grid}.dashboard-module__SB_vVa__entryRow:last-child{border-bottom:none}.dashboard-module__SB_vVa__entryRow:hover{background:var(--bg-accent)}.dashboard-module__SB_vVa__entryMain strong{font-size:14px;display:block}.dashboard-module__SB_vVa__entryMain span{color:var(--muted);font-size:12px}.dashboard-module__SB_vVa__entryMeta{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.dashboard-module__SB_vVa__assetsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,200px));justify-content:start;gap:14px;margin-top:16px;display:grid}.dashboard-module__SB_vVa__assetTile{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:10px;width:100%;max-width:200px;padding:12px;transition:transform .2s,box-shadow .2s;display:flex}.dashboard-module__SB_vVa__assetTile:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.dashboard-module__SB_vVa__assetTileIcon{aspect-ratio:1;border:1px solid var(--line);background:var(--bg-accent);width:100%;color:var(--brand);border-radius:14px;justify-content:center;align-items:center;display:flex;overflow:hidden}.dashboard-module__SB_vVa__assetTileIcon svg{width:32px;height:32px}.dashboard-module__SB_vVa__assetTileMeta strong{font-size:13px;display:block}.dashboard-module__SB_vVa__assetTileMeta span{color:var(--muted);font-size:11px}.dashboard-module__SB_vVa__assetThumb{object-fit:cover;width:100%;height:100%;display:block}.dashboard-module__SB_vVa__assetEmpty{border:1px dashed var(--line);color:var(--muted);border-radius:12px;padding:16px}.dashboard-module__SB_vVa__primaryLink{background:var(--brand);color:#fff;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.dashboard-module__SB_vVa__inlineLink{color:var(--brand);font-size:13px;font-weight:600}.dashboard-module__SB_vVa__muted{color:var(--muted);font-size:13px}.dashboard-module__SB_vVa__meta{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:11px}
.entry-module__yr_6dG__page{flex-direction:column;gap:24px;display:flex}.entry-module__yr_6dG__muted{color:var(--muted);font-size:13px}
.publish-queue-module__4Ptx7G__page{flex-direction:column;gap:24px;display:flex}.publish-queue-module__4Ptx7G__empty{flex-direction:column;gap:8px;display:flex}.publish-queue-module__4Ptx7G__empty p{color:var(--muted);margin:0;font-size:14px}
.type-module__9gglsW__page{flex-direction:column;gap:24px;display:flex}.type-module__9gglsW__backLink{color:var(--muted);font-size:12px;text-decoration:none}.type-module__9gglsW__backLink:hover{color:var(--ink)}
.content-types-module__uJXEOW__page{flex-direction:column;gap:24px;display:flex}.content-types-module__uJXEOW__list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.content-types-module__uJXEOW__listHeader{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);grid-template-columns:2fr 1fr 1fr auto;gap:12px;padding:0 4px 8px;font-size:11px;display:grid}.content-types-module__uJXEOW__listItem{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.content-types-module__uJXEOW__listItem:hover{border-color:var(--line-strong);background:var(--bg-accent)}.content-types-module__uJXEOW__listTitle{flex-direction:column;gap:4px;display:flex}.content-types-module__uJXEOW__listTitle a{color:inherit;text-decoration:none}.content-types-module__uJXEOW__listTitle span,.content-types-module__uJXEOW__listMeta{color:var(--muted);font-size:12px}.content-types-module__uJXEOW__actions{justify-content:flex-end;display:flex;position:relative}.content-types-module__uJXEOW__menuButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:4px 10px;font-size:16px;line-height:1}.content-types-module__uJXEOW__menuButton:hover{border-color:var(--line-strong);background:var(--bg-accent)}.content-types-module__uJXEOW__menu{z-index:20;border:1px solid var(--line);min-width:140px;box-shadow:var(--shadow);background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:36px;right:0}.content-types-module__uJXEOW__menuItem,.content-types-module__uJXEOW__menuItemDanger{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:13px}.content-types-module__uJXEOW__menuItem:hover{background:var(--bg-accent)}.content-types-module__uJXEOW__menuItemDanger{color:#b91c1c}.content-types-module__uJXEOW__menuItemDanger:hover{background:#ef44441f}.content-types-module__uJXEOW__muted{color:var(--muted);font-size:13px}.content-types-module__uJXEOW__modalBackdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.content-types-module__uJXEOW__modal{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;width:min(520px,100%);padding:20px;display:flex}.content-types-module__uJXEOW__modalHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.content-types-module__uJXEOW__modalHeader h4{margin:0}.content-types-module__uJXEOW__modalClose{color:var(--muted);cursor:pointer;background:0 0;border:none}.content-types-module__uJXEOW__modalHint{color:var(--muted);margin:0;font-size:13px}.content-types-module__uJXEOW__modalActions{justify-content:flex-end;gap:8px;display:flex}.content-types-module__uJXEOW__error{color:#b91c1c;font-size:13px}@media (max-width:900px){.content-types-module__uJXEOW__listHeader,.content-types-module__uJXEOW__listItem{grid-template-columns:1fr}.content-types-module__uJXEOW__actions{justify-content:flex-start}}
.new-module__vQC5pq__page{flex-direction:column;gap:24px;display:flex}.new-module__vQC5pq__backLink{color:var(--muted);font-size:12px;text-decoration:none}.new-module__vQC5pq__backLink:hover{color:var(--ink)}
.env-module__gMyg7W__page{flex-direction:column;gap:24px;display:flex}.env-module__gMyg7W__backLink{color:var(--muted);font-size:12px;text-decoration:none}.env-module__gMyg7W__backLink:hover{color:var(--ink)}
.environments-module__JPCnLW__page{flex-direction:column;gap:24px;display:flex}.environments-module__JPCnLW__list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.environments-module__JPCnLW__listHeader{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);grid-template-columns:1.4fr 1.4fr 1fr;gap:12px;padding:0 4px 8px;font-size:11px;display:grid}.environments-module__JPCnLW__listItem{border:1px solid var(--line);color:inherit;background:#fff;border-radius:12px;grid-template-columns:1.4fr 1.4fr 1fr;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.environments-module__JPCnLW__listItem:hover{border-color:var(--line-strong);background:var(--bg-accent)}.environments-module__JPCnLW__listTitle{flex-direction:column;gap:4px;display:flex}.environments-module__JPCnLW__listTitle span,.environments-module__JPCnLW__listItem>span{color:var(--muted);font-size:12px}.environments-module__JPCnLW__muted{color:var(--muted);font-size:13px}@media (max-width:900px){.environments-module__JPCnLW__listHeader,.environments-module__JPCnLW__listItem{grid-template-columns:1fr}}
.new-module__fXo1Qa__page{flex-direction:column;gap:24px;display:flex}.new-module__fXo1Qa__backLink{color:var(--muted);font-size:12px;text-decoration:none}.new-module__fXo1Qa__backLink:hover{color:var(--ink)}
.plugin-module__-j94xq__page{flex-direction:column;gap:24px;display:flex}.plugin-module__-j94xq__backLink{color:var(--muted);font-size:12px;text-decoration:none}.plugin-module__-j94xq__backLink:hover{color:var(--ink)}
.new-module__GlBaBq__page{flex-direction:column;gap:24px;display:flex}.new-module__GlBaBq__muted{color:var(--muted);font-size:13px}.new-module__GlBaBq__backLink{color:var(--muted);font-size:12px;text-decoration:none}.new-module__GlBaBq__backLink:hover{color:var(--ink)}
.plugins-module__Nd-ABq__page{flex-direction:column;gap:24px;display:flex}.plugins-module__Nd-ABq__list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.plugins-module__Nd-ABq__listHeader{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);grid-template-columns:1.4fr 1.2fr 1fr;gap:12px;padding:0 4px 8px;font-size:11px;display:grid}.plugins-module__Nd-ABq__listItem{border:1px solid var(--line);color:inherit;background:#fff;border-radius:12px;grid-template-columns:1.4fr 1.2fr 1fr;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.plugins-module__Nd-ABq__listItem:hover{border-color:var(--line-strong);background:var(--bg-accent)}.plugins-module__Nd-ABq__listTitle{flex-direction:column;gap:4px;display:flex}.plugins-module__Nd-ABq__listTitle span{color:var(--muted);font-size:12px}.plugins-module__Nd-ABq__muted{color:var(--muted);font-size:13px}@media (max-width:900px){.plugins-module__Nd-ABq__listHeader,.plugins-module__Nd-ABq__listItem{grid-template-columns:1fr}}
.settings-module__e62XwG__page{flex-direction:column;gap:24px;display:flex}.settings-module__e62XwG__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.settings-module__e62XwG__card{flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s;display:flex}.settings-module__e62XwG__cardHeader{align-items:center;gap:10px;display:flex}.settings-module__e62XwG__cardHeader h3{margin:0;font-size:15px}.settings-module__e62XwG__cardIcon{background:var(--brand-soft);width:32px;height:32px;color:var(--brand-strong);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.settings-module__e62XwG__cardIcon svg{width:18px;height:18px}.settings-module__e62XwG__card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.settings-module__e62XwG__card p{color:var(--muted);font-size:13px}.settings-module__e62XwG__link{color:var(--brand);font-size:12px;font-weight:600}
.team-module__mHkYYW__page{flex-direction:column;gap:24px;display:flex}
.new-module__p3jA7q__page{flex-direction:column;gap:24px;display:flex}.new-module__p3jA7q__muted{color:var(--muted);font-size:13px}.new-module__p3jA7q__backLink{color:var(--muted);font-size:12px;text-decoration:none}.new-module__p3jA7q__backLink:hover{color:var(--ink)}
.tokens-module__671i8a__page{flex-direction:column;gap:24px;display:flex}.tokens-module__671i8a__list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.tokens-module__671i8a__listHeader{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);grid-template-columns:1.6fr 1fr 1fr;gap:12px;padding:0 4px 8px;font-size:11px;display:grid}.tokens-module__671i8a__listItem{border:1px solid var(--line);color:inherit;background:#fff;border-radius:12px;grid-template-columns:1.6fr 1fr 1fr;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.tokens-module__671i8a__listItem:hover{border-color:var(--line-strong);background:var(--bg-accent)}.tokens-module__671i8a__listTitle{flex-direction:column;gap:4px;display:flex}.tokens-module__671i8a__listTitle span,.tokens-module__671i8a__listItem>span{color:var(--muted);font-size:12px}.tokens-module__671i8a__muted{color:var(--muted);font-size:13px}@media (max-width:900px){.tokens-module__671i8a__listHeader,.tokens-module__671i8a__listItem{grid-template-columns:1fr}}
.workspace-module__IucijG__page{flex-direction:column;gap:24px;display:flex}
.profile-module__jguKLG__page{flex-direction:column;gap:24px;display:flex}
.tenant-module__pp_73G__page{flex-direction:column;gap:32px;padding:32px clamp(20px,4vw,56px) 48px;display:flex}.tenant-module__pp_73G__header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.tenant-module__pp_73G__orgBadge{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:12px;margin:0 0 12px;padding:8px 14px;font-weight:600;display:inline-flex}.tenant-module__pp_73G__orgLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:10px;width:32px;height:32px}.tenant-module__pp_73G__orgLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.tenant-module__pp_73G__header h1{font-family:var(--font-display),"Georgia",serif;margin:0;font-size:clamp(32px,6vw,54px)}.tenant-module__pp_73G__subtext{color:var(--muted);margin:8px 0 0;font-size:14px}.tenant-module__pp_73G__brandGrid{grid-template-columns:repeat(auto-fit,minmax(240px,360px));justify-content:start;gap:16px;display:grid}.tenant-module__pp_73G__brandCard{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:10px;width:100%;max-width:360px;padding:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.4s tenant-module__pp_73G__riseIn;display:flex}.tenant-module__pp_73G__brandCardHeader{align-items:center;gap:12px;display:flex}.tenant-module__pp_73G__brandLogo{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:12px;width:44px;height:44px}.tenant-module__pp_73G__brandLogoPlaceholder{color:#64748b;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:600;display:flex}.tenant-module__pp_73G__brandCard span{color:var(--muted);font-size:12px;display:block}.tenant-module__pp_73G__brandCard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.tenant-module__pp_73G__brandStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:6px;display:grid}.tenant-module__pp_73G__brandStats div{flex-direction:column;gap:4px;display:flex}.tenant-module__pp_73G__brandStats strong{font-size:18px}.tenant-module__pp_73G__brandStats span{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.tenant-module__pp_73G__muted{color:var(--muted);font-size:13px}@media (max-width:960px){.tenant-module__pp_73G__header{flex-direction:column;align-items:flex-start}}@keyframes tenant-module__pp_73G__riseIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.PasswordResetPanel-module__zud9qG__card{border:1px solid var(--line);background:#fffffff2;width:100%;max-width:480px;margin:0 auto;padding:32px;box-shadow:0 20px 46px #127d9a29}.PasswordResetPanel-module__zud9qG__header{flex-direction:column;gap:10px;margin-bottom:22px;display:flex}.PasswordResetPanel-module__zud9qG__kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.PasswordResetPanel-module__zud9qG__header h2{color:var(--ink);margin:0;font-size:22px}.PasswordResetPanel-module__zud9qG__header p{color:var(--muted);margin:0;font-size:14px}.PasswordResetPanel-module__zud9qG__form{flex-direction:column;gap:16px;display:flex}.PasswordResetPanel-module__zud9qG__message{color:#0f766e;background:#0f766e14;border:1px solid #0f766e33;border-radius:10px;padding:10px 12px;font-size:14px}.PasswordResetPanel-module__zud9qG__error{color:#b91c1c;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:10px;padding:10px 12px;font-size:14px}.PasswordResetPanel-module__zud9qG__devLink{color:var(--muted);word-break:break-all;background:#f8fafce6;border:1px dashed #94a3b8cc;border-radius:10px;flex-direction:column;gap:6px;padding:12px;font-size:12px;display:flex}.PasswordResetPanel-module__zud9qG__devLink a{color:var(--auth-accent);font-weight:600;text-decoration:none}.PasswordResetPanel-module__zud9qG__devLink a:hover{text-decoration:underline}.PasswordResetPanel-module__zud9qG__footer{text-align:center;color:var(--muted);font-size:13px}.PasswordResetPanel-module__zud9qG__footer a{color:var(--auth-accent);font-weight:600;text-decoration:none}.PasswordResetPanel-module__zud9qG__footer a:hover{text-decoration:underline}
.SsoCallbackPanel-module__nOhQ2a__card{border:1px solid var(--line);background:#fffffff2;width:100%;max-width:480px;margin:0 auto;padding:32px;box-shadow:0 20px 46px #127d9a29}.SsoCallbackPanel-module__nOhQ2a__header{flex-direction:column;gap:10px;margin-bottom:22px;display:flex}.SsoCallbackPanel-module__nOhQ2a__kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.SsoCallbackPanel-module__nOhQ2a__header h2{color:var(--ink);margin:0;font-size:22px}.SsoCallbackPanel-module__nOhQ2a__header p{color:var(--muted);margin:0;font-size:14px}.SsoCallbackPanel-module__nOhQ2a__body{flex-direction:column;gap:16px;display:flex}.SsoCallbackPanel-module__nOhQ2a__message{color:#0f766e;background:#0f766e14;border:1px solid #0f766e33;border-radius:10px;padding:10px 12px;font-size:14px}.SsoCallbackPanel-module__nOhQ2a__error{color:#b91c1c;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:10px;padding:10px 12px;font-size:14px}
.UserMenu-module__fK4srq__menu{position:relative}.UserMenu-module__fK4srq__summary{cursor:pointer;justify-content:center;align-items:center;list-style:none;display:flex}.UserMenu-module__fK4srq__summary::-webkit-details-marker{display:none}.UserMenu-module__fK4srq__summary::marker{display:none}.UserMenu-module__fK4srq__avatar{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:inline-flex}.UserMenu-module__fK4srq__panel{border:1px solid var(--line);min-width:180px;box-shadow:var(--shadow);z-index:20;background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);right:0}.UserMenu-module__fK4srq__title{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:11px}.UserMenu-module__fK4srq__item,.UserMenu-module__fK4srq__itemButton{color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}.UserMenu-module__fK4srq__item:hover,.UserMenu-module__fK4srq__itemButton:hover{background:var(--bg-accent);border-color:var(--line-strong)}.UserMenu-module__fK4srq__itemButton{text-align:left;width:100%}
.VerifyEmailPanel-module__cMdnrW__card{border:1px solid var(--line);background:#fffffff2;width:100%;max-width:480px;margin:0 auto;padding:32px;box-shadow:0 20px 46px #127d9a29}.VerifyEmailPanel-module__cMdnrW__header{flex-direction:column;gap:10px;margin-bottom:22px;display:flex}.VerifyEmailPanel-module__cMdnrW__kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.VerifyEmailPanel-module__cMdnrW__header h2{color:var(--ink);margin:0;font-size:22px}.VerifyEmailPanel-module__cMdnrW__header p{color:var(--muted);margin:0;font-size:14px}.VerifyEmailPanel-module__cMdnrW__body{flex-direction:column;gap:16px;display:flex}.VerifyEmailPanel-module__cMdnrW__message{color:#0f766e;background:#0f766e14;border:1px solid #0f766e33;border-radius:10px;padding:10px 12px;font-size:14px}.VerifyEmailPanel-module__cMdnrW__error{color:#b91c1c;background:#b91c1c14;border:1px solid #b91c1c33;border-radius:10px;padding:10px 12px;font-size:14px}.VerifyEmailPanel-module__cMdnrW__devLink{color:var(--muted);word-break:break-all;background:#f8fafce6;border:1px dashed #94a3b8cc;border-radius:10px;flex-direction:column;gap:6px;padding:12px;font-size:12px;display:flex}.VerifyEmailPanel-module__cMdnrW__devLink a{color:var(--auth-accent);font-weight:600;text-decoration:none}.VerifyEmailPanel-module__cMdnrW__devLink a:hover{text-decoration:underline}.VerifyEmailPanel-module__cMdnrW__actions{justify-content:flex-start;display:flex}.VerifyEmailPanel-module__cMdnrW__footer{text-align:center;color:var(--muted);font-size:13px}.VerifyEmailPanel-module__cMdnrW__footer a{color:var(--auth-accent);font-weight:600;text-decoration:none}.VerifyEmailPanel-module__cMdnrW__footer a:hover{text-decoration:underline}
