:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 281 100% 16%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 281 100% 16%;--radius: .5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:hsl(var(--foreground));background:hsl(var(--background));line-height:1.5;-webkit-font-smoothing:antialiased}.navbar{background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));padding:1rem 0;position:fixed;top:0;inset-inline:0;z-index:1030}.navbar>.container{padding-inline:1rem}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:hsl(var(--foreground))}.navbar-logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}.navbar-brand-text{display:flex;flex-direction:column}.navbar-brand-full{display:block}.navbar-brand-mobile{display:none}.navbar-nav{align-items:center}.nav-link{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:hsl(var(--primary))}@media(min-width:992px){.navbar-toggler{display:none}.navbar-collapse{display:flex!important;flex-basis:auto}.navbar-nav{flex-direction:row;gap:.25rem}}@media(max-width:991.98px){.navbar>.container{padding-inline:1.25rem}.navbar-brand-full{display:none}.navbar-brand-mobile{display:block}.navbar-toggler{display:block;padding:.25rem;margin-right:.25rem}.navbar-toggler:focus{box-shadow:none}.navbar-collapse{margin-top:1rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}.navbar-nav{align-items:flex-start;gap:.25rem}.nav-link{width:100%;padding:.75rem 0}}.navbar-toggler-icon{background-image:none;width:24px;height:2px;background-color:hsl(var(--foreground));position:relative;display:inline-block}.navbar-toggler-icon:before,.navbar-toggler-icon:after{content:"";position:absolute;left:0;width:24px;height:2px;background-color:hsl(var(--foreground))}.navbar-toggler-icon:before{top:-7px}.navbar-toggler-icon:after{top:7px}.hero-section{margin-top:80px;padding:3rem 0}.news-carousel{border-radius:calc(var(--radius) + 4px);overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.news-carousel .carousel-item{height:500px;position:relative}.news-carousel .carousel-item img{width:100%;height:100%;object-fit:cover}.carousel-caption-custom{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 60%,transparent 100%);padding:3rem 2rem 2rem;text-align:left}.carousel-badges{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3);padding:.375rem .875rem;border-radius:9999px;letter-spacing:.025em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-news-title{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:1rem;line-height:1.25;letter-spacing:-.025em}.carousel-title-link{color:#fff;text-decoration:none;transition:all .2s ease;display:inline-block}.carousel-title-link:hover{color:#ffffffd9;text-decoration:underline;text-underline-offset:4px}.carousel-meta{display:flex;gap:1.5rem;color:#ffffffe6;font-size:.875rem}.carousel-meta i{margin-right:.5rem}.carousel-indicators button{width:8px;height:8px;border-radius:50%;margin:0 4px;background-color:#ffffff80;border:none}.carousel-indicators button.active{background-color:#fff}.popular-news-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;height:500px;display:flex;flex-direction:column}.popular-header{padding:1.5rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.popular-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.025em}.popular-title i{color:hsl(var(--primary));font-size:1.25rem}.popular-news-list{overflow-y:auto;flex:1}.popular-news-item{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));transition:background .15s;cursor:pointer}.popular-news-item:hover{background:hsl(var(--accent))}.popular-news-item:last-child{border-bottom:none}.popular-news-item img{width:100px;height:70px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.popular-news-content{flex:1;min-width:0}.popular-badges{display:flex;gap:.375rem;margin-bottom:.5rem;flex-wrap:wrap}.popular-badges .badge{font-size:.625rem;padding:.25rem .625rem;background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);color:hsl(var(--primary));-webkit-backdrop-filter:none;backdrop-filter:none}.popular-news-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 .5rem;letter-spacing:-.0125em}.popular-news-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.popular-news-meta i{font-size:.875rem}.welcome-section{margin-top:3rem;margin-bottom:2rem}.card-shadcn{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.welcome-image{border-radius:calc(var(--radius) + 2px);overflow:hidden;width:100%;height:560px;border:1px solid hsl(var(--border))}.welcome-image img{width:100%;height:100%;object-fit:cover;object-position:center}.welcome-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground));letter-spacing:-.025em;line-height:1.2}.welcome-text{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1rem;font-size:.9375rem;text-align:justify}.welcome-text:last-of-type{margin-bottom:0}.bishop-info{display:flex;align-items:start;gap:1rem;margin-top:1.5rem;padding:1rem;background:hsl(var(--muted));border-radius:var(--radius);border:1px solid hsl(var(--border))}.bishop-avatar{width:48px;height:48px;background:hsl(var(--primary));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:hsl(var(--primary-foreground));font-weight:600;font-size:1.25rem;flex-shrink:0}.bishop-name{font-weight:600;color:hsl(var(--foreground));margin:0 0 .25rem;font-size:.9375rem}.bishop-title{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.news-section{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:hsl(var(--foreground));letter-spacing:-.025em}.news-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);overflow:hidden;transition:all .2s;height:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.news-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:hsl(var(--ring) / .2)}.news-card-img{height:200px;overflow:hidden}.news-card-img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .3s}.news-card:hover .news-card-img img{transform:scale(1.05)}.news-card-body{padding:1.5rem;display:flex;flex-direction:column}.card-category{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);padding:.375rem .875rem;border-radius:9999px;letter-spacing:.025em;margin-bottom:1rem;width:fit-content}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:.625rem;color:hsl(var(--foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.0125em;line-height:1.3}.card-text{color:hsl(var(--muted-foreground));line-height:1.6;font-size:.875rem;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem;margin-top:auto;display:flex;align-items:center;gap:.5rem}.card-views{display:flex;align-items:center;gap:.375rem}.alert{position:relative;width:100%;border-radius:var(--radius);border:1px solid hsl(var(--border));padding:1rem;font-size:.875rem;margin-bottom:1rem}.alert-purple{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .2);color:hsl(var(--primary))}.alert-title{font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem;color:hsl(var(--primary))}.alert-title i{font-size:1rem}.alert-description{color:hsl(var(--foreground));line-height:1.5;margin:0}.alert-success{background:#21c45d1a;border-color:#21c45d33;color:#1a9948}.alert-success .alert-title{color:#1a9948}.alert-warning{background:#f59f0a1a;border-color:#f59f0a33;color:#c47f08}.alert-warning .alert-title{color:#c47f08}.alert-destructive{background:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .2);color:hsl(var(--destructive))}.alert-destructive .alert-title{color:hsl(var(--destructive))}.alert-info{background:#0da2e71a;border-color:#0da2e733;color:#0b81b7}.alert-info .alert-title{color:#0b81b7}.btn-shadcn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .15s;border:none;cursor:pointer;padding:.625rem 1.25rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 1px 2px #0000000d}.btn-shadcn:hover{background:hsl(var(--primary) / .9);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-shadcn:active{transform:translateY(1px)}.sidebar-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.sidebar-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground));letter-spacing:-.025em}.church-logo{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary) / .1);border-radius:var(--radius);border:1px solid hsl(var(--primary) / .2)}.cross-logo{font-size:2rem;color:hsl(var(--primary))}.category-list{list-style:none;padding:0;margin:0}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid hsl(var(--border));cursor:pointer;transition:color .15s;font-size:.875rem}.category-item:last-child{border-bottom:none}.category-item:hover{color:hsl(var(--primary))}.category-badge{background:hsl(var(--primary));color:hsl(var(--primary-foreground));min-width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;padding:0 .375rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:var(--radius);color:hsl(var(--foreground));text-decoration:none;transition:all .15s;font-weight:500;font-size:.875rem;margin-bottom:.5rem}.social-link:last-child{margin-bottom:0}.social-link:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));transform:translate(4px)}.social-link i{font-size:1.125rem;width:20px;text-align:center}.map-container{margin-bottom:1rem;border-radius:var(--radius);overflow:hidden;border:1px solid hsl(var(--border))}.location-address{display:flex;align-items:flex-start;gap:.625rem;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0}.location-address i{color:hsl(var(--primary));font-size:1.125rem;margin-top:2px}.visi-misi-content{display:flex;flex-direction:column;gap:.875rem}.visi-section,.misi-section{padding:1rem;background:hsl(var(--muted));border-radius:var(--radius);border:1px solid hsl(var(--border))}.visi-title,.misi-title{font-size:.9375rem;font-weight:600;color:hsl(var(--primary));margin-bottom:.625rem;display:flex;align-items:center;gap:.5rem}.visi-text{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0}.misi-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.misi-list li{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;padding-left:1.75rem;position:relative}.misi-list li:before{content:"";position:absolute;left:0;top:.5rem;width:4px;height:4px;background:hsl(var(--primary));border-radius:50%}footer{background:hsl(var(--primary));color:hsl(var(--primary-foreground) / .9);padding:3rem 0 1.5rem;margin-top:5rem;border-top:1px solid hsl(var(--primary) / .8)}.footer-brand{color:hsl(var(--primary-foreground));font-weight:600;font-size:1.125rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer-text{font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;color:hsl(var(--primary-foreground) / .8)}.footer-title{color:hsl(var(--primary-foreground));font-weight:600;margin-bottom:1rem;font-size:.9375rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.625rem}.footer-links a{color:hsl(var(--primary-foreground) / .8);text-decoration:none;font-size:.875rem;transition:color .15s}.footer-links a:hover{color:hsl(var(--primary-foreground))}.footer-bottom{border-top:1px solid hsl(var(--primary-foreground) / .2);margin-top:2.5rem;padding-top:1.5rem;text-align:center;font-size:.875rem;color:hsl(var(--primary-foreground) / .7)}@media(max-width:768px){.navbar-logo{width:36px;height:36px}.navbar-brand-full{display:none}.navbar-brand-mobile{display:block}.hero-section{margin-top:80px;padding:2rem 0}.news-carousel .carousel-item{height:350px}.carousel-news-title{font-size:1.5rem}.carousel-caption-custom{padding:2rem 1rem 1rem}.popular-news-card{margin-top:1rem;height:auto}.welcome-section{margin-top:2rem;margin-bottom:1.5rem}.card-shadcn{padding:1.25rem}.section-title{font-size:1.5rem;margin-bottom:2rem}.welcome-title{font-size:1.5rem}.navbar-collapse{margin-top:1rem}.nav-link{padding:.75rem 0}.welcome-image{height:280px}.news-section{padding:3rem 0}}.popular-news-list::-webkit-scrollbar{width:6px}.popular-news-list::-webkit-scrollbar-track{background:hsl(var(--muted))}.popular-news-list::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px}.popular-news-list::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .4)}.page-section{padding-top:80px;min-height:100vh}.page-section .container{padding-top:2rem;padding-bottom:3rem}@media(max-width:768px){.page-section{padding-top:100px}}.pagination{display:flex;gap:.375rem;padding-left:0;list-style:none;margin:0}.page-item{margin:0}.page-link{position:relative;display:block;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));text-decoration:none;background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all .15s ease}.page-link:hover{z-index:2;color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));border-color:hsl(var(--primary))}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 3px hsl(var(--ring) / .1)}.page-item.active .page-link{z-index:1;color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));border-color:hsl(var(--primary))}.page-item.disabled .page-link{color:hsl(var(--muted-foreground));pointer-events:none;background-color:hsl(var(--muted));border-color:hsl(var(--border));opacity:.6;cursor:not-allowed}.page-item:first-child .page-link{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.page-item:last-child .page-link{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}@media(max-width:768px){.page-link{padding:.375rem .625rem;font-size:.8125rem}.pagination{gap:.25rem}}.article-container{max-width:760px}.article-header{border-bottom:1px solid hsl(var(--border));padding-bottom:1.5rem;margin-bottom:2rem}.article-title{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:.75rem}.article-meta{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.875rem;color:hsl(var(--muted-foreground))}.article-meta i{margin-right:.4rem}.article-image img{width:100%;object-fit:cover;border-radius:calc(var(--radius) + 4px);box-shadow:0 10px 25px -5px #00000026;margin-bottom:2rem}.berita-content{font-size:1rem;line-height:1.7;color:hsl(var(--foreground));text-align:justify}.berita-content p{margin-bottom:1.25rem}.berita-content h2,.berita-content h3{margin-top:2.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.berita-content h2{font-size:1.5rem}.berita-content h3{font-size:1.25rem}.berita-content img{max-width:100%;border-radius:var(--radius);margin:1.5rem 0}.share-box{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:2.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted))}.share-label{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.sidebar-sticky{position:sticky;top:100px}.latest-news-item{display:flex;gap:.75rem;padding:.75rem;border-radius:var(--radius);transition:background .2s}.latest-news-item:hover{background:hsl(var(--accent))}.latest-news-item img{width:72px;height:72px;object-fit:cover;object-position:center;border-radius:var(--radius);flex-shrink:0}.latest-news-title{font-size:.875rem;font-weight:600;line-height:1.4;margin-bottom:.25rem}.latest-news-date{font-size:.75rem;color:hsl(var(--muted-foreground))}@media(max-width:768px){.article-title{font-size:1.75rem}.sidebar-sticky{position:static;margin-top:2rem}}.popular-news-link{text-decoration:none;color:inherit;display:inline-block}.popular-news-link:hover{color:var(--primary, #6f42c1);text-decoration:underline}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:15px}.popup-title{font-weight:700;color:#2c3e50;margin-bottom:5px}
