:root{--pc-primary: rgb(245, 127, 64);--pc-primary-strong: hsl(19, 100%, 50%);--pc-surface: rgb(255, 255, 255);--pc-panel: rgb(255, 255, 255);--pc-border: hsl(210, 10%, 70%);--pc-border-strong: hsl(210, 12%, 55%);--pc-text: hsl(212, 19%, 20%);--pc-muted: hsl(212, 12%, 35%);--pc-dark: hsl(210, 25%, 18%);--pc-highlight: hsla(22, 100%, 55%, .15);--pc-shadow: 0 10px 30px rgba(16, 33, 46, .35)}:global(html),:global(body){margin:0;background:#f2f4f5;color:var(--pc-text);overflow:hidden;height:100%}.page{height:100%;padding:5px;background:#fff;overflow:hidden;box-sizing:border-box}.debug-banner{margin-bottom:.75rem;padding:.6rem .8rem;border-radius:10px;border:2px dashed var(--pc-border-strong);background:#fff4e6;color:var(--pc-text);font-size:.85rem;font-weight:600}.panel{width:100%;height:calc(100% - 25px);background:var(--pc-surface);box-shadow:none;border:none;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.panel__content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.panel__header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.8rem 1rem;background:#fff;gap:.25rem}.panel__header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.panel__footer{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.25rem .5rem;border-top:none;background:#fff;font-size:.75rem;font-weight:600;color:var(--pc-muted);flex:0 0 100px}.panel__footer>span,.panel__footer>img{transform:translateY(2px)}.footer-logo{height:42px;width:auto;display:block}.footer-logo--loading{animation:footer-pulse 1.2s ease-in-out infinite}@keyframes footer-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.headerLogo{display:block;max-height:36px;max-width:100%;width:auto;height:auto;object-fit:contain}.tabs{display:flex;align-items:center;gap:.35rem;background:#fff;border-radius:4px;border:2px solid var(--pc-border);padding:.2rem;width:100%}.tab{border:none;background:transparent;color:var(--pc-muted);padding:.35rem .75rem;border-radius:4px;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease;flex:1;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.tab__icon{flex:0 0 auto;width:18px;height:18px}.tab--active{background:var(--pc-primary);color:#fff}.tab:disabled{background:#f2f3f5;color:var(--pc-border-strong);cursor:not-allowed}.tab--link{text-decoration:none;color:inherit}.auth-button{border:none;background:transparent;color:#e03131;border-radius:4px;font-weight:600;font-size:.75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;min-width:38px;min-height:40px;padding:2px;transition:color .2s ease,transform .2s ease}.auth-button:hover{color:#b82020;transform:translateY(-1px)}.auth-button--connected{background:transparent;color:#2f9e44}.auth-button--connected:hover{color:#1c7a32}.auth-button--invalid{background:transparent;color:var(--pc-primary-strong)}.auth-button--invalid:hover{color:var(--pc-primary)}.auth-button__icon{width:34px;height:36px;display:block}.search{padding:.25rem;display:flex;flex-direction:column;gap:.4rem}.search__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.search__actions{display:inline-flex;align-items:center;gap:.3rem}.search__input{display:flex;align-items:center;gap:0;border:2px solid var(--pc-border-strong);border-radius:4px;background:#fff;overflow:hidden}.search__autocomplete{position:relative}.search input{flex:1;height:40px;border:none;border-radius:0;padding:0 .75rem;font-weight:400;background:#fff;color:var(--pc-text)}.search__filter-row{display:flex;justify-content:flex-end}.search__filter-wrap{position:relative;display:inline-flex;justify-content:flex-end}.search__help-wrap{display:inline-flex}.search__filter{width:36px;height:36px;border-radius:4px;border:none;background:transparent;color:var(--pc-primary-strong);display:grid;place-items:center;cursor:pointer;font-size:3rem}.search__help{width:36px;height:36px;border-radius:4px;border:none;background:transparent;color:var(--pc-primary-strong);display:grid;place-items:center;cursor:pointer;font-weight:400;font-size:1.5rem;line-height:1}.search__refresh{width:42px;height:40px;border-radius:0;border:none;background:transparent;color:#000;display:grid;place-items:center;cursor:pointer}.search__refresh:hover{color:#000}.search__submit{width:42px;height:40px;border-radius:0;border:none;border-left:2px solid var(--pc-border-strong);background:#6c7175;color:var(--pc-surface);display:grid;place-items:center;cursor:pointer}.search__submit:hover{background:#939ea5}.search__suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:.25rem 0;list-style:none;background:#fff;border:2px solid var(--pc-border);border-radius:4px;box-shadow:var(--pc-shadow);z-index:25;max-height:220px;overflow-y:auto}.search__suggestion{margin:0;padding:0}.search__suggestion>button{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;background:transparent;border:none;padding:.45rem .7rem;cursor:pointer;text-align:left}.search__suggestion>button:hover{background:#f2f5f7}.search__suggestion--active>button{background:#f2f5f7}.search__suggestion-name{font-size:.85rem;font-weight:700;color:var(--pc-text)}.search__suggestion-meta{font-size:.75rem;font-weight:600;color:var(--pc-muted)}.search__suggestion--empty{padding:.45rem .7rem;font-size:.8rem;font-weight:600;color:var(--pc-muted)}.search__filter-panel{position:absolute;top:44px;right:0;background:#fff;border:2px solid var(--pc-border);border-radius:4px;padding:.5rem .75rem;box-shadow:var(--pc-shadow);display:grid;gap:.4rem;max-width:240px;min-width:180px;transform-origin:top right;animation:filter-slide .18s ease-out;z-index:20}.filter-option{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.85rem;color:var(--pc-text);cursor:pointer}.filter-option input{position:absolute;opacity:0;pointer-events:none}.filter-option__dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--pc-border-strong);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.filter-option input:checked+.filter-option__dot{border-color:var(--pc-primary);background:radial-gradient(circle at center,var(--pc-primary) 45%,transparent 47%)}@keyframes filter-slide{0%{transform:translateY(-6px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.filter-chip{border:none;background:var(--pc-primary);color:#fff;border-radius:999px;padding:.2rem .6rem;font-weight:700;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.vendor-status-card{margin-top:.45rem;border-radius:4px;background:#fff;overflow:hidden}.vendor-status-card__header{width:100%;border:none;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:.55rem .7rem;font-weight:700;font-size:.9rem;color:#000;cursor:pointer}.vendor-status-card__title{display:inline-flex;align-items:center;gap:.45rem}.vendor-status-card__dot{width:15px;height:15px;border-radius:50%;display:inline-block;flex:0 0 auto}.vendor-status-card__dot--red{background:#ff3b30}.vendor-status-card__dot--gray{background:#6c757d}.vendor-status-card__dot--yellow{background:#ffd60a}.vendor-status-card__dot--green{background:#2f9e44}.vendor-status-card__chevron{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.vendor-status-card__chevron svg{display:block;width:18px;height:18px}.vendor-status-card__chevron--collapsed{transform:rotate(180deg)}.vendor-status-card__body{border-top:2px solid var(--pc-border);background:#f8f9fa;padding:.55rem .7rem}.vendor-status-card__details{color:var(--pc-muted);white-space:pre-wrap;line-height:1.35;font-size:.85rem}.vendor-status-card__details--empty{font-style:italic}.list{padding:.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0;overflow-y:auto;max-height:calc(720px + 3.75rem)}.list__empty{padding:.75rem .5rem;color:var(--pc-muted);font-weight:600;font-size:.9rem;text-align:center}.help{padding:1rem 0;color:var(--pc-text);width:100%;box-sizing:border-box}.help-inline{margin:0;width:100%;box-sizing:border-box}.help h2{margin:0 0 .5rem;font-size:1rem}.help p{margin:0;color:var(--pc-muted)}.help__accordion{display:grid;gap:.5rem;width:100%;box-sizing:border-box}.help__item{background:#fff;overflow:hidden}.help__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;background:#fff;border:none;font-weight:600;font-size:.9rem;color:var(--pc-text);cursor:pointer}.help__header:hover{background:#f2f5f7}.help__chevron{color:#000;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.help__chevron svg{display:block;width:18px;height:18px}.help__chevron--collapsed{transform:rotate(180deg)}.help__body{padding:.6rem .75rem .75rem;border-top:2px solid var(--pc-border);background:#f8f9fa}.help__body-text{color:var(--pc-muted)}.help__body-text p{margin:.4rem 0 0}.help__body-text p:first-child{margin-top:0}.help__body-text ul,.help__body-text ol{margin:.4rem 0 .4rem 1.1rem;padding:0}.help__body-text li{margin:.2rem 0}.help__body-text a{color:var(--pc-primary-strong);text-decoration:underline}.help__body-text code{padding:0 .25rem;border-radius:4px;background:#fff;border:1px solid var(--pc-border);font-family:JetBrains Mono,Courier New,monospace;font-size:.85em}.help__image{display:block;width:100%;max-width:360px;margin-top:.6rem;border-radius:8px;border:2px solid var(--pc-border)}.card{background:#fff;border-radius:4px;border:2px solid var(--pc-border);padding:.5rem;box-shadow:inset 0 1px #fff9;cursor:pointer;position:relative}.card.selected{border-color:var(--pc-primary-strong);box-shadow:0 0 0 3px var(--pc-highlight)}.card__label{display:inline-block;padding:.25rem .5rem;background:var(--pc-dark);color:#f9fbfd;border-radius:6px;font-weight:700;margin-bottom:.5rem;font-size:.9rem}.card__chip-row{display:flex;justify-content:flex-end;margin-bottom:.4rem;gap:.35rem}.card__chip{padding:.1rem .3rem;border-radius:6px;background:transparent;color:var(--pc-primary);font-size:.75rem;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center}.card__chip-icon{width:16px;height:16px;display:block}.card__chip-icon--payment{width:30px;height:30px}.card__chip-icon--purchasing{width:35px;height:35px}.card__chip-text{font-size:.7rem}.card__content{display:flex;align-items:flex-start;gap:.75rem}.card__text{display:grid;gap:.15rem}.card__copy-icon{position:absolute;right:.5rem;bottom:.5rem;color:var(--pc-muted);display:inline-flex;align-items:center;justify-content:center}.card__address{font-weight:400;color:var(--pc-muted)}.card__toast{position:absolute;top:.5rem;right:.5rem;background:var(--pc-dark);color:#fff;padding:.35rem .6rem;border-radius:999px;font-weight:600;font-size:.75rem;box-shadow:var(--pc-shadow);pointer-events:none;animation:toast-pop .2s ease}@keyframes toast-pop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.page{padding:5px}.panel{min-height:calc(100vh - 2rem)}}
