: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_1nu48_1{display:flex;flex-direction:column;align-items:center;padding:2rem;font-family:var(--font-family);color:var(--text-color)}._header_1nu48_10{width:100%;max-width:800px;margin-bottom:2rem}._pageTitle_1nu48_16{font-size:1.5rem;font-weight:700;margin-bottom:1rem}._stepper_1nu48_22{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._step_1nu48_22{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.9rem}._stepActive_1nu48_38{color:var(--primary-color);font-weight:600}._stepNumber_1nu48_43{width:24px;height:24px;border-radius:50%;background-color:#e5e7eb;display:flex;justify-content:center;align-items:center;font-size:.8rem}._stepActive_1nu48_38 ._stepNumber_1nu48_43{background-color:#ff6b4a;color:#fff}._navLine_1nu48_61{height:2px;width:32px;background-color:#e5e7eb;margin:0 .5rem}._card_1nu48_68{width:100%;max-width:800px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}._sectionTitle_1nu48_77{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}._sectionSubtitle_1nu48_83{color:#6b7280;font-size:.95rem;margin-bottom:2rem}._formGrid_1nu48_90{display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_1nu48_96{display:flex;flex-direction:column;gap:.5rem}._label_1nu48_102{font-weight:500;font-size:.9rem;color:#374151}._required_1nu48_109{color:#ef4444;margin-left:2px}._optional_1nu48_115{font-weight:400;color:#9ca3af;font-size:.8em;margin-left:4px}._input_1nu48_122{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}._input_1nu48_122:focus{outline:none;border-color:#ff6b4a;box-shadow:0 0 0 3px #ff6b4a1a}._helperText_1nu48_139{font-size:.8rem;color:#6b7280;margin-top:2px}._idDisplay_1nu48_145{background-color:#f3f4f6;padding:.75rem;border-radius:6px;color:#6b7280;font-style:italic}._actions_1nu48_153{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1rem;border-top:1px solid #e5e7eb}._btnCancel_1nu48_161{background:#fff;border:1px solid #d1d5db;color:#374151;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}._btnNext_1nu48_171{background-color:#d1d5db;color:#374151;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}._btnNextPrimary_1nu48_181{background-color:#d1d5db;color:#4b5563}._childrenList_1nu48_186{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._childCard_1nu48_193{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;background-color:#f9fafb}._childHeader_1nu48_200{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._childIcon_1nu48_207{width:40px;height:40px;background-color:#ff6b4a;border-radius:8px;display:flex;justify-content:center;align-items:center}._childTitle_1nu48_217{flex:1}._childTitle_1nu48_217 h3{font-size:1rem;font-weight:600;margin:0;color:#111827}._childTitle_1nu48_217 span{font-size:.85rem;color:#6b7280}._removeButton_1nu48_233{background:none;border:none;color:#9ca3af;font-size:1.25rem;cursor:pointer;padding:.5rem}._removeButton_1nu48_233:hover{color:#ef4444}._addChildButton_1nu48_246{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_1nu48_246:hover{border-color:#ff6b4a;color:#ff6b4a;background-color:#fff7ed}._infoBox_1nu48_264{margin-top:2rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem}._infoBox_1nu48_264 h3{color:#1e40af;font-size:1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._infoBox_1nu48_264 ul{margin:0;padding-left:1.5rem;color:#1e3a8a;font-size:.9rem}._infoBox_1nu48_264 li{margin-bottom:.25rem}._btnNextPrimary_1nu48_181:not(:disabled){background-color:#d1d5db;cursor:pointer}button:not(:disabled)._btnNextPrimary_1nu48_181{background-color:#d1d5db}._plansGrid_1nu48_304{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:640px){._plansGrid_1nu48_304{grid-template-columns:repeat(2,1fr)}}._planCard_1nu48_317{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative;background-color:#fff}._planCard_1nu48_317:hover{border-color:#ff6b4a;box-shadow:0 4px 6px #0000000d}._planCardActive_1nu48_332{border-color:#ff6b4a;background-color:#fff7ed;box-shadow:0 0 0 2px #ff6b4a33}._planHeader_1nu48_338{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}._planName_1nu48_345{font-size:1.1rem;font-weight:600;margin:0;color:#111827}._planCheck_1nu48_352{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_1nu48_365{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.25rem}._planPeriod_1nu48_375{font-size:.9rem;color:#6b7280;font-weight:400}._planDetails_1nu48_381{display:flex;flex-direction:column;gap:.75rem}._planDetailItem_1nu48_387{display:flex;justify-content:space-between;font-size:.9rem;border-bottom:1px solid #f3f4f6;padding-bottom:.5rem}._planDetailItem_1nu48_387:last-child{border-bottom:none;padding-bottom:0}._planDetailItem_1nu48_387 span{color:#6b7280}._planDetailItem_1nu48_387 strong{color:#374151}._summarySection_1nu48_409{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}._summarySection_1nu48_409:last-of-type{border-bottom:none;padding-bottom:0}._summaryHeader_1nu48_420{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._summaryIconParent_1nu48_427,._summaryIconChild_1nu48_428,._summaryIconPlan_1nu48_429{width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.25rem}._summaryIconParent_1nu48_427{background-color:#ff6b4a}._summaryIconChild_1nu48_428{background-color:#f59e0b}._summaryIconPlan_1nu48_429{background-color:#fbbf24}._summaryTitle_1nu48_452 h3{font-size:1rem;font-weight:600;margin:0;color:#111827}._summaryTitle_1nu48_452 span{font-size:.85rem;color:#6b7280}._summaryGrid_1nu48_464{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){._summaryGrid_1nu48_464{grid-template-columns:repeat(2,1fr)}}._summaryLabel_1nu48_476{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}._summaryValue_1nu48_483{font-size:.95rem;font-weight:500;color:#111827;margin:0}._summaryChildrenList_1nu48_490{display:flex;flex-direction:column;gap:1rem}._summaryChildCard_1nu48_496{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem}._summaryChildIcon_1nu48_506{width:32px;height:32px;background-color:#3b82f6;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff}._summaryChildCard_1nu48_496:nth-child(2) ._summaryChildIcon_1nu48_506{background-color:#22c55e}._summaryChildInfo_1nu48_521{flex:1;display:flex;flex-direction:column}._summaryChildInfo_1nu48_521 strong{font-size:.95rem;color:#111827}._summaryChildInfo_1nu48_521 span{font-size:.85rem;color:#6b7280}._childAgeBadge_1nu48_537{background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}._summaryChildCard_1nu48_496:nth-child(2) ._childAgeBadge_1nu48_537{background-color:#22c55e}._countBadge_1nu48_550{display:inline-block;background-color:#ff6b4a;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-right:.5rem}._summarySubLabel_1nu48_561{font-size:.8rem;color:#6b7280}._idGenerationCard_1nu48_566{background:linear-gradient(135deg,#ff6b4a,#fbbf24);border-radius:12px;padding:1.5rem;color:#fff;margin-top:2rem;box-shadow:0 4px 6px #ff6b4a40}._idCardTop_1nu48_575{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._idCardIcon_1nu48_582{font-size:1.5rem;background:#fff3;width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;align-items:center}._idCardTitle_1nu48_593 strong{display:block;font-size:1rem}._idCardTitle_1nu48_593 span{display:block;font-size:.8rem;opacity:.9}._idCardBrandIcon_1nu48_604{margin-left:auto;font-size:1.5rem}._idCardBody_1nu48_609{text-align:center}._idCardBody_1nu48_609 span{display:block;font-size:.8rem;opacity:.9;margin-bottom:.25rem}._finalId_1nu48_620{font-size:2rem;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.1)}._btnConfirm_1nu48_626{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_1nu48_641{text-align:center;margin-bottom:2rem}._successIcon_1nu48_646{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_1nu48_658{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}._successSubtitle_1nu48_665{color:#6b7280;margin-bottom:.5rem}._successDate_1nu48_670{font-size:.85rem;color:#9ca3af}._detailsHeader_1nu48_675{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_1nu48_675 h2{font-size:1.1rem;font-weight:600;margin:0}._idDisplayCard_1nu48_694{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}._idDisplayCard_1nu48_694 span{color:#6b7280;font-size:.9rem}._idRow_1nu48_710{display:flex;align-items:center;justify-content:space-between}._bigId_1nu48_716{color:#ea580c;font-size:1.5rem;letter-spacing:1px}._copyButton_1nu48_722{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_1nu48_736{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){._detailsGrid_1nu48_736{grid-template-columns:1fr 1fr}}._columnTitle_1nu48_749{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._infoRow_1nu48_759{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}._infoLabel_1nu48_766{color:#6b7280}._infoValue_1nu48_770{font-weight:500;color:#111827;text-align:right}._statusActive_1nu48_776{background-color:#d1fae5;color:#059669;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600}._planValue_1nu48_785{color:#ea580c;font-weight:500}._childrenSection_1nu48_790{border-top:1px solid #f3f4f6;padding-top:1.5rem}._finalActions_1nu48_795{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}@media(min-width:640px){._finalActions_1nu48_795{grid-template-columns:1fr 1fr}}._btnDashboard_1nu48_808{background-color:#f97316;color:#fff;border:none;padding:1rem;border-radius:6px;font-weight:600;cursor:pointer;text-align:center}._btnDashboard_1nu48_808:hover{background-color:#ea580c}._btnReset_1nu48_823{background-color:#fff;color:#f97316;border:1px solid #f97316;padding:1rem;border-radius:6px;font-weight:600;cursor:pointer;text-align:center}._btnReset_1nu48_823:hover{background-color:#fff7ed}._nextStepsBox_1nu48_838{margin-top:2rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem}._nextStepsBox_1nu48_838 h3{color:#1e40af;font-size:1rem;margin-bottom:1rem}._nextStepsBox_1nu48_838 ul{list-style:none;padding:0;margin:0}._nextStepsBox_1nu48_838 li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9rem;color:#1e3a8a}._nextStepsBox_1nu48_838 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}
