:root{--apcc-primary:#1fd6cd;--apcc-accent:#ff0000;--apcc-text:#004156;--apcc-muted:#e9f7f6}.apcc-tab-btn{appearance:none;border:0;background:#fff;color:var(--apcc-text);padding:.5rem .75rem;border-radius:.75rem;margin:.25rem;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .06)}.apcc-tab-btn.is-active{background:var(--apcc-muted);color:var(--apcc-text);font-weight:600}.apcc-tab-panel{display:none;margin-top:.5rem}.apcc-tab-panel.is-active{display:block}.apcc-health-head{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.apcc-health-score{background:#fff;border:1px solid #eef;color:var(--apcc-text);padding:.4rem .6rem;border-radius:.5rem;font-weight:700}.apcc-health-bar{flex:1;height:8px;background:#f3f7fa;border-radius:999px;overflow:hidden}.apcc-health-bar .bar{height:100%;width:0;background:linear-gradient(90deg,var(--apcc-primary),#67e6da);transition:width .4s ease}.apcc-health-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.apcc-health-item{background:#fff;border:1px solid #eef;border-radius:.75rem;padding:.6rem .7rem}.apcc-health-item .row{display:flex;justify-content:space-between;align-items:center;gap:12px}.apcc-health-item .name{color:var(--apcc-text);font-weight:600}.apcc-health-item .hint{font-size:.9em;color:#456;margin-top:.25rem}.apcc-health-item .act{margin-top:.4rem}.apcc-link{color:var(--apcc-primary);text-decoration:none;font-weight:600}.apcc-badge{display:inline-block;padding:.15rem .45rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.apcc-badge.ok{background:#e6fff9;color:#11765e;border:1px solid #baf3e6}.apcc-badge.weak{background:#fff8e6;color:#7a5a00;border:1px solid #ffe3a1}.apcc-badge.missing{background:#ffe9e9;color:#8a1a1a;border:1px solid #ffb3b3}.apcc-price .apcc-price-strip{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.apcc-price .label{color:#678}.apcc-price-label{font-weight:800;padding:.15rem .45rem;border-radius:.5rem}.apcc-price-label.very_good{background:#e6fff2;color:#0d7a3a;border:1px solid #b6f2cf}.apcc-price-label.fair{background:#f0f7ff;color:#0a4b8a;border:1px solid #cfe3ff}.apcc-price-label.high{background:#fff1f1;color:#9e1d1d;border:1px solid #ffc7c7}.apcc-price-stats{display:grid;gap:.25rem;margin-bottom:.5rem;color:var(--apcc-text)}.apcc-price-suggest .msg{margin:.35rem 0;color:#223}.apcc-button{display:inline-block;background:var(--apcc-primary);color:#072b2a;text-decoration:none;padding:.45rem .75rem;border-radius:.6rem;font-weight:700;box-shadow:0 2px 6px rgb(0 0 0 / .06)}.apcc-button:hover{filter:brightness(.95)}.apcc-badge{display:inline-block;padding:.15rem .45rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.apcc-badge.ok{background:#e6fff9;color:#11765e;border:1px solid #baf3e6}.apcc-badge.weak{background:#fff8e6;color:#7a5a00;border:1px solid #ffe3a1}.apcc-badge.missing{background:#ffe9e9;color:#8a1a1a;border:1px solid #ffb3b3}.apcc-price .apcc-price-strip{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.apcc-price .label{color:#678}.apcc-price-label{font-weight:800;padding:.15rem .45rem;border-radius:.5rem}.apcc-price-label.very_good{background:#e6fff2;color:#0d7a3a;border:1px solid #b6f2cf}.apcc-price-label.fair{background:#f0f7ff;color:#0a4b8a;border:1px solid #cfe3ff}.apcc-price-label.high{background:#fff1f1;color:#9e1d1d;border:1px solid #ffc7c7}.apcc-price-stats{display:grid;gap:.25rem;margin-bottom:.5rem;color:#004156}.apcc-price-suggest .msg{margin:.35rem 0;color:#223}.apcc-button{display:inline-block;background:#1fd6cd;color:#072b2a;text-decoration:none;padding:.45rem .75rem;border-radius:.6rem;font-weight:700;box-shadow:0 2px 6px rgb(0 0 0 / .06)}.apcc-button:hover{filter:brightness(.95)}.apcc-alerts-group{display:grid;gap:.35rem;margin:.35rem 0 .25rem}.apcc-switch{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #eef;padding:.5rem .6rem;border-radius:.6rem;cursor:pointer}.apcc-switch input{appearance:none;width:36px;height:20px;border-radius:999px;background:#dfe7ef;position:relative;outline:none;transition:background .2s}.apcc-switch input::after{content:'';position:absolute;left:2px;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .15);transition:left .2s}.apcc-switch input:checked{background:#1fd6cd}.apcc-switch input:checked::after{left:18px}.apcc-switch .lbl{color:#004156;font-weight:600}.apcc-alerts-msg{color:#1a5;font-weight:700;margin-top:.25rem;min-height:1em}.apcc-hot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.35rem}.apcc-hot-item{display:block;background:#fff;border:1px solid #eef;border-radius:.6rem;padding:.35rem;text-decoration:none;color:#004156}.apcc-hot-item .thumb{position:relative;aspect-ratio:1/1;background:#f6fafb;border-radius:.4rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.apcc-hot-item .thumb img{width:100%;height:100%;object-fit:cover}.apcc-hot-item .thumb .ph{width:70%;height:70%;background:#e9eef4;border-radius:.4rem}.apcc-hot-item .thumb .new{position:absolute;left:6px;top:6px;font-size:.7rem;font-weight:800;background:#ffe97a;color:#613b00;padding:.1rem .3rem;border-radius:.35rem;box-shadow:0 1px 2px rgb(0 0 0 / .06)}.apcc-hot-item .t{font-weight:700;margin:.25rem 0 .1rem;line-height:1.2;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.apcc-hot-item .p{opacity:.85;font-weight:600;font-size:.85rem}.apcc-hot-pulse{color:#2b4;font-weight:700;margin-top:.1rem}.apcc-hot-actions{display:flex;gap:.5rem;align-items:center;margin-top:.4rem}.apcc-hot-saved{color:#1a5;font-weight:700;min-width:4ch}.apcc-seen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.35rem}.apcc-seen-item{display:block;background:#fff;border:1px solid #eef;border-radius:.6rem;padding:.35rem;text-decoration:none;color:#004156}.apcc-seen-item .thumb{position:relative;aspect-ratio:1/1;background:#f6fafb;border-radius:.4rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.apcc-seen-item .thumb img{width:100%;height:100%;object-fit:cover}.apcc-seen-item .thumb .ph{width:70%;height:70%;background:#e9eef4;border-radius:.4rem}.apcc-seen-item .t{font-weight:700;margin:.25rem 0 .1rem;line-height:1.2;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.apcc-seen-item .p{opacity:.85;font-weight:600;font-size:.85rem}.apcc-gam-bar{height:12px;background:#e8eef6;border-radius:999px;overflow:hidden;position:relative;margin-top:.25rem}.apcc-gam-bar .bar{height:100%;width:0;background:#1fd6cd;font-weight:800;font-size:.7rem;display:flex;align-items:center;justify-content:center;color:#063;transition:width .4s ease}.apcc-gam-meta{display:flex;gap:1rem;margin:.35rem 0;color:#004156}.apcc-gam-badges{display:flex;gap:.35rem;flex-wrap:wrap}.apcc-gam-badges .badge{background:#fff6de;color:#5a4200;border:1px solid #ffe3a1;padding:.15rem .4rem;border-radius:.5rem;font-weight:700;font-size:.75rem}.apcc-gam-suggest{margin:.35rem 0 0 1rem;list-style:disc}.apcc-prof-bar{height:12px;background:#e8eef6;border-radius:999px;overflow:hidden;position:relative;margin-top:.25rem}.apcc-prof-bar .bar{height:100%;width:0;background:#1fd6cd;font-weight:800;font-size:.7rem;display:flex;align-items:center;justify-content:center;color:#063;transition:width .4s ease}.apcc-prof-badges{display:flex;gap:.35rem;flex-wrap:wrap;margin:.35rem 0}.apcc-prof-badge{background:#fff;border:1px solid #eef;padding:.15rem .45rem;border-radius:.5rem;font-weight:700;font-size:.75rem;color:#004156}.apcc-prof-badge.fast{background:#e6fff9;border-color:#baf3e6;color:#11765e}.apcc-prof-badge.ver{background:#f0f7ff;border-color:#cfe3ff;color:#0a4b8a}.apcc-prof-badge.cmp{background:#fff6de;border-color:#ffe3a1;color:#5a4200}.apcc-prof-checks{margin:.35rem 0 0 0;list-style:none;padding:0;display:grid;gap:.35rem}.apcc-prof-checks li{background:#fff;border:1px solid #eef;border-radius:.6rem;padding:.45rem .6rem}.apcc-prof-checks li .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.apcc-prof-checks li .hint{color:#556;font-size:.9rem}.apcc-prof-checks li.state-ok{border-color:#baf3e6}.apcc-prof-checks li.state-weak{border-color:#ffe3a1}.apcc-prof-checks li.state-missing{border-color:#ffc7c7}.apcc-trust-meta .row{display:flex;align-items:center;justify-content:space-between}.apcc-trust-meta .badges{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.25rem}.apcc-trust-meta .b{background:#fff;border:1px solid #eef;border-radius:.5rem;padding:.15rem .45rem;font-weight:700;font-size:.75rem;color:#004156}.apcc-trust-actions{margin-top:.35rem;display:flex;gap:.5rem}.apcc-xpost-text,.apcc-xpost-images{width:100%;border:1px solid #e6edf5;border-radius:.6rem;padding:.5rem .6rem;margin:.35rem 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono',monospace}.apcc-xpost-actions{display:flex;gap:.5rem;align-items:center}.apcc-bundle-list{display:grid;gap:.4rem;margin-top:.2rem}.apcc-bundle-item{display:grid;grid-template-columns:auto 48px 1fr auto;align-items:center;gap:.5rem;background:#fff;border:1px solid #eef;border-radius:.6rem;padding:.35rem .5rem}.apcc-bundle-item img{width:48px;height:48px;object-fit:cover;border-radius:.4rem;background:#f6fafb}.apcc-bundle-item .t{font-weight:700}.apcc-bundle-item .p{font-weight:600;opacity:.9}.apcc-bundle-controls{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;margin-top:.4rem}.apcc-bundle-sum{margin-left:auto;font-weight:800;color:#0a4b8a}.apcc-ref-info{margin-top:.25rem;font-weight:700;color:#004156}.apcc-ref-spark{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono',monospace;opacity:.9;margin:.25rem 0;letter-spacing:.5px}.apcc-ref-actions{display:flex;justify-content:flex-end}.apcc-title-list{display:grid;gap:.4rem}.apcc-title-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem;background:#fff;border:1px solid #eef;border-radius:.6rem;padding:.4rem .6rem}.apcc-title-row .t{font-weight:700;line-height:1.2}.apcc-trend-spans{display:flex;gap:.35rem;margin:.25rem 0}.apcc-button.small{font-size:.8rem;padding:.25rem .5rem}.apcc-trend-spark{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono',monospace;letter-spacing:.5px;margin:.25rem 0}.apcc-trend-heatwrap{margin-top:.2rem}.apcc-trend-heat{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.apcc-trend-heat .c{text-align:center;padding:.25rem 0;border-radius:.4rem;border:1px solid #e6edf5;font-weight:700;font-size:.75rem}.apcc-card-tbadge .apcc-tbadge{display:inline-block;margin-top:.25rem;padding:.2rem .55rem;border-radius:999px;font-weight:800;border:1px solid #e6edf5}.apcc-card-tbadge .apcc-tbadge.up{background:#e6fff9;color:#11765e;border-color:#baf3e6}.apcc-card-tbadge .apcc-tbadge.down{background:#fff2f2;color:#8a0a0a;border-color:#fcc}.apcc-gam-recent{margin:.35rem 0 0 1rem;list-style:circle}.apcc-qr-templates{display:flex;gap:.35rem;margin:.25rem 0}.apcc-qr-canvas{width:100%;max-width:360px;border:1px solid #e6edf5;border-radius:.6rem;display:block;margin:.35rem 0;background:#fff}.apcc-qr-actions{display:flex;gap:.5rem}.apcc-qr-actions .apcc-button{min-width:140px}.apcc-card-minicomp .apcc-mc-top{display:flex;gap:.5rem;align-items:center;justify-content:space-between}.apcc-card-minicomp .apcc-mc-row{display:flex;justify-content:space-between;margin:.25rem 0;font-weight:700}.apcc-card-minicomp .apcc-mc-bars .bar{position:relative;height:12px;background:#e8eef6;border-radius:999px;overflow:hidden}.apcc-card-minicomp .apcc-mc-bars .seg.left{background:#e6fff9;height:100%}.apcc-card-minicomp .apcc-mc-bars .seg.right{background:#fff2f2;height:100%;float:right}.apcc-card-minicomp .apcc-mc-pos{margin-top:.25rem;font-size:.9rem;color:#004156;font-weight:700}.apcc-card-elastic .apcc-el-cur{font-weight:700;color:#004156;margin:.15rem 0 .35rem}.apcc-card-elastic .apcc-el-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem}.apcc-card-elastic .apcc-el-item{background:#fff;border:1px solid #e6edf5;border-radius:.6rem;padding:.35rem;cursor:pointer;user-select:none}.apcc-card-elastic .apcc-el-item.sel{outline:2px solid #0ea5e9}.apcc-card-elastic .apcc-el-item .t{font-weight:800}.apcc-card-elastic .apcc-el-item .p{opacity:.9}.apcc-card-elastic .apcc-el-item .v{font-weight:700;color:#0a4b8a}.apcc-comps-list{display:grid;gap:.35rem}.apcc-comps-row{display:grid;grid-template-columns:56px 1fr auto auto;gap:.5rem;align-items:center;text-decoration:none;color:inherit;background:#fff;border:1px solid #e6edf5;border-radius:.6rem;padding:.35rem .5rem}.apcc-comps-row img{width:56px;height:56px;object-fit:cover;border-radius:.4rem;background:#f8fafc}.apcc-comps-row .t{font-weight:700}.apcc-comps-row .p{font-weight:700;opacity:.9}.apcc-comps-row .d{font-weight:800}.apcc-comps-row .d.cheap{color:#11765e}.apcc-comps-row .d.high{color:#8a0a0a}.apcc-high-list{margin:.2rem 0 .35rem 1rem;list-style:disc}.apcc-card-demand .apcc-demand-spans{display:flex;gap:.35rem;margin:.25rem 0}.apcc-card-demand .apcc-demand-list{display:flex;gap:.35rem;flex-wrap:wrap}.apcc-card-demand .chip{padding:.25rem .5rem;border:1px solid #e6edf5;border-radius:999px;background:#fff;font-weight:800}.apcc-card-chat .apcc-chat-wrap{border:1px solid #e6edf5;border-radius:.6rem;background:#fff}.apcc-chat-list{max-height:260px;overflow:auto;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.apcc-chat-row{display:flex;flex-direction:column;max-width:85%}.apcc-chat-row.me{align-self:flex-end}.apcc-chat-row.them{align-self:flex-start}.apcc-chat-row .b{padding:.4rem .6rem;border-radius:.8rem;border:1px solid #e6edf5}.apcc-chat-row.me .b{background:#e6fff9;border-color:#baf3e6}.apcc-chat-row.them .b{background:#f8fafc}.apcc-chat-row .m{font-size:.75rem;opacity:.7;margin-top:.1rem}.apcc-chat-form{display:grid;grid-template-columns:1fr auto;gap:.35rem;padding:.5rem;border-top:1px solid #e6edf5}.apcc-chat-input{min-height:48px;border:1px solid #e6edf5;border-radius:.6rem;padding:.4rem .6rem;resize:vertical}.apcc-chat-gate{display:flex;gap:.35rem;margin-top:.35rem}.apcc-chat-email{flex:1;border:1px solid #e6edf5;border-radius:.6rem;padding:.4rem .6rem}.apcc-card-chatpro .apccp-top{display:flex;gap:.5rem;align-items:center;margin-bottom:.35rem}.apcc-card-chatpro .apccp-list{max-height:320px;overflow:auto;background:#fff;border:1px solid #e6edf5;border-radius:.6rem;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.apcc-card-chatpro .row{display:flex;flex-direction:column;max-width:85%}.apcc-card-chatpro .row.me{align-self:flex-end}.apcc-card-chatpro .row.them{align-self:flex-start}.apcc-card-chatpro .bubble{background:#f8fafc;border:1px solid #e6edf5;padding:.45rem .6rem;border-radius:.8rem}.apcc-card-chatpro .row.me .bubble{background:#e6fff9;border-color:#baf3e6}.apcc-card-chatpro .meta{font-size:.75rem;opacity:.7;margin-top:.1rem}.apcc-card-chatpro .apccp-typing{font-size:.8rem;opacity:.8;margin:.25rem 0}.apcc-card-chatpro .apccp-bar{display:grid;grid-template-columns:1fr auto;gap:.35rem;margin-top:.35rem}.apcc-card-chatpro .apccp-input{min-height:48px;border:1px solid #e6edf5;border-radius:.6rem;padding:.4rem .6rem;resize:vertical}.apcc-card-chatpro .apccp-offer{display:flex;gap:.35rem;align-items:center;margin-top:.35rem;flex-wrap:wrap}.apcc-card-chatpro .apccp-offer-input{width:140px;border:1px solid #e6edf5;border-radius:.6rem;padding:.35rem .5rem}.apcc-card-chatpro .apccp-gate{display:flex;gap:.35rem;align-items:center;margin-top:.35rem}.apcc-card-chatpro .apccp-email{flex:1;border:1px solid #e6edf5;border-radius:.6rem;padding:.35rem .5rem}.apcc-card-chatpro .row .ofr{font-weight:800;margin-bottom:.25rem}.apcc-card-chatpro .row .act{display:flex;gap:.25rem;margin-top:.25rem}.apcc-button.tiny{font-size:.75rem;padding:.2rem .4rem;border-radius:.45rem}.apcc-pin{order:-9999}.apcc-card-threads .apccp-threads-list{display:flex;flex-direction:column;gap:.35rem}.apcc-card-threads .apccp-threads-list .thread{display:grid;grid-template-columns:1fr auto auto;gap:.35rem;align-items:center;text-decoration:none;color:inherit;background:#fff;border:1px solid #e6edf5;border-radius:.6rem;padding:.4rem .6rem}.apcc-card-threads .thread .t{font-weight:800}.apcc-card-threads .thread .b{opacity:.8}.apcc-card-threads .thread .badge{background:#0ea5e9;color:#fff;border-radius:999px;padding:.1rem .45rem;font-weight:800}.apcc-card-chatpro .apccp-templates{display:flex;gap:.35rem;flex-wrap:wrap;margin:.35rem 0}.apcc-card-chatpro .chip{border:1px solid #e6edf5;background:#fff;border-radius:999px;padding:.2rem .6rem;cursor:pointer}.apcc-card-chatpro .apccp-tools{display:flex;gap:.5rem;align-items:center;margin:.25rem 0}.apcc-card-chatpro .apccp-preview img{border-radius:.6rem;border:1px solid #e6edf5}.apcc-button.outline{background:#fff;border:1px solid #e6edf5}.apcc-pin{order:-9999;position:sticky;top:0;z-index:5}.apcc-card-threads.apcc-pin{top:0}.apcc-card-chatpro.apcc-pin{top:62px}.apcc-toast{position:fixed;right:14px;bottom:18px;background:#0f172a;color:#fff;padding:.6rem .8rem;border-radius:.6rem;box-shadow:0 6px 18px rgb(2 6 23 / .25);font-weight:700}.apcc-card-chatpro .apccp-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.45rem .6rem;border:1px solid #e6edf5;border-radius:.8rem;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);margin-bottom:.35rem}.apcc-card-chatpro .avatar{width:34px;height:34px;border-radius:999px;background:#0ea5e9;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 2px 8px rgb(14 165 233 / .35)}.apcc-card-chatpro .meta .t1{font-weight:800;line-height:1.1}.apcc-card-chatpro .meta .t2{font-size:.8rem;opacity:.75}.apcc-button.ghost{background:#fff0;border:1px dashed #cbd5e1}.apcc-card-chatpro.expanded{position:sticky;top:0;z-index:9;box-shadow:0 12px 30px rgb(2 6 23 / .08)}