:root{--bg: #18181b;--bg-2: #27272a;--bg-3: #3f3f46;--border: #52525b;--text: #e4e4e7;--text-muted: #a1a1aa;--primary: #f472b6;--primary-hov: #ec4899;--sidebar-w: 220px;--top-nav-h: 48px;--c-greek: #818cf8;--c-greeklish: #34d399;--c-severe: #ef4444;--c-moderate: #f97316;--c-mild: #eab308;--c-success: #22c55e;--c-warning: #f59e0b;--c-channel: #94a3b8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font:inherit;border:none;background:none}code{font-family:ui-monospace,monospace;font-size:.875em}.loading-screen{display:flex;align-items:center;justify-content:center;height:calc(100vh - var(--top-nav-h))}.loading-inline{display:flex;justify-content:center;padding:2rem}.spinner{width:28px;height:28px;border:3px solid var(--bg-3);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.top-nav{position:sticky;top:0;z-index:100;height:var(--top-nav-h);background:var(--bg-2);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem;padding:0 1.25rem}.top-nav-brand{font-weight:700;font-size:1rem;color:var(--primary);margin-right:1rem;white-space:nowrap}.top-nav-links{display:flex;gap:.25rem;flex:1}.top-nav-link{padding:.35rem .75rem;border-radius:6px;font-size:.875rem;color:var(--text-muted);transition:background .15s,color .15s}.top-nav-link:hover,.top-nav-link.active{background:var(--bg-3);color:var(--text)}.top-nav-user{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.landing-page{max-width:900px;margin:0 auto;padding:4rem 1.5rem}.landing-hero{text-align:center;margin-bottom:3rem}.landing-title{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.landing-sub{font-size:1.1rem;color:var(--text-muted)}.landing-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.landing-card{background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:border-color .15s,transform .1s;display:flex;flex-direction:column;gap:.5rem}.landing-card:hover{border-color:var(--primary);transform:translateY(-2px)}.landing-card-icon{font-size:2rem}.landing-card-title{font-size:1.1rem;font-weight:600}.landing-card-desc{font-size:.875rem;color:var(--text-muted);flex:1}.landing-card-cta{font-size:.875rem;color:var(--primary);font-weight:500;margin-top:.5rem}.layout{display:flex;height:calc(100vh - var(--top-nav-h));overflow:hidden}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--bg-2);border-right:1px solid var(--border);display:flex;flex-direction:column}.sidebar-header{padding:1.25rem 1rem .75rem;border-bottom:1px solid var(--border)}.sidebar-title{font-weight:700;font-size:1rem;color:var(--primary)}.sidebar-nav{flex:1;padding:.5rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;color:var(--text-muted);border-radius:0;text-align:left;transition:background .15s,color .15s}.nav-item:hover{background:var(--bg-3);color:var(--text)}.nav-item.active{background:var(--bg-3);color:var(--text);border-left:3px solid var(--primary)}.sidebar-footer{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.user-name{font-size:.875rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{flex:1;overflow-y:auto}.page{max-width:860px;margin:0 auto;padding:1.5rem 1.25rem}.page-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.login-card{width:100%;max-width:360px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:2rem;text-align:center}.login-card h1{font-size:1.5rem;margin-bottom:.25rem}.login-subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background .15s,opacity .15s}.btn:disabled{opacity:.4;pointer-events:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hov)}.btn-ghost{background:var(--bg-3);color:var(--text)}.btn-ghost:hover{background:var(--border)}.btn-danger{color:var(--c-severe)}.btn-danger:hover{background:#ef444426}.btn-sm{padding:.35rem .75rem;font-size:.875rem}.btn-xs{padding:.2rem .5rem;font-size:.8rem}.btn-full{width:100%}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:.75rem;font-size:.9rem}.alert-error{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.alert-warning{background:#f59e0b26;color:#fcd34d;border:1px solid rgba(245,158,11,.3)}.alert-success{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.3)}.page-subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:1.5rem;margin-top:-.75rem}.textarea,.input{width:100%;padding:.6rem .75rem;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;color:var(--text);font:inherit;resize:vertical;outline:none}.textarea:focus,.input:focus{border-color:var(--primary)}.input-sm{width:auto;padding:.35rem .65rem;font-size:.875rem}.form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.hint{font-size:.8rem;color:var(--text-muted)}.tag{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.75rem;font-weight:600}.tag-success{background:#22c55e33;color:var(--c-success)}.tag-warning{background:#f59e0b33;color:var(--c-warning)}.tag-error{background:#ef444433;color:#fca5a5}.tag-muted{background:var(--bg-3);color:var(--text-muted)}.tag-greek{background:#818cf833;color:var(--c-greek)}.tag-greeklish{background:#34d39933;color:var(--c-greeklish)}.tag-severe{background:#ef444433;color:#fca5a5}.tag-moderate{background:#f9731633;color:#fdba74}.tag-mild{background:#eab30833;color:#fde047}.tag-channel{background:var(--bg-3);color:var(--c-channel)}.badge{font-size:.7rem;padding:.1rem .35rem;border-radius:999px;background:var(--c-severe);color:#fff}.badge-severe{background:var(--c-severe)}.result-card{display:flex;flex-direction:column;gap:.6rem}.lang-badge{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600;background:var(--bg-3);color:var(--text-muted);width:fit-content}.lang-greek{background:#818cf833;color:var(--c-greek)}.lang-greeklish{background:#34d39933;color:var(--c-greeklish)}.lang-english{background:#22c55e26;color:var(--c-success)}.result-row{display:flex;gap:.75rem;align-items:baseline}.result-label{font-size:.8rem;color:var(--text-muted);width:90px;flex-shrink:0}.translation-text{color:var(--c-success)}.flag-card{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;font-size:.875rem}.flag-card.flag-severe{background:#ef44441f;border-left:3px solid var(--c-severe)}.flag-card.flag-moderate{background:#f973161f;border-left:3px solid var(--c-moderate)}.flag-card.flag-mild{background:#eab3081f;border-left:3px solid var(--c-mild)}.flag-severity{font-weight:700;font-size:.75rem}.flag-sep{color:var(--text-muted)}.channel-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding:.75rem 1rem;background:var(--bg-2);border:1px solid var(--border);border-radius:8px}.channel-list{display:flex;flex-wrap:wrap;gap:.4rem;flex:1}.channel-item{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;font-size:.8rem;background:var(--bg-3)}.channel-item em{font-style:normal;color:var(--text-muted);font-size:.75rem}.channel-item.primary em{color:var(--c-greeklish)}.channel-remove{color:var(--text-muted);font-size:.7rem;line-height:1;padding:0 .1rem}.channel-remove:hover{color:var(--c-severe)}.channel-add{display:flex;gap:.4rem}.feed-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.feed-count{font-size:.8rem;color:var(--text-muted)}.feed-search{flex:1;min-width:160px}.pagination{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:var(--text-muted)}.feed{display:flex;flex-direction:column;gap:.5rem}.empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.9rem}.feed-card{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.feed-card.severity-severe{border-left:3px solid var(--c-severe)}.feed-card.severity-moderate{border-left:3px solid var(--c-moderate)}.feed-card.severity-mild{border-left:3px solid var(--c-mild)}.feed-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.feed-card-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.timestamp{font-size:.75rem;color:var(--text-muted)}.feed-message{margin-bottom:.3rem}.transliteration{font-style:italic;color:var(--text-muted);font-size:.9rem;margin-bottom:.3rem}blockquote.translation{border-left:3px solid var(--c-success);padding-left:.75rem;color:var(--c-success);font-size:.9rem;margin:.3rem 0}.stats-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stat{font-size:.9rem;color:var(--text-muted)}.stat strong{color:var(--text)}.learned-table{padding:0;overflow:hidden}.learned-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-bottom:1px solid var(--border)}.learned-row:last-child{border-bottom:none}.learned-word{color:var(--c-greek);min-width:140px}.learned-translation{flex:1;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;width:100%;max-width:640px;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1rem}.modal-body{overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.top-nav-hamburger{display:none}.top-nav-user-btn{font-size:.8rem;color:var(--text-muted);padding:.3rem .6rem;border-radius:6px;transition:background .15s,color .15s;white-space:nowrap;margin-left:auto}.top-nav-user-btn:hover,.top-nav-user-btn.active{background:var(--bg-3);color:var(--text)}@media (max-width: 600px){.layout{flex-direction:column;height:auto}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;height:auto;border-right:none;border-bottom:1px solid var(--border)}.sidebar-header{padding:.75rem 1rem}.sidebar-nav{display:flex;flex-direction:row;padding:.25rem;flex:unset;width:100%;overflow-x:auto}.nav-item{white-space:nowrap;border-left:none!important;border-bottom:3px solid transparent}.nav-item.active{border-bottom-color:var(--primary);background:transparent}.sidebar-footer{width:100%;border-top:1px solid var(--border);flex-shrink:0}.main-content{overflow-y:unset}.feed-toolbar{flex-wrap:wrap}.feed-search{min-width:100%}.top-nav{flex-wrap:wrap;height:auto;padding:0 1rem;position:relative}.top-nav-brand{flex:1;padding:.75rem 0}.top-nav-hamburger{display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:1.25rem;color:var(--text-muted);border-radius:6px}.top-nav-hamburger:hover{background:var(--bg-3);color:var(--text)}.top-nav-links{display:none;flex-direction:column;width:100%;padding:.25rem 0 .5rem;border-top:1px solid var(--border);gap:0}.top-nav-links.open{display:flex}.top-nav-link{width:100%;text-align:left;padding:.65rem .5rem;border-radius:6px;font-size:.95rem}.top-nav-user-btn{width:100%;text-align:left;padding:.65rem .5rem;margin-left:0;font-size:.95rem;border-radius:6px}.chat-page{height:auto;min-height:calc(100dvh - 60px)}.chat-channel-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scrollbar-width:none}.chat-channel-tabs::-webkit-scrollbar{display:none}.chat-channel-tab{white-space:nowrap;flex-shrink:0;padding:.6rem .85rem}.chat-input-bar{position:sticky;bottom:0;background:var(--bg-2);padding:.65rem .75rem}.chat-input-bar .input{font-size:16px}.chat-messages{padding:.5rem .75rem}.chat-message{font-size:.85rem}.landing-page{padding:2rem 1rem}.landing-title{font-size:1.75rem}.landing-cards{grid-template-columns:1fr;gap:.85rem}.landing-card{padding:1.1rem}.about-page{padding:1.5rem 1rem}.about-hero{gap:1rem}.about-avatar{width:72px;height:72px}.about-name{font-size:1.35rem}.blog-page{padding:1.5rem 1rem}.blog-list-card{padding:1rem}.blog-list-card-header{flex-direction:column;align-items:flex-start;gap:.35rem}.blog-post-page{padding:1.25rem 1rem}.blog-post-title{font-size:1.35rem}.settings-page{padding:1.25rem 1rem}.btn{min-height:44px}.btn-sm{min-height:36px}.btn-xs{min-height:28px}}.about-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.about-hero{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.about-avatar{width:96px;height:96px;border-radius:50%;background:var(--bg-3);border:2px solid var(--border);flex-shrink:0}.about-name{font-size:1.75rem;font-weight:700}.about-tagline{color:var(--text-muted);margin-top:.25rem}.about-content{line-height:1.8}.about-content h2{font-size:1.1rem;color:var(--primary);margin:1.5rem 0 .5rem;font-weight:600}.about-content p{margin-bottom:1rem;color:var(--text)}.blog-page{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem}.blog-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700}.blog-list{display:flex;flex-direction:column;gap:1rem}.blog-list-card{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem;cursor:pointer;transition:border-color .15s}.blog-list-card:hover{border-color:var(--primary)}.blog-list-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.blog-list-card-title{font-size:1.1rem;font-weight:600}.blog-list-card-excerpt{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem;line-height:1.6}.blog-list-card-footer{display:flex;align-items:center;justify-content:space-between}.blog-list-card-date{font-size:.8rem;color:var(--text-muted)}.blog-list-card-cta{font-size:.875rem;color:var(--primary);font-weight:500}.blog-post-page{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.blog-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.blog-post-title{font-size:1.75rem;font-weight:700;margin-bottom:.4rem;line-height:1.3}.blog-post-date{color:var(--text-muted);font-size:.875rem;margin-bottom:2rem}.blog-prose{line-height:1.85}.blog-prose h1,.blog-prose h2,.blog-prose h3{font-weight:700;margin:1.75rem 0 .75rem;line-height:1.3}.blog-prose h1{font-size:1.5rem}.blog-prose h2{font-size:1.25rem;color:var(--primary)}.blog-prose h3{font-size:1.05rem}.blog-prose p{margin-bottom:1rem}.blog-prose ul,.blog-prose ol{padding-left:1.5rem;margin-bottom:1rem}.blog-prose li{margin-bottom:.35rem}.blog-prose blockquote{border-left:3px solid var(--primary);padding-left:1rem;color:var(--text-muted);margin:1.25rem 0}.blog-prose code{background:var(--bg-3);padding:.15rem .4rem;border-radius:4px;font-size:.875em}.blog-prose pre{background:var(--bg-3);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto;margin-bottom:1rem}.blog-prose pre code{background:none;padding:0}.blog-prose a{color:var(--primary);text-decoration:underline}.blog-prose img{max-width:100%;border-radius:8px;margin:1rem 0}.blog-prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.blog-editor{max-width:760px;margin:0 auto;padding:2rem 1.5rem}.blog-editor-meta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.blog-editor-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem .75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:8px 8px 0 0;border-bottom:1px solid var(--bg-3)}.blog-editor-toolbar .btn-ghost.is-active{background:var(--bg-3);color:var(--primary)}.toolbar-sep{width:1px;background:var(--border);margin:0 .25rem;align-self:stretch}.blog-editor-body .ProseMirror{background:var(--bg-2);border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;padding:1rem;min-height:380px;outline:none;color:var(--text);line-height:1.7}.blog-editor-body .ProseMirror:focus{border-color:var(--primary)}.blog-editor-body .ProseMirror h1,.blog-editor-body .ProseMirror h2,.blog-editor-body .ProseMirror h3{margin:1rem 0 .5rem}.blog-editor-body .ProseMirror p{margin-bottom:.75rem}.blog-editor-body .ProseMirror ul,.blog-editor-body .ProseMirror ol{padding-left:1.5rem;margin-bottom:.75rem}.blog-editor-body .ProseMirror blockquote{border-left:3px solid var(--primary);padding-left:1rem;color:var(--text-muted);margin:1rem 0}.blog-editor-body .ProseMirror code{background:var(--bg-3);padding:.15rem .4rem;border-radius:4px;font-size:.875em}.blog-editor-body .ProseMirror pre{background:var(--bg-3);border:1px solid var(--border);border-radius:6px;padding:.75rem;overflow-x:auto;margin-bottom:.75rem}.blog-editor-body .ProseMirror p.is-editor-empty:first-child:before{content:"Start writing…";color:var(--text-muted);pointer-events:none;float:left;height:0}.blog-editor-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;gap:.75rem}.chat-page{display:flex;flex-direction:column;height:calc(100vh - var(--top-nav-h));max-width:960px;margin:0 auto;width:100%}.chat-page-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.chat-page-title{font-size:1.1rem;font-weight:600}.chat-interface{display:flex;flex-direction:column;flex:1;min-height:0}.chat-channel-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);background:var(--bg-2);flex-shrink:0}.chat-channel-tab{padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:.4rem}.chat-channel-tab:hover{color:var(--text)}.chat-channel-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.chat-tab-badge{background:var(--primary);color:#000;font-size:.7rem;font-weight:700;line-height:1;padding:.15rem .4rem;border-radius:9999px;min-width:1.2em;text-align:center}.chat-tab-remove{margin-left:.1rem;font-size:.8rem;color:var(--text-muted);line-height:1;padding:.1rem;border-radius:3px}.chat-tab-remove:hover{color:var(--c-severe);background:var(--bg-3)}.chat-channel-tab-add{font-size:1.1rem;padding:.4rem .8rem;color:var(--text-muted)}.chat-channel-tab-add:hover{color:var(--primary)}.chat-channel-add-form{display:flex;align-items:center;gap:.35rem;padding:.25rem .5rem}.chat-messages{flex:1;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;min-height:0}.chat-empty{color:var(--text-muted);font-size:.875rem;padding:1rem 0;text-align:center}.chat-message{display:flex;gap:.6rem;align-items:baseline;font-size:.875rem;line-height:1.4}.chat-message-time{color:var(--text-muted);font-size:.75rem;white-space:nowrap;flex-shrink:0}.chat-message-nick{color:var(--primary);font-weight:600;white-space:nowrap;flex-shrink:0}.chat-message-nick:after{content:":"}.chat-message-text{color:var(--text);word-break:break-word}.chat-input-bar{padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--bg-2);display:flex;gap:.5rem;flex-shrink:0}.chat-input-bar .input{flex:1}.chat-message-highlight{background:#eab3080f;border-radius:3px}mark.chat-highlight{background:#eab30840;color:var(--text);border-radius:2px;padding:0 .1rem}.settings-page{max-width:620px;margin:0 auto;padding:2rem 1.5rem}.settings-section{margin-bottom:1.75rem}.settings-section-title{font-size:1rem;font-weight:600;color:var(--primary);margin-bottom:.75rem;border-bottom:1px solid var(--border);padding-bottom:.35rem}.settings-toggle{display:flex;align-items:center;gap:.65rem;padding:.5rem 0;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.settings-word-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.settings-word-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--bg-3);border:1px solid var(--border);border-radius:999px;padding:.2rem .5rem .2rem .7rem;font-size:.8rem}.settings-word-tag button{color:var(--text-muted)}.settings-word-tag button:hover{color:var(--c-severe)}.settings-add-word{display:flex;gap:.4rem}.bpp-page{padding:1.5rem;max-width:780px}.bpp-header{margin-bottom:1.25rem}.bpp-title{font-size:1.15rem;font-weight:600;margin-bottom:.3rem}.bpp-subtitle{font-size:.85rem;color:var(--text-muted)}.bpp-subtitle code{background:var(--bg-3);padding:.1rem .35rem;border-radius:4px}.bpp-mode-tabs{display:flex;gap:.25rem;margin-bottom:.75rem}.bpp-mode-tab{padding:.35rem .85rem;border-radius:6px;font-size:.85rem;color:var(--text-muted);background:var(--bg-3);transition:background .15s,color .15s}.bpp-mode-tab:hover{color:var(--text)}.bpp-mode-tab.active{background:var(--primary);color:#000;font-weight:600}.bpp-lookup-form{display:flex;gap:.5rem;margin-bottom:1rem}.bpp-result{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.bpp-user{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.bpp-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.bpp-username{font-weight:600;font-size:1rem}.bpp-rank{font-size:.8rem;color:var(--text-muted)}.bpp-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;margin-bottom:.75rem}.bpp-stat{background:var(--bg-3);border-radius:6px;padding:.5rem .75rem}.bpp-stat-label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.15rem}.bpp-stat-value{font-weight:600;font-size:.95rem}.bpp-highlight{color:var(--primary)}.bpp-note{font-size:.8rem;color:var(--text-muted)}.bpp-manual{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.bpp-manual-label{font-size:.875rem;color:var(--text-muted);white-space:nowrap}.bpp-gauge-section{background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.bpp-gauge-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem;flex-wrap:wrap;gap:.25rem}.bpp-gauge-label{font-weight:600;font-size:.9rem}.bpp-gauge-value{font-size:.85rem;color:var(--text-muted)}.bpp-bar-track{height:10px;background:var(--bg-3);border-radius:999px;overflow:hidden;margin-bottom:1rem}.bpp-bar-fill{height:100%;background:var(--primary);border-radius:999px;transition:width .4s ease}.bpp-milestones{width:100%;border-collapse:collapse;font-size:.85rem}.bpp-milestones th{text-align:left;color:var(--text-muted);font-weight:500;padding:.3rem .5rem;border-bottom:1px solid var(--border)}.bpp-milestones td{padding:.45rem .5rem;border-bottom:1px solid var(--bg-3)}.bpp-milestones tr:last-child td{border-bottom:none}.bpp-reached td{opacity:.6}.bpp-badge-reached{color:var(--c-success);font-weight:600}.bpp-badge-pending{color:var(--text-muted)}.bpp-manual-badge{font-size:.75rem;color:var(--text-muted);font-weight:400}
