.NotificationPanel-module-scss-module__7g-Raa__bellButton{width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.NotificationPanel-module-scss-module__7g-Raa__bellButton:hover{background:var(--color-surface-hover);color:var(--color-text)}.NotificationPanel-module-scss-module__7g-Raa__badge{color:#fff;text-align:center;pointer-events:none;background:#ef4444;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:700;line-height:16px;position:absolute;top:2px;right:2px;box-shadow:0 0 6px #ef444480}.NotificationPanel-module-scss-module__7g-Raa__backdrop{z-index:9980;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}.NotificationPanel-module-scss-module__7g-Raa__panel{background:var(--color-bg);border-left:1px solid var(--color-border);z-index:9995;flex-direction:column;width:420px;max-width:100vw;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 32px #00000026}.NotificationPanel-module-scss-module__7g-Raa__panelHeader{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 16px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__panelTitleBlock{align-items:center;gap:12px;min-width:0;display:flex}.NotificationPanel-module-scss-module__7g-Raa__panelTitleBlock>svg{color:#16a34a;flex-shrink:0}.NotificationPanel-module-scss-module__7g-Raa__panelTitle{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.NotificationPanel-module-scss-module__7g-Raa__panelSubtitle{color:var(--color-text-muted);margin:2px 0 0;font-size:.8125rem}.NotificationPanel-module-scss-module__7g-Raa__markAllBtn{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;transition:all .15s;display:flex}.NotificationPanel-module-scss-module__7g-Raa__markAllBtn:hover{color:#16a34a;background:#16a34a0a;border-color:#16a34a}.NotificationPanel-module-scss-module__7g-Raa__panelBody{flex:1;padding:12px;overflow-y:auto}.NotificationPanel-module-scss-module__7g-Raa__panelBody::-webkit-scrollbar{width:4px}.NotificationPanel-module-scss-module__7g-Raa__panelBody::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.NotificationPanel-module-scss-module__7g-Raa__loadingState{justify-content:center;align-items:center;padding:40px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__spinner{color:var(--color-text-muted);animation:1s linear infinite NotificationPanel-module-scss-module__7g-Raa__spin}@keyframes NotificationPanel-module-scss-module__7g-Raa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NotificationPanel-module-scss-module__7g-Raa__emptyState{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__emptyState>svg{opacity:.3;margin-bottom:16px}.NotificationPanel-module-scss-module__7g-Raa__emptyTitle{color:var(--color-text);margin:0 0 4px;font-size:1rem;font-weight:600}.NotificationPanel-module-scss-module__7g-Raa__emptyDesc{color:var(--color-text-muted);margin:0;font-size:.8125rem}.NotificationPanel-module-scss-module__7g-Raa__list{flex-direction:column;gap:8px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__item{cursor:pointer;border:1px solid #0000;border-radius:12px;gap:12px;padding:12px;transition:all .2s;display:flex;position:relative}.NotificationPanel-module-scss-module__7g-Raa__item:hover{background:var(--color-surface-hover);border-color:var(--color-border);transform:translate(2px)}.NotificationPanel-module-scss-module__7g-Raa__item:active{transform:scale(.99)}.NotificationPanel-module-scss-module__7g-Raa__item.NotificationPanel-module-scss-module__7g-Raa__unread{background:linear-gradient(135deg,#16a34a0a,#0000);border-color:#16a34a14}.NotificationPanel-module-scss-module__7g-Raa__item.NotificationPanel-module-scss-module__7g-Raa__unread:hover{background:linear-gradient(135deg,#16a34a14,#16a34a05);border-color:#16a34a26}.NotificationPanel-module-scss-module__7g-Raa__itemIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.NotificationPanel-module-scss-module__7g-Raa__itemIcon:after{content:"";border-radius:inherit;background:inherit;opacity:.2;filter:blur(6px);z-index:-1;position:absolute;inset:-2px}.NotificationPanel-module-scss-module__7g-Raa__itemContent{flex:1;min-width:0}.NotificationPanel-module-scss-module__7g-Raa__itemHeader{align-items:center;gap:8px;margin-bottom:2px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__itemType{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--color-surface);border-radius:4px;padding:1px 6px;font-size:.6875rem;font-weight:600}.NotificationPanel-module-scss-module__7g-Raa__itemTime{color:var(--color-text-muted);margin-left:auto;font-size:.6875rem}.NotificationPanel-module-scss-module__7g-Raa__itemTitle{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 2px;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationPanel-module-scss-module__7g-Raa__itemBody{color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.NotificationPanel-module-scss-module__7g-Raa__itemLink{color:#16a34a;align-items:center;gap:4px;margin-top:8px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:gap .15s;display:inline-flex}.NotificationPanel-module-scss-module__7g-Raa__itemLink:hover{gap:8px;text-decoration:underline}.NotificationPanel-module-scss-module__7g-Raa__dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;box-shadow:0 0 6px #16a34a80}.NotificationPanel-module-scss-module__7g-Raa__modalOverlay{z-index:9998;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.NotificationPanel-module-scss-module__7g-Raa__modal{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #0000004d}.NotificationPanel-module-scss-module__7g-Raa__modalHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalHeaderLeft{flex:1;align-items:flex-start;gap:16px;min-width:0;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.NotificationPanel-module-scss-module__7g-Raa__modalIcon:after{content:"";border-radius:inherit;background:inherit;opacity:.25;filter:blur(8px);z-index:-1;position:absolute;inset:-3px}.NotificationPanel-module-scss-module__7g-Raa__modalTitleBlock{flex:1;min-width:0}.NotificationPanel-module-scss-module__7g-Raa__modalType{text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:600}.NotificationPanel-module-scss-module__7g-Raa__modalTitle{color:var(--color-text);margin:4px 0 0;font-size:1.125rem;font-weight:600;line-height:1.3}.NotificationPanel-module-scss-module__7g-Raa__modalCloseBtn{border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalCloseBtn:hover{background:var(--color-surface-hover);color:var(--color-text)}.NotificationPanel-module-scss-module__7g-Raa__modalBody{flex:1;padding:20px 24px;overflow-y:auto}.NotificationPanel-module-scss-module__7g-Raa__modalBody::-webkit-scrollbar{width:4px}.NotificationPanel-module-scss-module__7g-Raa__modalBody::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.NotificationPanel-module-scss-module__7g-Raa__modalMeta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalMetaItem{color:var(--color-text-muted);align-items:center;gap:4px;font-size:.75rem;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalMetaItem svg{width:14px;height:14px}.NotificationPanel-module-scss-module__7g-Raa__modalPriority{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:.6875rem;font-weight:600}.NotificationPanel-module-scss-module__7g-Raa__priorityLow{color:#22c55e;background:#22c55e1a}.NotificationPanel-module-scss-module__7g-Raa__priorityNormal{color:#3b82f6;background:#3b82f61a}.NotificationPanel-module-scss-module__7g-Raa__priorityHigh{color:#f59e0b;background:#f59e0b1a}.NotificationPanel-module-scss-module__7g-Raa__priorityUrgent{color:#ef4444;background:#ef44441a}.NotificationPanel-module-scss-module__7g-Raa__modalBodyContent{color:var(--color-text-secondary);white-space:pre-wrap;margin:0;font-size:.9375rem;line-height:1.7}.NotificationPanel-module-scss-module__7g-Raa__modalFooter{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.NotificationPanel-module-scss-module__7g-Raa__modalTime{color:var(--color-text-muted);font-size:.75rem}.NotificationPanel-module-scss-module__7g-Raa__modalActionLink{color:#fff;background:#16a34a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.NotificationPanel-module-scss-module__7g-Raa__modalActionLink:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 4px 12px #16a34a4d}.NotificationPanel-module-scss-module__7g-Raa__modalReadBtn{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.8125rem;transition:all .15s;display:inline-flex}.NotificationPanel-module-scss-module__7g-Raa__modalReadBtn:hover{color:#16a34a;background:#16a34a0a;border-color:#16a34a}
.LanguageSwitcher-module-scss-module__VlS4yW__wrapper{position:relative}.LanguageSwitcher-module-scss-module__VlS4yW__trigger{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.LanguageSwitcher-module-scss-module__VlS4yW__trigger:disabled{opacity:.5;cursor:not-allowed}.LanguageSwitcher-module-scss-module__VlS4yW__trigger{color:#52525b;background:0 0;border-radius:8px;gap:4px;padding:8px;font-size:13px;transition:all .15s}.LanguageSwitcher-module-scss-module__VlS4yW__trigger:hover{color:#18181b;background:#f4f4f5}.dark .LanguageSwitcher-module-scss-module__VlS4yW__trigger{color:#d4d4d8}.dark .LanguageSwitcher-module-scss-module__VlS4yW__trigger:hover{color:#fafafa;background:#2a2a33}.LanguageSwitcher-module-scss-module__VlS4yW__label{display:none}@media (min-width:768px){.LanguageSwitcher-module-scss-module__VlS4yW__label{display:inline}}.LanguageSwitcher-module-scss-module__VlS4yW__dropdown{z-index:100;background:#fff;border:1px solid #e4e4e7;border-radius:12px;min-width:160px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 40px #0000001a}.dark .LanguageSwitcher-module-scss-module__VlS4yW__dropdown{background:#1a1a20;border-color:#3a3a45;box-shadow:0 12px 40px #0000004d}.LanguageSwitcher-module-scss-module__VlS4yW__item{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.LanguageSwitcher-module-scss-module__VlS4yW__item:disabled{opacity:.5;cursor:not-allowed}.LanguageSwitcher-module-scss-module__VlS4yW__item{color:#18181b;background:0 0;border-radius:6px;justify-content:space-between;gap:8px;width:100%;padding:8px 12px;font-size:13px;font-weight:400;text-decoration:none}.LanguageSwitcher-module-scss-module__VlS4yW__item:hover{background:#f4f4f5}.dark .LanguageSwitcher-module-scss-module__VlS4yW__item{color:#fafafa}.dark .LanguageSwitcher-module-scss-module__VlS4yW__item:hover{background:#2a2a33}.LanguageSwitcher-module-scss-module__VlS4yW__active{color:#16a34a;background:#16a34a14;font-weight:500}.LanguageSwitcher-module-scss-module__VlS4yW__active:hover{background:#16a34a1f}.dark .LanguageSwitcher-module-scss-module__VlS4yW__active{color:#dcfce7;background:#16a34a26}.dark .LanguageSwitcher-module-scss-module__VlS4yW__active:hover{background:#16a34a33}.LanguageSwitcher-module-scss-module__VlS4yW__itemText{font-size:13px}.LanguageSwitcher-module-scss-module__VlS4yW__switchHint{color:#a1a1aa;font-size:11px}.dark .LanguageSwitcher-module-scss-module__VlS4yW__switchHint{color:#8a8a98}
.Header-module-scss-module__rIun6a__header{z-index:50;-webkit-backdrop-filter:blur(16px)saturate(1.8);backdrop-filter:blur(16px)saturate(1.8);background:#ffffffbf;border-bottom:1px solid #e4e4e7;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #00000008}.dark .Header-module-scss-module__rIun6a__header{background:#0c0c10b3;border-color:#3a3a45;box-shadow:0 1px 3px #00000026}@media (max-width:639px){.Header-module-scss-module__rIun6a__header{height:56px;padding:0 16px}}.Header-module-scss-module__rIun6a__headerAccent{opacity:.3;background:linear-gradient(90deg,#0000,#16a34a,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.dark .Header-module-scss-module__rIun6a__headerAccent{opacity:.2}.Header-module-scss-module__rIun6a__left{align-items:center;gap:12px;display:flex}.Header-module-scss-module__rIun6a__menuButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__menuButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__menuButton{color:#52525b;background:0 0;border-radius:8px;padding:8px;transition:all .15s}.Header-module-scss-module__rIun6a__menuButton:hover{color:#18181b;background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__menuButton{color:#d4d4d8}.dark .Header-module-scss-module__rIun6a__menuButton:hover{color:#fafafa;background:#2a2a33}.Header-module-scss-module__rIun6a__logo{align-items:center;gap:8px;text-decoration:none;display:flex;position:relative}.Header-module-scss-module__rIun6a__logoIcon{color:#fff;background:linear-gradient(135deg,#166534 0%,#16a34a 100%);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #16a34a4d}.Header-module-scss-module__rIun6a__logoText{color:#18181b;letter-spacing:-.03em;background:linear-gradient(135deg,#18181b 0%,#52525b 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:19px;font-weight:700}.dark .Header-module-scss-module__rIun6a__logoText{background:linear-gradient(135deg,#fafafa 0%,#d4d4d8 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:639px){.Header-module-scss-module__rIun6a__logoText{display:none}}.Header-module-scss-module__rIun6a__logoBadge{color:#16a34a;letter-spacing:.02em;background:#16a34a1f;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:700;line-height:1.4}@media (max-width:639px){.Header-module-scss-module__rIun6a__logoBadge{display:none}}.Header-module-scss-module__rIun6a__center{flex:1;justify-content:center;max-width:480px;margin:0 auto;display:flex;position:relative}@media (max-width:639px){.Header-module-scss-module__rIun6a__center{flex:0;max-width:none;margin:0}}.Header-module-scss-module__rIun6a__searchButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__searchButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__searchButton{color:#a1a1aa;background:#fafafa;border:1px solid #e4e4e7;border-radius:12px;justify-content:flex-start;gap:8px;width:100%;padding:8px 16px;transition:all .15s}.Header-module-scss-module__rIun6a__searchButton:hover{background:#f4f4f5;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a14}.dark .Header-module-scss-module__rIun6a__searchButton{color:#8a8a98;background:#1a1a2099;border-color:#3a3a45}.dark .Header-module-scss-module__rIun6a__searchButton:hover{background:#2a2a33;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}@media (max-width:639px){.Header-module-scss-module__rIun6a__searchButton{color:#52525b;background:0 0;border:none;width:auto;padding:8px}.Header-module-scss-module__rIun6a__searchButton:hover{background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__searchButton{color:#d4d4d8;background:0 0}.dark .Header-module-scss-module__rIun6a__searchButton:hover{background:#2a2a33}}.Header-module-scss-module__rIun6a__searchPlaceholder{text-align:left;flex:1;font-size:14px;font-weight:400;line-height:1.5}@media (max-width:639px){.Header-module-scss-module__rIun6a__searchPlaceholder{display:none}}.Header-module-scss-module__rIun6a__searchHint{color:#a1a1aa;background:#f0f0f2;border-radius:4px;align-items:center;gap:2px;padding:2px 5px;font-size:11px;font-weight:500;display:flex}.dark .Header-module-scss-module__rIun6a__searchHint{color:#8a8a98;background:#3a3a45}@media (max-width:639px){.Header-module-scss-module__rIun6a__searchHint{display:none}}.Header-module-scss-module__rIun6a__searchOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;position:fixed;inset:0}.Header-module-scss-module__rIun6a__searchModal{z-index:101;background:#fff;border:1px solid #e4e4e7;border-radius:16px;width:100%;max-width:600px;position:fixed;top:80px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 25px 60px #00000026}.dark .Header-module-scss-module__rIun6a__searchModal{background:#1a1a20;border-color:#3a3a45;box-shadow:0 25px 60px #0006}@media (max-width:639px){.Header-module-scss-module__rIun6a__searchModal{width:auto;top:60px;left:16px;right:16px;transform:none}}.Header-module-scss-module__rIun6a__searchInputWrapper{color:#a1a1aa;border-bottom:1px solid #e4e4e7;align-items:center;gap:12px;padding:16px;display:flex}.dark .Header-module-scss-module__rIun6a__searchInputWrapper{color:#8a8a98;border-color:#3a3a45}.Header-module-scss-module__rIun6a__searchInput{color:#18181b;background:0 0;border:none;outline:none;flex:1;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px}.Header-module-scss-module__rIun6a__searchInput::placeholder{color:#a1a1aa}.dark .Header-module-scss-module__rIun6a__searchInput{color:#fafafa}.dark .Header-module-scss-module__rIun6a__searchInput::placeholder{color:#8a8a98}.Header-module-scss-module__rIun6a__searchClose{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__searchClose:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__searchClose{color:#a1a1aa;background:0 0;border-radius:8px;padding:4px}.Header-module-scss-module__rIun6a__searchClose:hover{color:#18181b;background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__searchClose{color:#8a8a98}.dark .Header-module-scss-module__rIun6a__searchClose:hover{color:#fafafa;background:#2a2a33}.Header-module-scss-module__rIun6a__searchResults{max-height:360px;padding:8px;overflow-y:auto}.Header-module-scss-module__rIun6a__searchEmpty{color:#a1a1aa;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.Header-module-scss-module__rIun6a__searchEmpty p{font-size:14px}.dark .Header-module-scss-module__rIun6a__searchEmpty{color:#8a8a98}.Header-module-scss-module__rIun6a__right{align-items:center;gap:4px;display:flex}.Header-module-scss-module__rIun6a__adminReturnButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__adminReturnButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__adminReturnButton{color:#fff;background:linear-gradient(135deg,#166534 0%,#16a34a 100%);border-color:#0000;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .15s;box-shadow:0 2px 8px #16a34a40}.Header-module-scss-module__rIun6a__adminReturnButton:hover{background:linear-gradient(135deg,#166534 0%,#15803d 100%);transform:translateY(-1px);box-shadow:0 4px 12px #16a34a59}.Header-module-scss-module__rIun6a__adminReturnButton:focus-visible{outline:none;box-shadow:0 0 0 2px #16a34a,0 0 0 4px #16a34a26}@media (max-width:639px){.Header-module-scss-module__rIun6a__adminReturnButton span{display:none}}.Header-module-scss-module__rIun6a__iconButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__iconButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__iconButton{color:#52525b;background:0 0;border-radius:8px;padding:8px;transition:all .15s;position:relative}.Header-module-scss-module__rIun6a__iconButton:hover{color:#18181b;background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__iconButton{color:#d4d4d8}.dark .Header-module-scss-module__rIun6a__iconButton:hover{color:#fafafa;background:#2a2a33}.Header-module-scss-module__rIun6a__divider{background:#e4e4e7;width:1px;height:24px;margin:0 4px}.dark .Header-module-scss-module__rIun6a__divider{background:#3a3a45}@media (max-width:639px){.Header-module-scss-module__rIun6a__divider{display:none}}.Header-module-scss-module__rIun6a__notifBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 0 0 2px #fff}.dark .Header-module-scss-module__rIun6a__notifBadge{box-shadow:0 0 0 2px #0c0c10}.Header-module-scss-module__rIun6a__quickActionsWrapper,.Header-module-scss-module__rIun6a__notifWrapper,.Header-module-scss-module__rIun6a__profileWrapper{position:relative}.Header-module-scss-module__rIun6a__dropdown{z-index:100;background:#fff;border:1px solid #e4e4e7;border-radius:12px;min-width:220px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 40px #0000001a}.dark .Header-module-scss-module__rIun6a__dropdown{background:#1a1a20;border-color:#3a3a45;box-shadow:0 12px 40px #0000004d}.Header-module-scss-module__rIun6a__dropdownHeader{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px;font-size:11px;font-weight:600}.dark .Header-module-scss-module__rIun6a__dropdownHeader{color:#8a8a98}.Header-module-scss-module__rIun6a__dropdownItem{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__dropdownItem:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__dropdownItem{color:#18181b;background:0 0;border-radius:6px;justify-content:flex-start;gap:8px;width:100%;padding:8px 12px;font-size:13px;font-weight:400;text-decoration:none}.Header-module-scss-module__rIun6a__dropdownItem:hover{background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__dropdownItem{color:#fafafa}.dark .Header-module-scss-module__rIun6a__dropdownItem:hover{background:#2a2a33}.Header-module-scss-module__rIun6a__dropdownIcon{color:#16a34a;background:#16a34a14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Header-module-scss-module__rIun6a__dropdownContent{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.Header-module-scss-module__rIun6a__dropdownContent span:first-child{font-weight:500}.Header-module-scss-module__rIun6a__dropdownHint{color:#a1a1aa;font-size:11px}.dark .Header-module-scss-module__rIun6a__dropdownHint{color:#8a8a98}.Header-module-scss-module__rIun6a__dropdownDivider{border:none;border-top:1px solid #e4e4e7;margin:4px 0}.dark .Header-module-scss-module__rIun6a__dropdownDivider{border-color:#3a3a45}.Header-module-scss-module__rIun6a__dropdownUser{align-items:center;gap:12px;padding:12px;display:flex}.Header-module-scss-module__rIun6a__dropdownAvatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.Header-module-scss-module__rIun6a__dropdownAvatarFallback{color:#fff;background:linear-gradient(135deg,#166534 0%,#16a34a 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.Header-module-scss-module__rIun6a__dropdownUserInfo{flex-direction:column;gap:1px;display:flex}.Header-module-scss-module__rIun6a__dropdownUserName{color:#18181b;font-size:14px;font-weight:600}.dark .Header-module-scss-module__rIun6a__dropdownUserName{color:#fafafa}.Header-module-scss-module__rIun6a__dropdownUserEmail{color:#a1a1aa;font-size:12px}.dark .Header-module-scss-module__rIun6a__dropdownUserEmail{color:#8a8a98}.Header-module-scss-module__rIun6a__notifDropdown{z-index:100;background:#fff;border:1px solid #e4e4e7;border-radius:12px;width:360px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 40px #0000001a}.dark .Header-module-scss-module__rIun6a__notifDropdown{background:#1a1a20;border-color:#3a3a45;box-shadow:0 12px 40px #0000004d}@media (max-width:639px){.Header-module-scss-module__rIun6a__notifDropdown{width:calc(100vw - 32px);right:-80px}}.Header-module-scss-module__rIun6a__notifHeader{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.dark .Header-module-scss-module__rIun6a__notifHeader{border-color:#3a3a45}.Header-module-scss-module__rIun6a__notifMarkAll{color:#16a34a;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.Header-module-scss-module__rIun6a__notifMarkAll:hover{text-decoration:underline}.Header-module-scss-module__rIun6a__notifList{max-height:320px;overflow-y:auto}.Header-module-scss-module__rIun6a__notifItem{cursor:pointer;border-bottom:1px solid #e4e4e7;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.Header-module-scss-module__rIun6a__notifItem:hover{background:#f4f4f5}.Header-module-scss-module__rIun6a__notifItem:last-child{border-bottom:none}.dark .Header-module-scss-module__rIun6a__notifItem{border-color:#3a3a45}.dark .Header-module-scss-module__rIun6a__notifItem:hover{background:#2a2a33}.Header-module-scss-module__rIun6a__notifDot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.Header-module-scss-module__rIun6a__notifContent{flex:1;min-width:0}.Header-module-scss-module__rIun6a__notifTitle{color:#18181b;font-size:13px;font-weight:500}.dark .Header-module-scss-module__rIun6a__notifTitle{color:#fafafa}.Header-module-scss-module__rIun6a__notifDesc{color:#a1a1aa;margin-top:1px;font-size:12px}.dark .Header-module-scss-module__rIun6a__notifDesc{color:#8a8a98}.Header-module-scss-module__rIun6a__notifTime{color:#a1a1aa;white-space:nowrap;flex-shrink:0;font-size:11px}.dark .Header-module-scss-module__rIun6a__notifTime{color:#8a8a98}.Header-module-scss-module__rIun6a__notifFooter{border-top:1px solid #e4e4e7;padding:8px}.dark .Header-module-scss-module__rIun6a__notifFooter{border-color:#3a3a45}.Header-module-scss-module__rIun6a__notifViewAll{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__notifViewAll:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__notifViewAll{color:#16a34a;background:0 0;border-radius:8px;gap:8px;width:100%;padding:8px;font-size:13px;font-weight:500}.Header-module-scss-module__rIun6a__notifViewAll:hover{background:#16a34a0f}.Header-module-scss-module__rIun6a__profileButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Header-module-scss-module__rIun6a__profileButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__rIun6a__profileButton{background:0 0;border-radius:12px;gap:8px;padding:4px 8px;transition:all .15s}.Header-module-scss-module__rIun6a__profileButton:hover{background:#f4f4f5}.dark .Header-module-scss-module__rIun6a__profileButton:hover{background:#2a2a33}.Header-module-scss-module__rIun6a__avatar{object-fit:cover;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:border-color .15s}.Header-module-scss-module__rIun6a__profileButton:hover .Header-module-scss-module__rIun6a__avatar{border-color:#16a34a}.Header-module-scss-module__rIun6a__avatarFallback{color:#fff;background:linear-gradient(135deg,#166534 0%,#16a34a 100%);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;transition:border-color .15s;display:flex}.Header-module-scss-module__rIun6a__profileButton:hover .Header-module-scss-module__rIun6a__avatarFallback{border-color:#16a34a}.Header-module-scss-module__rIun6a__profileInfo{text-align:left;flex-direction:column;align-items:flex-start;display:flex}@media (max-width:639px){.Header-module-scss-module__rIun6a__profileInfo{display:none}}.Header-module-scss-module__rIun6a__profileName{color:#18181b;font-size:14px;font-weight:500;line-height:1.3}.dark .Header-module-scss-module__rIun6a__profileName{color:#fafafa}.Header-module-scss-module__rIun6a__profileEmail{color:#a1a1aa;text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:12px;font-weight:400;line-height:1.4;overflow:hidden}.dark .Header-module-scss-module__rIun6a__profileEmail{color:#8a8a98}
.Sidebar-module-scss-module__LGLh5a__aside{z-index:40;flex-shrink:0;width:256px;transition:width .2s;position:fixed;top:64px;bottom:0;left:0;overflow:hidden}.Sidebar-module-scss-module__LGLh5a__aside:before{content:"";pointer-events:none;background:linear-gradient(#0000,#e4e4e7,#0000);width:1px;position:absolute;top:0;bottom:0;right:0}.Sidebar-module-scss-module__LGLh5a__aside.Sidebar-module-scss-module__LGLh5a__collapsed{width:64px}@media (min-width:640px) and (max-width:1023px){.Sidebar-module-scss-module__LGLh5a__aside.Sidebar-module-scss-module__LGLh5a__collapsed{width:64px}}@media (max-width:639px){.Sidebar-module-scss-module__LGLh5a__aside{display:none}}.Sidebar-module-scss-module__LGLh5a__sidebar{background:#fafafaf2;border-right:1px solid #e4e4e7;flex-direction:column;height:100%;padding:16px 12px;display:flex}.dark .Sidebar-module-scss-module__LGLh5a__sidebar{background:#1a1a20f2;border-color:#3a3a45}.Sidebar-module-scss-module__LGLh5a__top{margin-bottom:24px}.Sidebar-module-scss-module__LGLh5a__navSection{margin-bottom:8px}.Sidebar-module-scss-module__LGLh5a__navSectionLabel{color:#a1a1aa;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:600;display:block}.dark .Sidebar-module-scss-module__LGLh5a__navSectionLabel{color:#8a8a98}.Sidebar-module-scss-module__LGLh5a__nav{flex-direction:column;gap:2px;display:flex}.Sidebar-module-scss-module__LGLh5a__navItem{color:#52525b;white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative;overflow:visible}.Sidebar-module-scss-module__LGLh5a__navItem:hover{color:#18181b;background:#f4f4f5}.Sidebar-module-scss-module__LGLh5a__navItem:hover .Sidebar-module-scss-module__LGLh5a__iconWrap{color:#16a34a;background:#16a34a1f}.Sidebar-module-scss-module__LGLh5a__navItem.Sidebar-module-scss-module__LGLh5a__active{color:#16a34a;background:#16a34a14}.Sidebar-module-scss-module__LGLh5a__navItem.Sidebar-module-scss-module__LGLh5a__active .Sidebar-module-scss-module__LGLh5a__iconWrap{color:#16a34a;background:#16a34a1f}.dark .Sidebar-module-scss-module__LGLh5a__navItem.Sidebar-module-scss-module__LGLh5a__active{background:#16a34a1f}.dark .Sidebar-module-scss-module__LGLh5a__navItem{color:#d4d4d8}.dark .Sidebar-module-scss-module__LGLh5a__navItem:hover{color:#fafafa;background:#2a2a33}.Sidebar-module-scss-module__LGLh5a__activeIndicator{background:#16a34a;border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;top:50%;left:-12px;transform:translateY(-50%);box-shadow:0 0 8px #16a34a66}.dark .Sidebar-module-scss-module__LGLh5a__activeIndicator{box-shadow:0 0 8px #16a34a4d}.Sidebar-module-scss-module__LGLh5a__iconWrap{width:34px;height:34px;color:inherit;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Sidebar-module-scss-module__LGLh5a__iconActive{color:#16a34a;background:#16a34a1f}.Sidebar-module-scss-module__LGLh5a__navLabel{text-overflow:ellipsis;overflow:hidden}.Sidebar-module-scss-module__LGLh5a__tooltip{color:#fff;white-space:nowrap;z-index:60;pointer-events:none;background:#18181b;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.dark .Sidebar-module-scss-module__LGLh5a__tooltip{color:#0c0c10;background:#fafafa}.Sidebar-module-scss-module__LGLh5a__spacer{flex:1}.Sidebar-module-scss-module__LGLh5a__collapseButtonTop{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.Sidebar-module-scss-module__LGLh5a__collapseButtonTop:disabled{opacity:.5;cursor:not-allowed}.Sidebar-module-scss-module__LGLh5a__collapseButtonTop{color:#a1a1aa;background:0 0;border-radius:8px;justify-content:flex-start;gap:12px;width:100%;padding:8px 12px;font-size:14px;font-weight:500;transition:all .15s}.Sidebar-module-scss-module__LGLh5a__collapseButtonTop:hover{color:#18181b;background:#f4f4f5}.dark .Sidebar-module-scss-module__LGLh5a__collapseButtonTop{color:#8a8a98}.dark .Sidebar-module-scss-module__LGLh5a__collapseButtonTop:hover{color:#fafafa;background:#2a2a33}@media (min-width:640px) and (max-width:1023px){.Sidebar-module-scss-module__LGLh5a__collapseButtonTop{display:none}}.Sidebar-module-scss-module__LGLh5a__upgradeSection{border-top:1px solid #e4e4e7;margin-top:8px;padding-top:16px}.dark .Sidebar-module-scss-module__LGLh5a__upgradeSection{border-color:#3a3a45}.Sidebar-module-scss-module__LGLh5a__upgradeCard{background:linear-gradient(135deg,#16a34a14,#16a34a08);border:1px solid #16a34a26;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.dark .Sidebar-module-scss-module__LGLh5a__upgradeCard{background:linear-gradient(135deg,#16a34a1f,#16a34a0a);border-color:#16a34a33}.Sidebar-module-scss-module__LGLh5a__upgradeIcon{color:#16a34a;background:#16a34a1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Sidebar-module-scss-module__LGLh5a__upgradeText{flex-direction:column;gap:2px;display:flex}.Sidebar-module-scss-module__LGLh5a__upgradeTitle{color:#18181b;font-size:14px;font-weight:600}.dark .Sidebar-module-scss-module__LGLh5a__upgradeTitle{color:#fafafa}.Sidebar-module-scss-module__LGLh5a__upgradeDesc{color:#a1a1aa;font-size:12px;line-height:1.4}.dark .Sidebar-module-scss-module__LGLh5a__upgradeDesc{color:#8a8a98}.Sidebar-module-scss-module__LGLh5a__upgradeButton{color:#fff;background:#16a34a;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module-scss-module__LGLh5a__upgradeButton:hover{color:#fff;background:#15803d}.Sidebar-module-scss-module__LGLh5a__upgradeIconCollapsed{color:#16a34a;background:#16a34a1f;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module-scss-module__LGLh5a__upgradeIconCollapsed:hover{color:#15803d;background:#16a34a33}.Sidebar-module-scss-module__LGLh5a__overlay{z-index:45;background:#00000080;position:fixed;inset:0}@media (min-width:1024px){.Sidebar-module-scss-module__LGLh5a__overlay{display:none}}.Sidebar-module-scss-module__LGLh5a__mobileSidebar{z-index:50;background:#fff;width:256px;position:fixed;top:0;bottom:0;left:0}.dark .Sidebar-module-scss-module__LGLh5a__mobileSidebar{background:#0c0c10}@media (min-width:1024px){.Sidebar-module-scss-module__LGLh5a__mobileSidebar{display:none}}.Sidebar-module-scss-module__LGLh5a__mobileSidebar .Sidebar-module-scss-module__LGLh5a__sidebar{border-right:none}
.BottomTabBar-module-scss-module__gyY58W__tabBar{z-index:50;height:64px;padding-bottom:env(safe-area-inset-bottom,0);background:#fff;border-top:1px solid #e4e4e7;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.dark .BottomTabBar-module-scss-module__gyY58W__tabBar{background:#0c0c10;border-color:#3a3a45}@media (min-width:768px){.BottomTabBar-module-scss-module__gyY58W__tabBar{display:none}}.BottomTabBar-module-scss-module__gyY58W__tab{color:#a1a1aa;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:56px;min-height:44px;padding:8px 12px;text-decoration:none;transition:color .15s;display:flex}.BottomTabBar-module-scss-module__gyY58W__tab:hover{color:#52525b}.BottomTabBar-module-scss-module__gyY58W__tab.BottomTabBar-module-scss-module__gyY58W__active{color:#16a34a}.dark .BottomTabBar-module-scss-module__gyY58W__tab{color:#8a8a98}.dark .BottomTabBar-module-scss-module__gyY58W__tab:hover{color:#d4d4d8}.dark .BottomTabBar-module-scss-module__gyY58W__tab.BottomTabBar-module-scss-module__gyY58W__active{color:#16a34a}.BottomTabBar-module-scss-module__gyY58W__label{font-size:10px;font-weight:500;line-height:1}
.WorkspaceCreationWizard-module-scss-module__-3LGhq__container{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}@media (max-width:639px){.WorkspaceCreationWizard-module-scss-module__-3LGhq__container{padding:8px}}.WorkspaceCreationWizard-module-scss-module__-3LGhq__card{z-index:10;background:#fff;border:2px solid #e4e4e7;border-radius:16px;flex-direction:column;justify-content:center;width:100%;max-width:35rem;min-height:75vh;max-height:95vh;padding:16px 16px 4px;display:flex;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000a}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__card{background:#1a1a20;border-color:#3a3a45}@media (min-width:640px) and (max-width:1023px){.WorkspaceCreationWizard-module-scss-module__-3LGhq__card{min-height:35rem;padding:48px 48px 4px}}.WorkspaceCreationWizard-module-scss-module__-3LGhq__progressContainer{width:100%;padding:32px 32px 8px;position:absolute;top:0;left:0;right:0}.WorkspaceCreationWizard-module-scss-module__-3LGhq__progressBar{gap:8px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__progressBar div{background:#f0f0f2;border-radius:9999px;flex:1;height:4px;overflow:hidden}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__progressBar div{background:#2a2a33}.WorkspaceCreationWizard-module-scss-module__-3LGhq__progressBar div div{transform-origin:0;background:#a1a1aa;height:100%;transition:all .5s ease-out}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__progressBar div div{background:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__progressLabels{justify-content:space-between;margin-top:8px;padding:0 4px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepLabel{text-transform:uppercase;letter-spacing:.05em;color:#52525b;font-size:12px;font-weight:500}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepLabel{color:#d4d4d8}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepTitle{text-transform:uppercase;letter-spacing:.05em;color:#a1a1aa;font-size:12px;font-weight:500}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepTitle{color:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__content{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;padding:0 16px 16px;display:flex;overflow-y:auto}@media (min-width:640px) and (max-width:1023px){.WorkspaceCreationWizard-module-scss-module__-3LGhq__content{padding:0}}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepContent{width:100%;max-width:340px;margin:0 auto}.WorkspaceCreationWizard-module-scss-module__-3LGhq__logoContainer{justify-content:center;margin-bottom:8px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__logoPlaceholder{background:linear-gradient(135deg,#16a34a,#166534);border-radius:16px;justify-content:center;align-items:center;width:7rem;height:7rem;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__logoPlaceholder svg{width:60%;height:60%}.WorkspaceCreationWizard-module-scss-module__-3LGhq__title{text-align:center;color:#18181b;margin:8px 0 24px;font-size:30px;font-weight:400}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__title{color:#fafafa}.WorkspaceCreationWizard-module-scss-module__-3LGhq__highlight{background:linear-gradient(to bottom right,#15803d,#16a34a);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.WorkspaceCreationWizard-module-scss-module__-3LGhq__form{grid-template-columns:1fr;gap:24px;width:80%;margin:0 auto;display:grid}.WorkspaceCreationWizard-module-scss-module__-3LGhq__inputGroup{width:100%}.WorkspaceCreationWizard-module-scss-module__-3LGhq__input{color:#18181b;text-align:center;background:#fff;border:1px solid #e4e4e7;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .15s;display:block}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__input{color:#fafafa;background:#1a1a20;border-color:#3a3a45}.WorkspaceCreationWizard-module-scss-module__-3LGhq__input::placeholder{color:#a1a1aa}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__input::placeholder{color:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a33}.WorkspaceCreationWizard-module-scss-module__-3LGhq__input:disabled{cursor:not-allowed;background:#fafafa}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__input:disabled{background:#1a1a20}.WorkspaceCreationWizard-module-scss-module__-3LGhq__inputError{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}.WorkspaceCreationWizard-module-scss-module__-3LGhq__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#166534 100%);border:none;border-bottom:3px solid #166534;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d}.WorkspaceCreationWizard-module-scss-module__-3LGhq__button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__button:active:not(:disabled){background:linear-gradient(135deg,#15803d 0%,#16a34a 100%);border-bottom:0;transform:translateY(0)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.WorkspaceCreationWizard-module-scss-module__-3LGhq__buttonIcon{width:1rem;height:1rem;margin-left:4px;transition:transform .2s}.WorkspaceCreationWizard-module-scss-module__-3LGhq__button:hover .WorkspaceCreationWizard-module-scss-module__-3LGhq__buttonIcon{transform:translate(2px)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__surveyForm{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__surveyGroup{flex-direction:column;width:100%;margin-bottom:24px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__surveyLabel{color:#52525b;text-align:center;margin-bottom:8px;font-size:.85rem;font-weight:500}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__surveyLabel{color:#d4d4d8}.WorkspaceCreationWizard-module-scss-module__-3LGhq__required{color:#ef4444}.WorkspaceCreationWizard-module-scss-module__-3LGhq__selectWrapper{width:100%;position:relative}.WorkspaceCreationWizard-module-scss-module__-3LGhq__select{color:#18181b;text-align:center;appearance:none;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;outline:none;width:100%;min-height:3rem;padding:12px 16px;font-size:12px;transition:all .15s}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__select{color:#fafafa;background:#1a1a20;border-color:#3a3a45}.WorkspaceCreationWizard-module-scss-module__-3LGhq__select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a33}.WorkspaceCreationWizard-module-scss-module__-3LGhq__select:disabled{cursor:not-allowed;opacity:.5}.WorkspaceCreationWizard-module-scss-module__-3LGhq__selectError{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}.WorkspaceCreationWizard-module-scss-module__-3LGhq__selectIcon{opacity:.5;pointer-events:none;color:#a1a1aa;width:1rem;height:1rem;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__selectIcon{color:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__buttonGroup{gap:16px;width:100%;margin-top:40px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__secondaryButton{color:#18181b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex:1;padding:12px 20px;font-size:14px;font-weight:600;transition:all .15s;box-shadow:0 1px 2px #0000000d}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__secondaryButton{color:#fafafa;background:#1a1a20;border-color:#3a3a45}.WorkspaceCreationWizard-module-scss-module__-3LGhq__secondaryButton:hover:not(:disabled){background:#f4f4f5}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__secondaryButton:hover:not(:disabled){background:#2a2a33}.WorkspaceCreationWizard-module-scss-module__-3LGhq__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.WorkspaceCreationWizard-module-scss-module__-3LGhq__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#166534 100%);border:none;border-bottom:3px solid #166534;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d}.WorkspaceCreationWizard-module-scss-module__-3LGhq__primaryButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__primaryButton:active:not(:disabled){background:linear-gradient(135deg,#15803d 0%,#16a34a 100%);border-bottom:0;transform:translateY(0)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__primaryButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.WorkspaceCreationWizard-module-scss-module__-3LGhq__finalContent{color:#18181b;width:100%;padding:24px 16px 16px}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__finalContent{color:#fafafa}@media (min-width:640px) and (max-width:1023px){.WorkspaceCreationWizard-module-scss-module__-3LGhq__finalContent{padding:24px 0 16px}}.WorkspaceCreationWizard-module-scss-module__-3LGhq__intro{text-align:center;margin-bottom:24px}.WorkspaceCreationWizard-module-scss-module__-3LGhq__finalTitle{color:#18181b;margin:0 0 8px;font-size:20px;font-weight:700}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__finalTitle{color:#fafafa}.WorkspaceCreationWizard-module-scss-module__-3LGhq__finalSubtitle{color:#a1a1aa;max-width:14rem;margin:0 auto;font-size:14px}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__finalSubtitle{color:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__steps{margin-top:24px}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepsTitle{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:#a1a1aa;margin-bottom:12px;font-size:12px;font-weight:600}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepsTitle{color:#8a8a98}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepItem{background:#fafafa;border-radius:12px;align-items:flex-start;gap:16px;margin-bottom:12px;padding:12px;display:flex}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepItem{background:#1a1a20}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepNumber{color:#18181b;background:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:14px;font-weight:700;display:flex}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepNumber{color:#fafafa;background:#1a1a20;border-color:#3a3a45}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepText h3{color:#18181b;margin:0 0 4px;font-size:.875rem;font-weight:700}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepText h3{color:#fafafa}.WorkspaceCreationWizard-module-scss-module__-3LGhq__stepText p{color:#52525b;margin:0;font-size:12px}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__stepText p{color:#d4d4d8}.WorkspaceCreationWizard-module-scss-module__-3LGhq__finalActions{margin-top:24px;padding:0 16px}.WorkspaceCreationWizard-module-scss-module__-3LGhq__getStartedButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#166534 100%);border:none;border-bottom:3px solid #166534;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d}.WorkspaceCreationWizard-module-scss-module__-3LGhq__getStartedButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__getStartedButton:active:not(:disabled){background:linear-gradient(135deg,#15803d 0%,#16a34a 100%);border-bottom:0;transform:translateY(0)}.WorkspaceCreationWizard-module-scss-module__-3LGhq__getStartedButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.WorkspaceCreationWizard-module-scss-module__-3LGhq__plansLink{justify-content:center;align-items:center;margin-top:16px;display:flex}.WorkspaceCreationWizard-module-scss-module__-3LGhq__plansButton{color:#16a34a;text-underline-offset:.125rem;cursor:pointer;background:0 0;border:none;font-size:14px;text-decoration:underline;transition:color .15s}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__plansButton{color:#dcfce7}.WorkspaceCreationWizard-module-scss-module__-3LGhq__plansButton:hover{color:#15803d}.dark .WorkspaceCreationWizard-module-scss-module__-3LGhq__plansButton:hover{color:#16a34a}.WorkspaceCreationWizard-module-scss-module__-3LGhq__errorMessage{color:#ef4444;text-align:center;margin-top:4px;font-size:12px}
.layout-module-scss-module__tpULjW__loading{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.dark .layout-module-scss-module__tpULjW__loading{background:#0c0c10}.layout-module-scss-module__tpULjW__spinner{color:#16a34a;animation:1s linear infinite layout-module-scss-module__tpULjW__spin}@keyframes layout-module-scss-module__tpULjW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout-module-scss-module__tpULjW__layout{background:#fff;flex-direction:column;min-height:100vh;display:flex}.dark .layout-module-scss-module__tpULjW__layout{background:#0c0c10}.layout-module-scss-module__tpULjW__body{flex:1;padding-top:0;transition:padding-left .25s cubic-bezier(.4,0,.2,1)}@media (max-width:639px){.layout-module-scss-module__tpULjW__body{padding-left:0!important}}.layout-module-scss-module__tpULjW__main{width:100%;max-width:1440px;min-height:calc(100vh - 64px);margin:0 auto;padding:32px 32px 96px;position:relative}.layout-module-scss-module__tpULjW__main:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20% 0,#16a34a08 0%,#0000 60%),radial-gradient(at 80% 100%,#3b82f605 0%,#0000 50%);position:fixed;inset:0}.layout-module-scss-module__tpULjW__main>*{z-index:1;position:relative}@media (max-width:639px){.layout-module-scss-module__tpULjW__main{padding:16px 16px 80px}}@media (min-width:640px) and (max-width:1023px){.layout-module-scss-module__tpULjW__main{padding:24px 24px 88px}}
.not-found-module-scss-module__HfxUKG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.not-found-module-scss-module__HfxUKG__animation{width:300px;max-width:100%;margin-bottom:2rem}@media (min-width:768px){.not-found-module-scss-module__HfxUKG__animation{width:400px}}.not-found-module-scss-module__HfxUKG__title{color:var(--color-text-primary);margin:0;font-size:4rem;font-weight:800;line-height:1}.not-found-module-scss-module__HfxUKG__message{color:var(--color-text-secondary);margin-top:1rem;font-size:1.25rem}
