.sidebar{width:220px;background-color:#00599c;color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a;overflow-y:auto}.sidebar-header{padding:24px 20px;border-bottom:1px solid #334155;margin-bottom:16px}.sidebar-header h2{margin:0;font-size:20px;font-weight:700;color:#f1f5f9}.sidebar-header p{margin:4px 0 0;font-size:12px;color:#94a3b8}.sidebar-nav{flex:1}.sidebar-menu-item{padding:12px 20px;cursor:pointer;transition:all .2s;border-left:4px solid transparent;font-size:15px;font-weight:500}.sidebar-menu-item:hover{background-color:#0091ff8c}.sidebar-menu-item.active{background-color:#00599c;font-weight:700;border-left-color:#3b82f6}.sidebar-submenu{padding-left:0;margin-top:4px;margin-bottom:8px;background-color:#00000026}.sidebar-submenu-item{padding:8px 16px 8px 32px;cursor:pointer;font-size:14px;margin-bottom:2px;transition:all .2s;display:flex;align-items:center;gap:8px;position:relative}.sidebar-submenu-item:hover{background-color:#0091ff8c;color:#fff}.sidebar-submenu-item.active{background-color:#0091ff8c;color:#fff;font-weight:500}.submenu-arrow{font-size:10px;transition:transform .2s;display:inline-block;width:12px}.sidebar-submenu-item.active .submenu-arrow{transform:rotate(90deg)}.sidebar-tertiary-menu{padding-left:0;background-color:#00000026;border-left:2px solid rgba(255,255,255,.2);margin-left:20px}.sidebar-tertiary-item{padding:7px 12px 7px 40px;cursor:pointer;font-size:13px;transition:all .2s;display:flex;align-items:center;gap:8px;color:#fffc}.sidebar-tertiary-item:hover{background-color:#3b82f64d;color:#fff}.sidebar-tertiary-item.active{background-color:#3b82f666;color:#fff;font-weight:500}.tertiary-icon{font-size:8px;color:#ffffff80}.sidebar-tertiary-item.active .tertiary-icon{color:#3b82f6}.sidebar-footer{padding:20px;border-top:1px solid #334155;font-size:12px;color:#64748b}.sidebar-footer-links{margin-top:8px;display:flex;gap:12px}.sidebar-footer-links span{cursor:pointer}.sidebar-footer-links span:hover{color:#94a3b8}.carousel-container{width:100%}.carousel-slide{position:relative;border-radius:8px;overflow:hidden;background-color:#1e293b;aspect-ratio:none}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.carousel-arrow:hover{background-color:#000000b3}.carousel-arrow-left{left:16px}.carousel-arrow-right{right:16px}.carousel-play-pause{position:absolute;bottom:16px;right:16px;background-color:#0009;color:#fff;border:none;border-radius:20px;padding:6px 12px;cursor:pointer;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px;transition:background-color .2s}.carousel-play-pause:hover{background-color:#000c}.carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:16px}.carousel-indicator{width:8px;height:8px;border-radius:4px;border:none;background-color:#cbd5e1;cursor:pointer;transition:all .2s}.carousel-indicator.active{width:24px;background-color:#3b82f6}.carousel-info{text-align:center;margin-top:12px;font-size:13px;color:#64748b}.carousel-empty{text-align:center;padding:60px 20px;background-color:#f1f5f9;border-radius:8px;color:#64748b}.content-area{flex:1;background-color:#f8fafc;overflow-y:auto}.content-container{max-width:1400px;margin:0 auto;padding:32px 40px}.content-section{background-color:#fff;border-radius:12px;padding:24px;margin-bottom:32px;box-shadow:0 1px 3px #0000001a}.section-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#0f172a;border-left:4px solid #3b82f6;padding-left:12px}.section-text{line-height:1.6;color:#334155;font-size:17px}.steps-list,.precautions-list{margin:0;padding-left:24px;line-height:1.8;color:#334155}.steps-list li,.precautions-list li{margin-bottom:8px}.steps-list.no-numbers,.precautions-list.no-bullets{list-style-type:none;padding-left:0}.steps-list.custom-numbers{list-style-type:none;padding-left:0;counter-reset:step-counter}.steps-list.custom-numbers li{counter-increment:step-counter;position:relative;padding-left:28px;list-style-type:none}.steps-list.custom-numbers li:before{content:counter(step-counter) ".";position:absolute;left:0;color:#3b82f6;font-weight:700}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{border-bottom:1px solid #e2e8f0;padding-bottom:12px}.faq-question{font-weight:700;color:#0f172a;margin-bottom:6px}.faq-answer{color:#475569;font-size:14px;padding-left:20px}.language-switcher-float{position:fixed;top:16px;right:24px;display:flex;gap:8px;align-items:center;z-index:1000}.lang-btn{padding:6px 16px;border:1px solid #ddd;background:white;color:#333;border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #0000001a}.lang-btn:hover{background:#f5f5f5;border-color:#bbb;transform:translateY(-1px)}.lang-btn.active{background:#00599c;color:#fff;border-color:#00599c}.lang-btn.active:hover{background:#004a82}.app{display:flex;height:100vh;width:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.app-body{display:flex;flex:1;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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}#root{width:100%;height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555555}
