:root{font-family:Inter,sans-serif;background-color:#f8f9fb;color:#1b263b}*{box-sizing:border-box}body{margin:0;min-height:100vh}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-shimmer{animation:shimmer 1.5s infinite}@keyframes shimmer-slow{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.animate-shimmer-slow{animation:shimmer-slow 3s ease-in-out infinite}@keyframes indeterminate-progress{0%{left:-33%}to{left:100%}}@keyframes sparkle-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes sparkle-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ai-glow{0%,to{box-shadow:0 0 5px #2a9d8f33,0 0 10px #2a9d8f1a}50%{box-shadow:0 0 15px #2a9d8f66,0 0 25px #2a9d8f33}}@keyframes typewriter-blink{0%,to{opacity:1}50%{opacity:0}}.animate-sparkle-pulse{animation:sparkle-pulse 2s ease-in-out infinite}.animate-sparkle-rotate{animation:sparkle-rotate 10s linear infinite}.animate-ai-glow{animation:ai-glow 3s ease-in-out infinite}.animate-typewriter-blink{animation:typewriter-blink 1s ease-in-out infinite}.welcome-hero{position:relative;max-width:640px;margin:0 auto;padding:2rem 1.5rem 1.5rem;overflow:hidden}.welcome-hero__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.welcome-hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:0;animation:heroOrbFadeIn 1.2s ease-out forwards}.welcome-hero__orb--teal{width:200px;height:200px;background:radial-gradient(circle,rgba(42,157,143,.12) 0%,transparent 70%);top:-60px;left:50%;transform:translate(-50%);animation-delay:.2s}.welcome-hero__orb--indigo{width:150px;height:150px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);bottom:-40px;right:-30px;animation-delay:.5s}.welcome-hero__orb--gold{width:120px;height:120px;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);bottom:20px;left:-20px;animation-delay:.8s}.welcome-hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.welcome-hero__particle{position:absolute;width:4px;height:4px;border-radius:50%;opacity:0;animation:heroParticleFloat 6s ease-in-out infinite}.welcome-hero__particle:nth-child(1){background:#2a9d8f66;left:15%;top:25%;animation-delay:0s}.welcome-hero__particle:nth-child(2){background:#6366f14d;left:80%;top:15%;animation-delay:1.2s;width:3px;height:3px}.welcome-hero__particle:nth-child(3){background:#f59e0b4d;left:65%;top:70%;animation-delay:2.4s;width:5px;height:5px}.welcome-hero__particle:nth-child(4){background:#2a9d8f40;left:25%;top:75%;animation-delay:3.6s;width:3px;height:3px}.welcome-hero__particle:nth-child(5){background:#6366f133;left:90%;top:50%;animation-delay:4.8s}.welcome-hero__particle:nth-child(6){background:#2a9d8f4d;left:5%;top:45%;animation-delay:1.8s;width:3px;height:3px}.welcome-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.welcome-hero__logo{opacity:0;animation:heroLogoEntrance .6s cubic-bezier(.34,1.56,.64,1) .1s forwards;margin-bottom:1.25rem}.welcome-hero__logo-inner{width:56px;height:56px;background:linear-gradient(135deg,#2a9d8f,#17645b);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #2a9d8f40,0 0 0 1px #2a9d8f1a;position:relative;overflow:hidden}.welcome-hero__logo-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%);border-radius:inherit}.welcome-hero__logo-inner svg{width:28px;height:28px;color:#fff;position:relative;z-index:1}.welcome-hero__greeting{opacity:0;animation:heroTextReveal .5s cubic-bezier(.16,1,.3,1) .3s forwards;margin-bottom:.25rem}.welcome-hero__greeting h2{font-size:1.5rem;font-weight:800;color:#1e293b;line-height:1.2;letter-spacing:-.02em}.welcome-hero__greeting h2 span{background:linear-gradient(135deg,#2a9d8f,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-hero__subtitle{opacity:0;animation:heroTextReveal .4s cubic-bezier(.16,1,.3,1) .45s forwards;margin-bottom:2rem}.welcome-hero__subtitle p{font-size:.875rem;color:#64748b;font-weight:500;line-height:1.5}.welcome-hero__dropzone{opacity:0;animation:heroDropzoneEntrance .5s cubic-bezier(.34,1.56,.64,1) .6s forwards;width:100%;max-width:420px}.welcome-hero__dropzone-inner{position:relative;border:2px dashed rgba(42,157,143,.3);border-radius:20px;padding:2.5rem 2rem;cursor:pointer;background:linear-gradient(180deg,#2a9d8f08,#fffc);transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.welcome-hero__dropzone-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#2a9d8f0f,#2a9d8f05);opacity:0;transition:opacity .4s ease}.welcome-hero__dropzone-inner:hover{border-color:#2a9d8f80;box-shadow:0 8px 32px #2a9d8f1a,0 0 0 4px #2a9d8f0d;transform:translateY(-2px)}.welcome-hero__dropzone-inner:hover:before{opacity:1}.welcome-hero__dropzone-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2a9d8f1a,#2a9d8f0d);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .4s ease;border:1px solid rgba(42,157,143,.15)}.welcome-hero__dropzone-inner:hover .welcome-hero__dropzone-icon{transform:scale(1.1) translateY(-2px);background:linear-gradient(135deg,#2a9d8f26,#2a9d8f14);box-shadow:0 8px 20px #2a9d8f26}.welcome-hero__dropzone-icon svg{width:22px;height:22px;color:#2a9d8f;transition:transform .4s ease}.welcome-hero__dropzone-inner:hover .welcome-hero__dropzone-icon svg{transform:translateY(-2px)}.welcome-hero__dropzone-label{font-size:.9375rem;font-weight:700;color:#334155;margin-bottom:.25rem;transition:color .3s ease}.welcome-hero__dropzone-inner:hover .welcome-hero__dropzone-label{color:#2a9d8f}.welcome-hero__dropzone-hint{font-size:.75rem;color:#94a3b8;transition:color .3s ease}.welcome-hero__dropzone-inner:hover .welcome-hero__dropzone-hint{color:#64748b}.welcome-hero__dropzone-inner.drag-active{border-color:#2a9d8f;background:#2a9d8f0d;box-shadow:0 0 0 4px #2a9d8f1a,0 12px 40px #2a9d8f26;transform:scale(1.02)}.welcome-hero__workflow{opacity:0;animation:heroWorkflowEntrance .4s ease-out .9s forwards;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.75rem}.welcome-hero__workflow-step{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;padding:.375rem .625rem;border-radius:999px;transition:all .3s ease;opacity:0;animation:heroStepStagger .3s ease-out forwards}.welcome-hero__workflow-step:nth-child(1){animation-delay:1s}.welcome-hero__workflow-step:nth-child(2){animation-delay:1.1s}.welcome-hero__workflow-step:nth-child(3){animation-delay:1.15s}.welcome-hero__workflow-step:nth-child(4){animation-delay:1.2s}.welcome-hero__workflow-step:nth-child(5){animation-delay:1.25s}.welcome-hero__workflow-step:nth-child(6){animation-delay:1.3s}.welcome-hero__workflow-step:nth-child(7){animation-delay:1.35s}.welcome-hero__workflow-step--active{color:#2a9d8f;background:#2a9d8f14}.welcome-hero__workflow-step--inactive{color:#94a3b8}.welcome-hero__workflow-step svg{width:11px;height:11px}.welcome-hero__workflow-chevron{color:#cbd5e1}.welcome-hero__workflow-chevron svg{width:12px;height:12px}.welcome-hero__scanline{position:absolute;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(42,157,143,.4),transparent);border-radius:1px;animation:heroScanLine 4s ease-in-out infinite;animation-delay:2s;opacity:0;box-shadow:0 0 12px #2a9d8f33;pointer-events:none}@keyframes heroOrbFadeIn{0%{opacity:0;transform:translate(-50%) scale(.8)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes heroParticleFloat{0%,to{opacity:0;transform:translateY(0) translate(0)}20%{opacity:.6}50%{opacity:.8;transform:translateY(-30px) translate(8px)}80%{opacity:.4}}@keyframes heroLogoEntrance{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes heroTextReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroDropzoneEntrance{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes heroWorkflowEntrance{0%{opacity:0}to{opacity:1}}@keyframes heroStepStagger{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes heroScanLine{0%,to{top:20%;opacity:0}10%{opacity:.6}50%{top:75%;opacity:.4}90%{opacity:0}}.welcome-hero--entering{animation:heroPageEntrance .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes heroPageEntrance{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.welcome-hero *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.welcome-hero__particle,.welcome-hero__scanline{display:none}.welcome-hero__logo,.welcome-hero__greeting,.welcome-hero__subtitle,.welcome-hero__dropzone,.welcome-hero__workflow,.welcome-hero__workflow-step{opacity:1!important}}.ch-stat-strip{display:flex;align-items:center;gap:0;opacity:0;transform:translateY(3px);transition:opacity .35s ease 80ms,transform .35s ease 80ms}.ch-stat-strip--in{opacity:1;transform:translateY(0)}.ch-stat-item{display:flex;align-items:baseline;gap:3px;font-size:11px;line-height:1}.ch-stat-item+.ch-stat-item:before{content:"·";color:#454a54;font-size:11px;padding:0 6px}.ch-stat-item__value{font-weight:600;color:#98a1b3;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.ch-stat-item__label{font-weight:400;color:#575e6b}.ch-stat-item--amber .ch-stat-item__value{color:#edb95e}.ch-stat-item--green .ch-stat-item__value{color:#59cf8a}.ch-stat-skeleton{display:inline-block;width:28px;height:10px;border-radius:3px;vertical-align:middle;background:linear-gradient(90deg,#2b303bb3,#3d4452b3,#2b303bb3);background-size:200% 100%;animation:ch-shimmer 1.5s ease infinite}@keyframes ch-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ch-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ch-slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes ch-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes ch-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ch-spin{to{transform:rotate(360deg)}}@keyframes ch-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ch-glow-pulse{0%,to{opacity:.6;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.15)}}@keyframes ch-onboarding-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ch-layout{display:flex;gap:0;min-height:400px;position:relative;animation:ch-fadeIn .3s ease}.ch-layout--with-panel .ch-table-section{flex:1;min-width:0}.ch-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.ch-header__search{flex:1;display:flex;align-items:center;gap:8px;padding:9px 14px;background:#ffffffb3;border:1px solid var(--color-border, #e5e7eb);border-radius:12px;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ch-header__search:focus-within{border-color:var(--color-primary, #2dd4bf);box-shadow:0 0 0 3px #2dd4bf14;background:#fff}.ch-header__search svg{color:var(--color-text-muted, #9ca3af);flex-shrink:0}.ch-header__search input{flex:1;border:none;background:none;font-size:.85rem;color:var(--color-text, #111827);outline:none}.ch-header__search input::placeholder{color:var(--color-text-muted, #bcc3ce)}.ch-header__clear{display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:none;color:var(--color-text-muted, #9ca3af);cursor:pointer;border-radius:4px}.ch-header__clear:hover{color:var(--color-text, #111827);background:var(--color-border, #e5e7eb)}.ch-tabs{display:flex;gap:3px;background:var(--color-surface, #f3f4f6);padding:3px;border-radius:10px;flex-shrink:0}.ch-tab{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:none;background:none;border-radius:8px;font-size:.82rem;font-weight:500;color:var(--color-text-muted, #6b7280);cursor:pointer;transition:all .15s ease;white-space:nowrap}.ch-tab:hover{color:var(--color-text, #111827)}.ch-tab--active{background:#fff;color:var(--color-text, #111827);box-shadow:0 1px 4px #00000014}.ch-tab__count{font-size:.68rem;font-weight:600;padding:1px 6px;border-radius:10px;background:var(--color-border, #e5e7eb);color:var(--color-text-muted, #9ca3af);transition:all .15s ease}.ch-tab--active .ch-tab__count{background:#2dd4bf26;color:var(--color-primary, #14b8a6)}.ch-list{display:flex;flex-direction:column;gap:2px}.ch-list__item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;cursor:pointer;transition:all .15s ease;position:relative}.ch-list__item:hover{background:#ffffffd9;box-shadow:0 1px 6px #0000000a}.ch-list__item--selected{background:#fff!important;box-shadow:0 0 0 1.5px var(--color-primary, #2dd4bf),0 2px 8px #2dd4bf14!important}.ch-list__avatar{position:relative;width:40px;height:40px;border-radius:10px;background:var(--color-surface, #f3f4f6);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-muted, #9ca3af)}.ch-list__avatar-icon{width:24px;height:24px;border-radius:4px;object-fit:contain}.ch-list__avatar .ch-status-dot{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border:2px solid var(--color-bg, #f0f2f5);border-radius:50%}.ch-list__info{flex:1;min-width:0}.ch-list__name{display:block;font-weight:500;font-size:.88rem;color:var(--color-text, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-list__name-th{display:block;font-size:.75rem;color:var(--color-text-muted, #9ca3af);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-list__meta{display:block;font-size:.72rem;color:var(--color-text-muted, #b0b8c8);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-list__tax-id{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.72rem;color:var(--color-text-muted, #9ca3af);background:var(--color-surface, #f3f4f6);padding:2px 8px;border-radius:6px;white-space:nowrap;flex-shrink:0}.ch-list__arrow{color:var(--color-text-muted, #d1d5db);flex-shrink:0;transition:all .15s}.ch-list__item:hover .ch-list__arrow{color:var(--color-text-muted, #9ca3af);transform:translate(2px)}.ch-list__item--selected .ch-list__arrow{color:var(--color-primary, #2dd4bf)}.ch-status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.ch-status-dot--connected{background:#10b981;box-shadow:0 0 6px #10b98166}.ch-status-dot--disconnected{background:#f59e0b;box-shadow:0 0 6px #f59e0b4d}.ch-status-dot--draft{background:#cbd5e1}.ch-status-dot--error{background:#ef4444;box-shadow:0 0 6px #ef444466;animation:ch-pulse 2s infinite}.ch-status-dot--warning{background:#f59e0b;box-shadow:0 0 5px #f59e0b59}.ch-status-dot--supplier-ok{background:#10b981;box-shadow:0 0 4px #10b98140}.ch-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:.72rem;font-weight:500;white-space:nowrap;flex-shrink:0}.ch-badge--info{background:var(--color-surface, #f3f4f6);color:var(--color-text-muted, #9ca3af);border:1px solid var(--color-border, #e5e7eb)}.ch-badge--connected{background:var(--provider-bg, rgba(16, 185, 129, .08));color:var(--provider-color, #10b981);border:1px solid var(--provider-border, rgba(16, 185, 129, .2))}.ch-badge--disconnected{background:#f59e0b14;color:#d97706;border:1px solid rgba(245,158,11,.2)}.ch-badge--warning{background:#f59e0b1a;color:#b45309;border:1px solid rgba(245,158,11,.25)}.ch-badge--industry{background:#8b5cf60f;color:#7c3aed;border:1px solid rgba(139,92,246,.15);font-size:.68rem;text-transform:capitalize}.ch-badge--industry img{flex-shrink:0}.ch-badge__icon{width:16px;height:16px;border-radius:3px;object-fit:contain}.ch-detail{width:380px;min-width:340px;border-left:1px solid var(--color-border, #e5e7eb);padding:20px;background:#fff;overflow-y:auto;animation:ch-slideIn .25s ease}.ch-detail__header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--color-border-light, #f3f4f6)}.ch-detail__title-row{display:flex;align-items:flex-start;gap:10px}.ch-detail__title-row>.ch-status-dot{margin-top:6px}.ch-detail__names{flex:1;min-width:0}.ch-detail__name{font-size:1.1rem;font-weight:600;color:var(--color-text, #111827);margin:0;line-height:1.3}.ch-detail__name-th{font-size:.82rem;color:var(--color-text-muted, #9ca3af);margin:2px 0 0}.ch-detail__header-actions{display:flex;gap:4px;flex-shrink:0}.ch-detail__wht-alert{display:flex;gap:10px;padding:12px 14px;background:#f59e0b12;border:1px solid rgba(245,158,11,.2);border-radius:10px;margin-bottom:20px;color:#92400e}.ch-detail__wht-alert svg{flex-shrink:0;margin-top:1px;color:#f59e0b}.ch-detail__wht-alert strong{display:block;font-size:.82rem;font-weight:600;margin-bottom:2px}.ch-detail__wht-alert p{margin:0;font-size:.78rem;line-height:1.45;opacity:.85}.ch-detail__gov-notice{display:flex;gap:10px;padding:12px 14px;background:#10b9810f;border:1px solid rgba(16,185,129,.2);border-radius:10px;margin-bottom:20px;color:#065f46}.ch-detail__gov-notice svg{flex-shrink:0;margin-top:1px;color:#10b981}.ch-detail__gov-notice strong{display:block;font-size:.82rem;font-weight:600;margin-bottom:2px}.ch-detail__gov-notice p{margin:0;font-size:.78rem;line-height:1.45;opacity:.85}.ch-supplier-type-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:16px;font-size:.72rem;font-weight:500;white-space:nowrap;flex-shrink:0;background:var(--st-bg, rgba(99, 102, 241, .08));color:var(--st-color, #6366f1);border:1px solid color-mix(in srgb,var(--st-color, #6366f1) 18%,transparent)}.ch-supplier-type-badge img{flex-shrink:0;opacity:.85}.ch-detail__section{margin-bottom:20px}.ch-detail__section-title{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted, #9ca3af);margin:0 0 12px}.ch-detail__fields{display:flex;flex-direction:column;gap:10px}.ch-detail__field{display:flex;flex-direction:column;gap:2px}.ch-detail__field--missing .ch-detail__label{opacity:.6}.ch-detail__value--empty{font-size:.82rem;color:#f59e0b;font-style:italic}.ch-detail__label{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted, #9ca3af)}.ch-detail__value{font-size:.88rem;color:var(--color-text, #111827)}.ch-detail__value--mono{font-family:SF Mono,Fira Code,monospace;font-size:.8rem}.ch-detail__value--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.ch-detail__connection{display:flex;flex-direction:column;gap:12px}.ch-connection-card{border-radius:12px;border:1px solid var(--color-border, #e5e7eb);background:linear-gradient(135deg,#fafbfc,#f3f6f9);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.ch-connection-card:hover{border-color:#10b9814d;box-shadow:0 2px 12px #10b98114}.ch-connection-card__main{display:flex;align-items:center;gap:12px;padding:14px 16px}.ch-connection-card__provider{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.ch-connection-card__logo{width:40px;height:40px;border-radius:10px;object-fit:contain;flex-shrink:0}.ch-connection-card__info{flex:1;min-width:0}.ch-connection-card__name-row{display:flex;align-items:center;gap:8px}.ch-connection-card__name{font-size:.92rem;font-weight:600;color:var(--color-text, #111827)}.ch-connection-card__badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:20px;font-size:.68rem;font-weight:600;background:#10b9811a;color:#059669;letter-spacing:.02em}.ch-connection-card__dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b98180;animation:ch-connection-pulse 2.5s ease-in-out infinite}@keyframes ch-connection-pulse{0%,to{opacity:1;box-shadow:0 0 6px #10b98180}50%{opacity:.7;box-shadow:0 0 3px #10b9814d}}.ch-connection-card__org{display:block;font-size:.78rem;color:var(--color-text-muted, #9ca3af);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-connection-card__disconnect{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:none;background:none;border-radius:6px;font-size:.72rem;font-weight:500;color:var(--color-text-muted, #9ca3af);cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.ch-connection-card__disconnect:hover{color:#ef4444;background:#ef44440f}.ch-detail__connect-prompt{display:flex;align-items:center;gap:12px;padding:14px;border-radius:10px;background:var(--color-surface, #f8f9fa);border:1px dashed var(--color-border, #d1d5db)}.ch-detail__connect-prompt svg{flex-shrink:0;color:var(--color-text-muted, #9ca3af)}.ch-detail__connect-prompt p{margin:0;font-size:.85rem;color:var(--color-text, #374151)}.ch-detail__connect-prompt--disconnected{background:#f59e0b0d;border-color:#f59e0b4d}.ch-detail__connect-prompt--disconnected svg{color:#f59e0b}.ch-detail__connect-prompt--error{background:#ef44440d;border-color:#ef44444d}.ch-detail__connect-prompt--error svg{color:#ef4444}.ch-detail__connect-hint{font-size:.75rem!important;color:var(--color-text-muted, #9ca3af)!important;margin-top:2px!important}.ch-detail__actions-grid{display:flex;flex-direction:column;gap:8px}.ch-action-card{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--color-surface, #f8f9fa);border:1px solid var(--color-border, #e5e7eb);border-radius:10px;cursor:pointer;transition:all .15s;font-size:.85rem;font-weight:500;color:var(--color-text, #374151);text-align:left;width:100%}.ch-action-card:hover{background:#fff;border-color:var(--color-primary, #2dd4bf);box-shadow:0 2px 8px #0000000f}.ch-action-card svg{color:var(--color-text-muted, #6b7280)}.ch-action-card:hover svg{color:var(--color-primary, #2dd4bf)}.ch-action-card span{flex:1}.ch-action-card__arrow{color:var(--color-text-muted, #d1d5db)!important;transition:transform .15s}.ch-action-card:hover .ch-action-card__arrow{transform:translate(2px);color:var(--color-primary, #2dd4bf)!important}.ch-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.ch-btn--primary{background:var(--color-primary, #2dd4bf);color:#fff}.ch-btn--primary:hover{background:var(--color-primary-dark, #14b8a6);box-shadow:0 2px 8px #2dd4bf4d}.ch-btn--primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ch-btn--ghost{background:none;color:var(--color-text-secondary, #6b7280);border:1px solid var(--color-border, #e5e7eb)}.ch-btn--ghost:hover{background:var(--color-surface, #f8f9fa)}.ch-btn--danger{background:#ef4444;color:#fff}.ch-btn--danger:hover{background:#dc2626}.ch-btn--danger:disabled{opacity:.5;cursor:not-allowed}.ch-btn--sm{padding:6px 12px;font-size:.78rem}.ch-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--color-text-muted, #9ca3af);transition:all .15s}.ch-icon-btn:hover{background:var(--color-surface, #f3f4f6);color:var(--color-text, #111827)}.ch-icon-btn--danger:hover{background:#ef44441a;color:#ef4444}.ch-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;animation:ch-fadeIn .2s ease}.ch-modal{background:#fff;border-radius:16px;box-shadow:0 24px 64px #0003;max-width:520px;width:90vw;max-height:85vh;overflow-y:auto;padding:24px;animation:ch-scaleIn .25s ease}.ch-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ch-modal__header h3{font-size:1.1rem;font-weight:600;color:var(--color-text, #111827);margin:0}.ch-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--color-text-muted, #9ca3af)}.ch-modal__close:hover{background:var(--color-surface, #f3f4f6)}.ch-modal__subtitle{font-size:.85rem;color:var(--color-text-muted, #6b7280);margin:0 0 20px}.ch-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid var(--color-border-light, #f3f4f6)}.ch-alert--danger{display:flex;gap:10px;text-align:left;padding:12px 14px;border-radius:8px;background-color:var(--color-danger-subtle, #fef2f2);border:1px solid var(--color-danger-muted, #f87171);color:var(--color-danger, #ef4444);margin-top:1rem}.ch-alert--danger svg{flex-shrink:0;margin-top:2px}.ch-alert--danger strong{font-size:13px;display:block;margin-bottom:2px}.ch-alert--danger p{margin:0;font-size:12px;opacity:.85;line-height:1.4}.ch-alert--info{display:flex;gap:10px;text-align:left;padding:12px 14px;border-radius:8px;background-color:#ecfdf5;border:1px solid #a7f3d0;color:#047857;margin-top:1rem}.ch-alert--info svg{flex-shrink:0;margin-top:2px}.ch-alert--info strong{font-size:13px;display:block;margin-bottom:2px}.ch-alert--info p{margin:0;font-size:12px;opacity:.85;line-height:1.4}.ch-provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.ch-provider-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;border:1px solid var(--color-border, #e5e7eb);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.ch-provider-card:hover:not(:disabled){border-color:var(--color-primary, #2dd4bf);box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.ch-provider-card--coming-soon{opacity:.55;cursor:default!important}.ch-provider-card--coming-soon:hover{transform:none!important;box-shadow:none!important;border-color:var(--color-border, #e5e7eb)!important}.ch-provider-card__icon{width:40px;height:40px;border-radius:8px;object-fit:contain}.ch-provider-card__name{font-size:.82rem;font-weight:600;color:var(--color-text, #111827)}.ch-provider-card__tag{font-size:.68rem;padding:2px 8px;border-radius:10px;background:var(--color-surface, #f3f4f6);color:var(--color-text-muted, #9ca3af);font-weight:500}.ch-provider-card__tag--active{background:#2dd4bf1a;color:var(--color-primary, #14b8a6);font-weight:600}.ch-provider-card--contact{cursor:default!important}.ch-provider-card--contact:hover:not(:disabled){transform:none!important;box-shadow:none!important;border-color:var(--color-border, #e5e7eb)!important}.ch-provider-card__tag--contact{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;cursor:pointer;transition:all .2s;padding:4px 12px}.ch-provider-card__tag--contact:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 2px 8px #6366f14d}.ch-provider-card__tag--contacted{background:#10b9811a;color:#059669;font-weight:600}.ch-form{display:flex;flex-direction:column;gap:14px}.ch-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ch-form__group{display:flex;flex-direction:column;gap:4px}.ch-form__group label{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted, #6b7280)}.ch-form__group input,.ch-form__group textarea{padding:8px 12px;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;font-size:.88rem;color:var(--color-text, #111827);background:#fff;transition:border-color .2s,box-shadow .2s;resize:vertical}.ch-form__group input:focus,.ch-form__group textarea:focus{outline:none;border-color:var(--color-primary, #2dd4bf);box-shadow:0 0 0 3px #2dd4bf1a}.ch-input--danger{border-color:#ef444480!important}.ch-input--danger:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.ch-form__error{font-size:.72rem;color:#ef4444;margin-top:2px}.ch-form__select{padding:8px 12px;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;font-size:.88rem;color:var(--color-text, #111827);background:#fff;transition:border-color .2s,box-shadow .2s;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:100%}.ch-form__select:focus{outline:none;border-color:var(--color-primary, #2dd4bf);box-shadow:0 0 0 3px #2dd4bf1a}.ch-form__hint{font-size:.72rem;color:#059669;margin-top:3px;font-weight:500}.ch-confirm-modal{text-align:center;max-width:420px}.ch-confirm-modal h3{margin:12px 0 8px;font-size:1.1rem}.ch-confirm-modal p{font-size:.88rem;color:var(--color-text-secondary, #6b7280);line-height:1.5;margin:0}.ch-confirm-modal__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.ch-confirm-modal__icon--warning{background:#f59e0b1a;color:#f59e0b}.ch-confirm-modal__icon--danger{background:#ef44441a;color:#ef4444}.ch-confirm-modal .ch-modal__actions{justify-content:center}.ch-toast{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:.85rem;font-weight:500;z-index:200;animation:ch-slideDown .3s ease;box-shadow:0 8px 24px #00000026}.ch-toast--success{background:#10b981;color:#fff}.ch-toast--error{background:#ef4444;color:#fff}.ch-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:ch-spin .6s linear infinite}.ch-empty--inline{padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.ch-empty--inline svg{color:var(--color-text-muted, #d1d5db)}.ch-empty--inline p{font-size:.85rem;color:var(--color-text-muted, #9ca3af);max-width:340px;margin:0}.ch-onboarding{display:flex;flex-direction:column;align-items:center;gap:32px;padding:48px 24px 56px;animation:ch-onboarding-enter .5s ease-out}.ch-onboarding__hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:480px}.ch-onboarding__glow{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:240px;height:120px;background:radial-gradient(ellipse at center,rgba(45,212,191,.15) 0%,transparent 70%);pointer-events:none;animation:ch-glow-pulse 3s ease-in-out infinite}.ch-onboarding__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;background:linear-gradient(135deg,#2dd4bf1f,#2dd4bf0a);border:1px solid rgba(45,212,191,.2);color:var(--color-a3-teal, #2dd4bf);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.ch-onboarding__title{font-size:1.5rem;font-weight:800;color:var(--color-a3-navy, #0f172a);margin:0 0 10px;line-height:1.3;letter-spacing:-.02em}.ch-onboarding__subtitle{font-size:.88rem;color:var(--color-text-muted, #6b7280);line-height:1.6;margin:0 0 24px;max-width:400px}.ch-onboarding__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:12px;border:none;background:linear-gradient(135deg,var(--color-a3-teal, #2dd4bf),#14b8a6);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #2dd4bf40,0 1px 3px #00000014;position:relative;overflow:hidden}.ch-onboarding__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 60%);opacity:0;transition:opacity .25s ease}.ch-onboarding__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2dd4bf59,0 2px 6px #0000001a}.ch-onboarding__cta:hover:before{opacity:1}.ch-onboarding__cta:active{transform:translateY(0)}.ch-onboarding__cta-arrow{transition:transform .25s ease}.ch-onboarding__cta:hover .ch-onboarding__cta-arrow{transform:translate(3px)}.ch-onboarding__reassurance{font-size:.82rem;color:var(--color-text-muted, #9ca3af);text-align:center;max-width:400px;line-height:1.5;margin:0}@media(max-width:768px){.ch-layout{flex-direction:column}.ch-detail{width:100%;min-width:0;border-left:none;border-top:1px solid var(--color-border, #e5e7eb)}.ch-list__tax-id{display:none}.ch-provider-grid{grid-template-columns:repeat(2,1fr)}.ch-form__row{grid-template-columns:1fr}}@media(max-width:480px){.ch-provider-grid{grid-template-columns:1fr 1fr}}.ch-form__toggle{display:flex;align-items:center;gap:6px;width:100%;padding:7px 10px;margin:6px 0 2px;background:rgba(var(--color-accent-rgb, 99, 102, 241),.06);border:1px solid rgba(var(--color-accent-rgb, 99, 102, 241),.18);border-radius:8px;color:var(--color-text-secondary, #94a3b8);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.ch-form__toggle:hover{background:rgba(var(--color-accent-rgb, 99, 102, 241),.12);border-color:rgba(var(--color-accent-rgb, 99, 102, 241),.35);color:var(--color-text, #e2e8f0)}.ch-form__toggle-arrow{margin-left:auto;font-size:10px;opacity:.6}.ch-addr-labeled-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 10px;padding:6px 0 4px}.ch-addr-field{display:flex;flex-direction:column;gap:4px;min-width:0}.ch-addr-field--wide{grid-column:1 / -1}.ch-addr-field__label{display:flex;align-items:baseline;gap:5px;font-size:10.5px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-secondary, #94a3b8);-webkit-user-select:none;user-select:none}.ch-addr-field__label-th{font-size:9.5px;font-weight:400;letter-spacing:0;text-transform:none;color:#b0bec5}.ch-addr-field__input{height:36px;font-size:13.5px;padding:0 10px;width:100%;box-sizing:border-box;color:var(--color-text, #1e293b);background:var(--color-input-bg, #f8fafc);border:1.5px solid var(--color-border, #e2e8f0);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.ch-addr-field__input::placeholder{font-size:12.5px;color:#94a3b8;font-style:normal}.ch-addr-field__input:hover:not(:focus){border-color:#cbd5e1}.ch-addr-field__input:focus{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a;background:#fff}.ch-addr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px 8px;padding:4px 0 2px;background:transparent;border:none;margin-bottom:2px}.ch-addr-grid:before{display:none}.ch-addr-grid .ch-form__group{margin:0}.ch-addr-grid .ch-form__group label{font-size:8.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#575e6b;margin-bottom:2px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-addr-grid .ch-form__group input{height:26px;font-size:11.5px;padding:0 7px}.ch-addr-grid__span2{grid-column:span 2}.ch-addr-grid__full{grid-column:1 / -1}.ch-addr-section-label{display:none}.ch-addr-section-label:after{display:none}.ch-addr-block{display:flex;flex-direction:column;gap:4px}.ch-addr-ref-hint{display:flex;flex-direction:row;align-items:baseline;gap:6px;padding:4px 8px;border-left:2px solid hsla(38,80%,55%,.45);background:#f4aa2a0f;border-radius:0 4px 4px 0;animation:ch-fade-in .2s ease;margin-bottom:2px}.ch-addr-ref-hint__label{font-size:8.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#ad791f;flex-shrink:0}.ch-addr-ref-hint__text{font-size:11px;line-height:1.5;color:#555d6d;font-style:italic;-webkit-user-select:text;user-select:text}.ch-addr-preview{display:flex;flex-direction:row;align-items:baseline;gap:8px;padding:3px 0 3px 8px;border-left:2px solid hsla(200,60%,56%,.2);animation:ch-fade-in .2s ease;margin-top:2px}.ch-addr-preview__label{font-size:8.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#535965;flex-shrink:0}.ch-addr-preview__text{font-size:11px;line-height:1.4;color:#8a94a8;font-style:italic}@keyframes ch-fade-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.ch-addr-grid .ch-full-field__input{height:26px;font-size:11.5px;padding:0 7px;width:100%;box-sizing:border-box;background:#ffffff0a;border:1px solid hsla(220,15%,100%,.08);border-radius:6px;color:#bec4cf;transition:border-color .15s ease,background .15s ease}.ch-addr-grid .ch-full-field__input::placeholder{color:#4c515d}.ch-addr-grid .ch-full-field__input:hover:not(:focus){border-color:#ffffff21}.ch-addr-grid .ch-full-field__input:focus{outline:none;border-color:#40a9dd61;box-shadow:0 0 0 2px #40a9dd17;background:#ffffff0f}.ch-quick-pills{display:flex;align-items:center;gap:4px;margin-right:8px}.ch-quick-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;font-size:11px;font-weight:500;color:#737b8c;background:transparent;border:1px solid hsla(220,15%,100%,.07);border-radius:9999px;cursor:pointer;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.ch-quick-pill:hover{color:#bec4cf;border-color:#ffffff26}.ch-full-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--color-surface, #fff);z-index:50;display:flex;flex-direction:column;animation:ch-slideInOverlay .22s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:-4px 0 24px #0000000f}@media(min-width:1024px){.ch-full-overlay{left:var(--sidebar-width, 288px);transition:left .3s cubic-bezier(.4,0,.2,1);z-index:20}}@keyframes ch-slideInOverlay{0%{transform:translate(48px);opacity:0}to{transform:translate(0);opacity:1}}.ch-full-overlay__header{display:flex;align-items:center;gap:16px;padding:14px 20px;border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #fff);flex-shrink:0;z-index:2}.ch-full-overlay__back{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--color-text-secondary, #64748b);background:none;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;padding:6px 12px;cursor:pointer;transition:all .15s;flex-shrink:0}.ch-full-overlay__back:hover{background:var(--color-surface-hover, #f8fafc);color:var(--color-text, #1e293b)}.ch-full-overlay__title{display:flex;align-items:center;gap:10px;flex:1;overflow:hidden}.ch-full-overlay__title h2{font-size:15px;font-weight:700;color:var(--color-text, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.ch-full-overlay__title-th{font-size:11.5px;color:var(--color-text-secondary, #64748b);margin:1px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-full-overlay__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.ch-full-overlay__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.ch-full-overlay__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ch-full-overlay__action-row{display:flex;gap:12px;flex-wrap:wrap}.ch-full-card{background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:12px;padding:18px}.ch-full-card--wide{grid-column:1 / -1}.ch-full-card__title{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-secondary, #64748b);margin-bottom:14px}.ch-full-card__fields{display:flex;flex-direction:column;gap:12px}.ch-full-field{display:flex;flex-direction:column;gap:4px}.ch-full-field__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ch-full-field__label{display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;letter-spacing:.03em;color:var(--color-text-secondary, #94a3b8);text-transform:uppercase}.ch-full-field__value{font-size:13.5px;color:var(--color-text, #1e293b);font-weight:450;line-height:1.45;word-break:break-word}.ch-full-field__value--mono{font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;letter-spacing:.03em}.ch-full-field__value--warn{color:var(--color-warning, #f59e0b);font-style:italic;font-size:12px}.ch-full-field__empty{color:var(--color-text-muted, #cbd5e1);font-style:normal}.ch-full-field__input{width:100%;height:36px;padding:0 10px;font-size:13.5px;color:var(--color-text, #1e293b);background:var(--color-input-bg, #f8fafc);border:1.5px solid var(--color-border, #e2e8f0);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.ch-full-field__input:focus{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a;background:#fff}.ch-full-field__input--mono{font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:.05em}.ch-full-field__input--error{border-color:var(--color-danger, #ef4444)!important;box-shadow:0 0 0 3px #ef44441a}.ch-full-field__input--attention{border-color:#f59e0b!important;box-shadow:0 0 0 3px #f59e0b33;animation:attention-pulse 1.5s ease-in-out 2}@keyframes attention-pulse{0%,to{box-shadow:0 0 0 3px #f59e0b26}50%{box-shadow:0 0 0 6px #f59e0b4d}}.ch-full-field__textarea{width:100%;padding:8px 10px;font-size:13px;color:var(--color-text, #1e293b);background:var(--color-input-bg, #f8fafc);border:1.5px solid var(--color-border, #e2e8f0);border-radius:8px;outline:none;resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.ch-full-field__textarea:focus{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a;background:#fff}.ch-full-field__select{width:100%;height:36px;padding:0 10px;font-size:13px;color:var(--color-text, #1e293b);background:var(--color-input-bg, #f8fafc);border:1.5px solid var(--color-border, #e2e8f0);border-radius:8px;outline:none;cursor:pointer;box-sizing:border-box}.ch-full-field__select:focus{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}.ch-full-field__error{font-size:11px;color:var(--color-danger, #ef4444);margin-top:2px}.ch-full-addr-structured{display:flex;flex-direction:column;gap:3px;padding-top:10px;border-top:1px solid var(--color-border-light, #f1f5f9)}.ch-detail__wht-alert--full,.ch-detail__gov-notice--full{margin:0;border-radius:10px}.ch-btn--sm{padding:6px 14px;font-size:12.5px;height:32px;border-radius:8px}.ch-wht-toggle{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#1e293b4d;cursor:pointer;transition:all .25s ease;font-size:11px;color:#94a3b8}.ch-wht-toggle:hover{border-color:#94a3b852;background:#1e293b80}.ch-wht-toggle--on{border-color:#22c55e4d;background:#22c55e14;color:#4ade80}.ch-wht-toggle--on:hover{border-color:#22c55e73;background:#22c55e1f}.ch-wht-toggle__track{position:relative;display:inline-block;width:32px;height:18px;border-radius:9px;background:#64748b59;transition:background .25s ease;flex-shrink:0}.ch-wht-toggle--on .ch-wht-toggle__track{background:#22c55e80}.ch-wht-toggle__thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#cbd5e1;box-shadow:0 1px 3px #0000004d;transition:all .25s cubic-bezier(.4,0,.2,1)}.ch-wht-toggle--on .ch-wht-toggle__thumb{left:16px;background:#4ade80;box-shadow:0 0 6px #22c55e66}.ch-wht-toggle__label{font-weight:500;letter-spacing:.01em}@media(max-width:768px){.ch-full-overlay__grid{grid-template-columns:1fr}.ch-full-overlay__header{padding:10px 14px;gap:10px}.ch-full-overlay__body{padding:14px}.ch-full-field__row{grid-template-columns:1fr}}
