@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--color-white: #ffffff;--color-light-green: #90ee90;--color-teal: #008080;--color-soft-blue: #87ceeb;--color-gray-light: #f5f5f5;--color-gray-medium: #cccccc;--color-gray-dark: #666666;--font-size-base: 16px;--font-size-small: 14px;--font-size-large: 18px;--font-size-xlarge: 24px;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--card-border-radius: 10px;--card-shadow: 0 2px 8px rgba(0, 0, 0, .1);--card-spacing: 16px;--touch-target-min: 44px;--breakpoint-mobile: 320px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px;--grid-columns-mobile: 2;--grid-columns-tablet: 3;--grid-columns-desktop: 4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--font-size-base);line-height:1.6;color:var(--color-gray-dark);background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;min-width:var(--touch-target-min);min-height:var(--touch-target-min)}html{scroll-behavior:smooth}.category-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:0}.category-tabs .tab-btn{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;bottom:-2px}.category-tabs .tab-btn:hover{color:#5eead4}.category-tabs .tab-btn.active{color:#5eead4;border-bottom-color:#5eead4;background:rgba(94,234,212,.05)}@media (max-width: 768px){.category-tabs .tab-btn{padding:.75rem 1.25rem;font-size:.9rem}}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:3rem;padding:2rem 0}.pagination-btn{min-width:40px;height:40px;padding:.5rem .75rem;border:2px solid #e5e7eb;background:white;color:#6b7280;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled):not(.active):not(.ellipsis){border-color:#5eead4;color:#5eead4;transform:translateY(-2px)}.pagination-btn.active{background:linear-gradient(135deg,#5eead4 0%,#14b8a6 100%);color:#fff;border-color:transparent;box-shadow:0 4px 15px #5eead466}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn.ellipsis{cursor:default;border-color:transparent;background:transparent}.pagination-btn.ellipsis:hover{transform:none}.pagination-btn.pagination-prev,.pagination-btn.pagination-next{font-size:1.5rem;font-weight:700}.footer{position:relative;background:#0d3d2d;color:#fff;margin-top:4rem}.footer .footer-curve{position:absolute;top:-80px;left:0;right:0;height:80px;overflow:hidden}.footer .footer-curve:before{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:#0d3d2d;border-radius:50% 50% 0 0/100% 100% 0 0;transform:scaleX(1.5)}.footer .footer-content{max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem}@media (max-width: 768px){.footer .footer-content{padding:3rem 1rem 1.5rem}}.footer .footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}@media (max-width: 968px){.footer .footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 480px){.footer .footer-columns{grid-template-columns:1fr}}.footer .footer-column .footer-title{font-size:1.1rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.footer .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer .footer-column .footer-links li{margin-bottom:.75rem}.footer .footer-column .footer-links li a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer .footer-column .footer-links li a:hover{color:#fff;text-decoration:underline}.footer .footer-contact .contact-item{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.footer .footer-contact .contact-item .contact-icon{font-size:1.25rem;flex-shrink:0}.footer .footer-contact .contact-item p{margin:0;color:#fffc;font-size:.95rem;line-height:1.6}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.footer .footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.footer .footer-bottom .footer-copyright{margin:0;color:#ffffffb3;font-size:.9rem}.footer .footer-bottom .footer-social{display:flex;gap:1rem}.footer .footer-bottom .footer-social .social-icon{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.footer .footer-bottom .footer-social .social-icon:hover{background:rgba(255,255,255,.2);transform:translateY(-3px)}.footer .footer-bottom .footer-social .social-icon svg{width:20px;height:20px}.content-wrapper{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.content-wrapper{padding:0 1rem}}
