:root{--primary-color: #4f46e5;--secondary-color: #ec4899;--bg-color: #f3f4f6;--text-color: #1f2937;--card-bg: #ffffff;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-size-h1: 1.875rem;--font-weight-h1: 700;--color-h1: #111827;--font-size-subtitle: 1rem;--color-subtitle: #6b7280}.page-title{font-size:var(--font-size-h1);font-weight:var(--font-weight-h1);color:var(--color-h1);margin:0}.page-subtitle{font-size:var(--font-size-subtitle);color:var(--color-subtitle);margin:.5rem 0 0}body{margin:0;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3{margin:0 0 1rem}button{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:opacity .2s}button:hover{opacity:.9}._layoutContainer_6rwjx_1{display:flex;min-height:100vh;background-color:#f3f4f6}._sidebar_6rwjx_7{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}._sidebarHeader_6rwjx_18{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #f3f4f6}._logoIcon_6rwjx_26{width:32px;height:32px;background-color:#f97316;border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._logoText_6rwjx_38 h2{font-size:1rem;font-weight:700;color:#111827;margin:0}._logoText_6rwjx_38 span{font-size:.75rem;color:#6b7280}._nav_6rwjx_50{flex:1;padding:1.5rem 1rem}._nav_6rwjx_50 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}._navItem_6rwjx_64{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;color:#4b5563;text-decoration:none;font-weight:500;transition:all .2s}._navItem_6rwjx_64:hover{background-color:#f9fafb;color:#111827}._navItemActive_6rwjx_81{background-color:#fff7ed;color:#ea580c}._userProfile_6rwjx_87{padding:1.5rem;border-top:1px solid #e5e7eb;margin-top:auto;display:flex;flex-direction:column;gap:1rem}._userInfo_6rwjx_97{display:flex;align-items:center;gap:.75rem}._avatar_6rwjx_103{width:40px;height:40px;border-radius:50%;object-fit:cover}._userDetails_6rwjx_110{display:flex;flex-direction:column}._userName_6rwjx_115{font-size:.9rem;font-weight:600;color:#111827}._userRole_6rwjx_121{font-size:.75rem;color:#6b7280}._logoutBtn_6rwjx_126{width:100%;padding:.75rem;background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}._logoutBtn_6rwjx_126:hover{background-color:#fecaca;transform:translateY(-1px)}._logoutBtn_6rwjx_126:active{transform:translateY(0)}._mainContent_6rwjx_152{flex:1;margin-left:260px;padding:2rem}._container_12ay1_1{max-width:100%}._header_12ay1_5{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._titleSection_12ay1_12 h1{font-size:var(--font-size-h1);font-weight:var(--font-weight-h1);color:var(--color-h1);margin:0}._titleSection_12ay1_12 p{font-size:var(--font-size-subtitle);color:var(--color-subtitle);margin-top:.5rem}._newMemberBtn_12ay1_25{background-color:#f97316;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:background .2s}._newMemberBtn_12ay1_25:hover{background-color:#ea580c}._statsGrid_12ay1_44{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}._tableSection_12ay1_51{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}._filtersBar_12ay1_58{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._searchInput_12ay1_65{flex:1;min-width:300px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem}._filterSelect_12ay1_74{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.9rem;color:#374151;cursor:pointer}._tableContainer_12ay1_84{overflow-x:auto}._table_12ay1_51{width:100%;border-collapse:collapse;font-size:.9rem}._table_12ay1_51 th{text-align:left;padding:1rem;color:#6b7280;font-weight:600;font-size:.75rem;text-transform:uppercase;border-bottom:1px solid #f3f4f6}._table_12ay1_51 td{padding:1rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}._userInfo_12ay1_111{display:flex;align-items:center;gap:.75rem}._avatar_12ay1_117{width:36px;height:36px;border-radius:50%;object-fit:cover}._userName_12ay1_124{display:block;font-weight:600;color:#111827}._userId_12ay1_130{display:block;font-size:.75rem;color:#9ca3af}._statusBadge_12ay1_136{padding:4px 10px;border-radius:99px;font-size:.75rem;font-weight:600;display:inline-block}._statusActive_12ay1_144{background:#d1fae5;color:#059669}._statusPending_12ay1_149{background:#ffedd5;color:#ca8a04}._statusOverdue_12ay1_154{background:#fee2e2;color:#dc2626}._quotaInfo_12ay1_159{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:#6b7280}._quotaItem_12ay1_167{display:flex;align-items:center;gap:6px}._actions_12ay1_173{display:flex;gap:.5rem}._iconBtn_12ay1_178{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:1.1rem;padding:4px}._iconBtn_12ay1_178:hover{color:#4b5563}._pageLayout_1c14t_1{display:flex;flex-direction:column;align-items:center;padding:2rem;font-family:var(--font-family);color:var(--text-color)}._container_1c14t_10{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}._header_1c14t_19{width:100%;max-width:800px;margin-bottom:2rem}._pageTitle_1c14t_25{font-size:1.5rem;font-weight:700;margin-bottom:1rem}._stepper_1c14t_31{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._step_1c14t_31{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.9rem}._stepActive_1c14t_47{color:var(--primary-color);font-weight:600}._stepNumber_1c14t_52{width:24px;height:24px;border-radius:50%;background-color:#e5e7eb;display:flex;justify-content:center;align-items:center;font-size:.8rem}._stepActive_1c14t_47 ._stepNumber_1c14t_52{background-color:#ff6b4a;color:#fff}._navLine_1c14t_70{height:2px;width:32px;background-color:#e5e7eb;margin:0 .5rem}._card_1c14t_77{width:100%;max-width:800px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}._sectionTitle_1c14t_86{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._sectionSubtitle_1c14t_92{color:#6b7280;font-size:.95rem;margin-bottom:2rem}._formGrid_1c14t_99{display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_1c14t_105{display:flex;flex-direction:column;gap:.5rem}._label_1c14t_111{font-weight:500;font-size:.9rem;color:#374151}._required_1c14t_118{color:#ef4444;margin-left:2px}._optional_1c14t_124{font-weight:400;color:#9ca3af;font-size:.8em;margin-left:4px}._input_1c14t_131{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}._input_1c14t_131:focus{outline:none;border-color:#ff6b4a;box-shadow:0 0 0 3px #ff6b4a1a}._helperText_1c14t_148{font-size:.8rem;color:#6b7280;margin-top:2px}._idDisplay_1c14t_154{background-color:#f3f4f6;padding:.75rem;border-radius:6px;color:#6b7280;font-style:italic}._actions_1c14t_162{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1rem;border-top:1px solid #e5e7eb}._btnCancel_1c14t_170{background:#fff;border:1px solid #d1d5db;color:#374151;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}._btnNext_1c14t_180{background-color:#d1d5db;color:#374151;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}._btnNextPrimary_1c14t_190{background-color:#d1d5db;color:#4b5563}._childrenList_1c14t_195{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._childCard_1c14t_202{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;background-color:#f9fafb}._childHeader_1c14t_209{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._childIcon_1c14t_216{width:40px;height:40px;background-color:#ff6b4a;border-radius:8px;display:flex;justify-content:center;align-items:center}._childTitle_1c14t_226{flex:1}._childTitle_1c14t_226 h3{font-size:1rem;font-weight:600;margin:0;color:#111827}._childTitle_1c14t_226 span{font-size:.85rem;color:#6b7280}._removeButton_1c14t_242{background:none;border:none;color:#9ca3af;font-size:1.25rem;cursor:pointer;padding:.5rem}._removeButton_1c14t_242:hover{color:#ef4444}._addChildButton_1c14t_255{width:100%;padding:1rem;background-color:#fff;border:1px dashed #d1d5db;border-radius:8px;color:#4b5563;font-weight:500;cursor:pointer;transition:all .2s}._addChildButton_1c14t_255:hover{border-color:#ff6b4a;color:#ff6b4a;background-color:#fff7ed}._infoBox_1c14t_273{margin-top:2rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem}._infoBox_1c14t_273 h3{color:#1e40af;font-size:1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._infoBox_1c14t_273 ul{margin:0;padding-left:1.5rem;color:#1e3a8a;font-size:.9rem}._infoBox_1c14t_273 li{margin-bottom:.25rem}._btnNextPrimary_1c14t_190:not(:disabled){background-color:#d1d5db;cursor:pointer}button:not(:disabled)._btnNextPrimary_1c14t_190{background-color:#d1d5db}._plansGrid_1c14t_313{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:640px){._plansGrid_1c14t_313{grid-template-columns:repeat(2,1fr)}}._planCard_1c14t_326{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative;background-color:#fff}._planCard_1c14t_326:hover{border-color:#ff6b4a;box-shadow:0 4px 6px #0000000d}._planCardActive_1c14t_341{border-color:#ff6b4a;background-color:#fff7ed;box-shadow:0 0 0 2px #ff6b4a33}._planHeader_1c14t_347{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._planName_1c14t_354{font-size:1.1rem;font-weight:600;margin:0;color:#111827}._planCheck_1c14t_361{width:24px;height:24px;background-color:#ff6b4a;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:700}._planPrice_1c14t_374{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.25rem}._planPeriod_1c14t_384{font-size:.9rem;color:#6b7280;font-weight:400}._planDetails_1c14t_390{display:flex;flex-direction:column;gap:.75rem}._planDetailItem_1c14t_396{display:flex;justify-content:space-between;font-size:.9rem;border-bottom:1px solid #f3f4f6;padding-bottom:.5rem}._planDetailItem_1c14t_396:last-child{border-bottom:none;padding-bottom:0}._planDetailItem_1c14t_396 span{color:#6b7280}._planDetailItem_1c14t_396 strong{color:#374151}._summarySection_1c14t_418{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}._summarySection_1c14t_418:last-of-type{border-bottom:none;padding-bottom:0}._summaryHeader_1c14t_429{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._summaryIconParent_1c14t_436,._summaryIconChild_1c14t_437,._summaryIconPlan_1c14t_438{width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.25rem}._summaryIconParent_1c14t_436{background-color:#ff6b4a}._summaryIconChild_1c14t_437{background-color:#f59e0b}._summaryIconPlan_1c14t_438{background-color:#fbbf24}._summaryTitle_1c14t_461 h3{font-size:1rem;font-weight:600;margin:0;color:#111827}._summaryTitle_1c14t_461 span{font-size:.85rem;color:#6b7280}._summaryGrid_1c14t_473{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){._summaryGrid_1c14t_473{grid-template-columns:repeat(2,1fr)}}._summaryLabel_1c14t_485{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}._summaryValue_1c14t_492{font-size:.95rem;font-weight:500;color:#111827;margin:0}._summaryChildrenList_1c14t_499{display:flex;flex-direction:column;gap:1rem}._summaryChildCard_1c14t_505{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem}._summaryChildIcon_1c14t_515{width:32px;height:32px;background-color:#3b82f6;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff}._summaryChildCard_1c14t_505:nth-child(2) ._summaryChildIcon_1c14t_515{background-color:#22c55e}._summaryChildInfo_1c14t_530{flex:1;display:flex;flex-direction:column}._summaryChildInfo_1c14t_530 strong{font-size:.95rem;color:#111827}._summaryChildInfo_1c14t_530 span{font-size:.85rem;color:#6b7280}._childAgeBadge_1c14t_546{background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}._summaryChildCard_1c14t_505:nth-child(2) ._childAgeBadge_1c14t_546{background-color:#22c55e}._countBadge_1c14t_559{display:inline-block;background-color:#ff6b4a;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-right:.5rem}._summarySubLabel_1c14t_570{font-size:.8rem;color:#6b7280}._idGenerationCard_1c14t_575{background:linear-gradient(135deg,#ff6b4a,#fbbf24);border-radius:12px;padding:1.5rem;color:#fff;margin-top:2rem;box-shadow:0 4px 6px #ff6b4a40}._idCardTop_1c14t_584{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._idCardIcon_1c14t_591{font-size:1.5rem;background:#fff3;width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center}._idCardTitle_1c14t_602 strong{display:block;font-size:1rem}._idCardTitle_1c14t_602 span{display:block;font-size:.8rem;opacity:.9}._idCardBrandIcon_1c14t_613{margin-left:auto;font-size:1.5rem}._idCardBody_1c14t_618{text-align:center}._idCardBody_1c14t_618 span{display:block;font-size:.8rem;opacity:.9;margin-bottom:.25rem}._finalId_1c14t_629{font-size:2rem;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.1)}._btnConfirm_1c14t_635{background-color:#ff6b4a;color:#fff;padding:.75rem 1.5rem;border-radius:6px;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}._successHeader_1c14t_650{text-align:center;margin-bottom:2rem}._successIcon_1c14t_655{width:64px;height:64px;background-color:#d1fae5;color:#059669;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 1rem}._successTitle_1c14t_667{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}._successSubtitle_1c14t_674{color:#6b7280;margin-bottom:.5rem}._successDate_1c14t_679{font-size:.85rem;color:#9ca3af}._detailsHeader_1c14t_684{background-color:#f97316;padding:1rem 1.5rem;border-radius:8px 8px 0 0;display:flex;align-items:center;gap:.75rem;color:#fff;margin:-2rem -2rem 1.5rem}._detailsHeader_1c14t_684 h2{font-size:1.1rem;font-weight:600;margin:0}._idDisplayCard_1c14t_703{background:linear-gradient(135deg,#1f2937,#111827),url(/card-bg.png);background-size:cover;background-position:center;background-blend-mode:overlay;border-radius:16px;padding:2rem;margin-bottom:2rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;box-shadow:0 10px 15px -3px #0000004d;min-height:220px;position:relative;overflow:hidden}._idDisplayCard_1c14t_703:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff1a,#fff0 40%);pointer-events:none}._cardHeader_1c14t_733{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._cardBrand_1c14t_740{font-size:1.25rem;font-weight:700;letter-spacing:1px;display:flex;align-items:center;gap:.5rem}._cardChip_1c14t_749{width:45px;height:35px;background:linear-gradient(135deg,#e5e7eb,#9ca3af);border-radius:6px;position:relative;border:1px solid #d1d5db}._cardChip_1c14t_749:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#6b7280;opacity:.5}._cardBody_1c14t_769{flex:1;display:flex;flex-direction:column;justify-content:center}._cardNumber_1c14t_776{font-family:Courier New,monospace;font-size:1.8rem;letter-spacing:4px;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.3);margin-bottom:1.5rem}._cardFooter_1c14t_785{display:flex;justify-content:space-between;align-items:flex-end}._cardHolder_1c14t_791{display:flex;flex-direction:column;gap:2px}._cardLabel_1c14t_797{font-size:.6rem;text-transform:uppercase;color:#ffffffb3;letter-spacing:1px}._cardName_1c14t_804{font-family:Courier New,monospace;font-size:1rem;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;display:block}._cardExpiry_1c14t_817{display:flex;flex-direction:column;gap:2px;text-align:right}._cardPlan_1c14t_824{position:absolute;top:2rem;right:2rem;font-size:1.5rem;opacity:.8}._copyButton_1c14t_833{background:#ffedd5;border:none;color:#ea580c;width:36px;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._detailsGrid_1c14t_847{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){._detailsGrid_1c14t_847{grid-template-columns:1fr 1fr}}._columnTitle_1c14t_860{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._infoRow_1c14t_870{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}._infoLabel_1c14t_877{color:#6b7280}._infoValue_1c14t_881{font-weight:500;color:#111827;text-align:right}._statusActive_1c14t_887{background-color:#d1fae5;color:#059669;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600}._planValue_1c14t_896{color:#ea580c;font-weight:500}._childrenSection_1c14t_901{border-top:1px solid #f3f4f6;padding-top:1.5rem}._finalActions_1c14t_906{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}@media(min-width:640px){._finalActions_1c14t_906{grid-template-columns:1fr 1fr}}._btnDashboard_1c14t_919{background-color:#f97316;color:#fff;border:none;padding:1rem;border-radius:6px;font-weight:600;cursor:pointer;text-align:center}._btnDashboard_1c14t_919:hover{background-color:#ea580c}._btnReset_1c14t_934{background-color:#fff;color:#f97316;border:1px solid #f97316;padding:1rem;border-radius:6px;font-weight:600;cursor:pointer;text-align:center}._btnReset_1c14t_934:hover{background-color:#fff7ed}._nextStepsBox_1c14t_949{margin-top:2rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem}._nextStepsBox_1c14t_949 h3{color:#1e40af;font-size:1rem;margin-bottom:1rem}._nextStepsBox_1c14t_949 ul{list-style:none;padding:0;margin:0}._nextStepsBox_1c14t_949 li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9rem;color:#1e3a8a}._nextStepsBox_1c14t_949 li:before{content:"•";position:absolute;left:0;color:#2563eb;font-weight:700}._container_1p6ro_1{max-width:100%}._header_1p6ro_5{margin-bottom:2rem}._backLink_1p6ro_9{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.9rem;margin-bottom:1rem}._backLink_1p6ro_9:hover{color:#111827}._headerContent_1p6ro_23{display:flex;justify-content:space-between;align-items:flex-start}._titleArea_1p6ro_29 h1{font-size:var(--font-size-h1);font-weight:var(--font-weight-h1);color:var(--color-h1);margin:0 0 .5rem}._subHeader_1p6ro_36{display:flex;align-items:center;gap:1rem;color:#6b7280}._statusBadge_1p6ro_43{padding:2px 8px;border-radius:99px;font-size:.75rem;font-weight:600}._statusActive_1p6ro_50{background:#d1fae5;color:#059669}._headerActions_1p6ro_55{display:flex;gap:.75rem}._btnSecondary_1p6ro_60{background:#fff;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;color:#374151;font-weight:500;cursor:pointer}._btnPrimary_1p6ro_70{background:#f97316;border:none;padding:.5rem 1rem;border-radius:6px;color:#fff;font-weight:500;cursor:pointer}._infoGrid_1p6ro_81{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}._card_1p6ro_88{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}._cardHeader_1p6ro_95{display:flex;justify-content:space-between;margin-bottom:1.5rem}._cardTitle_1p6ro_101{font-weight:600;color:#374151;font-size:1rem}._editLink_1p6ro_107{color:#f97316;font-size:.8rem;text-decoration:none;cursor:pointer}._titularInfo_1p6ro_114{display:flex;gap:1rem;margin-bottom:1.5rem}._avatarLarge_1p6ro_120{width:64px;height:64px;border-radius:50%;object-fit:cover}._contactList_1p6ro_127{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#4b5563}._contactItem_1p6ro_135{display:flex;align-items:center;gap:.5rem}._childList_1p6ro_141{display:flex;flex-direction:column;gap:1rem}._childItem_1p6ro_147{display:flex;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:8px}._childAvatar_1p6ro_155{width:48px;height:48px;border-radius:50%}._membershipDetails_1p6ro_161{display:flex;flex-direction:column;gap:1rem}._membershipRow_1p6ro_167{display:flex;justify-content:space-between;font-size:.9rem;padding:.25rem 0}._label_1p6ro_174{color:#6b7280}._value_1p6ro_178{font-weight:500;color:#111827}._statsRow_1p6ro_184{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}._statCard_1p6ro_191{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}._statHeader_1p6ro_198{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._statIcon_1p6ro_205{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}._blueIcon_1p6ro_215{background:#dbeafe;color:#2563eb}._purpleIcon_1p6ro_220{background:#f3e8ff;color:#9333ea}._orangeIcon_1p6ro_225{background:#ffedd5;color:#ea580c}._bigNumbers_1p6ro_230{display:flex;justify-content:space-around;margin-bottom:1.5rem;text-align:center}._numberBlock_1p6ro_237 span{display:block;font-size:2rem;font-weight:700;color:#111827}._numberBlock_1p6ro_237 label{font-size:.75rem;color:#6b7280;text-transform:uppercase}._recentActivityList_1p6ro_250{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem}._activityRow_1p6ro_257{display:flex;justify-content:space-between;color:#6b7280}._actionsSection_1p6ro_264{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem}._sectionTitle_1p6ro_272{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1.5rem}._actionGrid_1p6ro_279{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._actionBtnBig_1p6ro_285{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s;color:#374151;font-weight:500}._actionBtnBig_1p6ro_285:hover{border-color:#f97316;color:#ea580c;background:#fff7ed}._actionBtnRed_1p6ro_306:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2}._historySection_1p6ro_313{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}._historyHeader_1p6ro_320{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._filterBtns_1p6ro_327{display:flex;gap:.5rem}._filterBtn_1p6ro_327{background:#f3f4f6;border:none;padding:.5rem 1rem;border-radius:6px;color:#4b5563;font-size:.9rem;cursor:pointer}._tableTag_1p6ro_342{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:500}._tagBlue_1p6ro_350{background:#dbeafe;color:#1e40af}._tagOrange_1p6ro_355{background:#ffedd5;color:#9a3412}._tagPurple_1p6ro_360{background:#f3e8ff;color:#6b21a8}._container_1qgtd_1{max-width:100%}._header_1qgtd_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._titleSection_1qgtd_12 h1{font-size:var(--font-size-h1);font-weight:var(--font-weight-h1);color:var(--color-h1);margin:0 0 .5rem}._titleSection_1qgtd_12 p{font-size:var(--font-size-subtitle);color:var(--color-subtitle);margin:0}._primaryBtn_1qgtd_26{background-color:#f97316;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}._primaryBtn_1qgtd_26:hover{background-color:#ea580c}._searchSection_1qgtd_45{margin-bottom:2rem;position:relative}._searchInput_1qgtd_50{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1.1rem;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s,box-shadow .2s;background:#fff}._searchInput_1qgtd_50:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}._searchIcon_1qgtd_67{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem;pointer-events:none}._memberCard_1qgtd_78{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 1px 3px #0000001a}._avatar_1qgtd_90{width:80px;height:80px;border-radius:50%;object-fit:cover}._memberInfo_1qgtd_97 h2{margin:0;color:#111827;font-size:1.4rem}._memberId_1qgtd_103{color:#6b7280;font-size:1rem;margin-top:4px}._statusBadge_1qgtd_109{display:inline-block;padding:4px 12px;border-radius:99px;font-size:.8rem;font-weight:600;margin-top:8px}._actionsGrid_1qgtd_119{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._actionBtn_1qgtd_126{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;min-height:180px}._actionBtn_1qgtd_126:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}._btnPlayground_1qgtd_150:hover{border-color:#3b82f6;background-color:#eff6ff;color:#1d4ed8}._btnCoffee_1qgtd_156:hover{border-color:#ea580c;background-color:#fff7ed;color:#c2410c}._btnWorkshop_1qgtd_162:hover{border-color:#9333ea;background-color:#f3e8ff;color:#7e22ce}._btnSnack_1qgtd_168:hover{border-color:#f59e0b;background-color:#fef3c7;color:#b45309}._actionBtnIcon_1qgtd_174{font-size:2.5rem}._actionBtnLabel_1qgtd_178{font-size:1.1rem;font-weight:600;color:#374151}._feedback_1qgtd_185{margin-top:2rem;padding:1rem;border-radius:8px;background:#ecfdf5;color:#065f46;text-align:center;font-weight:600;animation:_fadeIn_1qgtd_1 .3s ease-in}._inputField_1qgtd_196{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;width:100%}@keyframes _fadeIn_1qgtd_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._container_1nr0g_1{max-width:100%}._header_1nr0g_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._titleSection_1nr0g_12 h1{font-size:var(--font-size-h1);font-weight:var(--font-weight-h1);color:var(--color-h1);margin:0 0 .5rem}._titleSection_1nr0g_12 p{font-size:var(--font-size-subtitle);color:var(--color-subtitle);margin:0}._statsGrid_1nr0g_26{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}._statCard_1nr0g_33{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}._statLabel_1nr0g_41{color:#6b7280;font-size:.9rem;font-weight:500}._statValue_1nr0g_47{display:block;font-size:2rem;font-weight:700;color:#111827;margin-top:.5rem}._tableSection_1nr0g_56{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}._tableHeader_1nr0g_63{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._tableHeader_1nr0g_63 h2{margin:0;font-size:1.1rem;color:#374151}._table_1nr0g_56{width:100%;border-collapse:collapse}._table_1nr0g_56 th{text-align:left;padding:1rem 1.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-weight:600;font-size:.8rem;text-transform:uppercase}._table_1nr0g_56 td{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.95rem}._table_1nr0g_56 tr:last-child td{border-bottom:none}._visitorBadge_1nr0g_104,._memberBadge_1nr0g_105{display:inline-block;padding:2px 8px;border-radius:99px;font-size:.75rem;font-weight:600}._visitorBadge_1nr0g_104{background-color:#f3f4f6;color:#4b5563}._memberBadge_1nr0g_105{background-color:#d1fae5;color:#059669}._activityIcon_1nr0g_123{margin-right:.5rem;font-size:1.1rem}
