@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;background:#f6f7f8;color:#182132;font:15px DM Sans,system-ui,sans-serif}button,input{font:inherit}main{min-height:100vh;background:#f6f7f8}.shell{max-width:1140px;margin:auto;padding:0 28px}.topbar{height:90px;display:flex;align-items:center;justify-content:space-between}.brand{font:800 29px Outfit,system-ui;letter-spacing:-1.7px;display:flex;align-items:center;gap:10px;color:#101b32}.brand-icon{width:38px;height:38px;background:#d8fa84;color:#11233a;border-radius:12px;display:grid;place-items:center}.brand-icon svg{width:27px}.brand-dot{color:#73a728}.top-note,.eyebrow,.step{font-size:11px;font-weight:800;letter-spacing:.14em}.top-note{color:#677280;display:flex;align-items:center;gap:9px}.top-note i{height:7px;width:7px;border-radius:50%;background:#92cd47}.hero{background:#101c35;color:#fff;border-radius:30px;padding:66px 67px;position:relative;overflow:hidden;min-height:350px}.eyebrow{color:#c9f480;margin-bottom:15px}.hero h1{font:700 clamp(38px,5vw,59px)/1.06 Outfit,system-ui;letter-spacing:-2px;margin:0}.hero h1 em{color:#c9f480;font-style:normal}.hero p{color:#c4ccdb;max-width:400px;line-height:1.7;margin-top:21px}.hero-art{position:absolute;right:8%;top:0;width:340px;height:350px}.orbit{position:absolute;border:1px solid #6b82a140;border-radius:50%;transform:rotate(-28deg)}.orbit-one{width:380px;height:220px;top:65px;left:-12px}.orbit-two{width:270px;height:270px;top:39px;left:43px}.package{position:absolute;top:107px;left:126px;width:132px;height:132px;border-radius:30px;background:#d6fa83;color:#112238;display:grid;place-items:center;transform:rotate(-15deg);font-size:82px;box-shadow:0 28px 60px #0005}.spark{position:absolute;top:55px;right:12px;color:#d6fa83;font-size:28px}.content{max-width:900px;margin:0 auto;padding:54px 0 72px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.step{color:#71818e}.section-heading h2,.panel h2{font:700 25px Outfit,system-ui;letter-spacing:-.5px;margin:7px 0 0}.hint{color:#8c98a3;font-size:13px}nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:13px;margin-bottom:24px}nav button{display:flex;align-items:center;justify-content:space-between;text-align:left;gap:15px;background:#fff;border:1.5px solid #e3e7ea;border-radius:17px;padding:17px 18px;cursor:pointer;min-height:86px;transition:transform .2s,border-color .2s,box-shadow .2s}nav button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #1c2c4e12}nav button.selected{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent)}.logo-box{width:125px;height:55px;border-radius:13px;background:#fff;display:grid;place-items:center;border:1px solid #edf0f2;flex-shrink:0;overflow:hidden;padding:5px}.logo-box img{width:100%;height:100%;object-fit:contain}.logo-box b{font:800 18px Outfit;color:#283e63}.tab-name{font-weight:800;font-size:17px;flex:1}.tab-arrow{color:#9ca7b1;font-size:22px}.panel{background:#fff;border:1px solid #e5e9ed;border-radius:23px;box-shadow:0 15px 50px #15233908;padding:36px 39px}.panel-head{display:flex;justify-content:space-between;gap:16px}.panel-head p{color:#778494;margin:9px 0 0}.panel-figure{color:#d0d9e2;font-size:55px;line-height:1}form{margin-top:28px}.fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:17px}.field{display:flex;flex-direction:column;gap:9px}.field label{font-size:13px;font-weight:800}.field input{width:100%;border:1.5px solid #dde3e8;background:#fbfcfd;border-radius:12px;padding:15px 16px;color:#1a2639;outline:none}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--soft)}.field small{font-size:11px;color:#85919d}.submit{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-top:22px;border:0;border-radius:12px;background:#162340;color:#fff;padding:16px 21px;font-weight:800;cursor:pointer;min-width:240px}.submit:hover{background:#263a63}.submit:disabled{opacity:.6}.submit span{font-size:22px;line-height:.7}.error{background:#fff0ef;color:#ab2528;padding:15px;border-radius:11px;margin-top:20px}.summary{background:var(--soft);border-left:4px solid var(--primary);border-radius:13px;padding:21px 24px}.summary h3{font:700 23px Outfit;margin:7px 0}.summary p{margin:5px 0;color:#647080}.history-title{font:700 20px Outfit;margin:30px 0 20px}article{margin-top:29px}ol{padding-left:28px;margin:0}li{padding:2px 0 23px 14px;border-left:2px solid #dce4e9}li::marker{color:#73a728}li strong,li span{display:block}li span{font-size:13px;color:#81909e;margin-top:5px}footer{display:flex;justify-content:space-between;border-top:1px solid #e5e9ed;color:#8b98a3;padding:25px 0 35px;font-size:12px}@media(max-width:700px){.shell{padding:0 17px}.topbar{height:73px}.top-note{font-size:9px}.hero{min-height:340px;padding:41px 27px}.hero h1{position:relative;z-index:2}.hero p{position:relative;z-index:2;max-width:255px;font-size:13px}.hero-art{right:-170px;opacity:.3}.content{padding:38px 0}.hint{display:none}.panel{padding:26px 20px}.panel-figure{display:none}.submit{width:100%}footer{gap:10px;flex-wrap:wrap}}.loading{display:grid;place-items:center;color:#6d7b8e;font-weight:700}.top-actions{display:flex;align-items:center;gap:18px}.top-actions button,.text-button{background:none;border:0;color:#263852;cursor:pointer;font-weight:700}.top-actions button:hover,.text-button:hover{text-decoration:underline}.carousel{display:flex;align-items:center;gap:12px;margin-bottom:24px}.carousel .carriers-window{display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:13px;min-width:0;flex:1;margin:0}.carousel .carriers-window button{min-width:0;width:100%}.carousel-arrow{flex:none;width:34px;height:48px;border:1px solid #e0e5eb;border-radius:11px;background:#fff;color:#1b2940;font-size:31px;line-height:1;cursor:pointer}.carousel-arrow:disabled{opacity:.3;cursor:default}.carousel .logo-box{max-width:calc(100% - 25px)}.carousel .tab-name{font-size:15px;min-width:0;overflow:hidden;text-overflow:ellipsis}.carousel .tab-arrow{flex:none}.auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-side{position:relative;overflow:hidden;background:#101c35;color:#fff;padding:38px clamp(24px,5vw,70px);display:flex;flex-direction:column}.auth-side .brand{color:#fff}.auth-message{margin:auto 0;z-index:1}.auth-message h1{font:700 clamp(40px,5vw,65px)/1.05 Outfit,sans-serif;letter-spacing:-2px}.auth-message h1 em{color:#c9f480;font-style:normal}.auth-message p{color:#cbd4e0;max-width:410px;line-height:1.7}.auth-orbit{position:absolute;right:-70px;bottom:-80px;color:#c9f48022;font-size:360px;transform:rotate(-15deg)}.auth-card{display:grid;place-items:center;padding:35px}.auth-card-inner{width:min(100%,410px)}.auth-card h2{font:700 36px Outfit,sans-serif;letter-spacing:-1px;margin:13px 0}.auth-card p{color:#738195;line-height:1.6}.auth-card form{display:grid;gap:19px;margin-top:30px}.auth-card .submit{width:100%;margin:4px 0 0}.auth-card .field{gap:9px}.auth-card .text-button{padding:19px 0;text-align:left}.auth-card .error{color:#ab2528}.choice{padding:90px 0}.choice h1,.page-title{font:700 clamp(32px,4vw,48px) Outfit,sans-serif;letter-spacing:-1px;margin:13px 0}.choice>p,.muted{color:#778494}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px}.choice-grid button{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:11px;background:#fff;border:1px solid #e1e7ed;border-radius:20px;padding:30px;cursor:pointer}.choice-grid button:hover{border-color:#8ebd43;box-shadow:0 12px 32px #20355d13}.choice-grid strong{font:700 22px Outfit}.choice-grid small{color:#778494}.choice-icon{width:54px;height:54px;border-radius:15px;background:#e9f9bf;display:grid;place-items:center;font-size:28px}.admin-panel{margin-top:27px}.admin-form{display:flex;align-items:end;gap:15px}.admin-form .field{flex:1}.admin-form .submit{min-width:170px;margin:0}.user-list{margin-top:33px;border-top:1px solid #e8ecf0}.user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 0;border-bottom:1px solid #e8ecf0}.user-row span{display:grid;gap:4px;overflow-wrap:anywhere}.user-row small{color:#8492a3}.user-row button{background:#fff4f2;border:0;border-radius:9px;color:#ad2626;font-weight:700;padding:9px 12px;cursor:pointer}@media(max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-side{min-height:260px;padding:25px}.auth-message{margin:32px 0 0}.auth-message h1{font-size:34px}.auth-message p{display:none}.auth-orbit{font-size:170px;right:0;bottom:-55px}.auth-card{place-items:start center;padding:40px 23px}.top-actions{gap:8px}.top-note{display:none}.choice-grid{grid-template-columns:1fr}.admin-form{display:block}.admin-form .submit{margin-top:15px}.carousel{gap:5px}.carousel-arrow{width:26px;height:43px}.carousel .carriers-window button{padding:12px}.carousel .logo-box{width:115px}}.brand{text-decoration:none}.brand:focus-visible{outline:3px solid #83bb37;outline-offset:5px}footer a,.auth-credit a{color:#657489;text-decoration:none}footer a:hover,.auth-credit a:hover{text-decoration:underline}.auth-credit{margin-top:30px;font-size:12px;color:#8794a5}.admin-carriers{margin-top:52px}.admin-carriers>h2{font:700 28px Outfit,system-ui;margin:9px 0}.admin-carriers>.muted{line-height:1.6}.carrier-editor{background:#fff;border:1px solid #e4e9ef;border-radius:20px;padding:25px;margin-top:18px;box-shadow:0 10px 30px #15233908}.carrier-editor-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:21px}.carrier-editor-head h3{font:700 22px Outfit;margin:6px 0}.carrier-preview{display:flex;align-items:center;gap:12px;border:1px solid #e3e7ea;background:#f9fafc;border-radius:14px;padding:10px;max-width:52%;min-height:74px;overflow:hidden}.carrier-preview .logo-box{width:95px;height:52px}.carrier-preview strong{font-size:14px;overflow:hidden;text-overflow:ellipsis}.carrier-editor-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:18px}.field select{width:100%;border:1.5px solid #dde3e8;background:#fbfcfd;border-radius:12px;padding:15px 16px;color:#1a2639;outline:none}.carrier-editor .field input{min-width:0}.carrier-editor .field small{line-height:1.5}.upload-button{display:inline-block;margin-top:15px;padding:11px 15px;border:1px solid #dce4e8;border-radius:10px;font-weight:700;cursor:pointer}.upload-button:hover{background:#f4f8e9}.carrier-editor-actions{display:flex;gap:20px;align-items:center;margin-top:19px}.carrier-editor-actions .submit{margin:0}.save-message{color:#326022;background:#eff8dc;border-radius:10px;padding:12px 15px}.carousel .carriers-window button:has(.tab-name) .logo-box{width:54px;height:50px}@media(max-width:700px){.carrier-editor-fields{grid-template-columns:1fr}.carrier-editor{padding:19px}.carrier-editor-head{align-items:flex-start;flex-direction:column}.carrier-preview{max-width:100%}.carrier-editor-actions{flex-wrap:wrap}}.admin-carrier-carousel{display:flex;align-items:center;gap:14px;margin-top:20px}.admin-carrier-slide{flex:1;min-width:0}.admin-carrier-counter{color:#627185;font-size:13px;font-weight:800;letter-spacing:.02em}.admin-carrier-carousel .carrier-editor{margin-top:10px}.admin-carrier-carousel .carousel-arrow{width:38px;height:56px}@media(max-width:700px){.admin-carrier-carousel{gap:6px}.admin-carrier-carousel .carousel-arrow{width:28px;height:48px}}.history-panel{border-top:1px solid #e8edf1;margin-top:32px;padding-top:27px}.history-panel-head{display:flex;justify-content:space-between;align-items:end;gap:12px}.history-panel h3{font:700 21px Outfit;margin:7px 0 0}.history-panel>.muted{margin:18px 0 0}.history-codes{display:grid;gap:12px;margin-top:18px}.history-code{border:1px solid #e3e9ee;background:#fcfdfd;border-radius:14px;padding:17px;display:flex;justify-content:space-between;gap:14px}.history-code>div:first-child{display:flex;flex-direction:column;gap:4px;min-width:0;overflow-wrap:anywhere}.history-code strong{font:700 17px Outfit}.history-code span{color:#526175;font-size:13px}.history-code small{color:#82909e;font-size:12px}.history-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px}.history-actions button,.history-detail-head button{border:1px solid #dce4ec;border-radius:9px;background:#fff;color:#243654;font-weight:700;padding:8px 10px;cursor:pointer;font-size:12px}.history-actions .history-delete{color:#a92c2c;border-color:#f2d8d8}.history-actions button:hover,.history-detail-head button:hover{background:#f3f7ea}.history-detail{margin-top:19px;padding:19px;background:#f6f9fb;border-radius:15px}.history-detail-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.history-detail h4{font:700 18px Outfit;margin:0 0 12px}.history-check{display:flex;flex-direction:column;gap:4px;border-top:1px solid #dde5ea;padding:13px 0}.history-check strong{font-size:14px}.history-check span,.history-check small{font-size:12px;color:#69798b}@media(max-width:700px){.history-code{flex-direction:column}.history-actions{justify-content:flex-start}}.global-search{margin:28px 0 52px;padding:23px 28px;background:#fff;border:1px solid #dfe5ee;border-radius:22px;box-shadow:0 12px 34px #1c28420a}.global-search label{display:block;font-weight:750;margin-bottom:10px;color:#1e2a40}.global-search-controls{display:flex;gap:12px}.global-search-controls input{flex:1;min-width:0;border:1px solid #d8e0eb;border-radius:12px;background:#fafcff;padding:15px 18px;font:inherit}.global-search-controls button,.shop-add button{border:0;border-radius:12px;padding:12px 23px;background:#1e2a40;color:#fff;font:inherit;font-weight:700;cursor:pointer}.global-search-controls button:disabled{opacity:.6;cursor:wait}.global-results{margin-top:21px;border-top:1px solid #e4eaf2;padding-top:15px}.global-results-heading,.global-result{display:flex;justify-content:space-between;gap:14px;align-items:center}.global-results-heading button,.global-result button{border:0;background:none;color:#1e2a40;font:inherit;font-weight:700;cursor:pointer;text-align:right}.global-result{padding:15px 0;border-bottom:1px solid #e4eaf2}.global-result>div{display:grid;gap:4px;min-width:0;overflow-wrap:anywhere}.global-result span,.global-result small{color:#68788f}#track-form{scroll-margin-top:24px}.shop-field{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin:20px 0}.shop-field .field{min-width:min(100%,300px);flex:1}.shop-field .text-button{margin-bottom:10px}.optional{font-weight:400;color:#68788f}.shop-add{display:flex;align-items:end;gap:14px;margin:14px 0 22px;flex-wrap:wrap}.shop-add .field{flex:1;min-width:min(100%,230px)}.shop-add button{margin-bottom:3px}@media(max-width:600px){.global-search{padding:19px 17px}.global-search-controls{flex-direction:column}.global-result{align-items:start;flex-direction:column}.global-result button{text-align:left}}
