:root{--gold: #c5a059;--gold-light: #d4b575;--gold-dark: #b08d4a;--dark: #1a1a1a;--dark-secondary: #2d2d2d;--light: #f5f5f5;--white: #ffffff;--gray: #666666;--gray-light: #e0e0e0;--gray-lighter: #f0f0f0;--success: #28a745;--warning: #ffc107;--error: #dc3545;--info: #17a2b8;--sidebar-width: 260px;--header-height: 60px;--font-primary: Georgia, "Times New Roman", serif;--font-mono: "SF Mono", Monaco, Consolas, monospace;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--border-radius: 8px;--border-color: #e0e0e0}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-primary);background:var(--light);color:var(--dark);line-height:1.6}.admin-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--dark);color:var(--white);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--dark-secondary)}.sidebar-header .logo{font-size:1.25rem;color:var(--gold);letter-spacing:2px;font-weight:400}.sidebar-header .logo-sub{display:block;font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:3px;margin-top:.25rem}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{display:flex;align-items:center;padding:.875rem 1.5rem;color:var(--gray-light);text-decoration:none;transition:all .2s;border-left:3px solid transparent}.nav-item:hover{background:var(--dark-secondary);color:var(--white)}.nav-item.active{background:var(--dark-secondary);color:var(--gold);border-left-color:var(--gold)}.nav-icon{margin-right:.75rem;font-size:1.25rem}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--dark-secondary)}.admin-info{font-size:.875rem;color:var(--gray)}.admin-email{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem;min-height:100vh}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.content-header h2{font-size:1.75rem;font-weight:400}.header-actions{display:flex;gap:1rem;align-items:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stats-grid-5{grid-template-columns:repeat(5,1fr)}.stat-card{background:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);text-align:center}.stat-card.highlight{background:var(--gold);color:var(--white)}.stat-card.warning{border-left:4px solid var(--warning)}.stat-value{font-size:2.5rem;font-weight:500;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray)}.stat-card.highlight .stat-label{color:#fffc}.search-section{background:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);margin-bottom:2rem}.search-form .form-row{display:flex;gap:1rem;align-items:flex-end}.form-group{display:flex;flex-direction:column}.form-group.flex-grow{flex:1}.form-group label{font-size:.875rem;color:var(--gray);margin-bottom:.5rem}.search-input,input[type=text],input[type=email],input[type=number],input[type=date],input[type=time],select,textarea{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-primary);font-size:1rem;transition:border-color .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold)}.btn{padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-family:var(--font-primary);font-size:1rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:var(--gold-dark)}.btn-secondary{background:var(--gray-lighter);color:var(--dark)}.btn-secondary:hover{background:var(--gray-light)}.btn-danger{background:var(--error);color:var(--white)}.btn-danger:hover{background:#c82333}.btn-close{background:none;border:none;font-size:1.5rem;color:var(--gray);cursor:pointer;padding:.25rem;line-height:1}.btn-close:hover{color:var(--dark)}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{padding:.75rem 1.25rem;background:var(--white);border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-primary);font-size:.875rem;cursor:pointer;transition:all .2s}.action-btn:hover{border-color:var(--gold);background:var(--gray-lighter)}.results-section,.data-section{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);margin-bottom:2rem}.results-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.results-header h3{font-size:1rem;font-weight:400}.results-table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--border-color)}.data-table th{background:var(--gray-lighter);font-weight:500;font-size:.875rem;color:var(--gray);text-transform:uppercase;letter-spacing:.5px}.data-table tr:hover{background:var(--gray-lighter)}.data-table .empty-row td{text-align:center;color:var(--gray);padding:3rem}.data-table .empty-row:hover{background:var(--white)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-badge.active{background:#e0f5e0;color:var(--success)}.status-badge.expired{background:#fff3cd;color:#856404}.status-badge.revoked,.status-badge.deleted{background:#ffe0e0;color:var(--error)}.status-badge.pending{background:#e0f0ff;color:var(--info)}.detail-panel{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-md);margin-bottom:2rem}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.panel-header h3{font-size:1.125rem;font-weight:400}.panel-content{padding:1.5rem}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.detail-item{display:flex;flex-direction:column}.detail-label{font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.detail-value{font-size:1rem}.panel-actions{padding:1rem 1.5rem;border-top:1px solid var(--border-color);display:flex;gap:1rem;flex-wrap:wrap}.quick-actions{background:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);margin-bottom:2rem}.quick-actions h3{font-size:1rem;font-weight:400;margin-bottom:1rem}.recent-activity{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.recent-activity h3{font-size:1rem;font-weight:400;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.activity-list{padding:1rem 1.5rem}.activity-item{display:flex;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.activity-item:last-child{border-bottom:none}.activity-icon{width:32px;height:32px;border-radius:50%;background:var(--gray-lighter);display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.activity-content{flex:1}.activity-text{font-size:.875rem}.activity-time{font-size:.75rem;color:var(--gray);margin-top:.25rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--white);border-radius:var(--border-radius);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.modal-header h3{font-size:1.125rem;font-weight:400}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--border-color)}.info-section{margin-top:2rem}.info-note{background:var(--gray-lighter);padding:1rem 1.5rem;border-radius:var(--border-radius);font-size:.875rem;color:var(--gray)}.info-note a{color:var(--gold)}.loading{text-align:center;padding:2rem;color:var(--gray)}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-light);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:var(--gray)}.period-select{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-primary);background:var(--white)}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative}.main-content{margin-left:0}.admin-layout,.search-form .form-row{flex-direction:column}.stats-grid,.stats-grid-5,.detail-grid{grid-template-columns:1fr}}
