.soft-sidebar{box-sizing:border-box;background:linear-gradient(#f8f9fa,#fff);border-right:1px solid #0000000f;width:280px;min-height:100vh;padding:1.5rem 1rem;transition:all .3s;position:sticky;top:0;overflow:hidden auto}@media (min-width:1025px){.soft-sidebar{flex:0 0 280px;max-width:280px}}.soft-sidebar-inner{background:#fff;border:1px solid #0000000d;border-radius:16px;padding:1.5rem 1rem;transition:all .3s;box-shadow:0 20px 27px #0000000d}.soft-sidebar::-webkit-scrollbar{width:6px}.soft-sidebar::-webkit-scrollbar-track{background:0 0}.soft-sidebar::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.soft-sidebar::-webkit-scrollbar-thumb:hover{background:#a0aec0}.soft-sidebar-header-title{color:#344767;letter-spacing:-.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700}.soft-sidebar-section+.soft-sidebar-section{margin-top:1.75rem}.soft-sidebar-section-title{text-transform:uppercase;letter-spacing:.1em;color:#344767;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea;border-radius:8px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700}.soft-sidebar-nav{margin:0;padding:0;list-style:none}.soft-sidebar-nav li+li{margin-top:.375rem}.soft-sidebar-link{color:#67748e;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;width:80%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.soft-sidebar-link:before{content:"";background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:0 4px 4px 0;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.soft-sidebar-link:hover{color:#344767;background:linear-gradient(135deg,#667eea14,#764ba214);border-color:#667eea33;transform:translate(6px);box-shadow:0 2px 8px #667eea1a}.soft-sidebar-link:hover:before{width:4px;height:60%}.soft-sidebar-link-active{color:#344767;background:linear-gradient(135deg,#667eea26,#764ba226);border:none;font-weight:700;transform:translate(4px);box-shadow:0 4px 12px #667eea33}.soft-sidebar-link-active:before{width:4px;height:70%}.soft-sidebar-link-active:hover{transform:translate(6px);box-shadow:0 6px 16px #667eea40}.soft-sidebar-active-indicator{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 8px #667eea99}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.soft-sidebar-nav li{animation:.3s ease-out both slideIn}.soft-sidebar-nav li:first-child{animation-delay:50ms}.soft-sidebar-nav li:nth-child(2){animation-delay:.1s}.soft-sidebar-nav li:nth-child(3){animation-delay:.15s}.soft-sidebar-nav li:nth-child(4){animation-delay:.2s}.soft-sidebar-nav li:nth-child(5){animation-delay:.25s}.soft-sidebar-nav li:nth-child(n+6){animation-delay:.3s}@media (max-width:1024px){.soft-sidebar:not(.soft-sidebar-mobile-panel){display:none}.soft-sidebar-inner{max-height:none;box-shadow:none;border-radius:1rem;padding:0;position:static;overflow:visible}.soft-sidebar-link:hover{transform:none}}@media (min-width:1025px){.soft-sidebar-header-title{border-bottom:1px solid #0000000f;margin-bottom:1.25rem;padding-bottom:.75rem}}@media (min-width:1280px){.soft-sidebar{flex:0 0 300px;width:300px;max-width:300px;padding:2rem 1.25rem}.soft-sidebar-inner{padding:2rem 1.25rem}}@media (max-width:480px){.soft-sidebar-mobile-panel{width:90vw;padding:1.25rem 1rem}.soft-sidebar-link{padding:.625rem .875rem;font-size:.8125rem}.soft-sidebar-section-title{padding:.375rem .625rem;font-size:.6875rem}}@media (hover:none) and (pointer:coarse){.soft-sidebar-link:hover{transform:none}.soft-sidebar-link:active{background:linear-gradient(135deg,#667eea1f,#764ba21f);transform:scale(.98)}.soft-sidebar-close:hover{transform:none}.soft-sidebar-close:active{transform:scale(.9)}}.soft-sidebar-mobile-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;justify-content:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.soft-sidebar-mobile-panel{background:linear-gradient(#f8f9fa,#fff);flex-direction:column;width:min(360px,85vw);min-height:100vh;padding:1.5rem 1.25rem;animation:.3s cubic-bezier(.4,0,.2,1) slideInRight;display:flex;box-shadow:-10px 0 40px #0f172a40}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.soft-sidebar-mobile-panel .soft-sidebar-inner{box-shadow:none;flex:1;margin-top:1rem;padding:0;overflow-y:auto}.soft-sidebar-mobile-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.soft-sidebar-close{cursor:pointer;color:#344767;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.soft-sidebar-close:hover{color:#667eea;background:linear-gradient(135deg,#667eea33,#764ba233);transform:scale(1.1)}.soft-sidebar-close:active{transform:scale(.95)}
.soft-header{color:#fff;box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-height:80px;padding:0 1.5rem;font-size:1.5rem;font-weight:600;display:flex}.soft-header-title{text-transform:uppercase;letter-spacing:.08em}.soft-header-menu-btn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;transition:background .2s,transform .2s;display:inline-flex}.soft-header-menu-btn:hover{background:#ffffff26;transform:translateY(-1px)}
.guidePopup-module__9EAQba__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out guidePopup-module__9EAQba__fadeIn;display:flex;position:fixed;inset:0}@keyframes guidePopup-module__9EAQba__fadeIn{0%{opacity:0}to{opacity:1}}.guidePopup-module__9EAQba__popup{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.3s ease-out guidePopup-module__9EAQba__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 27px #00000026}@keyframes guidePopup-module__9EAQba__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.guidePopup-module__9EAQba__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:24px;display:flex}.guidePopup-module__9EAQba__title{color:#fff;flex:1;margin:0;font-size:24px;font-weight:700}.guidePopup-module__9EAQba__closeButton{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;transition:all .2s;display:flex}.guidePopup-module__9EAQba__closeButton:hover{background:#ffffff4d;transform:scale(1.1)}.guidePopup-module__9EAQba__content{flex:1;padding:24px;overflow-y:auto}.guidePopup-module__9EAQba__section{margin-bottom:24px}.guidePopup-module__9EAQba__section:last-child{margin-bottom:0}.guidePopup-module__9EAQba__sectionTitle{color:#344767;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:700}.guidePopup-module__9EAQba__sectionText{color:#67748e;white-space:pre-wrap;font-size:14px;line-height:1.7}.guidePopup-module__9EAQba__metaGrid{background:#f8f9fa;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;padding:16px;display:grid}.guidePopup-module__9EAQba__metaItem{flex-direction:column;gap:4px;display:flex}.guidePopup-module__9EAQba__metaLabel{color:#344767;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.guidePopup-module__9EAQba__metaValue{color:#67748e;font-size:14px}.guidePopup-module__9EAQba__stepsList{flex-direction:column;gap:12px;display:flex}.guidePopup-module__9EAQba__step{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex}.guidePopup-module__9EAQba__step:hover{background:#f0f4ff;transform:translate(4px)}.guidePopup-module__9EAQba__stepNumber{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.guidePopup-module__9EAQba__stepText{color:#344767;flex:1;font-size:14px;line-height:1.7}.guidePopup-module__9EAQba__imagesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:12px;display:grid}.guidePopup-module__9EAQba__imageWrapper{background:#f8f9fa;border-radius:12px;width:100%;padding-top:75%;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.guidePopup-module__9EAQba__image{object-fit:cover;border-radius:12px;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.guidePopup-module__9EAQba__image:hover{transform:scale(1.05)}.guidePopup-module__9EAQba__flowLink{color:#fff;word-break:break-all;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);border-radius:12px;margin-top:8px;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.guidePopup-module__9EAQba__flowDiagram{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:8px;padding:12px}.guidePopup-module__9EAQba__flowLink:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #4facfe66}.guidePopup-module__9EAQba__imageZoomModal{background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:95vw;max-height:95vh;padding:20px;display:flex;position:relative;box-shadow:0 20px 27px #0000004d}.guidePopup-module__9EAQba__imageZoomModal .guidePopup-module__9EAQba__closeButton{z-index:10;position:absolute;top:10px;right:10px}.guidePopup-module__9EAQba__zoomedImage{object-fit:contain;border-radius:12px;max-width:100%;max-height:90vh;box-shadow:0 10px 20px #0003}.guidePopup-module__9EAQba__flowZoomModal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:98vw;height:100%;max-height:98vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.guidePopup-module__9EAQba__flowZoomContent{background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);flex:1;justify-content:center;align-items:center;min-height:600px;padding:40px;display:flex;overflow:auto}.guidePopup-module__9EAQba__flowZoomContent>div{width:100%;height:100%;min-height:600px}@media (min-width:768px) and (max-width:1023px){.guidePopup-module__9EAQba__popup{max-width:800px}.guidePopup-module__9EAQba__header{padding:20px}.guidePopup-module__9EAQba__title{font-size:22px}.guidePopup-module__9EAQba__content{padding:20px}.guidePopup-module__9EAQba__metaGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.guidePopup-module__9EAQba__overlay{padding:10px}.guidePopup-module__9EAQba__popup{border-radius:12px;max-width:100%;max-height:95vh}.guidePopup-module__9EAQba__header{padding:16px}.guidePopup-module__9EAQba__title{font-size:20px}.guidePopup-module__9EAQba__closeButton{width:28px;height:28px;font-size:20px}.guidePopup-module__9EAQba__content{padding:16px}.guidePopup-module__9EAQba__section{margin-bottom:20px}.guidePopup-module__9EAQba__sectionTitle{margin-bottom:10px;font-size:12px}.guidePopup-module__9EAQba__sectionText{font-size:13px}.guidePopup-module__9EAQba__metaGrid{grid-template-columns:1fr;gap:12px;padding:12px}.guidePopup-module__9EAQba__metaLabel{font-size:11px}.guidePopup-module__9EAQba__metaValue{font-size:13px}.guidePopup-module__9EAQba__stepsList{gap:10px}.guidePopup-module__9EAQba__step{gap:10px;padding:12px}.guidePopup-module__9EAQba__stepNumber{width:24px;height:24px;font-size:12px}.guidePopup-module__9EAQba__stepText{font-size:13px}.guidePopup-module__9EAQba__imagesGrid{grid-template-columns:1fr;gap:12px}.guidePopup-module__9EAQba__flowLink{padding:10px 14px;font-size:13px}}@media (max-width:479px){.guidePopup-module__9EAQba__overlay{padding:8px}.guidePopup-module__9EAQba__popup{border-radius:10px;max-height:98vh}.guidePopup-module__9EAQba__header{padding:14px}.guidePopup-module__9EAQba__title{font-size:18px}.guidePopup-module__9EAQba__closeButton{width:26px;height:26px;font-size:18px}.guidePopup-module__9EAQba__content{padding:14px}.guidePopup-module__9EAQba__section{margin-bottom:16px}.guidePopup-module__9EAQba__sectionTitle{margin-bottom:8px;font-size:11px}.guidePopup-module__9EAQba__sectionText{font-size:12px}.guidePopup-module__9EAQba__metaGrid{gap:10px;padding:10px}.guidePopup-module__9EAQba__metaLabel{font-size:10px}.guidePopup-module__9EAQba__metaValue{font-size:12px}.guidePopup-module__9EAQba__step{gap:8px;padding:10px}.guidePopup-module__9EAQba__stepNumber{width:22px;height:22px;font-size:11px}.guidePopup-module__9EAQba__stepText{font-size:12px}.guidePopup-module__9EAQba__imagesGrid{gap:10px}.guidePopup-module__9EAQba__flowLink{padding:8px 12px;font-size:12px}}@media (max-width:359px){.guidePopup-module__9EAQba__overlay{padding:5px}.guidePopup-module__9EAQba__popup{border-radius:8px}.guidePopup-module__9EAQba__header{padding:12px}.guidePopup-module__9EAQba__title{font-size:16px}.guidePopup-module__9EAQba__closeButton{width:24px;height:24px;font-size:16px}.guidePopup-module__9EAQba__content{padding:12px}.guidePopup-module__9EAQba__sectionTitle{font-size:10px}.guidePopup-module__9EAQba__sectionText{font-size:11px}}@media (max-width:767px) and (orientation:landscape){.guidePopup-module__9EAQba__popup{max-height:98vh}.guidePopup-module__9EAQba__header{padding:12px 16px}.guidePopup-module__9EAQba__title{font-size:18px}.guidePopup-module__9EAQba__content{padding:12px 16px}.guidePopup-module__9EAQba__metaGrid{grid-template-columns:repeat(2,1fr)}}@media (hover:none) and (pointer:coarse){.guidePopup-module__9EAQba__closeButton:hover{background:#fff3;transform:none}.guidePopup-module__9EAQba__closeButton:active{transform:scale(.9)}.guidePopup-module__9EAQba__flowLink:hover,.guidePopup-module__9EAQba__step:hover{transform:none}}
