:root{--primary-color: #931f30;--secondary-color: #555555;--bg-color: #f1f5f9;--sidebar-bg: #ffffff;--sidebar-text: #333333;--sidebar-width: 280px;--sidebar-collapsed-width: 80px;--header-height: 70px;--border-color: #e2e8f0;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--secondary-color);background-color:var(--bg-color);line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}.app-container{display:flex;height:100vh;overflow:hidden}.main-content{flex-grow:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.header{height:var(--header-height);background-color:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;flex-shrink:0}.content-area{flex-grow:1;padding:2rem;overflow-y:auto;background-color:var(--bg-color)}.header-right{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.user-avatar{width:32px;height:32px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.topic-container{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.topic-title{font-size:1.75rem;margin-bottom:1.5rem;color:var(--primary-color);border-bottom:1px solid #eee;padding-bottom:1rem}.topic-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 6px #0000000d}.topic-content p{margin-bottom:1rem;color:#475569}.topic-content ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem;color:#475569}.image-caption{font-size:.85rem;color:#64748b;margin-top:-.5rem;margin-bottom:1rem;font-style:italic;text-align:center}.loading-spinner-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.spinner-logo{height:80px;margin-bottom:2rem;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(.95)}}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:var(--primary-color);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #931f304d;transition:all .3s ease;z-index:1000}.scroll-to-top:hover{background-color:#7a1a27;transform:translateY(-4px);box-shadow:0 6px 16px #931f3066}.scroll-to-top:active{transform:translateY(-2px)}.contact-card{background-color:var(--primary-color);color:#fff;border-radius:12px;padding:2rem;max-width:1000px;margin:0 auto 2rem;box-shadow:0 4px 6px #0000001a}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.contact-header p{font-size:1rem;opacity:.9}.contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.contact-item{display:flex;flex-direction:column;align-items:center;text-align:center}.contact-icon{background-color:#fff3;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.contact-text{display:flex;flex-direction:column;font-size:.9rem;gap:.25rem}.contact-text strong{font-size:1.1rem}.contact-text span{font-size:1.2rem;opacity:.9}.hc-page{display:flex;flex-direction:column;gap:2rem;margin:-2rem}.hc-hero{background-color:var(--primary-color);display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 2rem 3.5rem}.hc-hero h1{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.01em;text-align:center}.hc-search{position:relative;width:100%;max-width:640px}.hc-search-box{display:flex;align-items:center;gap:10px;background:#fff;border-radius:10px;padding:12px 18px;box-shadow:0 10px 30px #0000002e;color:#94a3b8}.hc-search-box input{flex-grow:1;border:none;outline:none;font-family:var(--font-family);font-size:.95rem;color:#1e293b;background:transparent}.hc-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:10px;box-shadow:0 12px 32px #0003;overflow-y:auto;max-height:420px;z-index:50}.hc-no-results{padding:1rem 1.25rem;color:#64748b;font-size:.9rem}.hc-result{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;border:none;background:none;cursor:pointer;font-family:var(--font-family);padding:.85rem 1.25rem;border-bottom:1px solid var(--border-color)}.hc-result:last-child{border-bottom:none}.hc-result:hover{background-color:#f8fafc}.hc-result-title{font-weight:600;font-size:.9rem;color:var(--primary-color)}.hc-result-category{font-size:.75rem;color:#64748b}.hc-result-snippet{font-size:.8rem;color:#475569}.hc-section{width:100%;max-width:1120px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:1rem}.hc-section h2{font-size:1.05rem;color:#1e293b;font-weight:700}.hc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.hc-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.9rem;cursor:pointer;transition:box-shadow .2s,transform .2s}.hc-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-2px)}.hc-card-head{display:flex;align-items:center;gap:.9rem}.hc-card-icon{width:40px;height:40px;background:#f9eef0;color:var(--primary-color);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hc-card-title{font-weight:700;font-size:.95rem;color:#1e293b}.hc-card-count{font-size:.78rem;color:#64748b}.hc-card-topics{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#475569;list-style:none}.hc-card-link{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:var(--primary-color);margin-top:auto}.hc-contact{width:calc(100% - 4rem);max-width:1120px;margin:0 auto 2rem;background:var(--primary-color);border-radius:12px;padding:1.35rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;color:#fff;flex-wrap:wrap}.hc-contact-text{display:flex;flex-direction:column;gap:2px}.hc-contact-text strong{font-size:1rem}.hc-contact-text span{font-size:.85rem;opacity:.9}.hc-contact-items{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}.hc-contact-item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{height:40px}.header-divider{width:1px;height:24px;background:var(--border-color)}.header-app{font-weight:600;font-size:.95rem;color:#1e293b}.header-contact{font-size:.85rem;font-weight:500;color:var(--secondary-color)}.header-contact:hover{color:var(--primary-color)}@media(max-width:900px){.hc-cards{grid-template-columns:1fr}.hc-hero h1{font-size:1.5rem}.hc-contact{flex-direction:column;align-items:flex-start}}.hg-panel{background:#fff;border-radius:12px;padding:1.5rem 1.75rem;box-shadow:0 4px 14px #00000014;display:flex;flex-direction:column;gap:1.1rem}.hg-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hg-head h2{font-size:1.05rem;color:#1e293b;font-weight:700}.hg-toggle{display:flex;background:var(--bg-color);border-radius:10px;padding:4px;gap:4px}.hg-toggle button{border:none;background:none;cursor:pointer;font-family:var(--font-family);padding:7px 16px;border-radius:8px;font-size:.82rem;font-weight:600;color:#64748b}.hg-toggle button.active{color:#fff;background:var(--primary-color);box-shadow:0 1px 3px #931f304d}.hg-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.hg-card{border:1px solid var(--border-color);border-radius:10px;padding:1.1rem;display:flex;flex-direction:column;gap:.6rem;cursor:pointer;transition:box-shadow .2s,transform .2s}.hg-card:hover{box-shadow:0 6px 18px #0000001a;transform:translateY(-2px)}.hg-card-title{font-size:.9rem;font-weight:700;color:#1e293b;line-height:1.35}.hg-card-count{font-size:.78rem;color:#64748b}.hg-progressbar,.gp-progressbar{height:6px;background:var(--bg-color);border-radius:999px;overflow:hidden}.hg-progressbar-fill,.gp-progressbar-fill{height:6px;background:var(--primary-color);border-radius:999px;transition:width .3s}.hg-card-link{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:var(--primary-color)}.gp-page{display:flex;gap:1.75rem;align-items:flex-start;justify-content:center;max-width:1160px;margin:0 auto}.gp-list{width:340px;flex-shrink:0;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.9rem;position:sticky;top:0}.gp-list-label{font-size:.72rem;font-weight:700;color:#64748b;letter-spacing:.06em}.gp-list-title{font-size:1.05rem;font-weight:700;color:#1e293b;line-height:1.3}.gp-progress{display:flex;align-items:center;gap:10px;font-size:.78rem;font-weight:600;color:#64748b}.gp-progress .gp-progressbar{flex-grow:1}.gp-steps{display:flex;flex-direction:column;gap:2px}.gp-step{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:8px;border:none;background:none;cursor:pointer;font-family:var(--font-family);text-align:left}.gp-step:hover{background:#f8fafc}.gp-step.active{background:#f9eef0}.gp-step-marker{width:26px;height:26px;border-radius:50%;background:var(--bg-color);color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.gp-step-marker.done{background:var(--primary-color);color:#fff}.gp-step-marker.current{background:#fff;border:2px solid var(--primary-color);color:var(--primary-color)}.gp-step-title{font-size:.83rem;color:#475569}.gp-step.active .gp-step-title{color:var(--primary-color);font-weight:700}.gp-step-title.done{color:#94a3b8;text-decoration:line-through}.gp-content{flex-grow:1;max-width:760px;background:#fff;border-radius:12px;padding:2.25rem 2.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem}.gp-chip{align-self:flex-start;background:#f9eef0;color:var(--primary-color);font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:999px;letter-spacing:.04em}.gp-title{font-size:1.6rem;color:#1e293b;font-weight:700}.gp-buttons{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid #eee;padding-top:1rem;flex-wrap:wrap}.gp-btn-ghost,.gp-btn-primary{display:flex;align-items:center;gap:8px;border-radius:8px;font-family:var(--font-family);font-size:.85rem;font-weight:600;padding:10px 16px;cursor:pointer}.gp-btn-ghost{border:1px solid var(--border-color);background:#fff;color:#475569}.gp-btn-ghost:disabled{opacity:.4;cursor:default}.gp-btn-primary{border:none;background:var(--primary-color);color:#fff;box-shadow:0 2px 8px #931f304d}.gp-btn-primary:hover{background:#7a1a27}.gp-finished{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem}.gp-finished-icon{width:64px;height:64px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center}.gp-finished h1{font-size:1.4rem;color:#1e293b}.gp-missing{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}@media(max-width:900px){.hg-cards{grid-template-columns:1fr}.gp-page{flex-direction:column}.gp-list{width:100%;position:static}}.tp-back{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#64748b}.tp-back:hover{color:var(--primary-color)}.header-brand{border:none;background:none;cursor:pointer;padding:0;font-family:var(--font-family)}.header-contact{border:none;background:none;cursor:pointer;font-family:var(--font-family);padding:0}.app-footer{flex-shrink:0;background:#fff;border-top:1px solid var(--border-color);padding:.55rem 2rem;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.75rem;color:#94a3b8;position:relative;flex-wrap:wrap;text-align:center}.app-footer-text{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.app-footer-text a{color:#64748b;font-weight:500}.app-footer-text a:hover{color:var(--primary-color)}.app-footer-version{position:absolute;right:2rem}@media(max-width:700px){.app-footer-version{display:none}}
