@charset "UTF-8";.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:64px;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:0 24px 0 1px;background:#fff;border-bottom:1px solid #e5e7eb;font-family:Inter,sans-serif}.header-left{display:flex;align-items:center;gap:16px}.menu-toggle{background:none;border:none;color:#4b5563;cursor:pointer;padding:8px;border-radius:8px}.menu-toggle:hover{background:#f3f4f6}@media(min-width:768px){.menu-toggle{display:none}}.brand{display:flex;align-items:center}.brand-logo{height:36px;width:auto;object-fit:contain}.page-meta{display:none;flex-direction:column;border-left:1px solid #e5e7eb;padding-left:16px}@media(min-width:768px){.page-meta{display:flex}}.page-title{font-size:14px;font-weight:600;color:#111827}.portal-type{font-size:12px;color:#6b7280}.header-right{display:flex;align-items:center;gap:16px}.notification-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:50%}.notification-btn:hover{background:#f3f4f6;color:#15a36e}.profile-btn{width:36px;height:36px;border-radius:50%;background:#15a36e;border:2px solid #fff;color:#fff;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.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:80px;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}}.sidebar{position:fixed;top:64px;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}.sidebar.open{transform:translate(0)}@media(min-width:768px){.sidebar{transform:translate(0)}}.sidebar.expanded{width:260px}.sidebar.collapsed{width:72px}.sidebar-nav{flex:1;padding:24px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.sidebar-nav .nav-item{display:flex;align-items:center;gap:16px;padding:12px;border-radius:12px;color:#4b5563;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;white-space:nowrap;overflow:hidden}.sidebar-nav .nav-item .icon-box{min-width:24px;display:flex;align-items:center;justify-content:center}.sidebar-nav .nav-item:hover{background:#f9fafb;color:#111827}.sidebar-nav .nav-item.active{background:#ecfdf5;color:#15a36e;font-weight:600}.sidebar-footer{padding:16px;border-top:1px solid #f3f4f6;display:flex;align-items:center;background:#fff}.sidebar-footer.expanded{justify-content:space-between}.sidebar-footer.collapsed{justify-content:center}.sidebar-footer .user-info{display:flex;align-items:center;gap:12px;overflow:hidden}.sidebar-footer .user-info .avatar{min-width:32px;height:32px;background:#e5e7eb;color:#374151;border-radius:50%;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.sidebar-footer .user-info .email{font-size:13px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.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}.sidebar-footer .logout-btn:hover{color:#ef4444;background:#fef2f2}.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-top:64px;overflow-y:auto;overflow-x:hidden;background:#fff}@media(min-width:768px){.layout-content{padding-left:72px}}.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}.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}.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:hover{background:#e5e7eb}.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:#fff;padding:32px;box-sizing:border-box;font-family:Inter,sans-serif;color:#000;animation:fadeIn .4s ease-out}.dashboard-state{height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;color:#6b7280;font-size:16px}.dashboard-state.error{color:#dc2626}.welcome{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.welcome .welcome-left h2{color:#000;font-size:28px;font-weight:800;margin-bottom:4px}.welcome .welcome-left p{color:#6b7280;font-size:15px;font-weight:500}.welcome-stats{display:flex;gap:12px}.welcome-stats .pill{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:700}.welcome-stats .pill.primary{background:#15a36e;color:#fff;box-shadow:0 4px 12px #15a36e33}.welcome-stats .pill.secondary{background:#ecfdf5;color:#15a36e;border:1px solid #15a36e}.welcome-stats .pill svg{font-size:18px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e5e7eb;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.stat-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.stat-card header h3{color:#6b7280;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-card header .icon{padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-card header .icon svg{font-size:24px}.stat-card .value{font-size:28px;font-weight:800;color:#000;margin-bottom:4px}.stat-card .label{font-size:13px;color:#9ca3af}.stat-card.success{border-left:4px solid #10b981}.stat-card.success header .icon{background:#d1fae5;color:#10b981}.stat-card.warning{border-left:4px solid #f59e0b}.stat-card.warning header .icon{background:#fef3c7;color:#f59e0b}.stat-card.info{border-left:4px solid #3b82f6}.stat-card.info header .icon{background:#dbeafe;color:#3b82f6}.stat-card.primary{border-left:4px solid #15a36e}.stat-card.primary header .icon{background:#15a36e26;color:#15a36e}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}.column{display:flex;flex-direction:column;gap:24px}.card{background:#fff;border:1px solid #e5e7eb;padding:24px;border-radius:16px;box-shadow:0 4px 12px #00000008}.card .card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.card .card-header h3{color:#111827;font-size:18px;font-weight:700}.card .card-header svg{color:#9ca3af;font-size:22px}.client-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;transition:background .2s}.client-item:hover{background:#f3f4f6}.client-item .client-info{display:flex;gap:16px;align-items:center}.client-item .client-info .avatar{width:42px;height:42px;border-radius:50%;background:#15a36e;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.client-item .client-info .details{display:flex;flex-direction:column}.client-item .client-info .details strong{color:#111827;font-size:15px}.client-item .client-info .details span{font-size:12px;color:#6b7280}.client-item .progress{display:flex;align-items:center;gap:12px;min-width:100px;justify-content:flex-end}.client-item .progress .bar{width:80px;height:6px;background:#e5e7eb;border-radius:10px;overflow:hidden}.client-item .progress .bar .fill{height:100%;background:#15a36e;border-radius:10px}.client-item .progress span{color:#374151;font-size:12px;font-weight:600;width:32px;text-align:right}.renewals{display:flex;flex-direction:column;gap:12px}.renewals li{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;padding:16px;border-radius:12px;border:1px solid #f3f4f6}.renewals li .renewal-info strong{display:block;color:#111827;font-size:15px;margin-bottom:2px}.renewals li .renewal-info span{font-size:12px;color:#ef4444;font-weight:500}.renewals li .amount{color:#15a36e;font-weight:700;font-size:16px}.empty{color:#9ca3af;font-size:14px;text-align:center;padding:24px;font-style:italic}.chart-container{height:300px;width:100%}.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)}}.members-page{padding:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif}.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 .table-wrapper{overflow-x:auto}.members-table table{width:100%;border-collapse:collapse;font-size:14px}.members-table table thead{background:#f9fafb}.members-table table thead th{padding:16px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}.members-table table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.members-table table tbody tr:last-child{border-bottom:none}.members-table table tbody tr:hover{background:#f9fafb}.members-table table tbody td{padding:16px;color:#374151;vertical-align:middle}.members-table table .state{text-align:center;padding:48px;color:#6b7280;font-size:15px}.members-table table .state.error{color:#ef4444}.members-table table .state button{margin-left:12px;padding:6px 12px;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer}.members-table table .state button:hover{background:#f3f4f6}.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}.gym-payments{padding:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif}.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 table{width:100%;border-collapse:collapse}.payments-table table th,.payments-table table td{padding:16px 24px;font-size:14px;text-align:left}.payments-table table thead{background:#f9fafb}.payments-table table thead th{font-size:12px;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}.payments-table table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.payments-table table tbody tr:hover{background:#f9fafb}.payments-table table tbody tr:last-child{border-bottom:none}.payments-table table tbody td{color:#374151}.payments-table table tbody td strong{color:#111827;font-weight:600}.payments-table table .status{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;padding:4px 10px;border-radius:50px}.payments-table table .status.paid{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.payments-table table .status.pending{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.payments-table 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}.trainer-dashboard{min-height:100vh;padding:32px;background:#fff;color:#000;font-family:Inter,sans-serif;animation:fadeIn .3s ease-in-out}.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:#fff;color:#000;font-family:Inter,sans-serif;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:#fff;color:#000;font-family:Inter,sans-serif;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:#fff;color:#000;font-family:Inter,sans-serif;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:#f9fafb;font-family:Inter,sans-serif;color:#111827;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:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}.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:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}.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:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}.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:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}.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:32px;color:#000;min-height:100vh;background:#fff;font-family:Inter,sans-serif;box-sizing:border-box}.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}
