.pro-section{--pro-primary:#16a34a;--pro-primary-foreground:#fff;--pro-secondary:#f0fdf4;--pro-secondary-foreground:#15803d;--pro-accent:#dcfce7;--pro-accent-foreground:#166534;--pro-border:#bbf7d0;--pro-muted:#f0fdf4;--pro-muted-foreground:#15803d}.pro-sidebar{background:linear-gradient(135deg,#059669,#047857);color:#fff}.pro-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:box-shadow .2s ease}.pro-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.pro-stat-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0}.pro-button{background:var(--pro-primary);color:var(--pro-primary-foreground)}.pro-button:hover{background:#15803d}.pro-button-primary{background:#059669;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background-color .2s ease}.pro-button-primary:hover{background:#047857}.pro-button-secondary{background:transparent;color:#059669;border:1px solid #059669;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:all .2s ease}.pro-button-secondary:hover{background:#059669;color:#fff}.pro-badge{background-color:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.pro-nav-active{background:var(--pro-accent);color:var(--pro-accent-foreground)}.pro-nav-item{transition:all .2s ease;color:hsla(0,0%,100%,.8)}.pro-nav-item:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.pro-nav-item.active{background-color:hsla(0,0%,100%,.2);color:#fff;font-weight:500}.pro-metric{color:#059669;font-weight:600}.pro-form-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:1rem}.pro-form-title{color:#047857;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.pro-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.pro-table-header{border-bottom:1px solid #e5e7eb}.pro-table-header,.pro-table-row:hover{background:#f9fafb}.pro-status-active{background:#dcfce7;color:#166534}.pro-status-active,.pro-status-pending{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.pro-status-pending{background:#fef3c7;color:#92400e}.pro-status-inactive{background:#fee2e2;color:#991b1b;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.pro-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.pro-spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top-color:#059669;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.pro-sidebar{width:100%;height:auto;position:relative}.pro-main-content{margin-left:0;width:100%}}