.yearbook-container{width:100%;max-width:100%;margin:0 auto;padding:15px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;box-sizing:border-box;position:relative;z-index:1;display:block;overflow:hidden}.yearbook-header{display:block;margin:0;padding:0}.yearbook-header h1{display:block;font-size:24px;color:#333;margin:0;text-align:center;font-weight:600;margin-bottom:10px}.yearbook-title-container{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:20px;width:100%}.yearbook-selector-container{display:flex;align-items:center;gap:16px;justify-content:center;flex-wrap:wrap;width:100%}.yearbook-year-selector,.yearbook-month-selector{display:flex;align-items:center;gap:12px;position:relative}.yearbook-year-selector::before,.yearbook-month-selector::before{content:"📅";font-size:18px;opacity:.7;transition:opacity 0.2s ease}.yearbook-year-selector:hover::before,.yearbook-month-selector:hover::before{opacity:1}.yearbook-year-selector select,.yearbook-month-selector select{display:block;padding:12px 20px;border:2px solid #e0e0e0;border-radius:10px;background-color:#fff;font-size:16px;font-weight:500;color:#2c3e50;cursor:pointer;transition:all 0.3s ease;min-width:150px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#2c3e50 50%),linear-gradient(135deg,#2c3e50 50%,transparent 50%);background-position:calc(100% - 20px) calc(1em + 4px),calc(100% - 15px) calc(1em + 4px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;box-shadow:0 2px 5px rgb(0 0 0 / .05);box-sizing:border-box}.yearbook-year-selector select:hover,.yearbook-month-selector select:hover{border-color:#3498db;background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.yearbook-year-selector select:focus,.yearbook-month-selector select:focus{outline:none;border-color:#3498db;background-color:#fff;box-shadow:0 0 0 3px rgb(52 152 219 / .2);background-image:linear-gradient(45deg,transparent 50%,#3498db 50%),linear-gradient(135deg,#3498db 50%,transparent 50%)}.yearbook-year-selector select::-webkit-scrollbar,.yearbook-month-selector select::-webkit-scrollbar{width:8px}.yearbook-year-selector select::-webkit-scrollbar-track,.yearbook-month-selector select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.yearbook-year-selector select::-webkit-scrollbar-thumb,.yearbook-month-selector select::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.yearbook-year-selector select::-webkit-scrollbar-thumb:hover,.yearbook-month-selector select::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.yearbook-selector-container{flex-direction:column;gap:12px}.yearbook-year-selector select,.yearbook-month-selector select{padding:10px 16px;font-size:14px;min-width:130px}.yearbook-year-selector::before,.yearbook-month-selector::before{font-size:16px}}.yearbook-content{display:flex;flex-direction:column;gap:25px}.yearbook-cards{display:block;margin-bottom:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;box-sizing:border-box;width:100%}.yearbook-cards h2{display:block;font-size:20px;color:#444;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;font-weight:600}.yearbook-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;width:100%;box-sizing:border-box}.yearbook-card{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0;padding:12px;transition:all 0.2s ease;min-height:100px;height:auto;box-sizing:border-box;width:100%}.yearbook-card:hover{background-color:#f9f9f9;border-color:#d0d0d0}.yearbook-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.yearbook-card-title{font-size:13px;color:#666;margin:0;font-weight:500}.yearbook-card-icon{width:10px;height:10px;border-radius:50%;flex-shrink:0}.yearbook-card-content{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;text-align:center}.yearbook-card-count{font-size:20px;font-weight:700;color:#333;margin:0;display:flex;flex-direction:column;align-items:center;gap:6px;justify-content:center;width:100%}h1:before,h2:before,h3:before,h4:before,h5:before,h6:before{content:none!important}.yearbook-card-header{display:flex;justify-content:center;align-items:center;margin-bottom:8px;gap:8px}.yearbook-card-title{font-size:13px;color:#666;margin:0;font-weight:500;text-align:center}.growth-rates{display:flex;flex-direction:row;gap:8px;margin-top:4px;width:100%;justify-content:center;flex-wrap:wrap}.growth-rate{font-size:12px;font-weight:500;padding:2px 6px;border-radius:3px;display:inline-block;margin:0;white-space:nowrap;line-height:1.4;vertical-align:middle}.growth-rate.positive{color:#28a745;background-color:#d4edda}.growth-rate.negative{color:#dc3545;background-color:#f8d7da}.yearbook-best-content{display:block;background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:15px;margin-bottom:20px;box-sizing:border-box;width:100%}.yearbook-main-title{display:block;font-size:22px;color:#333;margin-top:0;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f0f0f0;font-weight:600;text-align:center;letter-spacing:-.01em}.yearbook-best-section{display:block;margin-bottom:25px;text-align:center;width:100%}.yearbook-best-section:last-child{margin-bottom:0}.yearbook-section-title{display:inline-block;font-size:16px;color:#555;margin-top:0;margin-bottom:15px;font-weight:500;padding:0 15px 8px;border-bottom:1px solid #f0f0f0;text-align:center}.yearbook-best-items{display:grid;gap:12px;align-items:stretch;justify-items:center;margin-bottom:15px;width:100%;box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.yearbook-best-items-1{grid-template-columns:1fr;justify-items:center;max-width:100%;margin:0 auto}.yearbook-best-items-1 .yearbook-best-item{width:100%;max-width:100%}.yearbook-best-items-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:100%;margin:0 auto}.yearbook-best-items-3{grid-template-columns:repeat(3,minmax(200px,1fr));max-width:100%;margin:0 auto;justify-content:center;align-items:stretch;gap:12px;padding:0 5px;width:100%}@media (max-width:768px){.yearbook-best-items-3{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width:500px){.yearbook-best-items-3{grid-template-columns:1fr}}.yearbook-best-item{background-color:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:10px;transition:all 0.3s ease;display:flex;flex-direction:column;box-shadow:none;text-align:center;width:100%;min-width:200px;max-width:100%;min-height:auto;max-height:auto;box-sizing:border-box}.yearbook-best-item:hover{background-color:#f8f8f8;border-color:#e5e5e5;box-shadow:0 2px 8px rgb(0 0 0 / .05);transform:translateY(-1px)}.yearbook-best-item-content{display:flex;flex-direction:column;gap:3px;flex:1;align-items:center;justify-content:center}.yearbook-best-item-title{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.yearbook-best-item-title [class]{color:#666;font-weight:400;font-size:14px}.yearbook-best-item-title a{color:#333;text-decoration:none;font-size:13px;line-height:2.4em;font-weight:500;transition:color 0.2s ease;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.8em;margin:0 auto;max-width:100%;text-align:center;letter-spacing:.3px;word-spacing:.5px;padding:0 10px}.yearbook-best-item-title a:hover{color:#555;text-decoration:underline;text-underline-offset:3px}.yearbook-best-item-meta{font-size:12px;color:#888;font-weight:400;margin-top:6px;padding-top:8px;display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;border-top:1px solid #f0f0f0;width:100%}.yearbook-best-item-stats{display:inline-flex;align-items:center;gap:4px}.yearbook-best-item-date{display:inline-flex;align-items:center;gap:4px}@media (max-width:768px){.yearbook-best-content{padding:15px}.yearbook-main-title{font-size:20px;margin-bottom:20px}.yearbook-best-section{margin-bottom:25px}.yearbook-section-title{font-size:15px;margin-bottom:15px}.yearbook-best-items{grid-template-columns:1fr;gap:15px}.yearbook-best-item{padding:18px}.yearbook-best-item-title a{font-size:13px;line-height:2.4em}.yearbook-best-item-meta{font-size:12px;gap:10px}}@media (min-width:769px) and (max-width:1024px){.yearbook-best-items{grid-template-columns:1fr 1fr}}.yearbook-stats-table{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:15px}.yearbook-content>*{margin-bottom:15px}.yearbook-content>*:last-child{margin-bottom:0}.yearbook-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;font-size:14px;line-height:1.5;color:#333}.yearbook-header h1{font-size:24px;font-weight:600;color:#222;letter-spacing:-.02em}.yearbook-cards h2,.yearbook-stats h2,.yearbook-popular-section h2,.yearbook-charts h2{font-size:18px;font-weight:600;color:#333;letter-spacing:-.01em;border-bottom:1px solid #e0e0e0;padding-bottom:6px;margin-bottom:12px}.yearbook-stat-block h3{font-size:16px;font-weight:500;color:#444;letter-spacing:-.01em}.yearbook-post-item a{font-size:14px;font-weight:400;color:#333;text-decoration:none;transition:color 0.2s ease}.yearbook-post-item a:hover{color:#555}.yearbook-post-meta{font-size:13px;color:#777;font-weight:400}.yearbook-card-count{font-size:24px;font-weight:700;color:#222;letter-spacing:-.02em}.stats-table,.yearbook-stats-table{font-size:13px}.stats-table th,.yearbook-stats-table th{font-weight:600;color:#333}.stats-table td,.yearbook-stats-table td{font-weight:400;color:#444}.yearbook-tooltip{font-size:13px}.yearbook-loading,.yearbook-error,.yearbook-chart-placeholder{font-size:14px;line-height:1.6}.yearbook-content{display:flex;flex-direction:column;gap:20px}.yearbook-card-content{display:flex;flex-direction:column;gap:4px}.yearbook-popular-posts{gap:12px}.yearbook-cards-grid{gap:12px}.yearbook-container p,.yearbook-container li,.yearbook-container td{text-align:left}.yearbook-header h1{text-align:center}.stats-table th,.stats-table td{text-align:center}@media (max-width:768px){.yearbook-container{font-size:13px}.yearbook-header h1{font-size:20px}.yearbook-cards h2,.yearbook-stats h2,.yearbook-popular-section h2,.yearbook-charts h2{font-size:16px}.yearbook-stat-block h3{font-size:15px}.yearbook-card-count{font-size:20px}}.yearbook-posts-list{list-style:none;padding:0;margin:0}.yearbook-post-item{padding:10px 0;border-bottom:1px solid #f0f0f0;transition:background-color 0.2s ease}.yearbook-post-item:last-child{border-bottom:none}.yearbook-post-item a{color:#333;text-decoration:none;font-size:15px;display:block;margin-bottom:4px;transition:color 0.2s ease}.yearbook-post-item a:hover{color:#555;text-decoration:none}.yearbook-post-meta{font-size:13px;color:#777;display:block}.yearbook-stats-table{display:block;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:15px;box-sizing:border-box;width:100%;overflow-x:auto}.yearbook-stats-table h2{display:block;font-size:20px;color:#444;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;font-weight:600}.stats-table{display:table;width:100%;border-collapse:collapse;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;table-layout:auto}.stats-table thead,.stats-table tbody,.stats-table tfoot{display:table-header-group}.stats-table tbody{display:table-row-group}.stats-table tfoot{display:table-footer-group}.stats-table tr{display:table-row}.stats-table th,.stats-table td{display:table-cell;padding:10px 12px;text-align:center;border-bottom:1px solid #e0e0e0;white-space:normal;word-wrap:break-word;font-size:14px;box-sizing:border-box}.stats-table th{background-color:#f8f9fa;font-weight:600;color:#333}.stats-table tr:hover{background-color:#f8f9fa}.stats-table tfoot{background-color:#f1f3f4;font-weight:700}.stats-table tfoot th,.stats-table tfoot td{border-bottom:none;font-weight:600;color:#333}.monthly-total{background-color:#fff0;font-weight:500}.annual-total{background-color:#f1f3f4;font-weight:600;color:#333}.yearbook-charts{display:block;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;box-sizing:border-box;width:100%}.yearbook-charts h2{display:block;font-size:20px;color:#444;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;font-weight:600}.chart-controls{display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:12px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;box-sizing:border-box;width:100%}.chart-type-selector{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;width:100%}.chart-type-btn{display:inline-block;padding:8px 16px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;outline:none;box-sizing:border-box;text-align:center}.chart-type-btn:hover{background-color:#f0f0f0;border-color:#d0d0d0}.chart-type-btn.active{background-color:#3498db;color:#fff;border-color:#3498db}.chart-type-btn.active:hover{background-color:#2980b9;border-color:#2980b9}.chart-container{display:block;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0;padding:15px;position:relative;min-height:300px;height:auto;box-sizing:border-box;width:100%;overflow:hidden}.yearbook-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#666}.spinner,.yearbook-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:992px){.yearbook-cards-grid{grid-template-columns:repeat(2,1fr)}.yearbook-popular-posts{grid-template-columns:1fr}}@media (max-width:768px){.yearbook-container{padding:10px}.yearbook-header h1{font-size:20px}.yearbook-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px}.yearbook-best-items{grid-template-columns:repeat(2,1fr)}.yearbook-posts-container{grid-template-columns:1fr}.stats-table{font-size:12px;width:100%;table-layout:auto}.stats-table th,.stats-table td{padding:6px 4px;font-size:11px;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-container{padding:10px;min-height:250px}}@media (max-width:480px){.yearbook-cards-grid{grid-template-columns:1fr;gap:10px}.yearbook-best-items{grid-template-columns:1fr}.yearbook-card{flex-direction:column;text-align:center;padding:12px;min-height:100px;height:auto}.yearbook-card-icon{margin-right:0;margin-bottom:8px}.yearbook-card-count{font-size:18px}.stats-table{font-size:11px;table-layout:auto}.stats-table th,.stats-table td{padding:4px 2px;font-size:10px}.chart-container{min-height:200px}}@media print{.yearbook-container{box-shadow:none;max-width:100%}.yearbook-card{break-inside:avoid}.yearbook-loading{display:none!important}}.yearbook-stats{margin-bottom:20px}.yearbook-stat-block{margin-bottom:15px;padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px}.yearbook-stat-block h3{margin-top:0;margin-bottom:8px;color:#444;font-size:1.1em}.yearbook-stats-table{width:100%;border-collapse:collapse;margin-top:10px}.yearbook-stats-table th,.yearbook-stats-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #e0e0e0}.yearbook-stats-table th{background-color:#f8f9fa;font-weight:600;color:#333}.yearbook-stats-table tr:hover{background-color:#f8f9fa}.yearbook-chart-container{margin:15px 0;padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;position:relative;min-height:300px;height:auto;overflow:hidden}.yearbook-chart-placeholder{display:flex;justify-content:center;align-items:center;height:100%;color:#666;font-style:italic}.yearbook-chart-controls{margin:12px 0;text-align:center}.yearbook-chart-type-selector{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px}.yearbook-loading{display:flex;justify-content:center;align-items:center;padding:15px;font-style:italic;color:#666}.yearbook-error{padding:12px;background-color:#f8f8f8;color:#666;border:1px solid #e0e0e0;border-radius:8px;margin:10px 0}@media (max-width:768px){.yearbook-container{padding:8px}.yearbook-header h1{font-size:1.4em}.yearbook-content{padding:10px}.yearbook-stats-table{font-size:13px}.yearbook-stats-table th,.yearbook-stats-table td{padding:6px}}.yearbook-tooltip{cursor:help;border-bottom:1px dashed #999}@media print{.yearbook-navigation,.yearbook-export-container,.yearbook-chart-controls{display:none}.yearbook-container{box-shadow:none;max-width:100%}.yearbook-content{box-shadow:none}}