@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat+Alternates:wght@500;600;700;800&display=swap";
:root{--orange:#faa819;--orange-light:#fdb940;--orange-dark:#e99502;--teal:#00a99d;--teal-light:#00c4b4;--teal-dark:#008f85;--cream:#fffaf3;--dark:#2d2a26;--dark-deep:#1a1816;--gray:#666}*{box-sizing:border-box;margin:0;padding:0}svg{flex-shrink:0}body{color:var(--dark);-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Montserrat Alternates,sans-serif;line-height:1.1}nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffffa6;border-bottom:2px solid #fff6;position:relative;box-shadow:0 4px 20px #0000001a,inset 0 1px #ffffff4d,0 -1px #0000000d}nav:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#ffffffe6 0%,#fff9 40%,#fff0 100%);width:350px;height:100%;position:absolute;top:0;left:0}.nav-container{z-index:2;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:16px 40px;display:flex;position:relative}.logo{align-items:center;height:32px;text-decoration:none;display:flex}.logo img{width:auto;height:100%}.nav-center{align-items:center;gap:32px;display:flex}.nav-center a{color:var(--dark);font-family:Montserrat Alternates,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.nav-center a:hover{color:var(--teal)}.nav-right{align-items:center;gap:10px;display:flex}.nav-login{color:var(--dark);background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px 20px;font-family:Montserrat Alternates,sans-serif;font-size:13px;font-weight:400;text-decoration:none;transition:all .2s}.nav-login:hover{border-color:var(--teal);color:var(--teal)}.nav-cta{color:#fff;background:var(--teal);border-radius:8px;padding:10px 20px;font-family:Montserrat Alternates,sans-serif;font-size:13px;font-weight:400;text-decoration:none;transition:all .2s}.nav-cta:hover{background:var(--teal-dark)}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:var(--dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 0;font-family:Montserrat Alternates,sans-serif;font-size:14px;font-weight:400;transition:color .2s;display:flex}.nav-dropdown-trigger:hover{color:var(--teal)}.nav-dropdown-arrow{width:14px;min-width:14px;max-width:14px;height:14px;min-height:14px;max-height:14px;transition:transform .2s;display:inline-block}.nav-dropdown:hover .nav-dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{opacity:0;visibility:hidden;z-index:100;background:#fff;padding-top:12px;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible}.nav-dropdown-menu-inner{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #00000014;border-radius:12px;min-width:240px;padding:8px;box-shadow:0 10px 40px #0000001f,0 2px 8px #00000014}.nav-dropdown-menu-inner:before{content:"";background:#fffffffa;border-top:1px solid #00000014;border-left:1px solid #00000014;width:12px;height:12px;position:absolute;top:6px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-dropdown-item{border-radius:8px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:background .15s;display:flex}.nav-dropdown-item:hover{background:#00a99d14}.nav-dropdown-icon{background:var(--cream);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.nav-dropdown-item>div{flex-direction:column;gap:2px;display:flex}.nav-dropdown-title{color:var(--dark);font-family:Montserrat Alternates,sans-serif;font-size:14px;font-weight:600}.nav-dropdown-desc{color:var(--gray);font-size:12px}.support-header{color:#fff;text-align:center;background:linear-gradient(135deg,#e85a2a 0%,#d4890f 25%,#e09a15 40%,#d4a82e 50%,#00918a 65%,#008580 80%,#005a5a 100%);padding:80px 40px 140px;position:relative;overflow:hidden}.support-header:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 20% 40%,#ffffff26 0%,#0000 50%),radial-gradient(60% 60% at 80% 20%,#ffffff1a 0%,#0000 40%);position:absolute;inset:0}.support-header-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.support-header h1{margin-bottom:16px;font-family:Montserrat Alternates,sans-serif;font-size:2.75rem;font-weight:700}.support-header p{opacity:.95;margin-bottom:32px;font-size:1.15rem;line-height:1.6}.support-header-waves{pointer-events:none;z-index:1;width:100%;height:120px;position:absolute;bottom:0;left:0;right:0}.support-header-wave{width:100%;height:120px;position:absolute;bottom:0;left:0}.support-header-wave svg{width:100%;height:120px;display:block}.support-header-wave.wave-1 svg{fill:#ffffff26}.support-header-wave.wave-2 svg{fill:#ffffff40}.support-header-wave.wave-3 svg{fill:#fff6}.support-header-wave.wave-4 svg{fill:#fff}.support-search{max-width:560px;margin:0 auto;position:relative}.support-search input{border:none;border-radius:12px;width:100%;padding:18px 24px 18px 56px;font-family:Inter,sans-serif;font-size:1rem;box-shadow:0 4px 20px #00000026}.support-search input:focus{outline:none;box-shadow:0 4px 24px #0003}.support-search input::placeholder{color:#999}.support-search-icon{color:#999;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.support-search-icon svg{width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;display:block}.penelope-cta{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#fff3;border:2px solid #ffffff4d;border-radius:50px;align-items:center;gap:12px;margin-top:24px;padding:12px 28px 12px 12px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.penelope-cta:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 32px #00000026}.penelope-logo-wrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;display:flex;box-shadow:0 2px 8px #0000001a}.penelope-cta-logo{object-fit:contain;min-width:26px;min-height:26px;width:26px!important;height:26px!important}.support-categories{max-width:1100px;margin:0 auto;padding:80px 40px}.support-categories-header{text-align:center;margin-bottom:48px}.support-categories-header h2{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:600}.support-categories-header p{color:var(--gray);font-size:1.05rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-card{-webkit-backdrop-filter:blur(20px);color:inherit;background:#fff9;border:1px solid #fffc;border-radius:20px;padding:32px;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 24px #0000000f}.category-card:hover{border-color:var(--teal);background:#fffc;transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.category-icon{background:linear-gradient(135deg,#faa81926 0%,#00a99d26 100%);border:1px solid #ffffff80;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.category-icon span{font-size:28px}.category-card h3{margin-bottom:8px;font-family:Montserrat Alternates,sans-serif;font-size:1.15rem;font-weight:600}.category-card p{color:var(--gray);margin-bottom:16px;font-size:.9rem;line-height:1.5}.category-count{color:var(--teal);font-size:.85rem;font-weight:500}.popular-articles{background:var(--cream);padding:80px 40px}.popular-articles-content{max-width:1100px;margin:0 auto}.popular-articles-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.popular-articles-header h2{font-family:Montserrat Alternates,sans-serif;font-size:1.5rem;font-weight:600}.popular-articles-header a{color:var(--teal);font-size:.95rem;font-weight:500;text-decoration:none}.popular-articles-header a:hover{text-decoration:underline}.articles-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.article-item{color:inherit;background:#fff;border:1px solid #0000000a;border-radius:12px;align-items:center;gap:16px;padding:20px 24px;text-decoration:none;transition:box-shadow .2s;display:flex}.article-item:hover{box-shadow:0 4px 16px #0000000f}.article-icon{background:var(--teal);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.article-icon span{font-size:20px}.article-item-content h3{margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3}.article-item-content p{color:var(--gray);margin:0;font-size:.85rem}.page-header{color:#fff;background:linear-gradient(135deg,#e85a2a 0%,#d4890f 25%,#e09a15 40%,#d4a82e 50%,#00918a 65%,#008580 80%,#005a5a 100%);padding:60px 40px 120px;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 20% 40%,#ffffff26 0%,#0000 50%),radial-gradient(60% 60% at 80% 20%,#ffffff1a 0%,#0000 40%);position:absolute;inset:0}.page-header-content{z-index:2;max-width:900px;margin:0 auto;position:relative}.page-header-waves{z-index:1;height:120px;position:absolute;bottom:0;left:0;right:0}.page-header-wave{height:120px;position:absolute;bottom:0;left:0;right:0}.page-header-wave svg{width:100%;height:100%;display:block}.page-header-wave.wave-1 svg{fill:#ffffff14}.page-header-wave.wave-2 svg{fill:#ffffff1f}.page-header-wave.wave-3 svg{fill:#ffffff2e}.page-header-wave.wave-4 svg{fill:#fff}.page-breadcrumb{opacity:.9;align-items:center;gap:8px;margin-bottom:16px;font-size:.9rem;display:flex}.page-breadcrumb a{color:#fff;text-decoration:none}.page-breadcrumb a:hover{text-decoration:underline}.page-header h1{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:2.25rem;font-weight:700}.page-header p{opacity:.95;font-size:1.1rem}.faq-page-search{z-index:10;max-width:600px;margin:28px auto 0;padding:0;position:relative}.faq-search-box{background:#fff;border-radius:12px;align-items:center;gap:12px;padding:16px 24px;display:flex;box-shadow:0 4px 20px #00000026}.faq-search-box svg{width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;color:var(--gray)}.faq-search-box input{border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:1rem}.faq-search-box input::placeholder{color:#999}.faq-page-content{max-width:900px;margin:0 auto;padding:60px 40px}.faq-page-grid{flex-direction:column;gap:16px;display:flex}.faq-page-grid .faq-item{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffffe6;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 24px #0000000f}.faq-page-grid .faq-item:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 8px 32px #0000001a}.faq-page-grid .faq-item[open]{background:#ffffffe6;box-shadow:0 8px 40px #0000001f}.faq-page-grid .faq-item summary{padding:24px 28px;font-size:1.05rem}.faq-page-grid .faq-answer{padding:0 28px 24px}.faq-page-grid .faq-answer p{font-size:1rem;line-height:1.8}.faq-loading,.faq-empty{text-align:center;padding:60px 20px}.faq-spinner{border:3px solid #00a99d33;border-top-color:var(--teal);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.faq-empty span{margin-bottom:16px;font-size:3rem;display:block}.faq-empty h3{margin-bottom:8px;font-family:Montserrat Alternates,sans-serif;font-size:1.25rem}.faq-empty p{color:var(--gray)}.faq-empty a{color:var(--teal)}.faq-page-cta{background:var(--cream);padding:80px 40px}.faq-page-cta-content{text-align:center;max-width:600px;margin:0 auto}.faq-page-cta h2{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:600}.faq-page-cta p{color:var(--gray);margin-bottom:28px;font-size:1.05rem}.faq-page-cta-buttons{justify-content:center;gap:16px;display:flex}.faq-cta-primary{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:16px 32px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.faq-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00a99d4d}.faq-cta-secondary{color:var(--dark);background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px 32px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.faq-cta-secondary:hover{border-color:var(--teal);color:var(--teal)}@media (max-width:768px){.page-header{padding:40px 20px 100px}.page-header h1{font-size:1.75rem}.faq-page-search{padding:0 20px}.faq-page-content{padding:40px 20px}.faq-page-grid .faq-item summary{padding:20px}.faq-page-grid .faq-answer{padding:0 20px 20px}.faq-page-cta{padding:60px 20px}.faq-page-cta-buttons{flex-direction:column}}.category-header-icon{margin-right:12px}.category-search{max-width:600px;margin:28px auto 0}.category-search-box{background:#fff;border-radius:12px;align-items:center;gap:12px;padding:16px 24px;display:flex;box-shadow:0 4px 20px #00000026}.category-search-box svg{width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;color:var(--gray)}.category-search-box input{border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:1rem}.category-search-box input::placeholder{color:#999}.category-content{max-width:900px;min-height:400px;margin:0 auto;padding:60px 40px}.category-count{color:var(--gray);margin-bottom:24px;font-size:.9rem}.category-loading,.category-empty{text-align:center;padding:80px 20px}.category-spinner{border:3px solid #00a99d33;border-top-color:var(--teal);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:1s linear infinite spin}.category-empty span{margin-bottom:20px;font-size:4rem;display:block}.category-empty h3{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.5rem}.category-empty p{color:var(--gray);max-width:400px;margin:0 auto 24px;font-size:1rem;line-height:1.6}.category-back-link{color:var(--teal);align-items:center;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.category-back-link:hover{color:var(--teal-dark)}.articles-list{flex-direction:column;gap:16px;display:flex}.article-card{-webkit-backdrop-filter:blur(20px);color:inherit;background:#ffffffb3;border:1px solid #ffffffe6;border-radius:20px;align-items:center;gap:20px;padding:24px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 24px #0000000f}.article-card:hover{border-color:var(--teal);background:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 32px #0000001a}.article-card-icon{background:linear-gradient(135deg,#faa81926 0%,#00a99d26 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;font-size:1.75rem;display:flex}.article-card-content{flex:1;min-width:0}.article-card-content h3{color:var(--dark);margin-bottom:6px;font-family:Montserrat Alternates,sans-serif;font-size:1.1rem;font-weight:600}.article-card-content p{color:var(--gray);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.article-card-arrow{color:var(--gray);transition:all .2s}.article-card-arrow svg{width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px}.article-card:hover .article-card-arrow{color:var(--teal);transform:translate(4px)}.category-cta{background:var(--cream);padding:80px 40px}.category-cta-content{text-align:center;max-width:600px;margin:0 auto}.category-cta h2{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:600}.category-cta p{color:var(--gray);margin-bottom:28px;font-size:1.05rem}.category-cta-buttons{justify-content:center;gap:16px;display:flex}.category-cta-primary{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:16px 32px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.category-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00a99d4d}.category-cta-secondary{color:var(--dark);background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px 32px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.category-cta-secondary:hover{border-color:var(--teal);color:var(--teal)}@media (max-width:768px){.category-content{padding:40px 20px}.article-card{flex-direction:column;align-items:flex-start;gap:16px}.article-card-arrow{display:none}.category-cta{padding:60px 20px}.category-cta-buttons{flex-direction:column}}.faq-section{max-width:900px;margin:0 auto;padding:80px 40px}.faq-header{text-align:center;margin-bottom:48px}.faq-header h2{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:600}.faq-header p{color:var(--gray);font-size:1.05rem}.faq-grid{flex-direction:column;gap:12px;display:flex}.faq-item{-webkit-backdrop-filter:blur(20px);background:#fff9;border:1px solid #fffc;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 2px 12px #0000000a}.faq-item:hover{border-color:var(--teal);box-shadow:0 4px 20px #00000014}.faq-item[open]{background:#fffc;box-shadow:0 4px 24px #0000001a}.faq-item summary{cursor:pointer;color:var(--dark);justify-content:space-between;align-items:center;padding:20px 24px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;list-style:none;transition:color .2s;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--teal)}.faq-item summary span{flex:1;padding-right:16px}.faq-item summary svg{width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;color:var(--gray);flex-shrink:0;transition:transform .3s}.faq-item[open] summary svg{color:var(--teal);transform:rotate(180deg)}.faq-answer{padding:0 24px 20px}.faq-answer p{color:var(--gray);margin:0;font-size:.95rem;line-height:1.7}.faq-more{text-align:center;margin-top:32px}.faq-more-link{color:var(--teal);align-items:center;gap:8px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.faq-more-link:hover{color:var(--teal-dark)}.faq-more-link svg{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;transition:transform .2s}.faq-more-link:hover svg{transform:translate(4px)}.quick-links{max-width:1100px;margin:0 auto;padding:80px 40px}.quick-links h2{text-align:center;margin-bottom:40px;font-family:Montserrat Alternates,sans-serif;font-size:1.5rem;font-weight:600}.quick-links-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.quick-link-card{-webkit-backdrop-filter:blur(20px);text-align:center;color:inherit;background:#fff9;border:1px solid #fffc;border-radius:16px;padding:24px;text-decoration:none;transition:all .3s;box-shadow:0 4px 24px #0000000f}.quick-link-card:hover{border-color:var(--teal);background:#fffc;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.quick-link-card svg{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;color:var(--teal);margin-bottom:12px;margin-left:auto;margin-right:auto;display:block}.quick-link-card h3{margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600}.quick-link-card p{color:var(--gray);margin:0;font-size:.8rem}.support-cta{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);text-align:center;color:#fff;padding:80px 40px;position:relative;overflow:hidden}.support-cta:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 20% 40%,#ffffff26 0%,#0000 50%),radial-gradient(60% 60% at 80% 20%,#ffffff1a 0%,#0000 40%);position:absolute;inset:0}.support-cta-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.support-cta h2{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:2rem;font-weight:700}.support-cta p{opacity:.95;margin-bottom:28px;font-size:1.1rem}.support-cta-buttons{justify-content:center;gap:16px;display:flex}.support-cta-primary{color:var(--dark);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.support-cta-primary:hover{transform:translateY(-2px)}.support-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.support-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.penelope-launcher{cursor:pointer;z-index:1000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00000026,0 0 0 1px #0000000d}.penelope-launcher:hover{transform:scale(1.05);box-shadow:0 6px 28px #0003,0 0 0 1px #0000000d}.penelope-launcher svg{width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;color:var(--gray)}.penelope-launcher-logo{object-fit:contain;min-width:32px;min-height:32px;width:32px!important;height:32px!important}.penelope-chat-window{z-index:999;background:#fff;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 48px);max-height:500px;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 10px 50px #0003,0 0 0 1px #0000000d}.penelope-chat-header{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.penelope-chat-header-info{align-items:center;gap:12px;display:flex}.penelope-chat-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #0000001a}.penelope-chat-avatar img{object-fit:contain;width:26px!important;height:26px!important}.penelope-chat-header h3{color:#fff;margin:0;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600}.penelope-chat-header p{color:#ffffffd9;margin:0;font-size:.8rem}.penelope-chat-close{cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.penelope-chat-close:hover{background:#ffffff4d}.penelope-chat-close svg{color:#fff;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px}.penelope-chat-body{background:#fafafa;flex:1;padding:20px;overflow-y:auto}.penelope-chat-message{margin-bottom:16px}.penelope-chat-message-bot p{color:var(--dark);background:#fff;border-radius:4px 16px 16px;margin:0 0 8px;padding:12px 16px;font-size:.9rem;line-height:1.5;display:inline-block;box-shadow:0 1px 3px #0000000d}.penelope-chat-input-area{background:#fff;border-top:1px solid #eee;gap:12px;padding:16px;display:flex}.penelope-chat-input{border:1px solid #e0e0e0;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.penelope-chat-input:focus{border-color:var(--teal)}.penelope-chat-input::placeholder{color:#999}.penelope-chat-send{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex}.penelope-chat-send:hover{transform:scale(1.05);box-shadow:0 4px 12px #00a99d4d}.penelope-chat-send svg{color:#fff;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px}footer{background:#004d47;border-top:2px solid #fff6;padding:60px 40px 30px;box-shadow:0 -4px 20px #0000001a,inset 0 -2px #ffffff4d}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:50px;display:grid}.footer-brand .logo{height:28px;margin-bottom:16px}.footer-brand p{color:#ffffffd9;max-width:280px;font-size:.95rem;line-height:1.6}.footer-social{gap:16px;margin-top:20px;display:flex}.footer-social a{color:#fff;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,transform .2s;display:flex}.footer-social a:hover{color:var(--orange);transform:translateY(-2px)}.footer-social svg{width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;display:block}.footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-family:Montserrat Alternates,sans-serif;font-size:.9rem;font-weight:600}.footer-column a{color:#ffffffd9;margin-bottom:12px;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.footer-column a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:30px;display:flex}.footer-bottom p{color:#fff;font-family:Montserrat Alternates,sans-serif;font-size:.85rem}.footer-bottom a{color:#fff;margin-left:24px;font-family:Montserrat Alternates,sans-serif;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--orange)}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}.quick-links-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.nav-center{display:none}.nav-container{padding:16px 20px}.support-header{padding:60px 20px 100px}.support-header h1{font-size:2rem}.support-categories{padding:60px 20px}.categories-grid{grid-template-columns:1fr}.popular-articles{padding:60px 20px}.articles-grid{grid-template-columns:1fr}.popular-articles-header{flex-direction:column;align-items:flex-start;gap:12px}.quick-links{padding:60px 20px}.quick-links-grid{grid-template-columns:1fr 1fr}.support-cta{padding:60px 20px}.support-cta-buttons{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-bottom a{margin:0 12px}.nav-dropdown-menu,.nav-dropdown-arrow{display:none}}.article-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.article-spinner{border:3px solid #00a99d33;border-top-color:var(--teal);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.article-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px;display:flex}.article-not-found span{margin-bottom:20px;font-size:4rem}.article-not-found h1{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:700}.article-not-found p{color:var(--gray);margin-bottom:24px}.article-back-link{color:var(--teal);font-weight:500;text-decoration:none;transition:opacity .2s}.article-back-link:hover{opacity:.8}.article-header{background:linear-gradient(135deg,var(--teal)0%,#0d7871 100%);padding:60px 40px 100px;position:relative;overflow:hidden}.article-header-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.article-breadcrumb{color:#ffffffb3;align-items:center;gap:8px;margin-bottom:24px;font-size:.9rem;display:flex}.article-breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .2s}.article-breadcrumb a:hover{color:#fff}.article-breadcrumb span:last-child{color:#fff;font-weight:500}.article-icon-large{margin-bottom:16px;font-size:3rem}.article-header h1{color:#fff;margin-bottom:16px;font-family:Montserrat Alternates,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.3}.article-excerpt{color:#ffffffe6;margin-bottom:20px;font-size:1.1rem;line-height:1.6}.article-meta{color:#fff9;font-size:.9rem}.article-header-waves{height:120px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.article-header-wave{width:100%;height:100%;position:absolute;bottom:0;left:0}.article-header-wave svg{width:100%;height:100%;position:absolute;bottom:0}.article-header-wave.wave-1 svg path{fill:#ffffff1a}.article-header-wave.wave-2 svg path{fill:var(--cream,#fffaf3)}.article-content{max-width:800px;margin:0 auto;padding:60px 40px}.article-body{color:#333;font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.8}.article-body h1{color:var(--dark);margin:40px 0 20px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:700}.article-body h2{color:var(--dark);margin:36px 0 16px;font-family:Montserrat Alternates,sans-serif;font-size:1.5rem;font-weight:600}.article-body h3{color:var(--dark);margin:28px 0 12px;font-family:Montserrat Alternates,sans-serif;font-size:1.25rem;font-weight:600}.article-body p{margin-bottom:20px}.article-body a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.article-body a:hover{opacity:.8}.article-body strong{color:var(--dark);font-weight:600}.article-body em{font-style:italic}.article-body code{background:#00a99d1a;border-radius:4px;padding:2px 6px;font-family:Fira Code,monospace;font-size:.9em}.article-body ul,.article-body ol{margin:20px 0;padding-left:24px}.article-body li{margin-bottom:10px}.article-body ul li{list-style-type:disc}.article-body ol li{list-style-type:decimal}.article-body hr{background:#0000001a;border:none;height:1px;margin:40px 0}.article-body iframe{border-radius:12px;width:100%;margin:24px 0;box-shadow:0 4px 20px #0000001a}.article-body video{border-radius:12px;width:100%;margin:24px 0}.article-footer{background:var(--cream,#fffaf3);padding:40px}.article-footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.article-helpful{align-items:center;gap:16px;display:flex}.article-helpful p{color:var(--dark);font-weight:500}.article-helpful-buttons{gap:8px;display:flex}.article-helpful-buttons button{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:8px;padding:8px 16px;font-size:.9rem;transition:all .2s}.article-helpful-buttons button:hover{border-color:var(--teal);background:#00a99d0d}.article-helpful-buttons button.helpful-yes:hover{background:#22c55e0d;border-color:#22c55e}.article-helpful-buttons button.helpful-no:hover{background:#ef44440d;border-color:#ef4444}.article-cta{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);text-align:center;padding:60px 40px}.article-cta-content{max-width:600px;margin:0 auto}.article-cta h2{color:#fff;margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:700}.article-cta p{color:#ffffffe6;margin-bottom:24px}.article-cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.article-cta-primary{color:var(--dark);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:transform .2s}.article-cta-primary:hover{transform:translateY(-2px)}.article-cta-secondary{color:#fff;background:0 0;border:2px solid #ffffff80;border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.article-cta-secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:768px){.article-header{padding:40px 20px 80px}.article-header h1{font-size:1.75rem}.article-content{padding:40px 20px}.article-footer-content{text-align:center;flex-direction:column}.article-helpful{flex-direction:column}.article-cta{padding:40px 20px}.article-breadcrumb{flex-wrap:wrap}}.article-body iframe,.article-body .responsive-iframe{aspect-ratio:16/9;border-radius:12px;width:100%;margin:24px 0}.article-body [style*=padding-bottom]{border-radius:12px;margin:24px 0;overflow:hidden}.video-embed{background:#000;border-radius:12px;margin:0 0 32px;overflow:hidden;box-shadow:0 4px 20px #00000026}.video-embed iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.video-caption{color:#888;background:#f8f8f8;border-top:1px solid #eee;margin:0;padding:12px 16px;font-size:.85rem;font-style:italic}@media (max-width:768px){.video-embed{border-radius:0;margin:0 -20px 24px}.video-caption{padding:10px 20px}}.penelope-chat-message-user{justify-content:flex-end;margin-bottom:12px;display:flex}.penelope-chat-message-user p{background:linear-gradient(135deg,var(--orange)0%,var(--orange-dark)100%);color:#fff;border-radius:16px 16px 4px;max-width:80%;margin:0;padding:12px 16px;font-size:.9rem;line-height:1.5}.penelope-chat-message-bot{justify-content:flex-start;margin-bottom:12px;display:flex}.penelope-chat-message-bot p{color:var(--dark);background:#fff;border-radius:16px 16px 16px 4px;max-width:80%;margin:0;padding:12px 16px;font-size:.9rem;line-height:1.5;box-shadow:0 1px 3px #00000014}.penelope-typing{gap:4px;display:flex;padding:12px 16px!important}.penelope-typing span{background:var(--teal);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite penelope-bounce}.penelope-typing span:first-child{animation-delay:0s}.penelope-typing span:nth-child(2){animation-delay:.2s}.penelope-typing span:nth-child(3){animation-delay:.4s}@keyframes penelope-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.penelope-quick-actions{flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:8px;display:flex}.penelope-quick-action{color:var(--teal);cursor:pointer;background:#00a99d1a;border:none;border-radius:20px;padding:8px 14px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.penelope-quick-action:hover{background:#00a99d33;transform:scale(1.02)}.penelope-suggested-articles{margin-top:16px}.penelope-suggested-label{color:var(--gray);margin-bottom:8px;font-size:.75rem}.penelope-suggested-article{background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:8px;padding:12px;text-decoration:none;transition:all .2s;display:block}.penelope-suggested-article:hover{border-color:var(--teal);box-shadow:0 2px 8px #00a99d1a}.penelope-article-title{color:var(--dark);margin-bottom:4px;font-size:.85rem;font-weight:500;display:block}.penelope-article-excerpt{-webkit-line-clamp:2;line-clamp:2;color:var(--gray);-webkit-box-orient:vertical;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.penelope-rating{background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex;box-shadow:0 1px 3px #0000000d}.penelope-rating p{color:var(--gray);margin:0;font-size:.8rem}.penelope-rating-buttons{gap:8px;display:flex}.penelope-rating-buttons button{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.2rem;transition:all .2s}.penelope-rating-buttons button:hover{background:#f5f5f5;transform:scale(1.1)}.penelope-feedback{background:#fff;border-radius:12px;margin-top:12px;padding:12px;box-shadow:0 1px 3px #0000000d}.penelope-feedback p{color:var(--gray);margin:0 0 8px;font-size:.8rem}.penelope-feedback-input{gap:8px;display:flex}.penelope-feedback-input input{border:1px solid #e0e0e0;border-radius:8px;flex:1;padding:8px 12px;font-family:Inter,sans-serif;font-size:.8rem}.penelope-feedback-input input:focus{border-color:var(--teal);outline:none}.penelope-feedback-input button{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:background .2s}.penelope-feedback-input button:hover{background:var(--teal-dark)}.penelope-thanks{text-align:center;margin-top:12px}.penelope-thanks p{color:var(--teal);font-size:.85rem}.penelope-error{text-align:center;margin-top:12px}.penelope-error p{color:#dc3545;background:#fff5f5;border-radius:8px;padding:8px 12px;font-size:.8rem;display:inline-block}.penelope-chat-footer{text-align:center;background:#fff;border-top:1px solid #f0f0f0;padding:8px 16px 12px}.penelope-chat-footer p{color:var(--gray);margin:0;font-size:.75rem}.penelope-chat-footer button{color:var(--teal);cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.75rem;text-decoration:underline}.penelope-chat-footer button:hover{color:var(--teal-dark)}.penelope-ticket-form{z-index:10;background:#fff;flex-direction:column;display:flex;position:absolute;inset:0}.penelope-ticket-form-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;display:flex}.penelope-ticket-form-header h4{color:var(--dark);margin:0;font-size:1rem;font-weight:600}.penelope-ticket-close{cursor:pointer;background:0 0;border:none;padding:4px}.penelope-ticket-close svg{width:20px;height:20px;color:var(--gray)}.penelope-ticket-form-body{flex:1;padding:16px;overflow-y:auto}.penelope-form-group{margin-bottom:16px}.penelope-form-group label{color:var(--gray);margin-bottom:6px;font-size:.8rem;font-weight:500;display:block}.penelope-form-group input,.penelope-form-group textarea{border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.penelope-form-group input:focus,.penelope-form-group textarea:focus{border-color:var(--teal);outline:none}.penelope-form-group textarea{resize:none}.penelope-ticket-note{color:var(--gray);margin-bottom:16px;font-size:.75rem}.penelope-ticket-submit{background:linear-gradient(135deg,var(--teal)0%,var(--teal-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s}.penelope-ticket-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00a99d4d}.penelope-ticket-submit:disabled{opacity:.5;cursor:not-allowed}.penelope-ticket-success{z-index:10;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.penelope-ticket-success-icon{width:64px;height:64px;color:var(--teal);background:#00a99d1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:2rem;display:flex}.penelope-ticket-success h4{color:var(--dark);margin:0 0 8px;font-size:1.2rem}.penelope-ticket-success p{color:var(--gray);margin:0 0 4px;font-size:.9rem}.penelope-ticket-success strong{color:var(--teal);margin-bottom:12px;font-size:1.1rem;display:block}.penelope-ticket-email-note{margin-bottom:20px!important;font-size:.8rem!important}.penelope-ticket-back{color:var(--dark);cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.9rem;transition:background .2s}.penelope-ticket-back:hover{background:#e8e8e8}.penelope-chat-message-bot p,.penelope-chat-message-user p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.penelope-chat-message-bot p a,.penelope-chat-message-user p a{word-break:break-all}.start-here-section{background:#fff;padding:50px 40px}.start-here-wrapper{text-align:center;background:linear-gradient(135deg,#00a99d0f,#faa8190f);border:1px solid #00a99d33;border-radius:20px;max-width:1100px;margin:0 auto;padding:40px}.start-here-wrapper h2{color:var(--dark);margin-bottom:10px;font-family:Montserrat Alternates,sans-serif;font-size:1.5rem}.start-here-wrapper>p{color:#666;max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:1rem}.start-tour-btn{background:var(--teal);color:#fff;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #00a99d4d}.start-tour-btn:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 6px 20px #00a99d59}.start-tour-btn svg{width:20px;height:20px}@media (max-width:768px){.start-here-section{padding:30px 20px}.start-here-wrapper{padding:30px 24px}.start-here-wrapper h2{font-size:1.3rem}}.guided-tour-header{color:#fff;background:linear-gradient(135deg,#e85a2a 0%,#d4890f 25%,#e09a15 40%,#d4a82e 50%,#00918a 65%,#008580 80%,#005a5a 100%);padding:24px 40px 32px}.guided-tour-header-content{max-width:1400px;margin:0 auto}.guided-tour-back{color:#ffffffd9;align-items:center;gap:8px;margin-bottom:16px;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.guided-tour-back:hover{color:#fff}.guided-tour-back svg{width:18px;height:18px}.guided-tour-title{margin-bottom:20px}.guided-tour-title h1{margin-bottom:6px;font-family:Montserrat Alternates,sans-serif;font-size:1.75rem;font-weight:700}.guided-tour-title p{opacity:.9;font-size:1rem}.guided-tour-progress{max-width:400px}.progress-text{justify-content:space-between;margin-bottom:8px;font-size:.85rem;display:flex}.progress-percent{font-weight:600}.progress-bar{background:#ffffff40;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:#fff;border-radius:4px;height:100%;transition:width .3s}.guided-tour-container{background:#f8f9fa;min-height:calc(100vh - 200px);display:flex}.guided-tour-playlist{background:#fff;border-right:1px solid #eee;flex-direction:column;width:320px;min-width:320px;display:flex}.playlist-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.playlist-header h3{color:var(--dark);font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600}.playlist-count{color:var(--gray);background:#f5f5f5;border-radius:12px;padding:4px 10px;font-size:.8rem}.playlist-items{flex:1;padding:12px;overflow-y:auto}.playlist-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;margin-bottom:4px;padding:14px 12px;transition:all .2s;display:flex}.playlist-item:hover{background:#f5f5f5}.playlist-item.active{background:#00a99d1a}.playlist-item.active .playlist-item-number{background:var(--teal);color:#fff}.playlist-item.watched .playlist-item-number{color:var(--teal);background:#00a99d26}.playlist-item.watched .playlist-item-number svg{width:14px;height:14px}.playlist-item-number{width:32px;min-width:32px;height:32px;color:var(--gray);background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;font-family:Montserrat Alternates,sans-serif;font-size:.85rem;font-weight:600;display:flex}.playlist-item-info{flex:1;min-width:0}.playlist-item-title{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;display:block;overflow:hidden}.playlist-item.active .playlist-item-title{color:var(--teal-dark);font-weight:600}.playlist-item-playing{align-items:flex-end;gap:2px;height:16px;display:flex}.playlist-item-playing span{background:var(--teal);border-radius:2px;width:3px;animation:.8s ease-in-out infinite sound-wave}.playlist-item-playing span:first-child{height:8px;animation-delay:0s}.playlist-item-playing span:nth-child(2){height:14px;animation-delay:.2s}.playlist-item-playing span:nth-child(3){height:10px;animation-delay:.4s}@keyframes sound-wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.guided-tour-main{flex:1;max-width:1000px;padding:32px 40px}.video-container{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.video-header{border-bottom:1px solid #f0f0f0;padding:24px 28px 20px}.video-number{color:var(--teal);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.8rem;font-weight:600;display:inline-block}.video-header h2{color:var(--dark);font-family:Montserrat Alternates,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.3}.video-wrapper{background:#000;width:100%;padding-bottom:56.25%;position:relative}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-navigation{background:#fafafa;border-top:1px solid #f0f0f0;justify-content:space-between;padding:20px 28px;display:flex}.nav-btn{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.nav-btn svg{width:18px;height:18px}.nav-btn.prev{color:var(--dark);background:#fff;border:1px solid #ddd}.nav-btn.prev:hover:not(:disabled){background:#f9f9f9;border-color:#bbb}.nav-btn.prev:disabled{opacity:.4;cursor:not-allowed}.nav-btn.next{background:var(--teal);color:#fff;border:none}.nav-btn.next:hover{background:var(--teal-dark)}.nav-btn.complete{background:linear-gradient(135deg,var(--orange)0%,var(--teal)100%);color:#fff;border:none}.nav-btn.complete:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00a99d4d}.video-help-box{background:linear-gradient(135deg,#faa81914,#00a99d14);border:1px solid #00a99d26;border-radius:16px;align-items:flex-start;gap:16px;margin-top:24px;padding:20px 24px;display:flex}.help-icon{font-size:1.5rem;line-height:1}.help-content h4{color:var(--dark);margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:1rem;font-weight:600}.help-content p{color:var(--gray);margin:0;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.guided-tour-container{flex-direction:column}.guided-tour-playlist{border-bottom:1px solid #eee;border-right:none;width:100%;min-width:100%;max-height:none}.playlist-items{gap:8px;padding:12px;display:flex;overflow:auto hidden}.playlist-item{text-align:center;flex-direction:column;min-width:140px;margin-bottom:0;padding:12px}.playlist-item-info{width:100%}.playlist-item-title{white-space:normal;font-size:.8rem;line-height:1.3}.playlist-item-playing{display:none}.guided-tour-main{max-width:none;padding:24px 20px}}@media (max-width:768px){.guided-tour-header{padding:20px 20px 24px}.guided-tour-title h1{font-size:1.4rem}.video-header{padding:20px}.video-header h2{font-size:1.1rem}.video-navigation{flex-direction:column;gap:12px;padding:16px 20px}.nav-btn{justify-content:center;width:100%}.video-help-box{text-align:center;flex-direction:column;gap:12px}}.gs-page-header{color:#fff;text-align:center;background:linear-gradient(135deg,#e85a2a 0%,#d4890f 25%,#e09a15 40%,#d4a82e 50%,#00918a 65%,#008580 80%,#005a5a 100%);padding:50px 40px 120px;position:relative;overflow:hidden}.gs-page-header:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 20% 40%,#ffffff26 0%,#0000 50%),radial-gradient(60% 60% at 80% 20%,#ffffff1a 0%,#0000 40%);position:absolute;inset:0}.gs-page-header-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.gs-page-header .page-breadcrumb{justify-content:center}.gs-page-header h1{margin-bottom:12px;font-family:Montserrat Alternates,sans-serif;font-size:2.5rem;font-weight:700}.gs-page-header p{opacity:.95;font-size:1.15rem}.gs-main-content{z-index:10;max-width:1000px;margin:-60px auto 0;padding:0 40px 60px;position:relative}.gs-tour-card{background:#fff;border:1px solid #00a99d1a;border-radius:20px;align-items:center;gap:24px;margin-top:50px;margin-bottom:40px;padding:28px 32px;display:flex;box-shadow:0 4px 24px #0000001a}.gs-tour-icon{background:linear-gradient(135deg,var(--teal)0%,var(--teal-dark)100%);border-radius:16px;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;display:flex;box-shadow:0 4px 12px #00a99d40}.gs-tour-icon svg{color:#fff;width:26px;height:26px;margin-left:3px}.gs-tour-content{flex:1}.gs-tour-label{text-transform:uppercase;letter-spacing:.5px;color:var(--teal);background:#00a99d1a;border-radius:4px;margin-bottom:8px;padding:3px 8px;font-size:.7rem;font-weight:600;display:inline-block}.gs-tour-content h2{color:var(--dark);margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:1.25rem;font-weight:700}.gs-tour-content p{color:var(--gray);margin:0;font-size:.9rem;line-height:1.5}.gs-tour-btn{background:var(--teal);color:#fff;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.gs-tour-btn:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 4px 16px #00a99d4d}.gs-tour-btn svg{width:18px;height:18px}.gs-articles-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 16px #0000000f}.gs-articles-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;display:flex}.gs-articles-header h2{color:var(--dark);font-family:Montserrat Alternates,sans-serif;font-size:1.25rem;font-weight:600}.gs-search{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:10px;align-items:center;gap:10px;min-width:240px;padding:10px 16px;transition:all .2s;display:flex}.gs-search:focus-within{border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px #00a99d1a}.gs-search svg{width:18px;height:18px;color:var(--gray)}.gs-search input{background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:.9rem}.gs-search input::placeholder{color:#aaa}.gs-filters{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.gs-filter-btn{color:var(--gray);cursor:pointer;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.gs-filter-btn:hover{background:#eee;border-color:#ddd}.gs-filter-btn.active{background:var(--teal);border-color:var(--teal);color:#fff}.gs-filter-btn.active .gs-filter-count{color:#fff;background:#ffffff40}.gs-filter-count{color:var(--gray);text-align:center;background:#e0e0e0;border-radius:10px;min-width:24px;padding:2px 8px;font-size:.75rem;font-weight:600}.gs-articles-count{color:var(--gray);margin-bottom:16px;font-size:.85rem}.gs-loading,.gs-empty{text-align:center;padding:50px 20px}.gs-empty span{margin-bottom:16px;font-size:3rem;display:block}.gs-empty h3{color:var(--dark);margin-bottom:8px;font-family:Montserrat Alternates,sans-serif;font-size:1.2rem}.gs-empty p{color:var(--gray);max-width:350px;margin:0 auto 16px;font-size:.95rem}.gs-clear-filters{color:var(--teal);cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:underline}.gs-clear-filters:hover{color:var(--teal-dark)}.gs-articles-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.gs-article-card{color:inherit;background:#fafafa;border:1px solid #eee;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.gs-article-card:hover{border-color:var(--teal);background:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #00a99d1a}.gs-article-icon{background:linear-gradient(135deg,#faa8191f 0%,#00a99d1f 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.4rem;display:flex}.gs-article-content{flex:1;min-width:0}.gs-article-content h3{color:var(--dark);margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3}.gs-article-content p{color:var(--gray);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.gs-article-arrow{color:#ccc;margin-top:2px;transition:all .2s}.gs-article-arrow svg{width:18px;height:18px}.gs-article-card:hover .gs-article-arrow{color:var(--teal);transform:translate(4px)}.gs-help-section{background:linear-gradient(135deg,#00a99d0d 0%,#faa8190d 100%);border-top:1px solid #00a99d1a;padding:40px}.gs-help-content{align-items:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.gs-help-icon{font-size:2.5rem;line-height:1}.gs-help-text{flex:1}.gs-help-text h3{color:var(--dark);margin-bottom:4px;font-family:Montserrat Alternates,sans-serif;font-size:1.15rem;font-weight:600}.gs-help-text p{color:var(--gray);margin:0;font-size:.95rem}.gs-help-btn{color:var(--dark);cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-family:Montserrat Alternates,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.gs-help-btn:hover{border-color:var(--teal);color:var(--teal);box-shadow:0 2px 12px #00a99d26}.gs-help-btn img{object-fit:contain;width:24px!important;height:24px!important}@media (max-width:900px){.gs-articles-grid{grid-template-columns:1fr}}@media (max-width:768px){.gs-page-header{padding:40px 20px 100px}.gs-page-header h1{font-size:2rem}.gs-main-content{margin-top:-50px;padding:0 20px 50px}.gs-tour-card{text-align:center;flex-direction:column;gap:16px;margin-top:50px;padding:24px}.gs-tour-btn{justify-content:center;width:100%}.gs-articles-section{padding:24px 20px}.gs-articles-header{flex-direction:column;align-items:stretch;gap:16px}.gs-articles-header h2{text-align:center}.gs-search{min-width:auto}.gs-filters{justify-content:center}.gs-help-content{text-align:center;flex-direction:column}.gs-help-btn{justify-content:center;width:100%}}
