:root{--white: #ffffff;--black: #000000;--orange: #ff7f00;--blue: #005EF5;--deep-blue: #001A43}*{margin:0;padding:0;box-sizing:border-box;font-family:Host Grotesk,sans-serif}._login_11em6_1{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--white);padding:20px}._login__container_11em6_11{position:relative;display:flex;width:90%;max-width:900px;height:500px;background-color:var(--white);border-radius:20px;border:1px solid rgba(255,127,0,.2);box-shadow:0 20px 60px #ff7f0026,0 8px 20px #00000014;overflow:hidden}._login__formPanel_11em6_25{position:absolute;top:0;left:0;width:50%;height:100%;background-color:var(--white);z-index:2;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center;overflow-y:auto}._login__formContent_11em6_40{width:100%;max-width:320px;padding:30px 20px}._login__imagePanel_11em6_47{position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,var(--orange) 0%,#ff9933 100%);z-index:1;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center}._login__imageContent_11em6_61{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._login__image_11em6_47{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}._login__overlay_11em6_81{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}._login__imageText_11em6_91{position:relative;z-index:2;text-align:center;color:var(--white);padding:20px}._login__imageText_11em6_91 i{font-size:64px;margin-bottom:20px;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}._login__imageText_11em6_91 h2{font-size:28px;font-weight:700;margin-bottom:12px;text-shadow:0 4px 10px rgba(0,0,0,.3)}._login__imageText_11em6_91 p{font-size:15px;opacity:.95;text-shadow:0 2px 8px rgba(0,0,0,.3)}._login__header_11em6_120{text-align:center;margin-bottom:25px}._login__header_11em6_120 h1{color:var(--deep-blue);font-size:24px;font-weight:700;margin-bottom:5px}._login__header_11em6_120 p{color:#666;font-size:12px;font-weight:400}._login__form_11em6_25{display:flex;flex-direction:column;gap:14px}._login__error_11em6_146{background-color:#ffe5e5;border:1px solid #ff4444;color:#c00;padding:12px;border-radius:8px;font-size:13px;display:flex;align-items:center;gap:8px}._login__error_11em6_146 i{font-size:16px}._login__inputGroup_11em6_162{display:flex;flex-direction:column;gap:6px}._login__inputGroup_11em6_162 label{color:var(--deep-blue);font-size:13px;font-weight:500}._login__inputWrapper_11em6_174{position:relative;display:flex;align-items:center}._login__inputWrapper_11em6_174 i{position:absolute;left:14px;color:#999;font-size:14px;pointer-events:none}._login__input_11em6_162{width:100%;padding:11px 12px 11px 42px;border:2px solid #e0e0e0;border-radius:8px;font-size:13px;color:var(--deep-blue);transition:all .3s ease;background-color:#f8f9fa}._login__input_11em6_162:focus{outline:none;border-color:var(--orange);background-color:var(--white);box-shadow:0 0 0 3px #ff7f001a}._login__input_11em6_162::placeholder{color:#999}._login__input_11em6_162:disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.7}._login__submitBtn_11em6_217{width:100%;padding:13px;background-color:var(--orange);color:var(--white);border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:6px;text-transform:uppercase;letter-spacing:.5px}._login__submitBtn_11em6_217:hover{background-color:#e67300;transform:translateY(-2px);box-shadow:0 8px 20px #ff7f004d}._login__submitBtn_11em6_217:active{transform:translateY(0)}._login__submitBtn_11em6_217:disabled{opacity:.6;cursor:not-allowed;transform:none}._login__submitBtn_11em6_217 i{margin-right:5px}._layout_1g9xx_1{height:100vh;background:#f5f5f5;display:flex;flex-direction:column;overflow:hidden}._header_1g9xx_9{background:linear-gradient(135deg,#06f,#004db3);padding:16px 40px;box-shadow:0 2px 8px #0009}._header__content_1g9xx_15{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._header__userActions_1g9xx_23{display:flex;align-items:center;gap:16px}._logo_1g9xx_29{display:flex;align-items:center;font-size:28px;font-weight:700}._logo__text_1g9xx_36{color:#fff}._logo__highlight_1g9xx_40{color:gold}._header__avatarWrap_1g9xx_44{position:relative}._header__avatar_1g9xx_44{width:45px;height:45px;border-radius:50%;background:#09f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;border:3px solid rgba(255,255,255,.3);cursor:pointer;transition:border-color .2s ease}._header__avatar_1g9xx_44:hover{border-color:#ffffffb3}._userMenu_1g9xx_69{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;padding:20px 16px 16px;z-index:500;display:flex;flex-direction:column;align-items:center;gap:4px}._userMenu__avatar_1g9xx_85{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#06f,#09f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:8px}._userMenu__name_1g9xx_99{font-size:15px;font-weight:700;color:#111827;margin:0;text-align:center}._userMenu__email_1g9xx_107{font-size:13px;color:#6b7280;margin:0;text-align:center;word-break:break-all}._userMenu__divider_1g9xx_115{width:100%;height:1px;background:#f1f3f5;margin:12px 0 8px}._userMenu__row_1g9xx_122{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:13px;color:#374151;background:#f9fafb}._userMenu__row_1g9xx_122 i{color:#06f;font-size:14px;width:16px;text-align:center}._header__logout_1g9xx_141{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:16px}._header__logout_1g9xx_141:hover{background:#ffffff1a;border-color:#ffffff80}._body_1g9xx_161{display:flex;flex:1;min-height:0}._nav_1g9xx_167{display:flex;flex-direction:row;gap:4px;padding:0 32px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}._navItem_1g9xx_177{display:flex;align-items:center;gap:8px;padding:14px 16px;color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;border-bottom:3px solid transparent;transition:color .15s,border-color .15s;margin-bottom:-1px}._navItem_1g9xx_177:hover{color:#111827}._navItem__active_1g9xx_195{color:#06f!important;border-bottom-color:#06f}._navItem_1g9xx_177 i{font-size:13px}._main_1g9xx_204{flex:1;overflow-y:auto;min-width:0}._page_19myy_1{max-width:1400px;margin:0 auto;padding:30px 40px}._pageHeader_19myy_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader__left_19myy_15{display:flex;flex-direction:column;gap:4px}._pageHeader__actions_19myy_21{display:flex;gap:10px;align-items:center}._btnBack_19myy_27{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#888;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin-bottom:12px;transition:color .2s}._btnBack_19myy_27:hover{color:#06f}._pageHeader__title_19myy_46{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px;display:flex;align-items:center;gap:10px}._pageHeader__title_19myy_46 i{color:#06f}._pageHeader__subtitle_19myy_60{font-size:13px;color:#888;margin:0}._card_19myy_67{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000f;overflow:hidden}._card__toolbar_19myy_74{padding:16px 24px;border-bottom:1px solid #f0f0f0}._searchWrapper_19myy_79{position:relative;max-width:320px}._searchWrapper_19myy_79 i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#aaa;font-size:13px}._searchInput_19myy_93{width:100%;padding:9px 12px 9px 34px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;color:#1a1a1a;transition:border-color .2s}._searchInput_19myy_93:focus{outline:none;border-color:#06f}._table_19myy_109{display:flex;flex-direction:column}._table__head_19myy_114{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 100px 120px;padding:10px 24px;background:#f8f9fa;font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px}._table__row_19myy_126{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 100px 120px;align-items:center;padding:14px 24px;border-bottom:1px solid #f5f5f5;transition:background .15s ease}._table__row_19myy_126:last-child{border-bottom:none}._table__row_19myy_126:hover{background:#fafafa}._table__name_19myy_143{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#1a1a1a}._table__avatar_19myy_152{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#06f,#09f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}._table__cell_19myy_166{font-size:13px;color:#555}._table__actions_19myy_171{display:flex;gap:6px}._badge_19myy_177{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}._badge--active_19myy_187{background:#e8f5e9;color:#2e7d32}._badge--inactive_19myy_192{background:#fce4ec;color:#c62828}._loading_19myy_198,._empty_19myy_199{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#aaa;font-size:14px}._empty_19myy_199 i{font-size:36px;opacity:.3}._btnPrimary_19myy_216{background:#06f;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnPrimary_19myy_216:hover{background:#0052cc}._btnPrimary_19myy_216:disabled{opacity:.6;cursor:not-allowed}._btnTrial_19myy_240{background:#7c3aed;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnTrial_19myy_240:hover{background:#6d28d9}._btnTrial_19myy_240:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_19myy_264{background:transparent;color:#555;border:1px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._btnSecondary_19myy_264:hover{background:#f5f5f5}._btnDanger_19myy_280{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnDanger_19myy_280:hover{background:#dc2626}._btnSubscriptions_19myy_299{background:#ecfeff;color:#0891b2;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s,color .2s}._btnSubscriptions_19myy_299:hover{background:#0891b2;color:#fff}._btnEdit_19myy_339{background:#f0f5ff;color:#06f;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnEdit_19myy_339:hover{background:#dbeafe}._btnDelete_19myy_358{background:#fff0f0;color:#ef4444;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnDelete_19myy_358:hover{background:#fee2e2}._overlay_19myy_378{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}._modal_19myy_389{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._modal__header_19myy_400{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #f0f0f0}._modal__header_19myy_400 h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._modal__close_19myy_415{background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}._modal__close_19myy_415:hover{background:#f5f5f5;color:#333}._modal__body_19myy_435{padding:24px 28px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}._modal__footer_19myy_443{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}._field_19myy_451{display:flex;flex-direction:column;gap:6px}._field_19myy_451 label{font-size:13px;font-weight:600;color:#333}._field_19myy_451 input,._field_19myy_451 select,._field_19myy_451 textarea{padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:border-color .2s;background:#fff;font-family:inherit}._field_19myy_451 textarea{height:90px;resize:none}._field_19myy_451 input:focus,._field_19myy_451 select:focus,._field_19myy_451 textarea:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff14}._deleteText_19myy_490{font-size:14px;color:#444;line-height:1.6;margin:0}@media(max-width:768px){._page_19myy_1{padding:20px}._pageHeader_19myy_8{flex-direction:column;align-items:flex-start;gap:12px}._table__head_19myy_114,._table__row_19myy_126{grid-template-columns:1fr 1fr 80px 70px}._table__head_19myy_114 span:nth-child(3),._table__row_19myy_126 span:nth-child(3){display:none}}._page_q6l13_1{max-width:1400px;margin:0 auto;padding:30px 40px}._grid_q6l13_61{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._planCard__body_q6l13_101{display:flex;flex-direction:column;gap:6px;flex:1}._planCard__slug_q6l13_115{font-size:12px;color:#aaa;margin:0;font-family:monospace}._planCard__price_q6l13_122{font-size:26px;font-weight:800;color:#1a1a1a;display:flex;align-items:baseline;gap:4px;margin-top:4px}._planCard__currency_q6l13_132{font-size:13px;font-weight:600;color:#777}._planCard__limits_q6l13_155{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f8f9ff;border-radius:10px}._limitsRow_q6l13_164{display:flex;gap:12px;flex-wrap:wrap}._limitItem_q6l13_170{display:flex;align-items:center;gap:5px;font-size:12px;color:#555;font-weight:500}._limitItem_q6l13_170 i{color:#06f;font-size:11px}._featuresRow_q6l13_184{display:flex;gap:6px;flex-wrap:wrap}._featureTag_q6l13_190{font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}._featureTag--on_q6l13_197{background:#e8f5e9;color:#2e7d32}._featureTag--off_q6l13_202{background:#f5f5f5;color:#bbb;text-decoration:line-through}._modal_q6l13_367{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._modal__body_q6l13_413{padding:24px 28px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}._section__label_q6l13_429{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#06f;margin:6px 0 0;padding-bottom:6px;border-bottom:1px solid #eef2ff}._fieldRow_q6l13_447{display:grid;grid-template-columns:1fr 1fr;gap:12px}._optional_q6l13_484{color:#aaa;font-weight:400}._toggleRow_q6l13_490{display:flex;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;width:fit-content}._toggleBtn_q6l13_499{background:transparent;border:none;padding:8px 20px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .15s}._toggleBtn--on_q6l13_510{background:#e8f5e9;color:#2e7d32}._toggleBtn--off_q6l13_515{background:#fce4ec;color:#c62828}._checkList_q6l13_521{display:flex;flex-direction:column;gap:10px}._checkItem_q6l13_527{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;font-weight:500;cursor:pointer}._checkItem_q6l13_527 input[type=checkbox]{width:16px;height:16px;accent-color:#0066FF;cursor:pointer}@media(max-width:768px){._page_q6l13_1{padding:20px}._pageHeader_q6l13_8{flex-direction:column;align-items:flex-start;gap:12px}._grid_q6l13_61,._fieldRow_q6l13_447{grid-template-columns:1fr}}._pageHeader_q6l13_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader__left_q6l13_15{display:flex;flex-direction:column;gap:4px}._btnBack_q6l13_21{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#888;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin-bottom:12px;transition:color .2s}._btnBack_q6l13_21:hover{color:#06f}._pageHeader__title_q6l13_40{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px;display:flex;align-items:center;gap:10px}._pageHeader__title_q6l13_40 i{color:#06f}._pageHeader__subtitle_q6l13_54{font-size:13px;color:#888;margin:0}._grid_q6l13_61{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}._planCard_q6l13_67{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000012;padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}._planCard_q6l13_67:hover{box-shadow:0 6px 20px #0066ff1a;transform:translateY(-2px)}._planCard__top_q6l13_83{display:flex;justify-content:space-between;align-items:flex-start}._planCard__icon_q6l13_89{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#06f,#09f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}._planCard__body_q6l13_101{display:flex;flex-direction:column;gap:8px;flex:1}._planCard__name_q6l13_108{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._planCard__description_q6l13_681{font-size:13px;color:#777;margin:0;line-height:1.5}._planCard__price_q6l13_122{font-size:28px;font-weight:800;color:#1a1a1a;display:flex;align-items:baseline;gap:2px;margin-top:4px}._planCard__currency_q6l13_132{font-size:16px;font-weight:600;color:#555}._planCard__noPrice_q6l13_704{font-size:14px;font-weight:500;color:#aaa}._planCard__cycle_q6l13_138{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.4px}._planCard__cycle_q6l13_138 i{color:#06f;font-size:11px}._planCard__actions_q6l13_208{display:flex;gap:8px;padding-top:4px;border-top:1px solid #f0f0f0}._badge_q6l13_216{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}._badge--active_q6l13_226{background:#e8f5e9;color:#2e7d32}._badge--inactive_q6l13_231{background:#fce4ec;color:#c62828}._loading_q6l13_237,._empty_q6l13_238{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 24px;color:#aaa;font-size:14px}._empty_q6l13_238 i{font-size:36px;opacity:.3}._btnPrimary_q6l13_255{background:#06f;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnPrimary_q6l13_255:hover{background:#0052cc}._btnPrimary_q6l13_255:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_q6l13_279{background:transparent;color:#555;border:1px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._btnSecondary_q6l13_279:hover{background:#f5f5f5}._btnDanger_q6l13_295{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnDanger_q6l13_295:hover{background:#dc2626}._btnEdit_q6l13_314{background:#f0f5ff;color:#06f;border:none;flex:1;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;transition:background .2s}._btnEdit_q6l13_314:hover{background:#dbeafe}._btnDelete_q6l13_335{background:#fff0f0;color:#ef4444;border:none;width:36px;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:background .2s;flex-shrink:0}._btnDelete_q6l13_335:hover{background:#fee2e2}._overlay_q6l13_356{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}._modal_q6l13_367{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._modal__header_q6l13_378{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #f0f0f0}._modal__header_q6l13_378 h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._modal__close_q6l13_393{background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}._modal__close_q6l13_393:hover{background:#f5f5f5;color:#333}._modal__body_q6l13_413{padding:24px 28px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}._modal__footer_q6l13_421{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}._field_q6l13_441{display:flex;flex-direction:column;gap:6px}._field_q6l13_441 label{font-size:13px;font-weight:600;color:#333}._field_q6l13_441 input,._field_q6l13_441 select,._field_q6l13_441 textarea{padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:border-color .2s;background:#fff;font-family:inherit}._field_q6l13_441 textarea{height:90px;resize:none}._field_q6l13_441 input:focus,._field_q6l13_441 select:focus,._field_q6l13_441 textarea:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff14}._required_q6l13_480{color:#ef4444}._deleteText_q6l13_545{font-size:14px;color:#444;line-height:1.6;margin:0}@media(max-width:768px){._page_q6l13_1{padding:20px}._pageHeader_q6l13_8{flex-direction:column;align-items:flex-start;gap:12px}._grid_q6l13_61{grid-template-columns:1fr}}._page_t0g6q_1{max-width:1400px;margin:0 auto;padding:30px 40px}._pageHeader_t0g6q_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader__left_t0g6q_15{display:flex;flex-direction:column;gap:4px}._btnBack_t0g6q_21{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#888;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin-bottom:12px;transition:color .2s}._btnBack_t0g6q_21:hover{color:#06f}._pageHeader__title_t0g6q_40{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px;display:flex;align-items:center;gap:10px}._pageHeader__title_t0g6q_40 i{color:#06f}._pageHeader__subtitle_t0g6q_54{font-size:13px;color:#888;margin:0}._card_t0g6q_61{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000f;overflow:hidden}._card__toolbar_t0g6q_68{padding:16px 24px;border-bottom:1px solid #f0f0f0}._searchWrapper_t0g6q_73{position:relative;max-width:360px}._searchWrapper_t0g6q_73 i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#aaa;font-size:13px}._searchInput_t0g6q_87{width:100%;padding:9px 12px 9px 34px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;color:#1a1a1a;transition:border-color .2s}._searchInput_t0g6q_87:focus{outline:none;border-color:#06f}._table_t0g6q_103{display:flex;flex-direction:column}._table__head_t0g6q_108{display:grid;grid-template-columns:2fr 1.2fr 1.4fr 100px 90px 110px;padding:10px 24px;background:#f8f9fa;font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px}._table__row_t0g6q_120{display:grid;grid-template-columns:2fr 1.2fr 1.4fr 100px 90px 110px;align-items:center;padding:14px 24px;border-bottom:1px solid #f5f5f5;transition:background .15s ease}._table__row_t0g6q_120:last-child{border-bottom:none}._table__row_t0g6q_120:hover{background:#fafafa}._table__name_t0g6q_137{display:flex;align-items:center;gap:10px}._table__avatar_t0g6q_143{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#06f,#09f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}._table__nameInfo_t0g6q_157{display:flex;flex-direction:column;gap:2px}._table__nameInfo_t0g6q_157 span{font-size:14px;font-weight:600;color:#1a1a1a}._table__code_t0g6q_169{font-size:11px;color:#999;font-family:monospace}._table__mono_t0g6q_175{font-size:12px;color:#555;font-family:monospace}._table__cell_t0g6q_181{font-size:13px;color:#555}._table__actions_t0g6q_186{display:flex;gap:6px}._badge_t0g6q_192{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}._badge--active_t0g6q_201{background:#e8f5e9;color:#2e7d32}._badge--inactive_t0g6q_206{background:#fce4ec;color:#c62828}._badge--plan_t0g6q_211{background:#ede7f6;color:#6a1b9a}._badge--free_t0g6q_216{background:#e3f2fd;color:#1565c0}._loading_t0g6q_222,._empty_t0g6q_223{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#aaa;font-size:14px}._empty_t0g6q_223 i{font-size:36px;opacity:.3}._pagination_t0g6q_240{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 24px;border-top:1px solid #f0f0f0}._pageBtn_t0g6q_249{background:#f5f5f5;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#555;transition:background .2s}._pageBtn_t0g6q_249:hover:not(:disabled){background:#e0e0e0}._pageBtn_t0g6q_249:disabled{opacity:.4;cursor:not-allowed}._pageInfo_t0g6q_273{font-size:13px;color:#666;font-weight:500}._btnPrimary_t0g6q_280{background:#06f;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnPrimary_t0g6q_280:hover{background:#0052cc}._btnPrimary_t0g6q_280:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_t0g6q_304{background:transparent;color:#555;border:1px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}._btnSecondary_t0g6q_304:hover{background:#f5f5f5}._btnDanger_t0g6q_323{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnDanger_t0g6q_323:hover{background:#dc2626}._btnPlans_t0g6q_342{background:#faf5ff;color:#7c3aed;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnPlans_t0g6q_342:hover{background:#ede9fe}._btnView_t0g6q_361{background:#f0faf5;color:#16a34a;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnView_t0g6q_361:hover{background:#dcfce7}._btnEdit_t0g6q_380{background:#f0f5ff;color:#06f;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnEdit_t0g6q_380:hover{background:#dbeafe}._btnDelete_t0g6q_399{background:#fff0f0;color:#ef4444;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}._btnDelete_t0g6q_399:hover{background:#fee2e2}._overlay_t0g6q_419{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}._modal_t0g6q_430{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._modal__header_t0g6q_441{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 16px;border-bottom:1px solid #f0f0f0}._modal__header_t0g6q_441 h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._modal__close_t0g6q_456{background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}._modal__close_t0g6q_456:hover{background:#f5f5f5;color:#333}._modal__tabs_t0g6q_477{display:flex;padding:0 28px;border-bottom:1px solid #f0f0f0;gap:4px}._tabBtn_t0g6q_484{background:none;border:none;padding:12px 14px;font-size:13px;font-weight:600;color:#999;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:color .2s,border-color .2s}._tabBtn_t0g6q_484:hover{color:#555}._tabBtn--active_t0g6q_505{color:#06f;border-bottom-color:#06f}._modal__body_t0g6q_510{padding:22px 28px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;flex:1}._modal__footer_t0g6q_519{display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid #f0f0f0;margin-top:4px}._modal__footerNav_t0g6q_528{display:flex;gap:8px;padding-bottom:10px;border-bottom:1px dashed #e8e8e8}._modal__footerNav_t0g6q_528 button{flex:1;background:#f4f6f8;color:#666;border:none;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.2px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s,color .2s}._modal__footerNav_t0g6q_528 button:hover{background:#e8edf2;color:#333}._modal__footerActions_t0g6q_559{display:flex;gap:8px;justify-content:flex-end}._field_t0g6q_566{display:flex;flex-direction:column;gap:6px}._fieldRow_t0g6q_572{display:grid;grid-template-columns:1fr 1fr;gap:12px}._field_t0g6q_566 label{font-size:13px;font-weight:600;color:#333}._field_t0g6q_566 input,._field_t0g6q_566 select,._field_t0g6q_566 textarea{padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:border-color .2s;background:#fff;font-family:inherit}._field_t0g6q_566 textarea{height:80px;resize:none}._textareaLarge_t0g6q_602{height:130px!important;font-family:monospace!important;font-size:12px!important;resize:none!important}._field_t0g6q_566 input:focus,._field_t0g6q_566 select:focus,._field_t0g6q_566 textarea:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff14}._required_t0g6q_617{color:#ef4444}._optional_t0g6q_621{color:#aaa;font-weight:400}._checkList_t0g6q_627{display:flex;flex-direction:column;gap:10px;padding:12px;background:#f8f9fa;border-radius:10px}._checkItem_t0g6q_636{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;font-weight:500;cursor:pointer}._checkItem_t0g6q_636 input[type=checkbox]{width:16px;height:16px;accent-color:#0066FF;cursor:pointer}._deleteText_t0g6q_654{font-size:14px;color:#444;line-height:1.6;margin:0}._viewRow_t0g6q_662{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid #f5f5f5}._viewField_t0g6q_671{display:flex;flex-direction:column;gap:6px;padding:8px 0;border-bottom:1px solid #f5f5f5}._viewLabel_t0g6q_679{font-size:12px;font-weight:600;color:#888;white-space:nowrap;min-width:140px}._viewValue_t0g6q_687{font-size:13px;color:#1a1a1a;text-align:right;word-break:break-all}._viewPre_t0g6q_694{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:6px;padding:10px 12px;font-family:monospace;font-size:12px;color:#333;white-space:pre-wrap;word-break:break-all;margin:0;max-height:200px;overflow-y:auto}@media(max-width:900px){._page_t0g6q_1{padding:20px}._pageHeader_t0g6q_8{flex-direction:column;align-items:flex-start;gap:12px}._table__head_t0g6q_108,._table__row_t0g6q_120{grid-template-columns:2fr 1fr 80px 70px 110px}._table__head_t0g6q_108 span:nth-child(3),._table__row_t0g6q_120 span:nth-child(3){display:none}._fieldRow_t0g6q_572{grid-template-columns:1fr}}._page_1v73j_1{max-width:1400px;margin:0 auto;padding:30px 40px}._pageHeader_1v73j_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader__left_1v73j_15{display:flex;flex-direction:column;gap:4px}._btnBack_1v73j_21{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#888;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin-bottom:12px;transition:color .2s}._btnBack_1v73j_21:hover{color:#06f}._pageHeader__title_1v73j_40{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px;display:flex;align-items:center;gap:10px}._pageHeader__title_1v73j_40 i{color:#06f}._pageHeader__subtitle_1v73j_54{font-size:13px;color:#888;margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}._productBadge_1v73j_64{display:inline-flex;align-items:center;gap:5px;background:#f0f5ff;color:#06f;font-weight:600;padding:3px 10px;border-radius:20px;font-size:12px}._grid_1v73j_77{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._planCard_1v73j_83{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000012;padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}._planCard_1v73j_83:hover{box-shadow:0 6px 20px #0066ff1a;transform:translateY(-2px)}._planCard__top_1v73j_99{display:flex;justify-content:space-between;align-items:flex-start}._planCard__icon_1v73j_105{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}._planCard__body_1v73j_117{display:flex;flex-direction:column;gap:6px;flex:1}._planCard__name_1v73j_124{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._planCard__slug_1v73j_131{font-size:12px;color:#aaa;margin:0;font-family:monospace}._planCard__price_1v73j_138{font-size:26px;font-weight:800;color:#1a1a1a;display:flex;align-items:baseline;gap:4px;margin-top:4px}._planCard__currency_1v73j_148{font-size:13px;font-weight:600;color:#777}._planCard__cycle_1v73j_154{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.4px}._planCard__cycle_1v73j_154 i{color:#7c3aed;font-size:11px}._planCard__limits_1v73j_170{display:flex;flex-direction:column;gap:8px;padding:12px;background:#faf5ff;border-radius:10px}._limitsRow_1v73j_179{display:flex;gap:12px;flex-wrap:wrap}._limitItem_1v73j_185{display:flex;align-items:center;gap:5px;font-size:12px;color:#555;font-weight:500}._limitItem_1v73j_185 i{color:#7c3aed;font-size:11px}._featuresRow_1v73j_199{display:flex;gap:6px;flex-wrap:wrap}._featureTag_1v73j_205{font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}._featureTag--on_1v73j_212{background:#e8f5e9;color:#2e7d32}._featureTag--off_1v73j_217{background:#f5f5f5;color:#bbb;text-decoration:line-through}._planCard__actions_1v73j_223{display:flex;gap:8px;padding-top:4px;border-top:1px solid #f0f0f0}._badge_1v73j_231{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}._badge--active_1v73j_241{background:#e8f5e9;color:#2e7d32}._badge--inactive_1v73j_246{background:#fce4ec;color:#c62828}._loading_1v73j_252,._empty_1v73j_253{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 24px;color:#aaa;font-size:14px}._empty_1v73j_253 i{font-size:36px;opacity:.3}._btnPrimary_1v73j_270{background:#06f;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnPrimary_1v73j_270:hover{background:#0052cc}._btnPrimary_1v73j_270:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_1v73j_294{background:transparent;color:#555;border:1px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._btnSecondary_1v73j_294:hover{background:#f5f5f5}._btnDanger_1v73j_310{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}._btnDanger_1v73j_310:hover{background:#dc2626}._btnEdit_1v73j_329{background:#f5f0ff;color:#7c3aed;border:none;flex:1;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;transition:background .2s}._btnEdit_1v73j_329:hover{background:#ede9fe}._btnDelete_1v73j_350{background:#fff0f0;color:#ef4444;border:none;width:36px;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:background .2s;flex-shrink:0}._btnDelete_1v73j_350:hover{background:#fee2e2}._overlay_1v73j_371{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}._modal_1v73j_382{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._modal__header_1v73j_393{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #f0f0f0}._modal__header_1v73j_393 h2{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._modal__close_1v73j_408{background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}._modal__close_1v73j_408:hover{background:#f5f5f5;color:#333}._modal__body_1v73j_428{padding:24px 28px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}._modal__footer_1v73j_436{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}._section__label_1v73j_444{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#7c3aed;margin:6px 0 0;padding-bottom:6px;border-bottom:1px solid #f5f0ff}._field_1v73j_456{display:flex;flex-direction:column;gap:6px}._fieldRow_1v73j_462{display:grid;grid-template-columns:1fr 1fr;gap:12px}._field_1v73j_456 label{font-size:13px;font-weight:600;color:#333}._field_1v73j_456 input,._field_1v73j_456 select,._field_1v73j_456 textarea{padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:border-color .2s;background:#fff;font-family:inherit}._field_1v73j_456 input:focus,._field_1v73j_456 select:focus,._field_1v73j_456 textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed14}._required_1v73j_495{color:#ef4444}._optional_1v73j_499{color:#aaa;font-weight:400}._toggleRow_1v73j_505{display:flex;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;width:fit-content}._toggleBtn_1v73j_513{background:transparent;border:none;padding:8px 20px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .15s}._toggleBtn--on_1v73j_524{background:#e8f5e9;color:#2e7d32}._toggleBtn--off_1v73j_529{background:#fce4ec;color:#c62828}._checkList_1v73j_535{display:flex;flex-direction:column;gap:10px}._checkItem_1v73j_541{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;font-weight:500;cursor:pointer}._checkItem_1v73j_541 input[type=checkbox]{width:16px;height:16px;accent-color:#7c3aed;cursor:pointer}._deleteText_1v73j_559{font-size:14px;color:#444;line-height:1.6;margin:0}@media(max-width:768px){._page_1v73j_1{padding:20px}._pageHeader_1v73j_8{flex-direction:column;align-items:flex-start;gap:12px}._grid_1v73j_77,._fieldRow_1v73j_462{grid-template-columns:1fr}}._page_l6d9d_1{padding:32px;background:#f9fafb;min-height:100vh}._pageHeader_l6d9d_8{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}._pageHeader__left_l6d9d_15{display:flex;flex-direction:column;gap:4px}._pageHeader__title_l6d9d_21{font-size:26px;font-weight:700;color:#111827;margin:0;display:flex;align-items:center;gap:10px}._pageHeader__title_l6d9d_21 i{color:#0891b2}._pageHeader__subtitle_l6d9d_35{font-size:14px;color:#6b7280;margin:0;display:flex;align-items:center;gap:6px}._customerBadge_l6d9d_44{display:inline-flex;align-items:center;gap:5px;background:#ecfeff;color:#0891b2;border:1px solid #a5f3fc;border-radius:20px;padding:2px 12px;font-size:13px;font-weight:600}._customerCard_l6d9d_58{display:flex;align-items:flex-start;gap:20px;background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:20px 24px;margin-bottom:20px}._customerCard__avatar_l6d9d_69{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#06f,#09f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}._customerCard__info_l6d9d_83{flex:1;display:flex;flex-direction:column;gap:6px}._customerCard__name_l6d9d_90{font-size:18px;font-weight:700;color:#111827;display:flex;align-items:center;gap:10px;flex-wrap:wrap}._customerCard__row_l6d9d_100{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}._customerCard__row_l6d9d_100 i{color:#0891b2;width:14px;text-align:center;font-size:12px}._customerCard__stat_l6d9d_115{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px;padding:12px 16px;background:#f0f9ff;border-radius:10px;gap:2px}._customerCard__statNum_l6d9d_127{font-size:28px;font-weight:800;color:#0891b2;line-height:1}._customerCard__statLabel_l6d9d_134{font-size:11px;font-weight:600;color:#6b7280;text-align:center;text-transform:uppercase;letter-spacing:.04em}._btnBack_l6d9d_143{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:0;margin-bottom:8px;transition:color .2s}._btnBack_l6d9d_143:hover{color:#0891b2}._card_l6d9d_162{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}._loading_l6d9d_170,._empty_l6d9d_171{text-align:center;padding:64px 32px;color:#9ca3af;font-size:15px;display:flex;flex-direction:column;align-items:center;gap:12px}._empty_l6d9d_171 i{font-size:40px;color:#d1d5db}._loading_l6d9d_170 i{font-size:28px}._table_l6d9d_192{display:grid;grid-template-columns:1fr}._table__head_l6d9d_197,._table__row_l6d9d_198{display:grid;grid-template-columns:60px 2fr 1fr 1fr 110px 190px;align-items:center;padding:0 20px;gap:12px}._table__head_l6d9d_197{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding-top:12px;padding-bottom:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}._table__row_l6d9d_198{padding-top:14px;padding-bottom:14px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#374151;transition:background .15s}._table__row_l6d9d_198:last-child{border-bottom:none}._table__row_l6d9d_198:hover{background:#f9fafb}._table__mono_l6d9d_235{font-family:Courier New,monospace;font-size:13px;color:#6b7280}._table__cell_l6d9d_241{display:flex;flex-direction:column;gap:2px}._table__slug_l6d9d_247{font-size:11px;color:#9ca3af}._table__actions_l6d9d_252{display:flex;gap:6px;justify-content:flex-end}._badge_l6d9d_259{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}._badge--active_l6d9d_270{background:#dcfce7;color:#16a34a}._badge--suspended_l6d9d_275{background:#fef3c7;color:#d97706}._badge--cancelled_l6d9d_280{background:#fee2e2;color:#dc2626}._badge--pending_l6d9d_285{background:#e0f2fe;color:#0284c7}._badge--trial_l6d9d_290{background:#f3e8ff;color:#7c3aed}._badge--pastdue_l6d9d_295{background:#fff7ed;color:#c2410c}._badge--expired_l6d9d_300{background:#f3f4f6;color:#6b7280}._badge--failed_l6d9d_305{background:#fef2f2;color:#b91c1c}._badge--paid_l6d9d_310{background:#ecfdf5;color:#059669}._btnAction_l6d9d_316{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;background:#f0f9ff;color:#0891b2;transition:background .2s,color .2s}._btnAction_l6d9d_316:hover{background:#0891b2;color:#fff}._btnAction--view_l6d9d_336{background:#f0f9ff;color:#0891b2}._btnAction--view_l6d9d_336:hover{background:#0891b2;color:#fff}._btnAction--warn_l6d9d_346{background:#fffbeb;color:#d97706}._btnAction--warn_l6d9d_346:hover{background:#d97706;color:#fff}._btnAction--success_l6d9d_356{background:#f0fdf4;color:#16a34a}._btnAction--success_l6d9d_356:hover{background:#16a34a;color:#fff}._btnAction--danger_l6d9d_366{background:#fef2f2;color:#ef4444}._btnAction--danger_l6d9d_366:hover{background:#ef4444;color:#fff}._btnPrimary_l6d9d_377{display:inline-flex;align-items:center;gap:8px;background:#0891b2;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnPrimary_l6d9d_377:hover:not(:disabled){background:#0e7490}._btnPrimary_l6d9d_377:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_l6d9d_401{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnSecondary_l6d9d_401:hover{background:#e5e7eb}._btnDanger_l6d9d_420{display:inline-flex;align-items:center;gap:8px;background:#ef4444;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnDanger_l6d9d_420:hover{background:#dc2626}._modal--wide_l6d9d_440{max-width:720px;max-height:88vh;display:flex;flex-direction:column}._modal--wide_l6d9d_440 ._modal__body_l6d9d_446{overflow-y:auto;flex:1}._viewSection_l6d9d_451{display:flex;flex-direction:column;gap:10px;padding-bottom:16px;border-bottom:1px dashed #e5e7eb;margin-bottom:4px}._viewSection_l6d9d_451:last-child{border-bottom:none;padding-bottom:0}._viewSectionTitle_l6d9d_465{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0891b2;display:flex;align-items:center;gap:6px}._viewGrid_l6d9d_475{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}._viewField_l6d9d_481{display:flex;flex-direction:column;gap:3px}._viewLabel_l6d9d_487{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}._viewValue_l6d9d_495{display:flex;flex-direction:column;gap:2px;font-size:14px;color:#111827;font-weight:500}._viewMeta_l6d9d_504{font-size:11px;color:#9ca3af;font-weight:400}._viewNotes_l6d9d_510{display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px dashed #e5e7eb;margin-top:4px}._viewNotesText_l6d9d_519{margin:0;font-size:14px;color:#374151;line-height:1.6}._viewPre_l6d9d_526{margin:0;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#374151;overflow-x:auto;white-space:pre-wrap;word-break:break-all}._modal__footerSingle_l6d9d_539{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6}._btnSubscriptions_l6d9d_548{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;background:#ecfeff;color:#0891b2;transition:background .2s,color .2s}._btnSubscriptions_l6d9d_548:hover{background:#0891b2;color:#fff}._overlay_l6d9d_569{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modal_l6d9d_440{background:#fff;border-radius:14px;width:100%;max-width:580px;box-shadow:0 20px 60px #0003;overflow:hidden}._modal__header_l6d9d_590{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}._modal__header_l6d9d_590 h2{margin:0;font-size:18px;font-weight:700;color:#111827}._modal__close_l6d9d_605{width:32px;height:32px;border-radius:8px;border:none;background:#f3f4f6;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s}._modal__close_l6d9d_605:hover{background:#e5e7eb}._modal__body_l6d9d_446{padding:20px 24px;display:flex;flex-direction:column;gap:16px}._modal__footer_l6d9d_539{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}._field_l6d9d_639{display:flex;flex-direction:column;gap:6px}._field_l6d9d_639 label{font-size:13px;font-weight:600;color:#374151}._field_l6d9d_639 input,._field_l6d9d_639 textarea{padding:9px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;outline:none;transition:border-color .15s;background:#fff;font-family:inherit}._field_l6d9d_639 input:focus,._field_l6d9d_639 textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}._field_l6d9d_639 textarea{resize:none;min-height:80px}._required_l6d9d_675{color:#ef4444}._actionText_l6d9d_679{font-size:14px;color:#374151;margin:0;line-height:1.6}._infoPanel_l6d9d_687{background:#fff;border-radius:12px;border:2px solid #a5f3fc;margin-bottom:8px;overflow:hidden}._infoPanel__header_l6d9d_695{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background:linear-gradient(135deg,#ecfeff,#f0f9ff);border-bottom:1px solid #a5f3fc}._infoPanel__title_l6d9d_704{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#0891b2}._infoPanel__close_l6d9d_713{width:30px;height:30px;border-radius:8px;border:none;background:#0891b21a;color:#0891b2;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:background .2s,color .2s}._infoPanel__close_l6d9d_713:hover{background:#0891b2;color:#fff}._infoPanel__body_l6d9d_733{padding:20px 24px;display:flex;flex-direction:column;gap:4px}._sectionTitle_l6d9d_741{font-size:15px;font-weight:700;color:#374151;margin:20px 0 10px;display:flex;align-items:center;gap:8px}._sectionTitle_l6d9d_741 i{color:#0891b2}._sectionHint_l6d9d_755{font-size:12px;font-weight:400;color:#9ca3af;margin-left:auto}._table__row_l6d9d_198{cursor:pointer}._table__row--selected_l6d9d_767{background:#ecfeff!important;border-left:3px solid #0891b2}._table__detail_l6d9d_773{border-bottom:1px solid #e5e7eb;border-left:3px solid #0891b2;background:#f0fdff;padding:20px 24px}._detailLoading_l6d9d_780{text-align:center;padding:16px;color:#9ca3af;font-size:14px}._detailGrid_l6d9d_787{display:flex;flex-wrap:wrap;gap:20px 32px}._detailSection_l6d9d_793{display:flex;flex-direction:column;gap:8px;min-width:150px;flex:1}._tenantsGrid_l6d9d_802{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:24px}._tenantCard_l6d9d_809{background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:20px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s,transform .2s,border-color .2s}._tenantCard_l6d9d_809:hover{box-shadow:0 4px 16px #0891b214;transform:translateY(-2px)}._tenantCard--active_l6d9d_825{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21f}._tenantCard__top_l6d9d_830{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}._tenantCard__icon_l6d9d_837{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}._tenantCard__name_l6d9d_849{font-size:16px;font-weight:700;color:#111827;margin:0}._tenantCard__slug_l6d9d_856{font-size:12px;color:#9ca3af;margin:0;font-family:monospace}._tenantCard__info_l6d9d_863{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}._tenantCard__info_l6d9d_863 i{color:#0891b2;width:14px;text-align:center;font-size:12px}._tenantCard__actions_l6d9d_878{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;padding-top:10px;border-top:1px solid #e5e7eb}._btnAction--invite_l6d9d_887{background:#f5f3ff;color:#7c3aed}._btnAction--invite_l6d9d_887:hover{background:#7c3aed;color:#fff}._btnAction--domain_l6d9d_897{background:#ecfdf5;color:#059669}._btnAction--domain_l6d9d_897:hover{background:#059669;color:#fff}._btnAction--provision_l6d9d_907{background:#eff6ff;color:#2563eb}._btnAction--provision_l6d9d_907:hover{background:#2563eb;color:#fff}._btnDangerSm_l6d9d_917{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:#fef2f2;color:#ef4444;cursor:pointer;font-size:12px;transition:background .2s,color .2s}._btnDangerSm_l6d9d_917:hover{background:#ef4444;color:#fff}._domainList_l6d9d_937{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._domainRow_l6d9d_944{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f9fafb;border-radius:8px;font-size:13px;color:#374151}._domainRow_l6d9d_944 i{color:#0891b2;margin-right:6px}._domainAdd_l6d9d_960{display:flex;gap:8px}._domainAdd_l6d9d_960 input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px}._domainsEmpty_l6d9d_973{font-size:13px;color:#9ca3af;text-align:center;padding:12px 0}._domainsLoading_l6d9d_980{font-size:13px;color:#6b7280;text-align:center;padding:12px 0}._page_bcjrp_1{max-width:1400px;margin:0 auto;padding:30px 40px}._pageHeader_bcjrp_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}._pageHeader__left_bcjrp_15{display:flex;flex-direction:column;gap:4px}._pageHeader__title_bcjrp_21{font-size:26px;font-weight:700;color:#111827;margin:0;display:flex;align-items:center;gap:10px}._pageHeader__title_bcjrp_21 i{color:#0891b2}._pageHeader__subtitle_bcjrp_35{font-size:13px;color:#6b7280;margin:0}._loading_bcjrp_42,._empty_bcjrp_43{text-align:center;padding:80px 32px;color:#9ca3af;font-size:15px;display:flex;flex-direction:column;align-items:center;gap:14px}._empty_bcjrp_43 i{font-size:48px;color:#d1d5db}._loading_bcjrp_42 i{font-size:28px}._grid_bcjrp_64{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._tenantCard_bcjrp_70{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:24px;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s,transform .2s}._tenantCard_bcjrp_70:hover{box-shadow:0 6px 24px #0891b21a;transform:translateY(-2px)}._tenantCard__top_bcjrp_86{display:flex;justify-content:space-between;align-items:flex-start}._tenantCard__icon_bcjrp_92{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}._tenantCard__body_bcjrp_104{display:flex;flex-direction:column;gap:4px}._tenantCard__name_bcjrp_110{font-size:18px;font-weight:700;color:#111827;margin:0}._tenantCard__slug_bcjrp_117{font-size:12px;color:#9ca3af;margin:0;font-family:monospace}._tenantCard__meta_bcjrp_124{display:flex;flex-direction:column;gap:6px;padding:12px;background:#f0fdff;border-radius:10px}._tenantCard__info_bcjrp_133{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}._tenantCard__info_bcjrp_133 i{color:#0891b2;width:14px;text-align:center;font-size:12px}._tenantCard__actions_bcjrp_148{display:flex;gap:8px;margin-top:4px;padding-top:12px;border-top:1px solid #f3f4f6}._badge_bcjrp_157{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}._badge--active_bcjrp_167{background:#dcfce7;color:#16a34a}._badge--suspended_bcjrp_172{background:#fef3c7;color:#d97706}._badge--pending_bcjrp_177{background:#e0f2fe;color:#0284c7}._badge--expired_bcjrp_182{background:#f3f4f6;color:#6b7280}._btnAction_bcjrp_188{width:34px;height:34px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;background:#f0f9ff;color:#0891b2;transition:background .2s,color .2s}._btnAction_bcjrp_188:hover{background:#0891b2;color:#fff}._btnAction--invite_bcjrp_208{background:#f0fdf4;color:#16a34a}._btnAction--invite_bcjrp_208:hover{background:#16a34a;color:#fff}._btnAction--domain_bcjrp_218{background:#fdf4ff;color:#7c3aed}._btnAction--domain_bcjrp_218:hover{background:#7c3aed;color:#fff}._btnAction--provision_bcjrp_228{background:#eff6ff;color:#2563eb}._btnAction--provision_bcjrp_228:hover{background:#2563eb;color:#fff}._btnAction--warn_bcjrp_238{background:#fffbeb;color:#d97706}._btnAction--warn_bcjrp_238:hover{background:#d97706;color:#fff}._btnAction--danger_bcjrp_248{background:#fef2f2;color:#ef4444}._btnAction--danger_bcjrp_248:hover{background:#ef4444;color:#fff}._btnAction--restore_bcjrp_258{background:#f0fdf4;color:#16a34a}._btnAction--restore_bcjrp_258:hover{background:#16a34a;color:#fff}._btnAction--delete_bcjrp_268{background:#fef2f2;color:#dc2626}._btnAction--delete_bcjrp_268:hover{background:#dc2626;color:#fff}._btnPrimary_bcjrp_279{display:inline-flex;align-items:center;gap:8px;background:#0891b2;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnPrimary_bcjrp_279:hover:not(:disabled){background:#0e7490}._btnPrimary_bcjrp_279:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_bcjrp_303{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnSecondary_bcjrp_303:hover{background:#e5e7eb}._btnDanger_bcjrp_322{display:inline-flex;align-items:center;gap:8px;background:#ef4444;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._btnDanger_bcjrp_322:hover:not(:disabled){background:#dc2626}._btnDanger_bcjrp_322:disabled{opacity:.6;cursor:not-allowed}._btnDangerSm_bcjrp_346{width:30px;height:30px;border-radius:6px;border:none;background:#fef2f2;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s,color .2s}._btnDangerSm_bcjrp_346:hover{background:#ef4444;color:#fff}._overlay_bcjrp_367{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modal_bcjrp_379{background:#fff;border-radius:14px;width:100%;max-width:460px;box-shadow:0 20px 60px #0003;overflow:hidden}._modal__header_bcjrp_388{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}._modal__header_bcjrp_388 h2{margin:0;font-size:18px;font-weight:700;color:#111827;display:flex;align-items:center;gap:10px}._modal__header_bcjrp_388 h2 i{color:#0891b2}._modal__close_bcjrp_410{width:32px;height:32px;border-radius:8px;border:none;background:#f3f4f6;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s}._modal__close_bcjrp_410:hover{background:#e5e7eb}._modal__body_bcjrp_429{padding:20px 24px;display:flex;flex-direction:column;gap:16px}._modal__footer_bcjrp_436{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6}._modal__footerSingle_bcjrp_444{display:flex;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6}._modalSubtitle_bcjrp_451{font-size:14px;color:#6b7280;margin:0}._field_bcjrp_458{display:flex;flex-direction:column;gap:6px}._field_bcjrp_458 label{font-size:13px;font-weight:600;color:#374151}._field_bcjrp_458 input{padding:9px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;outline:none;transition:border-color .15s;background:#fff;font-family:inherit}._field_bcjrp_458 input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}._required_bcjrp_487{color:#ef4444}._domainsLoading_bcjrp_492{text-align:center;padding:20px;color:#9ca3af}._domainList_bcjrp_498{display:flex;flex-direction:column;gap:8px}._domainsEmpty_bcjrp_504{font-size:13px;color:#9ca3af;text-align:center;padding:12px 0;margin:0}._domainRow_bcjrp_512{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;font-size:13px;color:#374151;gap:10px}._domainRow_bcjrp_512 i{color:#0891b2;margin-right:4px}._domainAdd_bcjrp_530{display:flex;gap:8px;margin-top:8px;padding-top:12px;border-top:1px dashed #e5e7eb}._domainAdd_bcjrp_530 input{flex:1;padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:13px;color:#111827;outline:none;font-family:inherit;transition:border-color .15s}._domainAdd_bcjrp_530 input:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}
