:root{--primary-color: #1E88E5;--primary-dark-color: #0D1B2A;--secondary-color: #944844;--tertiary-color: #262626;--accent-color: #FEF3C7;--background-color: #ffffff;--surface-color: #f8f9fa;--surface-hover: #f1f3f4;--text-primary: #0D1B2A;--text-secondary: #944844;--text-tertiary: #6c757d;--text-light: #ffffff;--border-color: #e5e7eb;--border-hover: #d1d5db;--border-focus: var(--primary-color);--shadow-light: rgba(30, 136, 229, .1);--shadow-medium: rgba(30, 136, 229, .2);--shadow-dark: rgba(13, 27, 42, .15);--shadow-strong: rgba(13, 27, 42, .25);--success-color: #28a745;--warning-color: #ffc107;--error-color: #dc3545;--info-color: var(--primary-color);--success-bg: #d4edda;--warning-bg: #fff3cd;--error-bg: #f8d7da;--info-bg: #d1ecf1}@media (prefers-color-scheme: dark){:root:not(.light-theme){--background-color: #1a1a1a;--surface-color: #2a2a2a;--surface-hover: #333333;--text-primary: #ffffff;--text-secondary: #b3b3b3;--text-tertiary: #8c8c8c;--border-color: #333333;--border-hover: #444444;--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .5);--shadow-dark: rgba(0, 0, 0, .7);--shadow-strong: rgba(0, 0, 0, .9);--success-bg: rgba(40, 167, 69, .2);--warning-bg: rgba(255, 193, 7, .2);--error-bg: rgba(220, 53, 69, .2);--info-bg: rgba(30, 136, 229, .2)}}.dark-theme{--background-color: #1a1a1a;--surface-color: #2a2a2a;--surface-hover: #333333;--text-primary: #ffffff;--text-secondary: #b3b3b3;--text-tertiary: #8c8c8c;--border-color: #333333;--border-hover: #444444;--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .5);--shadow-dark: rgba(0, 0, 0, .7);--shadow-strong: rgba(0, 0, 0, .9);--success-bg: rgba(40, 167, 69, .2);--warning-bg: rgba(255, 193, 7, .2);--error-bg: rgba(220, 53, 69, .2);--info-bg: rgba(30, 136, 229, .2)}.light-theme{--background-color: #ffffff;--surface-color: #f8f9fa;--surface-hover: #f1f3f4;--text-primary: #0D1B2A;--text-secondary: #944844;--text-tertiary: #6c757d;--border-color: #e5e7eb;--border-hover: #d1d5db;--shadow-light: rgba(30, 136, 229, .1);--shadow-medium: rgba(30, 136, 229, .2);--shadow-dark: rgba(13, 27, 42, .15);--shadow-strong: rgba(13, 27, 42, .25);--success-bg: #d4edda;--warning-bg: #fff3cd;--error-bg: #f8d7da;--info-bg: #d1ecf1}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-primary);margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-primary)}button{border-radius:8px;border:2px solid transparent;padding:.6em 1.2em;font-size:.9em;font-weight:600;font-family:inherit;background:var(--primary-color);color:var(--text-light);cursor:pointer;transition:all .2s ease;letter-spacing:.05em}button:hover{background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-medium)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}input[type=text],input[type=email],input[type=password],input[type=search],input[type=date],textarea,select{color:var(--text-primary);background:var(--background-color);border:2px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s ease;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #1e88e51a}input:hover,textarea:hover,select:hover{border-color:var(--border-hover)}table{width:100%;border-collapse:collapse;font-family:inherit}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border-color)}th{background:var(--surface-color);font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--primary-color)}tr:hover{background:var(--surface-hover)}.card{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px var(--shadow-light);transition:all .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-medium)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-success{background:var(--success-bg);color:var(--success-color)}.badge-warning{background:var(--warning-bg);color:#856404}.badge-error{background:var(--error-bg);color:var(--error-color)}.badge-info{background:var(--info-bg);color:var(--info-color)}.icon-button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;padding:0}.icon-button:hover{background:var(--surface-color);color:var(--primary-color);transform:none;box-shadow:none}.icon-button.active{background:transparent;color:var(--primary-color)}.icon-button svg{width:20px!important;height:20px!important}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@media (max-width: 768px){:root{font-size:14px}button{min-height:48px;min-width:48px;padding:.75em 1.5em}input,textarea,select{min-height:48px;font-size:16px}.card{padding:1rem;border-radius:8px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width: 480px){:root{font-size:12px}.container{padding:0 .5rem}}.focus-trap{outline:none}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important}.no-print{display:none!important}}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:var(--background-color);color:var(--text-primary)}.auth-loading .loading-spinner{width:2rem;height:2rem;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}:root{--primary-color: #1E88E5;--primary-dark-color: #0D1B2A;--secondary-color: #944844;--tertiary-color: #262626;--accent-color: #FEF3C7;--error-color: #EF4444;--success-color: #10B981;--warning-color: #F59E0B;--background-color: #ffffff;--surface-color: #f8f9fa;--surface-elevated: #ffffff;--text-primary: #0D1B2A;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--text-light: #ffffff;--border-color: #e5e7eb;--border-hover: #d1d5db;--shadow-light: rgba(30, 136, 229, .1);--shadow-medium: rgba(30, 136, 229, .2);--shadow-dark: rgba(13, 27, 42, .15);font-family:Fira Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;color:var(--text-primary);background-color:var(--background-color)}:root.light-theme{--background-color: #ffffff;--surface-color: #f8f9fa;--surface-elevated: #ffffff;--text-primary: #0D1B2A;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--border-color: #e5e7eb;--border-hover: #d1d5db;color-scheme:light}:root.dark-theme{--background-color: #1a1a1a;--surface-color: #2a2a2a;--surface-elevated: #333333;--text-primary: #ffffff;--text-secondary: #D1D5DB;--text-tertiary: #9CA3AF;--border-color: #374151;--border-hover: #4B5563;color-scheme:dark}@media (prefers-color-scheme: dark){:root:not(.light-theme):not(.dark-theme){--background-color: #1a1a1a;--surface-color: #2a2a2a;--surface-elevated: #333333;--text-primary: #ffffff;--text-secondary: #D1D5DB;--text-tertiary: #9CA3AF;--border-color: #374151;--border-hover: #4B5563;color-scheme:dark}}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background-color:var(--background-color);color:var(--text-primary);font-family:inherit;font-size:1rem;line-height:1.5;transition:background-color .2s ease,color .2s ease}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .2s ease}a:hover{color:var(--primary-dark-color)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;margin:0;line-height:1.3}h1{font-size:1.875rem;line-height:1.2}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}button{border-radius:8px;border:2px solid transparent;padding:.6em 1.2em;font-size:.875rem;font-weight:600;font-family:inherit;background:var(--primary-color);color:var(--text-light);cursor:pointer;transition:all .2s ease;letter-spacing:.05em}button:hover{background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 8px 25px var(--shadow-medium)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.icon-button:focus-visible,.header-icon-btn:focus-visible,.primary-action-button:focus-visible,.icon-button-small:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}input[type=text],textarea{color:var(--text-primary);background:var(--background-color);border:1px solid var(--border-color);border-radius:8px;padding:.8em;font-family:inherit;transition:all .2s ease}input[type=text]:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.icon-button,.header-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--text-primary);padding:0}.icon-button:hover,.header-icon-btn:hover{background:var(--surface-color);color:var(--primary-color);transform:translateY(-1px)}.icon-button.active,.header-icon-btn.active{background:transparent;color:var(--primary-color)}.icon-button svg,.header-icon-btn svg{width:20px!important;height:20px!important;min-width:20px;min-height:20px}.primary-action-button{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:48px;height:48px;border:none;background:var(--primary-color);color:var(--text-light);border-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:600;padding:0 1rem;box-shadow:0 2px 8px #26a69a4d}.primary-action-button:hover{background:var(--primary-dark-color);transform:translateY(-2px);box-shadow:0 4px 16px #26a69a66}.primary-action-button svg{width:24px!important;height:24px!important;min-width:24px;min-height:24px}.icon-button-small{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--text-primary);padding:0}.icon-button-small:hover{background:var(--surface-color);color:var(--primary-color)}.icon-button-small svg{width:16px!important;height:16px!important;min-width:16px;min-height:16px}.stat-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--text-secondary);font-size:.875rem;font-weight:500}.stat-button:hover{background:var(--surface-color);color:var(--primary-color)}.stat-button svg{width:20px!important;height:20px!important;flex-shrink:0}.nav-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--text-primary);font-weight:500}.nav-button:hover{background:var(--surface-color);color:var(--primary-color);transform:translateY(-1px)}.nav-button svg{width:20px!important;height:20px!important;flex-shrink:0}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--text-primary);font-weight:500;text-decoration:none;font-family:Montserrat,sans-serif}.nav-link:hover{background:var(--surface-color);color:var(--primary-color)}.nav-link.active{background:transparent;color:var(--primary-color)}.nav-link svg{width:20px!important;height:20px!important;flex-shrink:0}@media (max-width: 768px){.nav-button,.stat-button{min-height:44px}}@media (max-width: 480px){.primary-action-button svg{width:20px!important;height:20px!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sidebar{background:var(--surface-color);border-right:1px solid var(--border-color);color:var(--text-primary);height:100vh;transition:width .3s ease,background-color .2s ease;display:flex;flex-direction:column;position:relative;z-index:100;box-shadow:1px 0 3px var(--shadow-light)}.sidebar.open{width:280px}.sidebar.closed{width:80px}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:1.5rem 1rem;overflow:visible}.sidebar-header{transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:stretch}.sidebar-logo-container{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;justify-content:flex-start;transition:all .3s ease;padding:.5rem;border-radius:8px;line-height:1}.sidebar-logo-container:hover{background:var(--surface-color)}.sidebar-header:has(.sidebar-toggle-button:hover) .sidebar-logo-container{background:transparent}.sidebar-toggle-button{position:absolute;top:.5rem;right:0rem;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.sidebar-toggle-button:hover{background:var(--surface-color);color:var(--primary-color);box-shadow:0 2px 6px var(--shadow-dark);transform:none}.sidebar-toggle-button svg{width:20px!important;height:20px!important;min-width:20px;min-height:20px}.sidebar.closed .sidebar-logo-container{justify-content:center;padding:.5rem;margin-bottom:1.5rem}.sidebar-logo-image{width:32px;height:32px;object-fit:contain;flex-shrink:0;transition:all .3s ease;display:block}.sidebar.closed .sidebar-logo-image{width:28px;height:28px}.sidebar-logo-text{font-size:1.75rem;font-weight:700;margin:0;letter-spacing:.05em;transition:all .3s ease;white-space:nowrap;line-height:1.1;display:flex;align-items:center}.sidebar.closed .sidebar-logo-text{opacity:0;width:0;overflow:hidden}.sidebar-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0 0 1rem;opacity:1;transition:all .3s ease;font-weight:400;text-align:center;letter-spacing:.1em;padding-left:.5rem;line-height:1.2}.sidebar.closed .sidebar-subtitle{opacity:0;height:0;margin:0;overflow:hidden}.sidebar-divider{height:1px;background:var(--border-color);margin:0 .5rem 1.5rem;transition:opacity .3s ease}.active-project-card{margin:0 .5rem 1rem;padding:.8rem;border:1px solid var(--border-color);border-radius:10px;background:var(--surface-elevated);display:flex;flex-direction:column;gap:.25rem}.active-project-label{color:var(--text-secondary);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.active-project-card button{margin-top:.45rem;padding:0;border:0;background:transparent;color:var(--primary-color);font:inherit;font-size:.75rem;text-align:left;cursor:pointer}.active-project-card.collapsed{align-items:center;justify-content:center;margin-inline:0;padding:.65rem;color:var(--text-light);background:var(--primary-color)}.sidebar-nav{flex:1;overflow:visible}.nav-section{margin-bottom:1.5rem}.nav-items{display:flex;flex-direction:column;gap:.125rem}.sidebar .nav-link{width:100%;justify-content:flex-start;padding:.875rem 1rem;border-radius:8px;margin-bottom:.25rem;color:var(--text-primary);background:transparent;border:none;font-size:.9rem;font-weight:500;text-align:left;position:relative;transition:all .2s ease}.sidebar.closed .nav-link{justify-content:center;padding:.875rem}.sidebar .nav-link:hover{background:var(--surface-color);color:var(--text-primary);transform:none}.sidebar .nav-link.active{background:var(--primary-color);color:var(--text-light)}.sidebar .nav-link svg{flex-shrink:0;transition:none}.nav-text{flex:1;transition:opacity .3s ease;white-space:nowrap}.sidebar.closed .nav-text{opacity:0;display:none}.nav-badge{background:var(--secondary-color);color:var(--text-light);font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:10px;min-width:18px;text-align:center;transition:opacity .3s ease}.sidebar.closed .nav-badge{opacity:0;display:none}.sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color);overflow:hidden}.user-profile-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;background:transparent;color:var(--text-primary);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.user-profile-btn:hover{background:var(--surface-color);color:var(--primary-color)}.user-profile-btn:active{background:var(--surface-color);color:var(--primary-color);transform:scale(.98)}.user-profile-btn-collapsed{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;border:none;background:transparent;color:var(--text-primary);border-radius:12px;cursor:pointer;transition:all .2s ease}.user-profile-btn-collapsed:hover{background:var(--surface-color);color:var(--primary-color)}.user-profile-btn-collapsed:active{background:var(--surface-color);color:var(--primary-color);transform:scale(.98)}.user-avatar-sidebar{width:40px;height:40px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;color:var(--text-light);flex-shrink:0}.user-info{flex:1;overflow:hidden}.user-details{flex:1;overflow:hidden;transition:opacity .3s ease}.sidebar.closed .user-details{opacity:0;display:none}.user-name{font-weight:600;font-size:.9rem;margin:0;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.75rem;color:var(--text-secondary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.sidebar.open{width:100%;position:fixed;top:0;left:0;z-index:1000}.sidebar.closed{width:0;overflow:hidden}.sidebar-content{padding:1rem}.nav-item{padding:1rem;font-size:1rem}.user-avatar{width:48px;height:48px;font-size:1rem}}@media (max-width: 480px){.sidebar-header{margin-bottom:1.5rem}.sidebar-logo{font-size:1.5rem}.nav-item{padding:1.2rem 1rem;border-radius:8px}}@media (prefers-reduced-motion: reduce){.sidebar,.nav-item,.user-info{transition:none}.nav-item:hover{transform:none}}.nav-item:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.user-profile-btn:focus-visible,.user-profile-btn-collapsed:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.user-email{font-size:.75rem!important;color:var(--text-tertiary)!important;opacity:.8;margin:0}.user-profile-section{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.logout-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--text-secondary);border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.logout-button:hover{background:var(--error-bg);color:var(--error-color)}.logout-button:disabled{cursor:not-allowed;opacity:.6}.logout-button-collapsed{display:flex;align-items:center;justify-content:center;width:100%;height:36px;border:none;background:transparent;color:var(--text-secondary);border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:.5rem;padding:0}.logout-button-collapsed:hover{background:var(--error-bg);color:var(--error-color)}.logout-button-collapsed:disabled{cursor:not-allowed;opacity:.6}.sidebar-footer-collapsed{display:flex;flex-direction:column;align-items:center;gap:.5rem}.loading-spinner-small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin-small 1s linear infinite}@keyframes spin-small{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-footer .user-details{display:flex;align-items:center;gap:.5rem;width:100%;flex:none;overflow:visible}.app-layout{display:flex;height:100vh;overflow:hidden;background:var(--surface-color)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;opacity:0;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;position:relative}.floating-sidebar-toggle{position:fixed;top:1.5rem;left:80px;z-index:100;width:28px;height:28px;border:none;border-radius:0 6px 6px 0;background:var(--surface-color);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0;box-shadow:2px 0 8px var(--shadow-dark);border:1px solid var(--border-color);border-left:none}.floating-sidebar-toggle:hover{background:var(--primary-color);color:#fff;transform:translate(2px);box-shadow:3px 0 12px var(--shadow-dark)}.floating-sidebar-toggle:active{transform:translate(1px)}.floating-sidebar-toggle svg{width:16px!important;height:16px!important;min-width:16px;min-height:16px}.content-area{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--background-color);position:relative}.content-container{padding:2rem;max-width:100%;background:var(--background-color);min-height:100vh;transition:background-color .2s ease}@media (max-width: 768px){.mobile-overlay{display:block}.content-container{padding:1.5rem 1rem;min-height:100vh}.floating-sidebar-toggle{top:1rem;left:56px;width:28px;height:28px;border-radius:0 6px 6px 0}}@media (max-width: 480px){.content-container{padding:1rem;min-height:100vh}.floating-sidebar-toggle{top:.75rem;left:52px;width:24px;height:24px;border-radius:0 4px 4px 0}.floating-sidebar-toggle svg{width:12px!important;height:12px!important;min-width:12px;min-height:12px}}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-track{background:var(--surface-color)}.content-area::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.content-area::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.content-area{scrollbar-width:thin;scrollbar-color:var(--border-color) var(--surface-color)}@media (prefers-contrast: high){.content-area::-webkit-scrollbar-thumb{background:var(--text-primary)}.mobile-overlay{background:#000c;-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-color-scheme: dark){.mobile-overlay{background:#000000b3}.content-area::-webkit-scrollbar-track{background:var(--surface-color)}.content-area::-webkit-scrollbar-thumb{background:var(--border-color)}.content-area::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}}@media print{.app-layout{height:auto;overflow:visible}.main-content,.content-area{overflow:visible}.content-container{padding:0;min-height:auto}}@media (prefers-reduced-motion: reduce){.mobile-overlay{animation:none}.content-area{scroll-behavior:auto}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:8px;border:2px solid transparent;font-family:inherit;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;text-decoration:none;position:relative;overflow:hidden}.btn:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.btn-primary{background:var(--primary-color);color:var(--text-light);border-color:var(--primary-color)}.btn-primary:hover:not(.btn-disabled){background:var(--primary-dark-color);border-color:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-medium)}.btn-secondary{background:var(--secondary-color);color:var(--text-light);border-color:var(--secondary-color)}.btn-secondary:hover:not(.btn-disabled){background:#7a3a3a;border-color:#7a3a3a;transform:translateY(-1px);box-shadow:0 4px 12px #9448444d}.btn-tertiary{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn-tertiary:hover:not(.btn-disabled){background:var(--primary-color);color:var(--text-light);transform:translateY(-1px)}.btn-danger{background:var(--error-color);color:var(--text-light);border-color:var(--error-color)}.btn-danger:hover:not(.btn-disabled){background:#c82333;border-color:#c82333;transform:translateY(-1px);box-shadow:0 4px 12px #dc35454d}.btn-sm{padding:.4em .8em;font-size:.8rem;min-height:32px}.btn-md{padding:.6em 1.2em;font-size:.9rem;min-height:40px}.btn-lg{padding:.8em 1.6em;font-size:1rem;min-height:48px}.btn-disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-disabled:hover{transform:none!important;box-shadow:none!important}.btn-icon{flex-shrink:0}.btn-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.btn{min-height:48px;min-width:48px}.btn-sm{min-height:44px;padding:.6em 1em}.btn-md{min-height:48px;padding:.75em 1.5em}.btn-lg{min-height:52px;padding:.9em 1.8em}}@media (prefers-color-scheme: dark){.btn-tertiary{background:transparent;border-color:var(--primary-color);color:var(--primary-color)}.btn-tertiary:hover:not(.btn-disabled){background:#1e88e51a;color:var(--primary-color)}}.stat-card{background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:20px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.stat-card:hover{box-shadow:0 8px 25px -5px #0000001a,0 4px 6px -2px #0000000d;border-color:var(--primary-color)}.stat-card-content{display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:1;gap:1rem}.stat-card-info{flex:1;min-width:0}.stat-card-title{color:var(--text-secondary);font-size:.875rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.stat-card-value{font-size:2.25rem;font-weight:800;line-height:1.1;margin:0;letter-spacing:-.02em}.stat-card-icon-container{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;position:relative;overflow:hidden}.stat-card-icon-container:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.3),transparent);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.stat-card:hover .stat-card-icon-container{transform:scale(1.05)}.stat-card-icon{transition:all .3s ease;position:relative;z-index:1}@media (max-width: 768px){.stat-card{padding:1.25rem;border-radius:16px}.stat-card-content{gap:.75rem}.stat-card-value{font-size:2rem}.stat-card-icon-container{width:52px;height:52px}.stat-card-icon-container .stat-card-icon{width:24px!important;height:24px!important}}@media (max-width: 480px){.stat-card{padding:1rem;border-radius:12px}.stat-card-content{flex-direction:column;align-items:stretch;gap:.75rem}.stat-card-value{font-size:1.75rem}.stat-card-title{font-size:.8rem;margin-bottom:.375rem}.stat-card-icon-container{width:48px;height:48px;align-self:flex-end}}@media (prefers-color-scheme: dark){.stat-card:hover{border-color:var(--primary-color)}}.search-input-container{position:relative;display:flex;align-items:center;width:100%;max-width:400px}.search-input-icon{position:absolute;left:.75rem;color:var(--text-tertiary);transition:color .2s ease;z-index:1;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem!important;border:2px solid var(--border-color);border-radius:8px;background:var(--background-color);color:var(--text-primary);font-family:inherit;font-size:.9rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #1e88e51a}.search-input-container:focus-within .search-input-icon{color:var(--primary-color)}.search-input:hover{border-color:var(--border-hover)}.search-input::placeholder{color:var(--text-tertiary);opacity:.7}@media (prefers-color-scheme: dark){.search-input::placeholder{color:var(--text-tertiary);opacity:.8}}@media (max-width: 768px){.search-input{min-height:48px;font-size:16px;padding:.875rem 1rem .875rem 2.875rem}.search-input-icon{left:1rem}}.table-container{background:var(--background-color);border:1px solid var(--border-color);overflow:hidden;position:relative;font-family:Inter,sans-serif}.table-wrapper{overflow-x:auto;min-height:200px;position:relative;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.table-wrapper.infinite-scroll{max-height:70vh;overflow-y:auto}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:var(--surface-color)}.table-wrapper::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.data-table{width:100%;border-collapse:collapse;font-family:inherit;background:var(--background-color);min-width:600px}.table-header{background:var(--surface-color);color:var(--text-primary);font-weight:600;font-size:.875rem;text-align:left;padding:.75rem 1rem;border-bottom:2px solid var(--primary-color);white-space:nowrap;-webkit-user-select:none;user-select:none;position:sticky;top:0;z-index:20;letter-spacing:.025em;text-transform:uppercase;font-size:.75rem;box-shadow:0 1px 0 var(--border-color)}.table-header.row-number-header{text-align:center;width:60px;min-width:60px;padding:.75rem .5rem}.table-header.sortable{cursor:pointer;transition:all .2s ease}.table-header.sortable:hover,.table-header.actions.sortable:hover{background:var(--surface-hover);color:var(--primary-color)}.table-header.sortable:focus{outline:2px solid var(--primary-color);outline-offset:-2px}.table-header.actions{position:sticky;top:0;right:0;z-index:30;background:var(--surface-color);box-shadow:-1px 0 0 var(--border-color),0 1px 0 var(--border-color)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sort-icon{color:var(--primary-color);transition:all .2s ease;opacity:.7}.table-header.sortable:hover .sort-icon{opacity:1;transform:scale(1.1)}.table-row{border-bottom:1px solid var(--border-color);transition:all .2s ease;background:var(--surface-hover)}.table-row:hover{background:var(--surface-hover)}.table-row.clickable{cursor:pointer}.table-row.clickable:hover{background:var(--surface-hover)}.table-row.clickable:focus{outline:2px solid var(--primary-color);outline-offset:-2px}.table-cell{padding:.75rem 1rem;color:var(--text-primary);vertical-align:middle;background:var(--background-color);border-bottom:1px solid var(--border-color);font-size:.875rem;line-height:1.5;position:relative}.table-cell.row-number-cell{text-align:center;padding:.75rem .5rem;font-weight:500;color:var(--text-secondary);background:var(--surface-color);width:60px;min-width:60px}.table-cell.actions{position:sticky;right:0;z-index:5;background:var(--background-color);min-width:120px}.table-row:hover .table-cell,.table-row.clickable:hover .table-cell{background:var(--surface-hover)}.table-row:last-child .table-cell{border-bottom:none}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--background-color)}.loading-spinner{width:48px;height:48px;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.table-loading p{color:var(--text-secondary);margin:0;font-size:.95rem;font-weight:500;letter-spacing:.025em}.empty-state{padding:4rem 2rem;text-align:center;border:none!important;background:var(--background-color)}.empty-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-content p{color:var(--text-secondary);font-size:.95rem;margin:0;font-weight:500;letter-spacing:.025em}.empty-content:before{content:"📊";font-size:3rem;opacity:.3}.status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.025em;border:1px solid transparent;transition:all .2s ease}.status-badge.active{background:var(--success-bg);color:var(--success-color);border-color:#28a7454d}.status-badge.inactive{background:var(--error-bg);color:var(--error-color);border-color:#dc35454d}.status-badge.pending{background:var(--warning-bg);color:#856404;border-color:#ffc1074d}.status-badge.delivered{background:var(--success-bg);color:var(--success-color);border-color:#28a7454d}.status-badge.sent{background:var(--info-bg);color:var(--info-color);border-color:#1e88e54d}.status-badge.failed{background:var(--error-bg);color:var(--error-color);border-color:#dc35454d}.table-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.action-btn{padding:.5rem .875rem;border-radius:4px;border:none;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.375rem;letter-spacing:.025em;min-height:36px;white-space:nowrap}.action-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.action-btn-primary{background:var(--primary-color);color:var(--text-light)}.action-btn-primary:hover{background:var(--primary-dark-color)}.action-btn-secondary{background:var(--secondary-color);color:var(--text-light)}.action-btn-secondary:hover{background:#7a3a3a}.action-btn-tertiary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.action-btn-tertiary:hover{background:var(--surface-hover);color:var(--primary-color);border-color:var(--primary-color)}@media (max-width: 768px){.table-container{margin:0 .5rem}.table-header,.table-cell{padding:.625rem .75rem;font-size:.8rem}.table-header{font-size:.7rem;padding:.625rem .75rem}.table-loading,.empty-state{padding:3rem 1.5rem}.action-btn{padding:.375rem .625rem;font-size:.75rem;min-height:32px}.status-badge{font-size:.7rem;padding:.25rem .625rem}.table-actions{gap:.375rem}.data-table{min-width:500px}}@media (max-width: 480px){.table-container{margin:0 .25rem}.table-header,.table-cell{padding:.5rem;font-size:.75rem}.table-header{font-size:.65rem;padding:.5rem}.header-content{flex-direction:column;gap:.25rem;align-items:flex-start}.action-btn{padding:.25rem .5rem;font-size:.7rem;min-height:28px}.table-actions{flex-direction:column;gap:.25rem;width:100%}.action-btn{width:100%;justify-content:center}.data-table{min-width:400px}.table-cell.actions{min-width:100px}}@media (prefers-color-scheme: dark){.table-container{border-color:var(--border-color)}}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--surface-color);border-top:1px solid var(--border-color);font-size:.875rem;color:var(--text-secondary);gap:1rem;flex-wrap:wrap}.pagination-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.page-size-selector{display:flex;align-items:center;gap:.5rem}.page-size-selector select{padding:.25rem .5rem;border:1px solid var(--border-color);border-radius:4px;background:var(--background-color);color:var(--text-primary);font-size:.875rem;cursor:pointer}.page-size-selector select:hover{border-color:var(--border-hover)}.page-size-selector select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-alpha)}.pagination-controls{display:flex;align-items:center;gap:.5rem}.page-numbers{display:flex;gap:.25rem}.page-number{padding:.5rem .75rem;border:1px solid var(--border-color);background:var(--background-color);color:var(--text-primary);cursor:pointer;border-radius:4px;font-size:.875rem;transition:all .2s ease;min-width:2.5rem;text-align:center}.page-number:hover{background:var(--surface-color);border-color:var(--border-hover)}.page-number.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-number:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.table-pagination{flex-direction:column;align-items:stretch;gap:.75rem}.pagination-info,.pagination-controls,.page-numbers,.page-size-selector{justify-content:center}}.infinite-scroll-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;background:var(--surface-color);border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.875rem}.infinite-scroll-loading .loading-spinner{width:20px;height:20px;border:2px solid var(--border-color);border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.infinite-scroll-status{display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--surface-color);border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.875rem;font-style:italic}@media (prefers-reduced-motion: reduce){.table-row,.table-header.sortable,.action-btn,.loading-spinner{animation:none;transition:none}}@media (prefers-contrast: high){.table-container{border-width:2px}.table-header{border-bottom-width:3px}.table-cell{border-bottom-width:1px}.action-btn{border:2px solid currentColor}.status-badge{border-width:2px}}.timeline{position:relative}.timeline-empty{text-align:center;padding:3rem;color:var(--text-secondary)}.timeline-item{display:flex;gap:.75rem;margin-bottom:1rem;position:relative}.timeline-item:not(.timeline-item-last):after{content:"";position:absolute;left:1rem;top:2.25rem;bottom:-1rem;width:2px;background:var(--border-color)}.timeline-marker{flex-shrink:0;position:relative;z-index:1}.timeline-dot{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;border:2px solid var(--background-color);box-shadow:0 2px 8px var(--shadow-light);color:#fff}.timeline-dot.event-user{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.timeline-dot.event-business{background:linear-gradient(135deg,var(--primary-color),#0d47a1)}.timeline-dot.event-update{background:linear-gradient(135deg,#f59e0b,#d97706)}.timeline-dot.event-sms{background:linear-gradient(135deg,#10b981,#059669)}.timeline-dot.event-login{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.timeline-dot.event-export,.timeline-dot.event-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.timeline-dot.event-process{background:linear-gradient(135deg,#06b6d4,#0891b2)}.timeline-dot.event-role{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.timeline-dot.event-default{background:linear-gradient(135deg,var(--tertiary-color),#374151)}.timeline-content{flex:1;background:var(--background-color);border:1px solid var(--border-color);border-radius:8px;padding:.75rem;transition:all .2s ease}.timeline-content:hover{box-shadow:0 4px 12px var(--shadow-light);transform:translateY(-1px)}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem}.timeline-badge .badge{padding:.125rem .375rem;border-radius:3px;font-size:.75rem;font-weight:600;color:#fff}.badge.event-user{background:#3b82f6}.badge.event-business{background:var(--primary-color)}.badge.event-update{background:#f59e0b}.badge.event-sms{background:#10b981}.badge.event-login{background:#8b5cf6}.badge.event-export,.badge.event-danger{background:#ef4444}.badge.event-process{background:#06b6d4}.badge.event-role{background:#8b5cf6}.badge.event-default{background:var(--tertiary-color)}.timeline-timestamp{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;margin-top:.125rem}.timeline-timestamp .date{font-size:.875rem;color:var(--text-primary);font-weight:500}.timeline-timestamp .time{font-size:.75rem;color:var(--text-secondary)}.timeline-body{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.timeline-content-left{flex:1;display:flex;flex-direction:column;gap:.5rem}.timeline-content-right{flex-shrink:0}.timeline-description{color:var(--text-primary);font-size:.9rem;line-height:1.5;margin:0}.timeline-metadata{display:flex;gap:1rem;flex-wrap:wrap}.metadata-item{font-size:.75rem;color:var(--text-secondary);background:var(--surface-color);padding:.125rem .375rem;border-radius:3px;border:1px solid var(--border-color)}.timeline-compact .timeline-item{margin-bottom:.75rem}.timeline-compact .timeline-dot{width:1.75rem;height:1.75rem;font-size:.75rem}.timeline-compact .timeline-item:not(.timeline-item-last):after{left:.875rem;top:2rem}.timeline-compact .timeline-content{padding:.5rem}.timeline-compact .timeline-header{margin-bottom:.125rem}.timeline-compact .timeline-description{font-size:.875rem}@media (max-width: 768px){.timeline-item{gap:.75rem}.timeline-dot{width:2rem;height:2rem;font-size:.875rem}.timeline-item:not(.timeline-item-last):after{left:1rem}.timeline-content{padding:1rem}.timeline-header{flex-direction:column;gap:.75rem}.timeline-timestamp{align-items:flex-start}.timeline-metadata{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.timeline-compact .timeline-dot{width:1.75rem;height:1.75rem}.timeline-compact .timeline-item:not(.timeline-item-last):after{left:.875rem}}.image-with-fallback{display:block;object-fit:cover}.image-fallback{display:flex;align-items:center;justify-content:center;background:var(--border-color);position:relative;overflow:hidden;flex-shrink:0}.image-fallback.avatar{border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.image-fallback.logo{border-radius:8px;background:linear-gradient(135deg,#64748b,#475569)}.image-fallback.loading{background:var(--border-color)}.fallback-text{font-weight:600;color:#fff;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.3);-webkit-user-select:none;user-select:none}.loading-spinner{width:16px;height:16px;border:2px solid var(--text-secondary);border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.skeleton-loader{width:100%;height:100%;background:linear-gradient(90deg,var(--border-color) 25%,rgba(255,255,255,.1) 50%,var(--border-color) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;position:relative;overflow:hidden}.skeleton-loader.avatar{border-radius:50%}.skeleton-loader.logo{border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.image-fallback.small{width:32px;height:32px}.image-fallback.medium{width:40px;height:40px}.image-fallback.large{width:48px;height:48px}.user-avatar,.business-logo{width:40px;height:40px;border:2px solid var(--border-color)}.user-avatar{border-radius:50%}.business-logo{border-radius:8px}.profile{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;font-family:Inter,sans-serif}.profile-header{display:flex;align-items:flex-start;gap:2rem;padding:2rem;background:linear-gradient(135deg,var(--surface-color) 0%,var(--background-color) 100%);border-bottom:1px solid var(--border-color)}.profile-image-section{flex-shrink:0}.profile-image{width:120px;height:120px;border-radius:12px;border:3px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease}.profile-image:hover{transform:scale(1.02);box-shadow:0 8px 25px #0000001a}.profile-info-section{flex:1;min-width:0}.profile-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.2;word-wrap:break-word}.profile-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0;font-weight:500}.profile-actions-section{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.profile-action-button{min-width:140px;justify-content:flex-start;gap:.5rem}.profile-content{padding:2rem}.profile-fields{display:flex;flex-direction:column;gap:0}.profile-field{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--background-color);border-bottom:1px solid var(--border-color);transition:background-color .2s ease;min-height:60px}.profile-field:first-child{border-top:1px solid var(--border-color)}.profile-field:hover{background:var(--surface-hover)}.profile-field.important{background:var(--primary-color-alpha);border-left:4px solid var(--primary-color)}.profile-field.important .profile-field-label{color:var(--primary-color);font-weight:600}.profile-field-label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;min-width:150px}.profile-field-value{font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.5;word-wrap:break-word;text-align:right;flex:1}.profile-field-value .status-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem}@media (max-width: 768px){.profile-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.profile-info-section{text-align:center}.profile-actions-section{flex-direction:row;justify-content:center;flex-wrap:wrap}.profile-action-button{min-width:auto}.profile-fields{grid-template-columns:1fr;gap:1rem}.profile-field{padding:1rem}.profile-content{padding:1.5rem}}@media (max-width: 480px){.profile-header{padding:1.5rem}.profile-image{width:100px;height:100px}.profile-title{font-size:1.5rem}.profile-subtitle{font-size:1rem}.profile-actions-section{flex-direction:column;width:100%}.profile-action-button{width:100%}}@media (prefers-color-scheme: dark){.profile-field:hover{box-shadow:0 2px 8px #ffffff0d}}@media (prefers-contrast: high){.profile,.profile-field{border-width:2px}.profile-image{border-width:4px}}@media (prefers-reduced-motion: reduce){.profile-image,.profile-field{transition:none}.profile-image:hover,.profile-field:hover{transform:none}}.sms-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sms-modal{background:var(--surface-color);border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;animation:slideIn .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sms-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,var(--surface-color) 0%,var(--background-color) 100%);border-radius:16px 16px 0 0}.sms-modal-title{display:flex;align-items:center;gap:.75rem;color:var(--primary-color)}.sms-modal-title h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.sms-modal-close{padding:.5rem;min-width:auto}.sms-modal-content{padding:2rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.sms-recipient-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;position:relative}.recipient-avatar{width:48px;height:48px;background:var(--primary-color-alpha);border:2px solid var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0}.recipient-details{flex:1;min-width:0}.recipient-name{font-weight:600;color:var(--text-primary);font-size:1rem;margin-bottom:.25rem}.phone-warning{display:flex;align-items:center;gap:.5rem;color:var(--danger-color);font-size:.875rem;padding:.5rem;background:var(--danger-color-alpha);border-radius:8px;position:absolute;top:-.5rem;right:-.5rem;box-shadow:0 2px 8px #dc262633}.sms-message-composition{display:flex;flex-direction:column;gap:.75rem}.sms-message-label{font-weight:600;color:var(--text-primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.sms-message-textarea{width:100%;min-height:100px;padding:1rem;border:2px solid var(--border-color);border-radius:12px;font-family:inherit;font-size:1rem;line-height:1.5;color:var(--text-primary);background:var(--background-color);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.sms-message-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-alpha)}.sms-message-textarea.over-limit{border-color:var(--danger-color);background:var(--danger-color-alpha)}.sms-message-textarea.over-limit:focus{border-color:var(--danger-color);box-shadow:0 0 0 3px #dc26261a}.sms-message-textarea:disabled{opacity:.6;cursor:not-allowed}.sms-message-stats{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.character-count{color:var(--text-secondary);font-weight:500}.character-count.over-limit{color:var(--danger-color);font-weight:600}.limit-warning{display:flex;align-items:center;gap:.5rem;color:var(--danger-color);font-weight:500}.sms-error-message,.sms-success-message{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;font-weight:500;animation:slideIn .3s ease-out}.sms-error-message{background:var(--danger-color-alpha);color:var(--danger-color);border:1px solid var(--danger-color)}.sms-success-message{background:var(--success-color-alpha);color:var(--success-color);border:1px solid var(--success-color)}.sms-modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--border-color);background:var(--surface-color);border-radius:0 0 16px 16px}.sms-modal-footer .button{min-width:100px}@media (max-width: 640px){.sms-modal{margin:.5rem;max-width:none;max-height:calc(100vh - 1rem)}.sms-modal-header,.sms-modal-content,.sms-modal-footer{padding-left:1.5rem;padding-right:1.5rem}.sms-recipient-info{flex-direction:column;align-items:flex-start;gap:.75rem}.recipient-avatar{width:40px;height:40px}.phone-warning{position:static;margin-top:.5rem}.sms-modal-footer{flex-direction:column}.sms-modal-footer .button{width:100%}}@media (max-width: 480px){.sms-modal-title h2{font-size:1.125rem}.sms-message-textarea{font-size:.875rem;min-height:80px}}.dashboard{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.dashboard-title{color:var(--text-primary);font-size:2.75rem;font-weight:800;margin:0;letter-spacing:-.025em;background:linear-gradient(135deg,var(--text-primary),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.dashboard-project-label{margin:.5rem 0 0;color:var(--text-secondary);font-size:.95rem}@media (max-width: 640px){.dashboard-header{flex-direction:column}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem;margin-bottom:3rem}.chart-card{background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:20px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.chart-card:hover{border-color:var(--primary-color);transform:none}.industry-chart,.country-chart{background:var(--surface-elevated)}.chart-title{color:var(--text-primary);font-size:1.375rem;font-weight:700;margin:0 0 2rem;text-align:center;letter-spacing:-.01em;position:relative;z-index:1}.chart-container{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.industry-chart .chart-container,.country-chart .chart-container{height:300px}.custom-tooltip{background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:12px;padding:12px 16px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.recharts-tooltip-wrapper{outline:none}.recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--surface-elevated)!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001f!important}.recharts-tooltip-wrapper .recharts-tooltip-content{background:var(--surface-elevated)!important;border:1px solid var(--border-color)!important;border-radius:12px!important}.recharts-tooltip-wrapper .recharts-tooltip-content:before,.recharts-tooltip-wrapper .recharts-tooltip-content:after{border-color:transparent var(--surface-elevated) transparent transparent!important}.recharts-tooltip-wrapper[style] .recharts-default-tooltip:before{border-right-color:var(--surface-elevated)!important;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.recharts-tooltip-wrapper[style] .recharts-default-tooltip:after{border-right-color:var(--border-color)!important;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.recharts-tooltip-wrapper *{--tooltip-arrow-color: var(--surface-elevated)}.recharts-tooltip-wrapper svg path,.recharts-tooltip-wrapper polygon{fill:var(--surface-elevated)!important;stroke:var(--border-color)!important}.tooltip-label{color:var(--text-primary);font-size:14px;font-weight:600;margin:0 0 4px}.tooltip-value{color:var(--text-secondary);font-size:13px;margin:0}.tooltip-number{color:var(--primary-color);font-weight:700}.recharts-bar-rectangle:hover,.recharts-active-bar{filter:brightness(1.1)}.recharts-tooltip-cursor{fill:transparent!important}.chart-legend{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding:16px;background:#f8f9fa80;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(229,231,235,.5)}.chart-legend.horizontal{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:16px}.chart-legend-below{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;margin-top:20px;padding:16px;background:var(--surface-color);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent}.chart-legend-below::-webkit-scrollbar{height:6px}.chart-legend-below::-webkit-scrollbar-track{background:transparent}.chart-legend-below::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.chart-legend-below::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.legend-item{display:flex;align-items:center;gap:8px;transition:all .2s ease;flex-shrink:0;min-width:fit-content}.legend-item:hover{transform:translateY(-1px)}.legend-color{width:12px;height:12px;border-radius:50%;box-shadow:0 2px 4px #0000001a}.legend-text{color:var(--text-primary);font-size:13px;font-weight:500;flex:1}.legend-value{color:var(--text-secondary);font-size:12px;font-weight:600;background:var(--surface-elevated);padding:2px 8px;border-radius:8px;min-width:24px;text-align:center}.activity-section{background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:24px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.activity-section:hover{box-shadow:0 8px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color);gap:1rem}.section-header-content{flex:1}.section-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em;line-height:1.2}.section-subtitle{color:var(--text-secondary);font-size:.875rem;margin:0;font-weight:400;line-height:1.4}.view-all-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color);border:none;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:.75rem 1.25rem;border-radius:12px;box-shadow:0 2px 4px #1e88e533;white-space:nowrap}.view-all-btn:hover{background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 8px #1e88e54d}.view-all-btn svg{transition:transform .2s ease}.view-all-btn:hover svg{transform:translate(2px)}.activity-grid{display:grid;gap:.5rem}.activity-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;padding:.625rem;transition:all .2s ease;position:relative}.activity-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f;border-color:var(--primary-color)}.activity-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.activity-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon.user-registration{background:var(--success-color);color:#fff}.activity-icon.business-created{background:var(--info-color);color:#fff}.activity-icon.sms-sent{background:#f59e0b;color:#fff}.activity-icon.login{background:var(--secondary-color);color:#fff}.activity-icon.data-export{background:var(--error-color);color:#fff}.activity-info{flex:1;min-width:0}.activity-title{font-size:.8rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.1}.activity-time{font-size:.7rem;color:var(--text-tertiary);margin-top:.05rem}.activity-description{color:var(--text-secondary);font-size:.75rem;line-height:1.3;margin:0}@media (max-width: 1200px){.charts-grid{grid-template-columns:1fr;gap:2rem}.chart-card{min-width:0}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.dashboard{padding:0 .75rem}.dashboard-title{font-size:2.25rem;margin-bottom:2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.charts-grid{gap:2rem;margin-bottom:2.5rem}.chart-card{padding:1.5rem;border-radius:16px}.chart-container{height:250px}.chart-legend-below{gap:12px;padding:12px}.legend-item{gap:6px}.legend-text{font-size:12px}.legend-value{font-size:11px;padding:1px 6px}.activity-section{padding:1.5rem;border-radius:16px}.section-header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.view-all-btn{align-self:flex-start;padding:.5rem 1rem;font-size:.8rem}.activity-grid{gap:.375rem}.activity-card{padding:.625rem}.activity-icon{width:20px;height:20px}}@media (max-width: 480px){.dashboard{padding:0 .5rem}.dashboard-title{font-size:2rem;margin-bottom:1.5rem}.stats-grid{gap:1.25rem}.chart-legend-below{gap:8px;padding:8px}.legend-text{font-size:11px}.legend-value{font-size:10px;padding:1px 4px}.charts-grid{gap:1.5rem}.chart-container{height:220px}.chart-card{padding:1.25rem;border-radius:12px}.activity-section{padding:1.5rem;border-radius:16px}.section-title{font-size:1.25rem}.section-subtitle{font-size:.8rem}.activity-card{padding:1rem}.activity-icon{width:36px;height:36px}.activity-description{font-size:.8rem}}@media (prefers-color-scheme: dark){.activity-item:hover{border-color:var(--primary-color)}.legend-value{background:var(--surface-elevated)}}@media print{.dashboard{max-width:none}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;page-break-inside:avoid}.charts-grid{grid-template-columns:1fr;page-break-inside:avoid}.chart-card,.activity-section{box-shadow:none;border:2px solid var(--border-color);page-break-inside:avoid}.view-all-btn{display:none}}@media (prefers-reduced-motion: reduce){.dashboard,.chart-card,.activity-item,.view-all-btn{animation:none;transition:none}.activity-item:hover{transform:none}.chart-card:before{display:none}}.appearance-settings{display:flex;flex-direction:column;gap:2rem}.theme-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.theme-option{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--surface-color);border:2px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.theme-option:hover{border-color:var(--border-hover);background:var(--surface-color);transform:none;box-shadow:none}.theme-option-icon{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--background-color);border-radius:8px;color:var(--text-secondary);transition:all .2s ease}.theme-option.selected .theme-option-icon{color:var(--primary-color)}.selected-indicator{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--background-color)}.theme-option-content{display:flex;flex-direction:column;gap:.25rem}.theme-option-label{font-weight:600;color:var(--text-primary);font-size:1rem}.theme-option-description{font-size:.875rem;color:var(--text-secondary)}@media (max-width: 768px){.theme-options{grid-template-columns:1fr}.theme-option{padding:1rem}.theme-option-icon{width:40px;height:40px}}.settings-page{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.settings-content{display:flex;flex-direction:column;gap:3rem}.settings-section{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.settings-section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.section-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.section-title h2{color:var(--text-primary);font-size:1.5rem;margin:0}.section-title svg{color:var(--primary-color)}.settings-section-header p{color:var(--text-secondary);margin:0;font-size:.9rem}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:var(--text-primary);font-weight:600;font-size:.875rem}.form-group input,.form-group select{padding:.875rem;border:1px solid var(--border-color);border-radius:8px;background:var(--background-color);color:var(--text-primary);font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.display-field{padding:.875rem;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color);color:var(--text-primary);font-size:1rem;opacity:.8}.save-button{background:var(--primary-color);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start;margin-top:1rem}.save-button:hover{background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-medium)}@media (max-width: 768px){.settings-page{padding:1rem}.settings-section{padding:1.5rem}.section-title{flex-direction:column;align-items:flex-start;gap:.5rem}.settings-content{gap:2rem}}.users-page{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.users-controls{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.users-content .actions-group .export-button.btn.btn-primary{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;text-align:center}.users-content .actions-group .export-button.btn.btn-primary svg{flex-shrink:0;display:inline-block;vertical-align:middle;margin-right:.5rem}.users-table-container{margin-bottom:2rem;overflow-x:auto}.user-avatar-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.user-info{display:flex;flex-direction:column;gap:.125rem}.user-name{font-weight:600;color:var(--text-primary);font-size:.9rem}.user-username{font-size:.8rem;color:var(--text-secondary)}.business-cell{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.business-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:var(--background-secondary);border-radius:8px;border:1px solid var(--border-color)}.business-name{font-weight:500;color:var(--text-primary);font-size:.9rem}.business-role{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:8px;text-align:center;width:fit-content}.business-role.owner,.business-role.admin{background:#22c55e1a;color:#16a34a}.business-role.member,.business-role.manager{background:#3b82f61a;color:#2563eb}.business-separator{color:var(--text-secondary);text-align:center;margin:.25rem 0}.no-business{color:var(--text-secondary);font-style:italic;font-size:.875rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center}.status-inactive{color:#6b7280}.users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem}@media (max-width: 768px){.users-page{padding:1rem}.users-content{padding:1.5rem}.users-controls{flex-direction:column;align-items:stretch}.filter-section{justify-content:stretch}.filter-select{flex:1}.users-stats{grid-template-columns:1fr;gap:1rem}.action-buttons{flex-direction:column}}@media (max-width: 480px){.users-stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1rem}.stat-value{font-size:1.5rem}}.businesses-page{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.businesses-controls{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.controls-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.controls-row.primary,.controls-row.secondary{justify-content:space-between}.search-section{flex:1;min-width:320px}.filter-section{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filters-group{display:flex;gap:1rem;align-items:center}.actions-group{display:flex;gap:.75rem;align-items:center}.filter-select{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--background-color);color:var(--text-primary);font-size:.9rem;min-width:140px;font-weight:500;transition:all .2s ease}.filter-select:hover{border-color:var(--primary-color)}.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.businesses-content .actions-group .export-button.btn.btn-primary{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;text-align:center}.businesses-content .actions-group .export-button.btn.btn-primary svg{flex-shrink:0;display:inline-block;vertical-align:middle;margin-right:.5rem}.clear-filters-button{padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--background-color);color:var(--text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.clear-filters-button:hover{border-color:var(--primary-color);color:var(--primary-color);background:#6366f10d}.clear-filters-button:disabled{opacity:.5;cursor:not-allowed}.clear-filters-button:disabled:hover{border-color:var(--border-color);color:var(--text-secondary);background:var(--background-color)}.businesses-table-container{margin-bottom:2rem;overflow-x:auto}.action-buttons{display:flex;gap:.5rem}.action-button-wrapper{position:relative}.action-button-wrapper[title]:hover:after{content:attr(title);position:absolute;top:-35px;left:50%;transform:translate(-50%);background:var(--text-primary);color:var(--background-color);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;white-space:nowrap;z-index:10}.business-info-cell{display:flex;align-items:center;gap:.75rem}.business-logo{width:40px;max-height:40px;border-radius:8px;object-fit:contain;border:2px solid var(--border-color)}.business-details{display:flex;flex-direction:column;gap:.125rem}.business-name{font-weight:600;color:var(--text-primary);font-size:.9rem}.business-owner{font-size:.8rem;color:var(--text-secondary)}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center;text-transform:capitalize}.status-active{color:#16a34a}.status-inactive{color:#dc2626}.status-pending{background:#f59e0b1a;color:#d97706}.businesses-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem}.stat-item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px var(--shadow-light);transition:all .2s ease;position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--shadow-medium);border-color:var(--border-hover)}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.stat-value{font-size:2rem;font-weight:800;color:var(--primary-color);line-height:1;display:flex;align-items:center;gap:.5rem}.stat-value.status-active{color:#16a34a}.stat-value.status-inactive{color:#dc2626}.stat-value.status-pending{color:#d97706}@media (max-width: 768px){.businesses-page{padding:1rem}.businesses-content{padding:1.5rem}.businesses-controls{flex-direction:column;align-items:stretch}.filter-section{flex-wrap:wrap;justify-content:stretch}.filter-select{flex:1;min-width:120px}.businesses-stats{grid-template-columns:1fr;gap:1rem}.action-buttons{flex-direction:column}}@media (max-width: 480px){.businesses-stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1rem}.stat-value{font-size:1.5rem}}.export-dropdown-container{position:relative;display:inline-block}.export-dropdown{position:absolute;top:100%;right:0;background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:100;min-width:180px;padding:.5rem 0;margin-top:.5rem;animation:slideIn .2s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.export-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:none;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-align:left}.export-option:hover{background:var(--surface-hover)}.export-option:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.export-option:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.export-option svg{flex-shrink:0;color:var(--text-secondary)}.activity-page{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.activity-controls{margin-bottom:2rem}.filter-section{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary)}.filter-select,.date-input{padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--background-color);color:var(--text-primary);font-size:.9rem;transition:border-color .2s ease}.date-label{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin:0 .25rem;white-space:nowrap}.filter-select:focus,.date-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.activity-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:var(--background-color);border-radius:8px;border:1px solid var(--border-color)}@media (max-width: 768px){.activity-page{padding:1rem}.activity-content{padding:1.5rem}.filter-section{flex-direction:column;align-items:stretch}.filter-group{justify-content:space-between}.filter-select,.date-input{flex:1}.activity-stats{flex-direction:column;gap:1rem}}@media (max-width: 480px){.activity-stats{grid-template-columns:repeat(2,1fr);display:grid;gap:1rem}}.activity-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.activity-project-label{margin:.35rem 0 0;color:var(--text-secondary)}@media (max-width: 640px){.activity-page-header{flex-direction:column;margin-bottom:1.5rem}}.messaging-page{max-width:1400px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.page-title{color:var(--text-primary);font-size:2.75rem;font-weight:800;margin:0 0 2.5rem;letter-spacing:-.025em;background:linear-gradient(135deg,var(--text-primary),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.messaging-controls{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.mode-selector{display:flex;gap:1rem}.mode-selector label{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);cursor:pointer;font-weight:500}.mode-selector input[type=radio]{accent-color:var(--primary-color)}.view-toggle{display:flex;gap:.5rem}.send-message-section{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.message-composition{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.composition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.composition-header h3{color:var(--text-primary);margin:0}.message-stats{display:flex;gap:1rem;font-size:.875rem;color:var(--text-secondary)}.message-type-selector{display:flex;gap:1rem;margin-bottom:1.5rem}.message-type-selector label{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);cursor:pointer}.message-type-selector input[type=radio]{accent-color:var(--primary-color)}.template-selection{margin-bottom:1.5rem}.template-select,.recipient-select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color);color:var(--text-primary);font-size:.9rem;transition:border-color .2s ease}.template-select:focus,.recipient-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.template-preview{margin-top:1rem;padding:1rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px}.template-preview h4{margin:0 0 .5rem;color:var(--text-primary);font-size:.875rem}.template-preview p{margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.5}.custom-message{margin-bottom:1.5rem}.custom-message label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:600;font-size:.875rem}.message-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color);color:var(--text-primary);font-size:.9rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease}.message-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-light)}.recipient-selection{margin-bottom:1.5rem}.recipient-selection label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:600;font-size:.875rem}.selected-recipient-info{margin-top:.75rem;padding:.75rem;background:var(--primary-color-alpha);border:1px solid var(--primary-color);border-radius:8px;display:flex;justify-content:space-between;align-items:center}.recipient-name{font-weight:600;color:var(--primary-color);font-size:.9rem}.recipient-phone{color:var(--text-secondary);font-size:.875rem;font-family:Monaco,Menlo,monospace}.send-controls{display:flex;justify-content:flex-end}.user-selection{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.selection-header h3{color:var(--text-primary);margin:0}.selection-controls{display:flex;align-items:center;gap:1rem}.selection-stats{display:flex;gap:1rem;font-size:.875rem;color:var(--text-secondary)}.user-search{margin-bottom:1.5rem}.users-table{overflow-x:auto}.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.active{background:#10b981;color:#fff}.status-badge.inactive{background:#ef4444;color:#fff}.sms-status{font-size:1rem;font-weight:700}.sms-status.enabled{color:#10b981}.sms-status.disabled{color:#ef4444}.sms-history-section{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.history-header{margin-bottom:2rem}.history-header h3{color:var(--text-primary);margin:0 0 1rem}.history-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stat-value{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.history-table{margin-bottom:2rem;overflow-x:auto}.message-preview{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:capitalize}.delivery-status.sent{background:#f59e0b;color:#fff}.delivery-status.delivered{background:#10b981;color:#fff}.delivery-status.failed{background:#ef4444;color:#fff}.recipients-section{margin-bottom:1.5rem}.recipients-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.recipients-header h4{margin:0;color:var(--text-primary);font-weight:600}.recipients-actions{display:flex;gap:.5rem;align-items:center}.selected-recipients{display:flex;flex-wrap:wrap;gap:.5rem;max-height:200px;overflow-y:auto;padding:1rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px}.recipient-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--background-color);color:var(--text-primary);border-radius:8px;font-size:.875rem;white-space:nowrap;border:1px solid var(--border-color);box-shadow:0 1px 2px var(--shadow-light)}.recipient-name{font-weight:600;color:var(--text-primary)}.recipient-phone{color:var(--text-secondary);font-size:.8rem}.remove-recipient{background:transparent;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);font-size:16px;line-height:1;transition:all .2s ease;padding:0}.remove-recipient:hover{background:var(--surface-color);color:var(--text-primary)}.no-recipients{padding:2rem;text-align:center;color:var(--text-secondary);background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px}.no-recipients p{margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color)}.modal-header h3{margin:0;color:var(--text-primary);font-weight:600}.modal-close{background:none;border:none;font-size:24px;color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:var(--background-color);color:var(--text-primary)}.modal-body{flex:1;padding:1.5rem 2rem;overflow:hidden;display:flex;flex-direction:column;gap:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--border-color)}.users-table{flex:1;overflow:hidden}@media (max-width: 768px){.messaging-page{padding:1rem}.messaging-content{padding:1.5rem}.messaging-controls{flex-direction:column;align-items:stretch}.mode-selector{justify-content:center}.composition-header{flex-direction:column;gap:1rem;align-items:stretch}.message-stats{justify-content:space-between}.selection-header{flex-direction:column;align-items:stretch}.selection-controls{justify-content:space-between}.history-stats{grid-template-columns:repeat(2,1fr);display:grid;gap:1rem}.modal-content{width:95%;height:90%;margin:2.5vh auto}.selected-recipients{max-height:120px}.recipient-chip{font-size:.8rem;padding:.4rem .8rem}.recipients-header{flex-direction:column;align-items:stretch;gap:1rem}.recipients-actions{justify-content:stretch}.recipients-actions>*{flex:1}}@media (max-width: 480px){.message-stats,.selection-stats{flex-direction:column;gap:.5rem}.history-stats{grid-template-columns:1fr}.modal-content{width:100%;height:100%;margin:0;border-radius:0}.modal-header,.modal-body,.modal-footer{padding:1rem}}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.mba-admin{padding:32px;max-width:1280px;margin:0 auto;color:#10283b}.mba-admin-header,.mba-filter-row,.mba-modal-head,.mba-row-actions,.mba-form-actions,.mba-checks{display:flex;align-items:center}.mba-admin-header{justify-content:space-between;gap:24px;margin-bottom:26px}.mba-admin-header span{font-size:12px;font-weight:800;letter-spacing:.12em;color:#1677ff}.mba-admin-header h1{margin:5px 0;font-size:32px}.mba-admin-header p,.mba-modal-head p{margin:0;color:#6d7d89}.mba-primary,.mba-secondary{border:0;border-radius:9px;padding:10px 15px;font-weight:750;display:inline-flex;gap:7px;align-items:center;justify-content:center;cursor:pointer}.mba-primary{background:#1677ff;color:#fff}.mba-secondary{background:#edf2f6;color:#18344c}.mba-error{padding:12px 15px;background:#fff0f0;color:#a22525;border-radius:9px;margin-bottom:16px}.mba-filter-row{justify-content:space-between;margin-bottom:18px}.mba-filter-row>div{display:flex;gap:8px}.mba-filter-row button{padding:8px 14px;border:1px solid #d7e1e8;border-radius:999px;background:#fff;text-transform:capitalize;cursor:pointer}.mba-filter-row button.active{background:#132e44;border-color:#132e44;color:#fff}.mba-filter-row select{padding:9px;border:1px solid #d7e1e8;border-radius:8px}.mba-empty{min-height:330px;border:1px dashed #cbd8e1;border-radius:14px;background:#fff;color:#71808b;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.mba-empty h2{color:#19354c;margin:13px 0 4px}.mba-empty .mba-primary{margin-top:12px}.mba-table-wrap{background:#fff;border:1px solid #dde6ec;border-radius:12px;overflow:auto}.mba-table-wrap table{width:100%;border-collapse:collapse}.mba-table-wrap th,.mba-table-wrap td{padding:15px;text-align:left;border-bottom:1px solid #edf1f4}.mba-table-wrap th{color:#70808b;text-transform:uppercase;font-size:11px}.mba-table-wrap td small{display:block;color:#788892;margin-top:4px;max-width:440px}.mba-type{display:inline-flex;align-items:center;gap:6px;text-transform:capitalize}.mba-status{border:0;border-radius:999px;padding:6px 10px;background:#eef1f3;cursor:pointer}.mba-status.published{background:#e3f6e9;color:#14723a}.mba-row-actions{gap:5px}.mba-row-actions button,.mba-row-actions a,.mba-modal-head>button{border:0;background:transparent;color:#577083;padding:6px;cursor:pointer}.mba-modal{position:fixed;inset:0;z-index:1000;background:#07172494;display:flex;align-items:center;justify-content:center;padding:24px}.mba-editor,.mba-preview{width:min(820px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:15px;padding:24px}.mba-preview{width:min(440px,100%)}.mba-modal-head{justify-content:space-between;margin-bottom:20px}.mba-modal-head h2{margin:0}.mba-editor>label,.mba-grid>label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;margin-bottom:17px}.mba-editor input,.mba-editor select,.mba-editor textarea{font:inherit;padding:11px;border:1px solid #cbd7df;border-radius:8px}.mba-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.mba-editor .ql-container{min-height:230px;font-size:15px}.mba-rich-editor{position:relative}.mba-rich-editor-expand{position:absolute;top:7px;right:7px;z-index:2;border:1px solid #d7e1e8;background:#fff;color:#577083;border-radius:6px;padding:5px;cursor:pointer;display:flex}.mba-rich-editor-fullscreen{position:fixed;inset:16px;z-index:1100;background:#fff;border-radius:12px;box-shadow:0 10px 40px #07172459;display:flex;flex-direction:column}.mba-rich-editor-fullscreen .ql-container{flex:1;min-height:0}.mba-field-help{font-size:12px;color:#637886;font-weight:500}.mba-checks{gap:18px;align-self:center}.mba-checks label{display:flex;gap:7px;align-items:center}.mba-form-actions{gap:9px;margin-top:22px}.mba-form-actions span{flex:1}.mba-phone{border:8px solid #122b3e;border-radius:25px;min-height:580px;overflow:hidden;padding:22px;background:#fff}.mba-preview-label{font-size:11px;color:#1677ff;font-weight:850;letter-spacing:.08em}.mba-phone h1{font-size:28px;line-height:1.12;margin:9px 0}.mba-preview-summary{color:#637886;line-height:1.5}.mba-rich-content{line-height:1.65}.mba-rich-content img{max-width:100%;height:auto}.mba-video{position:relative;padding-top:56.25%;margin-top:18px}.mba-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (max-width:720px){.mba-admin{padding:20px}.mba-admin-header{align-items:flex-start;flex-direction:column}.mba-filter-row{align-items:flex-start;gap:12px;flex-direction:column}.mba-grid{grid-template-columns:1fr}.mba-modal{padding:8px}}.mba-filter-row button:not(.active){color:#10283b}.mba-filter-row select{margin-left:16px}@media (max-width:720px){.mba-filter-row select{margin-left:0}}.mba-phone,.mba-phone h1,.mba-preview-summary,.mba-rich-content,.mba-rich-content *{max-width:100%;overflow-wrap:break-word;word-break:normal;white-space:normal}.mba-rich-editor .ql-editor{font-weight:400}.mba-rich-editor .ql-editor strong{font-weight:700}.mba-rich-editor-expand:hover{background:#fff;color:#577083;transform:none;box-shadow:none}.mba-rich-editor-fullscreen .quill{display:flex;flex:1;min-height:0;flex-direction:column}.mba-rich-editor-fullscreen .ql-toolbar{flex:0 0 auto}.mba-rich-editor-fullscreen .ql-container{min-height:0;flex:1}.mba-rich-editor-fullscreen .ql-editor{height:100%;overflow-y:auto}.mba-preview{padding:0;overflow:hidden;display:flex;flex-direction:column}.mba-preview .mba-modal-head{flex:0 0 auto;padding:18px 20px;margin:0;border-bottom:1px solid #e4ebf0}.mba-phone{width:min(390px,100%);min-height:0;flex:1;align-self:center;border:1px solid #cbd7df;border-radius:26px 26px 0 0;padding:0;background:#fff;box-shadow:0 10px 28px #0717241f;display:flex;flex-direction:column;overflow:hidden}.mba-phone-appbar{height:54px;padding:0 18px;background:#10283b;color:#fff;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.mba-phone-content{padding:22px;overflow-y:auto;min-height:0}.mba-preview-cover{width:calc(100% + 44px);height:190px;object-fit:cover;margin:-22px -22px 20px}.mba-phone h1{font-size:27px;letter-spacing:0}.mba-preview-summary{font-size:15px}.mba-rich-content{font-weight:400}.mba-rich-content p{margin:0 0 16px}.mba-rich-content h1,.mba-rich-content h2,.mba-rich-content h3{margin:24px 0 10px}.mba-rich-content h1{font-size:26px}.mba-rich-content h2{font-size:22px}.mba-rich-content h3{font-size:18px}@media (max-width:720px){.mba-rich-editor-fullscreen{inset:0;border-radius:0}.mba-preview{max-height:100%;width:100%}.mba-phone{border-radius:0;width:100%}}.mba-rich-editor-fullscreen{height:calc(100dvh - 32px);overflow:hidden}.mba-rich-editor-fullscreen .quill{height:100%}.mba-rich-editor-fullscreen .ql-container{height:0!important;overflow:hidden}.mba-rich-editor-fullscreen .ql-editor{height:100%;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch;touch-action:pan-y}@media (max-width:720px){.mba-rich-editor-fullscreen{height:100dvh}}.mba-editor-field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;margin-bottom:17px}.mba-editor input,.mba-editor select,.mba-editor textarea{font-weight:400}.user-profile-page{max-width:1200px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}.user-profile{margin-bottom:2rem}.business-associations-section{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:2rem;margin-bottom:2rem}.business-associations-section h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.business-associations{display:flex;flex-direction:column;gap:1rem}.business-association-card{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;transition:all .2s ease}.business-association-card:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.business-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.business-name{font-weight:600;color:var(--text-primary);font-size:1rem}.business-role{font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:6px;width:fit-content;text-transform:capitalize}.business-role.owner{background:var(--success-color-alpha);color:var(--success-color);border:1px solid var(--success-color)}.business-role.admin{background:var(--primary-color-alpha);color:var(--primary-color);border:1px solid var(--primary-color)}.business-role.employee{background:var(--text-secondary-alpha);color:var(--text-secondary);border:1px solid var(--text-secondary)}.business-associations{display:flex;flex-direction:column;gap:.75rem}.business-association{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;transition:border-color .2s ease}.business-association:hover{border-color:var(--border-hover)}.business-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.business-name{font-weight:600;color:var(--text-primary);font-size:.875rem}.business-role{font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.business-role.owner{background:var(--success-color-alpha);color:var(--success-color)}.business-role.admin{background:var(--primary-color-alpha);color:var(--primary-color)}.business-role.employee{background:var(--info-color-alpha);color:var(--info-color)}.business-role.member{background:var(--text-secondary-alpha);color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.confirmation-modal{background:var(--surface-color);border-radius:16px;padding:0;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;border:1px solid var(--border-color);animation:scaleIn .2s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{padding:1.5rem 1.5rem 0;border-bottom:none}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.modal-content{padding:1rem 1.5rem}.modal-content p{margin:0 0 1rem;color:var(--text-primary);line-height:1.5}.modal-content ul{margin:.5rem 0 1rem 1rem;padding:0;color:var(--text-secondary)}.modal-content li{margin-bottom:.5rem;line-height:1.4}.affected-businesses{background:var(--warning-color-alpha);border:1px solid var(--warning-color);border-radius:8px;padding:1rem;margin-top:1rem}.affected-businesses p{margin:0 0 .5rem;font-weight:600;color:var(--warning-color)}.affected-businesses ul{margin:.5rem 0 0 1rem;color:var(--text-primary)}.affected-businesses li{margin-bottom:.25rem;font-size:.875rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:0 1.5rem 1.5rem;border-top:none}.modal-actions button{min-width:100px}.deactivate-user-section{border:2px solid var(--error-color);border-radius:12px;padding:2rem;margin-top:3rem;margin-bottom:2rem;text-align:center;background:var(--surface-color)}.deactivate-warning{margin-bottom:1.5rem}.deactivate-warning h3{color:var(--error-color);font-size:1.25rem;font-weight:600;margin:0 0 1rem}.deactivate-warning p{color:var(--text-secondary);font-size:.95rem;line-height:1.5;max-width:500px;margin:0 auto}.deactivate-user-button{background:#8b0000!important;border-color:#8b0000!important;color:#fff!important;font-weight:600!important;padding:.75rem 1.5rem!important;min-width:180px!important}.deactivate-user-button:hover:not(.btn-disabled){background:#600!important;border-color:#600!important;transform:translateY(-1px)!important}@media (max-width: 768px){.profile-header-nav{flex-direction:column;gap:1rem;align-items:stretch}.business-association{flex-direction:column;align-items:stretch;gap:.75rem}.business-info{text-align:center}.deactivate-user-section{padding:1.5rem;margin-top:2rem}.deactivate-warning h3{font-size:1.125rem}.deactivate-warning p{font-size:.875rem}.deactivate-user-button{padding:.75rem 1.25rem!important;min-width:160px!important}}@media (max-width: 480px){.user-profile-page{padding:0 .5rem}.profile-header-nav{margin-bottom:1rem}}@media (prefers-color-scheme: dark){.business-association:hover{box-shadow:0 2px 8px #ffffff0d}}@media (prefers-contrast: high){.business-association{border-width:2px}.status-badge{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.user-profile-page,.loading-spinner,.business-association{animation:none;transition:none}}.business-profile-page{max-width:1200px;margin:0 auto;padding:0 1rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-header-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0}.business-profile{margin-bottom:2rem}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;gap:1.5rem}.loading-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state h2{color:var(--text-primary);font-size:1.5rem;margin:0}.error-state p{color:var(--text-secondary);margin:0}.user-associations{display:flex;flex-direction:column;gap:.75rem}.user-association{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;transition:border-color .2s ease}.user-association:hover{border-color:var(--border-hover)}.user-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.user-name{font-weight:600;color:var(--text-primary);font-size:.875rem}.user-username{font-size:.75rem;color:var(--text-secondary)}.user-role{font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.user-role.owner{background:var(--success-color-alpha);color:var(--success-color)}.user-role.admin{background:var(--primary-color-alpha);color:var(--primary-color)}.user-role.employee{background:var(--info-color-alpha);color:var(--info-color)}.user-role.member{background:var(--text-secondary-alpha);color:var(--text-secondary)}.text-muted{color:var(--text-secondary);font-style:italic}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.status-active{background:var(--success-color-alpha);color:var(--success-color)}.status-badge.status-inactive{background:var(--error-color-alpha);color:var(--error-color)}.sms-modal-placeholder{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.sms-modal-placeholder>p{background:var(--surface-color);padding:2rem;border-radius:8px;margin:0 0 1rem}@media (max-width: 768px){.profile-header-nav{flex-direction:column;gap:1rem;align-items:stretch}.user-association{flex-direction:column;align-items:stretch;gap:.75rem}.user-info{text-align:center}}@media (max-width: 480px){.business-profile-page{padding:0 .5rem}.profile-header-nav{margin-bottom:1rem}}@media (prefers-color-scheme: dark){.user-association:hover{box-shadow:0 2px 8px #ffffff0d}}@media (prefers-contrast: high){.user-association{border-width:2px}.status-badge{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.business-profile-page,.loading-spinner,.user-association{animation:none;transition:none}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-color) 0%,rgba(254,243,199,.1) 100%);padding:1rem}.login-card{background:var(--background-color);border-radius:1rem;box-shadow:0 20px 25px -5px var(--shadow-dark),0 10px 10px -5px #0000000a;padding:2.5rem;width:100%;max-width:400px;border:1px solid var(--border-color)}.login-header{text-align:center;margin-bottom:2rem}.login-logo{height:60px;width:auto;margin-bottom:1rem}.login-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-subtitle{color:var(--text-secondary);font-size:.875rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.project-login-select{width:100%;padding:.875rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-elevated);color:var(--text-primary);font:inherit}.project-login-select:focus{outline:2px solid var(--primary-color);outline-offset:2px}.project-login-help{margin:.4rem 0 0;color:var(--text-secondary);font-size:.78rem}.form-label{font-weight:500;color:var(--text-primary);font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-input-container{position:relative}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);z-index:1}.form-group input{padding:.75rem 1rem .75rem 2.75rem}.form-input{width:100%;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;line-height:1.6;transition:all .2s ease;background:var(--background-color);color:var(--text-primary);box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.password-input-container .form-input{padding-right:3rem}.forgot-password{text-align:right;margin:-.5rem 0 .5rem}.forgot-password-link{background:none;border:none;color:var(--primary-color);font-size:.875rem;cursor:pointer;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.forgot-password-link:hover{background:none;color:var(--primary-dark-color);text-decoration:underline;transform:none;box-shadow:none}.forgot-password-link:disabled{color:var(--text-secondary);cursor:not-allowed}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #26a69a1a}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.password-input-container{position:relative}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none!important;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.password-toggle:hover{color:var(--text-primary);background:none!important;transform:translateY(-50%)!important;box-shadow:none!important}.password-toggle:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.form-error{color:#ef4444;font-size:.75rem;margin-top:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-button{width:100%;padding:.875rem 1rem;margin-top:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.05em}.login-button:hover{background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 12px #26a69a4d}.login-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.login-button:disabled{background:var(--border-color);color:var(--text-secondary);cursor:not-allowed;transform:none;box-shadow:none}.login-button.loading{cursor:not-allowed}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:0rem}@media (prefers-reduced-motion: reduce){.login-button,.form-input,.password-toggle,.forgot-password-link{transition:none}.loading-spinner{animation:none}.login-button:hover{transform:none}}@media (max-width: 768px){.login-container{padding:.5rem}.login-card{padding:2rem 1.5rem}.login-title{font-size:1.5rem}.password-toggle{padding:.5rem}.form-input{font-size:16px}}@media (max-width: 480px){.login-card{padding:1.5rem 1rem}.login-title{font-size:1.375rem}.form-input{font-size:16px}}.otp-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--background-color) 0%,rgba(254,243,199,.1) 100%);padding:1rem}.otp-card{background:var(--background-color);border-radius:1rem;box-shadow:0 20px 25px -5px var(--shadow-dark),0 10px 10px -5px #0000000a;padding:2.5rem;width:100%;max-width:420px;border:1px solid var(--border-color);position:relative}.otp-header{text-align:center;margin-bottom:2rem}.back-button{position:absolute;top:1.5rem;left:1.5rem;background:none!important;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.back-button:hover{color:var(--text-primary);background:var(--border-color)!important;transform:none!important;box-shadow:none!important}.logout-button-otp{position:absolute;top:1.5rem;right:1.5rem;background:none!important;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.logout-button-otp:hover{color:#ef4444;background:#ef44441a!important;transform:none!important;box-shadow:none!important}.otp-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark-color));border-radius:50%;margin:0 auto 1.5rem;color:#fff}.otp-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.otp-subtitle{color:var(--text-secondary);font-size:.875rem;margin:0;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.otp-subtitle strong{color:var(--text-primary);font-weight:600}.otp-form{display:flex;flex-direction:column;gap:2rem}.otp-input-group{display:flex;flex-direction:column;gap:1rem}.otp-label{font-weight:500;color:var(--text-primary);font-size:.875rem;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.otp-inputs{display:flex;justify-content:center;gap:.75rem}.otp-input{width:3rem;height:3rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1.25rem;font-weight:600;text-align:center;background:var(--background-color);color:var(--text-primary);transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.otp-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #26a69a1a;transform:scale(1.05)}.otp-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.otp-input:disabled{background:#0000000d;color:var(--text-secondary);cursor:not-allowed}.verify-button{width:100%;padding:.875rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.05em}.verify-button:hover:not(:disabled){background:var(--primary-dark-color);transform:translateY(-1px);box-shadow:0 4px 12px #26a69a4d}.verify-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.verify-button:disabled{background:var(--border-color);color:var(--text-secondary);cursor:not-allowed;transform:none;box-shadow:none}.verify-button.loading{cursor:not-allowed}.resend-section{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.resend-text{color:var(--text-secondary);font-size:.875rem;margin:0 0 .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.resend-button{background:none!important;border:none;color:var(--primary-color);font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.resend-button:hover:not(:disabled){background:#26a69a1a!important;color:var(--primary-dark-color);transform:none!important;box-shadow:none!important}.resend-button:disabled{color:var(--text-secondary);cursor:not-allowed}.resend-countdown{color:var(--text-secondary);font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:.75rem;color:#ef4444;font-size:.875rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:.5rem;padding:.75rem;color:#22c55e;font-size:.875rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.form-error{color:#ef4444;font-size:.75rem;text-align:center;margin-top:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (prefers-reduced-motion: reduce){.verify-button,.otp-input,.resend-button,.back-button{transition:none}.loading-spinner,.spinning{animation:none}.verify-button:hover,.otp-input:focus{transform:none}}@media (max-width: 768px){.otp-container{padding:.5rem}.otp-card{padding:2rem 1.5rem}.otp-title{font-size:1.5rem}.otp-inputs{gap:.5rem}.otp-input{width:2.5rem;height:2.5rem;font-size:1.125rem}.back-button{top:1rem;left:1rem}.logout-button-otp{top:1rem;right:1rem}}@media (max-width: 480px){.otp-card{padding:1.5rem 1rem}.otp-title{font-size:1.375rem}.otp-inputs{gap:.375rem}.otp-input{width:2.25rem;height:2.25rem;font-size:1rem}.otp-icon{width:60px;height:60px;margin-bottom:1rem}}#root{width:100%;min-height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em var(--shadow-medium))}.logo.react:hover{filter:drop-shadow(0 0 2em var(--primary-color))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2rem;background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 20px var(--shadow-light);transition:all .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 30px var(--shadow-medium);border-color:var(--border-hover)}.read-the-docs{color:var(--text-secondary)}
