@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap";.header{position:fixed;top:0;left:0;right:0;width:100%;max-width:100vw;background:#fff;box-shadow:0 1px 3px #00000014;z-index:1000;height:80px;overflow:visible}.header-container{max-width:1600px;width:100%;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:100%;min-width:0;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:0}.logo{display:flex;align-items:center;text-decoration:none;color:inherit;gap:.75rem}.logo-img{height:44px;width:auto;object-fit:contain;display:block}.logo-text{font-size:1.25rem;font-weight:700;font-family:inherit;color:#333}.header-nav{display:flex;gap:2rem;flex-shrink:0}@media (max-width: 1200px){.header-nav{gap:1rem}.nav-link{padding:.5rem .6rem;font-size:1rem}}.nav-link{text-decoration:none;color:#333;font-weight:700;font-size:1.2rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s}.nav-link:hover{color:#793;background:#77993314}.nav-link.active{color:#793;background:#7799331a}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sign-in-btn{background:#718b29;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:30px;font-weight:700;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .3s;text-decoration:none;display:inline-block}.sign-up-btn{background:#685a55;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:30px;font-weight:700;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .3s;text-decoration:none;display:inline-block}.sign-up-btn:hover{background:#57463d}.sign-in-btn:hover{background:#5a6f21}.user-profile{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;padding:.5rem;border-radius:6px;transition:background .3s}.user-profile:hover{background:#0000000d}.profile-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-name{font-weight:500;color:#333}.dropdown-arrow{font-size:.7rem;color:#555}.dropdown-menu{position:absolute;top:100%;right:0;background:#f2efed;box-shadow:0 4px 6px #0000001a;border-radius:6px;margin-top:.5rem;min-width:150px;overflow:hidden}.dropdown-item{display:block;padding:.75rem 1rem;text-decoration:none;color:#57463d;transition:background .3s}.dropdown-item:hover{background:#e9eade}.dropdown-user-info{padding:.5rem 0}.dropdown-user-name{font-weight:600;color:#57463d;margin-bottom:.25rem}.dropdown-user-email{font-size:.85rem;color:#685a55}.dropdown-divider{height:1px;background:#e9eade;margin:.5rem 0}.loading-text{color:#555;font-size:.9rem}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background .2s}.hamburger-btn span{display:block;width:22px;height:2px;background:#57463d;border-radius:1px;transition:transform .3s,opacity .3s}.hamburger-btn:hover{background:#57463d14}.hamburger-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1100px){.header{height:64px}.header-container{padding:0 1rem}.hamburger-btn{display:flex}.logo-text{font-size:1rem}.logo-img{height:36px}.header-nav{position:fixed;top:64px;left:0;right:0;bottom:0;flex-direction:column;gap:0;background:#fff;padding:1rem 0 2rem;align-items:stretch;box-shadow:none;transform:translate(-100%);opacity:0;visibility:hidden;transition:transform .3s,opacity .3s,visibility .3s;overflow-y:auto;z-index:999}.header-nav.nav-open{transform:translate(0);opacity:1;visibility:visible}.header-nav .nav-link{padding:1rem 1.5rem;font-size:1.1rem;border-radius:0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-name,.dropdown-arrow{display:none}.profile-img{width:36px;height:36px}.user-profile>div{padding:.35rem!important}.sign-in-btn,.sign-up-btn{padding:.5rem 1rem;font-size:.9rem}.header-right>div{gap:.5rem!important}}@media (max-width: 480px){.header-container{padding:0 .75rem}.logo-text{font-size:.95rem}.logo-img{height:32px}.sign-up-btn{display:none}}.footer{background:#89a230;color:#fff;padding:3rem 2rem 2rem;margin-top:-1px;position:relative;z-index:1}.footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-left{flex:1}.footer-logo{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.footer-social{display:flex;gap:.75rem}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;transition:opacity .2s}.footer-social-icon img{width:100%;height:100%;object-fit:contain}.footer-social-icon:hover{opacity:.85}.footer-right{display:flex;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.footer-link{padding:.5rem 1rem;background:#fff;color:#57463d;border:2px solid #89A230;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s;display:inline-block;text-align:center;min-width:180px;width:180px;box-sizing:border-box;white-space:nowrap}.footer-link:hover{background:#89a230;color:#fff;border-color:#89a230}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.9rem;color:#ffffffe6;margin:0}.footer-external-links{display:flex;gap:1rem;align-items:center}.footer-external-link{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .3s}.footer-external-link:hover{opacity:.8;text-decoration:underline}.footer-separator{color:#ffffff80}@media (max-width: 768px){.footer-container{flex-direction:column;gap:2rem}.footer-right{flex-direction:column;gap:2rem;width:100%}.footer-link{width:100%;min-width:100%}.footer-bottom{flex-direction:column;text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.main-content{flex:1;padding-top:80px;position:relative;background-color:#fff;padding-bottom:0}@media (max-width: 1100px){.main-content{padding-top:64px}}.page-waves{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.page-waves .wave{position:absolute;z-index:0}.page-waves .wave-bottom{bottom:0;left:0;width:100%;height:42%;min-height:280px;z-index:0}.page-waves .wave-top-right{top:0;right:0;width:35%;max-width:420px;height:32%;min-height:200px}.main-content-inner{position:relative;z-index:1;min-height:100%}.home{width:100%}.hero-carousel{position:relative;width:100%;max-width:100%;min-height:560px;overflow:hidden;background:#fff}.hero-carousel-link{display:block;width:100%;text-decoration:none;cursor:pointer}.hero-carousel-inner{position:relative;width:100%;max-width:100%;min-height:560px}.hero-carousel-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff}.service-card-section{width:100%;padding:80px 0;background:#fff}.service-card-inner{max-width:1440px;margin:0 auto;padding:0 2rem}.service-card-welcome{display:block;width:100%;text-align:center;font-size:.95rem;font-weight:700;color:#89a230;margin:0 0 .5rem}.service-card-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 50px}.service-card-grid{display:grid;grid-template-columns:repeat(3,371px);gap:2rem;max-width:1400px;margin:0 auto;justify-content:center}.service-card{border-radius:24px;padding:2rem;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:box-shadow .25s,transform .25s}.service-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.service-card-hub{background:#bde1fd}.service-card-classroom{background:#ffdeae}.service-card-community{background:#d2d2ff}.service-card-icon{width:60px;height:60px;object-fit:contain;margin:0 auto 1.25rem;display:block}.service-card-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.service-card-card-desc,.service-card-desc{font-size:.95rem;color:#685a55;line-height:1.5;margin:0}.remarkable-section{width:100%;padding:4rem 0;background:#e8e8e8}.remarkable-inner{max-width:1220px;margin:0 auto;padding:0 2rem;width:100%}.remarkable-section-title{margin-bottom:2rem;text-align:center}.remarkable-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.remarkable-left{min-width:0}.remarkable-notice-box{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:1.5rem;min-height:320px;box-shadow:0 8px 24px #0000001a;transition:box-shadow .25s,transform .25s;cursor:pointer}.remarkable-notice-box:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-2px)}.remarkable-notice-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(87,70,61,.2)}.remarkable-notice-viewall{font-size:.9rem;font-weight:600;color:#89a230;cursor:pointer}.remarkable-notice-viewall:hover{text-decoration:underline}.remarkable-notice-heading{font-size:1.25rem;font-weight:700;color:#57463d;margin:0}.remarkable-notice-list{display:flex;flex-direction:column;gap:.75rem}.remarkable-notice-item{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fafafa;border:1px solid rgba(0,0,0,.06);border-radius:8px;cursor:pointer;transition:all .2s}.remarkable-notice-item:hover{background:#f5f5f5;box-shadow:0 2px 8px #0000000f}.remarkable-notice-badge{flex-shrink:0;font-size:1rem}.remarkable-notice-title{font-size:.95rem;font-weight:600;color:#57463d;margin:0 0 .2rem}.remarkable-notice-text{font-size:.85rem;color:#685a55;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.remarkable-notice-empty{color:#685a55;font-size:.95rem;margin:0}.remarkable-right{min-width:0}.mini-calendar{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;box-shadow:0 8px 24px #0000001a;cursor:pointer;transition:box-shadow .2s}.mini-calendar:hover{box-shadow:0 12px 32px #0000001f}.mini-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mini-calendar-month{font-size:1.1rem;font-weight:600;color:#333}.mini-calendar-arrow{width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:1.25rem;color:#666;border-radius:6px;transition:background .2s,color .2s}.mini-calendar-arrow:hover{background:#f0f0f0;color:#333}.mini-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:.5rem;text-align:center}.mini-calendar-weekday{font-size:.75rem;font-weight:600;color:#888}.mini-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.mini-calendar-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.9rem;color:#333;border-radius:8px;position:relative}.mini-calendar-cell.empty{color:#ccc}.mini-calendar-cell.today{background:#fff;border:2px solid rgba(0,0,0,.12);font-weight:700;box-shadow:0 2px 6px #0000000f}.mini-calendar-date{line-height:1}.mini-calendar-event-dot{position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#e53935}.mini-calendar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.mini-calendar-today-btn{padding:.4rem .9rem;font-size:.9rem;font-weight:600;color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.mini-calendar-today-btn:hover{background:#f5f5f5;border-color:#ff9800;color:#ff9800}.mini-calendar-link{font-size:.9rem;color:#1976d2;text-decoration:none}.mini-calendar-link:hover{text-decoration:underline}@media (max-width: 1250px){.service-card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.remarkable-grid,.service-card-grid{grid-template-columns:1fr}}.hero-carousel-text{position:absolute;left:3rem;bottom:4rem;z-index:1;color:#333;text-align:left}.hero-carousel-subtitle{font-size:.95rem;font-weight:500;margin:0 0 .5rem;letter-spacing:.02em;text-shadow:0 1px 2px rgba(255,255,255,.8)}.hero-carousel-title{font-size:2.5rem;font-weight:700;margin:0 0 1.25rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(255,255,255,.8)}.hero-carousel-cta{display:inline-block;width:fit-content;background:#fff;color:#1a1a1a;padding:.75rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;margin-top:.5rem;box-shadow:0 2px 8px #00000026}.hero-carousel-cta:hover{background:#f0f0f0;color:#000}.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:transparent;color:#333;font-size:2.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;z-index:2;padding:0}.hero-carousel:hover .hero-carousel-arrow{opacity:1}.hero-carousel-arrow:hover{opacity:.8!important}.hero-carousel-arrow-prev{left:1rem}.hero-carousel-arrow-next{right:1rem}.hero-carousel-indicators{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.hero-carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:transparent;padding:0;cursor:pointer;transition:background .2s}.hero-carousel-dot.active{background:#fff}.hero-carousel-dot:hover:not(.active){background:#fff6}.hero-section{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#89a230,#718b29);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.hero-section:not(.hero-banner){background-image:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1200)}.hero-overlay{background:#00000080;padding:3rem;border-radius:12px;text-align:center;color:#fff}.hero-title{font-size:3rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero-cta{background:#f16521;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.hero-cta:hover{background:#d4551a}.carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.indicator{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer}.indicator.active{background:#ffd55b}.content-grid{max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:250px 1fr 300px;gap:2rem}.sidebar-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#57463d}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#57463d}.tabs{display:flex;gap:1rem;border-bottom:2px solid #E9EADE;margin-bottom:1rem}.tab{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;color:#685a55;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .3s}.focus-subtitle{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#57463d}.focus-text{color:#685a55;line-height:1.6}.event-item{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #E9EADE}.event-item:first-child{border-top:none;padding-top:0;margin-top:.5rem}.event-title-small{color:#57463d;font-weight:500;margin-top:.25rem;font-size:.9rem}.loading-text,.no-events{color:#685a55;font-size:.9rem;margin-top:.5rem}.youtube-section{width:100%;padding:80px 0;background:#e9f5d1;text-align:center}.youtube-section-inner{max-width:1440px;margin:0 auto;padding:0 2rem}.youtube-section .section-main-title{margin-bottom:50px}.youtube-card{max-width:1196px;margin:0 auto;background:#000;border-radius:16px;box-shadow:0 18px 45px #00000073;overflow:hidden}.youtube-wrapper{position:relative;padding-bottom:56.25%;height:0}.youtube-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.faq-section{width:100%;padding:80px 0;background:#fff}.faq-section-inner{max-width:1440px;margin:0 auto;padding:0 2rem}.faq-section-label{display:block;width:100%;text-align:center;font-size:.95rem;font-weight:700;color:#89a230;margin:0 0 .5rem}.faq-section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 50px}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-align:left;font-size:1.2rem;font-weight:500;color:#333;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;border:none;cursor:pointer;transition:background .2s}.faq-question:hover{background:#f9f9f9}.faq-plus{flex-shrink:0;font-size:1.4rem;font-weight:700;color:#89a230}.faq-answer{padding:1rem 1.25rem 1.25rem 3.5rem;font-size:1.1rem;color:#555;line-height:1.6;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-top:1px solid #f0f0f0}.working-together-section{width:100%;margin:0;padding:80px 0;text-align:center;background:#fce4ec}.working-together-inner{max-width:1220px;margin:0 auto;padding:0 2rem;width:100%}.working-together-section .section-main-title{margin-bottom:50px}.section-main-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:3rem;text-align:center}.working-together-grid{margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.working-together-item{display:flex;flex-direction:column;align-items:center;transition:transform .3s}.working-together-image-wrapper{position:relative;width:100%}.working-together-carousel{position:relative;margin-top:2rem}.working-together-carousel-inner{position:relative;width:100%;max-width:800px;margin:0 auto}.working-together-close{position:absolute;top:-40px;right:0;width:36px;height:36px;border:none;background:#57463dcc;color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;z-index:10;padding:0}.working-together-close:hover{background:#57463d;transform:scale(1.1)}.working-together-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;transition:opacity .5s ease-in-out}.working-together-indicators-small{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:5}.working-together-dot-small{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:all .3s;border:1px solid rgba(255,255,255,.8)}.working-together-dot-small.active{background:#ffffffe6;transform:scale(1.2)}.working-together-caption{font-size:1rem;font-weight:600;color:#57463d;text-align:center;margin-top:.5rem}.working-together-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#57463d99;color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;z-index:10;padding:0}.working-together-arrow:hover{background:#57463de6;transform:translateY(-50%) scale(1.1)}.working-together-arrow-prev{left:-24px}.working-together-arrow-next{right:-24px}.working-together-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.working-together-dot{width:10px;height:10px;border-radius:50%;border:none;background:#57463d66;cursor:pointer;transition:all .3s;padding:0}.working-together-dot.active{background:#57463d;transform:scale(1.2)}.working-together-dot:hover:not(.active){background:#57463d99}.action-buttons-section{max-width:1400px;margin:4rem auto;padding:0 2rem;display:flex;justify-content:center;gap:2rem}.action-button{border:1px solid #b8d4a0;border-radius:30px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;min-width:200px;text-decoration:none;box-shadow:0 4px 12px #00000026}.action-button:first-child{background:#fff;color:#718b29;border-color:#718b29}.action-button:first-child:hover{background:#f5f5f5;color:#718b29;transform:translateY(-2px);box-shadow:0 6px 16px #718b294d}.action-button:last-child{background:#fff;color:#718b29;border-color:#718b29}.action-button:last-child:hover{background:#f5f5f5;color:#718b29;transform:translateY(-2px);box-shadow:0 6px 16px #718b294d}@media (max-width: 1200px){.hero-carousel-text{left:2rem;bottom:3rem}.hero-carousel-title{font-size:2rem}.working-together-grid{grid-template-columns:repeat(2,1fr)}.working-together-carousel-inner{max-width:100%}.working-together-arrow{width:40px;height:40px;font-size:1.5rem}.working-together-arrow-prev{left:-20px}.working-together-arrow-next{right:-20px}}@media (max-width: 768px){.hero-carousel,.hero-carousel-inner{min-height:380px}.hero-carousel-text{left:1.5rem;bottom:3rem}.hero-carousel-subtitle{font-size:.85rem}.hero-carousel-title{font-size:1.6rem}.hero-carousel-arrow{width:40px;height:40px;font-size:1.75rem}.hero-carousel-arrow-prev{left:.5rem}.hero-carousel-arrow-next{right:.5rem}.section-main-title,.service-card-title,.faq-section-title{font-size:2rem}.working-together-grid{grid-template-columns:1fr}.working-together-carousel-inner{max-width:100%}.working-together-arrow{width:36px;height:36px;font-size:1.25rem}.working-together-arrow-prev{left:-18px}.working-together-arrow-next{right:-18px}.action-buttons-section{flex-direction:column;align-items:center}.action-button{width:100%;max-width:300px}}.calendar-view{width:100%;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #E9EADE}.calendar-title{font-family:Poppins,Open Sans,sans-serif;font-size:1.5rem;font-weight:700;color:#57463d;margin:0}.calendar-link-button{background:#89a230;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .3s;display:inline-block}.calendar-link-button:hover{background:#718b29}.events-list{width:100%}.events-container{display:flex;flex-direction:column;gap:1rem}.event-card{background:#f2efed;padding:1.5rem;border-radius:8px;border:1px solid #E9EADE;transition:box-shadow .3s}.event-card:hover{box-shadow:0 4px 8px #0000001a}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.event-title{font-family:Poppins,Open Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#57463d;margin:0}.event-status{color:#89a230;font-size:1.2rem}.event-description{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#685a55;margin-bottom:1rem;line-height:1.6}.event-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.event-time,.event-location{color:#685a55;font-size:.9rem}.event-time strong,.event-location strong{color:#57463d}.event-link{color:#5dc6cf;text-decoration:none;font-weight:500;transition:color .3s}.event-link:hover{color:#89a230}.no-events-container{padding:3rem 2rem;text-align:center}.no-events-message{max-width:500px;margin:0 auto}.no-events-message h3{font-size:1.2rem;color:#57463d;margin-bottom:1rem}.no-events-message p{color:#685a55;margin-bottom:1.5rem;line-height:1.6}.loading-text,.error-text,.no-events,.no-courses{padding:2rem;text-align:center;color:#685a55}.error-message{padding:2rem;text-align:center;background:#f2efed;border-radius:8px;border:1px solid #E9EADE}.error-message p{color:#f16521;margin-bottom:1rem;font-weight:500}.no-assignments{padding:1rem;color:#685a55;text-align:center}.classroom{width:100%;padding:2rem 0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.classroom-grid{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:300px 1fr;gap:2rem}.sidebar-left,.sidebar-right{background:#f2efed;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:fit-content}.sidebar-title{font-family:Poppins,Open Sans,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#57463d}.sidebar-menu{list-style:none;margin-bottom:2rem}.menu-item{padding:.75rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .3s}.menu-item:hover{color:#89a230}.menu-text{flex:1}.menu-dot{width:8px;height:8px;border-radius:50%}.menu-dot.yellow{background:#ffd55b}.menu-dot.green{background:#89a230}.menu-check{color:#89a230;font-weight:700}.copyright{font-size:.75rem;color:#685a55;margin-top:auto}.main-content-area{background:#f2efed;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.section-title{font-family:Poppins,Open Sans,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#57463d}.tabs{display:flex;gap:1rem;border-bottom:2px solid #E9EADE;margin-bottom:1.5rem}.tab{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;color:#685a55;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .3s}.tab:hover{color:#89a230}.tab.active{color:#89a230;border-bottom-color:#89a230}.progress-section{margin-bottom:2rem}.progress-item{margin-bottom:1.5rem}.progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-title{font-family:Poppins,Open Sans,sans-serif;font-weight:700;color:#57463d}.progress-percent{color:#685a55;font-size:.9rem}.progress-bar{width:100%;height:8px;background:#e9eade;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#89a230,#718b29);border-radius:4px;transition:width .3s}.course-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1200px){.course-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.classroom-grid,.course-cards{grid-template-columns:1fr}}.course-card{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background:#fff;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.course-image-container{width:100%;height:180px;border-radius:8px;margin-bottom:.75rem;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f5f5f5}.course-tags{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.status-tag{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.status-tag.ongoing{background:orange;color:#fff}.status-tag.preparing{background:#89a230;color:#fff}.status-tag.finished{background:#9e9e9e;color:#fff}.organization-tag{padding:.25rem .75rem;background:#e9eade;color:#57463d;border-radius:4px;font-size:.85rem;font-weight:500}.course-subtitle{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#685a55;font-size:.85rem;margin-top:.25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-header{margin-bottom:1rem}.course-title{font-family:Poppins,Open Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#57463d;margin:.5rem 0}.course-content{display:flex;gap:1rem;margin-top:auto;padding-top:.75rem}.course-image{width:200px;height:150px;object-fit:cover;border-radius:6px}.course-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.course-description{color:#685a55;line-height:1.6;margin-bottom:1rem}.course-btn{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#89a230;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s;width:100%;text-align:center}.status-filters{display:flex;gap:.5rem;margin-top:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.status-filter{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.5rem 1rem;background:#f2efed;border:2px solid #E9EADE;border-radius:6px;font-weight:500;color:#57463d;cursor:pointer;transition:all .3s}.status-filter:hover{border-color:#89a230;color:#89a230}.status-filter.active{background:#89a230;color:#fff;border-color:#89a230}.course-btn:hover{background:#718b29}.course-modules{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.modules-title{font-family:Poppins,Open Sans,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#57463d}.modules-list{list-style:none}.module-item{padding:.5rem 0;color:#685a55;cursor:pointer;transition:color .3s}.module-item:hover{color:#5dc6cf}.module-item.active{background:#e9eade;padding-left:.5rem}.module-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.module-name{font-weight:500}.module-due{font-size:.85rem;color:#685a55}.module-link{color:#5dc6cf;text-decoration:none;font-weight:700;margin-left:.5rem}.module-link:hover{color:#89a230}.course-detail{background:#f2efed;padding:1.5rem;border-radius:8px;margin-top:1rem}.course-section{color:#685a55;font-size:.9rem;margin-bottom:.5rem}.no-courses-container{display:flex;justify-content:center;align-items:center;min-height:320px;padding:2rem}.no-courses-message{text-align:center;max-width:420px}.no-courses-message h3{font-family:Poppins,Open Sans,sans-serif;font-size:1.4rem;font-weight:700;color:#57463d;margin-bottom:1rem}.no-courses-message p{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#685a55;line-height:1.6;margin-bottom:.75rem}.classroom-link-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-block;margin-top:1rem;padding:.6rem 1.2rem;background:transparent;color:#89a230;border:2px solid #89A230;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:all .3s}.classroom-link-button:hover{background:#89a230;color:#fff}.classroom-link-button-primary{padding:1rem 2rem;font-size:1.1rem;background:linear-gradient(135deg,#89a230,#718b29);color:#fff;border:none;box-shadow:0 4px 12px #89a23059}.classroom-link-button-primary:hover{background:linear-gradient(135deg,#718b29,#5a6e20);transform:translateY(-2px);box-shadow:0 6px 16px #89a23066}.loading-text,.error-text,.no-courses{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:2rem;text-align:center;color:#685a55}.error-text{color:#f16521}.course-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.course-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.focus-section{margin-bottom:2rem}.focus-subtitle{font-family:Poppins,Open Sans,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#57463d}.focus-text{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#685a55;line-height:1.6}.login-prompt-title{font-family:Poppins,Open Sans,sans-serif;font-weight:700}.login-prompt-text,.login-prompt-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.calendar-events{margin-top:1.5rem}.event-date,.event-time{color:#685a55;margin-top:.5rem}.social-icons{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.social-icon{font-size:1.5rem;cursor:pointer;transition:transform .3s}.social-icon:hover{transform:scale(1.2)}.community{min-height:100vh;background:#f2efed;padding:2rem 0}.community-container{max-width:1400px;margin:0 auto;padding:0 2rem}.community-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.community-actions{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem 1rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;min-width:300px}.search-input:focus{outline:none;border-color:#89a230}.new-post-btn{padding:.5rem 1.5rem;background:#89a230;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.new-post-btn:hover{background:#718b29}.mentions-notification-btn{padding:.5rem 1rem;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.mentions-notification-btn.has-unresolved{background:#ff6b6b;animation:pulse 2s infinite}.mentions-notification-btn.has-unresolved:hover{background:#ff5252;transform:scale(1.05)}.mentions-notification-btn.no-unresolved{background:#9e9e9e}.mentions-notification-btn.no-unresolved:hover{background:#757575;transform:scale(1.05)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.mentions-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.back-to-list-btn{padding:.5rem 1rem;margin-bottom:1.5rem;background:#e9eade;border:none;border-radius:6px;font-weight:500;color:#57463d;cursor:pointer;transition:all .3s}.mentions-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #E9EADE}.back-to-list-btn:hover{background:#d4d9c8}.community-content{display:grid;grid-template-columns:250px 1fr;gap:2rem}.community-sidebar{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:fit-content}.board-tabs-box{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem}.board-tabs{display:flex;flex-direction:column;gap:.5rem}.board-tab{padding:.75rem 1rem;background:#f2efed;border:none;border-radius:6px;text-align:left;font-weight:500;color:#57463d;cursor:pointer;transition:all .3s}.board-tab:hover{background:#e9eade}.board-tab.active{background:#89a230;color:#fff}.popular-posts-section{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.popular-posts-title{font-size:1.2rem;font-weight:700;color:#57463d;margin-bottom:1rem}.popular-posts-list{display:flex;flex-direction:column;gap:.75rem}.popular-post-item{padding:1rem;background:#f2efed;border-radius:6px;cursor:pointer;transition:background .3s,transform .2s;border:1px solid #E9EADE}.popular-post-item:hover{background:#e9eade;transform:translate(4px)}.popular-post-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.popular-post-type{padding:.25rem .5rem;background:#89a230;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600}.popular-post-pinned{font-size:.9rem}.popular-post-title{font-size:.95rem;font-weight:600;color:#57463d;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-post-meta{display:flex;gap:.5rem;color:#685a55;font-size:.85rem}.popular-posts-section-main{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.popular-posts-section-main .section-title{font-size:1.5rem;font-weight:700;color:#57463d;margin-bottom:1.5rem}.popular-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.popular-post-card{padding:1.5rem;background:#f2efed;border-radius:8px;cursor:pointer;transition:all .3s;border:1px solid #E9EADE}.popular-post-card:hover{background:#e9eade;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.popular-post-card-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.popular-post-card-title{font-size:1.1rem;font-weight:600;color:#57463d;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-post-card-meta{display:flex;gap:.5rem;color:#685a55;font-size:.9rem;align-items:center}.tags-section-box{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.tags-section{margin-top:0}.tags-title{font-size:1rem;font-weight:600;color:#57463d;margin-bottom:1rem}.tags-list{display:flex;flex-direction:column;gap:.5rem}.tag-item{padding:.5rem;background:#f2efed;border:none;border-radius:4px;text-align:left;font-size:.9rem;color:#57463d;cursor:pointer;transition:all .3s}.tag-item:hover{background:#e9eade}.tag-item.active{background:#89a230;color:#fff}.community-main{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.loading,.no-posts{text-align:center;padding:3rem;color:#685a55}.posts-list{display:flex;flex-direction:column;gap:1rem}.post-card{padding:1.5rem;border:1px solid #E9EADE;border-radius:8px;cursor:pointer;transition:all .3s;background:#fff}.post-card:hover{border-color:#89a230;box-shadow:0 2px 8px #89a23033}.post-card.notice-post,.post-card.notice-pinned{background:#fff;border:2px solid #FFD55B}.post-card.notice-post:hover,.post-card.notice-pinned:hover{border-color:#ffd55b;box-shadow:0 2px 8px #ffd55b66;background:#fff}.post-card.request-resolved{background:#e0e0e0;border-color:#bdbdbd;opacity:.8}.post-card.request-resolved:hover{background:#d0d0d0;border-color:#9e9e9e;opacity:.9}.post-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.post-card-header-left{display:flex;align-items:center;gap:.5rem}.post-type-badge{padding:.25rem .5rem;background:#89a230;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600}.pinned-badge{font-size:.9rem}.post-card-title{font-size:1.2rem;font-weight:600;color:#57463d;margin:0}.post-card-meta{display:flex;gap:.5rem;font-size:.9rem;color:#685a55;margin-top:.5rem}.post-card-tags{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.tag-badge{padding:.25rem .5rem;background:#e9f5e9;color:#89a230;border-radius:4px;font-size:.85rem}.post-detail{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.back-button{padding:.5rem 1rem;background:#e9eade;border:none;border-radius:6px;cursor:pointer;margin-bottom:1rem;transition:background .3s}.back-button:hover{background:#d4d8c5}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #E9EADE}.post-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem}.post-meta-left{display:flex;gap:.5rem;align-items:center}.post-title{font-size:2rem;font-weight:700;color:#57463d;margin:1rem 0}.post-info{display:flex;gap:.5rem;color:#685a55;font-size:.9rem;margin-bottom:1rem}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap}.post-image-container{margin:1.5rem 0;text-align:center}.post-image{max-width:100%;max-height:500px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.post-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:1.5rem 0;padding-top:1rem;border-top:1px solid #E9EADE}.post-edit-actions{display:flex;gap:.5rem}.resolved-badge{padding:.25rem .75rem;background:#89a230;color:#fff;border-radius:4px;font-size:.875rem;font-weight:600;margin-left:auto}.edit-btn,.delete-btn,.resolve-btn{padding:.5rem 1rem;border:1px solid #E9EADE;border-radius:4px;background:#fff;color:#57463d;font-size:.875rem;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#f2efed;border-color:#89a230;color:#89a230}.delete-btn:hover{background:#f2efed;border-color:#dc3545;color:#dc3545}.resolve-btn:hover{background:#f2efed;border-color:#89a230;color:#89a230}.resolve-btn.resolved{background:#89a230;color:#fff;border-color:#89a230}.resolve-btn.resolved:hover{background:#7a8f2a;border-color:#7a8f2a}.like-btn{padding:.5rem 1rem;background:#e9eade;color:#57463d;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.like-btn:hover{background:#d4d8c5}.like-btn.liked{background:#ffe5e5;color:#d32f2f}.embed-container{margin:1.5rem 0;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-container iframe,.embed-container blockquote{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.embed-container{margin:1.5rem 0;width:100%;max-width:100%;overflow:hidden}.embed-container.instagram-embed,.embed-container.twitter-embed,.embed-container.threads-embed{overflow:visible}.youtube-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.embed-container.instagram-embed,.embed-container.twitter-embed,.embed-container.threads-embed{display:flex;justify-content:center;align-items:center;margin:1.5rem 0;width:100%;overflow:visible}.embed-container.instagram-embed blockquote,.instagram-media{margin:0!important;min-width:326px!important;max-width:500px!important;width:calc(100% - 2px)!important}.embed-container.instagram-embed{min-height:600px}.embed-container.threads-embed blockquote{margin:0!important;padding:0!important;width:100%!important;max-width:400px!important;min-width:280px!important;background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important}.embed-container.threads-embed blockquote iframe{width:100%!important;min-width:280px!important;max-width:400px!important;border:none!important;display:block!important}.embed-container.twitter-embed{min-height:auto}.embed-container.twitter-embed blockquote{margin:0!important;max-width:400px!important;width:100%!important}@media (max-width: 768px){.embed-container.instagram-embed blockquote,.embed-container.instagram-embed blockquote iframe,.embed-container.threads-embed blockquote,.embed-container.threads-embed blockquote iframe{min-width:100%!important;max-width:100%!important}}.post-content{padding:2rem 0;line-height:1.8;color:#57463d;white-space:pre-wrap;overflow:visible}.post-content .mention{color:#5dc6cf;font-weight:600}.post-content .tag-inline{color:#89a230;font-weight:600}.post-mentions{padding:1rem;background:#f2efed;border-radius:6px;margin-top:1rem}.mention-badge{display:inline-block;padding:.25rem .5rem;background:#e9f5e9;color:#89a230;border-radius:4px;margin-left:.5rem;font-size:.9rem}.comments-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #E9EADE}.comments-title{font-size:1.3rem;font-weight:600;color:#57463d;margin-bottom:1rem}.add-comment-btn{padding:.5rem 1rem;background:#89a230;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-bottom:1rem;transition:background .3s}.add-comment-btn:hover{background:#718b29}.comments-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.comment-item{padding:1rem;background:#fff;border-radius:6px;margin-bottom:.75rem;border-left:3px solid #E9EADE;transition:all .2s}.comment-item:hover{box-shadow:0 2px 8px #00000014}.comment-item.comment-reply{margin-left:2rem;background:#fafafa;border-left-color:#89a230}.comment-header{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;align-items:center;flex-wrap:wrap}.comment-author{font-weight:600;color:#57463d}.author-name-clickable{cursor:pointer;transition:color .2s;padding:2px 4px;border-radius:4px}.author-name-clickable:hover{color:#89a230;background:#e9eade}.reply-btn{margin-left:auto;padding:.25rem .75rem;background:#e9eade;color:#57463d;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.reply-btn:hover{background:#89a230;color:#fff}.reply-form-container{margin-top:1rem;padding:1rem;background:#f9f9f9;border-radius:6px;border:1px solid #E9EADE}.comment-date{color:#685a55}.comment-content{color:#57463d;line-height:1.6;white-space:pre-wrap}.comment-content .mention{color:#5dc6cf;font-weight:600}.post-form,.comment-form{background:#f2efed;padding:2rem;border-radius:8px;margin-bottom:2rem}.post-form h3{font-size:1.3rem;color:#57463d;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;color:#57463d;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#89a230}.form-group textarea{resize:vertical}.comment-form textarea{width:100%;min-width:100%;max-width:100%;padding:.75rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;font-family:inherit;resize:none;height:100px;box-sizing:border-box}.form-actions button[type=submit]:hover:not(:disabled){background:#718b29}.form-actions button:disabled{opacity:.6;cursor:not-allowed}.comment-form-actions{display:flex;gap:.5rem;margin-top:.5rem}.comment-form-actions button{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .3s}.comment-form-actions button[type=submit]{background:#89a230;color:#fff}.comment-form-actions button[type=submit]:hover:not(:disabled){background:#718b29}.comment-form-actions button[type=button]{background:#e9eade;color:#57463d}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #E9EADE}.pagination button{padding:.5rem 1rem;background:#e9eade;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.pagination button:hover:not(:disabled){background:#d4d8c5}.pagination button:disabled{opacity:.5;cursor:not-allowed}.login-prompt{display:flex;justify-content:center;align-items:center;min-height:60vh}.login-prompt-content{text-align:center;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.login-prompt-title{font-size:1.5rem;color:#57463d;margin-bottom:1rem}.login-prompt-text{color:#685a55;margin-bottom:2rem}.login-prompt-button{padding:.75rem 2rem;background:#89a230;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.form-notice-hub{padding:.75rem 1rem;background:#fff8e6;border-radius:6px;border:1px solid #E9EADE}.hub-notice-text{margin:0;font-size:.9rem;color:#57463d}.hub-notice-text a{color:#89a230;font-weight:600;text-decoration:none}.hub-notice-text a:hover{text-decoration:underline}.image-drop-zone{margin-top:.5rem;padding:1rem;border:2px dashed #E9EADE;border-radius:8px;background:#fafaf8;transition:border-color .2s,background .2s}.image-drop-zone.dragging{border-color:#89a230;background:#f5f9e8}.image-drop-zone.full{padding:.5rem 1rem}.image-upload-row{display:flex;align-items:center;gap:.75rem}.image-upload-input{flex:1;max-width:300px}.image-upload-hint{font-size:.9rem;color:#685a55}.post-form-images{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.post-form-image-item{position:relative;width:120px;height:120px}.post-form-image-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #E9EADE}.remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;padding:0;border:none;background:#0009;color:#fff;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center}.remove-image-btn:hover{background:#c0392b}.post-images-container{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;width:100%}.post-images-container .post-image-container{width:100%;max-width:100%}.post-images-container .post-image{width:100%;max-width:100%;height:auto;max-height:none;object-fit:contain;display:block}.post-image-clickable .post-image{cursor:pointer}.post-image-clickable .post-image:hover{opacity:.9}.post-images-container .post-image--full,.post-images-container .post-image-container.post-image--full .post-image{width:100%;max-width:100%}.post-images-container .post-image--original,.post-images-container .post-image-container.post-image--original .post-image{width:auto;max-width:100%;margin:0 auto;display:block}.post-images-container .post-image--small,.post-images-container .post-image-container.post-image--small .post-image{width:auto;max-width:min(50%,320px);margin:0 auto;display:block}.form-group-content-with-images .images-in-content{margin-top:1rem;padding-top:1rem;border-top:1px solid #E9EADE}.post-form-image-item{display:flex;flex-direction:column;gap:.5rem}.post-form-image-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.post-form-image-controls .image-size-label{font-size:.875rem;color:#685a55}.post-form-image-controls .image-size-select{padding:.25rem .5rem;border:1px solid #E9EADE;border-radius:4px;font-size:.875rem;background:#fff}.post-form-image-controls .remove-image-btn{margin-left:auto}.image-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.image-lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.image-lightbox-close:hover{background:#ffffff59}.image-lightbox-img{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:4px}.hub{width:100%;padding:2rem 0}.hub-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hub-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #E9EADE}.hub-embed-hint{margin:0 0 1rem;padding:.75rem 1rem;background:#fff8e6;border-radius:6px;font-size:.9rem;color:#57463d}.hub-image-container{margin:1.5rem 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:0 2rem}.hub-image{width:100%;max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block}.section-title{font-size:1.5rem;font-weight:600;color:#57463d;margin:0}.drive-link-button{background:#89a230;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .3s;display:inline-block}.drive-link-button:hover{background:#718b29}.hub-content{background:#f2efed;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-height:600px;box-sizing:border-box;transition:background .2s,border-color .2s}.hub-drop-zone.hub-drop-zone-active{background:#e9eade;border:2px dashed #89A230}.hub-upload-zone{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:2px dashed #E9EADE;text-align:center}.hub-file-input{display:none}.hub-upload-label{display:block;padding:.75rem 1.5rem;color:#57463d;font-size:.95rem;cursor:pointer;transition:color .2s}.hub-upload-label:hover{color:#89a230}.hub-upload-error{margin:.5rem 0 0;color:#c0392b;font-size:.9rem}.login-prompt{display:flex;justify-content:center;align-items:center;min-height:400px}.login-prompt-content{text-align:center;max-width:400px}.login-prompt-title{font-size:1.5rem;font-weight:600;color:#57463d;margin-bottom:1rem}.login-prompt-text{color:#685a55;margin-bottom:2rem;line-height:1.6}.login-prompt-button{background:#89a230;color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s}.login-prompt-button:hover{background:#718b29}.drive-breadcrumb{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.drive-back-btn{padding:.5rem 1rem;background:#e9eade;color:#57463d;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.drive-back-btn:hover{background:#89a230;color:#fff}.drive-folder-name{font-size:1.1rem;font-weight:600;color:#57463d}.drive-loading,.drive-empty{text-align:center;padding:3rem;color:#685a55;background:#fff;border-radius:8px}.drive-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.drive-item{background:#fff;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;border:2px solid #E9EADE;display:flex;flex-direction:column;align-items:center;text-align:center}.drive-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#89a230}.drive-item.drive-folder{border-color:#89a230}.drive-item-icon{margin-bottom:.75rem}.drive-item-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px}.drive-item-name{font-weight:500;color:#57463d;word-break:break-word;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.drive-item-meta{margin-top:.5rem;font-size:.85rem;color:#685a55;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.drive-embed-container{width:100%;min-height:600px}.drive-setup{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #E9EADE}.drive-setup-title{font-size:1.2rem;font-weight:600;color:#57463d;margin-bottom:1rem}.drive-setup-text{color:#685a55;line-height:1.8;margin-bottom:1.5rem;font-size:.95rem}.drive-setup-text code{background:#f2efed;padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.9em;color:#57463d}.drive-input-group{display:flex;gap:1rem;align-items:center}.drive-input{flex:1;padding:.75rem 1rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;color:#57463d;transition:border-color .3s}.drive-input:focus{outline:none;border-color:#89a230}.drive-embed-btn{background:#89a230;color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.drive-embed-btn:hover:not(:disabled){background:#718b29}.drive-embed-btn:disabled{background:#e9eade;color:#685a55;cursor:not-allowed}.drive-iframe-container{width:100%;min-height:600px;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #E9EADE}.drive-placeholder{text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;border:1px solid #E9EADE}.drive-placeholder p{color:#685a55;line-height:1.6;margin-bottom:.5rem}.hub-drive-fab{position:fixed;bottom:2rem;right:2rem;padding:.75rem 1.5rem;background:#89a230;color:#fff;font-weight:600;text-decoration:none;border-radius:999px;box-shadow:0 4px 12px #00000026;z-index:100;transition:background .2s,transform .2s}.hub-drive-fab:hover{background:#718b29;color:#fff;transform:translateY(-2px)}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f2efed;padding:2rem}.admin-login-container{width:100%;max-width:400px}.admin-login-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.admin-login-title{font-size:1.75rem;font-weight:600;color:#57463d;margin-bottom:2rem;text-align:center}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#57463d}.form-group input{padding:.75rem 1rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;color:#57463d;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#89a230}.error-message{padding:.75rem;background:#ffe5e5;color:#f16521;border-radius:6px;font-size:.9rem;text-align:center}.login-button{padding:.75rem 2rem;background:#89a230;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#718b29}.login-button:disabled{background:#e9eade;color:#685a55;cursor:not-allowed}.admin-dashboard{min-height:100vh;background:#f2efed;padding:2rem;max-width:1400px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.admin-header h1{font-size:1.75rem;color:#57463d;margin:0}.logout-button{padding:.5rem 1.5rem;background:#f16521;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.logout-button:hover{background:#d4551a}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem}.admin-tabs .tab{padding:.75rem 1.5rem;background:#fff;border:2px solid #E9EADE;border-radius:6px;font-weight:600;color:#685a55;cursor:pointer;transition:all .3s}.admin-tabs .tab:hover{border-color:#89a230;color:#57463d}.admin-tabs .tab.active{background:#89a230;color:#fff;border-color:#89a230}.admin-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.5rem;color:#57463d;margin:0}.add-button{padding:.75rem 1.5rem;background:#89a230;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.add-button:hover{background:#718b29}.loading{text-align:center;padding:2rem;color:#685a55}.items-list{display:flex;flex-direction:column;gap:1rem}.item-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #E9EADE;border-radius:8px;background:#f2efed}.draggable-card{cursor:grab}.draggable-card:active{cursor:grabbing}.draggable-card.dragging{opacity:.7;box-shadow:0 8px 24px #0000001f}.item-info h3{font-size:1.2rem;color:#57463d;margin:0 0 .5rem}.item-info p{color:#685a55;margin:.25rem 0}.item-meta{font-size:.9rem;color:#685a55}.item-actions{display:flex;gap:.5rem}.item-actions button{padding:.5rem 1rem;border:1px solid #89A230;border-radius:6px;background:#fff;color:#89a230;font-weight:600;cursor:pointer;transition:all .3s}.item-actions button:hover{background:#89a230;color:#fff}.admin-form{background:#f2efed;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #E9EADE}.admin-form h3{font-size:1.3rem;color:#57463d;margin-bottom:1.5rem}.admin-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.admin-form .form-group label{font-weight:500;color:#57463d}.admin-form .form-group input,.admin-form .form-group textarea,.admin-form .form-group select{padding:.75rem;border:2px solid #E9EADE;border-radius:6px;font-size:1rem;color:#57463d;transition:border-color .3s}.admin-form .form-group input:focus,.admin-form .form-group textarea:focus,.admin-form .form-group select:focus{outline:none;border-color:#89a230}.admin-form .form-group textarea{resize:vertical;font-family:inherit}.admin-form-image-add{padding:.5rem 1rem;border:2px dashed #89A230;border-radius:6px;background:#fff;color:#89a230;font-weight:600;cursor:pointer;transition:all .2s;align-self:flex-start}.admin-form-image-add:hover:not(:disabled){background:#89a23014}.admin-form-image-add:disabled{opacity:.7;cursor:not-allowed}.admin-form-image-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.admin-form-image-item{display:flex;flex-direction:column;width:140px;border-radius:8px;overflow:hidden;border:1px solid #E9EADE;background:#fff}.admin-form-image-item img{width:100%;height:120px;object-fit:cover}.admin-form-image-controls{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;flex-wrap:wrap}.admin-form-image-size-label{font-size:.75rem;color:#685a55}.admin-form-image-size-select{padding:.2rem .4rem;border:1px solid #E9EADE;border-radius:4px;font-size:.75rem;background:#fff;flex:1;min-width:0}.admin-form-image-remove{width:24px;height:24px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s;flex-shrink:0}.admin-form-image-remove:hover{background:#000c}.form-group-toggle{display:flex;align-items:center;gap:.75rem}.form-group-toggle-label{font-weight:500;color:#57463d}.notice-pinned-toggle{position:relative;width:44px;height:24px;border-radius:12px;border:2px solid #333;background:#fff;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s,border-color .2s;box-shadow:0 1px 3px #0000001a}.notice-pinned-toggle.off{background:#fff;border-color:#333}.notice-pinned-toggle.off .notice-pinned-toggle-thumb{left:3px;background:#333}.notice-pinned-toggle.on{background:#333;border-color:#333}.notice-pinned-toggle.on .notice-pinned-toggle-thumb{left:calc(100% - 19px);background:#fff}.notice-pinned-toggle-thumb{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;transition:left .2s,background .2s}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-actions button{padding:.75rem 2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.form-actions button[type=submit]{background:#89a230;color:#fff}.form-actions button[type=submit]:hover{background:#718b29}.form-actions button[type=button]{background:#e9eade;color:#57463d}.form-actions button[type=button]:hover{background:#d4d8c5}.image-upload-section{display:flex;flex-direction:column;gap:.5rem}.image-dropzone{padding:1.5rem;border:2px dashed #E9EADE;border-radius:8px;background:#fafaf9;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.image-dropzone:hover{border-color:#89a230;background:#f5f8ee}.image-dropzone.dropzone-active{border-color:#89a230;background:#f0f5e6}.dropzone-text{display:block;color:#57463d;font-size:.95rem;margin-bottom:.25rem}.dropzone-hint{display:block;color:#685a55;font-size:.8rem}.image-upload-section input[type=file]{padding:.5rem;border:2px solid #E9EADE;border-radius:6px;font-size:.9rem;cursor:pointer}.upload-status{color:#89a230;font-size:.9rem;margin:0}.image-preview{margin-top:1rem;border:2px solid #E9EADE;border-radius:6px;padding:.5rem;background:#fff;max-width:300px}.image-preview img{width:100%;height:auto;border-radius:4px;object-fit:cover}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#57463d;font-weight:400}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,.section-main-title,.footer-logo,.what-can-you-do-title,.faq-section-title{font-family:Poppins,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}
