:root{--bg-dark: #0B0F19;--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .05);--primary: #3B82F6;--primary-glow: rgba(59, 130, 246, .5);--accent: #60A5FA;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--border-light: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--container-width: 1200px;--header-height: 70px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--radius-full: 9999px;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px;width:100%}.glass-panel{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light)}.text-gradient{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}._footer_1kz3s_1{border-top:1px solid var(--border-light);padding:32px 0;background:#0b0f1980;margin-top:80px}._container_1kz3s_15{display:flex;justify-content:space-between;color:var(--text-tertiary);font-size:.875rem}._links_1kz3s_29{display:flex;gap:24px}._links_1kz3s_29 a:hover{color:var(--text-secondary)}@media(max-width:600px){._container_1kz3s_15{flex-direction:column;gap:16px;align-items:center}}._button_1u4n1_1{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-full);font-weight:500;transition:all .2s ease;position:relative;overflow:hidden}._button_1u4n1_1:disabled{opacity:.6;cursor:not-allowed}._primary_1u4n1_37{background:var(--primary);color:#fff;box-shadow:0 0 20px -5px var(--primary-glow);border:1px solid rgba(255,255,255,.1)}._primary_1u4n1_37:not(:disabled):hover{background:#2563eb;box-shadow:0 0 25px -5px var(--primary-glow);transform:translateY(-1px)}._secondary_1u4n1_65{background:#ffffff0d;border:1px solid var(--border-light);color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._secondary_1u4n1_65:not(:disabled):hover{background:#ffffff1a;border-color:var(--border-hover)}._ghost_1u4n1_89{background:transparent;color:var(--text-secondary)}._ghost_1u4n1_89:not(:disabled):hover{color:var(--text-primary);background:#ffffff0d}._sm_1u4n1_111{height:32px;padding:0 12px;font-size:.875rem}._md_1u4n1_123{height:44px;padding:0 20px;font-size:.95rem}._lg_1u4n1_135{height:52px;padding:0 32px;font-size:1rem}._spinner_1u4n1_147{animation:_spin_1u4n1_147 1s linear infinite}@keyframes _spin_1u4n1_147{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._navbar_1rqm9_1{position:fixed;top:0;left:0;right:0;height:var(--header-height);z-index:50;transition:all .3s ease;border-bottom:1px solid transparent}._scrolled_1rqm9_23{background:#0b0f19cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light)}._container_1rqm9_37{height:100%;display:flex;align-items:center;justify-content:space-between}._logo_1rqm9_51{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.25rem;letter-spacing:-.02em}._logoIcon_1rqm9_69{width:32px;height:32px;background:linear-gradient(135deg,var(--primary) 0%,#2563EB 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px var(--primary-glow)}._logoImage_1rqm9_91{width:32px;height:32px;size:"cover";border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px var(--primary-glow)}._logoSuffix_1rqm9_117{font-weight:400;color:var(--text-secondary);font-size:1rem;margin-left:4px}._desktopNav_1rqm9_131{display:flex;gap:32px}._link_1rqm9_141{color:var(--text-secondary);font-size:.95rem;transition:color .2s}._link_1rqm9_141:hover{color:var(--text-primary)}._actions_1rqm9_161{display:flex;align-items:center;gap:16px}._mobileToggle_1rqm9_173{display:none;color:var(--text-primary)}@media(max-width:768px){._desktopNav_1rqm9_131,._actions_1rqm9_161{display:none}._mobileToggle_1rqm9_173{display:block}}._sidebar_1dacg_1{width:280px;height:100vh;background:#0f172a;border-right:1px solid #1e293b;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:50;color:#f8fafc}._logo_1dacg_33{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #1e293b;margin-bottom:1rem}._logoIcon_1dacg_51{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center}._logoImage_1dacg_71{width:40px;height:40px;size:"cover";border-radius:8px;display:flex;align-items:center;justify-content:center}._logoText_1dacg_93{font-size:1.25rem;font-weight:700;letter-spacing:-.5px}._menu_1dacg_105{flex:1;padding:0 1rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}._menuLink_1dacg_127{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#94a3b8;text-decoration:none;transition:all .2s;font-weight:500}._menuLink_1dacg_127:hover,._menuLink_1dacg_127._active_1dacg_153{background:#1e293b;color:#fff}._userProfile_1dacg_163{padding:1rem;border-top:1px solid #1e293b;display:flex;align-items:center;gap:.75rem}._avatar_1dacg_179{width:40px;height:40px;border-radius:50%;background:#334155;display:flex;align-items:center;justify-content:center;font-weight:600}._userInfo_1dacg_201{flex:1;overflow:hidden}._userName_1dacg_211{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userRole_1dacg_227{font-size:.75rem;color:#64748b}._topbar_1prii_1{height:64px;background:#0f172a;border-bottom:1px solid #1e293b;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:40}._title_1prii_27{font-size:1.125rem;font-weight:600;color:#fff}._actions_1prii_39{display:flex;gap:1rem}._layout_1ahc2_1{display:flex;background:#020617;min-height:100vh}._main_1ahc2_15{flex:1;margin-left:280px;display:flex;flex-direction:column}._content_1ahc2_31{flex:1;padding:2rem;color:#e2e8f0}._card_7cp37_1{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px;transition:transform .2s ease,background .2s ease}._gradient_7cp37_21{background:radial-gradient(circle at top left,#ffffff14,#ffffff05)}._section_12259_1{padding:100px 0;position:relative}._header_12259_11{text-align:center;max-width:700px;margin:0 auto 60px}._title_12259_23{font-size:3rem;font-weight:700;margin-bottom:20px}._subtitle_12259_35{font-size:1.125rem;color:var(--text-secondary)}._grid_12259_45{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;grid-auto-rows:240px}._card_12259_59{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;height:100%}._card_12259_59:hover{transform:translateY(-5px);background:var(--bg-card-hover);border-color:#60a5fa4d}._cardHeader_12259_89{margin-bottom:12px}._iconWrapper_12259_97{width:48px;height:48px;background:#3b82f61a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:20px}._cardTitle_12259_121{font-size:1.25rem;font-weight:600;color:var(--text-primary)}._cardDesc_12259_133{color:var(--text-secondary);line-height:1.5;font-size:.95rem}._cardGlow_12259_145{position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle at top right,rgba(59,130,246,.15),transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}._card_12259_59:hover ._cardGlow_12259_145{opacity:1}._gridItemLarge_12259_179{grid-column:span 2;grid-row:span 1}._gridItemMedium_12259_189,._gridItemSmall_12259_199{grid-column:span 1;grid-row:span 1}@media(max-width:900px){._grid_12259_45{grid-template-columns:repeat(2,1fr)}._gridItemLarge_12259_179{grid-column:span 2}}@media(max-width:600px){._grid_12259_45{grid-template-columns:1fr;grid-auto-rows:auto}._gridItemLarge_12259_179,._gridItemMedium_12259_189,._gridItemSmall_12259_199{grid-column:span 1}._card_12259_59{min-height:240px}}._hero_ccuay_1{position:relative;padding-top:100px;padding-bottom:0;min-height:90vh;display:flex;align-items:center;overflow:hidden}._glowBg_ccuay_21{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.08) 0%,transparent 50%);pointer-events:none;z-index:0}._container_ccuay_45{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}._content_ccuay_63{max-width:800px;margin-bottom:60px}._label_ccuay_73{display:inline-block;padding:1px;border-radius:var(--radius-full);background:linear-gradient(90deg,transparent,rgba(96,165,250,.5),transparent);margin-bottom:24px}._labelText_ccuay_89{display:block;padding:4px 12px;background:#0b0f19;border-radius:var(--radius-full);font-size:.875rem;color:var(--accent);border:1px solid rgba(96,165,250,.2)}._title_ccuay_109{font-size:4rem;line-height:1.1;font-weight:700;margin-bottom:24px;letter-spacing:-.03em}._subtitle_ccuay_125{font-size:1.25rem;color:var(--text-secondary);margin-bottom:-40px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}._actions_ccuay_145{display:flex;gap:16px;margin-top:40px;justify-content:center}._visual_ccuay_161{position:relative;width:100%;max-width:600px;aspect-ratio:16/9;display:flex;justify-content:center;align-items:center}._circleOuter_ccuay_181{width:300px;height:300px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);box-shadow:0 0 100px -20px #3b82f633}._circleInner_ccuay_207{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#1e293bcc,#0f172ae6);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 20px #00000080}._aiInterface_ccuay_233{text-align:center;color:var(--accent)}._botIcon_ccuay_243{margin-bottom:8px;filter:drop-shadow(0 0 8px var(--primary))}._aiText_ccuay_253{font-family:monospace;font-size:.8rem;opacity:.8}._typing_ccuay_265{overflow:hidden;white-space:nowrap;animation:_typing_ccuay_265 3s steps(20,end) infinite}@keyframes _typing_ccuay_265{0%{width:0}50%{width:100%}90%{width:100%}to{width:0}}._floatCard_ccuay_315{position:absolute;padding:12px 20px;display:flex;align-items:center;gap:12px;min-width:160px;animation:_float_ccuay_315 6s ease-in-out infinite}._cardLeft_ccuay_335{left:-40px;top:50%}._cardRight_ccuay_345{right:-40px;top:30%;animation-delay:-3s}._cardIcon_ccuay_357{width:32px;height:32px;background:#3b82f633;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent)}._cardLabel_ccuay_379{font-size:.75rem;color:var(--text-secondary)}._cardValue_ccuay_389{font-weight:700;color:var(--text-primary)}@keyframes _float_ccuay_315{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){._title_ccuay_109{font-size:2.5rem}._visual_ccuay_161{margin-top:40px;transform:scale(.8)}._cardLeft_ccuay_335,._cardRight_ccuay_345{display:none}}._section_bie6k_1{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:#ffffff05;padding:40px 0}._container_bie6k_15{display:flex;justify-content:space-around;flex-wrap:wrap;gap:32px}._statItem_bie6k_29{text-align:center}._value_bie6k_37{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:4px;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._label_bie6k_57{color:var(--text-secondary);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:600px){._container_bie6k_15{display:grid;grid-template-columns:1fr 1fr;gap:24px}}._section_1tcga_1{padding:8rem 0;position:relative}._header_1tcga_11{text-align:center;margin-bottom:5rem;max-width:600px;margin-left:auto;margin-right:auto}._title_1tcga_27{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._subtitle_1tcga_47{font-size:1.125rem;color:#94a3b8;line-height:1.6}._grid_1tcga_59{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){._grid_1tcga_59{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._grid_1tcga_59{grid-template-columns:repeat(3,1fr)}}._card_1tcga_95{height:100%;display:flex;flex-direction:column;padding:2rem;transition:transform .2s ease,box-shadow .2s ease;min-height:280px}._card_1tcga_95:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #3b82f61a}._iconWrapper_1tcga_123{width:48px;height:48px;background:#3b82f61a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#60a5fa}._productTitle_1tcga_147{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}._productDesc_1tcga_161{color:#94a3b8;line-height:1.6;font-size:.95rem;flex-grow:1}._cardGlow_1tcga_175{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.05),transparent 40%);opacity:0;transition:opacity .5s;pointer-events:none}._card_1tcga_95:hover ._cardGlow_1tcga_175{opacity:1}._section_ftu40_1{padding:0;background:linear-gradient(180deg,transparent 0%,rgba(59,130,246,.05) 50%,transparent 100%)}._header_ftu40_11{text-align:center;margin-bottom:5rem;max-width:600px;margin-left:auto;margin-right:auto}._title_ftu40_27{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}._subtitle_ftu40_41{font-size:1.125rem;color:#94a3b8;line-height:1.6}._grid_ftu40_53{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){._grid_ftu40_53{grid-template-columns:repeat(2,1fr)}}._card_ftu40_77{overflow:hidden;height:100%;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);background:#0d0d0d99}._imageWrapper_ftu40_95{width:100%;height:240px;background:#1e293b;position:relative;overflow:hidden}._placeholderImage_ftu40_111{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;background:linear-gradient(45deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;color:#475569}._card_ftu40_77:hover ._placeholderImage_ftu40_111{transform:scale(1.05)}._content_ftu40_143{padding:2rem;flex-grow:1;display:flex;flex-direction:column}._category_ftu40_157{font-size:.875rem;color:#60a5fa;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}._projectTitle_ftu40_175{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}._projectDesc_ftu40_189{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}._link_ftu40_201{margin-top:auto;color:#fff;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:gap .2s ease}._link_ftu40_201:hover{gap:.75rem;color:#60a5fa}._section_pk7tg_1{padding:3rem 0;text-align:center}._inner_pk7tg_11{background:linear-gradient(180deg,#1e293b80,#0f172a80);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:4rem 2rem;position:relative;overflow:hidden}._content_pk7tg_29{position:relative;z-index:10;max-width:600px;margin:0 auto}._title_pk7tg_43{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}._description_pk7tg_59{font-size:1.25rem;color:#94a3b8;margin-bottom:3rem;line-height:1.6}._buttonGroup_pk7tg_73{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._glow_pk7tg_87{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle at center,rgba(59,130,246,.15) 0%,transparent 70%);pointer-events:none}._section_50e8d_1{padding:8rem 0}._header_50e8d_9{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}._title_50e8d_25{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}._subtitle_50e8d_41{font-size:1.25rem;color:#94a3b8;line-height:1.6}._grid_50e8d_53{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){._grid_50e8d_53{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._grid_50e8d_53{grid-template-columns:repeat(3,1fr)}}._card_50e8d_89{padding:2.5rem;display:flex;flex-direction:column;height:100%;transition:all .3s ease}._card_50e8d_89:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #3b82f626;border-color:#60a5fa4d}._iconWrapper_50e8d_117{width:64px;height:64px;border-radius:16px;background:#3b82f61a;color:#60a5fa;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._cardTitle_50e8d_141{font-size:1.5rem;font-weight:600;color:#f8fafc;margin-bottom:1rem}._cardDesc_50e8d_155{color:#94a3b8;line-height:1.6;font-size:1rem}._section_h08lz_1{padding:8rem 0}._header_h08lz_9{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}._title_h08lz_25{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}._subtitle_h08lz_41{font-size:1.25rem;color:#94a3b8;line-height:1.6}._mission_h08lz_53{background:#1e293b4d;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;margin-bottom:4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._missionTitle_h08lz_71{font-size:2rem;color:#f8fafc;margin-bottom:1rem;font-weight:600}._missionText_h08lz_85{font-size:1.125rem;color:#cbd5e1;line-height:1.7;max-width:800px}._valuesGrid_h08lz_99{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){._valuesGrid_h08lz_99{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._valuesGrid_h08lz_99{grid-template-columns:repeat(4,1fr)}}._valueCard_h08lz_135{background:linear-gradient(180deg,#ffffff08,#fff0);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;transition:transform .2s ease}._valueCard_h08lz_135:hover{transform:translateY(-5px);background:#ffffff0d}._icon_h08lz_161{color:#60a5fa;margin-bottom:1rem}._valueCard_h08lz_135 h3{color:#f8fafc;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._valueCard_h08lz_135 p{color:#94a3b8;line-height:1.5;font-size:.95rem}._section_dpg81_1{padding:8rem 0}._header_dpg81_9{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}._title_dpg81_25{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}._subtitle_dpg81_41{font-size:1.25rem;color:#94a3b8;line-height:1.6}._contentGrid_dpg81_53{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1000px;margin:0 auto}@media(min-width:900px){._contentGrid_dpg81_53{grid-template-columns:3fr 2fr}}._formCard_dpg81_81{background:#1e293b4d;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._formGroup_dpg81_97{margin-bottom:1.5rem}._formGroup_dpg81_97 label{display:block;color:#94a3b8;margin-bottom:.5rem;font-weight:500}._input_dpg81_119,._textarea_dpg81_121{width:100%;padding:1rem;border-radius:12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;transition:all .2s ease}._input_dpg81_119:focus,._textarea_dpg81_121:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f633}._submitBtn_dpg81_157{width:100%}._infoColumn_dpg81_165{display:flex;flex-direction:column;gap:2rem}._infoCard_dpg81_177{background:linear-gradient(180deg,#ffffff08,#fff0);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem}._infoCard_dpg81_177 h3{color:#f8fafc;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}._infoItem_dpg81_205{display:flex;align-items:flex-start;gap:1rem;color:#cbd5e1;margin-bottom:1.25rem;line-height:1.5}._icon_dpg81_223{color:#60a5fa;margin-top:.125rem}._consultCard_dpg81_233{border-color:#60a5fa4d;background:#3b82f60d}._consultCard_dpg81_233 p{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}._page_1liyx_1{padding-top:8rem;padding-bottom:5rem;min-height:100vh}._backLink_1liyx_13{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;font-size:.875rem;margin-bottom:2rem;transition:color .2s}._backLink_1liyx_13:hover{color:#fff}._header_1liyx_43{margin-bottom:4rem}._category_1liyx_51{color:#3b82f6;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}._title_1liyx_69{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#94a3b8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._description_1liyx_91{font-size:1.125rem;line-height:1.75;color:#c0c4cc;max-width:800px}._heroImage_1liyx_107{width:100%;height:300px;border-radius:1rem;margin-bottom:4rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1)}._contentGrid_1liyx_133{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){._contentGrid_1liyx_133{grid-template-columns:2fr 1fr}}._section_1liyx_157{margin-bottom:3rem}._sectionTitle_1liyx_165{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}._text_1liyx_179{color:#94a3b8;line-height:1.7}._statsGrid_1liyx_189{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}._statCard_1liyx_203{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1.5rem}._statValue_1liyx_217{color:#fff;font-size:.95rem;line-height:1.5}._sidebar_1liyx_231{display:flex;flex-direction:column;gap:2rem}._sidebarCard_1liyx_243{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem}._sidebarTitle_1liyx_257{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}._techList_1liyx_271{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}._techItem_1liyx_289{background:#3b82f61a;color:#60a5fa;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}._notFound_1liyx_305{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:4rem}._notFoundTitle_1liyx_325{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}._notFoundText_1liyx_339{color:#94a3b8;margin-bottom:2rem}._section_mhpwr_1{padding:8rem 0 5rem;min-height:100vh;display:flex;align-items:center;position:relative}._content_mhpwr_17{max-width:600px;margin:0 auto;width:100%}._header_mhpwr_29{text-align:center;margin-bottom:3rem}._title_mhpwr_39{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtitle_mhpwr_57{font-size:1.125rem;color:#94a3b8;line-height:1.6}._formCard_mhpwr_69{background:#1e293b66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._formGroup_mhpwr_87{margin-bottom:1.5rem}._label_mhpwr_95{display:block;font-size:.875rem;font-weight:500;color:#e2e8f0;margin-bottom:.5rem}._input_mhpwr_111,._textarea_mhpwr_113{width:100%;padding:.75rem 1rem;background:#0f172a99;border:1px solid rgba(148,163,184,.1);border-radius:.75rem;color:#fff;font-size:1rem;transition:all .2s ease}._input_mhpwr_111:focus,._textarea_mhpwr_113:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;background:#0f172acc}._textarea_mhpwr_113{min-height:120px;resize:vertical}._submitBtn_mhpwr_161{width:100%;margin-top:1rem;height:3rem;font-size:1rem}@media(max-width:768px){._section_mhpwr_1{padding:6rem 0 3rem}._title_mhpwr_39{font-size:2.25rem}._formCard_mhpwr_69{padding:1.5rem}}._section_1bck6_1{padding:8rem 0 5rem;min-height:100vh}._header_1bck6_11{text-align:center;max-width:600px;margin:0 auto 5rem}._title_1bck6_23{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._subtitle_1bck6_41{font-size:1.125rem;color:#94a3b8;line-height:1.6}._grid_1bck6_53{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}._card_1bck6_69{background:#1e293b66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}._card_1bck6_69:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 20px 40px -20px #6366f133}._card_1bck6_69._popular_1bck6_107{background:#6366f11a;border-color:#6366f180}._popularBadge_1bck6_117{position:absolute;top:1rem;right:1rem;background:#6366f1;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em}._planName_1bck6_145{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}._price_1bck6_159{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;display:flex;align-items:baseline}._period_1bck6_177{font-size:1rem;color:#94a3b8;font-weight:400;margin-left:.5rem}._description_1bck6_191{color:#94a3b8;margin-bottom:2rem;line-height:1.5}._features_1bck6_203{list-style:none;padding:0;margin:0 0 2rem;flex:1}._feature_1bck6_203{display:flex;align-items:flex-start;color:#e2e8f0;margin-bottom:1rem;font-size:.9375rem}._check_1bck6_233{color:#6366f1;margin-right:.75rem;flex-shrink:0}._cta_1bck6_245{width:100%}@media(max-width:1024px){._grid_1bck6_53{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._section_1bck6_1{padding:6rem 0 3rem}._grid_1bck6_53{grid-template-columns:1fr;gap:1.5rem}._title_1bck6_23{font-size:2.25rem}}._section_1xm87_1{padding:6rem 0;min-height:80vh;display:flex;align-items:center;justify-content:center}._card_1xm87_17{background:#111827b3;border:1px solid rgba(75,85,99,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:2.5rem;width:100%;max-width:480px;margin:0 auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._header_1xm87_41{text-align:center;margin-bottom:2rem}._title_1xm87_51{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}._subtitle_1xm87_65{color:#9ca3af;font-size:1rem}._form_1xm87_75{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1xm87_87{display:flex;flex-direction:column;gap:.5rem}._formGroup_1xm87_87 label{font-size:.875rem;font-weight:500;color:#d1d5db}._input_1xm87_111{width:100%;padding:.75rem 1rem;background:#1f293780;border:1px solid rgba(75,85,99,.5);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .2s}._input_1xm87_111:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;background:#1f2937cc}._forgotPassword_1xm87_147{text-align:right;font-size:.875rem;color:#60a5fa;text-decoration:none;margin-top:-1rem;margin-bottom:.5rem}._forgotPassword_1xm87_147:hover{text-decoration:underline}._submitBtn_1xm87_173{width:100%;justify-content:center}._footer_1xm87_183{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#9ca3af}._link_1xm87_197{color:#60a5fa;text-decoration:none;font-weight:500;margin-left:.25rem}._link_1xm87_197:hover{text-decoration:underline}._section_1vy6c_1{padding:6rem 0;min-height:80vh;display:flex;align-items:center;justify-content:center}._card_1vy6c_17{background:#111827b3;border:1px solid rgba(75,85,99,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:2.5rem;width:100%;max-width:480px;margin:0 auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._header_1vy6c_41{text-align:center;margin-bottom:2rem}._title_1vy6c_51{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}._subtitle_1vy6c_65{color:#9ca3af;font-size:1rem}._form_1vy6c_75{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1vy6c_87{display:flex;flex-direction:column;gap:.5rem}._formGroup_1vy6c_87 label{font-size:.875rem;font-weight:500;color:#d1d5db}._input_1vy6c_111{width:100%;padding:.75rem 1rem;background:#1f293780;border:1px solid rgba(75,85,99,.5);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .2s}._input_1vy6c_111:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;background:#1f2937cc}._submitBtn_1vy6c_147{width:100%;justify-content:center;margin-top:.5rem}._footer_1vy6c_159{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#9ca3af}._link_1vy6c_173{color:#60a5fa;text-decoration:none;font-weight:500;margin-left:.25rem}._link_1vy6c_173:hover{text-decoration:underline}._grid_aufh0_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}._statCard_aufh0_15{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.5rem}._statLabel_aufh0_29{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._statValue_aufh0_47{font-size:1.875rem;font-weight:700;color:#fff}._statNote_aufh0_59{font-size:.75rem;color:#10b981;margin-top:.5rem}._statNote_aufh0_59._danger_aufh0_73{color:#ef4444}._sectionTitle_aufh0_83{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}._tableCard_aufh0_97{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden}._table_aufh0_97{width:100%;border-collapse:collapse}._table_aufh0_97 th,._table_aufh0_97 td{padding:1rem;text-align:left;border-bottom:1px solid #334155}._table_aufh0_97 th{background:#0f172a;font-size:.75rem;text-transform:uppercase;color:#94a3b8;font-weight:600}._table_aufh0_97 td{font-size:.875rem;color:#e2e8f0}._status_aufh0_161{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._status_aufh0_161._success_aufh0_177{background:#10b98133;color:#34d399}._status_aufh0_161._warning_aufh0_187{background:#f59e0b33;color:#fbbf24}._status_aufh0_161._error_aufh0_197{background:#ef444433;color:#f87171}._container_1bwq3_1{padding:0}._header_1bwq3_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_1bwq3_23{font-size:1.5rem;font-weight:600;color:#f8fafc}._tableCard_1bwq3_35{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden}._table_1bwq3_35{width:100%;border-collapse:collapse}._table_1bwq3_35 th,._table_1bwq3_35 td{padding:1rem;text-align:left;border-bottom:1px solid #334155}._table_1bwq3_35 th{background:#0f172a;font-size:.75rem;text-transform:uppercase;color:#94a3b8;font-weight:600}._table_1bwq3_35 td{font-size:.875rem;color:#e2e8f0}._row_1bwq3_99:hover{background:#1e293b80;cursor:pointer}._status_1bwq3_109{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._status_1bwq3_109._active_1bwq3_125{background:#10b98133;color:#34d399}._status_1bwq3_109._inactive_1bwq3_135{background:#94a3b833;color:#cbd5e1}._idCell_1bwq3_145{font-family:monospace;color:#64748b}._container_1hew2_1{padding:0}._header_1hew2_9{margin-bottom:2rem}._breadcrumbs_1hew2_17{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem;margin-bottom:.5rem}._link_1hew2_35{color:#94a3b8;text-decoration:none}._link_1hew2_35:hover{color:#f8fafc}._titleRow_1hew2_53{display:flex;justify-content:space-between;align-items:center}._title_1hew2_53{font-size:1.5rem;font-weight:600;color:#f8fafc;display:flex;align-items:center;gap:1rem}._statusBadge_1hew2_83{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;background:#10b98133;color:#34d399;font-weight:500}._subtitle_1hew2_101{font-family:monospace;color:#64748b;margin-top:.25rem}._sectionTitle_1hew2_113{font-size:1.125rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}._logCard_1hew2_133{background:#0f172a;border:1px solid #1e293b;border-radius:.75rem;overflow:hidden}._logItem_1hew2_147{padding:1rem;border-bottom:1px solid #1e293b;display:flex;flex-direction:column;gap:.5rem}._logItem_1hew2_147:last-child{border-bottom:none}._logHeader_1hew2_171{display:flex;justify-content:space-between;align-items:center}._logStatus_1hew2_183{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}._success_1hew2_199{color:#34d399}._error_1hew2_207{color:#f87171}._logMeta_1hew2_215{font-size:.75rem;color:#64748b}._logOutput_1hew2_225{background:#020617;padding:.75rem;border-radius:.375rem;font-family:monospace;font-size:.75rem;color:#cbd5e1;overflow-x:auto}._tabs_1hew2_245{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #1e293b}._tab_1hew2_245{background:none;border:none;padding:.75rem 0;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;position:relative}._tab_1hew2_245:hover{color:#cbd5e1}._activeTab_1hew2_289{color:#38bdf8}._activeTab_1hew2_289:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#38bdf8}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._canvasContainer_y3gwt_1{width:100%;height:600px;background-color:#0f172a;border-radius:.5rem;border:1px solid #1e293b;overflow:hidden}._container_1c2ww_1{padding:1rem;color:#f8fafc}._section_1c2ww_11{background:#0f172a;border:1px solid #1e293b;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}._sectionHeader_1c2ww_27{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#f8fafc}._sectionHeader_1c2ww_27 h3{font-size:1.125rem;font-weight:600;margin:0}._icon_1c2ww_55{color:#38bdf8}._formGroup_1c2ww_63{margin-bottom:1rem}._formGroup_1c2ww_63 label{display:block;font-size:.875rem;font-weight:500;color:#94a3b8;margin-bottom:.5rem}._formGroup_1c2ww_63 input,._formGroup_1c2ww_63 select{width:100%;padding:.625rem;background:#1e293b;border:1px solid #334155;border-radius:.375rem;color:#f8fafc;font-size:.875rem;outline:none;transition:border-color .2s}._formGroup_1c2ww_63 input:focus,._formGroup_1c2ww_63 select:focus{border-color:#38bdf8}._infoBox_1c2ww_123{background:#38bdf81a;border:1px solid rgba(56,189,248,.2);color:#38bdf8;padding:.75rem;border-radius:.375rem;font-size:.875rem}._actions_1c2ww_141{display:flex;justify-content:flex-end}._container_wnqgr_1{padding:0}._header_wnqgr_9{margin-bottom:2rem}._title_wnqgr_17{font-size:1.5rem;font-weight:600;color:#f8fafc;margin-bottom:.5rem}._subtitle_wnqgr_31{font-size:.875rem;color:#94a3b8}._sectionTitle_wnqgr_41{font-size:1.125rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;margin-top:2rem}._card_wnqgr_57{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}._planInfo_wnqgr_77 h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}._planPrice_wnqgr_91{font-size:1rem;color:#94a3b8}._planMeta_wnqgr_101{display:flex;gap:2rem;margin-top:1rem}._metaItem_wnqgr_113{display:flex;flex-direction:column}._metaLabel_wnqgr_123{font-size:.75rem;color:#64748b;margin-bottom:.25rem}._metaValue_wnqgr_135{font-size:.875rem;color:#e2e8f0;font-weight:500}._status_wnqgr_147{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._status_wnqgr_147._active_wnqgr_163,._status_wnqgr_147._paid_wnqgr_173{background:#10b98133;color:#34d399}._status_wnqgr_147._pending_wnqgr_183{background:#f59e0b33;color:#fbbf24}._status_wnqgr_147._failed_wnqgr_193{background:#ef444433;color:#f87171}._tableCard_wnqgr_203{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden}._table_wnqgr_203{width:100%;border-collapse:collapse}._table_wnqgr_203 th,._table_wnqgr_203 td{padding:1rem;text-align:left;border-bottom:1px solid #334155;vertical-align:middle}._table_wnqgr_203 th{background:#0f172a;font-size:.75rem;text-transform:uppercase;color:#94a3b8;font-weight:600}._table_wnqgr_203 td{font-size:.875rem;color:#e2e8f0}._downloadLink_wnqgr_269{color:#60a5fa;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.875rem;cursor:pointer}._downloadLink_wnqgr_269:hover{text-decoration:underline}._container_17rvd_1{padding:0}._header_17rvd_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_17rvd_23{font-size:1.5rem;font-weight:600;color:#f8fafc}._tableCard_17rvd_35{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden}._table_17rvd_35{width:100%;border-collapse:collapse}._table_17rvd_35 th,._table_17rvd_35 td{padding:1rem;text-align:left;border-bottom:1px solid #334155;vertical-align:middle}._table_17rvd_35 th{background:#0f172a;font-size:.75rem;text-transform:uppercase;color:#94a3b8;font-weight:600}._table_17rvd_35 td{font-size:.875rem;color:#e2e8f0}._row_17rvd_101:hover{background:#1e293b80;cursor:pointer}._roleBadge_17rvd_111{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._roleUser_17rvd_127{background:#3b82f633;color:#60a5fa}._roleAdmin_17rvd_137{background:#a855f733;color:#c084fc}._userCell_17rvd_147{display:flex;align-items:center;gap:.75rem}._avatar_17rvd_159{width:32px;height:32px;border-radius:50%;background:#334155;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#f1f5f9}._userInfo_17rvd_185{display:flex;flex-direction:column}._userName_17rvd_195{font-weight:500}._userEmail_17rvd_203{font-size:.75rem;color:#94a3b8}._container_1ah7s_1{padding:0;max-width:800px}._header_1ah7s_11{margin-bottom:2rem}._breadcrumbs_1ah7s_19{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem;margin-bottom:1rem}._link_1ah7s_37{color:#94a3b8;text-decoration:none}._link_1ah7s_37:hover{color:#f8fafc}._title_1ah7s_55{font-size:1.5rem;font-weight:600;color:#f8fafc}._formCard_1ah7s_67{background:#1e293b;border:1px solid #334155;border-radius:.75rem;padding:2rem}._form_1ah7s_67{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1ah7s_93{display:flex;flex-direction:column;gap:.5rem}._formGroup_1ah7s_93 label{font-size:.875rem;font-weight:500;color:#cbd5e1}._input_1ah7s_117{width:100%;padding:.75rem 1rem;background:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#fff;font-size:.875rem;transition:all .2s}._input_1ah7s_117:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._select_1ah7s_151{width:100%;padding:.75rem 1rem;background:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#fff;font-size:.875rem;cursor:pointer}._actions_1ah7s_173{margin-top:1rem;display:flex;justify-content:flex-end;gap:1rem}._dangerZone_1ah7s_187{margin-top:3rem;padding-top:2rem;border-top:1px solid #334155}._dangerTitle_1ah7s_199{font-size:1rem;font-weight:600;color:#ef4444;margin-bottom:.5rem}._dangerText_1ah7s_213{font-size:.875rem;color:#94a3b8;margin-bottom:1rem}._container_wbqhg_1{padding:2rem;max-width:1200px;margin:0 auto;color:#e2e8f0}._header_wbqhg_15{margin-bottom:2rem}._title_wbqhg_23{font-size:1.875rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem}._subtitle_wbqhg_37{color:#94a3b8}._grid_wbqhg_45{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){._grid_wbqhg_45{grid-template-columns:repeat(2,1fr)}}._card_wbqhg_69{background:#1e293b;border-radius:.75rem;border:1px solid #334155;padding:1.5rem}._cardTitle_wbqhg_83{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#f8fafc;display:flex;align-items:center;gap:.5rem}._form_wbqhg_103{display:flex;flex-direction:column;gap:1.25rem}._formGroup_wbqhg_115{display:flex;flex-direction:column;gap:.5rem}._formGroup_wbqhg_115 label{font-weight:500;font-size:.875rem;color:#cbd5e1}._input_wbqhg_139{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #334155;background:#0f172a;color:#f8fafc;transition:all .2s}._input_wbqhg_139:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._input_wbqhg_139:disabled{opacity:.7;cursor:not-allowed}._actions_wbqhg_181{margin-top:1rem;display:flex;justify-content:flex-end}._separator_wbqhg_193{height:1px;background:#334155;margin:2rem 0}
