.layout{display:flex;flex-direction:column;min-height:100vh;background:#f5f7fa}.app-header{background:#fff;border-bottom:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:1000;height:80px}.header-container{max-width:100%;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;flex:0 0 auto}.header-logo{display:flex;align-items:center;gap:3.5px;text-decoration:none;transition:opacity .2s}.header-logo:hover{opacity:.8}.logo-icon{flex-shrink:0}.logo-icon-image{width:38px;height:36px;display:block;object-fit:cover;border-radius:6px}.logo-icon-fallback{display:block}.logo-text{display:flex;flex-direction:column;gap:0;align-items:flex-start}.logo-name{font-family:Audiowide,Inter,sans-serif;font-size:19.8px;font-weight:400;color:#000;line-height:1;letter-spacing:0}.logo-subtitle{font-family:Inter,sans-serif;font-size:13.2px;font-weight:400;color:#000;line-height:1;margin-top:2px}.header-right{display:flex;align-items:center;gap:16px;flex:1;justify-content:flex-end}.notifications-container{position:relative}.notifications-button{position:relative;background:none;border:none;cursor:pointer;padding:8px;color:#7a818f;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.notifications-button:hover{background:#f7fafc;color:#0d9488}.notifications-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.4;border:2px solid #ffffff}.notifications-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #E2E8F0;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.notifications-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E2E8F0;background:#f9fafb}.notifications-header h3{margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#1a202c}.mark-all-read{background:none;border:none;cursor:pointer;padding:4px 8px;color:#0d9488;font-size:12px;font-weight:500;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.mark-all-read:hover{background:#f0fdfa}.notifications-list{overflow-y:auto;max-height:400px}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid #F1F5F9;cursor:pointer;transition:all .2s;position:relative}.notification-item:hover{background:#f9fafb}.notification-item.unread{background:#f0fdfa}.notification-item.unread:hover{background:#e6fffa}.notification-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px}.notification-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.notification-title{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1a202c;line-height:1.4}.notification-message{font-family:Inter,sans-serif;font-size:13px;color:#64748b;line-height:1.4}.notification-time{font-family:Inter,sans-serif;font-size:12px;color:#94a3b8;margin-top:2px}.notification-unread-dot{position:absolute;top:20px;right:20px;width:8px;height:8px;background:#0d9488;border-radius:50%;flex-shrink:0}.notifications-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:14px}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f7fafc;border:1px solid #E2E8F0;border-radius:8px;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.language-button:hover{background:#f0fdfa;border-color:#0d9488}.language-flag{font-size:20px;line-height:1}.language-arrow{transition:transform .2s;color:#64748b}.language-arrow.open{transform:rotate(180deg)}.language-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #E2E8F0;overflow:hidden;z-index:1000;min-width:200px}.language-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;background:none;border:none;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;text-align:left}.language-menu-item:hover{background:#f9fafb}.language-menu-item.active{background:#f0fdfa;color:#0d9488;font-weight:600}.language-menu-flag{font-size:20px;line-height:1;flex-shrink:0}.language-menu-code{font-size:14px;font-weight:600;color:#1a202c;min-width:32px}.language-menu-item.active .language-menu-code{color:#0d9488}.language-menu-name{font-size:14px;color:#64748b;flex:1}.language-menu-item.active .language-menu-name{color:#0d9488}.user-profile{display:flex;align-items:center;gap:12px;padding:8px 12px;transition:all .2s}.user-profile:hover{opacity:.8}.user-avatar{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#0d9488,#2cb5b0);display:flex;align-items:center;justify-content:center}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#fff;line-height:1}.user-details{display:flex;flex-direction:column;gap:2px;min-width:0}.user-name{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1a202c;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.user-email{font-family:Inter,sans-serif;font-size:12px;color:#64748b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.logout-button{background:none;border:none;cursor:pointer;padding:8px;color:#64748b;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logout-button:hover{background:#fee2e2;color:#dc2626}.main-content{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.app-footer{background:#fff;border-top:1px solid #E2E8F0;box-shadow:0 -1px 3px #0000000d;padding:24px 0;position:sticky;bottom:0;z-index:100;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.footer-container{max-width:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-left{display:flex;align-items:center;gap:24px;flex:1}.footer-logo{display:flex;align-items:center;gap:2px;flex-shrink:0}.footer-logo-icon{flex-shrink:0}.footer-logo-icon-image{width:23px;height:22px;display:block;object-fit:cover;border-radius:4px}.footer-logo-icon-fallback{display:block}.footer-logo-text{display:flex;flex-direction:column;gap:0;align-items:flex-start}.footer-logo-name{font-family:Audiowide,Inter,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:1}.footer-logo-subtitle{font-family:Inter,sans-serif;font-size:9px;font-weight:400;color:#64748b;line-height:1;margin-top:2px}.footer-description{font-family:Inter,sans-serif;font-size:13px;color:#64748b;line-height:1.5;max-width:500px}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.footer-copyright{font-family:Inter,sans-serif;font-size:12px;color:#94a3b8;line-height:1.4}@media (max-width: 1024px){.header-container{padding:0 16px}.user-name,.user-email{max-width:150px}.notifications-dropdown{width:320px}}@media (max-width: 768px){.app-header{height:70px}.header-container{padding:0 12px;gap:8px}.header-right{gap:8px}.logo-icon-image{width:32px;height:30px}.logo-name{font-size:16px}.logo-subtitle{font-size:10px}.user-details{display:none}.user-profile{padding:6px}.notifications-dropdown{width:calc(100vw - 24px);right:-12px}.language-menu{right:-12px}.footer-container{flex-direction:column;align-items:flex-start;gap:16px;padding:0 16px}.footer-left{flex-direction:column;align-items:flex-start;gap:12px}.footer-right{align-items:flex-start;width:100%}}@media (max-width: 480px){.header-right{gap:4px}.language-button{padding:6px 8px}.language-flag{font-size:18px}.notifications-button{padding:6px}.user-profile{padding:4px}.user-avatar{width:36px;height:36px}}.password-check{margin-top:0;margin-bottom:0}.password-check-title{font-family:Avenir Next,Inter,sans-serif;font-size:14px;font-weight:400;color:#44474b;margin:0 0 4px;line-height:1.42}.password-check-item{display:flex;align-items:center;gap:16px;margin-top:8px}.password-check-item:first-of-type{margin-top:4px}.password-check-item span{font-family:Avenir Next,Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.42;padding-top:2px}.auth-layout{display:flex;min-height:100vh;font-family:Avenir Next,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-form-column{flex:1 1 auto;min-width:0;display:flex;align-items:flex-start;justify-content:center;background:#fff;overflow-y:auto}.auth-form-container{width:100%;max-width:595px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0 auto}.auth-form-content{width:100%;max-width:595px;position:relative;padding:0 20px 48px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.auth-form-spacer{width:100%;height:144px}.auth-form-spacer.register{height:88px}.auth-logo{display:flex;align-items:center;justify-content:flex-start;margin-bottom:56px;height:40px;width:210px;gap:2px}.logo-image{width:38px;height:36px;object-fit:contain;flex-shrink:0}.logo-fallback{display:inline-flex;align-items:center;justify-content:flex-start;gap:2px}.logo-icon{width:38px;height:36px;flex-shrink:0}.logo-text{display:flex;flex-direction:column;gap:0;align-items:flex-start;margin-left:0}.logo-name{font-family:Audiowide,Inter,sans-serif;font-size:18px;font-weight:400;color:#000;line-height:1;letter-spacing:0}.logo-subtitle{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#000;line-height:1.2;text-transform:none;letter-spacing:0;margin-top:0}.auth-header{width:100%;margin-bottom:24px;text-align:left}.auth-title{font-family:Avenir Next,Inter,sans-serif;font-size:48px;font-weight:600;color:#44474b;line-height:72px;letter-spacing:0;margin:0}.auth-form-top-text,.auth-form-bottom-text{width:100%;text-align:left;font-size:16px;font-weight:500;color:#44474b;margin-bottom:34px;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.auth-form-bottom-text{margin-top:16px;margin-bottom:0;justify-content:center}.auth-form-link{color:#28abab;font-weight:700;text-decoration:none;transition:color .2s ease;cursor:pointer;font-size:16px}.auth-form-link:hover{color:#0c829b;text-decoration:none}.error-message{width:100%;padding:0;background:transparent;border:none;color:#f9423b;font-size:12px;font-weight:400;line-height:1.33;text-align:center;margin-top:16px;box-sizing:border-box}.auth-form{width:100%;display:flex;flex-direction:column;gap:0}.form-group{width:100%;display:flex;flex-direction:column;gap:0;margin-bottom:16px}.form-group:last-of-type{margin-bottom:0}.form-group label{font-family:Avenir Next,Inter,sans-serif;font-size:14px;font-weight:400;color:#44474b;line-height:1.42;margin:0 0 4px}.form-group input{width:100%;height:48px;min-height:48px;padding:12px 16px;font-family:Avenir Next,Inter,sans-serif;font-size:16px;font-weight:500;color:#44474b;background-color:#fff;border:1.5px solid #CBD5E0;border-radius:8px;outline:none;transition:all .2s ease;box-sizing:border-box;letter-spacing:0;line-height:24px}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 100px #FFFFFF inset!important;-webkit-text-fill-color:#44474B!important;background-color:#fff!important;background-image:none!important;border-color:#cbd5e0!important;transition:background-color 5000s ease-in-out 0s,background-image 5000s ease-in-out 0s!important;caret-color:#44474b!important}.form-group input:-webkit-autofill:focus{border-color:#0c829b!important;-webkit-box-shadow:0 0 0 100px #FFFFFF inset!important;background-color:#fff!important}.form-group input:hover{border-color:#cbd5e0}.form-group input:focus{border-color:#0c829b;background-color:#fff}.form-group input::placeholder{color:#a2abbc;font-weight:500}.form-group input:disabled{background-color:#f3f4f6;color:#848b99;cursor:not-allowed}.form-group input.error{border-color:#f9423b}.password-input-wrapper{position:relative;width:100%;display:flex;align-items:center}.password-input-wrapper input{height:48px;min-height:48px;padding:12px 52px 12px 16px;background-color:#fff!important;border:1.5px solid #CBD5E0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.password-input-wrapper input:focus{border-color:#0c829b;background-color:#fff!important}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:active,.password-input-wrapper input:-webkit-autofill,.password-input-wrapper input:-webkit-autofill:hover,.password-input-wrapper input:-webkit-autofill:focus,.password-input-wrapper input:-webkit-autofill:active,.password-input-wrapper input[type=password]:-webkit-autofill,.password-input-wrapper input[type=password]:-webkit-autofill:hover,.password-input-wrapper input[type=password]:-webkit-autofill:focus,.password-input-wrapper input[type=password]:-webkit-autofill:active,input[type=text]:-webkit-autofill,input[type=email]:-webkit-autofill,input[type=password]:-webkit-autofill{-webkit-box-shadow:0 0 0 9999px #FFFFFF inset!important;-webkit-text-fill-color:#44474B!important;background-color:#fff!important;background-image:none!important;border-color:#cbd5e0!important;transition:background-color 99999s ease-in-out 0s,background-image 99999s ease-in-out 0s!important;caret-color:#44474b!important;box-shadow:0 0 0 9999px #fff inset!important;color:#44474b!important}.password-input-wrapper input:-webkit-autofill:focus,.password-input-wrapper input[type=password]:-webkit-autofill:focus,.form-group input:-webkit-autofill:focus{border-color:#0c829b!important;-webkit-box-shadow:0 0 0 1000px #FFFFFF inset!important;background-color:#fff!important;box-shadow:0 0 0 1000px #fff inset!important}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#848b99;transition:color .2s ease;width:24px;height:24px}.password-toggle:hover{color:#28abab}.password-toggle:focus{outline:none}.password-toggle svg{width:24px;height:24px;display:block}.forgot-password-wrapper{width:100%;display:flex;justify-content:flex-end;margin-top:8px;margin-bottom:40px}.forgot-password-link{font-size:16px;color:#28abab;font-weight:700;text-decoration:none;transition:color .2s ease;cursor:pointer}.forgot-password-link:hover{color:#0c829b;text-decoration:none}.checkbox-wrapper{display:flex;align-items:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#28ABAB;flex-shrink:0}.checkbox-wrapper label{font-family:Avenir Next,Inter,sans-serif;font-size:14px;font-weight:400;color:#44474b;cursor:pointer;margin:0;line-height:1.42}.checkbox-wrapper .auth-form-link{margin-left:0;font-size:14px;padding-bottom:2px;font-weight:800}.auth-submit-button{width:100%;height:48px;padding:0 32px;font-family:Avenir Next,Inter,sans-serif;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(180deg,#1d99b6,#2cb2a5);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #398b8566;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:16px}.auth-submit-button:hover:not(:disabled){background:linear-gradient(180deg,#1c8aa4,#27988d);box-shadow:0 6px 16px #398b8580}.auth-submit-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 8px #398b854d}.auth-submit-button:disabled{background:#c8d0de;box-shadow:none;cursor:not-allowed;color:#848b99}.auth-hero-column{flex:0 0 595px;width:595px;min-width:595px;max-width:595px;position:relative;overflow:hidden;background:#1d99b6}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:64px 80px;background-size:cover;background-position:center;transition:opacity .35s ease-in;opacity:1}.hero-background.has-image{background-size:cover;background-position:center}.hero-background.slide-0.has-image{background-image:url(/images/onboarding_1.jpg)}.hero-background.slide-1.has-image{background-image:url(/images/onboarding_2.jpg)}.hero-background.slide-2.has-image{background-image:url(/images/onboarding_3.jpg)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1d99b600,#1d99b6);z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:100%;color:#fff;text-align:left}.hero-title{font-family:Avenir Next,Inter,sans-serif;font-size:20px;font-weight:600;line-height:1.2;letter-spacing:0;margin:0 0 12px;color:#fff}.hero-description{font-family:Avenir Next,Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.42;color:#fff;margin-bottom:8px}.hero-description p{margin:0 0 8px}.hero-description p:last-child{margin-bottom:0}.carousel-indicator{display:flex;gap:4px;justify-content:flex-start;align-items:center;margin-top:16px}.indicator-dash{width:6px;height:6px;background:#ffffff80;border-radius:4px;cursor:pointer;transition:all .3s ease}.indicator-dash:hover{background:#ffffff80}.indicator-dash.active{width:24px;height:6px;background:#fff}.auth-container{display:flex;min-height:100vh;background:linear-gradient(135deg,#28abab,#1d99b6);align-items:center;justify-content:center;padding:24px}.auth-box{width:100%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:48px 40px}.auth-box .auth-logo{justify-content:center;margin-bottom:48px}.auth-box .auth-title{text-align:center;font-size:32px;margin-bottom:32px}.auth-error{width:100%;padding:14px 18px;background-color:#fee;border:1px solid #FCC;border-radius:8px;color:#f9423b;font-size:14px;font-weight:500;margin-bottom:24px;box-sizing:border-box}.auth-button{width:100%;height:48px;padding:0 32px;font-family:Avenir Next,Inter,sans-serif;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(180deg,#1d99b6,#2cb2a5);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #398b8566;display:flex;align-items:center;justify-content:center}.auth-button:hover:not(:disabled){background:linear-gradient(180deg,#1c8aa4,#27988d);box-shadow:0 6px 16px #398b8580}.auth-button:disabled{background:#c8d0de;box-shadow:none;cursor:not-allowed;color:#848b99}.auth-footer{width:100%;text-align:center;font-size:14px;color:#44474b;margin-top:24px}.auth-footer a{color:#28abab;font-weight:600;text-decoration:none;margin-left:4px;transition:color .2s ease}.auth-footer a:hover{color:#1d99b6;text-decoration:underline}@media (max-width: 1280px){.auth-hero-column{flex:0 0 480px;width:480px;min-width:480px;max-width:480px}.hero-background{padding:48px 60px}}@media (max-width: 1024px){.auth-hero-column{display:none}}@media (max-width: 768px){.auth-form-content{padding:0 16px 32px}.auth-title{font-size:36px}.auth-form-spacer{height:80px}.auth-form-spacer.register{height:60px}}@media (max-width: 480px){.auth-form-column{padding:0}.auth-form-content{padding:0 16px 24px}.auth-title{font-size:32px}.auth-form-spacer{height:60px}.auth-form-spacer.register{height:40px}.form-group input{min-height:44px;height:44px;padding:10px 14px;font-size:15px}.password-input-wrapper input{min-height:44px;height:44px;padding:10px 46px 10px 14px}.auth-submit-button{height:44px;font-size:15px}}.term-sheet-container{padding:12px 16px;max-height:calc(100vh - 200px);overflow-y:auto}.term-sheet-empty{padding:20px;text-align:center;color:#718096;font-size:14px}.term-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-bottom:12px}.term-sheet-card{display:flex;flex-direction:column;padding:8px 10px;background:transparent;border-bottom:1px solid #E2E8F0}.term-sheet-card:last-child{border-bottom:none}.term-sheet-card-label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;line-height:1.2}.term-sheet-card-value{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#1e293b;word-break:break-word;line-height:1.3}.term-sheet-section{margin-top:12px;padding-top:12px;border-top:1px solid #E2E8F0}.term-sheet-section-title{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#1e293b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.term-sheet-characteristics{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.term-sheet-characteristic-item{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:transparent;font-size:12px}.term-sheet-characteristic-key{font-family:Inter,sans-serif;font-size:12px;color:#64748b;font-weight:500;margin-right:8px}.term-sheet-characteristic-value{font-family:Inter,sans-serif;font-size:12px;color:#1e293b;font-weight:600;text-align:right;flex-shrink:0}.term-sheet-comments{font-family:Inter,sans-serif;font-size:12px;color:#475569;line-height:1.5;padding:10px 12px;background:#f7fafc;border-radius:6px;max-height:120px;overflow-y:auto}.term-sheet-container{overflow-y:auto;overflow-x:hidden}.term-sheet-container::-webkit-scrollbar{width:6px}.term-sheet-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.term-sheet-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.term-sheet-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.term-sheet-grid,.term-sheet-characteristics{grid-template-columns:1fr}.term-sheet-container{padding:8px 12px}}.deals-container{width:100%;height:100%;min-height:calc(100vh - 80px);background:#f5f7fa;display:flex;flex-direction:column;overflow:hidden}.deals-tabs{display:flex;border-bottom:2px solid #E2E8F0;padding:0 24px;background:#fff;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.deals-tab{padding:16px 24px;background:none;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:#718096;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap;position:relative;margin-bottom:-2px}.deals-tab:hover{color:#4a5568;background:#f7fafc}.deals-tab.active{color:#0d9488;border-bottom-color:#0d9488;font-weight:600}.deals-content{flex:1;overflow-y:auto;overflow-x:hidden;background:#f5f7fa;padding:24px}.deals-main-view{display:flex;flex-direction:column;height:100%;max-width:100%}.deals-selector-wrapper-vertical{flex-shrink:0;width:320px;padding-right:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.deals-selector-flutter{display:flex;flex-direction:column;gap:12px;background:transparent;padding:0}.deals-selector-list-flutter{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 300px);padding-right:4px;scrollbar-width:thin;scrollbar-color:#CBD5E0 transparent}.deals-selector-list-flutter::-webkit-scrollbar{width:6px}.deals-selector-list-flutter::-webkit-scrollbar-track{background:transparent}.deals-selector-list-flutter::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.deals-selector-list-flutter::-webkit-scrollbar-thumb:hover{background:#a0aec0}.new-deal-button-sidebar{padding:12px 32px;background:linear-gradient(135deg,#1d99b6,#2cb2a5,#1d99b6);background-size:200% auto;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 12px #1d99b64d;margin:0 0 16px;width:100%;box-sizing:border-box;animation:gradient-flow 6s ease infinite}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.new-deal-button-content{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.new-deal-button-sidebar:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1d99b666}.icon-plus-sidebar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;margin:0;padding:0}.button-text-sidebar{font-weight:600;margin:0;padding:0;line-height:1.2;flex-shrink:0}.deals-selector-item-flutter{padding:14px 16px;background:#fff;border:2px solid #E2E8F0;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#4a5568;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;box-shadow:0 1px 2px #0000000d}.deals-selector-item-flutter:hover{border-color:#0d9488;color:#0d9488;transform:translate(4px);box-shadow:0 4px 12px #0d948826}.deals-selector-item-flutter.active-deal-card{background:#fff;border:2px solid #0D9488;color:inherit;font-weight:600;box-shadow:0 2px 8px #0d948826}.deals-selector-item-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0;padding:0;margin:0}.deals-selector-item-main{font-weight:600;font-size:14px;line-height:1.4;color:inherit;padding:0;margin:0;text-align:left}.deals-selector-item-subtitle{font-size:12px;font-weight:400;opacity:.8;line-height:1.3;display:flex;align-items:center;flex-wrap:wrap;gap:4px;color:inherit}.deals-selector-item-flutter.active-deal-card .deals-selector-item-subtitle{opacity:.95}.deals-selector-product{font-weight:500}.deals-selector-volume{font-weight:400}.deals-selector-separator{opacity:.6}.deal-progress-circle{position:relative;flex-shrink:0;width:40px;height:40px}.deal-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Inter,sans-serif;font-size:10px;font-weight:700;color:#0d9488;pointer-events:none}.deal-progress-circle-bg{stroke:#e2e8f0;transition:stroke .3s ease}.deal-progress-circle-progress{stroke:#0d9488;transition:stroke-dashoffset .3s ease,stroke .3s ease}.deals-selector-item-flutter.selected .deal-progress-circle-bg{stroke:#ffffff4d}.deals-selector-item-flutter.selected .deal-progress-circle-progress{stroke:#fff}.deals-selector-item-flutter.selected .deal-progress-text{color:#fff}.deals-selector-empty{padding:24px;text-align:center;color:#a0aec0;font-size:14px}.deal-info-widget-flutter{width:100%;padding-top:0}.deal-info-layout{display:flex;gap:24px;align-items:flex-start;position:relative;transition:all .3s ease}.sidebar-toggle{position:absolute;left:-32px;top:50%;transform:translateY(-50%);z-index:10;width:24px;height:72px;padding:0;background:#fff;border:2px solid #E2E8F0;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#4a5568;box-shadow:0 4px 12px #0000001a}.sidebar-toggle:hover{background:#0d9488;border-color:#0d9488;color:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px #0d94884d}.sidebar-toggle.open{width:auto;min-width:24px}.sidebar-toggle-arrow{font-family:Inter,sans-serif;font-size:16px;font-weight:700;position:relative;z-index:1}.deal-delivery-status-widget{flex:1;padding:24px;background:#fff;border-radius:16px;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 8px #0000000d;border:1px solid #E2E8F0}.deal-info-layout.sidebar-open .deal-delivery-status-widget:before{content:"";position:absolute;left:-20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#0d9488,#2cb5b0);border-radius:0 4px 4px 0}.deal-info-layout.sidebar-open .deal-delivery-status-widget{padding-left:36px}.deal-route-info{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.deal-route-title{display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#1a202c;line-height:1.4}.deal-route-ports{flex:1;color:#1a202c}.deal-completion-percent{font-size:14px;font-weight:600;color:#0d9488;padding:4px 12px;background:#f0fdfa;border-radius:20px}.deal-cargo-info{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:14px;color:#64748b;line-height:1.4;flex-wrap:wrap}.deal-cargo-product{font-weight:600;color:#1a202c}.deal-cargo-separator{color:#cbd5e0;font-weight:300}.deal-cargo-volume{color:#64748b}.deal-cargo-cost{color:#0d9488;font-weight:600}.deal-info-tabs{display:flex;gap:4px;margin-top:20px;border-top:2px solid #E2E8F0;padding-top:16px;overflow-x:auto;position:relative;z-index:100}.deal-info-tab{padding:10px 20px;background:none;border:none;border-bottom:3px solid transparent;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#718096;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;margin-bottom:-3px;z-index:101;pointer-events:auto}.deal-info-tab:hover{color:#4a5568;background:#f7fafc;border-radius:8px 8px 0 0}.deal-info-tab.active{color:#0d9488;border-bottom-color:#0d9488;font-weight:600}.deal-info-cards-row{display:flex;gap:12px;margin-top:16px}.info-card-second{flex:1;padding:20px;background:linear-gradient(135deg,#f0fdfa,#e6fffa);border-radius:16px;display:flex;flex-direction:column;gap:8px;border:1px solid #B2F5EA;transition:all .3s ease}.info-card-second:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d948826}.info-card-second-title{font-family:Inter,sans-serif;font-size:13px;color:#64748b;font-weight:500}.info-card-second-prefix{font-weight:600;color:#1a202c}.info-card-second-value{font-weight:600;font-size:18px;color:#0d9488}.info-card-second-primary{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#0d9488;margin-top:4px}.info-card-second-description{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#94a3b8;margin-top:4px}.deal-info-spacer-small{height:16px}.shipment-timeline-wrapper{margin:20px 0}.shipment-timeline{display:flex;flex-direction:column;gap:0;padding-left:16px;position:relative}.timeline-base-line{position:absolute;left:30px;top:12px;width:3px;display:flex;flex-direction:column;z-index:1;pointer-events:none;border-radius:2px}.timeline-base-line-completed{width:100%;background:linear-gradient(180deg,#0d9488,#2cb5b0);transition:height .5s ease;border-radius:2px}.timeline-base-line-pending{width:100%;background:repeating-linear-gradient(to bottom,#CBD5E0 0px,#CBD5E0 3px,transparent 3px,transparent 6px);background-size:3px 6px;transition:height .5s ease}.timeline-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding-bottom:24px;position:relative;z-index:2}.timeline-item:last-child{padding-bottom:0}.timeline-connector{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;z-index:10;background:#fff;border-radius:50%;box-shadow:0 0 0 3px #fff,0 2px 8px #0000001a}.timeline-icon-svg{width:28px;height:28px;display:block}.timeline-content{display:flex;flex-direction:row;align-items:center;flex:1;padding-top:2px}.timeline-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#64748b;line-height:1.5;margin-bottom:4px}.timeline-title.completed{color:#1a202c;font-weight:500}.timeline-title.in-progress{font-weight:700;color:#0d9488}.timeline-advance-button{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;background:#e6fffa;color:#0d9488;border:1px solid #B2F5EA;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin-left:auto;flex-shrink:0}.timeline-advance-button:hover{background:#b2f5ea;color:#0f766e}.timeline-title.pending{color:#cbd5e0;font-weight:400}.timeline-subtitle{font-family:Inter,sans-serif;font-size:13px;color:#94a3b8;line-height:1.4}.deal-info-button-flutter{width:100%;height:48px;margin-top:16px;background:linear-gradient(135deg,#0d9488,#2cb5b0);color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #0d94884d}.deal-info-button-flutter:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d948866}.deal-info-button-flutter.messaging-button{margin-top:20px}.deal-cargo-info-widget{flex:2;display:flex;flex-direction:column;gap:16px}.deal-chat-wrapper{height:600px;margin-top:16px}.ship-info-row{display:flex;align-items:flex-start;gap:16px;padding:0;background:#f9fafb;border-radius:16px;border:none;margin-top:16px}.ship-info-content{flex:1;display:flex;flex-direction:column;gap:8px}.ship-info-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}.ship-info-name{font-family:Inter,sans-serif;font-size:22px;font-weight:700;color:#0d9488;cursor:pointer;transition:opacity .2s}.ship-info-name:hover{opacity:.8}.ship-info-name-select{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#0d9488;border:2px solid #0D9488;border-radius:8px;padding:8px 12px;background:#fff;outline:none;cursor:pointer;flex:1;min-width:200px}.ship-info-name-select:focus{border-color:#0f766e;box-shadow:0 0 0 4px #0d94881a}.ship-info-create-button{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#0d9488;background:#fff;border:2px solid #0D9488;border-radius:8px;padding:8px 16px;cursor:pointer;transition:all .2s;white-space:nowrap}.ship-info-create-button:hover:not(:disabled){background:#0d9488;color:#fff}.ship-info-create-button:disabled{opacity:.5;cursor:not-allowed}.ship-info-create-form{display:flex;flex-direction:column;gap:8px;width:100%}.ship-info-create-input{font-family:Inter,sans-serif;font-size:14px;border:2px solid #E2E8F0;border-radius:6px;padding:8px 12px;outline:none;transition:border-color .2s}.ship-info-create-input:focus{border-color:#0d9488}.ship-info-create-actions{display:flex;gap:8px;margin-top:4px}.ship-info-create-submit,.ship-info-create-cancel{font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.ship-info-create-submit{background:#0d9488;color:#fff}.ship-info-create-submit:hover:not(:disabled){background:#0b7d73}.ship-info-create-cancel{background:#f1f5f9;color:#475569}.ship-info-create-cancel:hover:not(:disabled){background:#e2e8f0}.ship-info-create-submit:disabled,.ship-info-create-cancel:disabled{opacity:.5;cursor:not-allowed}.ship-info-flag{padding:6px 8px;border:1px solid #E2E8F0;border-radius:8px;font-size:24px;line-height:1;flex-shrink:0;background:#fff}.ship-info-type{font-family:Inter,sans-serif;font-size:14px;color:#64748b;font-weight:500}.ship-info-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #E2E8F0}.ship-info-detail-item{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border-radius:12px;border:1px solid #E2E8F0;transition:all .3s ease}.ship-info-detail-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#0d9488}.ship-info-detail-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0d9488,#2cb5b0);border-radius:12px;color:#fff}.ship-info-detail-icon svg{width:22px;height:22px}.ship-info-detail-content{display:flex;flex-direction:column;gap:4px;flex:1}.ship-info-detail-label{font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.ship-info-detail-value{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#0f766e}.deals-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:60px 20px;text-align:center}.empty-state-icon{font-size:80px;margin-bottom:24px;opacity:.7;filter:grayscale(.3)}.deals-empty-state h3{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:#1a202c;margin:0 0 12px}.deals-empty-state p{font-family:Inter,sans-serif;font-size:16px;color:#64748b;margin:0 0 32px}.btn-create-first-deal{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#1d99b6,#2cb5b0);color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #1d99b666}.btn-create-first-deal:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1d99b680}.deals-table-container{padding:0}.deals-table-header{display:flex;background:linear-gradient(135deg,#f0fdfa,#e6fffa);border-radius:12px;padding:16px 20px;align-items:center;border:1px solid #B2F5EA}.deals-table-cell{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#0d9488;padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deals-table-body{display:flex;flex-direction:column;margin-top:8px}.deals-table-row{display:flex;padding:16px 20px;align-items:center;background:#fff;border-radius:8px;margin-bottom:8px;transition:all .2s ease;border:1px solid #E2E8F0}.deals-table-row.clickable{cursor:pointer}.deals-table-row.clickable:hover{background:#f7fafc;border-color:#0d9488;transform:translate(4px);box-shadow:0 4px 12px #0d94881a}.deals-table-row.active-deal-card{position:relative;border:1px solid transparent;background-clip:padding-box;box-shadow:inset 0 0 0 1px #fff,0 4px 12px #0d948826;transform:translate(4px)}.deals-table-row.active-deal-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-2px;border-radius:inherit;background:linear-gradient(135deg,#0d9488,#2cb5b0)}.deals-table-row .deals-table-cell{font-weight:500;color:#1a202c}.deals-table-empty{padding:60px;text-align:center;color:#94a3b8;font-size:16px}.deals-loading,.deals-error{padding:60px;text-align:center;font-family:Inter,sans-serif;font-size:16px}.deals-loading{color:#64748b}.deals-error{color:#dc2626;background:#fee2e2;border-radius:12px;border:1px solid #FCA5A5}.map-skeleton{width:100%;height:400px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px;margin-bottom:16px}.ship-info-skeleton{width:100%;padding:20px;background:#fff;border-radius:16px;border:1px solid #E2E8F0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.vessel-map-container{position:relative;margin:0;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000001a;border:1px solid #E2E8F0}.deal-map-placeholder{height:400px;background:#f7fafc;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-family:Inter,sans-serif;font-size:14px;border:2px dashed #CBD5E0}@media (max-width: 1200px){.deal-info-layout{flex-direction:column}.deals-selector-wrapper-vertical{width:100%;padding-right:0;margin-bottom:24px}.deals-selector-list-flutter{max-height:300px;flex-direction:row;overflow-x:auto;overflow-y:hidden}.deals-selector-item-flutter{min-width:280px}.deal-delivery-status-widget,.deal-cargo-info-widget{width:100%}}@media (max-width: 768px){.deals-content{padding:16px}.deals-tabs{padding:0 16px;overflow-x:auto}.deals-tab{padding:12px 16px;font-size:14px}.deal-info-cards-row{flex-direction:column}.ship-info-details{grid-template-columns:1fr}.deal-route-title{flex-direction:column;align-items:flex-start;gap:8px}.deal-completion-percent{margin-left:0}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.deals-selector-wrapper-vertical{animation:slideIn .3s ease}.vessels-table-container{background:#fff;border-radius:16px;padding:24px;border:1px solid #E2E8F0;box-shadow:0 2px 8px #0000000d}.vessels-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.vessels-table-title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#1a202c;margin:0}.vessels-search-wrapper{flex:1;max-width:360px}.vessels-search-input{width:100%;padding:10px 16px;border:2px solid #E2E8F0;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;color:#1a202c;background:#f7fafc;transition:all .2s ease;box-sizing:border-box}.vessels-search-input:focus{outline:none;border-color:#0d9488;background:#fff;box-shadow:0 0 0 3px #0d94881a}.vessels-table-scroll{overflow-x:auto}.vessels-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Inter,sans-serif}.vessels-table thead th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:2px solid #E2E8F0;white-space:nowrap}.vessels-table thead th:first-child{border-radius:8px 0 0}.vessels-table thead th:last-child{border-radius:0 8px 0 0}.vessels-table tbody tr{transition:background .15s ease}.vessels-table tbody tr:hover{background:#f0fdfa}.vessels-table tbody td{padding:14px 16px;font-size:14px;color:#4a5568;border-bottom:1px solid #EDF2F7;white-space:nowrap}.vessel-name-cell{font-weight:600;color:#0d9488!important}.vessels-loading,.vessels-empty{padding:40px;text-align:center;color:#a0aec0;font-size:14px;font-family:Inter,sans-serif}.vessels-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid #EDF2F7}.vessels-page-btn{padding:8px 16px;background:#fff;border:2px solid #E2E8F0;border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s ease}.vessels-page-btn:hover:not(:disabled){border-color:#0d9488;color:#0d9488}.vessels-page-btn:disabled{opacity:.4;cursor:not-allowed}.vessels-page-info{font-family:Inter,sans-serif;font-size:13px;color:#718096}.vessel-add-btn{padding:10px 20px;background:linear-gradient(135deg,#0d9488,#2cb5b0);color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0d948833}.vessel-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d94884d}.vessel-actions-cell{display:flex;gap:8px}.vessel-action-btn{padding:6px;border:1px solid #E2E8F0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.vessel-action-btn:hover{border-color:#0d9488;color:#0d9488;background:#f0fdfa}.vessel-action-btn.delete:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.vessel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vessel-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.vessel-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vessel-modal-title{font-size:18px;font-weight:700;color:#1a202c;margin:0}.vessel-modal-close{background:none;border:none;font-size:24px;color:#a0aec0;cursor:pointer}.vessel-form{display:flex;flex-direction:column;gap:16px}.vessel-form-group{display:flex;flex-direction:column;gap:6px}.vessel-form-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase}.vessel-form-input{padding:10px 14px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.vessel-form-input:focus{border-color:#0d9488}.vessel-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.vessel-form-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.vessel-form-btn.cancel{background:#f8fafc;border:1px solid #E2E8F0;color:#64748b}.vessel-form-btn.submit{background:#0d9488;border:1px solid #0D9488;color:#fff}.vessel-form-btn.submit:hover{background:#0f766e}.vessel-editable-cell{position:relative;cursor:pointer;min-height:24px}.vessel-editable-cell:hover{background:#0d94880d;border-radius:4px}.vessel-inline-input{width:100%;padding:4px 8px;border:1px solid #0D9488;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;color:#1a202c;background:#fff;outline:none;box-sizing:border-box;margin:-5px -9px}.vessels-table.editing-mode tbody td{padding:10px 16px}.deal-detail-container{width:100%;min-height:calc(100vh - 80px);background:#f5f7fa;padding:24px}.deal-detail-header{margin-bottom:24px}.deal-detail-back-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E2E8F0;border-radius:8px;color:#4a5568;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.deal-detail-back-button:hover{background:#f7fafc;border-color:#cbd5e0;color:#0d9488}.deal-detail-loading,.deal-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;font-family:Inter,sans-serif}.deal-detail-error p{font-size:16px;color:#dc2626;margin-bottom:16px}.create-deal-container{width:100%;min-height:100vh;background:#f5f7fa;padding:24px}.create-deal-back{margin-bottom:24px}.create-deal-back-button{background:none;border:none;cursor:pointer;padding:8px;color:#4a5568;display:flex;align-items:center;transition:color .2s}.create-deal-back-button:hover{color:#0d9488}.create-deal-content{max-width:840px;margin:0 auto}.create-deal-wrapper{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000d}.create-deal-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1a202c;margin:0 0 32px}.create-deal-status-bar{margin-bottom:32px}.create-deal-status-bar-container{display:flex;gap:16px;align-items:center}.create-deal-status-item{display:flex;align-items:center;gap:8px;flex:1}.create-deal-status-circle{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#718096;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.create-deal-status-circle.selected{background:#0d9488;color:#fff}.create-deal-status-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#718096;transition:color .3s}.create-deal-status-title.selected{color:#0d9488;font-weight:600}.create-deal-form{display:flex;flex-direction:column}.create-deal-error{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:14px}.create-deal-step{display:flex;flex-direction:column;gap:24px}.create-deal-step-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#1a202c;margin:0}.create-deal-form-section{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.create-deal-field{display:flex;flex-direction:column;gap:8px}.create-deal-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#4a5568}.create-deal-label .required{color:#dc2626;margin-left:4px}.create-deal-field-error{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;margin-top:4px}.create-deal-field-description{color:#718096;font-size:12px;font-family:Inter,sans-serif;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.product-button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:#fff;border:2px solid #E2E8F0;border-radius:10px;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.product-button:hover:not(:disabled){border-color:#0d9488;transform:translateY(-2px);box-shadow:0 4px 12px #0d948826}.product-button:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(1);border-color:#e2e8f0}.product-button:disabled:hover{transform:none;box-shadow:none}.product-button.selected{border-color:#0d9488;background:#f0fdfa}.product-name{font-size:13px;font-weight:500;color:#4a5568;text-align:center;line-height:1.3}.product-button.selected .product-name{color:#0d9488;font-weight:600}.product-icon-wrapper{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-icon{width:32px;height:32px;object-fit:contain}.product-icon-fallback{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1}input[type=text],input[type=number],input[type=email],textarea,select{width:100%;padding:12px 16px;border:1.5px solid #CBD5E0;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;color:#1a202c;background:#fff;transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}input.error,textarea.error,select.error{border-color:#dc2626}input:disabled,select:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.input-with-dropdown{display:flex;gap:8px}.input-with-dropdown input{flex:1}.input-with-dropdown select{flex:0 0 120px}.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-suffix input{padding-right:50px}.input-suffix{position:absolute;right:16px;color:#718096;font-size:14px;font-weight:500;pointer-events:none;-webkit-user-select:none;user-select:none}.create-deal-textarea{resize:vertical;min-height:100px}.form-divider{height:1px;background:#e2e8f0;margin:24px 0}.create-deal-step-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #E2E8F0}.create-deal-step-actions-center{justify-content:center}.create-deal-next-step-button{height:48px;padding:0 48px;border-radius:8px;border:2px solid #0D9488;background:transparent;color:#0d9488;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.create-deal-next-step-button:hover{background:#0d948814;transform:translateY(-1px)}.create-deal-gradient-button{width:440px;max-width:100%;height:48px;border-radius:8px;border:none;background:linear-gradient(180deg,#1d99b6 -34.37%,#2cb2a5);color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #398b8566;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.create-deal-gradient-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #398b8580}.create-deal-gradient-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.create-deal-button{padding:12px 24px;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.create-deal-button-primary{background:#0d9488;color:#fff}.create-deal-button-primary:hover:not(:disabled){background:#0f766e;transform:translateY(-1px);box-shadow:0 4px 12px #0d94884d}.create-deal-button-primary:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.create-deal-button-secondary{background:#fff;color:#4a5568;border:1.5px solid #CBD5E0}.create-deal-button-secondary:hover{background:#f7fafc;border-color:#a0aec0}.coal-characteristics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.document-file-input{display:none}.document-area{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.document-dropzone{height:88px}.document-dropzone-empty{width:100%;height:88px;border-radius:8px;border:1px dashed #0D9488;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#64748b;transition:background .2s,transform .2s}.document-dropzone-empty:disabled{cursor:not-allowed;opacity:.6}.document-dropzone-empty:hover{background:#0d94880f;transform:translateY(-1px)}.document-dropzone-empty.error{border-color:#dc2626}.document-dropzone-title,.document-dropzone-type{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#64748b}.document-dropzone-error{font-family:Inter,sans-serif;font-size:12px;color:#dc2626}.document-file-card{height:88px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;gap:8px;padding:0 12px 0 24px;position:relative}.document-uploading-indicator{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.document-uploading-spinner{width:24px;height:24px;border:3px solid #E2E8F0;border-top-color:#0d9488;border-radius:50%;animation:spin .8s linear infinite}.document-uploading-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}.document-file-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.document-file-name{flex:1;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1a202c;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.document-file-remove{width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;transition:background .2s}.document-file-remove:hover{background:#0000000f}.document-file-remove img{width:18px;height:18px}.document-comment-input{height:88px;resize:none;padding:16px;border-radius:8px;border:1px solid #CBD5E0;font-family:Inter,sans-serif;font-size:14px;background:#f5f7fa}.document-comment-input:disabled{opacity:.6;cursor:not-allowed}.create-deal-summary{display:flex;flex-direction:column;gap:32px}.create-deal-summary-card{background:#f1f5f9;border-radius:24px;padding:32px}.create-deal-summary-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#1a202c;margin-bottom:20px}.create-deal-summary-wrap{display:grid;grid-template-columns:1fr 1fr;gap:20px}.create-deal-summary-row{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;color:#1a202c}.create-deal-summary-key{font-weight:600;color:#1a202c}.create-deal-summary-value{font-weight:500;color:#64748b}.create-deal-documents-detail{display:flex;flex-direction:column;gap:12px}.create-deal-document-row{display:flex;gap:12px;align-items:center;padding:12px 16px;border-radius:12px;border:1px solid #E2E8F0;background:#fff;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}.create-deal-document-row:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014;border-color:#0d9488}.create-deal-document-icon{width:32px;height:32px;flex-shrink:0}.create-deal-document-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.create-deal-document-title{font-weight:600;font-size:14px;color:#1a202c}.create-deal-document-name{font-weight:600;font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:760px}.create-deal-document-comment{font-size:13px;color:#94a3b8}.create-deal-info-text{font-family:Inter,sans-serif;font-size:14px;color:#94a3b8}.create-deal-comments-block .create-deal-step-title{margin-bottom:8px}.create-deal-consent{margin-top:16px}.create-deal-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;color:#4a5568}.create-deal-checkbox{width:18px;height:18px;cursor:pointer}.port-autocomplete{position:relative;width:100%}.port-autocomplete-input{width:100%;padding-right:32px}.port-autocomplete-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:10px;color:#718096;cursor:pointer;pointer-events:none}.port-autocomplete-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #CBD5E0;border-radius:8px;max-height:200px;overflow-y:auto;z-index:50;margin:0;padding:8px 0;list-style:none;box-shadow:0 4px 12px #0000001a}.port-autocomplete-item{padding:8px 16px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;color:#1a202c;transition:background .2s}.port-autocomplete-item:hover{background:#f7fafc}.port-autocomplete-item.selected{background:#f0fdfa;color:#0d9488;font-weight:500}.port-autocomplete-empty{padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;color:#718096;text-align:center}@media (max-width: 768px){.create-deal-container{padding:16px}.create-deal-wrapper{padding:20px}.create-deal-title{font-size:24px}.form-row{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.coal-characteristics-grid{grid-template-columns:1fr}.create-deal-step-actions{flex-direction:column-reverse}.create-deal-button{width:100%}.document-area,.create-deal-summary-wrap{grid-template-columns:1fr}}.transports-page{padding:40px;max-width:1400px;margin:0 auto}.transports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.transports-header h1{font-size:32px;font-weight:700;color:#212529;margin:0}.transports-add-button{padding:10px 20px;background:#0d9488;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.transports-add-button:hover{background:#0b7d73}.transports-add-form{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:24px;margin-bottom:30px}.transports-add-form h2{font-size:20px;font-weight:600;color:#212529;margin:0 0 20px}.transports-add-form .form-group{margin-bottom:20px}.transports-add-form label{display:block;font-size:14px;font-weight:500;color:#212529;margin-bottom:8px}.transports-add-form .required{color:#dc3545}.transports-add-form input{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;transition:border-color .2s;box-sizing:border-box}.transports-add-form input:focus{outline:none;border-color:#0d9488}.transports-add-form input.error{border-color:#dc3545}.transports-add-form .error-message{display:block;color:#dc3545;font-size:12px;margin-top:4px}.transports-add-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.transports-add-form .form-actions button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.transports-add-form .form-actions button[type=button]{background:#f8f9fa;color:#212529}.transports-add-form .form-actions button[type=button]:hover{background:#e9ecef}.transports-add-form .form-actions button[type=submit]{background:#0d9488;color:#fff}.transports-add-form .form-actions button[type=submit]:hover:not(:disabled){background:#0b7d73}.transports-add-form .form-actions button:disabled{opacity:.6;cursor:not-allowed}.transports-loading,.transports-error,.transports-empty{text-align:center;padding:60px 20px;color:#6c757d;font-size:16px}.transports-error{color:#dc3545}.transports-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.transport-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:24px;transition:box-shadow .3s ease}.transport-card:hover{box-shadow:0 4px 12px #00000014}.transport-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.transport-card-header h3{font-size:20px;font-weight:600;color:#212529;margin:0}.transport-status{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.transport-status-active{background:#d1f4e0;color:#198754}.transport-status-inactive{background:#f8d7da;color:#dc3545}.transport-status-in_transit{background:#cfe2ff;color:#0d6efd}.transport-card-body{display:flex;flex-direction:column;gap:12px}.transport-info{display:flex;justify-content:space-between;align-items:center}.transport-label{font-size:14px;color:#6c757d;font-weight:500}.transport-value{font-size:14px;color:#212529;font-weight:600}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.progressive-skeleton{border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.progressive-img-wrapper{overflow:hidden;border-radius:8px}.progressive-img{opacity:0;filter:blur(10px);transition:opacity .6s ease,filter .6s ease;position:relative}.progressive-img--visible{opacity:1;filter:blur(0)}.progressive-img-wrapper.loaded .progressive-skeleton{display:none}.progressive-img-wrapper.loaded .progressive-img{position:relative}.landing-page *{margin:0;padding:0;box-sizing:border-box}.landing-page{--primary-color: #4ADE80;--bg-gradient-start: #f0f4f8;--bg-gradient-end: #e8f0f7;--text-dark: #1a1a1a;--text-light: #666;--border-color: #4A90E2;--card-bg: rgba(255, 255, 255, .9);--shadow: 0 10px 30px rgba(0, 0, 0, .1)}.landing-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden;background:#fff;min-height:100vh}.landing-page{scroll-behavior:smooth}.navbar{position:fixed;top:30px;left:0;right:0;z-index:1000;display:flex;justify-content:center}.navbar:before{content:"";position:absolute;width:100%;max-width:1200px;height:1px}.auth-links{display:flex;gap:clamp(8px,1vw,12px);align-items:center;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:600;width:100%;max-width:100%;justify-content:flex-end;padding:0 clamp(20px,5vw,50px)}.auth-link{color:#2cb2a5;text-decoration:none;transition:all .4s ease;position:relative}.auth-link:hover{background:linear-gradient(135deg,#ff6b35,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:scale(1.05)}.auth-separator{color:#2cb2a5;font-weight:400}.slider-container{width:100%}.slide{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(40px,8vh,80px) clamp(20px,5vw,50px);position:relative}.slide-content{max-width:1000px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:clamp(30px,6vw,80px);margin:0 auto}.slide-content.centered{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%}#slide-1{background:#fff;padding:0;overflow:hidden}.slide-content-v2{width:100%;height:100vh;position:relative;max-width:1920px;margin:0 auto;background:#fff}.text-section-v2{position:absolute;left:clamp(50px,8vw,160px);top:clamp(150px,35vh,400px);width:clamp(300px,28vw,550px);display:flex;flex-direction:column;align-items:flex-start;z-index:20;animation:slideInLeft .8s ease}.main-logo-v2{width:100%;height:auto;margin-bottom:clamp(40px,8vh,73px);animation:fadeInScale .8s ease}.cta-button-link-v2{text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;margin-left:clamp(0px,1.5vw,19px)}.cta-button-new{width:clamp(240px,20vw,393px);height:clamp(45px,6.6vh,72px);background-image:linear-gradient(83.7581deg,#89e29b .98222%,#3bad9e 61.379%),linear-gradient(180deg,#1d99b6 34.375%,#2cb2a5);border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #398b8566;box-sizing:border-box}.cta-button-text{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(.9rem,1.25vw,1.5rem);font-weight:600;color:#fff;text-align:center}.cta-button-link-v2:hover{transform:translateY(-3px) scale(1.02) translate(10px)}.cta-button-link-v2:hover .cta-button-new{box-shadow:0 6px 18px #398b8599}.image-section-v2{position:absolute;bottom:0;right:0;width:60vw;max-width:1100px;height:100vh;z-index:5;animation:slideInRight .8s ease;pointer-events:none}.hero-image-mask{position:absolute;bottom:0;right:0;width:100%;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%,0% 25%);overflow:hidden;height:clamp(400px,calc(100vh - 120px),1000px);pointer-events:auto}.hero-image-mask .progressive-img-wrapper{display:block!important;width:100%!important;height:100%!important}.hero-img-v2{width:100%;height:100%;object-fit:cover;object-position:right top;display:block;transform:translate(3%)}.copyright-text-v2{position:absolute;bottom:20px;right:40px;font-size:10px;color:#989da6;text-align:right;z-index:20;pointer-events:auto}@media (max-width: 1440px){.image-section-v2{width:55vw}.hero-image-mask{height:clamp(350px,calc(100vh - 100px),800px)}}@media (max-width: 1024px){.image-section-v2{width:65vw}.hero-image-mask{height:clamp(300px,calc(100vh - 80px),600px)}.text-section-v2{left:50px;top:30vh;width:400px}}@media (max-width: 768px){.image-section-v2{width:85vw;bottom:0}.hero-image-mask{height:clamp(250px,50vh,400px);border-radius:30px 0 0 30px;clip-path:polygon(10% 0%,100% 0%,100% 100%,0% 100%,0% 20%)}.text-section-v2{left:20px;top:20vh;width:calc(100% - 40px)}.copyright-text-v2{padding-right:20px;padding-bottom:15px;font-size:9px}}.page2-logo{position:absolute;top:180px;left:calc(50% - 600px + clamp(20px,5vw,50px));z-index:100}.logo-small{width:clamp(196px,28vw,364px);height:auto;transition:all .3s ease}.page2-text{width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.gradient-text-svg{width:100%;max-width:1100px;height:auto;transition:all .3s ease}.page2-copyright{margin-top:clamp(15px,3vh,25px);font-size:clamp(.375rem,.5vw,.45rem);color:#666;opacity:.8;position:absolute;right:0;bottom:0}.page3-header{width:100%;margin-bottom:40px;padding-left:clamp(20px,8vw,78px);text-align:left;box-sizing:border-box}.page3-header .section-title{text-align:left}.section-subtitle-new{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:700;color:#1a1a1a;margin-top:10px;letter-spacing:-.01em;text-align:left}.process-flow-new{position:relative;width:100%;max-width:1600px;margin:40px 0;padding:0 40px}.process-line{position:absolute;top:110px;left:100px;right:100px;height:13px;background:#f2f5fa;box-shadow:inset 0 1px 8px #0000001a;z-index:0}.features-container{display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:1;gap:clamp(20px,4vw,50px);width:100%}.feature-block{flex:0 1 auto;display:flex;flex-direction:column;align-items:center;max-width:280px;text-align:center}.feature-circle-container{position:relative;width:197px;height:197px;margin-bottom:30px;display:flex;justify-content:center}.feature-bubble{position:absolute;top:13px;left:0;width:197px;height:197px;background:#f9fbff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 16px 1px #eaedf3}.feature-bubble:after{content:"";position:absolute;width:165px;height:165px;background:#f9fbff;border-radius:50%;box-shadow:0 4px 18px #cfd5df;z-index:-1}.bubble-text{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:20px;font-weight:700;color:#989da6;text-align:center;line-height:normal;letter-spacing:-.1px;z-index:1}.feature-number{position:absolute;top:0;right:-13px;width:71px;height:71px;background:linear-gradient(144.51deg,#89e29b 9.42%,#3bad9e 92.93%),#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:700;box-shadow:0 4px 16px #216b6166;z-index:2}.feature-details{padding-left:0;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-title{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:700;color:#343434;line-height:1.2;margin-bottom:12px;letter-spacing:-.08px;text-align:center}.feature-list{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}.feature-list li{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:500;color:#343434;line-height:1.2;margin-bottom:8px;letter-spacing:-.08px}.feature-block:last-child .feature-title{color:#343434}.page3-footer-new{width:100%;display:flex;justify-content:flex-end;margin-top:60px;padding-right:clamp(20px,5vw,50px)}.page3-copyright-new{font-size:clamp(.45rem,.6vw,.54rem);color:#666;opacity:.8}@media (max-width: 1200px){.features-container{gap:15px}.feature-block{max-width:220px}.feature-circle-container,.feature-bubble{width:160px;height:160px}.feature-bubble:after{width:130px;height:130px}.bubble-text{font-size:16px}.feature-number{width:50px;height:50px;font-size:24px;top:-5px;right:-5px}.process-line{top:85px}}@media (max-width: 900px){.features-container{flex-wrap:wrap;justify-content:center}.feature-block{max-width:300px;margin-bottom:40px}.process-line{display:none}}.page4-images-container{position:relative;width:100%;max-width:1792px;height:clamp(300px,60vh,975px);margin-top:clamp(60px,10vh,120px);margin-left:auto;margin-right:auto;display:flex;justify-content:center}.page4-main-image{position:absolute;width:clamp(300px,90vw,1792px);height:auto;object-fit:cover;z-index:1;border-radius:20px}.page4-overlay-image{position:absolute;width:clamp(200px,45vw,914px);height:auto;z-index:2;top:50%;left:50%;transform:translate(-65%,-45%)}.page4-footer{position:absolute;bottom:0;left:0;right:0;height:120px;background:transparent;z-index:5;display:flex;align-items:flex-start;justify-content:flex-end;padding:20px;padding-right:calc(20px + 20%)}.page4-footer-copyright{font-size:clamp(.45rem,.6vw,.54rem);color:#666;opacity:.8;margin:0;padding:0;background:#fafcff}#slide-4{position:relative;background:#f9fbff;width:100%;min-height:100vh;padding:0;overflow:hidden}.page4-title{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(2.1rem,5.6vw,100px);font-weight:700;color:var(--text-dark);text-align:left;line-height:1;margin:0;padding:0;position:absolute;top:clamp(40px,8vh,88px);left:clamp(20px,8vw,78px);z-index:10;width:100%;max-width:754px}.page4-layout-container{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.page4-image-container{position:absolute;left:34.6875vw;top:calc(106 * 100vh / 1080);width:65.3125vw;height:auto;z-index:1;pointer-events:auto}.page4-main-image{width:100%;height:auto;object-fit:cover;display:block}.page4-vector-38{position:absolute;left:calc(535.5 * 100vw / 1920);top:calc(400 * 100vh / 1080);width:calc(349.5 * 100vw / 1920);height:calc(116 * 100vw / 1920);z-index:2}.page4-vector-39{position:absolute;left:calc(535.5 * 100vw / 1920);top:calc(723.5 * 100vh / 1080);width:calc(349.5 * 100vw / 1920);height:9.6875vw;z-index:2;transform:scaleY(-1)}.page4-vector-40{position:absolute;left:calc(742 * 100vw / 1920);top:calc(610 * 100vh / 1080);width:calc(436 * 100vw / 1920);height:calc(2 * 100vw / 1920);z-index:2}.page4-node{position:absolute;width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:3}.page4-node-1{left:46.09375vw;top:calc(383 * 100vh / 1080)}.page4-node-2{left:calc(1178 * 100vw / 1920);top:calc(591 * 100vh / 1080)}.page4-node-3{left:46.09375vw;top:calc(888 * 100vh / 1080)}.page4-info-card{position:absolute;left:20.78125vw;top:calc(502 * 100vh / 1080);width:18.90625vw;background:#f7faff;border-radius:32px;padding:30px;z-index:10;pointer-events:auto;display:flex;flex-direction:column;gap:20px;box-shadow:0 10px 30px #0000000d}.page4-card-header{display:flex;align-items:center;gap:15px}.page4-icon-wrapper{width:40px;height:40px;background:#f7faff33;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 4px #fff,inset -9px -9px 4px #b9c4d84d,inset 2px 4px 8px #abb7ca,inset -9px -8px 4px -7px #fff}.page4-icon-attention{width:24px;height:24px}.page4-card-title{font-family:Avenir Next,sans-serif;font-size:clamp(1rem,1.2vw,18px);font-weight:600;color:#44474b;margin:0}.page4-card-text{font-family:Avenir Next,sans-serif;font-size:clamp(.85rem,1vw,16px);font-weight:400;color:#444;line-height:1.2;margin:0}@media (max-width: 1024px){.page4-desktop-only{display:none}.page4-image-container{position:relative;left:auto;top:clamp(150px,20vh,200px);width:100%;padding:0 20px}.page4-info-card{position:relative;left:clamp(20px,5vw,50px);top:clamp(200px,25vh,250px);width:calc(100% - 40px);max-width:400px;margin-bottom:20px}.page4-layout-container{position:relative;display:flex;flex-direction:column;align-items:flex-start}}#slide-5{position:relative;background:#f9fbff;width:100%;min-height:100vh;padding:0;overflow:hidden}.page11-image-container{position:absolute;width:100%;max-width:1920px;height:100vh;top:0;left:50%;transform:translate(-50%);pointer-events:none}.page11-main-image{position:absolute;height:clamp(600px,80vh,1269px);width:auto;object-fit:cover;right:0;top:clamp(60px,10vh,106px);z-index:1}.page11-vector-38{position:absolute;left:28%;top:37%;width:18%;height:auto;z-index:2}.page11-vector-39{position:absolute;left:28%;top:67%;width:18%;height:auto;z-index:2}.page11-vector-40{position:absolute;left:38%;top:56.5%;width:23%;height:auto;z-index:2}.page11-node{position:absolute;width:clamp(20px,2vw,37px);height:auto;z-index:3}.page11-node-1{left:46%;top:82%}.page11-node-2{left:61%;top:55%}.page11-node-3{left:46%;top:35.5%}.page11-info-card{position:absolute;left:clamp(20px,10vw,399px);top:clamp(300px,45vh,502px);width:clamp(280px,30vw,363px);background:#f7faff;border-radius:32px;padding:30px;z-index:10;pointer-events:auto;display:flex;flex-direction:column;gap:20px;box-shadow:0 10px 30px #0000000d}.page11-icon-container{width:40px;height:40px;background:#f7faff33;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 4px #fff,inset -9px -9px 4px #b9c4d84d,inset 2px 4px 8px #abb7ca,inset -9px -8px 4px -7px #fff;margin-bottom:5px}.page11-attention-icon{width:24px;height:24px}.page11-card-title{font-family:Avenir Next,sans-serif;font-size:clamp(1rem,1.2vw,18px);font-weight:600;color:#44474b;margin:0 0 10px}.page11-card-text{font-family:Avenir Next,sans-serif;font-size:clamp(.85rem,1vw,16px);font-weight:400;color:#444;line-height:1.2;margin:0 0 15px}.page11-card-text:last-child{margin-bottom:0}#slide-6{position:relative;background:#f9fbff;width:100%;min-height:100vh;padding:0;overflow:hidden}.page15-image-container{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.page15-main-image{position:absolute;left:0;top:calc(290 * 100vw / 1920);width:calc(1111 * 100vw / 1920);height:auto;z-index:1;object-fit:cover}.page15-image-container>.progressive-img-wrapper:has(.page15-main-image){position:absolute!important;display:block!important;left:0;top:calc(290 * 100vw / 1920);width:calc(1111 * 100vw / 1920);height:auto;z-index:1}.page15-image-container>.progressive-img-wrapper:has(.page15-main-image) .page15-main-image{position:relative;top:auto;left:auto;width:100%}.page15-vector-42{position:absolute;left:calc(802 * 100vw / 1920);top:calc(512 * 100vw / 1920);width:calc(329 * 100vw / 1920);height:auto;z-index:2;transform:scaleY(-1)}.page15-image-container>.progressive-img-wrapper:has(.page15-vector-42){position:absolute!important;display:block!important;left:calc(802 * 100vw / 1920);top:calc(512 * 100vw / 1920);width:calc(329 * 100vw / 1920);height:auto;z-index:2}.page15-image-container>.progressive-img-wrapper:has(.page15-vector-42) .page15-vector-42{position:relative;top:auto;left:auto;width:100%}.page15-node{position:absolute;left:39.84375vw;top:calc(491 * 100vw / 1920);width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:3}.page15-card{position:absolute;left:calc(1100 * 100vw / 1920);top:calc(433 * 100vw / 1920);width:calc(461 * 100vw / 1920);pointer-events:auto;z-index:10}.page14-title{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(2.1rem,5.6vw,100px);font-weight:700;color:var(--text-dark);text-align:left;line-height:1;margin:0;padding:0;position:absolute;top:clamp(40px,8vh,88px);left:clamp(20px,8vw,78px);z-index:10;width:100%;max-width:1126px}.page14-image-container{position:absolute;width:100%;max-width:1920px;height:100vh;top:0;left:50%;transform:translate(-50%);pointer-events:none}.page14-main-image{position:absolute;height:clamp(400px,70vh,758px);width:auto;max-width:1111px;object-fit:cover;left:0;top:clamp(150px,20vh,290px);z-index:1}.page14-vector-41{position:absolute;left:14%;top:52%;height:271px;width:auto;z-index:2}.page14-vector-42{position:absolute;left:58%;top:51%;width:295px;height:auto;z-index:2}.page14-vector-43{position:absolute;left:50%;top:80%;width:232px;height:auto;z-index:2;transform:rotate(90deg)}.page14-node{position:absolute;width:clamp(20px,2vw,37px);height:auto;z-index:3}.page14-node-1{left:15.5%;top:50.5%}.page14-node-2{left:57%;top:55.5%}.page14-node-3{left:49%;top:80.5%}.page14-info-card{position:absolute;background:#f7faff;border-radius:32px;padding:20px 30px;z-index:10;pointer-events:auto;display:flex;flex-direction:row;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000000d}.page14-card-1{left:clamp(10px,4vw,71px);top:clamp(500px,75vh,811px);width:clamp(280px,25vw,399px)}.page14-card-2{left:clamp(200px,60vw,1204px);top:clamp(500px,75vh,811px);width:clamp(280px,30vw,490px)}.page14-card-3{left:clamp(200px,62vw,1216px);top:clamp(200px,36vh,392px);width:clamp(280px,25vw,410px)}#slide-7{position:relative;background:#f9fbff;width:100%;min-height:100vh;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center}#slide-7{display:block}.slide8-wrapper{position:relative;width:100%;min-height:100vh;margin:0 auto;background:#f9fbff;overflow:hidden}.slide8-title{position:absolute;top:calc(88 * 100vw / 1920);left:4.0625vw;font-family:Avenir Next,-apple-system,sans-serif;font-size:calc(100 * 100vw / 1920);font-weight:700;color:#343434;line-height:1;z-index:10;margin:0;white-space:pre-wrap;width:calc(1126 * 100vw / 1920)}.slide8-image-container{position:absolute;top:calc(290 * 100vw / 1920);left:0;width:calc(1111 * 100vw / 1920);height:auto;z-index:1}.slide8-main-image{width:100%;height:auto;object-fit:cover;display:block}.slide8-vector{position:absolute;z-index:2;pointer-events:none;transform:scaleX(-1)}.slide8-vector-1{top:calc(512 * 100vw / 1920);left:calc(1007 * 100vw / 1920);width:calc(329 * 100vw / 1920);transform:scaleY(-1);transform-origin:top left}.slide8-vector-2{top:calc(889 * 100vw / 1920);left:calc(802 * 100vw / 1920);width:calc(329 * 100vw / 1920);transform:scaleY(-1);transform-origin:top left}.slide8-node{position:absolute;width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:3}.slide8-node-1{top:calc(491 * 100vw / 1920);left:calc(970 * 100vw / 1920)}.slide8-node-2{top:45.3125vw;left:39.84375vw}.slide8-info-card{position:absolute;background:#f7faff;border-radius:calc(32 * 100vw / 1920);padding:calc(32 * 100vw / 1920);z-index:10;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 calc(1 * 100vw / 1920) calc(4 * 100vw / 1920) 0 #fff,inset -.46875vw -.46875vw calc(4 * 100vw / 1920) 0 #b9c4d84d,inset calc(2 * 100vw / 1920) calc(4 * 100vw / 1920) calc(8 * 100vw / 1920) 0 #abb7ca,inset -.46875vw calc(-8 * 100vw / 1920) calc(4 * 100vw / 1920) calc(-7 * 100vw / 1920) #fff}.slide8-card-1{top:calc(433 * 100vw / 1920);left:calc(1210 * 100vw / 1920);width:calc(461 * 100vw / 1920);height:calc(181 * 100vw / 1920)}.slide8-card-2{top:calc(785 * 100vw / 1920);left:calc(1100 * 100vw / 1920);width:calc(445 * 100vw / 1920);height:calc(181 * 100vw / 1920)}.slide8-icon-container{width:calc(40 * 100vw / 1920);height:calc(40 * 100vw / 1920);background:#f7faff33;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 4px #fff,inset -9px -9px 4px #b9c4d84d,inset 2px 4px 8px #abb7ca,inset -9px -8px 4px -7px #fff;margin-bottom:calc(16 * 100vw / 1920)}.slide8-icon-attention{width:1.25vw;height:1.25vw}.slide8-content-box{display:flex;flex-direction:column;gap:calc(8 * 100vw / 1920)}.slide8-card-title{font-family:Avenir Next,sans-serif;font-size:.9375vw;font-weight:500;color:#44474b;margin:0}.slide8-card-text{font-family:Avenir Next,sans-serif;font-size:calc(16 * 100vw / 1920);font-weight:400;color:#444;line-height:1.25;margin:0}@media (max-width: 1024px){#slide-7{height:auto;min-height:100vh;align-items:flex-start;padding-top:80px}.slide8-wrapper{height:auto;min-height:auto;padding-bottom:60px;position:relative}.slide8-title{position:relative;top:auto;left:auto;padding:40px 20px 20px;width:100%;font-size:clamp(2.1rem,5.6vw,40px)}.slide8-image-container{position:relative;top:auto;left:auto;width:100%}.slide8-vector,.slide8-node{display:none}.slide8-info-card{position:relative;top:auto;left:auto;width:calc(100% - 40px);height:auto;margin:20px;transform:none}}.page8-group61{position:absolute;top:370px;right:340px;width:auto;height:auto;z-index:10}.page8-group60-center{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + 420px),calc(-50% + 250px));width:auto;height:auto;z-index:10}.page8-copyright{position:absolute;bottom:calc(clamp(20px,3vh,40px) + 250px);right:calc(clamp(20px,5vw,50px) + 990px);font-size:clamp(.45rem,.6vw,.54rem);color:#000;opacity:.8;margin:0;padding:0;z-index:10}.page5-copyright{position:absolute;bottom:calc(clamp(20px,3vh,40px) + 200px);right:calc(clamp(20px,5vw,50px) + 350px);font-size:clamp(.45rem,.6vw,.54rem);color:#000;opacity:.8;margin:0;padding:0;z-index:10}#slide-9{position:relative;background:#f9fbff;width:100%;min-height:100vh;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.page18-layout-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;max-width:1600px;height:100vh;padding-left:clamp(20px,4vw,60px);gap:clamp(30px,5vw,60px);position:relative;background:#f9fbff}.page18-image-container{flex:0 0 auto;width:clamp(300px,30vw,541px);height:90vh;max-height:1252px;border-radius:clamp(30px,4vw,80px);overflow:hidden;box-shadow:-20px -17px 60px #3bad9e3d;background:#fff;position:relative;display:flex;align-items:center;justify-content:center}.page18-image{position:absolute;height:100%;left:-32.46%;top:0;width:231.42%;max-width:none}.page18-content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding-right:clamp(20px,4vw,60px);padding-left:20px}.page18-title{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(1.75rem,4.2vw,70px);font-weight:700;color:#343434;line-height:1;margin:0 0 clamp(30px,5vh,60px) 0;text-align:left}.page18-section{margin-bottom:clamp(15px,2vh,25px)}.page18-section-title{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(.85rem,1.4vw,22.4px);font-weight:700;color:#000;margin-bottom:5px;position:relative;text-align:left;letter-spacing:-.16px}.page18-list{list-style:none;padding:0;margin:0}.page18-list li{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(.65rem,.85vw,14px);font-weight:500;color:#000;margin-bottom:5px;padding-left:15px;position:relative;line-height:normal;letter-spacing:-.1px}.page18-list li:before{content:"-";color:#000;font-weight:500;position:absolute;left:0}.page18-bottom-text{font-family:Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:clamp(.85rem,1.4vw,22.4px);font-weight:700;margin-top:clamp(15px,2vh,40px);text-align:left;background:linear-gradient(70.61deg,#89e29b .98%,#3bad9e 61.38%),linear-gradient(90deg,#000,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.16px}.main-footer{width:1300px;max-width:1300px;height:100px;background:transparent;position:relative;z-index:10;margin:0 auto}.main-footer:before{content:"";position:absolute;top:0;left:0;width:1300px;height:2px;background:#2cb2a5}.footer-content{max-width:1000px;margin:0 auto;padding:0 clamp(20px,5vw,50px);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:20px}.footer-copyright{font-size:calc(clamp(.45rem,.6vw,.54rem) * 1.3 * 1.12);color:#2cb2a5;font-weight:700;opacity:1;margin:0 0 5px;padding:0}.footer-email{font-size:calc(clamp(.5rem,.7vw,.6rem) * 1.3 * 1.12);color:#2cb2a5;font-weight:700;text-decoration:none;margin:0;transition:color .3s ease}.footer-email:hover{color:#2cb2a5cc;text-decoration:underline}.steps-container{display:flex;align-items:center;justify-content:center;gap:clamp(15px,3vw,30px);flex-wrap:wrap}.step{background:var(--card-bg);padding:clamp(25px,4vw,40px);border-radius:20px;text-align:center;min-width:min(250px,100%);box-shadow:var(--shadow);transition:all .3s ease}.step:hover{transform:translateY(-5px);box-shadow:0 15px 40px #4ade8033}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 20px}.step h3{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-dark);margin-bottom:10px}.step p{color:var(--text-light);font-size:clamp(.9rem,1.5vw,1rem)}.step-arrow{font-size:2rem;color:var(--primary-color);font-weight:700}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:clamp(30px,5vw,60px);width:100%;max-width:1000px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form textarea{padding:clamp(12px,2vw,15px) clamp(15px,2.5vw,20px);border:2px solid #e0e0e0;border-radius:10px;font-size:clamp(.9rem,1.5vw,1rem);font-family:inherit;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4ade801a}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item h4{font-size:1.2rem;color:var(--text-dark);margin-bottom:10px}.contact-item p{color:var(--text-light)}.social-links{display:flex;gap:15px}.social-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease}.social-link:hover{color:#3cc96e;text-decoration:underline}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.fade-in-element{opacity:0;transition:none}.fade-in-element.visible{animation-duration:.8s;animation-fill-mode:forwards;animation-timing-function:ease-out}.fade-up{animation-name:fadeInUp}.fade-left{animation-name:fadeInLeft}.fade-right{animation-name:fadeInRight}.fade-scale{animation-name:fadeInScale}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.scroll-down{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:var(--text-dark);font-size:.9rem;font-weight:500;transition:all .3s ease;animation:float 3s ease-in-out infinite;z-index:10}#slide-2 .scroll-down{bottom:60px}#slide-3 .scroll-down{bottom:auto;top:calc(100vh - 90px)}#slide-4 .scroll-down{left:calc(50% - 260px);transform:translate(-50%);bottom:90px}.scroll-down span{opacity:.7}.scroll-arrow{font-size:1.5rem;color:#666}.scroll-down:hover{transform:translate(-50%) translateY(-5px)}.scroll-down:hover span{opacity:1;background:linear-gradient(135deg,#ff6b35,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scroll-down:hover .scroll-arrow{background:linear-gradient(135deg,#ff6b35,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translate(-50%) translateY(0);opacity:.7}50%{transform:translate(-50%) translateY(10px);opacity:1}}@media (max-width: 1024px){.slide-content{gap:40px}.main-logo{width:400px}.contact-container{grid-template-columns:1fr}}@media (max-width: 768px){.navbar{top:20px}.auth-links{font-size:1rem;padding:0 30px}.slide{padding:60px 30px}.scroll-down{bottom:130px;font-size:.8rem}.scroll-arrow{font-size:1.2rem}.page2-logo{top:120px;left:30px}.logo-small{width:252px}.gradient-text-svg{max-width:95vw}.slide-content{flex-direction:column;gap:40px}.text-section,.image-section{width:100%}.logo-container{text-align:center}.main-logo{width:350px}.cta-button-svg{width:300px}.section-title{font-size:2rem}.steps-container{flex-direction:column}.step-arrow{transform:rotate(90deg)}.features-grid{grid-template-columns:1fr}}.dp-wrapper{position:relative;width:100%;min-height:100vh;margin:0 auto;background:#f9fbff;overflow:hidden}.dp-title{position:absolute;top:calc(88 * 100vw / 1920);left:4.0625vw;font-family:Avenir Next,-apple-system,sans-serif;font-size:calc(100 * 100vw / 1920);font-weight:700;color:#343434;line-height:1;z-index:10;margin:0;white-space:pre-wrap;width:calc(754 * 100vw / 1920)}.dp-image{position:absolute;top:calc(106 * 100vw / 1920);left:34.6875vw;width:65.3125vw;height:auto;z-index:1}.dp-wrapper>.progressive-img-wrapper:has(.dp-image){position:absolute!important;display:block!important;top:calc(106 * 100vw / 1920);left:34.6875vw;width:65.3125vw;height:auto;z-index:1}.dp-wrapper>.progressive-img-wrapper:has(.dp-image) .dp-image{position:relative;top:auto;left:auto;width:100%}.dp-vector-38{position:absolute;top:calc(400 * 100vw / 1920);left:calc(535.5 * 100vw / 1920);width:calc(349.5 * 100vw / 1920);height:calc(115 * 100vw / 1920);z-index:2;pointer-events:none}.dp-vector-39{position:absolute;top:calc(723.5 * 100vw / 1920);left:calc(535.5 * 100vw / 1920);width:calc(349.5 * 100vw / 1920);height:calc(185 * 100vw / 1920);z-index:2;pointer-events:none}.dp-vector-40{position:absolute;top:calc(610 * 100vw / 1920);left:calc(742 * 100vw / 1920);width:calc(436 * 100vw / 1920);height:calc(2 * 100vw / 1920);z-index:2;pointer-events:none}.dp-node{position:absolute;width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:3}.dp-node-1{top:calc(383 * 100vw / 1920);left:46.09375vw}.dp-node-2{top:30.78125vw;left:calc(1178 * 100vw / 1920)}.dp-node-3{top:46.25vw;left:46.09375vw}.dp-info-card{position:absolute;top:calc(502 * 100vw / 1920);left:20.78125vw;width:18.90625vw;height:13.125vw;background:#f7faff;border-radius:calc(32 * 100vw / 1920);padding:calc(32 * 100vw / 1920);z-index:10;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 calc(1 * 100vw / 1920) calc(4 * 100vw / 1920) 0 #fff,inset -.46875vw -.46875vw calc(4 * 100vw / 1920) 0 #b9c4d84d,inset calc(2 * 100vw / 1920) calc(4 * 100vw / 1920) calc(8 * 100vw / 1920) 0 #abb7ca,inset -.46875vw calc(-8 * 100vw / 1920) calc(4 * 100vw / 1920) calc(-7 * 100vw / 1920) #fff}.dp-card-header{display:flex;align-items:center;gap:.625vw;margin-bottom:calc(16 * 100vw / 1920)}.dp-icon-wrapper{width:calc(40 * 100vw / 1920);height:calc(40 * 100vw / 1920);background:#f7faff33;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 4px #fff,inset -9px -9px 4px #b9c4d84d,inset 2px 4px 8px #abb7ca,inset -9px -8px 4px -7px #fff;flex-shrink:0}.dp-icon-attention{width:1.25vw;height:1.25vw}.dp-card-title{font-family:Avenir Next,sans-serif;font-size:.9375vw;font-weight:500;color:#44474b;margin:0}.dp-card-text{font-family:Avenir Next,sans-serif;font-size:calc(16 * 100vw / 1920);font-weight:400;color:#444;line-height:1.25;margin:0 0 calc(16 * 100vw / 1920) 0}.dp-card-text:last-child{margin:0}@media (max-width: 1024px){.dp-wrapper{height:auto;min-height:auto;padding-bottom:60px}.dp-title,.dp-image,.dp-vector-38,.dp-vector-39,.dp-vector-40,.dp-node,.dp-info-card,.dp-icon-wrapper,.dp-card-title,.dp-card-text{position:relative;top:auto;left:auto;width:100%;scale:1;transform:none}.dp-title{font-size:40px;width:100%;padding:40px 20px 20px}.dp-image{max-width:100%;margin-top:20px}.dp-desktop-only{display:none}.dp-info-card{width:calc(100% - 40px);margin:20px auto;height:auto;border-radius:20px;padding:30px 20px;position:relative;top:auto;left:auto}.dp-icon-wrapper{position:relative;top:auto;left:auto;margin-bottom:0}.dp-card-title{position:relative;top:auto;left:auto;font-size:18px;white-space:normal}.dp-card-text{position:relative;top:auto;left:auto;width:100%;font-size:16px;margin-bottom:15px}}.ts-wrapper{position:relative;width:100%;min-height:100vh;margin:0 auto;background:#f9fbff;overflow:hidden}.ts-title{position:absolute;top:calc(88 * 100vw / 1920);left:4.0625vw;width:calc(1126 * 100vw / 1920);font-family:Avenir Next,sans-serif;font-weight:700;font-size:calc(80 * 100vw / 1920);color:#2b3036;margin:0;line-height:1.2;z-index:10}.ts-main-image{position:absolute;top:calc(290 * 100vw / 1920);left:0;width:calc(1111 * 100vw / 1920);height:auto;z-index:1;filter:drop-shadow(0px .78125vw calc(40 * 100vw / 1920) rgba(0,0,0,.08))}.ts-wrapper>.progressive-img-wrapper:has(.ts-main-image){position:absolute!important;display:block!important;left:0;top:calc(290 * 100vw / 1920);width:calc(1111 * 100vw / 1920);height:auto;z-index:1}.ts-wrapper>.progressive-img-wrapper:has(.ts-main-image) .ts-main-image{position:relative;top:auto;left:auto;width:100%}.ts-card{position:absolute;height:auto;z-index:15;filter:drop-shadow(0px calc(8 * 100vw / 1920) 1.25vw rgba(0,0,0,.06))}.ts-card-1{top:calc(236 * 100vw / 1920);left:67.34375vw;width:18.90625vw}.ts-card-2{top:40.3125vw;left:calc(260 * 100vw / 1920);width:22.34375vw}.ts-card-3{top:calc(718 * 100vw / 1920);left:65.3125vw;width:16.875vw}.ts-node{position:absolute;width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:10}.ts-node-1{top:calc(701 * 100vw / 1920);left:calc(146 * 100vw / 1920)}.ts-node-2{top:calc(611 * 100vw / 1920);left:calc(992 * 100vw / 1920)}.ts-node-3{top:calc(308 * 100vw / 1920);left:calc(1074 * 100vw / 1920)}.ts-line{position:absolute;z-index:5;pointer-events:none;transform:scaleX(-1)}.ts-line-1{top:calc(326.5 * 100vw / 1920);left:calc(1111 * 100vw / 1920);width:calc(182.5 * 100vw / 1920);height:calc(2 * 100vw / 1920)}.ts-line-2{top:calc(736 * 100vw / 1920);left:calc(164 * 100vw / 1920);width:5vw;height:calc(113 * 100vw / 1920)}.ts-line-3{top:32.8125vw;left:calc(1027 * 100vw / 1920);width:calc(227 * 100vw / 1920);height:calc(179 * 100vw / 1920)}@media (max-width: 1024px){.ts-wrapper{height:auto;min-height:auto;padding:80px 20px;display:flex;flex-direction:column;gap:30px}.ts-title{position:relative;top:auto;left:auto;width:100%;font-size:40px;padding:0 20px}.ts-desktop-only{display:none!important}.ts-main-image{position:relative;top:auto;left:auto;width:100%;margin-top:20px;z-index:1}.ts-card{position:relative;top:auto;left:auto;width:100%;max-width:500px;margin:0 auto;z-index:2}}.track-wrapper{position:relative;width:100%;min-height:100vh;margin:0 auto;background:#f9fbff;overflow:hidden}.track-title{position:absolute;top:calc(88 * 100vw / 1920);left:4.0625vw;font-family:Avenir Next,-apple-system,sans-serif;font-size:calc(100 * 100vw / 1920);font-weight:700;color:#343434;line-height:1;z-index:10;margin:0;white-space:pre-wrap;width:calc(1126 * 100vw / 1920)}.track-image-container{position:absolute;top:calc(290 * 100vw / 1920);left:0;width:calc(1111 * 100vw / 1920);height:auto;z-index:1}.track-main-image{width:100%;height:auto;object-fit:cover;display:block}.track-vector{position:absolute;z-index:2;pointer-events:none}.track-vector-1{top:calc(562 * 100vw / 1920);left:calc(266 * 100vw / 1920);width:calc(50 * 100vw / 1920);height:calc(271 * 100vw / 1920)}.track-vector-2{top:calc(892 * 100vw / 1920);left:50.625vw;width:calc(232 * 100vw / 1920)}.track-vector-3{top:calc(554 * 100vw / 1920);left:calc(1126 * 100vw / 1920);width:calc(295 * 100vw / 1920);height:calc(67 * 100vw / 1920)}.track-node{position:absolute;width:calc(37 * 100vw / 1920);height:calc(37 * 100vw / 1920);z-index:3}.track-node-1{top:calc(543 * 100vw / 1920);left:15.46875vw}.track-node-2{top:45.46875vw;left:calc(941 * 100vw / 1920)}.track-node-3{top:calc(601 * 100vw / 1920);left:56.875vw}.track-info-card{position:absolute;background:#f7faff;border-radius:calc(32 * 100vw / 1920);padding:calc(32 * 100vw / 1920);z-index:10;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 calc(1 * 100vw / 1920) calc(4 * 100vw / 1920) 0 #fff,inset -.46875vw -.46875vw calc(4 * 100vw / 1920) 0 #b9c4d84d,inset calc(2 * 100vw / 1920) calc(4 * 100vw / 1920) calc(8 * 100vw / 1920) 0 #abb7ca,inset -.46875vw calc(-8 * 100vw / 1920) calc(4 * 100vw / 1920) calc(-7 * 100vw / 1920) #fff}.track-card-1{top:calc(392 * 100vw / 1920);left:calc(1216 * 100vw / 1920);width:calc(410 * 100vw / 1920);height:calc(200 * 100vw / 1920)}.track-card-2{top:calc(811 * 100vw / 1920);left:calc(71 * 100vw / 1920);width:20.78125vw;height:calc(143 * 100vw / 1920)}.track-card-3{top:calc(811 * 100vw / 1920);left:calc(1204 * 100vw / 1920);width:calc(490 * 100vw / 1920);height:8.4375vw}.track-icon-container{width:calc(40 * 100vw / 1920);height:calc(40 * 100vw / 1920);background:#f7faff33;border-radius:100px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 4px #fff,inset -9px -9px 4px #b9c4d84d,inset 2px 4px 8px #abb7ca,inset -9px -8px 4px -7px #fff;margin-bottom:calc(16 * 100vw / 1920)}.track-icon-attention{width:1.25vw;height:1.25vw}.track-content-box{display:flex;flex-direction:column;gap:calc(8 * 100vw / 1920)}.track-card-title{font-family:Avenir Next,sans-serif;font-size:.9375vw;font-weight:500;color:#44474b;margin:0}.track-card-text{font-family:Avenir Next,sans-serif;font-size:calc(16 * 100vw / 1920);font-weight:400;color:#444;line-height:1.25;margin:0}@media (max-width: 1024px){.track-wrapper{height:auto;min-height:auto;padding-bottom:60px;position:relative}.track-title{position:relative;top:auto;left:auto;padding:40px 20px 20px;width:100%;font-size:clamp(2.1rem,5.6vw,40px)}.track-image-container{position:relative;top:auto;left:auto;width:100%}.track-vector,.track-node{display:none}.track-info-card{position:relative;top:auto;left:auto;width:calc(100% - 40px);height:auto;margin:20px;transform:none}}@media (max-width: 480px){.navbar{top:15px}.auth-links{font-size:.9rem;gap:8px;padding:0 20px}.slide{padding:40px 20px}.main-logo{width:280px}.cta-button-svg{width:260px}.page2-logo{top:90px;left:20px}.logo-small{width:196px}.gradient-text-svg{max-width:98vw}.section-title{font-size:1.5rem;margin-bottom:40px}.feature-card,.step{padding:30px}.contact-container{gap:40px}}.chat-widget-toggle{position:fixed;bottom:32px;right:32px;z-index:9999;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#2cb2a5,#89e29b);box-shadow:0 6px 24px #2cb2a566;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;outline:none}.chat-widget-toggle:hover{transform:scale(1.08);box-shadow:0 8px 32px #2cb2a58c}.chat-widget-toggle:active{transform:scale(.96)}.chat-widget-toggle svg{width:28px;height:28px;fill:#fff;transition:transform .3s ease}.chat-widget-toggle.open svg{transform:rotate(90deg)}.chat-widget-window{position:fixed;bottom:104px;right:32px;z-index:9998;width:370px;max-height:500px;border-radius:20px;background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 48px #0000001f,0 2px 8px #0000000f;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.chat-widget-window.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.chat-widget-header{background:linear-gradient(135deg,#2cb2a5,#3dbaa0);padding:20px 24px;display:flex;align-items:center;gap:12px}.chat-widget-header-icon{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-widget-header-icon svg{width:22px;height:22px;fill:#fff}.chat-widget-header-info{display:flex;flex-direction:column}.chat-widget-header-title{color:#fff;font-size:16px;font-weight:700;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chat-widget-header-subtitle{color:#fffc;font-size:12px;font-weight:400;margin-top:2px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chat-widget-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px;flex:1;overflow-y:auto}.chat-widget-field{display:flex;flex-direction:column;gap:6px}.chat-widget-label{font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chat-widget-input{width:100%;padding:10px 14px;border:1.5px solid #e0e4ea;border-radius:10px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#333;background:#fafbfc;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.chat-widget-input:focus{border-color:#2cb2a5;box-shadow:0 0 0 3px #2cb2a51f;background:#fff}.chat-widget-input::placeholder{color:#aab2bd}.chat-widget-textarea{width:100%;padding:10px 14px;border:1.5px solid #e0e4ea;border-radius:10px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#333;background:#fafbfc;resize:vertical;min-height:100px;max-height:180px;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.chat-widget-textarea:focus{border-color:#2cb2a5;box-shadow:0 0 0 3px #2cb2a51f;background:#fff}.chat-widget-textarea::placeholder{color:#aab2bd}.chat-widget-send{width:100%;padding:12px 20px;border:none;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;background:linear-gradient(135deg,#2cb2a5,#89e29b);box-shadow:0 4px 14px #2cb2a54d;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.chat-widget-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2cb2a566}.chat-widget-send:active:not(:disabled){transform:translateY(0)}.chat-widget-send:disabled{opacity:.55;cursor:not-allowed}.chat-widget-send svg{width:18px;height:18px;fill:#fff}.chat-widget-status{font-size:13px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;text-align:center;padding:8px 0;border-radius:8px}.chat-widget-status.success{color:#2cb2a5;background:#2cb2a514}.chat-widget-status.error{color:#e74c3c;background:#e74c3c14}.chat-widget-footer{padding:10px 24px 14px;display:flex;align-items:center;justify-content:center;gap:6px;border-top:1px solid #f0f1f3}.chat-widget-footer span{font-size:11px;color:#aab2bd;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chat-widget-footer svg{width:14px;height:14px;fill:#2aabee}@media (max-width: 480px){.chat-widget-window{right:12px;left:12px;bottom:96px;width:auto;max-height:calc(100vh - 140px)}.chat-widget-toggle{bottom:20px;right:20px;width:54px;height:54px}.chat-widget-toggle svg{width:24px;height:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa}#root{width:100%;min-height:100vh}
