:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;width:100%}a{font-weight:500;text-decoration:inherit}button{font-family:inherit}.header{background:#fff!important;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;width:100%;--header-height: 4.5rem }.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.5rem;font-weight:700;color:#2c3e50;text-decoration:none;transition:all .3s ease}.logo:hover{color:#2ecc71;transform:scale(1.05);text-shadow:0 2px 4px rgba(0,0,0,.1)}.nav{display:flex;gap:3rem}.nav.open{display:flex}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;background:transparent;border:none;padding:0;cursor:pointer;z-index:1003;position:relative}.mobile-menu-button span{display:block;height:3px;background:#1a1a1a;border-radius:2px;transition:all .3s ease;width:100%}.mobile-menu-button.open span:nth-child(1){transform:translateY(10px) rotate(45deg)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.nav-item{position:relative}.nav-link{color:#555;text-decoration:none;font-weight:500;transition:color .3s ease,transform .3s ease;position:relative;display:block;padding:.5rem 0;border:none;outline:none;box-shadow:none;background:transparent}.nav-link:focus,.nav-link:active,.nav-link:visited{border:none;outline:none;box-shadow:none}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2ecc71;transition:width .3s ease}.nav-link:hover{color:#2ecc71;transform:translateY(-2px)}.nav-link:hover:after{width:100%}.nav-link.active{color:#2ecc71}.nav-link.active:after{width:100%}.sub-nav{position:fixed;background:#fff;box-shadow:0 2px 8px #0000001a;padding:.5rem 0;margin-top:0;min-width:180px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:999;border-top:1px solid rgba(0,0,0,.05)}.sub-nav.show{opacity:1;visibility:visible;transform:translateY(0)}.sub-nav li{margin:0}.sub-nav-link{display:block;padding:.75rem 1.5rem;color:#555;text-decoration:none;font-size:.95rem;font-weight:400;transition:color .3s ease,transform .3s ease;position:relative}.sub-nav-link span{position:relative;display:inline-block}.sub-nav-link:hover{color:#2ecc71;background-color:transparent;transform:translateY(-2px)}.sub-nav-link.active{color:#2ecc71;font-weight:600;background-color:transparent}@media(max-width:768px){.header-container{flex-direction:row;align-items:center;position:relative;z-index:1001}.mobile-menu-button{display:flex!important;position:relative;z-index:1003!important;width:32px;height:24px;background:transparent;border:none;padding:0;cursor:pointer;flex-shrink:0}.mobile-menu-button span{display:block;height:3px;background:#1a1a1a;border-radius:2px;transition:all .3s ease;width:100%}.nav{display:none;position:fixed;top:0;right:0;bottom:0;flex-direction:column;gap:0;width:33.333%;min-width:200px;max-width:300px;margin-top:0;background:#fff;box-shadow:-2px 0 8px #0000001a;padding-top:calc(var(--header-height) + 1rem);padding-bottom:1rem;padding-left:0;padding-right:0;overflow-y:auto;z-index:1000}.nav.open{display:flex}.nav-item{width:100%}.nav-link{padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s ease}.nav-link:hover{color:#2ecc71;transform:none}.nav-link:after{display:none!important}.nav-link:hover:after{display:none!important}.nav-link.active{color:#2ecc71}.nav-link.active:after{display:none!important}.sub-nav{position:static;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:none;box-shadow:none;border-top:none;padding:0;margin:0;transition:opacity .2s ease,visibility .2s ease,max-height .2s ease,padding .2s ease}.sub-nav.show{opacity:1;visibility:visible;max-height:500px;padding:.5rem 0;transform:none}.sub-nav li{text-align:left}.sub-nav-link{padding:.75rem 2rem .75rem 3rem;transition:color .2s ease;text-decoration:none}.sub-nav-link span{text-decoration:none}.sub-nav-link span:after,.sub-nav-link span:before{display:none!important}.sub-nav-link:after,.sub-nav-link:before{display:none!important}.sub-nav-link:hover{color:#2ecc71;background-color:transparent;transform:none}.sub-nav-link.active{color:#2ecc71;font-weight:600}}.footer{background:#2c3e50;color:#fff;padding:3rem 2rem 1.5rem;box-shadow:0 -6px 20px #0000001f}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1.1rem;margin-bottom:.75rem;color:#ecf0f1}.footer-section p{color:#bdc3c7;line-height:1.8;margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;display:flex;justify-content:center;align-items:center;gap:1rem}.footer-bottom p{color:#95a5a6;font-size:.9rem;margin:0}.admin-link{color:#95a5a6;font-size:.9rem;text-decoration:none;transition:color .3s ease}.admin-link:hover{color:#ecf0f1}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}.hero{position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001f}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 2s ease-in-out,transform 2s ease-in-out,filter 2s ease-in-out;z-index:2;transform:scale(1.05);filter:brightness(.85);will-change:opacity,transform,filter;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-background.active{opacity:1;transform:scale(1);filter:brightness(.9);z-index:3}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0000004d,#00000080);z-index:4}.hero-slider{position:relative;width:100%;min-height:80vh;height:100%;overflow:hidden;z-index:5}.hero-slide{position:absolute;top:0;left:0;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem;opacity:0;transform:translateY(20px);transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;z-index:6;will-change:opacity,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-slide.active{opacity:1;transform:translateY(0);z-index:6}.hero-slide.active .hero-content{animation:fadeInBright .5s ease-out}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:6;text-align:center;color:#fff!important;pointer-events:auto;animation:fadeInBright .5s ease-out}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff!important;letter-spacing:-.02em;text-shadow:0 2px 20px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;font-weight:300;color:#fff!important;opacity:.95;letter-spacing:.01em;animation:fadeInBright .5s ease-out}.hero-description{font-size:1.1rem;line-height:1.8;color:#fff!important;opacity:1;max-width:900px;margin:0 auto;font-weight:400;text-shadow:0 1px 10px rgba(0,0,0,.2);letter-spacing:.01em;animation:fadeInBright .5s ease-out}.hero-description br{line-height:2}.hero-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:7;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2)}.indicator{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0}.indicator:hover{background:#fff6;border-color:#ffffffe6;transform:scale(1.2)}.indicator.active{background:#fff;border-color:#fff;width:28px;border-radius:14px;box-shadow:0 2px 8px #ffffff4d}@media(max-width:768px){.hero{min-height:70vh}.hero-slide{padding:6rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem;line-height:1.8}.hero-indicators{bottom:2rem;padding:.5rem 1rem;gap:.75rem}}.visit-procedure-section{padding:3rem 2rem;background:#fff;position:relative;overflow:hidden}.visit-procedure-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-title{font-size:2.25rem;color:#2c3e50;text-align:center;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.section-subtitle{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:1rem;font-weight:400;letter-spacing:.01em}.procedures-grid{display:flex;flex-direction:column;gap:0;max-width:900px;margin:0 auto}.procedure-card{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #e5e7eb;position:relative;transition:padding-left .3s ease}.procedure-card:last-child{border-bottom:none}.procedure-card:hover{padding-left:1rem}.procedure-step{font-size:1.5rem;font-weight:700;color:#2c3e50;min-width:50px;flex-shrink:0;line-height:1;margin-top:.1rem}.procedure-content{flex:1}.procedure-title{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600;letter-spacing:-.01em}.procedure-description{color:#2c3e50;line-height:1.7;font-size:.95rem;font-weight:400}@media(max-width:768px){.visit-procedure-section{padding:2.5rem 1.5rem}.section-title{font-size:1.75rem}.section-subtitle{margin-bottom:1.5rem;font-size:.9rem}.procedure-card{padding:1.25rem 0;gap:1.25rem}.procedure-step{font-size:1.25rem;min-width:45px}.procedure-title{font-size:1.1rem}.procedure-description{font-size:.9rem}}.location-section{padding:4rem 2rem;background:#f8f9fa;position:relative}.location-container{max-width:1200px;margin:0 auto}.location-section h2,.location-section .section-title{font-size:2.25rem;color:#2c3e50;text-align:center;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.location-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;align-items:start;max-width:900px;margin-left:auto;margin-right:auto}.location-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{padding:0;margin:0;background:transparent;border:none;box-shadow:none}.info-item h3{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600;letter-spacing:-.01em}.info-item p{color:#2c3e50;line-height:1.7;margin-bottom:.5rem;font-size:.95rem;font-weight:400}.location-map{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;height:350px;border:1px solid #e5e7eb;background:#fff}.location-map>div{width:100%;height:100%;border-radius:20px}.kakao-map-link{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:1rem 2rem;background:#fee500;color:#000;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #fee50033;letter-spacing:.01em;border:none}.kakao-map-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fee5004d;background:#fdd835}@media(max-width:968px){.location-content{grid-template-columns:1fr;gap:3rem}.location-map{order:-1;height:300px}}@media(max-width:768px){.location-section{padding:4rem 1.5rem}.location-section h2,.location-section .section-title{font-size:1.75rem}.location-content{margin-top:1.5rem;gap:2rem}.info-item h3{font-size:1.1rem}.info-item p{font-size:.9rem}.info-item{padding:1.5rem}.info-item h3{font-size:1.25rem}.info-item p{font-size:1rem}.location-map{height:280px;border-radius:8px}}.page-container{min-height:calc(100vh - 200px);padding:3rem 2rem 4rem;background:#fff;position:relative;z-index:2;margin-top:0;max-width:1000px;margin-left:auto;margin-right:auto;animation:fadeInBright .5s ease-out}.page-container.form-page{padding:1.5rem 2rem 4rem}.page-container.form-page .page-content.no-box>.content-section:first-child{margin-top:0;margin-bottom:0;padding-bottom:0}.page-container.form-page .visit-form{margin-top:0!important}.page-container.form-page .worship-cards-grid,.page-container.form-page .worship-empty-state{margin-top:1.5rem}.page-content{max-width:1200px;margin:0 auto;padding:0;position:relative;background:#fff;border-radius:0;box-shadow:0 2px 8px #0000001a}.page-content.about-page{box-shadow:none}.page-title{font-size:3rem;color:#2c3e50;margin-bottom:4rem;text-align:left;font-weight:700;letter-spacing:-.02em;display:none}.content-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.page-content.no-box>.content-section:first-child{margin-top:1rem}.content-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.about-page .content-section{margin-bottom:2rem;padding-bottom:0;border-bottom:none}.about-page .content-section:last-child{margin-bottom:0}.content-section h2{font-size:1.9rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600;letter-spacing:-.01em}.content-section p{font-size:1.2rem;line-height:1.85;color:#495057;max-width:800px;margin-bottom:1rem;font-weight:400}.content-section p:first-child{font-size:1.4rem;font-weight:500;color:#2c3e50;margin-bottom:1.25rem}.content-section.inquiry-intro p:first-child,.content-section.visit-intro p:first-child{font-size:1.15rem;font-weight:400;color:#555;line-height:1.8;margin-bottom:1rem}.servants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;align-items:stretch}.servant-card{background:transparent;padding:0;border-radius:0;transition:transform .3s ease}.meetings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;align-items:stretch}.meeting-card{background:transparent;padding:0;border-radius:0;border-bottom:2px solid #f0f0f0;padding-bottom:2rem;transition:transform .3s ease,border-color .3s ease}.meeting-card:hover{transform:translateY(-5px);border-color:#3498db}.meeting-card:last-child{border-bottom:none;padding-bottom:0}.meeting-card h3{font-size:1.65rem;color:#2c3e50;margin-bottom:1.25rem;font-weight:600;letter-spacing:-.01em}.meeting-info{margin-bottom:1.25rem}.meeting-time,.meeting-location{font-size:1.05rem;color:#666;margin-bottom:.5rem;line-height:1.7;display:flex;align-items:center;gap:.5rem}.sub-pages-nav{position:absolute;top:2rem;right:2rem;display:flex;gap:1.5rem;flex-wrap:wrap;z-index:10}.sub-page-link{padding:.25rem .5rem;background:transparent;color:#666;text-decoration:none;font-weight:400;font-size:.85rem;transition:color .3s ease,transform .3s ease,font-weight .3s ease;position:relative}.sub-page-link:hover{color:#3498db;transform:translateY(-3px);font-weight:600}.sub-page-link.active{color:#3498db;font-weight:600}.visit-form{background:transparent;padding:0;border-radius:0;box-shadow:none;margin-top:0;max-width:700px}.visit-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:start}.visit-form .form-row .form-group{margin-bottom:0;display:flex;flex-direction:column;min-width:0;width:100%}.visit-form .form-group{margin-bottom:2rem;position:relative;display:flex;flex-direction:column}.visit-form .form-group label{display:block;margin-bottom:.75rem;color:#2c3e50;font-weight:600;font-size:.9rem;letter-spacing:.3px;text-transform:uppercase}.visit-form .form-group input,.visit-form .form-group textarea,.visit-form .form-group select{width:100%;padding:1rem 1.25rem;border:2px solid #e8ecef;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fafbfc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;min-width:0;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;line-height:normal;vertical-align:baseline;height:calc(3rem + 2px)}.visit-form .form-group input[type=number]{width:100%;padding:1rem 1.25rem;border:2px solid #e8ecef;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fafbfc;color:#2c3e50;box-sizing:border-box;min-width:0;margin:0;-moz-appearance:textfield;appearance:none;-webkit-appearance:none;line-height:normal;vertical-align:baseline;height:calc(3rem + 2px)}.visit-form .form-group input[type=number]::-webkit-outer-spin-button,.visit-form .form-group input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:768px){.visit-form .form-row{grid-template-columns:1fr;gap:0}.visit-form .form-row .form-group{margin-bottom:2rem}}.form-group{margin-bottom:2rem;position:relative}.form-group label{display:block;margin-bottom:.75rem;color:#2c3e50;font-weight:600;font-size:.9rem;letter-spacing:.3px;text-transform:uppercase}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem 1.25rem;border:2px solid #e8ecef;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fafbfc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.form-group select{cursor:pointer;appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%232c3e50" d="M6 9L1 4h10z"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#adb5bd;font-weight:400}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#dee2e6;background-color:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db;background-color:#fff;box-shadow:0 0 0 4px #3498db14;transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:140px;line-height:1.6;font-family:inherit}.submit-button{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #3498db33;margin-top:.5rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3498db4d;background:linear-gradient(135deg,#2980b9,#21618c)}.submit-button:active{transform:translateY(0);box-shadow:0 2px 8px #3498db33}@media(max-width:768px){.page-container{padding:3rem 2rem}.page-content.no-box{padding:4rem 2rem}.page-container.form-page{padding:0 2rem 4rem}.page-container.form-page .page-content.no-box{padding:0}.page-title{font-size:2.25rem;margin-bottom:2.5rem}.content-section{margin-bottom:3rem;padding-bottom:2rem}.content-section h2{font-size:1.65rem;margin-bottom:1rem}.content-section p{font-size:1.1rem}.content-section p:first-child{font-size:1.25rem}.content-section.inquiry-intro p:first-child,.content-section.visit-intro p:first-child{font-size:1.15rem;line-height:1.8}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{padding:.875rem 1rem;font-size:.95rem}.submit-button{padding:1rem 1.5rem;font-size:.95rem}.servants-grid,.meetings-grid{grid-template-columns:1fr;gap:1.5rem}.sub-pages-nav{position:static;top:auto;right:auto;justify-content:flex-end;margin-bottom:2rem;gap:1rem}.sub-page-link{font-size:.8rem}}.participate-page-container{padding-bottom:3rem!important}.participate-list{display:flex;flex-direction:column;gap:0;max-width:900px;margin:0 auto;margin-top:3rem;margin-bottom:0}.participate-item{background:transparent;padding:0;margin-bottom:3rem;border-radius:0;transition:transform .3s ease;border-top:none;border-bottom:none}.participate-item:last-child{margin-bottom:0}.participate-item:hover{transform:translate(5px)}.participate-item h3{font-size:1.65rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em;border-left:3px solid #2ecc71;padding-left:1.5rem;transition:padding-left .3s ease,border-color .3s ease}.participate-item:hover h3{padding-left:2rem;border-left-color:#3498db}.participate-content{margin-bottom:0}.participate-content p{font-size:1.15rem;color:#555;line-height:1.8;margin:0;padding:0;font-weight:400}@media(max-width:768px){.participate-list{margin-top:2.5rem}.participate-item{margin-bottom:2rem}.participate-item:last-child{margin-bottom:0}.participate-item h3{padding-left:1rem}.participate-item:hover h3{padding-left:1.5rem}.participate-content p{font-size:1.15rem}}.page-hero{width:100%;position:relative;margin-top:0;z-index:1}.page-hero-background{width:100%;height:100px;position:relative;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .6s ease-in-out}.page-hero-background.loaded{opacity:1}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#00000080);z-index:1}.page-hero-content{position:relative;z-index:2;text-align:center;width:100%;max-width:1200px;padding:0 2rem}.page-hero-title{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;margin:0;animation:fadeInBright .5s ease-out}@media(max-width:768px){.page-hero-background{height:80px}.page-hero-title{font-size:1.25rem}.page-hero-content{padding:0 2rem}}.servant-card{background:transparent;padding:0;margin-bottom:3rem;border-radius:0;transition:transform .3s ease;border-top:none;border-bottom:none;height:100%;display:flex;flex-direction:column}.servant-card:last-child{margin-bottom:0}.servant-card:hover{transform:translate(5px)}.servant-card h3{font-size:1.65rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em;border-left:3px solid #2ecc71;padding-left:1.5rem;transition:padding-left .3s ease,border-color .3s ease}.servant-card:hover h3{padding-left:2rem;border-left-color:#3498db}.servant-role{font-size:1.05rem;color:#666;font-weight:500;margin-bottom:0;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.servant-description{font-size:1.15rem;color:#555;line-height:1.8}.servant-education{margin-top:0;display:flex;flex-direction:column;gap:.25rem}.education-item{font-size:1.05rem;color:#666;line-height:1.3}@media(max-width:768px){.servant-card{margin-bottom:2rem}.servant-card:last-child{margin-bottom:0}.servant-card h3{padding-left:1rem}.servant-card:hover h3{padding-left:1.5rem}}.meeting-card{background:transparent;padding:0;margin-bottom:3rem;border-radius:0;transition:transform .3s ease;border-top:none;border-bottom:none;height:100%;display:flex;flex-direction:column}.meeting-card:last-child{margin-bottom:0}.meeting-card:hover{transform:translate(5px)}.meeting-card h3{font-size:1.65rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em;border-left:3px solid #2ecc71;padding-left:1.5rem;transition:padding-left .3s ease,border-color .3s ease}.meeting-card:hover h3{padding-left:2rem;border-left-color:#3498db}.meeting-info{margin-bottom:0;display:flex;flex-direction:column;gap:.25rem}.meeting-time,.meeting-location{font-size:1.05rem;color:#666;margin-bottom:0;line-height:1.3;display:flex;align-items:center;gap:.5rem}.meeting-description{font-size:1.15rem;color:#555;line-height:1.8}@media(max-width:768px){.meeting-card{margin-bottom:2rem}.meeting-card:last-child{margin-bottom:0}.meeting-card h3{padding-left:1rem}.meeting-card:hover h3{padding-left:1.5rem}}.page-container{min-height:calc(100vh - 200px);padding:0;background:#fff}.page-content{max-width:1000px;margin:0 auto;background:#fff;padding:6rem 2rem;border-radius:0;box-shadow:none;position:relative}.page-title{font-size:3rem;color:#2c3e50;margin-bottom:4rem;text-align:left;font-weight:700;letter-spacing:-.02em}.dynamic-content-placeholder{text-align:left;padding:0;color:#666}.dynamic-content-placeholder p{font-size:1.15rem;line-height:1.9;margin-bottom:1.5rem;color:#666;max-width:800px}.placeholder-note{font-size:.95rem;color:#999;font-style:italic}@media(max-width:768px){.page-container{padding:3rem 2rem}.page-content{padding:4rem 2rem}.page-title{font-size:2.25rem;margin-bottom:2.5rem}.dynamic-content-placeholder p{font-size:1.1rem}}.link-preview-link{color:#64748b;text-decoration:underline;cursor:pointer;transition:color .2s ease}.link-preview-link:hover{color:#475569}.link-embed-wrapper{display:block;margin:1rem 0}.link-embed{position:relative;width:100%;max-width:800px;margin-top:.75rem;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;background:#f1f5f9}.link-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.worship-page-description{margin-top:1rem;color:#475569;font-size:1.05rem;line-height:1.8}.worship-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.worship-cards-grid.modern{gap:2.5rem}.worship-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column;text-align:left;box-shadow:0 2px 8px #0000000f;cursor:pointer;aspect-ratio:1 / 1}.worship-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a;border-color:#64748b}.worship-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.worship-card-date{font-size:.9rem;color:#999;font-weight:400}.worship-card-manager{font-size:.85rem;color:#64748b;font-weight:500}.worship-card-title{font-size:1.1rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worship-card-image-wrapper{margin-top:.25rem;border-radius:8px;overflow:hidden;background:#f1f5f9;flex:1;display:flex}.worship-card-image{width:100%;height:100%;object-fit:cover;display:block}.worship-card-subtitle{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:0;flex:1}.worship-empty-state{margin-top:3rem;padding:3rem;text-align:center;color:#999;font-size:1rem}.content-hidden{opacity:0;transform:translateY(20px);filter:blur(8px);transition:opacity .8s ease-in-out,transform .8s ease-in-out,filter .8s ease-in-out}.content-visible{opacity:1;transform:translateY(0);filter:blur(0);animation:fadeInBright .5s ease-out}@keyframes fadeInBright{0%{opacity:.3;filter:blur(8px);transform:translateY(20px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@media(max-width:1200px){.worship-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.worship-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.worship-cards-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.worship-card{padding:1.5rem}.worship-card-title{font-size:1.25rem}.worship-card-subtitle{font-size:.9rem}}.worship-controls{margin-top:3rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.worship-controls__search{display:flex;gap:.75rem;justify-content:center;align-items:center}.search-input{width:280px;display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;padding:.625rem 1rem;background:#fff;transition:border-color .2s ease}.search-input:focus-within{border-color:#64748b}.search-input input{width:100%;border:none;outline:none;font-size:.9rem;background:transparent;color:#333}.search-input input::placeholder{color:#999}.search-icon{color:#999;margin-right:.5rem;display:flex;align-items:center;justify-content:center}.search-icon svg{width:18px;height:18px}.primary-button{padding:.5rem 1rem;border-radius:4px;border:none;font-size:.85rem;font-weight:500;background:linear-gradient(135deg,#64748b,#475569);color:#fff;cursor:pointer;transition:all .3s ease}.primary-button:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.worship-controls__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem}.pagination-arrow,.pagination-page{border:1px solid #ddd;background:#fff;color:#666;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-page.active{background:linear-gradient(135deg,#64748b,#475569);color:#fff;border-color:transparent}.pagination-arrow:disabled,.pagination-page:disabled{opacity:.4;cursor:not-allowed}.pagination-arrow:hover:not(:disabled),.pagination-page:hover:not(.active){border-color:#64748b;color:#64748b;background:#f8fafc}.pagination-pages{display:flex;gap:.35rem}@media(max-width:640px){.worship-controls__search{flex-direction:column;width:100%}.search-input,.primary-button{width:100%}.worship-controls__pagination,.pagination-pages{flex-wrap:wrap}}.worship-detail{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;padding:3rem;box-shadow:0 1px 3px #0000001a}.worship-detail__header{border-bottom:2px solid #f0f0f0;padding-bottom:2rem;margin-bottom:3rem}.worship-detail__title{font-size:2.2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.4}.worship-detail__meta{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#666}.worship-detail__subtitle{margin-top:1rem;font-size:1.2rem;color:#666;line-height:1.6}.meta-date{color:#999}.meta-divider{color:#ddd}.meta-speaker{color:#64748b;font-weight:500}.worship-detail__content{line-height:1.8;font-size:1.15rem;color:#333;margin-bottom:3rem}.worship-detail__content p{margin-bottom:1.5rem}.worship-detail__content p:last-child{margin-bottom:0}.worship-detail__footer{border-top:2px solid #f0f0f0;padding-top:2rem;display:flex;flex-direction:column;gap:2rem}.post-navigation{display:flex;flex-direction:column;gap:0}.post-nav-item{display:flex;align-items:center;padding:.5rem 0;background:transparent;transition:all .3s ease;text-decoration:none;color:inherit}.post-nav-item:hover:not(.disabled){background:#f8fafc}.post-nav-item.disabled{opacity:.4;cursor:not-allowed}.post-nav-item .nav-label{font-size:.75rem;color:#999;margin-bottom:.15rem;font-weight:500}.post-nav-item .nav-title{font-size:.85rem;color:#333;font-weight:500}.post-nav-item.disabled .nav-title{color:#999}.nav-list-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#64748b,#475569);color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center;margin-top:.5rem}.nav-list-button:hover{background:linear-gradient(135deg,#475569,#334155)}.footer-actions{display:flex;justify-content:flex-end;gap:.5rem}.action-button{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.action-button.edit{background:linear-gradient(135deg,#64748b,#475569);color:#fff}.action-button.edit:hover{background:linear-gradient(135deg,#475569,#334155)}.action-button.delete{background:linear-gradient(135deg,#64748b,#475569);color:#fff}.action-button.delete:hover{background:linear-gradient(135deg,#475569,#334155)}@media(max-width:768px){.worship-detail{padding:2rem 1.5rem}.worship-detail__title{font-size:1.65rem}.worship-detail__content{font-size:1.1rem}.post-nav-item{padding:.75rem 0}.post-nav-item .nav-label{font-size:.75rem}.post-nav-item .nav-title{font-size:.85rem}.footer-actions{justify-content:stretch}.action-button{flex:1}}.post-editor{max-width:900px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50;font-size:.95rem}.form-group input[type=text],.form-group input[type=date]{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#64748b}.form-group input[type=file]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;cursor:pointer}.file-previews{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.file-preview-item{position:relative;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#f8f9fa}.preview-image-container,.preview-video-container{position:relative;width:100%;padding-top:100%;background:#000}.preview-image,.preview-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.preview-video{object-fit:cover}.preview-file-container{padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.file-name{font-size:.9rem;color:#333;word-break:break-all;flex:1}.remove-file-btn{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;border:none;border-radius:50%;background:#000000b3;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.remove-file-btn:hover{background:#dc3545e6}.preview-file-container .remove-file-btn{position:relative;top:auto;right:auto;flex-shrink:0}.content-textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;transition:border-color .3s ease}.content-textarea:focus{outline:none;border-color:#64748b}.editor-note{margin-top:.5rem;font-size:.85rem;color:#999}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #f0f0f0}.btn-cancel,.btn-submit{padding:.75rem 2rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#e0e0e0;color:#666}.btn-cancel:hover:not(:disabled){background:#d0d0d0}.btn-submit{background:linear-gradient(135deg,#64748b,#475569);color:#fff}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px)}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.post-editor{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.guide-page-container{padding-bottom:3rem!important}.guide-list{display:flex;flex-direction:column;gap:0;max-width:900px;margin:0 auto;margin-top:3rem;margin-bottom:0}.guide-item{background:transparent;padding:0;margin-bottom:3rem;border-radius:0;transition:transform .3s ease;border-top:none;border-bottom:none}.guide-item:last-child{margin-bottom:0}.guide-item:hover{transform:translate(5px)}.guide-item h2{font-size:1.65rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600;letter-spacing:-.01em;border-left:3px solid #2ecc71;padding-left:1.5rem;transition:padding-left .3s ease,border-color .3s ease}.guide-item:hover h2{padding-left:2rem;border-left-color:#3498db}.guide-content{margin-bottom:0}.guide-content p{font-size:1.15rem;color:#555;line-height:1.8;margin-bottom:0;font-weight:400}.guide-content p:last-child{margin-bottom:0}.guide-sub-items{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.guide-sub-item{padding-left:0;margin-left:0}.guide-sub-item h3{font-size:1.2rem;color:#34495e;margin-bottom:.75rem;font-weight:500;letter-spacing:-.01em}@media(max-width:768px){.guide-sub-items{gap:1.5rem}.guide-sub-item{padding-left:0;margin-left:0}.guide-sub-item h3{font-size:1.15rem}}@media(max-width:768px){.guide-list{margin-top:2.5rem}.guide-item{margin-bottom:2rem}.guide-item:last-child{margin-bottom:0}.guide-item h2{padding-left:1rem}.guide-item:hover h2{padding-left:1.5rem}.guide-item h2{font-size:1.5rem;margin-bottom:.75rem}.guide-content p{font-size:1.15rem}}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
