.admin-analytics{width:100%;box-sizing:border-box}.analytics-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.analytics-header{flex-direction:row;justify-content:space-between;align-items:center}}.analytics-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.analytics-period-selector{display:flex;gap:.5rem;flex-wrap:wrap}.period-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.period-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#475569}.period-btn.active{background:#1e293b;border-color:#1e293b;color:#fff}.analytics-period-filters{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;flex-wrap:wrap}.period-filter-label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:600;color:#475569}.period-filter-select,.period-filter-input{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#1e293b;font-family:inherit;min-width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.period-filter-select:focus,.period-filter-input:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}@media (max-width: 640px){.analytics-period-filters{flex-direction:column;gap:.75rem}.period-filter-select,.period-filter-input{width:100%;min-width:0}}.analytics-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.analytics-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.analytics-stats-grid{grid-template-columns:repeat(3,1fr)}}.analytics-stat-card{background:#fff;padding:1.25rem;border-radius:.375rem;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:all .2s}.analytics-stat-card:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000001a}.stat-icon{padding:.75rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-blue{background:#dbeafe;color:#1e40af}.stat-icon-green{background:#d1fae5;color:#059669}.stat-icon-purple{background:#ede9fe;color:#7c3aed}.stat-content{flex:1;min-width:0}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#64748b}.analytics-card{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;margin-bottom:1.5rem;overflow:visible}.analytics-card-header{padding:1.25rem;border-bottom:1px solid #f1f5f9}.analytics-card-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.analytics-chart{padding:1.25rem;overflow:visible}.chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:300px;padding-top:2.5rem;padding-bottom:2rem;overflow-x:auto;overflow-y:visible;position:relative}.chart-bar-wrapper{display:flex;flex-direction:column;align-items:center;flex:1;min-width:50px;height:100%;position:relative}.chart-bar-container{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}.chart-bar{width:100%;max-width:60px;background:linear-gradient(to top,#3b82f6,#60a5fa);border-radius:.25rem .25rem 0 0;position:relative;transition:all .2s;min-height:4px}.chart-bar:hover{background:linear-gradient(to top,#2563eb,#3b82f6);transform:scaleY(1.05)}.chart-bar-value{position:absolute;top:-2rem;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:#475569;white-space:nowrap;z-index:10;background:#fff;padding:0 .25rem;line-height:1.2}.chart-bar-label{margin-top:.5rem;font-size:.75rem;color:#64748b;text-align:center;white-space:nowrap}.analytics-page-views{padding:1.25rem}.page-view-item{margin-bottom:1rem}.page-view-item:last-child{margin-bottom:0}.page-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.page-view-type{font-size:.875rem;font-weight:600;color:#1e293b}.page-view-count{font-size:.875rem;font-weight:700;color:#475569}.page-view-bar{height:8px;background:#f1f5f9;border-radius:.25rem;overflow:hidden}.page-view-bar-fill{height:100%;background:linear-gradient(to right,#3b82f6,#60a5fa);border-radius:.25rem;transition:width .3s ease}.analytics-top-pages{padding:1.25rem;overflow-x:auto}.top-pages-table{width:100%;border-collapse:collapse}.top-pages-table thead{background:#f8fafc}.top-pages-table th{padding:.75rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.top-pages-table th:last-child{border-right:none}.top-pages-table td{padding:.75rem;font-size:.875rem;color:#1e293b;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.top-pages-table td:last-child{border-right:none}.top-pages-table tbody tr:hover{background:#f8fafc}.page-path{font-family:Courier New,monospace;color:#475569;word-break:break-all}.page-type{color:#64748b}.page-visits,.page-unique{font-weight:600;color:#1e293b;text-align:left}.analytics-visitors{padding:1.25rem;overflow-x:auto}.visitors-table{width:100%;border-collapse:collapse}.visitors-table thead{background:#f8fafc}.visitors-table th{padding:.75rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.visitors-table th:last-child{border-right:none}.visitors-table td{padding:.75rem;font-size:.875rem;color:#1e293b;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.visitors-table td:last-child{border-right:none}.visitors-table tbody tr:hover{background:#f8fafc}.visitor-id{font-family:Courier New,monospace;color:#475569}.visitor-count{font-weight:600;color:#1e293b;text-align:left}.visitor-date{color:#64748b}@media (max-width: 640px){.analytics-title{font-size:1.25rem}.period-btn{font-size:.8125rem;padding:.375rem .75rem}.stat-value{font-size:1.5rem}.chart-bars{height:250px;padding-top:2rem}.chart-bar{max-width:40px}.chart-bar-value{top:-1.75rem;font-size:.6875rem}.top-pages-table th,.top-pages-table td,.visitors-table th,.visitors-table td{padding:.5rem;font-size:.8125rem}}
