.chx-wrap{--chx-primary:#0b2748;--chx-accent:#c59a58;font-family:inherit;color:#18202a;max-width:1220px;margin:0 auto;padding:18px 0 70px}.chx-wrap *{box-sizing:border-box}.chx-hero{background:linear-gradient(135deg,var(--chx-primary),#173f69);color:#fff;border-radius:22px;padding:52px clamp(24px,6vw,76px);position:relative;overflow:hidden;margin-bottom:28px}.chx-hero:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-70px;top:-105px;box-shadow:0 0 0 46px rgba(255,255,255,.035),0 0 0 92px rgba(255,255,255,.02)}.chx-kicker{display:block;font-size:12px;letter-spacing:.2em;font-weight:700;color:#e3c89f;margin-bottom:10px}.chx-hero h1{font-size:clamp(36px,5vw,60px);line-height:1.02;margin:0 0 14px;color:#fff}.chx-hero p{font-size:17px;max-width:740px;margin:0;opacity:.88;line-height:1.7}.chx-tabs{display:flex;gap:10px;padding:8px;background:#f4f6f8;border:1px solid #e6e9ec;border-radius:15px;margin-bottom:24px}.chx-tab{flex:1;border:0;background:transparent;padding:15px 18px;border-radius:10px;font-weight:700;color:#66717e;cursor:pointer;font-size:15px}.chx-tab.is-active{background:#fff;color:var(--chx-primary);box-shadow:0 4px 16px rgba(15,35,58,.08)}.chx-panel{display:none}.chx-panel.is-active{display:block}.chx-section-head{display:flex;gap:18px;align-items:flex-start;margin:30px 0 20px}.chx-section-head>span{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:var(--chx-primary);color:#fff;font-weight:700}.chx-section-head h2{margin:0 0 6px;font-size:29px;color:var(--chx-primary)}.chx-section-head p{margin:0;color:#69737d;line-height:1.6}.chx-embed-shell{border:1px solid #e2e6ea;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 35px rgba(14,37,63,.08)}.chx-embed-shell iframe{display:block;border:0}.chx-search{background:#fff;border:1px solid #e2e6ea;border-radius:18px;padding:28px;box-shadow:0 12px 30px rgba(14,37,63,.06);margin-bottom:24px}.chx-search label{display:block;font-size:13px;font-weight:800;color:var(--chx-primary);margin-bottom:9px;text-transform:uppercase;letter-spacing:.06em}.chx-search-row{display:flex;gap:10px}.chx-search input{flex:1;min-width:0;height:54px;border:1px solid #cfd5db;border-radius:10px;padding:0 16px;font-size:16px;outline:none}.chx-search input:focus{border-color:var(--chx-primary);box-shadow:0 0 0 3px rgba(11,39,72,.08)}.chx-search button,.chx-btn{height:54px;border:0;border-radius:10px;padding:0 25px;background:var(--chx-primary);color:#fff!important;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.chx-search button:hover,.chx-btn:hover{filter:brightness(1.08)}.chx-search small{display:block;color:#7b858f;margin-top:10px}.chx-result{border:1px solid #e2e6ea;border-radius:18px;background:#fff;padding:28px;box-shadow:0 12px 30px rgba(14,37,63,.06)}.chx-result-head{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:24px;border-bottom:1px solid #edf0f2}.chx-result-head>div{background:#f8f9fa;border-radius:12px;padding:16px}.chx-result-head strong{display:block;color:var(--chx-primary);font-size:16px}.chx-eyebrow{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8a929a;margin-bottom:5px;font-weight:700}.chx-info-row{display:flex;gap:28px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid #edf0f2;color:#4c5661}.chx-timeline{padding:24px 0 4px}.chx-step{display:grid;grid-template-columns:42px 1fr;gap:14px;position:relative;padding-bottom:22px}.chx-step:not(:last-child):before{content:"";position:absolute;left:20px;top:37px;bottom:0;width:2px;background:#e1e5e9}.chx-step.done:not(:last-child):before{background:var(--chx-accent)}.chx-dot{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f0f2f4;color:#7c858e;font-weight:800;z-index:1}.chx-step.done .chx-dot{background:var(--chx-accent);color:#fff}.chx-step.current .chx-dot{background:var(--chx-primary);color:#fff;box-shadow:0 0 0 5px rgba(11,39,72,.08)}.chx-step strong{display:block;padding-top:2px;color:#2b3440}.chx-step.pending strong{color:#8c959e;font-weight:600}.chx-step small{display:block;margin-top:4px;color:var(--chx-accent);font-weight:800}.chx-live-box{margin-top:18px;background:#f4f8f5;border:1px solid #d5e8d9;border-radius:14px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.chx-live-box p{margin:5px 0 0;color:#5c6b62}.chx-live-pulse{display:inline-block;width:10px;height:10px;border-radius:50%;background:#20a755;margin-right:8px;box-shadow:0 0 0 0 rgba(32,167,85,.45);animation:chxpulse 1.8s infinite}.chx-delivered{margin-top:18px;padding:18px 20px;border-radius:12px;background:#f3f7fb;color:var(--chx-primary)}.chx-notes{margin-top:18px;padding:18px 20px;border-left:3px solid var(--chx-accent);background:#fbfaf8}.chx-notes p{margin:7px 0 0}.chx-alert{padding:18px;border-radius:12px;background:#fff8e8;border:1px solid #f0deb8;color:#6d5626}.chx-alert-error{background:#fff3f3;border-color:#efcccc;color:#8c2929}@keyframes chxpulse{70%{box-shadow:0 0 0 9px rgba(32,167,85,0)}100%{box-shadow:0 0 0 0 rgba(32,167,85,0)}}@media(max-width:760px){.chx-wrap{padding-left:14px;padding-right:14px}.chx-hero{border-radius:16px;padding:36px 22px}.chx-tabs{flex-direction:column}.chx-section-head h2{font-size:23px}.chx-search-row{flex-direction:column}.chx-search button{width:100%}.chx-result-head{grid-template-columns:1fr}.chx-live-box{align-items:stretch;flex-direction:column}.chx-btn{width:100%}.chx-result{padding:20px}.chx-embed-shell iframe{min-height:620px}}
