*{margin:0;padding:0;box-sizing:border-box;border:1px solid var(--border);outline:1px solid color-mix(in srgb,var(--ring),transparent 50%)}:root{--primary-red: #b91c1c;--primary-yellow: #facc15;--background-light: #fefce8;--accent-blue: #2563eb;--text-dark: #1f2937;--text-light: #6b7280;--white: #ffffff;--border-light: #e5e7eb;--shadow: rgba(0, 0, 0, .1);--background: #ffffff;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a;--radius: 10px}.dark{--background: #1a1a1a;--foreground: #ffffff;--card: #1a1a1a;--card-foreground: #ffffff;--popover: #1a1a1a;--popover-foreground: #ffffff}body{font-family:Arial,sans-serif;background-color:var(--background-light);color:var(--text-dark);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5rem;line-height:1.2}h1{font-size:clamp(2rem,5vw,2.5rem)}h2{font-size:clamp(1.75rem,4vw,2rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}h4{font-size:clamp(1.125rem,2.5vw,1.25rem)}p{margin-bottom:1rem;color:var(--text-light)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-4{padding:1rem 0}.px-4{padding:0 1rem}@media (max-width: 1024px){.container{padding:0 1.5rem}}@media (max-width: 768px){.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex-between{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width: 480px){.container{padding:0 .75rem}.grid{gap:1rem}}*:focus{outline-offset:2px}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}::-webkit-scrollbar{width:0;background:transparent}::-webkit-scrollbar-thumb{background:transparent}html{scrollbar-width:none;-ms-overflow-style:none}body{-ms-overflow-style:none;scrollbar-width:none}html,body{overflow-x:hidden;overflow-y:auto}.header{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);color:var(--white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px var(--shadow);transition:all .3s ease}.header.scrolled{background:#b91c1cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026}.header .header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1200px;margin:0 auto;position:relative}.header .header-container .logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--white);z-index:1001}.header .header-container .logo .logo-icon{width:40px;height:40px;background:var(--primary-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--primary-red)}.header .header-container .nav-desktop{display:flex;gap:2rem;list-style:none}.header .header-container .nav-desktop a{color:var(--white);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.header .header-container .nav-desktop a:hover{background-color:#ffffff1a;transform:translateY(-1px)}.header .header-container .nav-desktop a.active{background-color:var(--primary-yellow);color:var(--primary-red);font-weight:600}.header .header-container .header-right{display:flex;align-items:center;gap:1rem}.header .header-container .header-right .weather-widget{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header .header-container .header-right .weather-widget .weather-temp{font-weight:600}.header .header-container .header-right .weather-widget .weather-desc{opacity:.8}.header .header-container .mobile-menu-btn{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem;z-index:1001}.header .header-container .mobile-menu-btn .hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.header .header-container .mobile-menu-btn .hamburger span{display:block;height:2px;width:100%;background:var(--white);border-radius:1px;transition:all .3s ease;transform-origin:center}.header .header-container .mobile-menu-btn .hamburger span:nth-child(1){margin-bottom:6px}.header .header-container .mobile-menu-btn .hamburger span:nth-child(2){margin-bottom:6px}.header .header-container .mobile-menu-btn .hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header .header-container .mobile-menu-btn .hamburger.active span:nth-child(2){opacity:0}.header .header-container .mobile-menu-btn .hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header .nav-mobile{position:fixed;top:70px;right:0;width:320px;height:calc(100vh - 70px);background:var(--white);box-shadow:-5px 0 20px #0000001a;transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:1000;overflow-y:auto;transform:translate(100%);display:block}.header .nav-mobile.active{transform:translate(0)}.header .nav-mobile .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--primary-red);color:var(--white)}.header .nav-mobile .mobile-menu-header .mobile-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700}.header .nav-mobile .mobile-menu-header .mobile-close-btn{background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.header .nav-mobile .mobile-menu-header .mobile-close-btn:hover{background:#ffffff1a}.header .nav-mobile .mobile-nav-list{list-style:none;padding:0;margin:0}.header .nav-mobile .mobile-nav-list li{border-bottom:1px solid var(--border-light)}.header .nav-mobile .mobile-nav-list a{display:block;color:var(--text-dark);text-decoration:none;padding:1rem 1.5rem;font-weight:00;transition:all .3s ease;position:relative;transform:translate(30px);opacity:0}.header .nav-mobile .mobile-nav-list a:hover{background-color:var(--background-light);color:var(--primary-red)}.header .nav-mobile .mobile-nav-list a.active{background-color:var(--primary-red);color:var(--white)}.header .nav-mobile.active .mobile-nav-list li:nth-child(1) a{animation:slideInItem .4s ease .1s forwards}.header .nav-mobile.active .mobile-nav-list li:nth-child(2) a{animation:slideInItem .4s ease .15s forwards}.header .nav-mobile.active .mobile-nav-list li:nth-child(3) a{animation:slideInItem .4s ease .2s forwards}.header .nav-mobile.active .mobile-nav-list li:nth-child(4) a{animation:slideInItem .4s ease .25s forwards}.header .nav-mobile.active .mobile-nav-list li:nth-child(5) a{animation:slideInItem .4s ease .3s forwards}@keyframes slideInItem{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}.header .nav-mobile .mobile-menu-footer{padding:1.5rem;background:var(--background-light);margin-top:auto}.header .nav-mobile .mobile-menu-footer .mobile-weather{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--white);border-radius:.75rem;margin-bottom:1rem;font-weight:700;color:gold}.header .nav-mobile .mobile-menu-footer .mobile-contact{color:var(--text-light);font-size:.875rem}.header .nav-mobile .mobile-menu-footer .mobile-contact p{margin:.5rem 0}.header .mobile-overlay{position:fixed;inset:70px 0 0;background:#0000;z-index:999;transition:background-color .3s ease;opacity:0;visibility:hidden;pointer-events:none}.header .mobile-overlay.active{background:#00000080;opacity:1;visibility:visible;pointer-events:auto}@media (max-width: 768px){.header .header-container .nav-desktop{display:none}.header .header-container .mobile-menu-btn{display:block}.header .nav-mobile{top:60px;height:calc(100vh - 60px);display:block}.header .header-container .header-right .weather-widget{font-size:.75rem;padding:.375rem .75rem}.header .header-container .header-right .weather-widget .weather-desc{display:none}.header .header-container .logo{font-size:1.25rem}.header .header-container .logo .logo-icon{width:35px;height:35px;font-size:1.125rem}.header .header-container{padding:.75rem 1rem}}@media (max-width: 480px){.header .nav-mobile{top:55px;height:calc(100vh - 55px);width:100%;display:block}.header .header-container .header-right .weather-widget{padding:.25rem .5rem;font-size:.6875rem}.header .header-container .logo{font-size:1.125rem}.header .header-container .logo .logo-icon{width:32px;height:32px;font-size:1rem}.header .nav-mobile .mobile-menu-header{padding:1.25rem}.header .nav-mobile .mobile-menu-header .mobile-logo{font-size:1.125rem}}@media (max-width: 354px){.header .nav-mobile{top:70px}}@media (prefers-reduced-motion: no-preference){.header .nav-mobile{transition:transform .4s cubic-bezier(.4,0,.2,1)}}.header .header-container .mobile-menu-btn:focus,.header .nav-mobile .mobile-menu-header .mobile-close-btn:focus{outline:2px solid var(--primary-yellow);outline-offset:2px}.header .header-container .nav-desktop a:focus,.header .nav-mobile .mobile-nav-list a:focus{outline:2px solid var(--primary-yellow);outline-offset:2px}.footer{background:var(--text-dark);color:var(--white);margin-top:4rem}.footer .footer-content{max-width:1200px;margin:0 auto;padding:3rem 1rem 2rem}.footer .footer-content .footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer .footer-content .footer-grid .footer-section h3{color:var(--primary-yellow);margin-bottom:1rem;font-size:1.125rem}.footer .footer-content .footer-grid .footer-section ul{list-style:none}.footer .footer-content .footer-grid .footer-section li{margin-bottom:.5rem}.footer .footer-content .footer-grid .footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer .footer-content .footer-grid .footer-section a:hover{color:var(--primary-yellow)}.footer .footer-content .footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}.footer .footer-content .footer-bottom .social-links{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.footer .footer-content .footer-bottom .social-links .social-link{width:40px;height:40px;background:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:background-color .3s ease}.footer .footer-content .footer-bottom .social-links .social-link:hover{background:var(--primary-yellow);color:var(--primary-red)}@media (max-width: 768px){.footer .footer-content .footer-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.footer .footer-content .footer-grid{grid-template-columns:1fr}.footer .footer-content{padding:2rem 1rem 1rem}}.card{background:var(--white);border-radius:.75rem;box-shadow:0 4px 6px -1px var(--shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px var(--shadow);border-color:var(--primary-yellow)}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.card-description{color:var(--text-light);margin-bottom:1rem;line-height:1.5}.card-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--text-light);margin-bottom:1rem}.card-actions{display:flex;gap:.75rem}.job-card{border-left:4px solid var(--primary-red)}.job-card .card-title{color:var(--primary-red)}.job-type{background:var(--primary-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.news-card{border-left:4px solid var(--accent-blue)}.news-card .card-title{color:var(--accent-blue)}.service-card{text-align:center;border:2px solid var(--border-light)}.service-card:hover{border-color:var(--primary-red)}.service-icon{width:60px;height:60px;background:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white);font-size:1.5rem}.place-card .card-image{height:250px}.place-card .card-title{color:var(--primary-red)}@media (max-width: 768px){.card-content{padding:1rem}.card-image{height:180px}.place-card .card-image{height:200px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-primary{background:var(--primary-red);color:var(--white)}.btn-primary:hover{background:#991b1b;transform:translateY(-1px);box-shadow:0 4px 12px #b91c1c4d}.btn-secondary{background:var(--primary-yellow);color:var(--text-dark)}.btn-secondary:hover{background:#eab308;transform:translateY(-1px);box-shadow:0 4px 12px #facc154d}.btn-outline{background:transparent;color:var(--primary-red);border:2px solid var(--primary-red)}.btn-outline:hover{background:var(--primary-red);color:var(--white)}.btn-small{padding:.5rem 1rem;font-size:.75rem}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}@media (max-width: 768px){.btn{padding:.625rem 1.25rem;font-size:.8125rem}.btn-large{padding:.875rem 1.75rem;font-size:.9375rem}}.hero{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 50%,var(--primary-yellow) 100%);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' ... %3E%3C/svg%3E") repeat;opacity:.1}.hero .hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:3rem;position:relative;z-index:1}.hero .hero-text{flex:1}.hero .hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero .hero-subtitle{font-size:1.5rem;color:var(--primary-yellow);margin-bottom:1rem;font-weight:600}.custom-links{display:flex;align-items:center;justify-content:center;background-color:#facc15;font-weight:bolder;color:#000;text-decoration:none;border:2px solid #b91c1c;padding:10px 20px;border-radius:10px;transition:all .3s ease}.custom-links:hover{transform:translateY(-5px)}.custom-lik{display:inline-block;color:#fefefe;text-decoration:none;background-color:#b91c1c;padding:12px 20px;border-radius:5px;font-weight:bolder;transition:all .3s ease}.custom-lik:hover{transform:translateY(-8px);box-shadow:0 5px 15px #0003}.custom-news-lik{padding:8px 10px;color:#b91c1c;border:2px solid #b91c1c;border-radius:10px;text-decoration:none;font-weight:700}.custom-news-lik:hover{background-color:#facc15;color:#000;box-shadow:0 5px 15px #0006;border:none}.hero .hero-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9;line-height:1.6;color:#faf3e0}.hero .hero-buttons{display:flex;gap:1rem}.hero .hero-image{flex:1}.hero .hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px #0000004d}.highlights{background:var(--white);padding:3rem 0;margin-top:-2rem;position:relative;z-index:2}.highlights .highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.highlights .highlight-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 30px #0000001a;border:2px solid transparent;transition:all .3s ease}.highlights .highlight-card:hover{transform:translateY(-5px);border-color:var(--primary-yellow);box-shadow:0 20px 40px #00000026}.highlights .highlight-card .highlight-icon{font-size:2.5rem;margin-bottom:1rem}.highlights .highlight-card h3{color:var(--primary-red);margin-bottom:.5rem;font-size:1.25rem}.highlights .highlight-card p{color:var(--text-light);margin:0}.about-preview{padding:4rem 0;background:var(--background-light)}.about-preview .about-content{display:flex;align-items:center;gap:3rem}.about-preview .about-text{flex:1}.about-preview .about-text h2{color:var(--primary-red);margin-bottom:1.5rem;font-size:2.5rem}.about-preview .about-text p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.about-preview .about-image{flex:1}.about-preview .about-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 15px 35px #0000001a}.places,.jobs-preview,.news-preview,.events{padding:4rem 0}.places{background:var(--white)}.jobs-preview{background:var(--background-light)}.news-preview{background:var(--white)}.events{background:var(--background-light)}.section-header p{font-size:1.125rem;color:var(--text-light)}.section-footer{text-align:center;margin-top:3rem}.places .places-grid,.jobs-preview .jobs-grid,.news-preview .news-grid,.events .events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.jobs-preview .job-meta{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.jobs-preview .job-salary{color:var(--primary-red);font-weight:600}.jobs-preview .job-actions{display:flex;gap:.75rem}.news-preview .news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.news-preview .news-category{background:var(--accent-blue);color:var(--white);padding:.25rem .75rem;border-radius:1rem;font-weight:600}.news-preview .news-date{color:var(--text-light)}.places .place-category{background:var(--primary-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:inline-block}.events .event-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 10px 30px #0000001a;display:flex;gap:1.5rem;transition:transform .3s ease}.events .event-card:hover{transform:translateY(-3px)}.events .event-date{background:var(--primary-red);color:var(--white);padding:1rem;border-radius:.75rem;text-align:center;min-width:80px}.events .event-date .day{display:block;font-size:2rem;font-weight:700;line-height:1}.events .event-date .month{display:block;font-size:.875rem;text-transform:uppercase;margin-top:.25rem}.events .event-details h3{color:var(--primary-red);margin-bottom:.5rem;font-size:1.25rem}.events .event-details p{margin-bottom:.75rem;color:var(--text-light)}.events .event-location{color:var(--text-light);font-size:.875rem}@media (max-width: 768px){.hero .hero-content{flex-direction:column;text-align:center;gap:2rem}.hero .hero-text h1{font-size:2.5rem}.hero .hero-subtitle{font-size:1.25rem}.hero .hero-buttons{justify-content:center;flex-wrap:wrap}.highlights .highlights-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-preview .about-content{flex-direction:column;gap:2rem}.places .places-grid,.jobs-preview .jobs-grid,.news-preview .news-grid,.events .events-grid{grid-template-columns:1fr;gap:1.5rem}.section-header h2{font-size:2rem}.events .event-card{flex-direction:column;text-align:center}.events .event-date{align-self:center}}@media (max-width: 480px){.hero{padding:2rem 0}.hero .hero-text h1{font-size:2rem}.highlights .highlights-grid{grid-template-columns:1fr}.highlights .highlight-card{padding:1.5rem}.about-preview .about-text h2,.section-header h2{font-size:1.75rem}.jobs-preview .job-actions{flex-direction:column}}.about-hero{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);color:var(--white);display:flex;align-items:center;min-height:40vh}.about-hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:3rem}.about-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-hero-content p{font-size:1.25rem;opacity:.9;line-height:1.6;color:#faf3e0}.about-hero-image{flex:1}.about-hero-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 40px #0000004d}.history-section{padding:4rem 0;background:var(--background-light)}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:var(--primary-red);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:center}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-item:nth-child(odd) .timeline-content{text-align:right;padding-right:3rem}.timeline-item:nth-child(2n) .timeline-content{text-align:left;padding-left:3rem}.timeline-marker{position:absolute;left:50%;width:20px;height:20px;background:var(--primary-yellow);border:4px solid var(--primary-red);border-radius:50%;transform:translate(-50%);z-index:2}.timeline-content{flex:1;background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 10px 30px #0000001a;position:relative}.timeline-content:before{content:"";position:absolute;top:50%;width:0;height:0;border:15px solid transparent;transform:translateY(-50%)}.timeline-item:nth-child(odd) .timeline-content:before{left:100%;border-left-color:var(--white)}.timeline-item:nth-child(2n) .timeline-content:before{right:100%;border-right-color:var(--white)}.timeline-year{background:var(--primary-red);color:var(--white);padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.875rem;display:inline-block;margin-bottom:1rem}.timeline-content h3{color:var(--primary-red);margin-bottom:.75rem;font-size:1.25rem}.timeline-content p{color:var(--text-light);line-height:1.6;margin:0}.famous-people{padding:4rem 0;background:var(--white)}.people-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.person-card{background:var(--white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.person-card:hover{transform:translateY(-5px)}.person-image{height:250px;overflow:hidden}.person-image img{width:100%;height:100%;object-fit:cover;object-position:top 20px}.person-info{padding:2rem}.person-info h3{color:var(--primary-red);font-size:1.5rem;margin-bottom:.5rem}.person-info h4{color:var(--primary-yellow);font-size:1rem;font-weight:600;margin-bottom:1rem}.person-info p{color:var(--text-light);line-height:1.6;margin:0}.culture-section{padding:4rem 0;background:var(--background-light)}.culture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.culture-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.culture-card:hover{transform:translateY(-5px)}.culture-icon{font-size:3rem;margin-bottom:1rem}.culture-card h3{color:var(--primary-red);margin-bottom:1rem;font-size:1.25rem}.culture-card p{color:var(--text-light);line-height:1.6;margin:0}.culture-details{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.culture-detail{background:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 10px 30px #0000001a}.culture-detail h3{color:var(--primary-red);margin-bottom:1.5rem;font-size:1.5rem}.culture-detail p{color:var(--text-light);line-height:1.7;margin:0}.person-image{position:relative}.person-image .overlay{position:absolute;inset:0;background:#00000080;opacity:0;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease}.person-card:hover .overlay{opacity:1}.read-more-btn{background:var(--primary-red);color:#fff;text-decoration:none;border:none;padding:.6rem 1.2rem;border-radius:2rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .3s ease}.read-more-btn:hover{background:var(--primary-yellow);color:var(--text-dark)}.view-more-container{text-align:center;margin-top:2rem}.food-section{padding:4rem 0;background:var(--white)}.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.food-card{background:var(--white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.food-card:hover{transform:translateY(-5px)}.food-image{height:150px;overflow:hidden}.food-image img{width:100%;height:100%;object-fit:cover}.food-info{padding:1.5rem}.food-info h3{color:var(--primary-red);margin-bottom:.75rem;font-size:1.25rem}.food-info p{color:var(--text-light);line-height:1.6;margin:0;font-size:.9375rem}.food-culture{background:var(--background-light);padding:2.5rem;border-radius:1rem;text-align:center}.food-culture h3{color:var(--primary-red);margin-bottom:1.5rem;font-size:1.75rem}.food-culture p{color:var(--text-light);line-height:1.7;font-size:1.125rem;margin:0}.about-cta{padding:4rem 0;background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-yellow) 100%);color:var(--white)}.cta-content{text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){.about-hero-content{flex-direction:column;text-align:center;gap:2rem}.about-hero-content h1{font-size:2.5rem}.timeline:before{left:20px}.timeline-item{flex-direction:column;align-items:flex-start}.timeline-item:nth-child(odd){flex-direction:column}.timeline-marker{left:20px}.timeline-content{margin-left:50px;text-align:left!important;padding:1.5rem}.timeline-item:nth-child(odd) .timeline-content{padding-right:1.5rem}.timeline-content:before{right:100%!important;left:auto!important;border-right-color:var(--white)!important;border-left-color:transparent!important}.people-grid{grid-template-columns:1fr;gap:2rem}.culture-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.culture-details{grid-template-columns:1fr;gap:2rem}.food-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.section-header h2{font-size:2rem}}@media (max-width: 480px){.about-hero-content h1{font-size:2rem}.culture-grid,.food-grid{grid-template-columns:1fr}.culture-detail,.food-culture{padding:2rem}.timeline-content{margin-left:40px;padding:1.25rem}.cta-content h2{font-size:2rem}}.gallery-header{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);color:var(--white);padding:3rem 0;text-align:center}.gallery-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.aa{color:#faf3e0}.gallery-header p{font-size:1.25rem;opacity:.9;margin:0;max-width:700px;margin:0 auto 2rem;color:#faf3e0}.header-actions{margin-top:2rem}.upload-btn{background:var(--primary-yellow)!important;color:var(--primary-red)!important;border:none!important;font-weight:600;padding:.75rem 2rem;font-size:1rem}.upload-btn:hover{background:#fbbf24!important;transform:translateY(-2px)}.gallery-filters{background:var(--white);padding:2rem 0;border-bottom:2px solid var(--border-light)}.filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--background-light);border:2px solid var(--border-light);border-radius:2rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease;position:relative}.filter-button:hover{border-color:var(--primary-yellow);color:var(--primary-red);background:var(--white)}.filter-button.active{background:var(--primary-red);border-color:var(--primary-red);color:var(--white)}.filter-icon{font-size:1.25rem}.photo-badge{background:var(--primary-yellow);color:var(--primary-red);font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:1rem;margin-left:.5rem;min-width:1.5rem;text-align:center}.filter-button.active .photo-badge{background:var(--white);color:var(--primary-red)}.photo-gallery{padding:3rem 0;background:var(--background-light)}.gallery-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}.gallery-stats h2{color:var(--primary-red);font-size:2rem;margin:0}.photo-count{background:var(--white);color:var(--text-light);padding:.5rem 1rem;border-radius:1rem;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-item{cursor:pointer;border-radius:1rem;overflow:hidden;transition:transform .3s ease;position:relative}.gallery-item:hover{transform:translateY(-5px)}.gallery-image{position:relative;height:250px;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image img{transform:scale(1.1)}.user-photo-badge{position:absolute;top:1rem;right:1rem;background:var(--primary-yellow);color:var(--primary-red);padding:.5rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem;z-index:2;box-shadow:0 2px 10px #0000001a}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.overlay-content{color:var(--white)}.overlay-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.overlay-content p{font-size:.9375rem;margin-bottom:1rem;opacity:.9}.upload-date{font-size:.8125rem!important;opacity:.7!important;margin-bottom:.5rem!important}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-light)}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.empty-state p{font-size:1.125rem;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.video-gallery{padding:4rem 0;background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--primary-red);font-size:2.5rem;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--text-light);margin:0}.video-carousel{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.video-card{background:var(--white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.video-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.video-thumbnail{position:relative;height:200px;overflow:hidden}.video-thumbnail img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#b91c1ce6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem;cursor:pointer;transition:all .3s ease}.play-button:hover{background:var(--primary-red);transform:translate(-50%,-50%) scale(1.1)}.video-duration{position:absolute;bottom:.75rem;right:.75rem;background:#000c;color:var(--white);padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-weight:600}.video-info{padding:2rem}.video-info h3{color:var(--primary-red);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.video-info p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.featured-collections{padding:4rem 0;background:var(--background-light)}.featured-collections h2{text-align:center;color:var(--primary-red);font-size:2.5rem;margin-bottom:3rem}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.collection-card{background:var(--white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.collection-card:hover{transform:translateY(-5px)}.collection-image{height:200px;overflow:hidden}.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-card:hover .collection-image img{transform:scale(1.05)}.collection-content{padding:2rem}.collection-content h3{color:var(--primary-red);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.collection-content p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.collection-stats{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.875rem;font-weight:600}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{width:100%;height:auto;max-height:90vh;object-fit:contain;border-radius:.5rem}.lightbox-close{position:absolute;top:-3rem;right:0;background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.lightbox-close:hover{background:#ffffff1a}.upload-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1001;padding:2rem}.upload-modal{background:var(--white);border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.upload-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:2px solid var(--border-light)}.upload-modal-header h3{color:var(--primary-red);font-size:1.5rem;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background:var(--background-light)}.upload-modal-content{padding:2rem}.upload-area{text-align:center;padding:3rem 2rem;border:2px dashed var(--border-light);border-radius:1rem;transition:all .3s ease}.upload-area:hover{border-color:var(--primary-yellow);background:var(--background-light)}.upload-icon{font-size:3rem;margin-bottom:1rem;opacity:.7}.upload-area h4{color:var(--primary-red);font-size:1.25rem;margin-bottom:.5rem}.upload-area p{color:var(--text-light);margin-bottom:2rem}.upload-input{display:none}.upload-button{display:inline-block;background:var(--primary-red);color:var(--white);padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.upload-button:hover{background:#dc2626;transform:translateY(-2px)}.upload-note{font-size:.875rem;color:var(--text-light);margin:0}@media (max-width: 768px){.gallery-header h1{font-size:2.5rem}.filter-buttons{gap:.75rem}.filter-button{padding:.5rem 1rem;font-size:.875rem}.gallery-stats{flex-direction:column;gap:1rem;align-items:flex-start}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.gallery-image{height:200px}.upload-modal{margin:1rem;max-width:none}.upload-modal-header,.upload-modal-content{padding:1.5rem}.upload-area{padding:2rem 1rem}.video-carousel,.collections-grid{grid-template-columns:1fr;gap:1.5rem}.collection-content{padding:1.5rem}.section-header h2,.featured-collections h2{font-size:2rem}}@media (max-width: 480px){.gallery-header{padding:2rem 0}.gallery-header h1{font-size:2rem}.gallery-filters{padding:1.5rem 0}.filter-buttons{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.photo-gallery{padding:2rem 0}.gallery-grid{grid-template-columns:1fr}.video-info{padding:1.5rem}.play-button{width:50px;height:50px;font-size:1.25rem}.lightbox-overlay{padding:1rem}.lightbox-close{top:-2.5rem;font-size:1.5rem;width:2.5rem;height:2.5rem}}.services-header{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);color:var(--white);padding:3rem 0;text-align:center}.services-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.services-header p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;color:#faf3e0}.emergency-banner{background:var(--white);padding:3rem 0;border-bottom:4px solid var(--primary-yellow)}.emergency-banner h2{text-align:center;color:var(--primary-red);font-size:2.5rem;margin-bottom:2rem}.emergency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.emergency-card{background:var(--white);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000001a;border:3px solid transparent;transition:all .3s ease}.emergency-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.emergency-card.red{border-color:#ef4444}.emergency-card.orange{border-color:#f97316}.emergency-card.green{border-color:#22c55e}.emergency-card.purple{border-color:#a855f7}.emergency-icon{font-size:3rem;margin-bottom:1rem}.emergency-info h3{color:var(--text-dark);font-size:1.125rem;margin-bottom:.5rem}.emergency-number{font-size:2rem;font-weight:700;color:var(--primary-red);margin-bottom:1.5rem}.search-section{background:var(--background-light);padding:3rem 0}.search-bar{margin-bottom:2rem}.search-input-wrapper{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:1rem 4rem 1rem 1.5rem;font-size:1.125rem;border:3px solid var(--border-light);border-radius:3rem;background:var(--white);transition:all .3s ease}.search-input:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 4px #b91c1c1a}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--primary-red);border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:background-color .3s ease}.search-button:hover{background:#991b1b}.category-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.category-filter{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border:2px solid var(--border-light);border-radius:2rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease}.category-filter:hover{border-color:var(--primary-yellow);color:var(--primary-red)}.category-filter.active{background:var(--primary-red);border-color:var(--primary-red);color:var(--white)}.category-icon{font-size:1.25rem}.services-grid-section{padding:3rem 0;background:var(--white)}.services-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}.services-results-header h2{color:var(--primary-red);font-size:2rem;margin:0}.results-count{color:var(--text-light);font-size:1rem;background:var(--background-light);padding:.5rem 1rem;border-radius:1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--white);border:2px solid var(--border-light);border-radius:1rem;padding:2rem;transition:all .3s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card.fade-up{animation:fadeUp .8s ease forwards}.service-card:hover{border-color:var(--primary-yellow);box-shadow:0 15px 35px #0000001a;transform:translateY(-3px)}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.service-icon{font-size:2.5rem;width:60px;height:60px;background:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center}.service-category{background:var(--primary-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.service-name{color:var(--primary-red);font-size:1.25rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.service-details{margin-bottom:1.5rem}.service-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-light);font-size:.9375rem}.service-detail:last-child{margin-bottom:0}.detail-icon{font-size:1rem;width:20px;text-align:center}.service-actions{display:flex;gap:.75rem}.no-results{text-align:center;padding:4rem 2rem;color:var(--text-light)}.no-results-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-results h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:.5rem}.no-results p{font-size:1.125rem;margin:0}.additional-info{background:var(--background-light);padding:4rem 0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.info-card{background:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 10px 30px #0000001a}.info-card h3{color:var(--primary-red);font-size:1.5rem;margin-bottom:1rem}.info-card p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.info-card ul{list-style:none;padding:0}.info-card li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem;border-bottom:1px solid var(--border-light)}.info-card li:last-child{border-bottom:none}.info-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-red);font-weight:600}@media (max-width: 768px){.services-header h1{font-size:2.5rem}.emergency-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.emergency-card{padding:1.5rem}.emergency-number{font-size:1.5rem}.category-filters{gap:.75rem}.category-filter{padding:.5rem 1rem;font-size:.875rem}.services-results-header{flex-direction:column;gap:1rem;align-items:flex-start}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-actions{flex-direction:column}.info-grid{grid-template-columns:1fr;gap:1.5rem}.info-card{padding:2rem}}@media (max-width: 480px){.services-header{padding:2rem 0}.services-header h1{font-size:2rem}.emergency-banner{padding:2rem 0}.emergency-banner h2{font-size:2rem}.emergency-grid{grid-template-columns:1fr}.search-section{padding:2rem 0}.search-input{padding:.875rem 3.5rem .875rem 1.25rem;font-size:1rem}.search-button{width:2.5rem;height:2.5rem;right:.375rem}.category-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.service-card{padding:1.5rem}.service-header{flex-direction:column;gap:1rem;align-items:flex-start}}.page-header{background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);color:var(--white);padding:3rem 0;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.25rem;opacity:.9;margin:0;color:#faf3e0}.main-content{padding:3rem 0;background:var(--background-light)}.content-layout{display:grid;grid-template-columns:1fr 350px;gap:3rem}.content-main{background:var(--white);border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden}.tabs-navigation{display:flex;background:var(--white);border-bottom:2px solid var(--border-light)}.tab-button{flex:1;padding:1.5rem 2rem;background:none;border:none;font-size:1rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease;position:relative}.tab-button:hover{background:var(--background-light);color:var(--primary-red)}.tab-button.active{color:var(--primary-red);background:var(--background-light)}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:4px;background:var(--primary-red)}.tab-content{padding:2rem}.section-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.section-info h2{color:var(--primary-red);font-size:2rem;margin-bottom:.5rem}.section-info p{color:var(--text-light);font-size:1.125rem;margin:0}.jobs-list{display:flex;flex-direction:column;gap:2rem}.job-listing-card{background:var(--white);border:2px solid var(--border-light);border-radius:1rem;padding:2rem;transition:all .3s ease}.job-listing-card:hover{border-color:var(--primary-yellow);box-shadow:0 10px 30px #0000001a}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.job-title{color:var(--primary-red);font-size:1.5rem;font-weight:600;margin:0;flex:1}.job-type-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase}.job-type-badge.government{background:var(--primary-red);color:var(--white)}.job-type-badge.private{background:var(--accent-blue);color:var(--white)}.job-company{color:var(--text-light);font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.job-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--background-light);border-radius:.75rem}.job-detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.875rem;color:var(--text-light);font-weight:500}.job-detail-item span:last-child{font-weight:600;color:var(--text-dark)}.last-date{color:var(--primary-red)!important}.job-description{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.job-requirements{margin-bottom:2rem}.job-requirements h4{color:var(--text-dark);margin-bottom:.75rem;font-size:1rem}.job-requirements ul{list-style:none;padding:0}.job-requirements li{color:var(--text-light);position:relative;padding:.25rem 0 .25rem 1.5rem}.job-requirements li:before{content:"✓";position:absolute;left:0;color:var(--primary-red);font-weight:600}.job-actions{display:flex;gap:1rem}.news-list{display:flex;flex-direction:column;gap:2rem}.news-listing-card{background:var(--white);border:2px solid var(--border-light);border-radius:1rem;overflow:hidden;display:flex;transition:all .3s ease}.news-listing-card:hover{border-color:var(--primary-yellow);box-shadow:0 10px 30px #0000001a}.news-image{width:250px;height:200px;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover}.news-content{flex:1;padding:2rem}.news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.news-category{background:var(--accent-blue);color:var(--white);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.news-date{color:var(--text-light);font-size:.875rem}.news-title{color:var(--primary-red);font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.news-summary{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.news-source{color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem;font-style:italic}.content-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.widget-title{color:var(--primary-red);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary-yellow)}.trending-news{display:flex;flex-direction:column;gap:1.5rem}.trending-item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.trending-item:last-child{border-bottom:none;padding-bottom:0}.trending-image{width:80px;height:60px;border-radius:.5rem;overflow:hidden}.trending-image img{width:100%;height:100%;object-fit:cover}.trending-content{flex:1}.trending-content h4{color:var(--text-dark);font-size:.9375rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.trending-date{color:var(--text-light);font-size:.8125rem}.quick-links{display:flex;flex-direction:column;gap:.75rem}.quick-link{color:var(--text-light);text-decoration:none;padding:.75rem;border-radius:.5rem;transition:all .3s ease;border-left:3px solid transparent}.quick-link:hover{background:var(--background-light);color:var(--primary-red);border-left-color:var(--primary-red)}.job-alert-form p{color:var(--text-light);margin-bottom:1rem;font-size:.9375rem}.alert-input{width:100%;padding:.75rem;border:2px solid var(--border-light);border-radius:.5rem;margin-bottom:1rem;font-size:.9375rem;transition:border-color .3s ease}.alert-input:focus{outline:none;border-color:var(--primary-red)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;background:var(--background-light);border-radius:.75rem}.stat-number{font-size:2rem;font-weight:700;color:var(--primary-red);margin-bottom:.25rem}.stat-label{color:var(--text-light);font-size:.875rem;font-weight:500}@media (max-width: 768px){.page-header h1{font-size:2.5rem}.content-layout{grid-template-columns:1fr;gap:2rem}.tabs-navigation{flex-direction:column}.tab-button{padding:1rem}.tab-content{padding:1.5rem}.job-header{flex-direction:column;gap:1rem}.job-details{grid-template-columns:1fr;gap:.75rem}.job-actions,.news-listing-card{flex-direction:column}.news-image{width:100%;height:200px}.news-content{padding:1.5rem}.stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.page-header{padding:2rem 0}.page-header h1{font-size:2rem}.main-content{padding:2rem 0}.sidebar-widget,.job-listing-card{padding:1.5rem}.section-info h2{font-size:1.75rem}}.notfound-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--background-light);color:var(--text-dark);text-align:center;padding:20px}.notfound-title{font-size:6rem;font-weight:700;color:var(--primary-red);margin-bottom:10px;text-shadow:2px 2px 10px var(--shadow)}.notfound-message{font-size:1.2rem;color:var(--text-light);margin-bottom:20px}.notfound-btn{background:var(--primary-red);color:var(--white);text-decoration:none;padding:12px 25px;border-radius:var(--radius);font-weight:700;transition:all .3s ease}.notfound-btn:hover{background:var(--primary-yellow);color:var(--text-dark);transform:translateY(-3px);box-shadow:0 5px 15px var(--shadow)}:root{--primary-red: #b91c1c;--primary-yellow: #facc15;--background-light: #fefce8;--accent-blue: #2563eb;--text-dark: #1f2937;--text-light: #6b7280;--white: #ffffff;--border-light: #e5e7eb;--shadow: rgba(0, 0, 0, .1);--background: #ffffff;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a}.chatbot-container{min-height:100vh;background:linear-gradient(135deg,var(--background-light) 0%,var(--white) 50%,var(--background-light) 100%);display:flex;align-items:center;justify-content:center;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chatbot-wrapper{width:100%;max-width:672px;background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 25px 50px -12px var(--shadow);border-radius:24px;overflow:hidden;border:1px solid var(--border-light)}.chatbot-header{background:linear-gradient(90deg,var(--primary-red) 0%,#dc2626 100%);padding:24px;color:var(--white)}.header-content{display:flex;align-items:center;justify-content:center;gap:12px}.header-icon{background:#fff3;padding:12px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-text{text-align:center}.header-text h1{font-size:24px;font-weight:700;margin:0;line-height:1.2}.header-text p{color:#fffc;font-size:14px;margin:4px 0 0;line-height:1.4}.chat-messages{height:384px;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background:var(--background-light);scroll-behavior:smooth}.message-wrapper{display:flex}.message-wrapper.user-message{justify-content:flex-end}.message-wrapper.bot-message{justify-content:flex-start}.message-bubble{max-width:75%;padding:16px;border-radius:16px;box-shadow:0 1px 3px #0000001a}.user-message .message-bubble{background:#fff;color:#fff;border-bottom-right-radius:4px}.bot-message .message-bubble{background:#fff;color:#374151;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.bot-label{display:flex;align-items:center;gap:8px;margin-bottom:8px}.bot-label svg{color:#059669}.bot-label span{font-size:12px;font-weight:600;color:#059669}.message-bubble p{font-size:14px;line-height:1.5;margin:0;white-space:pre-wrap}.loading-message{background:#fff!important;border:1px solid #e5e7eb!important}.typing-indicator{display:flex;align-items:center;gap:8px}.typing-dots{display:flex;gap:4px}.dot{width:8px;height:8px;background:#059669;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.typing-indicator span{font-size:14px;color:#6b7280}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.input-area{padding:24px;background:#fff;border-top:1px solid #e5e7eb}.input-wrapper{display:flex;align-items:center;gap:12px}.message-input{flex:1;padding:16px;border:2px solid #d1d5db;border-radius:16px;outline:none;font-size:14px;transition:all .2s ease}.message-input:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.message-input:disabled{background:#f9fafb;cursor:not-allowed}.send-button{background:linear-gradient(90deg,#059669,#047857);color:#fff;padding:16px;border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:56px;box-shadow:0 4px 6px -1px #0000001a}.send-button:hover:not(:disabled){background:linear-gradient(90deg,#047857,#065f46);box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}.send-button:disabled{background:linear-gradient(90deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none}.suggestions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.suggestion-button{font-size:12px;padding:8px 12px;background:var(--background-light);color:var(--primary-red);border-radius:20px;border:1px solid var(--primary-yellow);cursor:pointer;transition:all .2s ease}.suggestion-button:hover:not(:disabled){background:var(--primary-yellow);color:var(--text-dark);transform:translateY(-1px)}.suggestion-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:var(--background-light);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--text-dark)}@media (max-width: 640px){.chatbot-container{padding:8px}.chatbot-wrapper{max-width:100%}.header-content{flex-direction:column;gap:8px}.header-text h1{font-size:20px}.chat-messages{height:320px;padding:16px}.message-bubble{max-width:85%;padding:12px}.input-area{padding:16px}.message-input{padding:12px;font-size:16px}.send-button{padding:12px;min-width:48px}.suggestions{margin-top:12px}}
