@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.notifications-modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}.notifications-modal .overlay{position:absolute;inset:0;background:#000000a6}.notifications-modal .modal{position:relative;background:#fff;width:100%;max-width:420px;border-radius:16px;box-shadow:0 25px 50px #0000004d;overflow:hidden;z-index:1}.notifications-modal header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #eee}.notifications-modal header h3{font-size:18px;font-weight:600;color:#111}.notifications-modal header button{background:none;border:none;cursor:pointer;color:#666}.notifications-modal header button:hover{color:#000}.notifications-modal section{max-height:420px;overflow-y:auto}.notifications-modal .state{padding:48px;text-align:center;color:#666}.notifications-modal .error{padding:24px;text-align:center;color:#b91c1c}.notifications-modal .error span{font-size:32px}.notifications-modal .error button{margin-top:12px;padding:8px 14px;border-radius:8px;background:#2563eb;color:#fff;border:none;cursor:pointer}.notifications-modal .count{padding:10px 16px;font-weight:500;color:#333;border-bottom:1px solid #eee}.notifications-modal ul{list-style:none}.notifications-modal li{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.notifications-modal li.unread{background:#eff6ff}.notifications-modal li:hover{background:#f9fafb}.notifications-modal .text{flex:1}.notifications-modal .text p{margin:0;font-size:14px;color:#333}.notifications-modal .text p.strong{font-weight:600}.notifications-modal .text span{display:block;font-size:12px;color:#777;margin-top:4px}.notifications-modal .empty{padding:48px;text-align:center;color:#777}.notifications-modal .empty span{font-size:42px;display:block;margin-bottom:12px}.notification-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notification-icon.success{background:#16a34a26;color:#16a34a}.notification-icon.error{background:#dc262626;color:#dc2626}.notification-icon.warning{background:#d9770626;color:#d97706}.notification-icon.info{background:#2563eb26;color:#2563eb}.app-header{position:fixed;top:0;left:0;right:0;height:56px;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:0 12px 0 1px;background:#fff;border-bottom:1px solid #e5e7eb;font-family:Inter,sans-serif}@media(min-width:768px){.app-header{height:64px;padding:0 20px 0 1px}}@media(min-width:1024px){.app-header{padding:0 24px 0 1px}}.header-left{display:flex;align-items:center;gap:8px}@media(min-width:768px){.header-left{gap:16px}}.menu-toggle{background:none;border:none;color:#4b5563;cursor:pointer;padding:6px;border-radius:8px}@media(min-width:768px){.menu-toggle{padding:8px;display:none}}.menu-toggle:hover{background:#f3f4f6}.brand{display:flex;align-items:center}.brand-logo{height:28px;width:auto;object-fit:contain}@media(min-width:768px){.brand-logo{height:36px}}.page-meta{display:none;flex-direction:column;border-left:1px solid #e5e7eb;padding-left:12px}@media(min-width:768px){.page-meta{display:flex;padding-left:16px}}.page-title{font-size:13px;font-weight:600;color:#111827}@media(min-width:768px){.page-title{font-size:14px}}.portal-type{font-size:11px;color:#6b7280}@media(min-width:768px){.portal-type{font-size:12px}}.header-right{display:flex;align-items:center;gap:8px}@media(min-width:768px){.header-right{gap:16px}}.notification-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:50%}@media(min-width:768px){.notification-btn{padding:8px}}.notification-btn:hover{background:#f3f4f6;color:#15a36e}.profile-btn{width:32px;height:32px;border-radius:50%;background:#15a36e;border:2px solid #fff;color:#fff;font-weight:700;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.profile-btn{width:36px;height:36px;font-size:14px}}.profile-btn:hover{background:#108559}.sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:45}@media(min-width:768px){.sidebar-overlay{display:none}}.sidebar-toggle{position:fixed;top:70px;left:0;z-index:55;display:none;background:#fff;border:1px solid #e5e7eb;border-left:none;color:#6b7280;padding:6px;border-radius:0 8px 8px 0;cursor:pointer;box-shadow:2px 0 6px #0000000d}.sidebar-toggle:hover{color:#15a36e}@media(min-width:768px){.sidebar-toggle{display:flex;align-items:center;top:80px}}.sidebar{position:fixed;top:56px;left:0;bottom:0;z-index:50;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;transition:width .3s ease,transform .3s ease;width:72px;transform:translate(-100%);box-shadow:4px 0 24px #00000005}@media(min-width:768px){.sidebar{top:64px;transform:translate(0)}}.sidebar.open{transform:translate(0);width:260px}.sidebar.expanded{width:260px}.sidebar.collapsed{width:72px}.sidebar-nav{flex:1;padding:16px 8px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}@media(min-width:768px){.sidebar-nav{padding:24px 12px;gap:8px}}.sidebar-nav .nav-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;color:#4b5563;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease;white-space:nowrap;overflow:hidden}@media(min-width:768px){.sidebar-nav .nav-item{gap:16px;padding:12px;font-size:14px}}.sidebar-nav .nav-item .icon-box{min-width:20px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.sidebar-nav .nav-item .icon-box{min-width:24px}}.sidebar-nav .nav-item:hover{background:#f9fafb;color:#111827}.sidebar-nav .nav-item.active{background:#ecfdf5;color:#15a36e;font-weight:600}.sidebar-footer{padding:12px 8px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff,#f9fafb);transition:all .3s ease}@media(min-width:768px){.sidebar-footer{padding:14px 12px}}.sidebar-footer.expanded{justify-content:space-between}.sidebar-footer.expanded .user-info{flex:1;min-width:0}.sidebar-footer.collapsed{justify-content:center;padding:12px}.sidebar-footer .user-info{display:flex;align-items:center;gap:10px;overflow:hidden;background:#15a36e0d;padding:8px 10px;border-radius:10px;transition:all .3s ease}@media(min-width:768px){.sidebar-footer .user-info{gap:12px;padding:9px 12px}}.sidebar-footer .user-info:hover{background:#15a36e14}.sidebar-footer .user-info .avatar{min-width:32px;width:32px;height:32px;background:linear-gradient(135deg,#15a36e,#0f8659);color:#fff;border-radius:50%;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #15a36e4d;transition:all .3s ease}@media(min-width:768px){.sidebar-footer .user-info .avatar{min-width:36px;width:36px;height:36px;font-size:14px;box-shadow:0 2px 12px #15a36e59}}.sidebar-footer .user-info .avatar:hover{transform:scale(1.1);box-shadow:0 4px 12px #15a36e66}.sidebar-footer .user-info .email{font-size:12px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px;font-weight:500;letter-spacing:.3px;transition:color .3s ease}@media(min-width:768px){.sidebar-footer .user-info .email{font-size:13px;max-width:110px}}.sidebar-footer .logout-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease;position:relative}@media(min-width:768px){.sidebar-footer .logout-btn{padding:10px}}.sidebar-footer .logout-btn svg{width:20px;height:20px;transition:transform .25s ease}@media(min-width:768px){.sidebar-footer .logout-btn svg{width:22px;height:22px}}.sidebar-footer .logout-btn:hover{color:#ef4444;background:linear-gradient(135deg,#fee2e2,#fecaca)}.sidebar-footer .logout-btn:hover svg{transform:translate(2px)}.sidebar-footer .logout-btn:active{transform:scale(.95)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-layout{height:100vh;display:flex;flex-direction:column;background-color:#fff;color:#000;overflow:hidden}.layout-body{display:flex;flex:1;overflow:hidden;position:relative}.layout-content{flex:1;padding:80px 16px 16px;overflow-y:auto;overflow-x:hidden;background:#fff}@media(min-width:768px){.layout-content{padding:84px 20px 20px 92px}}@media(min-width:1024px){.layout-content{padding:88px 24px 24px 96px}}@media(min-width:1440px){.layout-content{padding:96px 32px 32px 104px}}.layout-content::-webkit-scrollbar{width:8px}.layout-content::-webkit-scrollbar-track{background:transparent}.layout-content::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.layout-content::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;font-family:Inter,sans-serif;color:#000}.login-card{width:100%;max-width:420px;padding:48px 40px;text-align:center;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #00000014}.header{margin-bottom:16px}.brand{display:flex;justify-content:center;align-items:center;margin-bottom:2px}.brand-logo{height:148px;width:auto;object-fit:contain;border-radius:0}.header h1{font-size:28px;font-weight:800;color:#000;margin-bottom:8px}.header .subtitle{font-size:15px;color:#6b7280;margin-top:0;line-height:1.3;font-weight:500}.description{color:#4b5563;font-size:16px;margin-bottom:32px;line-height:1.5}.login-button{width:100%;padding:14px;border-radius:10px;font-size:16px;font-weight:700;color:#fff;background:#15a36e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.login-button:hover{background:#108559;transform:translateY(-1px);box-shadow:0 4px 12px #15a36e40}.login-button svg{font-size:20px}@media(max-width:480px){.login-card{padding:36px 24px}}.gym-profile-card .plans-row .plan-card .plan-field select{padding-right:40px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.trainer-profile-page{min-height:100vh;background:#fff;display:flex;justify-content:center;padding:48px 16px;font-family:Inter,sans-serif;color:#000}.trainer-card{width:100%;max-width:800px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0000000a;overflow:hidden}.trainer-card header{padding:32px;text-align:center;background:#f9fafb;border-bottom:1px solid #e5e7eb}.trainer-card header .icon-wrapper{color:#15a36e;margin-bottom:12px;display:inline-flex}.trainer-card header .icon-wrapper svg{font-size:56px}.trainer-card header h1{font-size:24px;font-weight:800;color:#000;margin:0 0 8px}.trainer-card header p{color:#6b7280;font-size:15px;margin:0}.trainer-card form{padding:32px;display:flex;flex-direction:column;gap:32px}.trainer-card .section-title{font-size:18px;font-weight:700;color:#111827;padding-bottom:12px;border-bottom:2px solid #f3f4f6;margin-bottom:20px}.trainer-card .form-group{display:flex;flex-direction:column;gap:8px;width:100%}.trainer-card .form-group label{font-size:14px;font-weight:600;color:#374151}.trainer-card .form-group input,.trainer-card .form-group textarea,.trainer-card .form-group select{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#000;font-size:15px;font-family:inherit;box-sizing:border-box;transition:all .2s}.trainer-card .form-group input:focus,.trainer-card .form-group textarea:focus,.trainer-card .form-group select:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.trainer-card .form-group input::placeholder,.trainer-card .form-group textarea::placeholder,.trainer-card .form-group select::placeholder{color:#9ca3af}.trainer-card .form-group textarea{resize:vertical;min-height:120px}.trainer-card .form-group small{color:#dc2626;font-size:13px}.trainer-card .upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:32px;text-align:center;background:#f9fafb;cursor:pointer;transition:all .2s}.trainer-card .upload-area:hover{border-color:#15a36e;background:#f0fdf4}.trainer-card .upload-area .upload-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#6b7280;font-size:14px}.trainer-card .photo-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.trainer-card .photo-grid .photo-preview{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.trainer-card .photo-grid .photo-preview img{width:100%;height:100%;object-fit:cover}.trainer-card .photo-grid .photo-preview button{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.trainer-card .photo-grid .photo-preview button:hover{background:#ef4444}.trainer-card .photo-grid .photo-preview button svg{font-size:16px}.trainer-card .plans-container{display:flex;flex-direction:column;gap:20px}.trainer-card .plan-card{display:flex;flex-wrap:wrap;gap:16px;padding:20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start}.trainer-card .plan-card .plan-field{flex:1;display:flex;flex-direction:column;gap:6px;min-width:150px}.trainer-card .plan-card .plan-field label{font-size:12px;font-weight:700;text-transform:uppercase;color:#6b7280}.trainer-card .plan-card .plan-field.wide{flex:2;min-width:200px}.trainer-card .plan-card .remove-btn{margin-top:22px;background:#fee2e2;color:#ef4444;border:none;width:48px;height:48px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.trainer-card .plan-card .remove-btn:hover{background:#fecaca}@media(max-width:600px){.trainer-card .plan-card{flex-direction:column}.trainer-card .plan-card .plan-field{width:100%}.trainer-card .plan-card .remove-btn{width:100%;margin-top:0}}.trainer-card .add-plan-btn{width:100%;padding:16px;background:#fff;border:2px dashed #d1d5db;color:#4b5563;font-weight:600;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.trainer-card .add-plan-btn:hover{border-color:#15a36e;color:#15a36e;background:#f0fdf4}.trainer-card .submit-btn{width:100%;height:56px;background:#15a36e;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .2s;margin-top:16px}.trainer-card .submit-btn:hover:not(:disabled){background:#108559}.trainer-card .submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.trainer-card .error-summary{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:16px;border-radius:10px;font-size:14px;text-align:center}.merchant-profile-form{min-height:100vh;padding:48px 16px;display:flex;align-items:center;justify-content:center;background:#fff;font-family:Inter,sans-serif;color:#000}.merchant-profile-form__card{width:100%;max-width:600px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000f;overflow:hidden}.merchant-profile-form__header{padding:32px;text-align:center;background:#f9fafb;border-bottom:1px solid #e5e7eb}.merchant-profile-form__header .icon-wrapper{width:64px;height:64px;background:#ecfdf5;color:#15a36e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.merchant-profile-form__header .icon-wrapper svg{font-size:32px}.merchant-profile-form__header h1{font-size:24px;font-weight:800;color:#000;margin:0 0 8px}.merchant-profile-form__header p{font-size:15px;color:#6b7280;margin:0}.merchant-profile-form form{padding:32px;display:flex;flex-direction:column;gap:24px}.merchant-profile-form .field{display:flex;flex-direction:column;gap:8px}.merchant-profile-form .field label{font-size:14px;font-weight:600;color:#374151}.merchant-profile-form .field input,.merchant-profile-form .field textarea{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px 16px;color:#000;font-size:15px;font-family:inherit;box-sizing:border-box;transition:all .2s}.merchant-profile-form .field input:focus,.merchant-profile-form .field textarea:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.merchant-profile-form .field input::placeholder,.merchant-profile-form .field textarea::placeholder{color:#9ca3af}.merchant-profile-form .field textarea{resize:vertical;min-height:100px}.merchant-profile-form__error{padding:12px 16px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:14px;border:1px solid #fecaca;display:flex;align-items:center;gap:8px}.merchant-profile-form button.primary{margin-top:8px;background:#15a36e;color:#fff;font-weight:700;font-size:16px;border-radius:12px;padding:14px;border:none;cursor:pointer;transition:background .2s ease;width:100%}.merchant-profile-form button.primary:hover:not(:disabled){background:#108559;transform:translateY(-1px)}.merchant-profile-form button.primary:disabled{background:#9ca3af;cursor:not-allowed}.verification-page{min-height:100vh;padding:clamp(20px,3vw,48px) 16px;background:#fff;display:flex;justify-content:center;font-family:Inter,sans-serif;color:#000}.verification-card{width:min(100%,920px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0000000f;position:relative}.verification-card>header{padding:clamp(18px,3vw,32px);background:#f9fafb;border-bottom:1px solid #e5e7eb;position:relative;display:flex;justify-content:center;align-items:center;text-align:center}.verification-card>header .header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.verification-card>header .header-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.verification-card>header .error-box{margin-top:16px;margin-bottom:0;width:100%;max-width:600px}.verification-card>header .icon-wrapper{color:#15a36e;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.verification-card>header .icon-wrapper svg{font-size:48px}.verification-card>header h1{font-size:clamp(22px,2.6vw,28px);font-weight:800;margin:0;text-align:center}.verification-card>header p{margin-top:8px;color:#4b5563;font-size:14px;text-align:center}.verification-card>header>button{position:absolute;top:clamp(18px,3vw,32px);right:clamp(18px,3vw,32px);z-index:10}@media(max-width:640px){.verification-card>header{flex-direction:column;padding-top:60px}.verification-card>header>button{top:16px;right:16px}}.verification-card form{padding:32px;display:flex;flex-direction:column;gap:32px}.role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;padding:clamp(16px,2.5vw,32px)}.role-card{border-radius:14px;background:#f9fafb;border:2px solid #e5e7eb;transition:all .2s ease;color:#000;box-shadow:0 1px 2px #0000000d}.role-card .MuiCardActionArea-root{text-align:left;border-radius:14px;min-height:100%;min-height:120px}.role-card .MuiCardContent-root{padding:24px;height:100%;display:flex;flex-direction:column}.role-card .MuiCardContent-root:last-child{padding-bottom:24px}.role-card:hover{background:#fff;border-color:#15a36e;box-shadow:0 4px 12px #15a36e26;transform:translateY(-2px)}.role-card .MuiCardActionArea-root.Mui-disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.role-card.is-disabled{pointer-events:none;transform:none;border-color:#e5e7eb;box-shadow:0 1px 2px #0000000d;background:#f3f4f6}.role-card .icon-wrapper{color:#15a36e;margin-bottom:12px;display:flex;align-items:center}.role-card .icon-wrapper svg{font-size:40px}.role-card h3{font-size:18px;font-weight:700;margin-bottom:6px;color:#000}.role-card p{font-size:14px;color:#4b5563;line-height:1.5;margin-top:6px}.verification-card .sub-categories-section{max-width:600px;margin:16px auto 0;padding:clamp(16px,2.5vw,32px);background:#f9fafb;border-radius:12px;box-shadow:0 2px 8px #0000000a;position:relative;z-index:100;overflow:visible}.verification-card .sub-categories-section h6{text-align:center;color:#000;font-size:18px;margin-bottom:16px}.verification-card .sub-categories-section .sub-categories-select{margin-bottom:20px;position:relative;z-index:1}.verification-card .sub-categories-section .sub-categories-select .MuiOutlinedInput-root{background:#fff;border-radius:10px}.verification-card .sub-categories-section .sub-categories-select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#15a36e}.verification-card .sub-categories-section .sub-categories-select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#15a36e;border-width:2px}.verification-card .sub-categories-section .sub-categories-select .MuiInputLabel-root{background:#fff;padding:0 4px}.verification-card .sub-categories-section .sub-categories-select .MuiInputLabel-root.Mui-focused{color:#15a36e}.verification-card .sub-categories-section .sub-categories-select .MuiSelect-icon{color:#6b7280}.verification-card .sub-categories-section .button-group-inline{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.verification-card .sub-categories-section button{padding:12px 28px;border-radius:10px;font-weight:600;cursor:pointer;font-size:15px;min-height:44px;transition:all .2s ease;border:none}.verification-card .sub-categories-section button:first-of-type{background:#15a36e;color:#fff;min-width:140px}.verification-card .sub-categories-section button:first-of-type:hover:not(:disabled){background:#108559;box-shadow:0 4px 12px #15a36e40}.verification-card .sub-categories-section button:first-of-type:active:not(:disabled){transform:scale(.98)}.verification-card .sub-categories-section button:first-of-type:disabled{background:#9ca3af;cursor:not-allowed}.verification-card .sub-categories-section button.cancel-btn{background:#e5e7eb;color:#374151;min-width:100px}.verification-card .sub-categories-section button.cancel-btn:hover:not(:disabled){background:#d1d5db}.verification-card .sub-categories-section button.cancel-btn:active:not(:disabled){transform:scale(.98)}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper{border-radius:10px!important;box-shadow:0 4px 20px #00000026!important;margin-top:4px!important;max-height:350px!important;z-index:1300!important}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiList-root{padding:8px 0}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiMenuItem-root{padding:10px 16px;font-size:14px;min-height:44px}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiMenuItem-root:hover{background-color:#f0fdf4!important}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiMenuItem-root.Mui-selected{background-color:#e0f2e9!important}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiMenuItem-root.Mui-selected:hover{background-color:#d1e7dd!important}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiCheckbox-root{padding:6px;margin-right:8px}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiListItemText-root{margin:0}.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation.MuiPopover-paper .MuiListItemText-root .MuiTypography-root{font-size:14px;font-weight:500;color:#374151}.MuiBackdrop-root{z-index:1299!important}.field{--field-height: 44px;margin-bottom:24px}.field label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.field label .required{color:#dc2626;margin-left:4px;font-weight:600}.field .error-text{margin-top:6px;font-size:12px;color:#dc2626;font-weight:500}.field>select,.field>input,.field>textarea{width:100%;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px;color:#000;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.field>select:focus,.field>input:focus,.field>textarea:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.field>input[readonly]{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.field .input-wrapper{position:relative;display:flex;align-items:center}.field .input-wrapper input{width:100%;padding-right:90px}.field .input-wrapper.readonly input{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.field .input-wrapper .lock-icon{position:absolute;right:45px;color:#6b7280;cursor:pointer}.field .input-wrapper .copy-btn{position:absolute;right:8px;color:#6b7280}.field .input-wrapper .copy-btn:hover{color:#15a36e}.field>textarea{resize:vertical;min-height:90px}.field>input[type=file]{padding:10px;background:#f9fafb;cursor:pointer}.field small{color:#dc2626;margin-top:6px;display:block;font-size:13px}.field .MuiFormControl-root{width:100%}.field .MuiInputBase-root{border-radius:10px;background:#fff}.field .MuiInputBase-root:not(.MuiInputBase-multiline){height:var(--field-height)}.field .MuiInputBase-input{font-size:14px;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.field .MuiOutlinedInput-input,.field .MuiSelect-select{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.field .MuiOutlinedInput-notchedOutline{border-color:#d1d5db}.field .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#15a36e}.field .MuiInputBase-root.Mui-focused{box-shadow:0 0 0 3px #15a36e1a}.field .MuiInputBase-root.MuiInputBase-multiline{min-height:auto;align-items:flex-start}.field .MuiInputBase-inputMultiline{min-height:0!important;line-height:1.2;padding:8px 12px!important;overflow-y:auto!important;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.field .MuiFormHelperText-root{margin-left:0;margin-top:6px;font-size:13px}.field .MuiFormHelperText-root.Mui-error{color:#dc2626;font-weight:500;font-size:12px}.has-error>input,.has-error>textarea,.has-error>select{border-color:#ef4444}.gym-owner-sections{display:flex;flex-direction:column;gap:32px;margin-bottom:24px}.form-section{background:#f9fafb;padding:24px;border-radius:14px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px}.form-section h3{margin-bottom:20px;font-size:16px;font-weight:700;color:#111827}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-bottom:24px}.doc-preview{position:relative;display:flex;flex-direction:column;gap:8px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f9fafb}.doc-preview img{width:100%;height:100px;object-fit:cover;display:block;background:#f3f4f6}.doc-preview .doc-type-select{margin:0 8px 8px}.doc-preview .doc-type-select .MuiInputBase-root{background:#fff}.doc-preview button{position:absolute;top:6px;right:6px;background:#ef4444;border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.doc-preview button:hover{background:#dc2626}.contact-row{display:flex;gap:12px;align-items:flex-start}.country-code-field{flex:0 0 160px}.mobile-field{flex:1 1 auto}.social-media-row{display:flex;gap:12px;align-items:flex-start}.social-media-row .field{flex:1 1 0;min-width:0}.validation-errors{background-color:#fef2f2;color:#991b1b;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;font-weight:500}.button-group{display:flex;gap:12px;margin-top:32px;margin-bottom:0;justify-content:flex-end;flex-wrap:wrap}button[type=submit],.cancel-btn{padding:14px 32px;border-radius:12px;font-weight:700;cursor:pointer;font-size:16px;min-height:44px;transition:background .2s,transform .05s}button[type=submit]{background:#15a36e;border:none;color:#fff;white-space:nowrap}button[type=submit]:hover:not(:disabled){background:#108559}button[type=submit]:active:not(:disabled){transform:scale(.98)}button[type=submit]:disabled{background:#9ca3af;cursor:not-allowed}.cancel-btn{background:#e5e7eb;color:#374151;border:none;min-width:100px}.cancel-btn:active{transform:scale(.98)}.field .readonly-field .MuiInputBase-root{background-color:#f3f4f6;cursor:not-allowed}.field .readonly-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb}.field .readonly-field .MuiInputBase-input{color:#6b7280;cursor:not-allowed;caret-color:transparent}.error-box{background:#fef2f2;border-left:4px solid #ef4444;color:#b91c1c;padding:12px;border-radius:8px;margin-bottom:24px;font-size:14px}.verification-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px}@media(max-width:1024px){.verification-card{border-radius:14px}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.verification-card form{padding:24px;gap:24px}.form-section{padding:20px}.verification-card .sub-categories-section{max-width:100%;padding:20px}}@media(max-width:768px){.verification-page{padding:16px 12px}.verification-card{border-radius:12px}.verification-card>header .icon-wrapper svg{font-size:40px}.role-grid{grid-template-columns:1fr;gap:12px;padding:14px}.role-card .MuiCardContent-root,.role-card .MuiCardContent-root:last-child{padding:16px}.verification-card form{padding:16px;gap:16px}.form-section{padding:14px;gap:12px}.contact-row{flex-direction:column}.country-code-field,.mobile-field{width:100%;flex:1 1 100%}.social-media-row{flex-direction:column}.social-media-row .field{width:100%;flex:1 1 100%}.documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.button-group{width:100%;margin-top:16px;justify-content:stretch}.button-group button[type=submit],.button-group .cancel-btn{width:100%;padding:12px 16px;min-height:46px}.field>select,.field>input,.field>textarea,.field .MuiInputBase-input,.field .MuiSelect-select{font-size:16px}.role-card .MuiCardActionArea-root{min-height:108px}.verification-card .sub-categories-section{max-width:100%;padding:16px;margin-top:12px}.verification-card .sub-categories-section h6{font-size:16px}.verification-card .sub-categories-section .button-group-inline{flex-direction:column}.verification-card .sub-categories-section .button-group-inline button{width:100%;min-width:auto}.verification-card .sub-categories-section .button-group-inline button:first-of-type{min-width:auto}.verification-card .sub-categories-section .button-group-inline button.cancel-btn{min-width:auto}}@media(max-width:480px){.verification-page{padding:10px}.verification-card{border-radius:10px}.verification-card>header{padding:16px 12px}.error-box{margin-bottom:14px;padding:10px;font-size:13px}.documents-grid{grid-template-columns:1fr}.doc-preview img{height:92px}}@media(hover:none)and (pointer:coarse){.role-card:hover{transform:none;box-shadow:0 1px 2px #0000000d;border-color:transparent;background:#f9fafb}.role-card .MuiCardActionArea-root{min-height:112px}.button-group button[type=submit],.button-group .cancel-btn{min-height:46px}.doc-preview button{width:30px;height:30px}}.verification-status-page{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:48px 16px;font-family:Inter,sans-serif;color:#000}.status-card{max-width:600px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:48px 32px;text-align:center;box-shadow:0 4px 24px #0000000f}.status-card .icon-wrapper{margin-bottom:24px}.status-card .icon-wrapper svg{font-size:64px}.status-card .icon-wrapper.pending{color:#f59e0b}.status-card .icon-wrapper.approved{color:#15a36e}.status-card .icon-wrapper.rejected{color:#ef4444}.status-card .icon-wrapper.unknown{color:#9ca3af}.status-card h1{font-size:28px;font-weight:800;color:#000;margin-bottom:16px}.status-card p{color:#4b5563;font-size:16px;line-height:1.6;margin-bottom:24px}.status-card .error{margin-top:16px;color:#dc2626;font-size:14px;background:#fef2f2;padding:8px;border-radius:6px}.status-card .action-button{margin-top:16px;padding:14px 32px;border-radius:10px;background:#15a36e;border:none;color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #15a36e33}.status-card .action-button:hover{background:#108559;transform:translateY(-1px);box-shadow:0 4px 8px #15a36e4d}.status-card .status-message-box{margin-top:24px;display:inline-block;padding:10px 20px;background:#f3f4f6;border-radius:50px;color:#6b7280;font-size:14px;font-weight:500;border:1px solid #e5e7eb}.verification-status-loading{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px}.gym-dashboard{min-height:100vh;width:100%;background:var(--sf-bg-page);padding:16px;box-sizing:border-box;animation:fadeIn .4s ease-out}@media(min-width:768px){.gym-dashboard{padding:24px}}@media(min-width:1024px){.gym-dashboard{padding:32px}}@media(min-width:1440px){.gym-dashboard{padding:40px}}.dashboard-state{height:100vh;display:flex;justify-content:center;align-items:center;background:var(--sf-bg-surface);color:var(--sf-text-muted);font-size:14px}@media(min-width:768px){.dashboard-state{font-size:16px}}.dashboard-state.error{color:#dc2626}.dashboard-hero{margin-bottom:20px}@media(min-width:768px){.dashboard-hero{margin-bottom:28px}}@media(min-width:1024px){.dashboard-hero{margin-bottom:32px}}.hero-shell{position:relative;overflow:hidden;border:1px solid var(--sf-border-soft);border-radius:var(--sf-radius-lg);padding:22px;background:var(--sf-bg-surface);box-shadow:var(--sf-shadow-md)}@media(min-width:768px){.hero-shell{padding:28px}}@media(min-width:1024px){.hero-shell{padding:32px}}.hero-shell .page-header{position:relative;z-index:1;width:100%;margin-bottom:0;border-bottom:none;padding-bottom:0}.hero-shell .page-header h2{color:var(--sf-text-primary);font-size:22px}@media(min-width:768px){.hero-shell .page-header h2{font-size:28px}}@media(min-width:1024px){.hero-shell .page-header h2{font-size:34px}}.hero-shell .page-header p{font-size:13px;font-weight:500;color:var(--sf-text-muted)}@media(min-width:768px){.hero-shell .page-header p{font-size:14px}}@media(min-width:1024px){.hero-shell .page-header p{font-size:15px}}.hero-note-row{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}.hero-note,.hero-health{display:inline-flex;align-items:center;min-height:36px;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.hero-note{background:#f3f4f6;color:var(--sf-text-primary)}.hero-health.ok{background:#10b9811f;color:#047857}.hero-health.alert{background:#ef44441f;color:#b91c1c}.welcome-stats{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(min-width:768px){.welcome-stats{gap:12px}}.welcome-stats .pill{border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}@media(min-width:768px){.welcome-stats .pill{padding:11px 18px;font-size:13px}}.welcome-stats .pill:hover{transform:translateY(-1px);box-shadow:var(--sf-shadow-sm)}.welcome-stats .pill.primary{background:linear-gradient(135deg,var(--sf-brand),var(--sf-brand-strong));color:#fff;box-shadow:0 10px 20px #15a36e2e}.welcome-stats .pill.secondary{background:#ecfdf5e6;color:#047857;border-color:#10b98138}.welcome-stats .pill.tertiary{background:#eff6ffeb;color:#1d4ed8;border-color:#3b82f638}.welcome-stats .pill svg{font-size:16px}@media(min-width:768px){.welcome-stats .pill svg{font-size:18px}}.operations-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}@media(min-width:768px){.operations-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px}}@media(min-width:1024px){.operations-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:32px}}.ops-card{position:relative;overflow:hidden;background:var(--sf-bg-surface);border:1px solid var(--sf-border-soft);padding:20px;border-radius:var(--sf-radius-lg);box-shadow:var(--sf-shadow-sm);display:flex;flex-direction:column;justify-content:space-between;text-align:left;cursor:pointer;width:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}@media(min-width:768px){.ops-card{padding:24px}}.ops-card:hover{transform:translateY(-2px);box-shadow:var(--sf-shadow-md)}.ops-card .ops-card-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.ops-card .ops-card-header h3{color:var(--sf-text-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;margin:0 0 6px}@media(min-width:768px){.ops-card .ops-card-header h3{font-size:12px}}.ops-card .ops-card-header p{margin:0;font-size:13px;color:var(--sf-text-muted);line-height:1.45}.ops-card .ops-card-header .icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff80}.ops-card .ops-card-header .icon svg{font-size:22px}.ops-card .value{position:relative;z-index:1;display:block;font-size:30px;font-weight:800;color:var(--sf-text-primary);line-height:1;margin-bottom:14px}@media(min-width:768px){.ops-card .value{font-size:34px}}.ops-card .card-link{position:relative;z-index:1;font-size:12px;font-weight:700;color:var(--sf-text-muted)}.ops-card.green{border-top:4px solid #10b981}.ops-card.green .icon{background:#d1fae5;color:#059669}.ops-card.orange{border-top:4px solid #f59e0b}.ops-card.orange .icon{background:#fef3c7;color:#d97706}.ops-card.red{border-top:4px solid #ef4444}.ops-card.red .icon{background:#fee2e2;color:#dc2626}.ops-card.neutral{border-top:4px solid #64748b}.ops-card.neutral .icon{background:#e2e8f0;color:#475569}.device-alert-banner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:24px;padding:16px 18px;border:1px solid #fecaca;border-radius:18px;background:linear-gradient(135deg,#fff1f2,#fee2e2);color:#b91c1c;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 12px 24px #ef444414}.device-alert-banner:hover{background:linear-gradient(135deg,#ffe4e6,#fecdd3)}.device-alert-banner strong{color:#991b1b;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:1024px){.dashboard-grid{grid-template-columns:2fr 1fr;gap:24px}}.column{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.column{gap:20px}}@media(min-width:1024px){.column{gap:24px}}.client-list{display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.client-list{gap:12px}}.client-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;transition:background .2s;flex-wrap:wrap;gap:12px}@media(min-width:768px){.client-item{padding:16px;flex-wrap:nowrap}}.client-item:hover{background:#f3f4f6}.client-item .client-info{display:flex;gap:12px;align-items:center}@media(min-width:768px){.client-item .client-info{gap:16px}}.client-item .client-info .avatar{width:36px;height:36px;border-radius:50%;background:#15a36e;color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.client-item .client-info .avatar{width:42px;height:42px;font-size:14px}}.client-item .client-info .details{display:flex;flex-direction:column}.client-item .client-info .details strong{color:#111827;font-size:14px}@media(min-width:768px){.client-item .client-info .details strong{font-size:15px}}.client-item .client-info .details span{font-size:11px;color:#6b7280}@media(min-width:768px){.client-item .client-info .details span{font-size:12px}}.client-item .progress{display:flex;align-items:center;gap:10px;min-width:80px;justify-content:flex-end}@media(min-width:768px){.client-item .progress{gap:12px;min-width:100px}}.client-item .progress .bar{width:60px;height:6px;background:#e5e7eb;border-radius:10px;overflow:hidden}@media(min-width:768px){.client-item .progress .bar{width:80px}}.client-item .progress .bar .fill{height:100%;background:#15a36e;border-radius:10px}.client-item .progress span{color:#374151;font-size:11px;font-weight:600;width:28px;text-align:right}@media(min-width:768px){.client-item .progress span{font-size:12px;width:32px}}.renewals{display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.renewals{gap:12px}}.renewals li{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;padding:12px;border-radius:12px;border:1px solid #f3f4f6;flex-wrap:wrap;gap:8px}@media(min-width:768px){.renewals li{padding:16px;flex-wrap:nowrap}}.renewals li .renewal-info strong{display:block;color:#111827;font-size:14px;margin-bottom:2px}@media(min-width:768px){.renewals li .renewal-info strong{font-size:15px}}.renewals li .renewal-info span{font-size:11px;color:#ef4444;font-weight:500}@media(min-width:768px){.renewals li .renewal-info span{font-size:12px}}.renewals li .amount{color:#15a36e;font-weight:700;font-size:14px}@media(min-width:768px){.renewals li .amount{font-size:16px}}.empty{color:#9ca3af;font-size:13px;text-align:center;padding:20px;font-style:italic}@media(min-width:768px){.empty{font-size:14px;padding:24px}}.chart-container{height:250px;width:100%}@media(min-width:768px){.chart-container{height:300px}}.chart-container .recharts-tooltip-wrapper .recharts-default-tooltip{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:8px;box-shadow:0 4px 12px #0000001a!important}.chart-container .recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-item{color:#15a36e!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.biometric-devices-section{margin-top:24px}@media(min-width:768px){.biometric-devices-section{margin-top:32px}}@media(min-width:1024px){.biometric-devices-section{margin-top:40px}}.biometric-card{background:var(--sf-bg-surface);border:1px solid var(--sf-border-soft);border-radius:var(--sf-radius-lg);box-shadow:var(--sf-shadow-sm);padding:16px}@media(min-width:768px){.biometric-card{padding:20px}}@media(min-width:1024px){.biometric-card{padding:24px}}.biometric-card-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}@media(min-width:768px){.biometric-card-header{gap:12px;margin-bottom:20px;padding-bottom:16px}}@media(min-width:1024px){.biometric-card-header{margin-bottom:24px}}.biometric-card-header h3{color:var(--sf-text-primary);font-size:16px;font-weight:700}@media(min-width:768px){.biometric-card-header h3{font-size:18px}}.biometric-card-header svg{color:#9ca3af;font-size:20px}@media(min-width:768px){.biometric-card-header svg{font-size:22px}}.devices-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.devices-list{gap:12px}}.device-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;border-left:4px solid #10b981;border-radius:var(--sf-radius-md);transition:all .2s;flex-wrap:wrap;gap:12px}@media(min-width:768px){.device-item{padding:14px 18px;flex-wrap:nowrap}}.device-item.offline{border-left:4px solid #dc2626;background:#fef2f2}.device-item.offline .status-indicator.offline{background:#dc2626}.device-item.active{border-left:4px solid #10b981;background:#f0fdf4}.device-item.active .status-indicator.online{background:#10b981}.device-item .device-info{display:flex;align-items:center;gap:12px;flex:1}.device-item .device-info .status-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.device-item .device-info .status-indicator.offline{background:#dc2626}.device-item .device-info .status-indicator.online{background:#10b981}.device-item .device-info .device-name{color:#111827;font-size:14px;font-weight:500}@media(min-width:768px){.device-item .device-info .device-name{font-size:15px}}.device-item .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}@media(min-width:768px){.device-item .status-badge{font-size:13px;padding:8px 14px}}.device-item .status-badge.offline{background:#fee2e2;color:#dc2626}.device-item .status-badge.online{background:#dcfce7;color:#15a36e}.biometric-empty-state{color:#9ca3af;font-size:13px;text-align:center;padding:24px;font-style:italic}@media(min-width:768px){.biometric-empty-state{font-size:14px;padding:32px}}.members-page{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif}@media(min-width:768px){.members-page{padding:24px}}@media(min-width:1024px){.members-page{padding:32px}}@media(min-width:1440px){.members-page{padding:40px}}.members-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:16px}.members-header h2{font-size:28px;font-weight:800;color:#111827;margin-bottom:4px}.members-header p{color:#6b7280;font-size:15px}.members-header button{background:#15a36e;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 2px 4px #15a36e33}.members-header button:hover{background:#108559;transform:translateY(-1px)}.members-header button svg{font-size:20px}.members-search{margin-bottom:24px;position:relative;max-width:400px}.members-search .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.members-search input{width:100%;padding:12px 12px 12px 40px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#000;font-size:14px;transition:all .2s}.members-search input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.members-search input::placeholder{color:#9ca3af}.members-table{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000008}.members-table .table-header{padding:24px;border-bottom:1px solid #f3f4f6}.members-table .table-header h3{margin:0;font-size:18px;font-weight:700;color:#111827}.members-table .members-data-table td,.members-table .members-data-table th{padding:16px;vertical-align:middle}.members-table .members-data-table th:last-child,.members-table .members-data-table td:last-child{text-align:right}.table-state{text-align:center;padding:48px;color:#6b7280;font-size:15px}.table-state.error{color:#ef4444}.retry-btn{margin-left:12px;padding:6px 12px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer}.retry-btn:hover{background:#f3f4f6}.member-email-cell,.member-contact-cell,.member-date-cell{font-size:13px}.member-email-cell,.member-last-checkin-days{color:#6b7280}.member-expiry-days{margin-left:8px;font-size:11px}.member-expiry-days.danger{color:#ef4444}.member-expiry-days.ok{color:#059669}.member-last-checkin-days{display:block;font-size:11px}.member-actions-cell{text-align:right}.member-actions-row{justify-content:flex-end;gap:6px}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:50px;font-size:12px;font-weight:600}.badge.plan{background:#eff6ff;color:#3b82f6;border:1px solid #dbeafe}.badge.active,.badge.paid{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.badge.inactive,.badge.pending{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.actions{display:flex;gap:8px}.actions button{background:transparent;border:none;cursor:pointer;color:#6b7280;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center}.actions button:hover{background:#f3f4f6;color:#111827}.actions button.notify-btn:hover{color:#15a36e;background:#ecfdf5}.visits{font-weight:600;color:#111827}.icon-cell{display:flex;align-items:center}.action-btn{background:transparent;border:1px solid #e5e7eb;cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .25s ease;margin:0 2px}.action-btn:hover{background:#f3f4f6;border-color:#d1d5db}.action-btn.check-in-btn{color:#3b82f6}.action-btn.check-in-btn:hover{background:#eff6ff;border-color:#3b82f6}.action-btn.alert-btn{color:#ef4444}.action-btn.alert-btn:hover{background:#fee2e2;border-color:#ef4444}.action-btn.insights-btn{color:#15a36e}.action-btn.insights-btn:hover{background:#ecfdf5;border-color:#15a36e}.checkin-logs-section{margin-top:40px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000008}.checkin-logs-section .logs-header{padding:24px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:12px}.checkin-logs-section .logs-header .logs-title-block h3{margin:0;font-size:18px;font-weight:700;color:#111827}.checkin-logs-section .logs-header .logs-title-block p{margin:6px 0 0;font-size:13px;color:#6b7280}.checkin-logs-section .logs-header .logs-results-pill{background:#ecfdf5;color:#067647;border:1px solid #a6f4c5;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;white-space:nowrap}@media(min-width:768px){.checkin-logs-section .logs-header{flex-direction:column;align-items:flex-start}}.checkin-logs-section .logs-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:16px 24px;border-bottom:1px solid #f3f4f6;gap:12px;background:#fcfcfd}.checkin-logs-section .logs-filters .filter-group{display:flex;flex-direction:column;gap:6px}.checkin-logs-section .logs-filters .filter-group label{font-size:12px;font-weight:600;color:#6b7280}.checkin-logs-section .logs-filters .filter-group select,.checkin-logs-section .logs-filters .filter-group input{height:38px;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.checkin-logs-section .logs-filters .filter-group select:focus,.checkin-logs-section .logs-filters .filter-group input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1f}.checkin-logs-section .logs-filters .filter-group input[type=date]{font-weight:600;color:#0f172a;background:linear-gradient(180deg,#fff,#f8fafc);padding-right:36px;position:relative}.checkin-logs-section .logs-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.85;border-radius:6px;padding:3px;transition:background-color .2s ease,opacity .2s ease}.checkin-logs-section .logs-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:#e2e8f0;opacity:1}.checkin-logs-section .logs-filters .filter-group input[type=date]:focus{background:#fff}.checkin-logs-section .logs-filters .reset-filters-btn{align-self:end;justify-self:end;min-width:140px;height:40px;border:1px solid #fecaca;background:linear-gradient(135deg,#fff,#fef2f2);color:#b91c1c;border-radius:10px;padding:0 16px;cursor:pointer;font-weight:700;font-size:13px;letter-spacing:.2px;box-shadow:0 2px 8px #b91c1c14;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.checkin-logs-section .logs-filters .reset-filters-btn:hover{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fca5a5;transform:translateY(-1px);box-shadow:0 5px 14px #b91c1c24}.checkin-logs-section .logs-filters .reset-filters-btn:active{transform:translateY(0);box-shadow:0 2px 6px #b91c1c1a}@media(min-width:768px){.checkin-logs-section .logs-filters .reset-filters-btn{justify-self:stretch;width:100%}}.checkin-logs-section .logs-list{padding:16px 24px;max-height:400px;overflow-y:auto}.checkin-logs-section .log-item{display:flex;align-items:center;gap:16px;padding:16px;margin-bottom:12px;background:#f9fafb;border-radius:10px;border-left:4px solid #15a36e;transition:all .2s}.checkin-logs-section .log-item:hover{background:#f3f4f6}.checkin-logs-section .log-item .log-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#15a36e,#0f8659);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.checkin-logs-section .log-item .log-content{flex:1;min-width:0}.checkin-logs-section .log-item .log-content h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.checkin-logs-section .log-item .log-content .log-meta{margin:2px 0;font-size:12px;color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.checkin-logs-section .log-item .log-content .log-time{margin:4px 0 0;font-size:13px;color:#6b7280}.checkin-logs-section .log-item .log-action{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px;border-radius:8px;white-space:nowrap;transition:all .2s}.checkin-logs-section .log-item .log-action:hover{background:#d1fae5;border-color:#6ee7b7}@media(min-width:768px){.checkin-logs-section .log-item{flex-direction:column;align-items:flex-start}.checkin-logs-section .log-item .log-action{width:100%;text-align:center}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content.insights-modal{max-width:800px}.modal-content.logs-modal{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;font-weight:700;color:#111827}.modal-header .close-btn{background:transparent;border:none;cursor:pointer;color:#9ca3af;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-header .close-btn:hover{color:#111827;background:#f3f4f6}.modal-body{padding:24px}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.modal-footer .btn{padding:10px 20px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .2s;font-size:14px}.modal-footer .btn.cancel-btn{background:#fff;color:#6b7280;border:1px solid #d1d5db}.modal-footer .btn.cancel-btn:hover{background:#f3f4f6}.modal-footer .btn.send-btn{background:#ef4444;color:#fff}.modal-footer .btn.send-btn:hover{background:#dc2626}.insight-tabs{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.insight-tabs{grid-template-columns:1fr}}.insight-section{display:flex;flex-direction:column;gap:16px}.insight-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.insight-card.full-width{grid-column:1/-1}.insight-card .card-header{padding:16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#111827;display:flex;align-items:center;gap:8px;font-size:14px}.insight-card .card-header svg{font-size:18px}.insight-card .card-body{padding:16px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none}.info-row .label{font-weight:600;color:#6b7280;font-size:13px}.info-row .value{color:#111827;font-weight:500}.metric-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-item{display:flex;flex-direction:column;gap:8px}.metric-item .metric-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.metric-item .metric-value{font-size:24px;font-weight:700;color:#15a36e}.engagement-info{display:flex;flex-direction:column;gap:12px}.engagement-info p{margin:0;font-size:14px;color:#374151}.engagement-info p strong{color:#111827}.workout-list{display:flex;flex-direction:column;gap:8px}.workout-list .workout-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border-radius:8px;font-size:13px}.workout-list .workout-item .workout-date{font-weight:600;color:#111827}.workout-list .workout-item .workout-type{color:#6b7280;flex:1;text-align:center}.workout-list .workout-item .workout-duration{color:#15a36e;font-weight:600}.workout-list .no-data{text-align:center;color:#9ca3af;padding:20px;font-size:14px}.alert-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:16px;background:#fef3c7;border-radius:10px;color:#92400e}.alert-header svg{font-size:24px}.alert-header p{margin:0;font-size:14px;font-weight:500}.alert-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.alert-option{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;background:#fff}.alert-option:hover{border-color:#15a36e;background:#f9fafb}.alert-option.selected{border-color:#15a36e;background:#ecfdf5}.alert-option .option-icon{font-size:28px}.alert-option .option-content{flex:1}.alert-option .option-content h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.alert-option .option-content p{margin:0;font-size:12px;color:#6b7280}.logs-filter-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e5e7eb}.logs-filter-tabs .tab{background:transparent;border:none;padding:12px 16px;cursor:pointer;font-size:13px;font-weight:600;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.logs-filter-tabs .tab:hover{color:#111827}.logs-filter-tabs .tab.active{color:#15a36e;border-bottom-color:#15a36e}.detailed-logs{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.log-entry{display:flex;gap:16px;padding:16px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.log-entry .log-date{font-size:13px;font-weight:600;color:#15a36e;white-space:nowrap}.log-entry .log-details{flex:1;display:flex;flex-direction:column;gap:6px}.log-entry .log-details .check-in,.log-entry .log-details .check-out{font-size:13px;color:#374151}.log-entry .log-details .check-out{color:#9ca3af}.empty-state{text-align:center;padding:40px 20px;color:#9ca3af}.empty-state svg{font-size:48px;margin-bottom:12px;opacity:.5}.empty-state p{margin:0;font-size:14px}.gym-payments{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif}@media(min-width:768px){.gym-payments{padding:24px}}@media(min-width:1024px){.gym-payments{padding:32px}}@media(min-width:1440px){.gym-payments{padding:40px}}.payments-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;border-bottom:1px solid #f3f4f6;padding-bottom:24px}.payments-header h2{font-size:28px;font-weight:800;color:#111827;margin-bottom:4px}.payments-header p{color:#6b7280;font-size:15px}.payments-header button{background:#fff;border:1px solid #d1d5db;padding:12px 20px;border-radius:10px;color:#374151;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.payments-header button:hover{background:#f9fafb;color:#000;border-color:#9ca3af}.payments-header button svg{font-size:20px}.payments-filters{margin-bottom:24px;display:flex;align-items:center;gap:12px}.payments-filters select{background:#fff;border:1px solid #d1d5db;padding:10px 16px;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;outline:none}.payments-filters select:focus{border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.payments-tabs{display:flex;gap:32px;border-bottom:1px solid #e5e7eb;margin-bottom:32px}.payments-tabs button{background:none;border:none;padding-bottom:12px;color:#6b7280;font-size:15px;font-weight:600;cursor:pointer;transition:color .2s}.payments-tabs button:hover{color:#111827}.payments-tabs button.active{color:#15a36e;border-bottom:2px solid #15a36e}.payments-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.payments-summary .summary-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #00000005;display:flex;flex-direction:column}.payments-summary .summary-card h4{margin:0 0 8px;font-size:14px;color:#6b7280;text-transform:uppercase;font-weight:600}.payments-summary .summary-card strong{font-size:28px;font-weight:800}.payments-summary .summary-card strong.paid{color:#15a36e}.payments-summary .summary-card strong.pending{color:#f59e0b}.payments-table{background:#fff;padding:0;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000008;overflow:hidden}.payments-table h3{margin:24px;font-size:18px;font-weight:700;color:#111827}.payments-table .fee-cell{color:#ef4444}.payments-table .status{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;padding:4px 10px;border-radius:50px}.payments-table .status.paid{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.payments-table .status.pending{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.payments-table .status.processing{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.pending-dues{background:#fff;padding:24px;border-radius:16px;border:1px solid #e5e7eb}.pending-dues h3{margin:0 0 8px;color:#111827}.pending-dues p{color:#6b7280;margin-bottom:24px}.pending-dues p strong{color:#f59e0b}.pending-dues .pending-list{display:flex;flex-direction:column;gap:16px}.pending-dues .pending-card{display:flex;justify-content:space-between;align-items:center;padding:20px;border-radius:12px;background:#f9fafb;border:1px solid #f3f4f6;transition:border-color .2s}.pending-dues .pending-card:hover{border-color:#d1d5db}.pending-dues .pending-card .info h4{margin:0 0 4px;color:#111827;font-size:16px}.pending-dues .pending-card .info span{color:#6b7280;font-size:14px}.pending-dues .pending-card .action-area{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.pending-dues .pending-card .action-area strong{color:#f59e0b;font-size:18px}.pending-dues .pending-card .action-area .due-date{font-size:12px;color:#ef4444;font-weight:500}.pending-dues .pending-card .action-area button{background:#15a36e;border:none;padding:8px 16px;border-radius:8px;color:#fff;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s}.pending-dues .pending-card .action-area button:hover{background:#108559}.payments-state{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;gap:16px}.payments-state.error{color:#dc2626}.empty-state{text-align:center;padding:48px;color:#9ca3af;font-style:italic}.gym-profile-page{--primary-color: #15a36e;--primary-hover: #0f8456;--primary-light: #d1fae5;--primary-dark: #065f46;--bg-gray: #f9fafb;--bg-light: #fff4e6;--text-primary: #111827;--text-secondary: #6b7280;--border-radius: 8px;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);min-height:100vh;background:var(--bg-gray);width:100%;overflow-x:hidden;position:relative}@media(max-width:600px){.gym-profile-page{background:#fff}}.gym-profile-page .profile-card{border-radius:8px;box-shadow:var(--shadow-md)}@media(min-width:960px){.gym-profile-page .profile-card{border-radius:16px}}.gym-profile-page .section-card{border-radius:8px;box-shadow:var(--shadow-sm)}@media(min-width:960px){.gym-profile-page .section-card{border-radius:12px}}.gym-profile-page .profile-header{position:relative;padding:16px}@media(min-width:600px){.gym-profile-page .profile-header{padding:20px}}@media(min-width:960px){.gym-profile-page .profile-header{padding:24px}}@media(min-width:1280px){.gym-profile-page .profile-header{padding:32px}}.gym-profile-page .header-content{display:flex;gap:12px;align-items:center;padding-right:112px}@media(min-width:600px){.gym-profile-page .header-content{gap:16px;padding-right:128px}}@media(min-width:960px){.gym-profile-page .header-content{padding-right:144px}}@media(min-width:1280px){.gym-profile-page .header-content{padding-right:160px}}.gym-profile-page .edit-btn-wrapper{position:absolute;top:12px;right:12px;z-index:10}@media(min-width:600px){.gym-profile-page .edit-btn-wrapper{top:16px;right:16px}}@media(min-width:960px){.gym-profile-page .edit-btn-wrapper{top:20px;right:20px}}@media(min-width:1280px){.gym-profile-page .edit-btn-wrapper{top:24px;right:24px}}.gym-profile-page .section-header{font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-size:1rem}@media(min-width:600px){.gym-profile-page .section-header{font-size:1.125rem}}@media(min-width:960px){.gym-profile-page .section-header{font-size:1.25rem}}.gym-profile-page .info-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}@media(min-width:600px){.gym-profile-page .info-row{gap:12px;margin-bottom:16px}}.gym-profile-page .info-row .info-content{flex:1;min-width:0}.gym-profile-page .info-icon{color:var(--primary-color);display:flex;align-items:center;justify-content:center}.gym-profile-page .info-label{color:var(--text-secondary);display:block;font-size:.6875rem}@media(min-width:600px){.gym-profile-page .info-label{font-size:.75rem}}.gym-profile-page .info-link{color:var(--primary-color);text-decoration:none;word-break:break-word;overflow-wrap:break-word;font-size:.875rem}@media(min-width:600px){.gym-profile-page .info-link{font-size:.9375rem}}.gym-profile-page .info-link:hover{text-decoration:underline}.gym-profile-page .info-value{color:var(--text-primary);font-weight:500;word-break:break-word;overflow-wrap:break-word;font-size:.875rem}@media(min-width:600px){.gym-profile-page .info-value{font-size:.9375rem}}.gym-profile-page .time-box{padding:12px;background-color:var(--bg-gray);border-radius:8px}@media(min-width:600px){.gym-profile-page .time-box{padding:16px}}.gym-profile-page .time-box.break-time{background-color:var(--bg-light)}.gym-profile-page .time-box .time-label{margin-bottom:4px;color:var(--text-secondary);font-size:.75rem}@media(min-width:600px){.gym-profile-page .time-box .time-label{font-size:.875rem}}.gym-profile-page .time-box .time-value{font-weight:600;font-size:1rem}@media(min-width:600px){.gym-profile-page .time-box .time-value{font-size:1.125rem}}@media(min-width:960px){.gym-profile-page .time-box .time-value{font-size:1.25rem}}.gym-profile-page .photo-gallery{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}@media(min-width:600px){.gym-profile-page .photo-gallery{gap:16px;grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.gym-profile-page .photo-gallery{grid-template-columns:repeat(5,1fr)}}.gym-profile-page .photo-item{width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gym-profile-page .photo-item:hover{transform:scale(1.03);box-shadow:0 10px 15px -3px #0000001a}.gym-profile-page .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.gym-profile-page .video-container{width:100%;max-width:100%;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md)}@media(min-width:600px){.gym-profile-page .video-container{max-width:600px}}@media(min-width:960px){.gym-profile-page .video-container{max-width:800px}}.gym-profile-page .video-container video{width:100%;display:block;max-height:500px}.gym-profile-page .plan-card{border-radius:8px;border:2px solid var(--primary-color);position:relative;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s}.gym-profile-page .plan-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.gym-profile-page .plan-card .plan-header{display:flex;align-items:center;gap:6px;margin-bottom:16px}@media(min-width:600px){.gym-profile-page .plan-card .plan-header{gap:8px}}.gym-profile-page .plan-card .plan-price{font-weight:700;color:var(--primary-color);display:inline;font-size:1.5rem}@media(min-width:600px){.gym-profile-page .plan-card .plan-price{font-size:1.75rem}}@media(min-width:960px){.gym-profile-page .plan-card .plan-price{font-size:2rem}}.gym-profile-page .plan-card .plan-duration{display:inline;color:var(--text-secondary);margin-left:4px;font-size:.875rem}@media(min-width:600px){.gym-profile-page .plan-card .plan-duration{font-size:.9375rem}}@media(min-width:960px){.gym-profile-page .plan-card .plan-duration{font-size:1rem}}.gym-profile-page .social-btn{text-transform:none;font-size:.875rem;padding:6px 12px;justify-content:flex-start}@media(min-width:600px){.gym-profile-page .social-btn{font-size:.9375rem;padding:8px 16px}}.gym-profile-page .social-btn.facebook{border-color:#1877f2;color:#1877f2}.gym-profile-page .social-btn.instagram{border-color:#e4405f;color:#e4405f}.gym-profile-page .chip-list{display:flex;gap:8px;flex-wrap:wrap}.gym-profile-page .custom-chip{font-size:.75rem}@media(min-width:600px){.gym-profile-page .custom-chip{font-size:.8125rem}}.gym-profile-page .empty-state{text-align:center;padding:24px 0;color:var(--text-secondary);font-size:.875rem}@media(min-width:600px){.gym-profile-page .empty-state{padding:32px 0;font-size:.9375rem}}.gym-profile-page .timing-box{padding:12px;background-color:var(--bg-gray);border-radius:var(--border-radius)}.gym-profile-page .tab-content{padding-top:16px}@media(min-width:600px){.gym-profile-page .tab-content{padding-top:20px}}@media(min-width:960px){.gym-profile-page .tab-content{padding-top:24px}}.gym-profile-page .card-content{padding:16px}@media(min-width:600px){.gym-profile-page .card-content{padding:20px}}@media(min-width:960px){.gym-profile-page .card-content{padding:24px}}.gym-profile-page .facilities-grid{display:flex;gap:8px;flex-wrap:wrap}.gym-profile-page .social-buttons{display:flex;flex-direction:column;gap:8px}@media(min-width:600px){.gym-profile-page .social-buttons{gap:10px}}.gym-profile-page .gender-chips{display:flex;gap:8px;flex-wrap:wrap}.gym-profile-page .masked-account{font-family:monospace;letter-spacing:1px}.gym-profile-page .edit-profile-btn{border-color:var(--primary-color)!important;color:var(--primary-color)!important}.gym-profile-page .edit-profile-btn:hover{border-color:var(--primary-hover)!important;background-color:#15a36e0a!important}.gym-profile-page .loading-spinner{color:var(--primary-color)}.gym-profile-page .gym-avatar{background-color:var(--primary-color);flex-shrink:0}.gym-profile-page .gym-name{font-weight:700;color:var(--text-primary);margin-bottom:4px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gym-profile-page .gym-address{color:var(--text-secondary);display:flex;align-items:flex-start;gap:4px;line-height:1.5}.gym-profile-page .gym-address svg{flex-shrink:0;margin-top:2px}.gym-profile-page .gym-address span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.gym-profile-page .profile-tabs .Mui-selected{color:var(--primary-color)!important}.gym-profile-page .profile-tabs .MuiTabs-indicator{background-color:var(--primary-color)}.tab-panel{width:100%;box-sizing:border-box}.tab-panel>div{box-sizing:border-box;width:100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}video,img{max-width:100%;height:auto;display:block}@media print{.gym-profile-page{background:#fff}.gym-profile-page button{display:none}}.gym-profile-page{min-height:100vh;background:#fff;display:flex;justify-content:center;padding:clamp(20px,3vw,48px) 16px;font-family:Inter,sans-serif;color:#000}.gym-profile-card{--control-height: 52px;--control-radius: 10px;--border-color: #d1d5db;--focus-color: #15a36e;width:min(100%,980px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0000000a;overflow:hidden}.gym-profile-card .sub-section{margin-top:20px}.gym-profile-card .group-label{font-weight:600;margin-bottom:8px}.gym-profile-card .checkbox-group{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.gym-profile-card .checkbox-item{display:inline-flex;align-items:center;gap:8px;font-weight:500;cursor:pointer;white-space:nowrap;line-height:1}.gym-profile-card .checkbox-item input[type=checkbox]{margin:0;padding:0;width:auto;height:auto;flex:0 0 auto}.gym-profile-card .time-pair{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gym-profile-card .time-sep{font-weight:500}.gym-profile-card header{padding:clamp(24px,4vw,40px) clamp(18px,3vw,32px);background:#f9fafb;border-bottom:1px solid #e5e7eb;position:relative;display:flex;justify-content:center;align-items:center}.gym-profile-card header .header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;padding-left:80px}.gym-profile-card header .header-text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.gym-profile-card header .icon-wrapper{color:#15a36e;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.gym-profile-card header .icon-wrapper svg{font-size:52px;display:block}.gym-profile-card header h1{font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 8px;line-height:1.2;text-align:center}.gym-profile-card header p{color:#6b7280;font-size:clamp(13px,1.5vw,15px);margin:0;line-height:1.5;text-align:center;max-width:600px}.gym-profile-card header>button{position:absolute;top:clamp(18px,3vw,32px);right:clamp(18px,3vw,32px);z-index:10}@media(max-width:640px){.gym-profile-card header{padding-top:70px;padding-bottom:24px}.gym-profile-card header>button{top:16px;right:16px}.gym-profile-card header .header-content{width:100%;padding-left:0}.gym-profile-card header .icon-wrapper svg{font-size:48px}}.gym-profile-card form{padding:clamp(16px,3vw,32px);display:flex;flex-direction:column;gap:0}.gym-profile-card form input[type=file]{padding:8px 10px}.gym-profile-card .form-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:clamp(14px,2.4vw,24px);margin-bottom:24px;display:flex;flex-direction:column;gap:16px}.gym-profile-card .form-section h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.gym-profile-card .form-group{display:flex;flex-direction:column;gap:8px}.gym-profile-card .form-group label{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}.gym-profile-card .form-group label .readonly-icon{font-size:16px;color:#9ca3af;cursor:help}.gym-profile-card .form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.MuiInputBase-input),.gym-profile-card .form-group select,.gym-profile-card .form-group textarea{width:100%;padding:12px 16px;border-radius:var(--control-radius);border:1px solid var(--border-color);font-size:16px;font-family:inherit;transition:all .2s}.gym-profile-card .form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.MuiInputBase-input):focus,.gym-profile-card .form-group select:focus,.gym-profile-card .form-group textarea:focus{outline:none;border-color:var(--focus-color);box-shadow:0 0 0 4px #15a36e1a}.gym-profile-card .form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.MuiInputBase-input).readonly,.gym-profile-card .form-group select.readonly,.gym-profile-card .form-group textarea.readonly{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280;border-color:#e5e7eb}.gym-profile-card .form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.MuiInputBase-input).readonly:focus,.gym-profile-card .form-group select.readonly:focus,.gym-profile-card .form-group textarea.readonly:focus{border-color:#e5e7eb;box-shadow:none}.gym-profile-card .form-group textarea{resize:none;min-height:100px;max-height:100px;overflow-y:auto;line-height:1.2;padding:8px 12px}.gym-profile-card .form-group small{color:#dc2626;font-size:13px}.gym-profile-card .form-group .char-count{font-size:.875rem;color:#666;margin-top:4px;text-align:right}.gym-profile-card .section-errors{margin-bottom:12px}.gym-profile-card .section-errors .error-text{color:#dc2626;margin-bottom:6px;font-size:12px}.gym-profile-card .required-mark{color:#dc2626;font-weight:600}.gym-profile-card .loading-state{display:flex;justify-content:center;align-items:center;min-height:400px}.gym-profile-card .section-description{font-size:.875rem;color:#6b7280;margin-top:.5rem}.gym-profile-card .form-group .time-pair input[type=time]{width:140px;max-width:140px;flex:0 0 auto}.gym-profile-card .form-row{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px}.gym-profile-card .form-row .form-group{flex:1 1 160px;min-width:160px}.gym-profile-card .form-row.compact .form-group{flex:1 1 140px;min-width:140px}@media(max-width:768px){.gym-profile-card .form-row{flex-direction:column}.gym-profile-card .form-row .form-group{width:100%;min-width:0}}.gym-profile-card .location-row{align-items:flex-start}.gym-profile-card .location-row .form-group{flex:1 1 auto}.gym-profile-card .location-row .locate-btn{height:44px;margin-top:25px;flex-shrink:0;white-space:nowrap}.gym-profile-card .accessibility-row{align-items:flex-start}.gym-profile-card .accessibility-row .form-group:nth-child(1){flex:0 0 auto;width:200px;min-width:200px;max-width:200px}.gym-profile-card .accessibility-row .form-group:nth-child(2){flex:1 1 auto;min-width:280px}.gym-profile-card .accessibility-row .form-group:nth-child(3){flex:0 0 auto;min-width:auto;align-self:flex-end;padding-bottom:8px}@media(max-width:768px){.gym-profile-card .accessibility-row .form-group:nth-child(1),.gym-profile-card .accessibility-row .form-group:nth-child(2),.gym-profile-card .accessibility-row .form-group:nth-child(3){max-width:100%;min-width:0;width:100%;align-self:stretch;padding-bottom:0}}.gym-profile-card .rules-row{align-items:flex-start}.gym-profile-card .rules-row .form-group:nth-child(1){flex:0 0 auto;width:200px;min-width:200px;max-width:200px}.gym-profile-card .rules-row .form-group:nth-child(2){flex:1 1 auto;min-width:280px}@media(max-width:768px){.gym-profile-card .rules-row .form-group:nth-child(1),.gym-profile-card .rules-row .form-group:nth-child(2){max-width:100%;min-width:0;width:100%}}.gym-profile-card .checkbox-row{display:flex;gap:32px;align-items:center;flex-wrap:wrap}.gym-profile-card .checkbox-inline{display:flex;align-items:center;gap:8px}.gym-profile-card .checkbox-inline input[type=checkbox]{margin:0;transform:translateY(1px)}.gym-profile-card .checkbox-inline label{margin:0;font-weight:600;color:#374151}.gym-profile-card .locate-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;min-height:44px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;color:#374151}.gym-profile-card .locate-btn svg{color:#15a36e}.gym-profile-card .facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:8px}.gym-profile-card .facility-item{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-weight:600;color:#374151}.gym-profile-card .plan-card{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.gym-profile-card .plans-row{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.gym-profile-card .plans-row .plan-card{width:100%;display:grid;grid-template-columns:2fr 1.5fr 1.5fr auto;align-items:start;gap:16px;padding:8px;background:transparent;border:none;border-radius:10px}.gym-profile-card .plans-row .plan-card .plan-field{min-width:0;display:flex;flex-direction:column}.gym-profile-card .plans-row .plan-card .plan-field label{font-size:13px;font-weight:600;margin-bottom:6px;display:block;min-height:18px}.gym-profile-card .plans-row .plan-card .plan-field input,.gym-profile-card .plans-row .plan-card .plan-field select{width:100%;height:var(--control-height);padding:0 14px;border:1px solid var(--border-color);border-radius:var(--control-radius);font-size:14px;font-family:inherit;box-sizing:border-box;background:#fff}.gym-profile-card .plans-row .plan-card .plan-field input:focus,.gym-profile-card .plans-row .plan-card .plan-field select:focus{outline:none;border-color:var(--focus-color);box-shadow:0 0 0 3px #15a36e1a}.gym-profile-card .plans-row .plan-card .plan-field select{padding-right:40px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.gym-profile-card .plans-row .plan-card .plan-field .MuiInputBase-root{height:var(--control-height);border-radius:var(--control-radius)}.gym-profile-card .plans-row .plan-card .plan-field .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}.gym-profile-card .plans-row .plan-card .plan-field .MuiInputBase-input{box-sizing:border-box;height:var(--control-height);padding:0 14px;border:0}.gym-profile-card .plans-row .plan-card .plan-field .MuiInputBase-input:focus{box-shadow:none}.gym-profile-card .plans-row .plan-card .plan-field .MuiSelect-select{box-sizing:border-box;display:flex;align-items:center;height:var(--control-height);padding:0 40px 0 14px!important;border:0}.gym-profile-card .plans-row .plan-card .plan-field .MuiSelect-icon{right:12px}.gym-profile-card .plans-row .plan-actions{display:flex;align-items:center;flex:1 1 100%}.gym-profile-card .plans-row .add-plan-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#15a36e;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:14px;box-shadow:0 6px 18px #15a36e1f;transition:background .15s,transform .08s}.gym-profile-card .plans-row button{font-family:inherit;border-radius:10px;padding:8px 12px;font-weight:600;min-height:44px}.gym-profile-card .plans-row .add-plan-btn:hover{background:#108559;transform:translateY(-1px)}.gym-profile-card .plans-row .remove-plan-btn{background:transparent;border:none;cursor:pointer;color:#ef4444;display:inline-flex;align-items:center;align-self:end;margin-top:24px}.gym-profile-card .documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-bottom:24px}.gym-profile-card .photo-counter{display:inline-block;margin-left:10px;font-size:13px;color:#6b7280;font-weight:600}.gym-profile-card .photo-counter.ok{color:#16a34a}.gym-profile-card .photo-counter.warn{color:#ef4444}.gym-profile-card .doc-preview{position:relative;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f3f4f6}.gym-profile-card .doc-preview img{width:100%;height:100px;object-fit:cover;display:block}.gym-profile-card .doc-preview button{position:absolute;top:6px;right:6px;background:#ef4444;border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.gym-profile-card .doc-preview button:hover{background:#dc2626}.gym-profile-card .video-preview-player{width:100%;max-width:420px;border-radius:10px;background:#111827}.gym-profile-card label input[type=checkbox]{margin-right:8px;accent-color:#15a36e}.gym-profile-card input[type=time]{height:var(--control-height)}.gym-profile-card .submit-btn{width:auto;height:48px;padding:10px 18px;white-space:nowrap;background:#15a36e;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background .2s,transform .08s}.gym-profile-card .submit-btn:hover:not(:disabled){background:#108559;transform:translateY(-1px)}.gym-profile-card .submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.gym-profile-card .form-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-top:24px}.gym-profile-card .cancel-btn{height:48px;padding:10px 18px;white-space:nowrap;font-size:16px;font-weight:700;border:1px solid #d1d5db;border-radius:12px;cursor:pointer;background:#fff;color:#374151}.gym-profile-card button,.gym-profile-card .locate-btn,.gym-profile-card .add-plan-btn,.gym-profile-card .remove-plan-btn,.gym-profile-card .remove-photo-btn,.gym-profile-card .submit-btn,.gym-profile-card .cancel-btn,.gym-profile-card .plan-actions button,.gym-profile-card .facility-item,.gym-profile-card label[for]{cursor:pointer}.gym-profile-card .error-summary{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:16px;border-radius:10px;font-size:14px;text-align:center}.gym-profile-card .error-summary.validation-errors{background-color:#fef2f2;color:#991b1b;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;font-weight:500}@media(max-width:992px){.gym-profile-card .form-row .form-group{flex:1 1 calc(50% - 8px);min-width:220px}.gym-profile-card .plans-row .plan-card{flex:1 1 100%;min-width:0}}@media(max-width:1024px){.gym-profile-card .plans-row .plan-card{grid-template-columns:1.5fr 1fr 1fr auto;gap:12px}}@media(max-width:768px){.gym-profile-card header .icon-wrapper svg{font-size:40px}.gym-profile-card header h1{font-size:22px}.gym-profile-card .form-section h3{font-size:16px}.gym-profile-card .location-row .locate-btn{width:100%;margin-top:0;justify-content:center}.gym-profile-card .plans-row .plan-card{grid-template-columns:1fr;gap:12px}.gym-profile-card .plans-row .plan-card .remove-plan-btn{justify-self:center;margin-top:8px}.gym-profile-card .plans-row .plan-actions,.gym-profile-card .plans-row .add-plan-btn{width:100%}.gym-profile-card .form-actions{flex-direction:column-reverse;align-items:stretch}.gym-profile-card .form-actions .cancel-btn,.gym-profile-card .form-actions .submit-btn{width:100%;min-height:46px}.gym-profile-card .form-group input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.MuiInputBase-input),.gym-profile-card .form-group select,.gym-profile-card .form-group textarea,.gym-profile-card .form-group .MuiInputBase-input,.gym-profile-card .form-group .MuiSelect-select{font-size:16px}}@media(max-width:576px){.gym-profile-card .checkbox-row,.gym-profile-card .checkbox-group{gap:12px}.gym-profile-card .facilities-grid{grid-template-columns:1fr}.gym-profile-card .documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gym-profile-card .video-preview-player{max-width:100%}.gym-profile-card .form-group .time-pair{width:100%}.gym-profile-card .form-group .time-pair input[type=time]{width:100%;max-width:none;flex:1 1 100%}.gym-profile-card .form-group .time-pair .time-sep{display:none}.gym-profile-card .doc-preview button{width:30px;height:30px}}@media(hover:none)and (pointer:coarse){.gym-profile-card .submit-btn:hover:not(:disabled),.gym-profile-card .add-plan-btn:hover,.gym-profile-card .doc-preview button:hover{transform:none}.gym-profile-card .submit-btn,.gym-profile-card .cancel-btn,.gym-profile-card .locate-btn,.gym-profile-card .add-plan-btn{min-height:46px}}.gym-profile-edit .required-mark{color:#dc2626;font-weight:600}.gym-profile-edit .char-counter{font-size:.875rem;color:#666;margin-top:4px;text-align:right}.gym-profile-edit .error-text{color:#dc2626;margin-bottom:6px;font-size:12px}.gym-profile-edit .form-textarea{max-height:100px;overflow-y:auto;resize:none;line-height:1.2;padding:8px 12px}.gym-profile-edit .back-to-profile-btn{text-transform:none!important;font-weight:600!important;border-radius:8px!important;padding:8px 16px!important;font-size:.875rem!important}.gym-profile-edit .backdrop-loading{color:#fff}.gym-profile-edit header{display:flex;justify-content:center;align-items:center;text-align:center;position:relative}.gym-profile-edit header .header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.gym-profile-edit header .header-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.gym-profile-edit header .header-text h1,.gym-profile-edit header .header-text p{text-align:center}.gym-profile-edit header .icon-wrapper{display:flex;align-items:center;justify-content:center}.gym-profile-edit header .back-to-profile-btn{position:absolute;top:clamp(18px,3vw,32px);right:clamp(18px,3vw,32px);z-index:10}@media(max-width:768px){.gym-profile-edit header{flex-direction:column;padding-top:60px}.gym-profile-edit header .header-content{order:1;width:100%}.gym-profile-edit header .back-to-profile-btn{position:absolute;top:16px;right:16px;order:2;align-self:auto}}.gym-profile-edit .loading-state{display:flex;justify-content:center;align-items:center;min-height:200px}.gym-revenue{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif}@media(min-width:768px){.gym-revenue{padding:24px}}@media(min-width:1024px){.gym-revenue{padding:32px}}@media(min-width:1440px){.gym-revenue{padding:40px}}.gym-revenue .payments-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;border-bottom:1px solid #f3f4f6;padding-bottom:20px}.gym-revenue .payments-header h2{font-size:28px;font-weight:800;color:#111827;margin-bottom:4px}.gym-revenue .payments-header p{color:#6b7280;font-size:15px}.gym-revenue .payments-header button{background:#fff;border:1px solid #d1d5db;padding:12px 20px;border-radius:10px;color:#374151;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.gym-revenue .payments-filters{margin:0 0 20px;display:flex;align-items:center;gap:12px}.gym-revenue .payments-filters select{background:#fff;border:1px solid #d1d5db;padding:10px 16px;border-radius:8px;color:#374151;font-size:14px;outline:none}.gym-revenue .stats-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media(min-width:768px){.gym-revenue .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gym-revenue .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.gym-revenue .stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.gym-revenue .stat-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.gym-revenue .stat-card header h3{color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase}.gym-revenue .stat-card header .icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.gym-revenue .stat-card .value{font-size:26px;font-weight:800;margin:0 0 4px;color:#111827}.gym-revenue .stat-card .label{color:#9ca3af;font-size:12px}.gym-revenue .stat-card.success{border-left:4px solid #10b981}.gym-revenue .stat-card.success .icon{background:#d1fae5;color:#10b981}.gym-revenue .stat-card.warning{border-left:4px solid #f59e0b}.gym-revenue .stat-card.warning .icon{background:#fef3c7;color:#b45309}.gym-revenue .stat-card.info{border-left:4px solid #3b82f6}.gym-revenue .stat-card.info .icon{background:#dbeafe;color:#2563eb}.gym-revenue .stat-card.primary{border-left:4px solid #15a36e}.gym-revenue .stat-card.primary .icon{background:#ecfdf5;color:#15a36e}.gym-revenue .dashboard-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media(min-width:1024px){.gym-revenue .dashboard-grid{grid-template-columns:2fr 1fr;gap:20px}}.gym-revenue .column{display:flex;flex-direction:column;gap:16px}.gym-revenue .card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.gym-revenue .card .card-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;border-bottom:1px solid #f3f4f6;padding-bottom:10px}.gym-revenue .card .card-header h3{font-size:16px;color:#111827;font-weight:700}.gym-revenue .chart-container{height:280px}.gym-revenue .client-list,.gym-revenue .renewals{display:flex;flex-direction:column;gap:10px}.gym-revenue .client-item,.gym-revenue .renewals li{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.gym-revenue .client-info{display:flex;align-items:center;gap:10px}.gym-revenue .avatar{width:36px;height:36px;border-radius:50%;background:#15a36e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.gym-revenue .details strong{display:block;color:#111827;font-size:14px}.gym-revenue .details span{color:#6b7280;font-size:12px}.gym-revenue .progress{display:flex;align-items:center;gap:8px}.gym-revenue .progress .bar{width:80px;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.gym-revenue .progress .bar .fill{height:100%;background:#15a36e}.gym-revenue .progress span{font-size:12px;color:#374151;font-weight:600}.gym-revenue .renewal-info strong{display:block;color:#111827;font-size:14px}.gym-revenue .renewal-info span{font-size:12px;color:#ef4444;font-weight:500}.gym-revenue .amount{color:#15a36e;font-weight:700}.gym-revenue .empty{color:#9ca3af;text-align:center;padding:20px;font-style:italic}.gym-revenue .revenue-state{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;gap:16px}.gym-revenue .revenue-state.error{color:#dc2626}.gym-revenue .metrics-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:18px}@media(min-width:768px){.gym-revenue .metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.gym-revenue .metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.gym-revenue .metric-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:14px}.gym-revenue .metric-card h4{margin:0 0 8px;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.gym-revenue .metric-card strong{color:#111827;font-size:20px;font-weight:800}.gym-revenue .metric-card strong.positive{color:#16a34a}.gym-revenue .metric-card strong.negative{color:#dc2626}.gym-revenue .commission-card,.gym-revenue .log-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:16px;margin-bottom:16px}.gym-revenue .card-title{display:flex;align-items:center;gap:8px}.gym-revenue .card-title h3{margin:0;font-size:16px;color:#111827;font-weight:700}.gym-revenue .commission-grid{margin-top:14px;display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:768px){.gym-revenue .commission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.gym-revenue .commission-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.gym-revenue .commission-grid>div{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px}.gym-revenue .commission-grid>div span{display:block;color:#6b7280;font-size:12px;margin-bottom:6px}.gym-revenue .commission-grid>div strong{color:#111827;font-size:18px;font-weight:800}.gym-revenue .log-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.gym-revenue .export-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;padding:8px 12px;font-weight:600;font-size:12px;display:inline-flex;gap:6px;align-items:center;cursor:pointer}.gym-revenue .transaction-filters{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}@media(min-width:768px){.gym-revenue .transaction-filters{grid-template-columns:2fr 1fr 1fr}}.gym-revenue .transaction-filters input,.gym-revenue .transaction-filters select{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:13px;color:#374151;background:#fff;outline:none}.gym-revenue .revenue-data-table th,.gym-revenue .revenue-data-table td{padding:12px;text-align:left;font-size:13px;color:#374151;white-space:nowrap}.gym-revenue .revenue-data-table th{font-size:11px;letter-spacing:.4px}.gym-revenue .status-chip{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;color:#111827;background:#eef2ff}.gym-revenue .link-btn{border:none;background:none;color:#2563eb;font-weight:600;cursor:pointer}.gym-system-health{min-height:100vh;background:#fff;color:#111827;padding:16px;font-family:Inter,sans-serif}@media(min-width:768px){.gym-system-health{padding:24px}}@media(min-width:1024px){.gym-system-health{padding:32px}}.gym-system-health .state-block{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6b7280}.gym-system-health .state-block.error{color:#dc2626}.gym-system-health .health-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;border-bottom:1px solid #f3f4f6;padding-bottom:14px;flex-wrap:wrap}.gym-system-health .health-header h2{margin:0 0 4px;font-size:28px;font-weight:800}.gym-system-health .health-header p{margin:0;color:#6b7280;font-size:14px}.gym-system-health .primary-btn{border:none;border-radius:10px;background:#0f766e;color:#fff;padding:10px 14px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.gym-system-health .health-kpis{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:14px}@media(min-width:768px){.gym-system-health .health-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.gym-system-health .health-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}.gym-system-health .kpi-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.gym-system-health .kpi-card .kpi-title{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:8px}.gym-system-health .kpi-card strong{font-size:16px;font-weight:800}.gym-system-health .kpi-card strong.ok{color:#16a34a}.gym-system-health .kpi-card strong.bad{color:#dc2626}.gym-system-health .offline-banner{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:8px;margin-bottom:14px;font-weight:600}.gym-system-health .devices-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:14px}.gym-system-health .devices-card .section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px}.gym-system-health .devices-card .section-title h3{margin:0;font-size:18px;font-weight:700}.gym-system-health .device-list{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px}.gym-system-health .device-item{border:1px solid #e5e7eb;border-radius:10px;padding:12px}.gym-system-health .device-item.offline{border-color:#fecaca;background:#fff7f7}.gym-system-health .device-item .item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.gym-system-health .device-item .item-top h4{margin:0;font-size:16px;font-weight:700}.gym-system-health .device-item .status-pill{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;text-transform:uppercase}.gym-system-health .device-item .status-pill.ok{background:#ecfdf5;color:#16a34a}.gym-system-health .device-item .status-pill.bad{background:#fee2e2;color:#dc2626}.gym-system-health .device-item .meta-grid{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:768px){.gym-system-health .device-item .meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.gym-system-health .device-item .meta-grid span{display:block;color:#6b7280;font-size:11px;margin-bottom:2px}.gym-system-health .device-item .meta-grid strong{font-size:13px;color:#111827}.gym-system-health .device-item .last-seen{margin:10px 0 0;font-size:12px;color:#6b7280;font-weight:600}.gym-system-health .add-device-btn{width:100%;border:none;border-radius:8px;background:#0f172a;color:#fff;padding:10px 12px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;gap:6px;cursor:pointer}.staff-page{padding:16px;min-height:100vh;background:#f9fafb;font-family:Inter,sans-serif}@media(min-width:768px){.staff-page{padding:24px}}@media(min-width:1024px){.staff-page{padding:32px}}@media(min-width:1440px){.staff-page{padding:40px}}.staff-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;flex-wrap:wrap;gap:16px}.staff-header h2{font-size:26px;font-weight:800;color:#111827;margin-bottom:4px}.staff-header p{font-size:14px;color:#6b7280}.g-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid #e5e7eb}.g-tabs .tab{background:none;border:none;padding:10px 20px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:6px 6px 0 0;transition:all .15s}.g-tabs .tab:hover{color:#111827;background:#f3f4f6}.g-tabs .tab.active{color:#15a36e;border-bottom-color:#15a36e;background:none}.staff-search-bar{position:relative;max-width:400px;margin-bottom:20px}.staff-search-bar .s-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px!important}.staff-search-bar input{width:100%;padding:9px 12px 9px 36px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background:#fff}.staff-search-bar input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.staff-search-bar input::placeholder{color:#9ca3af}.staff-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.staff-table-card .card-header{padding:18px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:10px}.staff-table-card .card-header h3{margin:0;font-size:17px;font-weight:700;color:#111827}.staff-table-card .card-header .count-badge{background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:600;padding:2px 8px;border-radius:50px}.staff-table-card .staff-data-table th,.staff-table-card .staff-data-table td{padding:12px 16px;font-size:13px;vertical-align:middle}.staff-table-card .staff-data-table th{font-size:11px;font-weight:700;letter-spacing:.5px}.staff-table-card .staff-data-table .empty-state{text-align:center;padding:48px;color:#9ca3af;font-size:14px}.staff-name-cell{display:flex;align-items:center;gap:10px}.staff-name-cell .avatar{width:36px;height:36px;border-radius:50%;background:#15a36e;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.staff-name-cell strong{font-size:13px;color:#111827}.muted{color:#9ca3af;font-size:13px}.role-badge{display:inline-block;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.role-badge.blue{background:#eff6ff;color:#3b82f6;border:1px solid #dbeafe}.role-badge.purple{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.role-badge.green{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.role-badge.orange{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.role-badge.gray{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.restrictions-list{display:flex;flex-wrap:wrap;gap:4px}.restrict-tag{display:inline-flex;align-items:center;gap:3px;background:#fef2f2;color:#ef4444;border:1px solid #fecaca;padding:3px 8px;border-radius:50px;font-size:11px;font-weight:600}.restrict-tag svg{font-size:11px!important}.row-actions{display:flex;gap:4px}.row-actions .action-btn{background:transparent;border:none;cursor:pointer;color:#6b7280;padding:6px;border-radius:6px;display:flex;align-items:center;transition:all .15s}.row-actions .action-btn:hover{background:#f3f4f6;color:#111827}.row-actions .action-btn.danger:hover{background:#fef2f2;color:#ef4444}.permissions-section{display:flex;flex-direction:column;gap:24px}.perm-role-selector{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px 24px;box-shadow:0 1px 4px #0000000a}.perm-role-selector>p{font-size:13px;color:#6b7280;margin-bottom:12px;font-weight:600}.perm-role-selector .role-pills{display:flex;flex-wrap:wrap;gap:8px}.perm-role-selector .role-pills .role-pill{border:none;padding:8px 18px;border-radius:50px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;opacity:.6}.perm-role-selector .role-pills .role-pill.blue{background:#eff6ff;color:#3b82f6}.perm-role-selector .role-pills .role-pill.purple{background:#f5f3ff;color:#7c3aed}.perm-role-selector .role-pills .role-pill.green{background:#ecfdf5;color:#059669}.perm-role-selector .role-pills .role-pill.orange{background:#fffbeb;color:#d97706}.perm-role-selector .role-pills .role-pill.active{opacity:1;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.perm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.perm-grid .perm-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;gap:12px;align-items:flex-start;transition:border-color .15s}.perm-grid .perm-card.allowed{border-color:#d1fae5}.perm-grid .perm-card.denied{border-color:#fecaca}.perm-grid .perm-card.restricted-mark{border-style:dashed}.perm-grid .perm-card .perm-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perm-grid .perm-card .perm-icon .yes{color:#059669}.perm-grid .perm-card .perm-icon .no{color:#ef4444}.perm-grid .perm-card .perm-name{font-size:13px;font-weight:600;color:#111827;margin:0 0 4px}.perm-grid .perm-card .owner-only-tag{background:#fef2f2;color:#ef4444;border:1px solid #fecaca;padding:2px 8px;border-radius:50px;font-size:10px;font-weight:700}.perm-note{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:16px 20px;display:flex;gap:12px;align-items:flex-start}.perm-note svg{color:#d97706;flex-shrink:0;margin-top:2px}.perm-note p{font-size:13px;color:#92400e;margin:0;line-height:1.6}.staff-modal,.confirm-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.staff-modal .modal-header,.confirm-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}.staff-modal .modal-header h3,.confirm-modal .modal-header h3{font-size:17px;font-weight:700;color:#111827;margin:0}.staff-modal .modal-body,.confirm-modal .modal-body{padding:20px 24px;overflow-y:auto;flex:1}.staff-modal .modal-body p,.confirm-modal .modal-body p{font-size:14px;color:#374151;line-height:1.6}.staff-modal .modal-footer,.confirm-modal .modal-footer{padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;gap:10px;justify-content:flex-end}.staff-modal{width:440px;max-width:100%}.confirm-modal{width:380px;max-width:100%}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-weight:700;color:#374151;margin-bottom:6px;text-transform:uppercase;letter-spacing:.4px}.field input,.field select,.field textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background:#f9fafb;font-family:Inter,sans-serif}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.field textarea{resize:vertical}.role-restrictions-preview{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:14px}.role-restrictions-preview .preview-title{font-size:12px;color:#991b1b;font-weight:600;margin-bottom:10px}.role-restrictions-preview .preview-tags{display:flex;flex-wrap:wrap;gap:6px}.delete-btn{background:#ef4444;border:none;color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.delete-btn:hover{background:#dc2626}.reviews-page{padding:16px;min-height:100vh;background:var(--sf-bg-page)}@media(min-width:768px){.reviews-page{padding:24px}}@media(min-width:1024px){.reviews-page{padding:32px}}@media(min-width:1440px){.reviews-page{padding:40px}}.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.reviews-header h2{font-size:26px;font-weight:800;color:var(--sf-text-primary);margin-bottom:4px}.reviews-header p{font-size:14px;color:var(--sf-text-muted)}.star-row{display:inline-flex;align-items:center;gap:1px}.star.filled,.star.half{color:#f59e0b}.star.empty{color:#d1d5db}.star.large{font-size:28px!important}.star.medium{font-size:16px!important}.star.small{font-size:14px!important}.rating-overview{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;gap:32px;align-items:center;margin-bottom:24px;box-shadow:0 2px 8px #0000000a;flex-wrap:wrap}.rating-overview .avg-block{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:120px}.rating-overview .avg-block .big-avg{font-size:56px;font-weight:800;color:#111827;line-height:1}.rating-overview .avg-block .total-reviews{font-size:13px;color:#9ca3af;margin-top:4px}.rating-overview .breakdown-bars{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px}.rating-overview .breakdown-bars .bar-row{display:flex;align-items:center;gap:8px}.rating-overview .breakdown-bars .bar-row .bar-label{font-size:13px;font-weight:600;color:#374151;width:12px}.rating-overview .breakdown-bars .bar-row .bar-track{flex:1;height:8px;background:#f3f4f6;border-radius:50px;overflow:hidden}.rating-overview .breakdown-bars .bar-row .bar-fill{height:100%;background:#f59e0b;border-radius:50px;transition:width .4s}.rating-overview .breakdown-bars .bar-row .bar-count{font-size:12px;color:#9ca3af;width:20px;text-align:right}.review-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:20px}.review-filters .search-wrap{position:relative;flex:1;min-width:200px}.review-filters .search-wrap .s-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px!important}.review-filters .search-wrap input{width:100%;padding:9px 12px 9px 36px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background:#fff}.review-filters .search-wrap input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.review-filters .search-wrap input::placeholder{color:#9ca3af}.review-filters .star-filter-pills{display:flex;gap:6px;flex-wrap:wrap}.review-filters .star-filter-pills .pill{background:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280;padding:6px 12px;border-radius:50px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.review-filters .star-filter-pills .pill:hover{background:#e5e7eb}.review-filters .star-filter-pills .pill.active{background:#fffbeb;border-color:#f59e0b;color:#d97706}.review-list{display:flex;flex-direction:column;gap:16px}.empty-reviews{text-align:center;padding:48px;color:#9ca3af;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 1px 4px #0000000a;transition:border-color .15s}.review-card:hover{border-color:#d1d5db}.review-card.flagged{border-color:#fecaca;background:#fff8f8}.review-card .review-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:12px}.review-card .reviewer-info{display:flex;align-items:center;gap:10px}.review-card .reviewer-info .reviewer-avatar{width:40px;height:40px;border-radius:50%;background:#15a36e;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-card .reviewer-info .reviewer-avatar.small{width:30px;height:30px;font-size:12px}.review-card .reviewer-info .reviewer-name{display:block;font-size:14px;color:#111827}.review-card .reviewer-info .review-date{display:block;font-size:12px;color:#9ca3af}.review-card .review-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.review-card .flagged-tag{background:#fef2f2;color:#ef4444;border:1px solid #fecaca;font-size:10px;font-weight:700;padding:2px 8px;border-radius:50px}.review-card .review-text{font-size:14px;color:#374151;line-height:1.7;margin:0 0 14px}.review-card .owner-response{background:#f0fdf4;border:1px solid #d1fae5;border-radius:10px;padding:12px 14px;font-size:13px;color:#065f46;line-height:1.6;margin-bottom:14px}.review-card .review-actions{display:flex;gap:8px}.rev-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid;transition:all .15s}.rev-btn.reply{background:#ecfdf5;border-color:#d1fae5;color:#059669}.rev-btn.reply:hover{background:#d1fae5}.rev-btn.flag{background:#fff;border-color:#e5e7eb;color:#6b7280}.rev-btn.flag:hover,.rev-btn.flag.active{background:#fef2f2;border-color:#fecaca;color:#ef4444}.rev-btn.resolve{background:#ecfdf5;border-color:#d1fae5;color:#059669}.rev-btn.resolve:hover{background:#d1fae5}.complaint-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.complaint-toolbar h3{font-size:18px;font-weight:700;color:#111827;margin:0}.ticket-card .ticket-footer{justify-content:space-between;align-items:center;gap:10px}.ticket-card .ticket-footer .last-update{font-size:11px;color:#9ca3af}.ticket-card .ticket-footer .ticket-actions{display:flex;gap:8px}.original-review-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:16px}.original-review-preview .preview-text{font-size:13px;color:#374151;margin:0;line-height:1.6}.field-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.field-row:last-of-type{border-bottom:none}.field-row .detail-label{font-size:12px;color:#9ca3af;font-weight:600;text-transform:uppercase}.field-row strong{font-size:13px;color:#111827}.ticket-description-block{margin-top:16px;padding:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.ticket-description-block p{font-size:13px;color:#374151;line-height:1.7;margin:0}.flag-confirm-btn{background:#ef4444;border:none;color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s}.flag-confirm-btn:hover{background:#dc2626}.support-page{padding:16px;min-height:100vh;background:#f9fafb;font-family:Inter,sans-serif}@media(min-width:768px){.support-page{padding:24px}}@media(min-width:1024px){.support-page{padding:32px}}@media(min-width:1440px){.support-page{padding:40px}}.support-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.support-header .header-left{display:flex;align-items:center;gap:14px}.support-header .header-left .header-icon{font-size:40px!important;color:#15a36e;background:#ecfdf5;border-radius:12px;padding:8px}.support-header .header-left h2{font-size:26px;font-weight:800;color:#111827;margin:0 0 4px}.support-header .header-left p{font-size:14px;color:#6b7280;margin:0}.contact-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px}.contact-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px;cursor:pointer;text-decoration:none;transition:all .15s;box-shadow:0 1px 4px #0000000a}.contact-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.contact-card svg{font-size:28px!important;flex-shrink:0}.contact-card strong{display:block;font-size:14px;font-weight:700;color:#111827;margin-bottom:2px}.contact-card span{font-size:12px;color:#6b7280}.contact-card.email svg{color:#3b82f6}.contact-card.whatsapp svg{color:#25d366}.contact-card.docs svg{color:#f59e0b}.ticket-list{display:flex;flex-direction:column;gap:16px}.ticket-card .ticket-meta{color:#9ca3af}.empty-state{text-align:center;padding:48px;color:#9ca3af;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.view-btn{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.view-btn:hover{background:#e5e7eb}.resolve-btn{background:#ecfdf5;border:1px solid #d1fae5;color:#059669;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .15s}.resolve-btn:hover{background:#d1fae5}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:border-color .15s}.faq-item.open{border-color:#15a36e}.faq-item .faq-question{width:100%;background:none;border:none;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;text-align:left;font-size:14px;font-weight:600;color:#111827;transition:background .1s}.faq-item .faq-question:hover{background:#f9fafb}.faq-item .faq-question svg{color:#6b7280;flex-shrink:0}.faq-item .faq-answer{padding:14px 20px 18px;font-size:13px;color:#374151;line-height:1.75;border-top:1px solid #f3f4f6}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.detail-row .detail-label{font-size:12px;color:#9ca3af;font-weight:600;text-transform:uppercase}.detail-row strong{font-size:13px;color:#111827}.description-block{margin-top:16px;padding:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.description-block p{font-size:13px;color:#374151;line-height:1.7;margin:0}.description-block .detail-label{color:#9ca3af;font-size:11px;font-weight:700;text-transform:uppercase}.trainer-dashboard{min-height:100vh;padding:16px;background:var(--sf-bg-surface);animation:fadeIn .3s ease-in-out}@media(min-width:768px){.trainer-dashboard{padding:24px}}@media(min-width:1024px){.trainer-dashboard{padding:32px}}@media(min-width:1440px){.trainer-dashboard{padding:40px}}.trainer-dashboard__loading,.trainer-dashboard__error{height:60vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#6b7280;gap:12px}.trainer-dashboard__error{color:#dc2626}.trainer-dashboard__header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.trainer-dashboard__header h2{font-size:28px;font-weight:800;color:#111827;margin-bottom:4px}.trainer-dashboard__header p{color:#6b7280;font-size:15px}.trainer-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;gap:16px;box-shadow:0 4px 12px #00000008;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card .icon-box{width:48px;height:48px;border-radius:12px;background:#f0fdf4;color:#15a36e;display:flex;align-items:center;justify-content:center}.stat-card .icon-box svg{font-size:28px}.stat-card .icon-box.earnings{background:#ecfdf5;color:#059669}.stat-card .icon-box.blue{background:#eff6ff;color:#3b82f6}.stat-card .stat-info h4{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:4px}.stat-card .stat-info .value{font-size:26px;font-weight:800;color:#111827}.stat-card .stat-info .value.green{color:#059669}.stat-card .stat-info .value.primary{color:#15a36e}.stat-card .stat-info .subtext{font-size:13px;color:#9ca3af;margin-top:4px}.progress-container{display:flex;align-items:center;gap:12px;margin-top:8px}.progress-container .progress-track{flex:1;height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}.progress-container .progress-track .progress-fill{height:100%;background:#3b82f6;border-radius:99px;transition:width .6s ease}.progress-container span{font-size:14px;font-weight:700;color:#111827}.trainer-dashboard__tabs{display:flex;gap:32px;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.trainer-dashboard__tabs button{padding:12px 4px;background:none;border:none;color:#6b7280;font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.trainer-dashboard__tabs button:hover{color:#111827}.trainer-dashboard__tabs button.active{color:#15a36e;border-bottom-color:#15a36e}.trainer-dashboard__tabs button svg{font-size:18px}.trainer-dashboard__grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:1024px){.trainer-dashboard__grid{grid-template-columns:1fr}}.trainer-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000008}.trainer-card h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:20px}.trainer-card .chart-container{height:300px;width:100%}.trainer-card .placeholder-text{text-align:center;color:#9ca3af;padding:48px 0;font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.trainer-clients-page{min-height:100vh;padding:32px;background:var(--sf-bg-surface);box-sizing:border-box}.state-container{height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#6b7280;gap:16px}.state-container .auth-btn,.state-container .retry-btn{margin-top:16px;background:#15a36e;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.page-header .header-actions{display:flex;align-items:center;gap:16px}.page-header .header-actions .refresh-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ecfdf5;color:#15a36e;border-radius:50px;font-size:13px;font-weight:600}.page-header .header-actions .close-btn{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.page-header .header-actions .close-btn:hover{background:#f3f4f6;color:#111827}.page-header .header-actions .close-btn:disabled{opacity:.5;cursor:not-allowed}.filters-bar{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;align-items:center}.filters-bar .filter-group{display:flex;gap:8px}.filters-bar .filter-group button{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s}.filters-bar .filter-group button:hover{background:#f9fafb;color:#111827}.filters-bar .filter-group button.active{background:#15a36e;color:#fff;border-color:#15a36e}.filters-bar .filter-group button:disabled{opacity:.6;cursor:not-allowed}.filters-bar .search-box{margin-left:auto;position:relative;width:300px}.filters-bar .search-box input{width:100%;padding:10px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;box-sizing:border-box}.filters-bar .search-box input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:1024px){.content-grid{grid-template-columns:1fr}}.client-list{display:flex;flex-direction:column;gap:12px}.client-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #00000005}.client-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.client-card.selected{border-color:#15a36e;background:#f0fdf4}.client-card .avatar{width:50px;height:50px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.client-card .avatar.active-avatar{background:#d1fae5;color:#059669}.client-card .info{flex:1}.client-card .info h3{margin:0;font-size:16px;font-weight:700;color:#111827}.client-card .info .email{font-size:14px;color:#6b7280;margin:2px 0 6px}.client-card .info .meta{display:flex;gap:12px;align-items:center;font-size:12px;color:#9ca3af}.client-card .info .meta .status-badge{padding:2px 8px;border-radius:50px;font-weight:600;text-transform:capitalize}.client-card .info .meta .status-badge.active{background:#ecfdf5;color:#059669}.client-card .info .meta .status-badge.inactive{background:#fef2f2;color:#dc2626}.details-sidebar{display:flex;flex-direction:column;gap:24px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000008}.panel h3{margin:0 0 16px;font-size:16px;font-weight:700;color:#111827}.panel .selected-profile{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.panel .selected-profile .avatar-lg{width:48px;height:48px;border-radius:50%;background:#15a36e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.panel .selected-profile .name{font-weight:700;color:#111827}.panel .selected-profile .email{font-size:13px;color:#6b7280}.panel .empty-msg{color:#9ca3af;font-style:italic;font-size:14px;text-align:center;padding:20px 0}.attendance-chart .chart-header{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:12px}.attendance-chart .chart-header .percent{color:#15a36e}.attendance-chart .bars-container{display:flex;align-items:flex-end;justify-content:space-between;height:100px;gap:8px}.attendance-chart .bars-container .bar-group{display:flex;flex-direction:column;align-items:center;gap:6px}.attendance-chart .bars-container .bar-group .bar{width:20px;border-radius:4px 4px 0 0;transition:height .3s ease}.attendance-chart .bars-container .bar-group .label{font-size:11px;color:#9ca3af}.action-btn{width:100%;padding:12px;margin-bottom:12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.action-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.action-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn svg{font-size:20px;color:#6b7280}.action-btn.refresh svg{color:#15a36e}.spinner{animation:spin 1s linear infinite;font-size:20px}.trainer-messages-page{height:calc(100vh - 64px);background:var(--sf-bg-surface);box-sizing:border-box;display:flex}.state-container{margin:auto;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:16px}.state-container h2{font-size:20px;font-weight:700;color:#111827}.state-container p{max-width:400px;line-height:1.5}.state-container .auth-btn,.state-container .retry-btn{background:#15a36e;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.state-container .auth-btn:hover,.state-container .retry-btn:hover{background:#108559}.messages-sidebar{width:320px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}@media(max-width:768px){.messages-sidebar{width:80px}}.messages-sidebar header{padding:20px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.messages-sidebar header h2{font-size:18px;font-weight:800;color:#111827;margin:0}.messages-sidebar header .header-actions{display:flex;gap:8px;align-items:center}.messages-sidebar header .header-actions .status-badge{display:flex;align-items:center;gap:4px;font-size:11px;padding:4px 8px;border-radius:50px;font-weight:600}.messages-sidebar header .header-actions .status-badge.connected{background:#ecfdf5;color:#15a36e}.messages-sidebar header .header-actions .status-badge.retry{background:#fffbeb;color:#f59e0b}.messages-sidebar header .header-actions .new-msg-btn{background:none;border:none;color:#15a36e;cursor:pointer;padding:4px;border-radius:50%}.messages-sidebar header .header-actions .new-msg-btn:hover{background:#ecfdf5}.messages-sidebar .conversations-list{flex:1;overflow-y:auto}.messages-sidebar .conversations-list .conversation-item{padding:16px;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s}.messages-sidebar .conversations-list .conversation-item:hover{background:#f9fafb}.messages-sidebar .conversations-list .conversation-item.active{background:#ecfdf5;border-right:3px solid #15a36e}.messages-sidebar .conversations-list .conversation-item .avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.messages-sidebar .conversations-list .conversation-item .avatar.active-avatar{background:#d1fae5;color:#059669}.messages-sidebar .conversations-list .conversation-item .info{flex:1;overflow:hidden}.messages-sidebar .conversations-list .conversation-item .info h3{font-size:14px;font-weight:700;color:#111827;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-sidebar .conversations-list .conversation-item .info p{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.messages-sidebar .conversations-list .conversation-item .time{font-size:11px;color:#9ca3af;white-space:nowrap}.chat-area{flex:1;display:flex;flex-direction:column;background:#fff}.chat-area header{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff}.chat-area header .participant-info{display:flex;align-items:center;gap:12px}.chat-area header .participant-info .avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-weight:700}.chat-area header .participant-info div h2{font-size:16px;font-weight:700;color:#111827;margin:0}.chat-area header .participant-info div span{font-size:12px;color:#15a36e;font-weight:500}.chat-area header .refresh-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;border-radius:50%}.chat-area header .refresh-btn:hover{background:#f3f4f6;color:#15a36e}.chat-area .messages-list{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background:#f9fafb}.chat-area .messages-list .empty-state{margin:auto;text-align:center;color:#9ca3af}.chat-area .messages-list .empty-state p{margin-top:16px;font-size:14px}.chat-area .messages-list .message-bubble{max-width:70%;padding:12px 16px;border-radius:12px;position:relative;font-size:14px;line-height:1.5}.chat-area .messages-list .message-bubble.me{align-self:flex-end;background:#15a36e;color:#fff;border-bottom-right-radius:2px}.chat-area .messages-list .message-bubble.me .meta{color:#fffc}.chat-area .messages-list .message-bubble.them{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;color:#1f2937;border-bottom-left-radius:2px;box-shadow:0 1px 2px #0000000d}.chat-area .messages-list .message-bubble.them .meta{color:#9ca3af}.chat-area .messages-list .message-bubble.optimistic{opacity:.7}.chat-area .messages-list .message-bubble .meta{font-size:11px;margin-top:4px;text-align:right;display:block}.chat-area .chat-input-area{padding:20px 24px;border-top:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:12px}.chat-area .chat-input-area input{flex:1;padding:12px 16px;border-radius:24px;border:1px solid #d1d5db;background:#f9fafb;font-size:14px;color:#111827}.chat-area .chat-input-area input:focus{outline:none;border-color:#15a36e;background:#fff;box-shadow:0 0 0 3px #15a36e1a}.chat-area .chat-input-area button{width:44px;height:44px;border-radius:50%;background:#15a36e;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.chat-area .chat-input-area button:hover:not(:disabled){background:#108559}.chat-area .chat-input-area button:disabled{background:#9ca3af;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal-overlay .modal-card{background:#fff;width:100%;max-width:480px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.modal-overlay .modal-card header{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-card header button{background:none;border:none;cursor:pointer;color:#6b7280}.modal-overlay .modal-card .error-banner{background:#fef2f2;border:1px solid #fecaca;padding:12px;margin:16px 24px 0;border-radius:8px;display:flex;gap:8px}.modal-overlay .modal-card .error-banner p{margin:0;color:#b91c1c;font-size:13px}.modal-overlay .modal-card .error-banner svg{color:#ef4444;font-size:16px}.modal-overlay .modal-card .client-selection{padding:24px}.modal-overlay .modal-card .client-selection label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}.modal-overlay .modal-card .client-selection .clients-list{max-height:240px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px}.modal-overlay .modal-card .client-selection .clients-list .client-item{padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;border-bottom:1px solid #f3f4f6}.modal-overlay .modal-card .client-selection .clients-list .client-item:last-child{border-bottom:none}.modal-overlay .modal-card .client-selection .clients-list .client-item:hover{background:#f9fafb}.modal-overlay .modal-card .client-selection .clients-list .client-item.selected{background:#f0fdf4;border-color:#15a36e}.modal-overlay .modal-card .client-selection .clients-list .client-item .avatar{width:32px;height:32px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#374151}.modal-overlay .modal-card .client-selection .clients-list .client-item .avatar.selected-avatar{background:#d1fae5;color:#059669}.modal-overlay .modal-card .client-selection .clients-list .client-item .info .name{font-size:14px;font-weight:600;color:#111827}.modal-overlay .modal-card .client-selection .clients-list .client-item .info .email{font-size:12px;color:#6b7280}.modal-overlay .modal-card footer{padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px}.modal-overlay .modal-card footer button{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none}.modal-overlay .modal-card footer .start{background:#15a36e;color:#fff}.modal-overlay .modal-card footer .start:disabled{opacity:.6}.spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.trainer-payments-page{min-height:100vh;padding:32px;background:var(--sf-bg-surface);box-sizing:border-box}.state-container{height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#6b7280;gap:16px}.state-container p{font-size:15px}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.page-header .header-content h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.page-header .header-content p{color:#6b7280;font-size:15px}.page-header .export-btn{background:#fff;border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;color:#374151;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.page-header .export-btn:hover{background:#f9fafb;color:#111827;border-color:#9ca3af}.controls-section{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.filters-bar{display:flex;justify-content:space-between;align-items:center}.filters-bar .date-select-wrapper{position:relative}.filters-bar .date-select-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.filters-bar .date-select-wrapper select{padding:10px 16px 10px 40px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;cursor:pointer;appearance:none;min-width:180px}.filters-bar .date-select-wrapper select:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.filters-bar .status-filters{display:flex;gap:8px}.filters-bar .status-filters button{padding:6px 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-transform:capitalize}.filters-bar .status-filters button:hover{background:#f9fafb;color:#111827}.filters-bar .status-filters button.active{background:#ecfdf5;color:#15a36e;border-color:#d1fae5}.tabs-nav{display:flex;gap:32px;border-bottom:1px solid #e5e7eb}.tabs-nav button{padding-bottom:12px;background:none;border:none;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.summary-grid .summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000005}.summary-grid .summary-card h4{margin:0 0 8px;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.summary-grid .summary-card strong{font-size:28px;font-weight:800}.summary-grid .summary-card strong.success{color:#15a36e}.summary-grid .summary-card strong.warning{color:#f59e0b}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px -1px #00000005}.table-container table{width:100%;border-collapse:collapse;font-size:14px}.table-container table th{background:#f9fafb;color:#6b7280;font-weight:600;text-align:left;padding:16px 24px;font-size:12px;text-transform:uppercase;border-bottom:1px solid #e5e7eb}.table-container table td{padding:16px 24px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.table-container table td strong{color:#111827;font-weight:600}.table-container table td.net-amount{font-weight:700;color:#111827}.table-container table tr:last-child td{border-bottom:none}.table-container table tr:hover{background:#f9fafb}.table-container table .status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:50px;font-size:12px;font-weight:600;text-transform:uppercase}.table-container table .status-badge.paid{background:#ecfdf5;color:#059669}.table-container table .status-badge.pending{background:#fffbeb;color:#d97706}.table-container table .status-badge.processing{background:#eff6ff;color:#2563eb}.table-container .empty-state{text-align:center;padding:48px;color:#9ca3af;font-style:italic}.pending-section h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.pending-section h3 span{color:#f59e0b}.pending-section .pending-list{display:flex;flex-direction:column;gap:16px}.pending-section .pending-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #f59e0b;border-radius:8px;padding:20px;box-shadow:0 2px 4px #00000005}.pending-section .pending-card .info h4{margin:0 0 4px;font-size:16px;color:#111827}.pending-section .pending-card .info p{margin:0;font-size:14px;color:#6b7280}.pending-section .pending-card .actions{text-align:right}.pending-section .pending-card .actions .amount{display:block;font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.pending-section .pending-card .actions small{display:block;color:#ef4444;font-size:12px;font-weight:500;margin-bottom:8px}.pending-section .pending-card .actions button{background:#fff;border:1px solid #d1d5db;padding:6px 12px;border-radius:6px;color:#374151;font-weight:600;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.pending-section .pending-card .actions button:hover{background:#f3f4f6;color:#15a36e;border-color:#15a36e}.trainer-profile-page{padding:40px 24px;min-height:100vh;background:var(--sf-bg-page);box-sizing:border-box}.profile-container{max-width:1100px;margin:0 auto}.state-container{height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;color:#6b7280}.state-container.error{color:#dc2626}.state-container .retry-btn{background:#15a36e;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.state-container .retry-btn:hover{background:#108559}.profile-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.profile-header p{color:#6b7280;font-size:15px;margin:0}.profile-header .edit-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d1d5db;padding:10px 20px;border-radius:10px;color:#374151;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s}.profile-header .edit-btn:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.profile-grid{display:grid;grid-template-columns:320px 1fr;gap:32px;align-items:start}@media(max-width:900px){.profile-grid{grid-template-columns:1fr}}.identity-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px 24px;box-shadow:0 4px 6px -1px #0000000d;position:sticky;top:80px}.identity-card .avatar-placeholder{width:80px;height:80px;background:#ecfdf5;color:#15a36e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin-bottom:20px}.identity-card h1{font-size:22px;font-weight:700;color:#111827;margin:0 0 24px;line-height:1.3}.identity-card .info-list{display:flex;flex-direction:column;gap:16px}.identity-card .info-list .info-item{display:flex;gap:12px;align-items:flex-start}.identity-card .info-list .info-item svg{color:#9ca3af;font-size:20px;margin-top:2px}.identity-card .info-list .info-item div{display:flex;flex-direction:column}.identity-card .info-list .info-item div label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;margin-bottom:2px}.identity-card .info-list .info-item div span{font-size:14px;color:#374151;font-weight:500;word-break:break-word}.content-area{background:#fff;border:1px solid #e5e7eb;border-radius:16px;min-height:400px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.tabs-nav{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb;padding:0 24px;gap:32px}.tabs-nav button{background:none;border:none;padding:16px 0;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.tabs-nav button:hover{color:#111827}.tabs-nav button.active{color:#15a36e}.tabs-nav button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#15a36e}.tab-content{padding:32px}.tab-content h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.tab-content p{font-size:15px;line-height:1.7;color:#4b5563;white-space:pre-wrap}.tab-content .empty-msg{color:#9ca3af;font-style:italic}.tags-group{margin-bottom:32px}.tags-group h4{font-size:14px;font-weight:700;text-transform:uppercase;color:#9ca3af;margin:0 0 12px}.tags-group .tags-list{display:flex;flex-wrap:wrap;gap:8px}.tags-group .tags-list span{display:inline-block;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:500}.tags-group .tags-list span.specialty{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.tags-group .tags-list span.cert{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb;background:#f3f4f6}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay .modal-card{background:#fff;width:100%;max-width:600px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:85vh}.modal-overlay .modal-card header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-card header h3{margin:0;font-size:18px;font-weight:700;color:#111827}.modal-overlay .modal-card header button{background:none;border:none;cursor:pointer;color:#9ca3af}.modal-overlay .modal-card header button:hover{color:#111827}.modal-overlay .modal-card .modal-tabs{display:flex;gap:24px;padding:0 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.modal-overlay .modal-card .modal-tabs button{padding:12px 0;background:none;border:none;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;position:relative}.modal-overlay .modal-card .modal-tabs button.active{color:#15a36e}.modal-overlay .modal-card .modal-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#15a36e}.modal-overlay .modal-card .modal-body{padding:24px;overflow-y:auto;flex:1}.modal-overlay .modal-card .modal-body .form-group{display:flex;flex-direction:column;gap:16px}.modal-overlay .modal-card .modal-body .form-group input,.modal-overlay .modal-card .modal-body .form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:14px;box-sizing:border-box}.modal-overlay .modal-card .modal-body .form-group input:focus,.modal-overlay .modal-card .modal-body .form-group textarea:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.modal-overlay .modal-card .modal-body .form-group label{font-size:12px;font-weight:700;color:#374151;margin-bottom:-12px}.modal-overlay .modal-card .modal-body .form-group .hint{font-size:12px;color:#9ca3af;margin-top:-8px}.modal-overlay .modal-card footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background:#f9fafb;border-radius:0 0 16px 16px}.modal-overlay .modal-card footer button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none}.modal-overlay .modal-card footer .cancel{background:#fff;border:1px solid #d1d5db;color:#374151}.modal-overlay .modal-card footer .save{background:#15a36e;color:#fff}.modal-overlay .modal-card footer .save:hover{background:#108559}.merchant-dashboard{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}@media(min-width:768px){.merchant-dashboard{padding:24px}}@media(min-width:1024px){.merchant-dashboard{padding:32px}}@media(min-width:1440px){.merchant-dashboard{padding:40px}}.merchant-dashboard__state{height:60vh;display:flex;justify-content:center;align-items:center;color:#6b7280;font-size:16px;gap:12px}.merchant-dashboard__state.error{color:#dc2626}.merchant-dashboard__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.merchant-dashboard__header h1{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.merchant-dashboard__header p{font-size:15px;color:#6b7280;margin:0}.merchant-dashboard__header-metrics{display:flex;gap:12px}.merchant-dashboard__header-metrics .metric-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;font-size:13px;font-weight:600}.merchant-dashboard__header-metrics .metric-pill.blue{background:#eff6ff;color:#2563eb}.merchant-dashboard__header-metrics .metric-pill.green{background:#ecfdf5;color:#059669}.merchant-dashboard__header-metrics .metric-pill svg{font-size:18px}.merchant-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px}.merchant-dashboard__grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:1024px){.merchant-dashboard__grid{grid-template-columns:1fr}}.stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #00000008;display:flex;gap:16px;align-items:flex-start}.stat-card .icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.stat-card .icon-wrapper.success{background:#ecfdf5;color:#059669}.stat-card .icon-wrapper.warning{background:#fffbeb;color:#d97706}.stat-card .icon-wrapper.info{background:#eff6ff;color:#2563eb}.stat-card .icon-wrapper.primary{background:#15a36e1a;color:#15a36e}.stat-card .stat-info span{display:block;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:4px}.stat-card .stat-info strong{display:block;font-size:24px;font-weight:800;color:#111827}.content-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;margin-bottom:24px;box-shadow:0 4px 12px #00000008}.content-card .card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.content-card .card-header h3{font-size:18px;font-weight:700;color:#111827;margin:0}.content-card .card-header svg{color:#9ca3af;font-size:22px}.order-row,.renewal-row{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:10px;background:#f9fafb;margin-bottom:10px;border:1px solid #f3f4f6;transition:border .2s}.order-row:hover,.renewal-row:hover{border-color:#d1d5db}.order-row .main-info strong,.renewal-row .main-info strong{display:block;color:#111827;font-size:14px;margin-bottom:2px}.order-row .main-info span,.renewal-row .main-info span{font-size:12px;color:#6b7280}.order-row .side-info,.renewal-row .side-info{text-align:right}.order-row .side-info strong,.renewal-row .side-info strong{display:block;color:#111827;font-weight:700;font-size:15px}.order-row .side-info em,.renewal-row .side-info em{font-style:normal;font-size:11px;padding:2px 8px;border-radius:50px;background:#e5e7eb;color:#374151;font-weight:600}.chart-container{height:280px;width:100%}.empty-state{text-align:center;color:#9ca3af;font-style:italic;font-size:14px;padding:24px}.add-product-modal__overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#00000080;padding:16px;animation:fadeIn .2s ease-in}.add-product-modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;color:#000;max-height:90vh;overflow-y:auto}.add-product-modal h3{font-size:20px;font-weight:700;margin:0 0 24px;color:#111827;border-bottom:1px solid #f3f4f6;padding-bottom:16px}.add-product-modal form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:12px;border-radius:8px;background:#fff;border:1px solid #d1d5db;color:#111827;font-size:14px;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.form-group textarea{resize:none;height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.image-upload-wrapper{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;cursor:pointer;background:#f9fafb;transition:all .2s}.image-upload-wrapper:hover{border-color:#15a36e;background:#f0fdf4}.image-upload-wrapper input{display:none}.image-upload-wrapper .placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#6b7280;font-size:13px}.image-preview{margin-top:12px;position:relative;width:100%;height:160px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.image-preview img{width:100%;height:100%;object-fit:contain}.uploading-text{font-size:13px;color:#15a36e;font-weight:600;text-align:center;margin-top:8px}.actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6}.btn-primary{background:#15a36e;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#108559}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#f9fafb}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px;border-radius:8px;font-size:14px;margin-bottom:16px}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.merchant-products{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}@media(min-width:768px){.merchant-products{padding:24px}}@media(min-width:1024px){.merchant-products{padding:32px}}@media(min-width:1440px){.merchant-products{padding:40px}}.merchant-products__feedback{padding:12px;border-radius:8px;text-align:center;margin-bottom:24px;font-size:14px;font-weight:500}.merchant-products__feedback.success{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.merchant-products__feedback.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.merchant-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.merchant-products__header h1{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.merchant-products__header p{color:#6b7280;font-size:15px;margin:0}.merchant-products__header button{background:#15a36e;padding:12px 20px;border-radius:10px;color:#fff;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 2px 4px #15a36e33}.merchant-products__header button:hover{background:#108559;transform:translateY(-1px)}.merchant-products__filters{display:flex;gap:16px;margin-bottom:32px}.merchant-products__filters .search-wrapper{position:relative;flex:1}.merchant-products__filters .search-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.merchant-products__filters .search-wrapper input{width:100%;padding:12px 12px 12px 40px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;box-sizing:border-box}.merchant-products__filters .search-wrapper input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.merchant-products__filters select{background:#fff;border:1px solid #d1d5db;padding:12px 16px;border-radius:10px;color:#374151;min-width:200px;cursor:pointer;font-size:14px}.merchant-products__filters select:focus{border-color:#15a36e}.merchant-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.merchant-products__state{height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#6b7280;gap:16px}.merchant-products__state.error{color:#dc2626}.merchant-products__empty{text-align:center;padding:64px;color:#9ca3af;background:#f9fafb;border-radius:16px;border:1px dashed #d1d5db}.merchant-products__empty h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:8px}.product-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 2px 4px #00000005;transition:transform .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000f}.product-card .stock-badge{position:absolute;top:12px;right:12px;font-size:11px;padding:4px 8px;border-radius:50px;font-weight:600}.product-card .image-wrapper{width:100%;height:140px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px;overflow:hidden}.product-card .image-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.product-card h3{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card strong{color:#15a36e;font-size:18px;font-weight:800;margin-bottom:2px}.product-card small{color:#6b7280;font-size:13px;margin-bottom:16px;display:block}.product-card .actions{display:flex;width:100%;gap:8px}.product-card .actions button{flex:1;padding:8px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s}.product-card .actions button:hover{background:#f3f4f6;color:#111827}.product-card .actions button.danger{color:#ef4444;border-color:#fca5a5}.product-card .actions button.danger:hover{background:#fef2f2}.merchant-orders{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}@media(min-width:768px){.merchant-orders{padding:24px}}@media(min-width:1024px){.merchant-orders{padding:32px}}@media(min-width:1440px){.merchant-orders{padding:40px}}.merchant-orders main{display:flex;flex-direction:column;gap:32px}.orders-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #f3f4f6;padding-bottom:24px}.orders-header h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.orders-header p{font-size:15px;color:#6b7280;margin:0}.orders-header .refresh-btn{display:flex;align-items:center;gap:8px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s}.orders-header .refresh-btn:hover{background:#f9fafb;color:#111827;border-color:#9ca3af}.merchant-orders__state{padding:32px;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;color:#6b7280}.merchant-orders__state svg{font-size:48px;color:#15a36e}.merchant-orders__state.error svg{color:#ef4444}.merchant-orders__state.empty svg{color:#9ca3af}.merchant-orders__state h2{font-size:20px;font-weight:700;color:#111827;margin:0}.merchant-orders__state p{font-size:15px;margin:0}.merchant-orders__state button{margin-top:8px;background:#15a36e;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.merchant-orders__state button:hover{background:#108559}.orders-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.order-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #00000005;transition:all .2s;display:flex;flex-direction:column}.order-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.order-header h3{font-size:14px;font-weight:600;color:#111827;margin:0}.order-header .status{padding:4px 10px;font-size:12px;font-weight:600;border-radius:50px;text-transform:capitalize}.order-header .status.completed{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.order-header .status.pending{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.order-header .status.cancelled{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.order-meta{display:flex;justify-content:space-between;margin-bottom:20px}.order-meta .meta-item{display:flex;flex-direction:column}.order-meta .meta-item span{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;margin-bottom:4px}.order-meta .meta-item strong{font-size:16px;font-weight:700;color:#111827}.order-items{background:#f9fafb;border-radius:12px;padding:16px;margin-top:auto}.order-items h4{font-size:13px;font-weight:600;color:#6b7280;margin:0 0 12px;text-transform:uppercase}.order-items ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.order-items li{display:flex;justify-content:space-between;align-items:center;font-size:14px}.order-items li div{display:flex;align-items:center;gap:6px}.order-items li div .name{font-weight:500;color:#374151}.order-items li div .qty{color:#9ca3af;font-size:13px}.order-items li .price{font-weight:600;color:#111827}.merchant-profile{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}@media(min-width:768px){.merchant-profile{padding:24px}}@media(min-width:1024px){.merchant-profile{padding:32px}}@media(min-width:1440px){.merchant-profile{padding:40px}}.merchant-profile__state{height:60vh;display:flex;justify-content:center;align-items:center;color:#6b7280;gap:12px}.merchant-profile__state.error{color:#dc2626}.profile-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.profile-header h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.profile-header p{font-size:15px;color:#6b7280;margin:0}.profile-header button{display:flex;gap:8px;align-items:center;background:#15a36e;color:#fff;padding:10px 20px;border-radius:10px;border:none;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s;box-shadow:0 2px 4px #15a36e33}.profile-header button:hover{background:#108559;transform:translateY(-1px)}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;margin-bottom:32px;overflow:hidden;box-shadow:0 4px 12px #00000008}.banner{height:140px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-bottom:1px solid #e5e7eb}.profile-main{display:flex;gap:24px;padding:0 32px 32px;margin-top:-48px;position:relative}@media(max-width:600px){.profile-main{flex-direction:column;align-items:center;text-align:center;margin-top:-40px}}.avatar{width:96px;height:96px;background:#fff;border-radius:50%;border:4px solid #ffffff;display:flex;align-items:center;justify-content:center;color:#15a36e;font-size:40px;box-shadow:0 4px 6px #0000000d}.info{flex:1;padding-top:56px}@media(max-width:600px){.info{padding-top:12px}}.info h3{color:#111827;font-size:24px;font-weight:800;margin:0 0 8px}.info p{color:#6b7280;max-width:600px;line-height:1.6;font-size:15px}.stats{display:flex;gap:32px;margin-top:24px;padding-top:24px;border-top:1px solid #f3f4f6}.stats div{text-align:center}.stats div strong{display:block;color:#111827;font-size:20px;font-weight:800}.stats div span{font-size:13px;color:#6b7280;font-weight:500;text-transform:uppercase}.profile-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 2px 4px #00000005}.section h4{color:#111827;font-size:16px;font-weight:700;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.section ul{list-style:none;padding:0;margin:0}.section ul li{color:#374151;display:flex;gap:12px;align-items:center;margin-bottom:12px;font-size:14px}.section ul li strong{color:#111827;font-weight:600;min-width:60px}.section ul li svg{color:#9ca3af;font-size:18px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span{background:#f0fdf4;color:#15803d;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:500;border:1px solid #dcfce7}.tags .empty{color:#9ca3af;font-style:italic;background:none;border:none;padding:0}.edit-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:16px;width:100%;max-width:600px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#111827;font-size:18px;font-weight:700}.modal-header button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:50%}.modal-header button:hover{background:#f3f4f6;color:#111827}.modal-content{padding:24px;overflow-y:auto}.modal-tabs{display:flex;gap:24px;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.modal-tabs button{background:none;border:none;color:#6b7280;padding-bottom:12px;font-size:14px;font-weight:600;cursor:pointer;position:relative;text-transform:capitalize}.modal-tabs button.active{color:#15a36e}.modal-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#15a36e}.form{display:flex;flex-direction:column;gap:16px}.form input,.form textarea{width:100%;background:#fff;border:1px solid #d1d5db;color:#111827;padding:12px;border-radius:8px;font-family:inherit;font-size:14px;box-sizing:border-box}.form input:focus,.form textarea:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.form textarea{resize:vertical;min-height:120px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.modal-actions button{border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}.modal-actions .secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.modal-actions .secondary:hover{background:#f3f4f6}.modal-actions .primary{background:#15a36e;color:#fff}.modal-actions .primary:hover{background:#108559}.toast{position:fixed;top:24px;right:24px;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;font-weight:600;font-size:14px;z-index:200;box-shadow:0 4px 12px #0000001a}.toast.success{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.merchant-products-page{min-height:100vh;padding:32px;background:#fff;color:#000;font-family:Inter,sans-serif;box-sizing:border-box}.merchant-products-page .status-container{height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#6b7280;gap:16px}.merchant-products-page .status-container.error{color:#dc2626}.merchant-products-page .status-container p{font-size:15px}.merchant-products-page .page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.merchant-products-page .page-header h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.merchant-products-page .page-header p{color:#6b7280;font-size:15px;margin:0}.merchant-products-page .page-header .add-btn{background:#15a36e;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;box-shadow:0 2px 4px #15a36e33;transition:all .2s}.merchant-products-page .page-header .add-btn:hover{background:#108559;transform:translateY(-1px)}.merchant-products-page .filters-bar{display:flex;gap:16px;margin-bottom:32px}.merchant-products-page .filters-bar .search-wrapper{position:relative;flex:1}.merchant-products-page .filters-bar .search-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.merchant-products-page .filters-bar .search-wrapper input{width:100%;padding:12px 12px 12px 40px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:14px;box-sizing:border-box;transition:border-color .2s}.merchant-products-page .filters-bar .search-wrapper input:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.merchant-products-page .filters-bar select{background:#fff;border:1px solid #d1d5db;padding:12px 16px;border-radius:10px;color:#374151;min-width:180px;cursor:pointer;font-size:14px}.merchant-products-page .filters-bar select:focus{outline:none;border-color:#15a36e}.merchant-products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.merchant-products-page .empty-state{text-align:center;padding:64px;background:#f9fafb;border-radius:16px;border:1px dashed #d1d5db;color:#6b7280}.merchant-products-page .empty-state h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:8px}.product-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 4px #00000005;transition:all .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.product-card .stock-badge{position:absolute;top:12px;right:12px;font-size:11px;padding:4px 10px;border-radius:50px;font-weight:600;z-index:2}.product-card .stock-badge.in{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.product-card .stock-badge.out{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.product-card .image-container{width:100%;height:160px;background:#f9fafb;border-radius:10px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .image-container img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.product-card h3{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .price{font-size:18px;font-weight:800;color:#15a36e;margin-bottom:2px}.product-card .category{font-size:13px;color:#6b7280;margin-bottom:16px}.product-card .actions{margin-top:auto;display:flex;gap:8px}.product-card .actions button{flex:1;padding:8px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:background .2s;border:1px solid transparent}.product-card .actions button.edit-btn{background:#fff;border-color:#d1d5db;color:#374151}.product-card .actions button.edit-btn:hover{background:#f3f4f6;color:#111827}.product-card .actions button.delete-btn{background:#fef2f2;border-color:#fecaca;color:#ef4444}.product-card .actions button.delete-btn:hover{background:#fee2e2}.merchant-payments{padding:16px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}@media(min-width:768px){.merchant-payments{padding:24px}}@media(min-width:1024px){.merchant-payments{padding:32px}}@media(min-width:1440px){.merchant-payments{padding:40px}}.merchant-payments main{display:flex;flex-direction:column;gap:32px}.merchant-payments__state{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280}.merchant-payments__state.error{color:#dc2626}.merchant-payments__state p{font-size:15px}.payments-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #f3f4f6;padding-bottom:24px}.payments-header h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 4px}.payments-header p{font-size:15px;color:#6b7280;margin:0}.payments-header .export-btn{display:flex;align-items:center;gap:8px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s}.payments-header .export-btn:hover{background:#f9fafb;color:#111827;border-color:#9ca3af}.filters-card{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;align-items:center}.filters-card .date-selector{position:relative}.filters-card .date-selector svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.filters-card .date-selector select{padding:10px 16px 10px 40px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;min-width:200px;cursor:pointer;appearance:none}.filters-card .date-selector select:focus{outline:none;border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.filters-card .status-filters{display:flex;gap:8px;align-items:center}.filters-card .status-filters .label{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;margin-right:8px}.filters-card .status-filters button{padding:6px 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.filters-card .status-filters button:hover{background:#f9fafb;color:#111827}.filters-card .status-filters button.active{background:#ecfdf5;color:#15a36e;border-color:#d1fae5}.tabs{display:flex;gap:32px;border-bottom:1px solid #e5e7eb;margin-bottom:32px}.tabs button{background:none;border:none;padding-bottom:12px;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.tabs button:hover{color:#111827}.tabs button.active{color:#15a36e}.tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#15a36e}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000005}.summary-card h4{margin:0 0 8px;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.summary-card strong{font-size:28px;font-weight:800}.summary-card strong.green{color:#15a36e}.summary-card strong.orange{color:#f59e0b}.summary-card p{margin:4px 0 0;font-size:13px;color:#9ca3af}.payments-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.payments-table .table-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.payments-table .table-header h3{font-size:16px;font-weight:700;color:#111827;margin:0}.payments-table table{width:100%;border-collapse:collapse;font-size:14px}.payments-table table th{background:#f9fafb;color:#6b7280;font-weight:600;text-align:left;padding:14px 24px;font-size:12px;text-transform:uppercase;border-bottom:1px solid #e5e7eb}.payments-table table td{padding:16px 24px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.payments-table table tr:last-child td{border-bottom:none}.payments-table table tr:hover{background:#f9fafb}.payments-table table .status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:50px;font-size:12px;font-weight:600;text-transform:capitalize}.payments-table table .status-badge.paid{background:#ecfdf5;color:#059669}.payments-table table .status-badge.pending{background:#fffbeb;color:#d97706}.payments-table table .status-badge.processing{background:#eff6ff;color:#2563eb}.payments-table .empty-state{text-align:center;padding:48px;color:#9ca3af;font-style:italic}.pending-list{display:flex;flex-direction:column;gap:16px}.pending-list .pending-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #f59e0b;border-radius:8px;padding:20px;box-shadow:0 2px 4px #00000005}.pending-list .pending-card .info{display:flex;align-items:center;gap:16px}.pending-list .pending-card .info .icon{width:48px;height:48px;background:#fffbeb;color:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center}.pending-list .pending-card .info div h4{margin:0 0 4px;font-size:16px;color:#111827}.pending-list .pending-card .info div p{margin:0;font-size:14px;color:#6b7280}.pending-list .pending-card .actions{text-align:right}.pending-list .pending-card .actions .amount{display:block;font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.pending-list .pending-card .actions small{display:block;color:#ef4444;font-size:12px;font-weight:500;margin-bottom:8px}.pending-list .pending-card .actions button{background:#fff;border:1px solid #d1d5db;padding:6px 12px;border-radius:6px;color:#374151;font-weight:600;font-size:12px;cursor:pointer;transition:all .2s}.pending-list .pending-card .actions button:hover{background:#f3f4f6;color:#15a36e;border-color:#15a36e}.app-container{min-height:100vh;background-color:#1a1d24;font-family:Inter,sans-serif}.container{width:100%;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 24px;max-width:720px}}@media(min-width:1024px){.container{padding:0 32px;max-width:1200px}}@media(min-width:1440px){.container{max-width:1400px}}@media(min-width:1920px){.container{max-width:1600px}}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px)and (max-width:1023px){.hide-tablet{display:none!important}}@media(min-width:1024px){.hide-desktop{display:none!important}}.show-mobile{display:none!important}@media(max-width:767px){.show-mobile{display:block!important}}.show-tablet{display:none!important}@media(min-width:768px)and (max-width:1023px){.show-tablet{display:block!important}}.show-desktop{display:none!important}@media(min-width:1024px){.show-desktop{display:block!important}}.grid-responsive{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:768px){.grid-responsive{gap:20px;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-responsive{gap:24px;grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.grid-responsive{grid-template-columns:repeat(4,1fr)}}.flex-responsive{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.flex-responsive{flex-direction:row;gap:20px}}@media(min-width:1024px){.flex-responsive{gap:24px}}:root{--sf-bg-page: #f8fafc;--sf-bg-surface: #ffffff;--sf-text-primary: #111827;--sf-text-muted: #6b7280;--sf-border-soft: #e5e7eb;--sf-brand: #15a36e;--sf-brand-strong: #108559;--sf-radius-lg: 16px;--sf-radius-md: 10px;--sf-shadow-sm: 0 2px 8px rgba(15, 23, 42, .05);--sf-shadow-md: 0 10px 24px rgba(15, 23, 42, .08)}.members-page,.support-page,.reviews-page,.staff-page,.trainer-profile-page,.trainer-messages-page,.trainer-payments-page,.trainer-clients-page,.merchant-products-page,.gym-profile-page,.gym-dashboard,.trainer-dashboard,.gym-payments,.gym-revenue{color:var(--sf-text-primary);font-family:Inter,sans-serif}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.g-modal{background:#fff;border-radius:var(--sf-radius-lg);box-shadow:0 20px 60px #0003;width:520px;max-width:100%;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.g-modal-sm{width:380px}.g-modal-md{width:480px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6}.modal-header h3{font-size:17px;font-weight:700;color:#111827;margin:0 0 2px}.modal-header p{font-size:13px;color:#9ca3af;margin:0}.modal-body{padding:20px 24px;overflow-y:auto;flex:1}.modal-footer{padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.close-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:6px;display:flex;align-items:center;flex-shrink:0;transition:all .15s}.close-btn:hover{background:#f3f4f6;color:#374151}.cancel-btn{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.cancel-btn:hover{background:#e5e7eb}.save-btn{background:#15a36e;border:none;color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s}.save-btn:hover{background:#108559}.primary-btn{background:#15a36e;color:#fff;padding:10px 18px;border-radius:10px;font-weight:600;font-size:13px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.primary-btn:hover{background:#108559}.primary-btn svg{font-size:18px}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:600;text-transform:capitalize}.status-badge svg{font-size:12px!important}.status-badge.open{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.status-badge.in-progress{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.status-badge.resolved,.status-badge.active{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.status-badge.inactive{background:#f3f4f6;color:#9ca3af;border:1px solid #e5e7eb}.priority-badge{display:inline-block;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:700;text-transform:uppercase}.priority-badge.high{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.priority-badge.medium{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.priority-badge.low{background:#f0fdf4;color:#059669;border:1px solid #d1fae5}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.3px}.field input,.field select,.field textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:13px;color:#374151;background:#fff;font-family:Inter,sans-serif;outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#15a36e;box-shadow:0 0 0 3px #15a36e1a}.field textarea{resize:vertical;line-height:1.6}.empty-state{text-align:center;padding:48px 24px;color:#9ca3af;font-size:14px;font-style:italic}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;border-bottom:1px solid #f3f4f6;padding-bottom:20px;flex-wrap:wrap;gap:16px}.page-header h2{font-size:26px;font-weight:800;color:#111827;margin:0 0 4px}.page-header p{color:#6b7280;font-size:14px;margin:0}.page-header button{background:linear-gradient(135deg,#15a36e,#0f8659);color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 12px #15a36e4d;white-space:nowrap}.page-header button svg{font-size:20px}.page-header button:hover{background:linear-gradient(135deg,#0f8659,#0a6f4e);transform:translateY(-2px);box-shadow:0 6px 16px #15a36e66}.page-header button:active{transform:translateY(0);box-shadow:0 2px 8px #15a36e4d}.g-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid #e5e7eb;overflow-x:auto}.g-tabs .tab{background:none;border:none;padding:10px 18px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;border-radius:6px 6px 0 0}.g-tabs .tab:hover{color:#111827;background:#f9fafb}.g-tabs .tab.active{color:#15a36e;border-bottom-color:#15a36e}.g-tabs .tab-badge{background:#ef4444;color:#fff;border-radius:50px;font-size:10px;font-weight:700;padding:1px 6px;min-width:18px;text-align:center}.g-data-table{overflow-x:auto}.g-data-table table{width:100%;border-collapse:collapse}.g-data-table th,.g-data-table td{padding:14px 20px;font-size:14px;text-align:left}.g-data-table thead{background:#f9fafb}.g-data-table thead th{font-size:12px;font-weight:600;color:var(--sf-text-muted);text-transform:uppercase;letter-spacing:.45px;border-bottom:1px solid var(--sf-border-soft);white-space:nowrap}.g-data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.g-data-table tbody tr:hover{background:#f9fafb}.g-data-table tbody tr:last-child{border-bottom:none}.g-data-table tbody td{color:#374151}.g-data-table tbody td strong{color:var(--sf-text-primary);font-weight:600}.g-ticket-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 1px 4px #0000000a}.g-ticket-card.status-open{border-left:4px solid #ef4444}.g-ticket-card.status-in-progress{border-left:4px solid #f59e0b}.g-ticket-card.status-resolved{border-left:4px solid #15a36e;opacity:.85}.g-ticket-card .ticket-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:10px}.g-ticket-card .ticket-id{display:block;font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.g-ticket-card .ticket-subject{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px}.g-ticket-card .ticket-meta,.g-ticket-card .ticket-author{font-size:12px;color:#6b7280;margin:0}.g-ticket-card .ticket-badges{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.g-ticket-card .ticket-desc{font-size:13px;color:#374151;line-height:1.7;margin:0 0 16px}.g-ticket-card .ticket-footer{display:flex;gap:8px;flex-wrap:wrap}body{font-family:Inter,sans-serif}.dark{color-scheme:dark}html,body{background-color:#030712;color:#fff;margin:0;padding:0;overflow-x:hidden;font-family:Inter,sans-serif}*{box-sizing:border-box}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.btn{padding:.5rem 1rem;border-radius:.75rem;font-weight:500;box-shadow:0 1px 3px #0000001a;transition:all .2s}.btn-primary{background-color:#10b981;color:#fff}.btn-primary:hover{background-color:#34d399}.card{background-color:#111827;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;border:1px solid #1f2937;transition:all .3s;overflow:visible}.card:hover{box-shadow:0 20px 25px -5px #0000001a}
