:root{--ink:#172033;--muted:#647086;--line:#dce2eb;--paper:#fff;--wash:#f5f7fa;--red:#ef3d32;--red-dark:#c92520;--gold:#ffbd2e;--navy:#101827;--success:#16835a;--radius:18px;--shadow:0 18px 48px #1720331f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,sans-serif;line-height:1.55}.brand,h1,h2,h3{font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1180px;margin:auto;padding:0 24px}.site-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;position:sticky;top:0}.nav-row{justify-content:space-between;height:76px;display:flex}.brand,.nav-row{align-items:center}.brand{letter-spacing:-1px;gap:7px;font-size:22px;font-weight:800;display:inline-flex}.brand>span:last-child>span{color:var(--red)}.brand-bolt{background:var(--red);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:35px;height:35px;font-size:23px;display:inline-flex}.nav-row nav{align-items:center;gap:30px;display:flex}.nav-row nav>a:not(.button){color:#3e4a5f;font-weight:600}.button{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:11px;justify-content:center;padding:13px 20px;font-weight:700;transition:all .2s;display:inline-flex}.button:hover{background:var(--red-dark);transform:translateY(-1px)}.button-small{padding:9px 15px}.button-secondary{background:var(--navy)}.button-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.hero{color:#fff;background:radial-gradient(circle at 78% 20%,#ef3d322e,#0000 28%),linear-gradient(125deg,#111a2b,#212e45);min-height:600px;padding:92px 0;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid}.eyebrow{color:var(--red);letter-spacing:1.7px;text-transform:uppercase;font-size:12px;font-weight:800}.hero .eyebrow{color:#ff9d96}.hero h1{letter-spacing:-3px;margin:16px 0 24px;font-size:clamp(44px,6vw,76px);line-height:1.02}.hero h1 span{color:var(--gold)}.hero-copy{color:#cbd3df;max-width:630px;font-size:19px}.hero-actions{gap:12px;margin-top:34px;display:flex}.card,.track-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--ink);background:#fff;padding:28px}.track-card h2{margin:0 0 6px;font-size:25px}.track-card p{color:var(--muted);margin:0 0 22px}.input-row{gap:10px;display:flex}.field{gap:7px;display:grid}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea,.input-row input{background:#fff;border:1px solid #cdd5e0;border-radius:10px;width:100%;min-width:0;padding:12px 13px}.field input:focus,.field select:focus,.field textarea:focus,.input-row input:focus{border-color:var(--red);outline:0;box-shadow:0 0 0 3px #ef3d321f}.section{padding:88px 0}.section-soft{background:var(--wash)}.section-heading{margin-bottom:36px}.section-heading h2{letter-spacing:-1.5px;margin:5px 0 8px;font-size:40px}.section-heading p{color:var(--muted);max-width:620px;margin:0}.service-grid,.stat-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:26px}.service-icon{color:var(--red);background:#fff1f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.service-card h3{margin:18px 0 8px;font-size:20px}.service-card p{color:var(--muted);margin:0}.step-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.step{border-top:3px solid var(--red);padding-top:20px}.step strong{color:var(--red);font-size:13px}.site-footer{background:var(--navy);color:#b9c2d0;padding:56px 0}.site-footer .brand{color:#fff}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:60px;display:grid}.footer-grid>div{flex-direction:column;gap:9px;display:flex}.footer-grid strong{color:#fff}.page-hero{background:var(--navy);color:#fff;padding:64px 0}.page-hero h1{margin:7px 0;font-size:44px}.page-content{min-height:55vh;padding:58px 0}.narrow{max-width:760px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field-full{grid-column:1/-1}.check-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.check-card{border:1px solid var(--line);border-radius:10px;padding:12px}.alert{border-radius:10px;margin:16px 0;padding:12px 14px}.alert-error{color:#a51f19;background:#fff0ef}.alert-success{color:#086641;background:#e9f8f2}.alert-info{color:#28518c;background:#eef4ff}.tracking-result{margin-top:24px}.tracking-meta{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.tracking-meta div{background:var(--wash);border-radius:12px;padding:15px}.tracking-meta span{color:var(--muted);font-size:12px;display:block}.timeline{border-left:2px solid var(--line);margin:28px 0 0 8px;padding-left:24px}.timeline-item{margin:0 0 20px;position:relative}.timeline-item:before{background:var(--red);box-shadow:0 0 0 1px var(--red);content:"";border:4px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:5px;left:-30px}.auth-wrap{background:linear-gradient(135deg,#f5f7fa,#fff0ef);justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.auth-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px;width:100%;max-width:440px;padding:34px}.auth-card h1{margin:25px 0 6px}.auth-card>p{color:var(--muted);margin:0 0 24px}.auth-card form{gap:16px;display:grid}.portal-shell{background:var(--wash);grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--navy);color:#c6ceda;flex-direction:column;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.sidebar .brand{color:#fff}.sidebar .eyebrow{color:#778398;margin:34px 10px 10px}.sidebar nav{gap:6px;display:grid}.sidebar nav a{border-radius:9px;padding:10px 12px;font-weight:600}.sidebar nav a.active,.sidebar nav a:hover{color:#fff;background:#263248}.text-button{color:#c6ceda;cursor:pointer;text-align:left;background:0 0;border:0;margin-top:auto;padding:12px}.portal-main{min-width:0;padding:36px}.portal-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.portal-header h1{margin:4px 0;font-size:31px}.portal-header p{color:var(--muted);margin:0}.stat-grid{grid-template-columns:repeat(4,1fr)}.stat-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{margin-top:7px;font-family:Manrope,sans-serif;font-size:28px;display:block}.table-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table td,.data-table th{border-bottom:1px solid var(--line);text-align:left;padding:13px 15px}.data-table th{color:var(--muted);text-transform:uppercase;background:#f8f9fb;font-size:12px}.status{background:#eef3fa;border-radius:99px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-block}.empty{color:var(--muted);text-align:center;padding:42px}.toolbar{gap:10px;margin-bottom:18px;display:flex}.toolbar input,.toolbar select{border:1px solid var(--line);border-radius:9px;padding:10px}.loading{color:var(--muted);animation:1s infinite pulse}@keyframes pulse{50%{opacity:.45}}@media (width<=850px){.nav-row nav>a:not(.button){display:none}.hero{padding:60px 0}.hero-grid{grid-template-columns:1fr;gap:40px}.service-grid,.stat-grid,.step-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.portal-shell{display:block}.sidebar{height:auto;position:static}.sidebar nav{display:flex;overflow:auto}.text-button{margin-top:15px}.portal-main{padding:24px}}@media (width<=560px){.container{padding:0 17px}.hero h1{letter-spacing:-2px;font-size:43px}.hero-actions,.input-row{flex-direction:column;align-items:stretch}.check-grid,.form-grid,.service-grid,.stat-grid,.step-grid,.tracking-meta{grid-template-columns:1fr}.section{padding:60px 0}.page-hero h1{font-size:36px}.portal-header{flex-direction:column;align-items:flex-start;gap:14px}.portal-main{padding:18px}}.legacy-header{background:#fff;position:relative}.legacy-logo img{width:168px;display:block}.legacy-header .nav-row{height:84px}.legacy-header nav details{position:relative}.legacy-header nav summary{cursor:pointer;font-weight:600;list-style:none}.service-menu{background:#fff;border:1px solid #eee;border-radius:8px;min-width:260px;padding:8px;display:grid;position:absolute;top:32px;right:0;box-shadow:0 14px 35px #0002}.service-menu a{padding:9px 12px}.mobile-menu{background:0 0;border:0;display:none}.mobile-menu img{width:26px}.legacy-banner img{width:100%;display:block}.legacy-section{max-width:1180px;margin:auto;padding:84px 24px}.legacy-kicker{color:#e31e24;letter-spacing:2px;text-transform:uppercase;font-weight:800}.services-showcase h1{margin:5px 0 35px;font-size:42px}.legacy-service-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.legacy-service-grid a{text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:15px;padding:35px;display:flex;box-shadow:0 10px 35px #0001}.legacy-service-grid img{-o-object-fit:contain;object-fit:contain;height:74px}.legacy-service-grid strong{font-size:20px}.legacy-service-grid span{color:#e31e24}.legacy-feature{grid-template-columns:1fr 1fr;align-items:center;min-height:560px;padding:60px max(24px,50vw - 550px);display:grid;overflow:hidden}.legacy-feature>div{max-width:560px}.legacy-app h2,.legacy-feature h2,.legacy-integration h2{text-transform:capitalize;font-size:43px;line-height:1.08}.legacy-app p,.legacy-feature p,.legacy-integration p{font-size:18px}.legacy-feature>img{max-width:95%;max-height:440px;margin:auto}.legacy-feature.ecommerce{background:#f5f5f5}.legacy-feature.tech{background:#f8c900}.legacy-feature.warehouse{background:#f1f1f1}.legacy-cta{color:#fff;background:#e31e24;border-radius:4px;margin-top:18px;padding:13px 26px;font-weight:700;display:inline-block}.legacy-integration{color:#fff;background:#202020;grid-template-columns:2fr 1fr;align-items:center;padding:70px max(24px,50vw - 550px);display:grid}.legacy-integration img{max-width:100%;max-height:300px}.legacy-app{justify-content:center;align-items:center;gap:60px;padding:70px 24px;display:flex}.legacy-app>img{max-height:360px}.legacy-app a img{width:190px}.legacy-footer{position:relative}.legacy-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr}.legacy-footer h2{color:#fff;font-size:21px}.whatsapp{z-index:30;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;bottom:24px;right:24px}.whatsapp img{max-width:30px;max-height:30px}@media (width<=850px){.legacy-header .nav-row{height:70px}.legacy-logo img{width:140px}.mobile-menu{display:block}.legacy-header nav{background:#fff;padding:20px;display:none;position:absolute;top:70px;left:0;right:0;box-shadow:0 15px 25px #0002}.legacy-header nav.open{display:grid}.service-menu{box-shadow:none;position:static}.legacy-feature,.legacy-integration,.legacy-service-grid{grid-template-columns:1fr}.legacy-feature{gap:30px;min-height:0;padding:65px 24px}.legacy-feature.tech>img{order:2}.legacy-app h2,.legacy-feature h2,.legacy-integration h2{font-size:34px}.legacy-app{flex-direction:column}.legacy-footer .footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.legacy-footer .footer-grid,.legacy-service-grid{grid-template-columns:1fr}.legacy-section{padding:55px 18px}.services-showcase h1{font-size:34px}.legacy-banner{min-height:250px}.legacy-banner img{-o-object-fit:cover;object-fit:cover;height:250px}}.legacy-content{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;min-height:520px;padding-top:75px;padding-bottom:75px;display:grid}.legacy-content p{white-space:pre-line;font-size:18px}.legacy-content>img{-o-object-fit:contain;object-fit:contain;border-radius:8px;max-width:100%;max-height:420px}@media (width<=850px){.legacy-content{grid-template-columns:1fr}.legacy-content>img{order:-1}}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px;display:grid}.card h2{margin-top:0}.data-table .button+.button{margin-left:6px}@media (width<=900px){.split-grid{grid-template-columns:1fr}}.member-midone-body{zoom:90%;background:#000;font-family:Roboto,Arial,sans-serif}.member-rubick{min-height:111.12vh;position:relative}.member-rubick:before{content:"";z-index:-1;background:linear-gradient(to bottom,rgb(var(--color-theme-1)),rgb(var(--color-theme-2)));position:fixed;inset:0}.member-side-menu-list{margin-top:20px}.member-nav-icon{-o-object-fit:contain;object-fit:contain;width:32px;height:32px;margin-right:10px}.member-main{position:relative}.member-topbar svg{display:block}.member-breadcrumb:before{content:"›";color:#94a3b8;font-size:18px;line-height:1;position:absolute;top:-1px;left:-14px}.member-account-menu:before{content:"";background:#000;width:10px;height:10px;position:absolute;top:-5px;right:8px;transform:rotate(45deg)}.member-dropdown-item{cursor:pointer;text-align:left;color:#fff;border-radius:6px;align-items:center;gap:8px;padding:8px;transition:background .2s;display:flex}.member-dropdown-item:hover{background:#ffffff14}.member-dropdown-item svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:16px;height:16px}.member-modal{zoom:90%}.rubick .side-nav button.side-menu{font:inherit;text-align:left;background:0 0;border:0}.rubick .side-nav>ul ul li a.side-menu--active{background:#ffffff1a}.mobile-menu button.menu{text-align:left;background:0 0;border:0}.mobile-menu .menu__icon img{-o-object-fit:contain;object-fit:contain}.mobile-menu .menu__sub-icon{font-size:22px;line-height:1}.member-top-search{height:38px}.member-main>.portal-header:first-of-type,.member-main>div>.portal-header:first-of-type{margin-top:26px}@media (width<=767px){.member-midone-body{zoom:100%}.member-rubick{min-height:100vh;padding-bottom:0!important;padding-left:0!important;padding-right:0!important}.member-main{min-height:100vh;border-radius:0!important;height:auto!important;overflow-y:visible!important}.member-modal{zoom:100%}.member-main>.portal-header:first-of-type,.member-main>div>.portal-header:first-of-type{margin-top:18px}}.member-dashboard-card{background:var(--card-bg);color:#0f172a;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.member-dashboard-card .card-icon{filter:invert()grayscale()brightness(.2);transition:filter .2s}.member-dashboard-card:hover{background:#000;transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.member-dashboard-card:hover .card-text{color:#fff}.member-dashboard-card:hover .card-icon{filter:invert()}.invoice-grid{grid-template-columns:1.6fr .9fr 1fr 1fr 1fr .9fr}.member-invoice-row{transition:background .2s,transform .2s,box-shadow .2s}.member-invoice-row:hover{background:#facc15;transform:translateY(-4px)scale(1.01);box-shadow:0 12px 20px #00000024}.member-invoice-row:hover .invoice-icon-wrap{background:#fff}@media (width<=1023px){.invoice-grid{grid-template-columns:1fr 1fr 1fr}.invoice-grid>div{min-width:0}}@media (width<=639px){.invoice-grid{grid-template-columns:1fr}.invoice-grid>div{text-align:left;justify-content:flex-start!important}}.member-toast{color:#fff}.member-toast--success{background:#059669;border-color:#047857}.member-toast--error{background:#dc2626;border-color:#b91c1c}.member-toast--info{background:#0f172a;border-color:#020617}.member-toast-enter-active,.member-toast-leave-active{transition:opacity .2s,transform .2s}.member-toast-enter-from,.member-toast-leave-to{opacity:0;transform:translate(20px)}.member-order-table td.box{border-left:0;border-right:0;border-radius:0;box-shadow:5px 3px 5px #00000005}.member-order-table tr td:first-child{border-left-width:1px;border-radius:.6rem 0 0 .6rem}.member-order-table tr td:last-child{border-right-width:1px;border-radius:0 .6rem .6rem 0}.member-floating-actions{max-width:calc(100vw - 30px)}.legacy-booking-title{text-align:center;padding:70px 0 34px}.legacy-booking-title h1{color:#0f172a;font-size:30px;font-weight:800}.legacy-booking-methods{grid-template-columns:repeat(3,minmax(0,240px));justify-content:center;gap:24px;display:grid}.legacy-booking-method{color:#334155;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:165px;font-size:18px;font-weight:500;transition:transform .2s,box-shadow .2s,color .2s;display:flex}.legacy-booking-method:hover{color:#000;transform:translateY(-5px);box-shadow:0 14px 28px #0f172a1f}.legacy-booking-method svg{width:48px;height:48px}.legacy-import-form{width:min(60%,760px);margin:34px auto 0}.legacy-upload-dropzone{color:#64748b;background:#fff;border:2px dashed #cbd5e1;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;min-height:150px;transition:border-color .2s,background .2s;display:flex}.legacy-upload-dropzone.is-dragging,.legacy-upload-dropzone:hover{background:#f8fafc;border-color:#000}.legacy-upload-dropzone svg{width:42px;height:42px}.legacy-import-note{color:#64748b;margin-top:12px;font-size:12px}.legacy-booking-top-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.legacy-form-heading{border-bottom:1px solid #e2e8f0;align-items:center;min-height:58px;padding:16px 20px;display:flex}.legacy-form-heading h2{color:#0f172a;font-size:14px;font-weight:600}.legacy-form-body{padding:20px}.legacy-field{margin-top:14px}.legacy-field:first-child{margin-top:0}.legacy-field>label:first-child{color:#334155;margin-bottom:8px;font-size:14px;display:block}.legacy-field input:not([type=radio]):not([type=checkbox]),.legacy-field select{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;height:40px;padding:8px 12px;font-size:14px;box-shadow:0 1px 2px #0000000a}.legacy-field input[readonly]{color:#64748b;cursor:not-allowed;background:#f1f5f9}.legacy-field input:focus,.legacy-field select:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0f172a1a}.legacy-shipment-triple{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.legacy-shipment-triple .legacy-field{margin-top:0}.legacy-radio-row{align-items:center;gap:22px;display:flex}.legacy-radio-row label{align-items:center;gap:7px;display:flex}.legacy-switch{margin:0!important;display:inline-flex!important}.legacy-switch input{opacity:0;position:absolute}.legacy-switch span{cursor:pointer;background:#cbd5e1;border-radius:999px;width:38px;height:24px;padding:2px;transition:background .2s}.legacy-switch span:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;display:block;box-shadow:1px 1px 3px #00000040}.legacy-switch input:checked+span{background:#000}.legacy-switch input:checked+span:before{transform:translate(14px)}.legacy-black-button,.legacy-cancel-button{border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:9px 18px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.legacy-black-button{color:#fff;background:#000;border:1px solid #000}.legacy-black-button:hover{background:#222}.legacy-black-button:disabled{opacity:.65;cursor:not-allowed}.legacy-cancel-button{color:#475569;background:#fff;border:1px solid #cbd5e1}.legacy-cancel-button:hover{color:#0f172a;background:#f1f5f9}@media (width<=900px){.legacy-booking-methods{grid-template-columns:repeat(3,minmax(0,1fr))}.legacy-import-form{width:85%}.legacy-booking-top-grid{grid-template-columns:1fr}}@media (width<=639px){.legacy-booking-title{padding:34px 0 24px}.legacy-booking-methods{grid-template-columns:1fr}.legacy-booking-method{min-height:130px}.legacy-import-form{width:100%}.legacy-shipment-triple{grid-template-columns:1fr}}.legacy-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.legacy-filter-control{background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:155px;height:40px;padding:8px 12px;font-size:14px;box-shadow:0 1px 2px #0000000a}.legacy-filter-row .legacy-black-button{gap:9px}.legacy-filter-row .legacy-black-button img{-o-object-fit:contain;object-fit:contain;width:20px;height:20px}.legacy-separated-table{border-collapse:separate;border-spacing:0 10px;min-width:1050px}.legacy-separated-table th{text-align:center;white-space:nowrap;color:#334155;padding:12px 18px;font-size:13px;font-weight:500}.legacy-separated-table td{text-align:center;color:#475569;vertical-align:middle;background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:12px 18px;box-shadow:5px 3px 5px #00000005}.legacy-separated-table td:first-child{border-left:1px solid #e2e8f0;border-radius:.6rem 0 0 .6rem}.legacy-separated-table td:last-child{border-right:1px solid #e2e8f0;border-radius:0 .6rem .6rem 0}.legacy-status-text{text-transform:capitalize;font-weight:500}.legacy-status-text.is-picked{color:#059669}.legacy-status-text.is-cancelled{color:#dc2626}.legacy-status-text.is-pending{color:#d97706}.legacy-detail-link{color:#000;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.legacy-detail-link:hover{text-decoration:underline}.legacy-detail-link svg{width:17px;height:17px}.legacy-document-table{border-collapse:collapse;width:100%;min-width:760px}.legacy-document-table td,.legacy-document-table th{text-align:center;border:1px solid #0f172a;padding:8px}.legacy-document-table th{color:#0f172a;font-weight:600}.legacy-danger-notice{color:#b91c1c;background:#fee2e2;border:1px solid #f87171;border-radius:6px;padding:12px 16px}.legacy-danger-notice strong{margin-bottom:6px;display:block}.legacy-payment-table{min-width:1900px}.legacy-payment-status{color:#fff;border-radius:4px;padding:4px 8px;display:inline-flex}.legacy-payment-status.is-paid{background:#0b882e}.legacy-payment-status.is-unpaid{background:#fa1b0b}.legacy-profile-head{border-bottom:1px solid #e2e8f0;align-items:center;gap:20px;padding-bottom:20px;display:flex}.legacy-profile-avatar{border-radius:50%;width:80px;height:80px;overflow:hidden}.legacy-profile-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.legacy-profile-identity{flex:1}.legacy-profile-head .legacy-black-button{gap:8px}.legacy-profile-head .legacy-black-button svg{width:18px;height:18px}.legacy-profile-details{color:#475569;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px 0;display:grid}@media (width<=639px){.legacy-profile-head{flex-wrap:wrap;align-items:flex-start}.legacy-profile-details{grid-template-columns:1fr}}.legacy-check-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.legacy-check-grid label{text-transform:capitalize;border:1px solid #e2e8f0;border-radius:5px;padding:9px}@media (width<=767px){.legacy-check-grid{grid-template-columns:1fr}}.legacy-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.legacy-card-title{border-bottom:1px solid #e2e8f0;margin-bottom:14px;padding-bottom:14px;font-size:15px;font-weight:600}.legacy-detail-row{color:#475569;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:12px;display:flex}.legacy-detail-row span:last-child{text-align:right}.legacy-timeline{border-left:2px solid #cbd5e1;margin-left:8px;padding-left:25px}.legacy-timeline-event{color:#475569;justify-content:space-between;gap:15px;padding:10px 0 18px;display:flex;position:relative}.legacy-timeline-event:before{content:"";background:#000;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:14px;left:-32px;box-shadow:0 0 0 1px #000}@media (width<=767px){.legacy-order-detail-grid{grid-template-columns:1fr}.legacy-timeline-event{flex-direction:column;gap:4px}}.legacy-quantity-input{border:1px solid #cbd5e1;border-radius:5px;width:90px;padding:7px 9px}.legacy-quantity-button{border:1px solid rgb(var(--color-primary));background:rgb(var(--color-primary));color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-bottom:8px;margin-right:4px;padding:6px 8px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.legacy-integration-tabs{background:#fff;border-radius:999px;width:fit-content;margin-left:auto;margin-right:auto;display:flex;overflow:hidden;box-shadow:0 3px 10px #00000017}.legacy-integration-tabs button{color:#475569;min-width:160px;padding:12px 20px}.legacy-integration-tabs button.active{color:#fff;background:#000;font-weight:500}.legacy-integration-panel{grid-template-columns:1.4fr .8fr;align-items:center;gap:30px;padding:35px;display:grid}.legacy-integration-panel h2{font-size:24px;font-weight:500}.legacy-integration-panel p{color:#64748b;margin-top:14px;line-height:1.7}.legacy-integration-panel img{-o-object-fit:contain;object-fit:contain;max-width:240px;max-height:150px;margin:auto}@media (width<=639px){.legacy-integration-tabs{border-radius:6px;width:100%}.legacy-integration-tabs button{flex:1;min-width:0;padding:10px 6px;font-size:12px}.legacy-integration-panel{grid-template-columns:1fr}}.legacy-notification-toolbar{color:#64748b;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.legacy-notification-toolbar button{width:20px;height:20px;color:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex}.legacy-notification-toolbar button svg{width:16px;height:16px}.member-notification-trigger{cursor:pointer;background:0 0;border:0;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.member-notification-trigger svg{width:20px;height:20px}.member-notification-menu{z-index:70;color:#475569;width:280px;max-height:min(520px,100vh - 90px);overflow-y:auto}.member-account-trigger,.member-mobile-menu-trigger,.member-top-search-submit{background:0 0;border:0;padding:0}.member-mobile-menu-trigger svg,.member-top-search-submit svg{width:100%;height:100%;display:block}.member-mobile-menu-trigger{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.member-side-menu-chevron{flex:0 0 20px;width:20px;height:20px}.member-side-menu-chevron svg{width:100%;height:100%;display:block}.member-toast-dismiss{cursor:pointer;background:0 0;border:0;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:20px;line-height:1;display:flex}.legacy-date-range>button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:0 12px 0 0}.legacy-date-range-menu{z-index:80}.legacy-date-range-menu button:not(.legacy-black-button):not(.legacy-cancel-button){text-align:left;color:#475569;background:0 0;border:0;width:100%;padding:7px 12px;display:block}.legacy-date-range-menu button:not(.legacy-black-button):not(.legacy-cancel-button):hover{color:#0f172a;background:#f1f5f9}.legacy-notification-row{color:#475569;background:#f1f5f9;border-bottom:1px solid #e2e8f0;grid-template-columns:28px minmax(160px,.7fr) minmax(280px,2fr) auto;align-items:center;gap:14px;padding:13px 20px;transition:transform .2s,box-shadow .2s;display:grid}.legacy-notification-row:hover{z-index:2;border-radius:5px;position:relative;transform:scale(1.01);box-shadow:0 8px 16px #0f172a1f}.legacy-notification-row img{border-radius:50%;width:24px;height:24px}.legacy-notification-row time{white-space:nowrap;font-weight:600}@media (width<=767px){.legacy-notification-row{min-width:760px}}.legacy-integration-round-button{border:1px solid rgb(var(--color-primary));background:rgb(var(--color-primary));color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:max-content;padding:.75rem 1rem;font-weight:500;display:flex;box-shadow:0 1px 2px #00000014}.legacy-integration-round-button svg{flex:0 0 20px;width:20px;height:20px;margin-right:8px}.legacy-black-button,.legacy-cancel-button{min-height:38px;padding:8px 12px}.legacy-black-button>img{-o-object-fit:contain;object-fit:contain;flex:0 0 20px;width:20px;height:20px;margin-right:10px}.legacy-copy-button,.legacy-icon-button{width:20px;height:20px;color:inherit;cursor:pointer;background:0 0;border:0;flex:0 0 20px;justify-content:center;align-items:center;padding:0;display:inline-flex}.legacy-copy-button svg,.legacy-icon-button svg{width:20px;height:20px;display:block}.member-rubick>.mobile-menu{z-index:60}.member-topbar{z-index:51}.member-account-menu{z-index:70}.member-modal{z-index:110}.member-modal[class~="z-[100]"]{z-index:100}.member-modal[class~="z-[120]"]{z-index:120}.member-floating-actions{z-index:80}.member-toast-stack{z-index:120;width:min(380px,100vw - 40px)}.member-notification-menu{box-shadow:0 3px 10px #00000017}.member-floating-actions{border-radius:20px}.member-modal [class~="max-w-[460px]"]{max-width:460px}.member-modal .max-w-lg{max-width:32rem}.member-modal .max-w-xl{max-width:36rem}.member-modal .max-w-2xl{max-width:42rem}.member-modal .max-w-3xl{max-width:48rem}.member-modal .max-w-4xl{max-width:56rem}.member-modal .max-w-5xl{max-width:64rem}.member-modal [class~="w-[90%]"]{width:90%}.member-modal [class~="mt-[18vh]"]{margin-top:18vh}.member-modal [class~="max-h-[90vh]"]{max-height:90vh}.member-modal [class~="max-h-[78vh]"]{max-height:78vh}.member-rubick [class~="max-h-[calc(100vh-80px)]"]{max-height:calc(100vh - 80px)}.member-rubick [class~="h-[300px]"]{height:300px}.member-rubick [class~="min-h-[240px]"]{min-height:240px}.member-rubick [class~="min-w-[240px]"]{min-width:240px}.member-rubick [class~="mb-[15px]"]{margin-bottom:15px}.member-rubick [class~="left-[35%]"]{left:35%}.member-rubick [class~="top-[20%]"]{top:20%}.member-rubick [class~="bg-[#262626]"]{background-color:#262626}.member-rubick [class~="bg-[#FA1B0B]"]{background-color:#fa1b0b}@media (width>=640px){.member-notification-menu{width:350px}.member-modal [class~="sm:w-[460px]"]{width:460px}}@media (width>=1024px){.member-rubick [class~="lg:min-h-[320px]"]{min-height:320px}}
