.archive-page{padding:0;margin:0;background-color:var(--background-color);color:var(--text-color)}.archive-hero{position:relative;padding:80px 0;text-align:center;background:linear-gradient(135deg,var(--primary-color,#3498db),var(--secondary-color,#2ecc71));overflow:hidden;color:#fff}body.dark-theme .archive-hero,body.dark-mode .archive-hero{background:linear-gradient(135deg,var(--dark-primary-color,#2186c4),var(--dark-secondary-color,#27ae60))}.archive-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://7scribes.com/wp-content/themes/seven-scribes/assets/css/../images/patterns/archive-waves.svg);background-position:center;background-size:cover;opacity:.3;z-index:1}.hero-content{max-width:900px;margin:0 auto;padding:0 var(--spacing-lg);position:relative;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:var(--spacing-lg);color:#fff;font-weight:800;line-height:1.2;text-shadow:0 2px 8px rgb(0 0 0 / .15)}.hero-subtitle{font-size:1.25rem;margin-bottom:var(--spacing-xl);color:rgb(255 255 255 / .9);line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto;text-shadow:0 1px 4px rgb(0 0 0 / .1)}.shape{position:absolute;z-index:1}.shape-1{top:20%;left:5%;width:40px;height:40px;background:rgb(255 255 255 / .1);border-radius:50%;animation:float 6s ease-in-out infinite}.shape-2{top:50%;right:8%;width:60px;height:60px;background:rgb(255 255 255 / .1);border-radius:10px;transform:rotate(45deg);animation:float 8s ease-in-out infinite 1s}.shape-3{bottom:20%;left:8%;width:35px;height:35px;background:rgb(255 255 255 / .1);border-radius:8px;animation:float 7s ease-in-out infinite 2s}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}100%{transform:translateY(0) rotate(0)}}.archive-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.view-controls{display:flex;gap:1rem}.view-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid rgb(255 255 255 / .2);border-radius:50px;background:#fff0;color:#fff;font-weight:500;cursor:pointer;transition:all 0.3s ease}.view-btn:hover{background:rgb(255 255 255 / .1)}.view-btn.active{background:var(--accent-color);border-color:var(--accent-color)}.sort-container{position:relative}.sort-dropdown{position:relative}.sort-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid rgb(255 255 255 / .2);border-radius:50px;background:#fff0;color:#fff;font-weight:500;cursor:pointer;transition:all 0.3s ease}.sort-toggle:hover{background:rgb(255 255 255 / .1)}.sort-options{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--card-background,#ffffff);border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .15);display:none;z-index:100;padding:8px;border:1px solid rgb(0 0 0 / .1)}.sort-dropdown.active .sort-options{display:flex;flex-direction:row;gap:8px}.sort-option{padding:8px 16px;color:var(--text-color,#333);background:var(--background-color,#f5f5f5);border-radius:6px;cursor:pointer;transition:all 0.2s ease;font-size:.875rem;white-space:nowrap}.sort-option:hover{background:var(--accent-color);color:#fff}.sort-option.active{background:var(--accent-color);color:#3999ff;font-weight:500}.archive-container{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 300px;gap:40px;position:relative;z-index:1}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}.posts-grid.grid-view .post-card{display:flex;flex-direction:column;background:var(--card-background);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:transform 0.3s ease;height:100%;max-width:100%}.posts-grid.grid-view .post-card:hover{transform:translateY(-5px)}.posts-grid.grid-view .post-thumbnail{position:relative;padding-top:45%;overflow:hidden}.posts-grid.grid-view .post-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.posts-grid.grid-view .post-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.posts-grid.list-view{grid-template-columns:1fr;gap:20px}.posts-grid.list-view .post-card{display:flex;flex-direction:row;background:var(--card-background);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:all 0.3s ease;max-height:240px;border-left:3px solid #fff0}.posts-grid.list-view .post-card:hover{transform:translateX(5px);box-shadow:0 6px 12px rgb(0 0 0 / .15);border-left:3px solid var(--accent-color,#3498db)}.posts-grid.list-view .post-thumbnail::before{content:'';position:absolute;top:0;left:-75%;z-index:2;display:block;width:50%;height:100%;background:linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 100%);transform:skewX(-25deg);opacity:0;transition:all 0.7s ease;pointer-events:none}.posts-grid.list-view .post-card:hover .post-thumbnail::before{animation:shine 1.2s;opacity:1}@keyframes shine{100%{left:125%}}.posts-grid.list-view .post-thumbnail{flex:0 0 240px;height:100%;padding-top:0;position:relative;overflow:hidden;border-right:3px solid var(--accent-color,#3498db);box-shadow:inset -3px 0 5px rgb(0 0 0 / .1)}.posts-grid.list-view .post-thumbnail::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to top,rgb(0 0 0 / .3),transparent);z-index:1;pointer-events:none}.posts-grid.list-view .post-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.posts-grid.list-view .post-card:hover .post-thumbnail img{transform:scale(1.05)}.posts-grid.list-view .post-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.post-category{display:none}.post-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.post-title a{color:var(--text-color);text-decoration:none;transition:color 0.2s ease}.post-title a:hover{color:var(--accent-color)}.post-meta{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.813rem;color:var(--text-muted)}.post-excerpt{font-size:.813rem;margin-bottom:.75rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:8px 20px;background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;border-radius:50px;text-decoration:none;font-size:.813rem;font-weight:500;transition:all 0.3s ease;margin-top:auto;width:fit-content;border:none;position:relative;overflow:hidden;box-shadow:0 2px 8px rgb(46 204 113 / .2)}.read-more-btn::after{content:'→';margin-left:4px;transition:transform 0.3s ease;display:inline-block;font-size:1rem}.read-more-btn:hover{background:linear-gradient(135deg,#2ecc71,#3498db);transform:translateY(-2px);box-shadow:0 4px 12px rgb(46 204 113 / .3)}.read-more-btn:hover::after{transform:translateX(4px)}.read-more-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgb(46 204 113 / .2)}.archive-pagination{margin-top:40px;text-align:center}.archive-pagination .page-numbers{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 5px;border-radius:8px;text-decoration:none;transition:all 0.3s ease}.archive-pagination a,.archive-pagination span{background:var(--background-color);border:1px solid var(--border-color,rgb(0 0 0 / .1));color:var(--text-color);font-weight:500;display:flex;align-items:center;justify-content:center}.archive-pagination a:hover{background:var(--accent-color-light,rgb(57 153 255 / .1));color:var(--accent-color)}.archive-pagination .current{background:var(--accent-color);color:#fff;font-weight:700;border:2px solid var(--accent-color-dark,#1a7fd1);box-shadow:0 2px 8px rgb(0 0 0 / .15)}.archive-sidebar{display:flex;flex-direction:column;gap:30px;position:relative;z-index:1;background:var(--background-color)}.sidebar-widget{background:var(--card-background);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgb(0 0 0 / .1);position:relative}.widget-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color)}.categories-list{list-style:none;padding:0;margin:0}.categories-list li{margin-bottom:.75rem}.categories-list a{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--background-color);border-radius:8px;color:var(--text-color);text-decoration:none;transition:all 0.3s ease}.categories-list a:hover{background:var(--accent-color);color:#0bff07}.categories-list a.active{background:var(--accent-color);color:#2888fd}.category-count{background:rgb(255 255 255 / .1);padding:.25rem .5rem;border-radius:50px;font-size:.75rem}.popular-posts{display:flex;flex-direction:column;gap:1rem}.popular-post{display:flex;gap:1rem;padding:.75rem;background:var(--background-color);border-radius:8px;transition:all 0.3s ease}.popular-post:hover{background:var(--accent-color)}.popular-post:hover .popular-post-title a{color:#0f1}.popular-post:hover .popular-post-date{color:rgb(0 255 76 / .8)}.popular-post-thumbnail{width:60px;height:60px;border-radius:8px;overflow:hidden}.popular-post-thumbnail img{width:100%;height:100%;object-fit:cover}.popular-post-content{flex:1}.popular-post-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.popular-post-title a{color:var(--text-color);text-decoration:none}.popular-post-date{font-size:.875rem;color:var(--text-muted)}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--background-color);border-radius:8px;color:var(--text-color);text-decoration:none;transition:all 0.3s ease}.social-link:hover{background:var(--accent-color);color:#44ff01}.social-link svg{width:24px;height:24px}.no-social-links{font-size:.875rem;color:var(--text-muted,#777);background:var(--background-color);padding:.75rem;border-radius:8px;text-align:center;font-style:italic}@media (max-width:1200px){.archive-container{max-width:100%;padding:20px}}@media (max-width:1024px){.archive-container{grid-template-columns:1fr;gap:30px}.archive-sidebar{order:1;position:relative;width:100%}.posts-grid,.posts-grid.grid-view{grid-template-columns:1fr;gap:20px}.hero-title{font-size:3rem}.sidebar-widget{padding:1.25rem}}@media (max-width:768px){.hero-title{font-size:2.25rem;margin-bottom:var(--spacing-md)}.hero-subtitle{font-size:1.125rem;margin-bottom:var(--spacing-lg)}.archive-hero{padding:60px 0}.archive-controls{flex-direction:column;gap:1rem;margin-top:1.5rem}.view-controls{gap:.75rem}.posts-grid.grid-view{grid-template-columns:1fr;gap:16px}.posts-grid.list-view .post-card{flex-direction:row;max-height:none;align-items:center;height:auto;border-left:2px solid #fff0}.posts-grid.list-view .post-card:hover{border-left:2px solid var(--accent-color,#3498db)}.posts-grid.list-view .post-thumbnail{flex:0 0 120px;height:120px;min-height:120px;position:relative;overflow:hidden;border-right:2px solid var(--accent-color,#3498db);border-radius:8px 0 0 8px}.posts-grid.list-view .post-content{padding:.5rem .5rem .5rem 0}.posts-grid.list-view .post-excerpt{-webkit-line-clamp:2;font-size:.75rem}.post-title{font-size:1.125rem}.read-more-btn{padding:8px 16px}.categories-list a{padding:.875rem}.popular-post{padding:.875rem}.social-link{padding:.875rem}.archive-sidebar{margin-top:30px;margin-bottom:0}.sidebar-widget{margin-bottom:20px}.sidebar-widget:last-child{margin-bottom:0}.posts-grid.list-view .read-more-btn{padding:6px 12px;font-size:.75rem;margin-top:.5rem}.posts-grid.list-view .read-more-btn::after{content:'';margin-left:0}}@media (max-width:480px){.archive-hero{padding:40px 0}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1rem;line-height:1.5}.archive-controls{gap:.75rem}.view-controls{flex-direction:row;width:100%;justify-content:space-between}.view-btn{width:48%;padding:.625rem;font-size:.875rem;justify-content:center}.sort-toggle{width:auto;min-width:120px;padding:.625rem 1rem;font-size:.875rem;justify-content:center}.posts-grid{margin-top:24px;gap:16px;grid-template-columns:1fr}.posts-grid.grid-view .post-thumbnail{padding-top:52%}.posts-grid.grid-view .post-content,.posts-grid.list-view .post-content{padding:.875rem}.post-title{font-size:1rem;margin-bottom:.375rem}.post-meta{font-size:.75rem;margin-bottom:.375rem}.post-excerpt{font-size:.813rem;margin-bottom:.625rem;-webkit-line-clamp:2}.read-more-btn{padding:6px 16px;font-size:.75rem}.read-more-btn::after{font-size:.875rem}.sort-options{position:fixed;left:16px;right:16px;bottom:16px;top:auto;background:var(--card-background,#ffffff);border-radius:12px;padding:12px;box-shadow:0 4px 24px rgb(0 0 0 / .2);max-height:80vh;overflow-y:auto}.sort-dropdown.active .sort-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;justify-content:stretch}.sort-option{text-align:center;padding:10px;width:100%}.sidebar-widget{padding:1rem}.widget-title{font-size:1.125rem;margin-bottom:1rem}.categories-list a,.popular-post,.social-link{padding:.75rem}.popular-post-thumbnail{width:50px;height:50px}.popular-post-title{font-size:.875rem}.popular-post-date{font-size:.75rem}.archive-pagination{margin-top:24px}.archive-pagination a,.archive-pagination span{width:36px;height:36px;font-size:.875rem}.posts-grid.list-view .post-card{flex-direction:row;height:auto;gap:10px;align-items:center}.posts-grid.list-view .post-thumbnail{flex:0 0 100px;height:100px;min-height:100px;position:relative;overflow:hidden;border-right:2px solid var(--accent-color,#3498db);border-radius:6px 0 0 6px}.posts-grid.list-view .post-content{padding:.5rem;display:flex;flex-direction:column;justify-content:center}.posts-grid.list-view .post-excerpt{-webkit-line-clamp:2;font-size:.75rem}.posts-grid.list-view .read-more-btn{padding:4px 10px;font-size:.7rem}.posts-grid.list-view .read-more-btn::after{content:'';margin-left:0}}@media (max-width:360px){.hero-title{font-size:1.5rem}.view-btn,.sort-toggle{padding:.5rem;font-size:.813rem}.posts-grid.grid-view .post-thumbnail{padding-top:56%}.sort-dropdown.active .sort-options{grid-template-columns:1fr}.posts-grid.list-view .post-card{gap:8px}.posts-grid.list-view .post-thumbnail{flex:0 0 80px;height:80px;min-height:80px;position:relative;overflow:hidden;border-right:2px solid var(--accent-color,#3498db)}.posts-grid.list-view .post-title{font-size:.875rem;margin-bottom:.25rem}.posts-grid.list-view .post-meta{font-size:.7rem;margin-bottom:.25rem}.sort-toggle{min-width:110px;padding:.5rem .75rem}}