.static-page{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh}.static-page .container{max-width:800px;margin:0 auto;padding:20px}.static-page .breadcrumb{color:#6c757d;background:#fff;border:1px solid #e9ecef;border-radius:10px;margin:0 0 30px;padding:12px 20px;font-size:14px;box-shadow:0 2px 10px #00000014}.static-page .breadcrumb a{color:#3498db;font-weight:500;text-decoration:none;transition:color .3s}.static-page .breadcrumb a:hover{color:#2980b9}.static-page .breadcrumb-separator{color:#adb5bd;margin:0 10px;font-weight:700}.static-page .breadcrumb-current{color:#2c3e50;font-weight:600}.static-page .page-content{background:#fff;border-radius:15px;animation:.6s ease-out fadeInUp;overflow:hidden;box-shadow:0 10px 30px #0000001a}.static-page .page-header{text-align:center;background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:1px solid #e9ecef;padding:40px 40px 30px;position:relative}.static-page .page-header:before{content:"";background:linear-gradient(90deg,#3498db,#2980b9,#e74c3c);height:4px;position:absolute;top:0;left:0;right:0}.static-page .page-title{color:#2c3e50;text-shadow:0 1px 2px #0000001a;margin:0 0 15px;font-size:2.5rem;font-weight:700;line-height:1.3}.static-page .page-subtitle{color:#7f8c8d;margin:0;font-size:1.1rem;font-style:italic}.static-page .text-content{color:#2c3e50;padding:40px;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.8}.static-page .text-content p{text-align:justify;margin-bottom:20px}.static-page .text-content p:first-of-type{color:#34495e;font-size:1.2em;font-weight:500}.static-page .text-content h2{color:#2c3e50;margin:40px 0 20px;padding-bottom:10px;font-size:1.8rem;font-weight:600;position:relative}.static-page .text-content h2:after{content:"";background:linear-gradient(90deg,#3498db,#2980b9);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.static-page .text-content h3{color:#34495e;margin:30px 0 15px;font-size:1.4rem;font-weight:600}.static-page .text-content a{color:#3498db;border-bottom:1px solid #0000;text-decoration:none;transition:all .3s}.static-page .text-content a:hover{color:#2980b9;border-bottom-color:#3498db}.static-page .text-content ul,.static-page .text-content ol{margin:20px 0;padding-left:30px}.static-page .text-content li{margin-bottom:8px}.static-page .text-content blockquote{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:5px solid #3498db;border-radius:0 8px 8px 0;margin:30px 0;padding:20px 30px;font-style:italic;box-shadow:0 4px 15px #0000000d}.static-page .text-content hr{background:linear-gradient(90deg,#3498db,#2980b9);border:none;border-radius:2px;height:3px;margin:40px 0}.static-page .search-header{color:#fff;text-align:center;background:linear-gradient(135deg,#3498db,#2980b9);padding:30px 40px}.static-page .search-title{margin:0 0 10px;font-size:2rem;font-weight:600}.static-page .search-query{opacity:.9;font-size:1.1rem;font-style:italic}.static-page .search-stats{color:#7f8c8d;background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:15px 40px;font-size:.9rem}.static-page .search-results{padding:0}.static-page .search-result{border-bottom:1px solid #f1f3f5;align-items:flex-start;gap:20px;padding:25px 40px;transition:background .3s;display:flex}.static-page .search-result:hover{background:#f8f9fa}.static-page .search-result:last-child{border-bottom:none}.static-page .search-result-image{border-radius:8px;flex-shrink:0;width:120px;height:90px;overflow:hidden}.static-page .search-result-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.static-page .search-result:hover .search-result-image img{transform:scale(1.05)}.static-page .search-result-content{flex:1;min-width:0}.static-page .search-result-title{margin:0 0 10px;font-size:1.3rem;font-weight:600}.static-page .search-result-title a{color:#2c3e50;text-decoration:none;transition:color .3s}.static-page .search-result-title a:hover{color:#3498db}.static-page .search-result-meta{color:#7f8c8d;align-items:center;gap:15px;margin-bottom:10px;font-size:.9rem;display:flex}.static-page .search-category{color:#fff;background:#3498db;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:500}.static-page .search-result-excerpt{color:#5a6c7d;margin-bottom:10px;line-height:1.6}.static-page .search-result-link{color:#3498db;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.static-page .search-result-link:hover{color:#2980b9}.static-page .no-results{text-align:center;color:#7f8c8d;padding:60px 40px}.static-page .no-results h3{color:#2c3e50;margin:0 0 15px;font-size:1.5rem}.static-page .no-results p{margin:0 0 25px;font-size:1rem}.static-page .page-navigation{text-align:center;background:#f8f9fa;border-top:1px solid #e9ecef;padding:30px 40px}.static-page .btn{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:25px;align-items:center;gap:8px;padding:12px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #3498db4d}.static-page .btn:hover{background:linear-gradient(135deg,#2980b9,#1c5985);transform:translateY(-2px);box-shadow:0 6px 20px #3498db66}.static-page .btn-outline{color:#3498db;box-shadow:none;background:0 0;border:2px solid #3498db}.static-page .btn-outline:hover{color:#fff;background:#3498db}.static-page .pagination-container{background:#f8f9fa;border-top:1px solid #e9ecef;padding:30px 40px}.static-page .pagination{justify-content:center;gap:10px;display:flex}.static-page .pagination-btn{color:#5a6c7d;background:#fff;border:2px solid #e9ecef;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:8px 12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.static-page .pagination-btn:hover:not(.current){color:#fff;background:#3498db;border-color:#3498db;transform:translateY(-2px)}.static-page .pagination-btn.current{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-color:#3498db}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.static-page .search-result{animation:.4s ease-out forwards fadeInUp}.static-page .search-result:first-child{animation-delay:.1s}.static-page .search-result:nth-child(2){animation-delay:.2s}.static-page .search-result:nth-child(3){animation-delay:.3s}.static-page .search-result:nth-child(4){animation-delay:.4s}.static-page .search-result:nth-child(5){animation-delay:.5s}@media (width<=768px){.static-page .container{padding:15px}.static-page .page-title{font-size:2rem}.static-page .page-header{padding:25px 25px 20px}.static-page .text-content{padding:25px;font-size:1rem}.static-page .search-header{padding:20px 25px}.static-page .search-title{font-size:1.6rem}.static-page .search-result{padding:20px 25px}.static-page .search-stats{padding:12px 25px}.static-page .page-navigation,.static-page .pagination-container{padding:20px 25px}.static-page .search-result-meta{flex-direction:column;align-items:flex-start;gap:8px}.static-page .search-result{flex-direction:column;gap:15px}.static-page .search-result-image{width:100%;height:200px}}@media (width<=480px){.static-page .page-title{font-size:1.6rem}.static-page .search-title{font-size:1.4rem}.static-page .text-content{padding:20px}.static-page .search-result{padding:15px 20px}.static-page .breadcrumb{padding:10px 15px;font-size:13px}}.static-page .btn:focus,.static-page .btn-outline:focus,.static-page .pagination-btn:focus,.static-page a:focus{outline-offset:2px;outline:3px solid #3498db4d}
