:root{--bg:#f6f7f9;--card:#fff;--ink:#131820;--muted:#697386;--line:#e2e6ea;--blue:#0c5cff;--navy:#0d1b2f;--soft:#eef4ff;--red:#d8342a;--radius:16px}*{box-sizing:border-box}.bptc-body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}.bptc-body a{color:inherit;text-decoration:none}.bptc-shell{width:min(1160px,calc(100% - 30px));margin:0 auto}.bptc-header{height:68px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.bptc-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.bptc-brand{display:flex;align-items:center;gap:9px;font-weight:800}.bptc-brandmark{width:34px;height:34px;border-radius:11px;background:var(--navy);color:#fff;display:grid;place-items:center}.bptc-nav nav{display:flex;align-items:center;gap:19px;font-size:14px;font-weight:650}.bptc-primary-link{background:var(--navy);color:#fff!important;padding:9px 13px;border-radius:10px}.bptc-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:4px;background:var(--red);color:#fff;border-radius:20px;font-size:10px}.bptc-main{padding:32px 0 60px}.bptc-hero{background:linear-gradient(120deg,#0d1b2f,#143f76);color:#fff;border-radius:22px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:25px}.bptc-kicker{font-size:12px;letter-spacing:.16em;opacity:.72;font-weight:800}.bptc-hero h1{font-size:clamp(31px,4vw,48px);line-height:1.05;margin:10px 0 12px}.bptc-hero p{margin:0;max-width:760px;color:#dbe6f5}.bptc-btn,.bptc-smallbtn,.bptc-ghostbtn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:11px 17px;font-weight:750;cursor:pointer;font:inherit}.bptc-btn{background:var(--blue);color:#fff!important;white-space:nowrap}.bptc-smallbtn{background:var(--navy);color:#fff!important;padding:8px 12px;font-size:13px}.bptc-ghostbtn{background:#fff;border:1px solid var(--line)}.bptc-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:22px}.bptc-tabs{display:flex;gap:7px;margin-bottom:12px}.bptc-tabs a{padding:8px 13px;border-radius:10px;color:var(--muted);font-weight:700;font-size:14px}.bptc-tabs .active{background:#fff;color:var(--ink);box-shadow:0 1px 2px rgba(0,0,0,.05)}.bptc-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);display:flex;margin-bottom:12px;overflow:hidden}.bptc-topic-card:hover{border-color:#cbd3dc}.bptc-card-body{padding:17px 18px;flex:1;min-width:0}.bptc-card h2,.bptc-topic-full h1{line-height:1.25;margin:7px 0 8px}.bptc-card h2{font-size:19px}.bptc-card p{margin:0;color:#3c4655}.bptc-meta{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.bptc-user{display:inline-flex;align-items:center;gap:8px;font-weight:700}.bptc-user img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#edf0f3}.bptc-user.compact img{width:22px;height:22px}.bptc-votes{width:48px;background:#fafbfc;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:12px 4px;gap:3px;flex:0 0 48px}.bptc-votes button{border:0;background:none;color:#8d96a4;cursor:pointer;font-size:15px;line-height:1}.bptc-votes .up.active{color:#ff6a00}.bptc-votes .down.active{color:#4169e1}.bptc-votes strong{font-size:12px}.bptc-topic-thumb{width:120px;max-height:80px;object-fit:cover;border-radius:10px;margin-top:12px}.bptc-topic-image{max-width:100%;border-radius:14px;margin-top:18px}.bptc-actions{margin-top:11px;font-size:13px;color:var(--muted);font-weight:650}.bptc-side{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;margin-bottom:12px}.bptc-side h3{margin:0 0 9px}.bptc-side p{color:var(--muted);font-size:14px}.bptc-side a{color:var(--blue);font-weight:700;font-size:14px}.bptc-empty{background:#fff;border:1px dashed #ccd3db;border-radius:var(--radius);padding:24px;color:var(--muted)}.bptc-empty a{color:var(--blue);font-weight:700}.bptc-topic-full{max-width:900px}.bptc-topic-full .bptc-card-body{padding:24px}.bptc-topic-full h1{font-size:30px}.bptc-prose{color:#293342}.bptc-prose p{white-space:pre-wrap}.bptc-reply-area{max-width:900px;margin-top:25px}.bptc-compose,.bptc-inline-reply form{background:#fff;border:1px solid var(--line);padding:14px;border-radius:14px;margin-bottom:18px}.bptc-compose textarea,.bptc-inline-reply textarea,.bptc-chat-form textarea{width:100%;border:1px solid #d7dce2;border-radius:10px;padding:12px;resize:vertical;font:inherit;margin-bottom:8px}.bptc-reply{display:flex;border-top:1px solid var(--line);padding:15px 0}.bptc-reply .bptc-votes{background:transparent;border:0;width:38px;flex-basis:38px;padding-top:4px}.bptc-reply>div:last-child{flex:1}.bptc-reply.nested{margin-left:34px;border-left:2px solid #e5e9ee;padding-left:10px}.bptc-inline-reply summary{cursor:pointer;color:var(--muted);font-size:12px;font-weight:700;margin-top:8px}.bptc-inline-reply form{margin-top:8px}.bptc-auth,.bptc-formpage,.bptc-rules{max-width:700px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.bptc-auth{max-width:460px}.bptc-auth h1,.bptc-formpage h1,.bptc-rules h1{margin-top:0}.bptc-auth form,.bptc-formpage form{display:grid;gap:15px}.bptc-auth label,.bptc-formpage label{display:grid;gap:6px;font-size:13px;font-weight:750}.bptc-auth input,.bptc-formpage input,.bptc-formpage textarea{width:100%;border:1px solid #d6dce2;border-radius:10px;padding:12px;font:inherit}.bptc-profile{display:flex;gap:22px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;margin-bottom:22px}.bptc-profile>img{width:112px;height:112px;border-radius:50%;object-fit:cover;background:#edf0f3}.bptc-profile h1{margin:2px 0}.bptc-handle{color:var(--muted);font-size:13px}.bptc-disclosure{padding:10px 12px;background:#f3f7ff;border-radius:10px;color:#355481;font-size:13px}.bptc-profile-head{display:flex;align-items:center;gap:18px;margin-bottom:18px}.bptc-profile-head img{width:78px;height:78px;border-radius:50%;object-fit:cover}.bptc-profile-head p{margin:4px 0;color:var(--muted);font-size:13px}.bptc-inbox-row,.bptc-notification{display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.bptc-inbox-row time,.bptc-notification time{font-size:12px;color:var(--muted)}.bptc-chat{max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.bptc-chat-head{padding:15px 18px;border-bottom:1px solid var(--line)}.bptc-chat-log{padding:20px;min-height:300px;display:flex;flex-direction:column;gap:10px}.bptc-bubble{max-width:75%;padding:10px 13px;border-radius:14px;background:#f0f2f5;align-self:flex-start}.bptc-bubble.mine{align-self:flex-end;background:#e7efff}.bptc-bubble p{margin:0;white-space:pre-wrap}.bptc-bubble time{display:block;margin-top:4px;font-size:10px;color:var(--muted)}.bptc-chat-form{border-top:1px solid var(--line);padding:13px;display:flex;gap:10px}.bptc-chat-form textarea{margin:0}.bptc-rules li{margin:12px 0}.bptc-flash{margin-bottom:18px;padding:12px 15px;border-radius:12px;background:#eaf8ef;color:#176c35}.bptc-flash.error{background:#fff0f0;color:#9c2727}.bptc-footer{border-top:1px solid var(--line);background:#fff;padding:25px 0;color:var(--muted);font-size:12px}.bptc-footer .bptc-shell{display:flex;gap:8px;flex-wrap:wrap}.bptc-footer a{font-weight:700}.bptc-rules ol{padding-left:22px}@media(max-width:800px){.bptc-nav nav a:not(.bptc-primary-link):not(:last-child){display:none}.bptc-header{height:60px}.bptc-main{padding-top:18px}.bptc-hero{padding:26px 22px;display:block}.bptc-hero .bptc-btn{margin-top:18px}.bptc-layout{grid-template-columns:1fr}.bptc-layout aside{display:none}.bptc-card-body{padding:14px}.bptc-votes{width:40px;flex-basis:40px}.bptc-topic-full h1{font-size:24px}.bptc-profile{display:block}.bptc-profile>img{margin-bottom:10px}.bptc-auth,.bptc-formpage,.bptc-rules{padding:20px}.bptc-inbox-row,.bptc-notification{grid-template-columns:1fr}.bptc-chat{border-radius:14px}.bptc-chat-form{display:block}.bptc-chat-form .bptc-btn{width:100%}.bptc-bubble{max-width:88%}}
.bptc-disclosure{display:flex;flex-direction:column;gap:5px;margin:12px 0;padding:11px 13px;background:#f3f7ff;border-radius:10px;color:#355481;font-size:13px}.bptc-disclosure-label{display:inline-flex;align-self:flex-start;font-size:12px;line-height:1;padding:5px 8px;border:1px solid #bed1f2;border-radius:999px;background:#fff}.bptc-chat-head{display:flex;align-items:center;gap:10px}.bptc-chat-disclosure{display:inline-flex;align-items:center;padding:5px 8px;border:1px solid #d7dce2;border-radius:999px;color:var(--muted);font-size:11px;font-weight:750;background:#fff}
