@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--radius:8px;--radius-sm:6px;--radius-lg:12px;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--transition:120ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.55;margin:0}::selection{background:var(--accent-primary);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}a{color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-primary-hover)}h1,h2,h3{font-family:var(--font-sans);font-weight:600;letter-spacing:-.02em;color:var(--text)}h1{font-size:1.375rem;margin:0 0 .3rem}h2{font-size:.95rem;margin:0 0 .9rem;font-weight:600}p.subtitle{color:var(--text-muted);margin-top:0;margin-bottom:1.75rem;font-size:.85rem}.page{max-width:1040px}.page-header{margin-bottom:1.75rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.4rem 1.5rem;margin-bottom:1.25rem}.card+.card{margin-top:1.25rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-header h2{margin:0}.grid{display:grid;grid-gap:.9rem;gap:.9rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.3rem;min-width:150px;transition:border-color var(--transition)}.stat-card:hover{border-color:var(--border-hover)}.stat-card .label{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--text-muted);font-weight:500}.stat-card .value{font-size:1.5rem;font-weight:600;font-family:var(--font-mono);margin-top:.4rem;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-sans);font-weight:500;font-size:.83rem;padding:.5rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;transition:border-color var(--transition),background var(--transition),color var(--transition)}.btn:hover{border-color:var(--border-hover);background:var(--surface-hover)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.btn-primary{background:var(--accent-primary);border:1px solid var(--accent-primary);color:#fff}.btn-primary:hover{background:var(--accent-primary-hover);border-color:var(--accent-primary-hover)}.btn-danger{border-color:var(--border);color:var(--danger);background:transparent}.btn-danger:hover{background:var(--danger-bg);border-color:var(--danger)}.btn-sm{padding:.32rem .65rem;font-size:.76rem}.btn-icon{padding:.4rem;line-height:0}input[type=date],input[type=number],input[type=password],input[type=search],input[type=text],select,textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.5rem .7rem;font-family:var(--font-sans);font-size:.85rem;width:100%;transition:border-color var(--transition)}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(91,110,232,.15)}textarea{resize:vertical;min-height:80px}label{font-size:.78rem;color:var(--text-muted);font-weight:500;display:block;margin-bottom:.4rem}.field{margin-bottom:1rem}.field-hint{font-size:.76rem;color:var(--text-faint);margin-top:.35rem}.checkbox-row{display:flex;align-items:center;gap:.65rem;padding:.65rem 0;border-bottom:1px solid var(--border)}.checkbox-row:last-child{border-bottom:none}.checkbox-row input{width:auto;accent-color:var(--accent-primary)}.form-row{display:flex;gap:.6rem;align-items:flex-end}.form-row>*{flex:1 1}.form-row>.btn{flex:0 0 auto}table{width:100%;border-collapse:collapse;font-size:.85rem}th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);font-weight:600;padding:.55rem .6rem}td,th{border-bottom:1px solid var(--border)}td{padding:.65rem .6rem;vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr{transition:background var(--transition)}tbody tr:hover{background:var(--surface-2)}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;padding:.22rem .55rem;border-radius:999px;font-family:var(--font-mono)}.badge-green{background:var(--success-bg);color:var(--success)}.badge-red{background:var(--danger-bg);color:var(--danger)}.badge-yellow{background:var(--warning-bg);color:var(--warning)}.badge-neutral{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}.badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.muted{color:var(--text-muted)}.mono{font-family:var(--font-mono)}.empty-state{padding:2.5rem 1rem;text-align:center;color:var(--text-faint);font-size:.85rem}.flex-between{display:flex;align-items:center;justify-content:space-between}.stack{flex-direction:column}.row,.stack{display:flex;gap:.6rem}.row{align-items:center}.divider{height:1px;background:var(--border);margin:1.25rem 0;border:none}.transcript-summary{display:flex;flex-wrap:wrap;gap:.45rem 1.25rem;color:var(--text-muted);font-size:.82rem}.transcript-summary strong{color:var(--text);font-weight:500}.discord-transcript{overflow:hidden;color:#dbdee1;background:#000;border:1px solid #1a1a1a;border-radius:var(--radius-lg);box-shadow:0 12px 32px rgba(0,0,0,.18);font-family:gg sans,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.discord-transcript-channel{display:flex;align-items:center;gap:.7rem;min-height:54px;padding:.55rem 1rem;color:#f2f3f5;background:#000;border-bottom:1px solid #1a1a1a;box-shadow:0 1px 0 rgba(4,4,5,.2),0 1.5px 0 rgba(6,6,7,.05),0 2px 0 rgba(4,4,5,.05)}.discord-channel-icon{color:#b5bac1;font-size:1.75rem;font-weight:300;line-height:1}.discord-transcript-channel>div:last-child{display:flex;flex-direction:column;min-width:0}.discord-transcript-channel strong{overflow:hidden;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.discord-transcript-channel span{color:#949ba4;font-size:.72rem}.discord-message-list{padding:1rem 0 1.5rem;background:#000}.discord-message{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:1rem;gap:1rem;padding:.2rem 1rem .2rem 1.05rem;margin-top:1.05rem}.discord-message:hover{background:#0b0b0c}.discord-message-avatar{display:grid;place-items:center;width:40px;height:40px;overflow:hidden;color:#fff;background:#5865f2;border-radius:50%;font-size:.74rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.discord-message-avatar img{width:100%;height:100%;object-fit:cover}.discord-message-content{min-width:0;padding-top:.05rem}.discord-message-header{display:flex;align-items:baseline;gap:.35rem;min-height:1.35rem}.discord-message-author{overflow:hidden;font-size:1rem;font-weight:600;line-height:1.25rem;text-overflow:ellipsis;white-space:nowrap}.discord-message-header time{color:#949ba4;font-size:.72rem;font-weight:400}.discord-edited{color:#949ba4;font-size:.65rem}.discord-bot-badge{align-self:center;padding:.08rem .25rem;color:#fff;background:#5865f2;border-radius:3px;font-size:.58rem;font-weight:700;line-height:1}.discord-empty-message{color:#949ba4;font-size:.9rem;font-style:italic}.discord-markdown{color:#dbdee1;font-size:1rem;line-height:1.375rem;overflow-wrap:anywhere}.discord-markdown>:first-child{margin-top:0}.discord-markdown>:last-child{margin-bottom:0}.discord-markdown p{margin:0}.discord-markdown p+p{margin-top:.5rem}.discord-markdown strong{color:#f2f3f5;font-weight:700}.discord-markdown a{color:#00a8fc;text-decoration:none}.discord-markdown a:hover{color:#00a8fc;text-decoration:underline}.discord-markdown h1,.discord-markdown h2,.discord-markdown h3{color:#f2f3f5;font-family:inherit;font-weight:700;letter-spacing:0;line-height:1.25}.discord-markdown h1{margin:1rem 0 .5rem;font-size:1.5rem}.discord-markdown h2{margin:.9rem 0 .45rem;font-size:1.25rem}.discord-markdown h3{margin:.75rem 0 .35rem;font-size:1rem}.discord-markdown ol,.discord-markdown ul{margin:.25rem 0 .25rem 1.5rem;padding:0}.discord-markdown li{margin:.08rem 0}.discord-markdown li>p{display:inline}.discord-markdown blockquote{margin:.25rem 0;padding:0 .75rem;color:#dbdee1;border-left:4px solid #4e5058}.discord-markdown code{padding:.1rem .25rem;color:#dbdee1;background:#1e1f22;border-radius:3px;font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,monospace;font-size:.85em}.discord-markdown pre{max-width:100%;padding:.5rem;margin:.35rem 0;overflow-x:auto;color:#dbdee1;background:#2b2d31;border:1px solid #1e1f22;border-radius:4px}.discord-markdown pre code{padding:0;background:transparent;border-radius:0;font-size:.78rem}.discord-markdown hr{height:1px;margin:.6rem 0;background:#4e5058;border:0}.discord-markdown table{display:block;max-width:100%;margin:.4rem 0;overflow-x:auto;border-collapse:collapse}.discord-markdown td,.discord-markdown th{padding:.35rem .55rem;border:1px solid #4e5058;text-transform:none}.discord-markdown th{color:#f2f3f5;background:#2b2d31;font-size:.82rem;letter-spacing:0}.discord-markdown tbody tr:hover{background:transparent}.discord-markdown input[type=checkbox]{width:auto;margin-right:.35rem;accent-color:#5865f2}.discord-markdown-compact{font-size:inherit;line-height:inherit}.discord-markdown-compact h1,.discord-markdown-compact h2,.discord-markdown-compact h3{margin-top:.5rem}.discord-mention{display:inline;padding:0 .12rem;color:#c9cdfb;background:rgba(88,101,242,.3);border-radius:3px;font-weight:500;cursor:default}.discord-mention:hover{color:#fff;background:#5865f2}.discord-mention.channel{color:#c9cdfb}.discord-spoiler{padding:0 .12rem;color:transparent;background:#1e1f22;border-radius:3px;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.discord-spoiler:focus,.discord-spoiler:hover{color:#dbdee1;background:rgba(30,31,34,.6);-webkit-user-select:text;-moz-user-select:text;user-select:text}.discord-underline{text-decoration:underline}.discord-subtext{color:#949ba4;font-size:.8125rem;line-height:1.1rem}.discord-custom-emoji{width:1.375em;height:1.375em;margin:0 .05em;object-fit:contain;vertical-align:-.35em}.discord-embed{position:relative;width:min(520px,100%);max-width:100%;padding:.75rem 1rem .75rem .75rem;margin-top:.3rem;overflow:hidden;color:#dbdee1;background:#2b2d31;border:1px solid #26272b;border-left:4px solid var(--discord-embed-accent,#1e1f22);border-radius:4px;font-size:.875rem;line-height:1.125rem}.discord-embed-main{display:flex;align-items:flex-start;gap:1rem}.discord-embed-content{flex:1 1;min-width:0}.discord-embed-provider{margin-bottom:.5rem;color:#b5bac1;font-size:.75rem}.discord-embed-author{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#f2f3f5;font-size:.875rem;font-weight:600}.discord-embed-author img{width:24px;height:24px;object-fit:cover;border-radius:50%}.discord-embed-author a,.discord-embed-title a{color:#f2f3f5}.discord-embed-author a:hover,.discord-embed-title a:hover{color:#f2f3f5;text-decoration:underline}.discord-embed-title{margin-bottom:.5rem;color:#f2f3f5;font-size:1rem;font-weight:600}.discord-embed-title .discord-markdown{color:inherit;font-weight:inherit}.discord-embed-title .discord-markdown p{display:inline}.discord-embed-description{margin-bottom:.5rem}.discord-embed-description .discord-markdown,.discord-embed-field .discord-markdown{color:#dbdee1;font-size:.875rem;line-height:1.125rem}.discord-embed-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;margin-top:.5rem}.discord-embed-field{grid-column:1/-1;min-width:0}.discord-embed-field.inline{grid-column:span 1}.discord-embed-field-name{margin-bottom:.15rem;color:#f2f3f5;font-weight:600}.discord-embed-field-name .discord-markdown{color:inherit;font-weight:inherit}.discord-embed-thumbnail{flex:0 0 auto;width:80px;max-height:80px;object-fit:cover;border-radius:4px}.discord-embed-image{display:block;max-width:100%;max-height:350px;margin-top:1rem;object-fit:contain;border-radius:4px}.discord-embed-footer{display:flex;align-items:center;margin-top:.5rem;color:#b5bac1;font-size:.75rem;line-height:1rem}.discord-embed-footer img{width:20px;height:20px;margin-right:.5rem;object-fit:cover;border-radius:50%}.discord-components{max-width:600px;margin-top:.35rem}.discord-component-container{width:min(600px,100%);padding:.75rem 1rem .75rem .75rem;margin-top:.35rem;overflow:hidden;background:#2b2d31;border:1px solid #1e1f22;border-left:4px solid var(--discord-component-accent,#5865f2);border-radius:8px}.discord-component-container.legacy,.discord-component-text+.discord-component-text{margin-top:.35rem}.discord-component-separator{height:1px;margin:.75rem 0;background:#3f4147}.discord-component-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.discord-component-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:60px;min-height:32px;padding:.25rem .9rem;color:#fff;background:#4e5058;border-radius:3px;font-size:.875rem;font-weight:500;line-height:1rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.discord-component-button:hover{color:#fff;background:#5d6069}.discord-component-button.style-1{background:#5865f2}.discord-component-button.style-1:hover{background:#4752c4}.discord-component-button.style-3{background:#248046}.discord-component-button.style-3:hover{background:#1a6334}.discord-component-button.style-4{background:#da373c}.discord-component-button.style-4:hover{background:#a1282c}.discord-component-button.style-5{color:#00a8fc;background:#4e5058}.discord-component-button.disabled{opacity:.5}.discord-component-emoji{width:18px;height:18px;object-fit:contain}.discord-component-select{display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;width:min(400px,100%);min-height:40px;padding:.5rem .75rem;color:#b5bac1;background:#1e1f22;border-radius:3px;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.discord-component-chevron{color:#b5bac1;font-size:1.1rem}.discord-component-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:1rem;gap:1rem}.discord-component-thumbnail{width:85px;height:85px;object-fit:cover;border-radius:8px}.discord-component-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.25rem;gap:.25rem;margin-top:.75rem;overflow:hidden;border-radius:8px}.discord-component-gallery img{width:100%;height:180px;object-fit:cover}.discord-attachment-file,.discord-component-file{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem .8rem;color:#00a8fc;background:#2b2d31;border:1px solid #1e1f22;border-radius:4px}.discord-attachments{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.35rem}.discord-attachment-image{display:block;width:auto;max-width:min(520px,100%);max-height:350px;object-fit:contain;border-radius:8px}.legacy-transcript-frame{display:block;width:100%;min-height:680px;background:#000;border:1px solid var(--border);border-radius:var(--radius-lg)}@media (max-width:700px){.discord-message{grid-template-columns:32px minmax(0,1fr);gap:.65rem;padding-right:.65rem;padding-left:.65rem}.discord-message-avatar{width:32px;height:32px}.discord-message-header{flex-wrap:wrap}.discord-message-header time{flex-basis:100%}.discord-embed-fields{grid-template-columns:1fr}.discord-embed-field.inline{grid-column:1/-1}.discord-embed-thumbnail{width:64px;max-height:64px}.discord-component-section{grid-template-columns:1fr}.discord-component-thumbnail{width:100%;height:auto;max-height:240px}.discord-component-gallery{grid-template-columns:1fr}}.transcript-filters{display:grid;grid-template-columns:minmax(240px,1fr) 170px 170px auto auto;align-items:end;grid-gap:.75rem;gap:.75rem}.transcript-filters .field{margin:0}.transcript-list-card .card-header{margin-bottom:.5rem}.table-scroll{overflow-x:auto}.transcript-pinned-row{background:rgba(226,160,63,.045)}.transcript-pin{margin-right:.4rem;color:#e2a03f}.transcript-row-actions{justify-content:flex-end;flex-wrap:nowrap}.transcript-toolbar{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.transcript-title-row{align-items:flex-start;gap:1rem}.transcript-title-row .subtitle{margin-bottom:1rem}.transcript-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin-top:.85rem}.transcript-info-grid>div,.transcript-staff{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.transcript-info-grid span,.transcript-staff>span{color:var(--text-faint);font-size:.7rem;text-transform:uppercase;letter-spacing:.035em}.transcript-info-grid strong,.transcript-staff>strong{overflow:hidden;font-size:.8rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.transcript-staff{margin-top:.65rem}.transcript-staff-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.transcript-staff-member{display:inline-flex;align-items:center;gap:.4rem;padding:.22rem .5rem;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;font-size:.76rem}.transcript-staff-member img{width:20px;height:20px;object-fit:cover;border-radius:50%}.discord-transcript-search{display:grid;grid-template-columns:minmax(190px,1.5fr) minmax(170px,1fr) 150px auto auto;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.65rem 1rem;background:#070708;border-bottom:1px solid #1a1a1a}.discord-transcript-search input{min-width:0;color-scheme:dark;background:#111214;border-color:#25262a}.discord-transcript-search>span{color:#949ba4;font-size:.72rem;text-align:right;white-space:nowrap}.discord-message.grouped{margin-top:0;padding-top:.1rem;padding-bottom:.1rem}.discord-message.grouped .discord-message-content{padding-top:0}.discord-grouped-time{align-self:start;padding-top:.2rem;color:transparent;font-size:.62rem;line-height:1.15rem;text-align:right}.discord-message.grouped:hover .discord-grouped-time{color:#949ba4}.discord-reply{position:relative;display:flex;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:20px;margin-bottom:.15rem;color:#b5bac1;font-size:.76rem;line-height:1rem;text-decoration:none}.discord-reply:hover{color:#dbdee1;text-decoration:none}.discord-reply-line{width:28px;height:12px;margin-left:-34px;margin-right:1px;border-top:2px solid #4e5058;border-left:2px solid #4e5058;border-radius:6px 0 0}.discord-message.grouped .discord-reply-line{margin-left:-34px}.discord-reply img{width:16px;height:16px;object-fit:cover;border-radius:50%}.discord-reply strong{flex:none;max-width:160px;color:#f2f3f5}.discord-reply strong,.discord-reply>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discord-reply>span:last-child{color:#949ba4}.discord-reactions{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.35rem}.discord-reaction{display:inline-flex;align-items:center;gap:.3rem;min-width:42px;min-height:30px;padding:.2rem .45rem;color:#b5bac1;background:#2b2d31;border:1px solid transparent;border-radius:8px;font-size:.8rem}.discord-reaction.selected{color:#c9cdfb;background:rgba(88,101,242,.15);border-color:#5865f2}.discord-reaction img{width:18px;height:18px;object-fit:contain}.discord-reaction strong{font-size:.75rem;font-weight:600}.discord-no-results{padding:3rem 1rem;color:#949ba4;text-align:center}@media (max-width:900px){.transcript-filters{grid-template-columns:1fr 1fr}.transcript-search-field{grid-column:1/-1}.transcript-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discord-transcript-search{grid-template-columns:1fr 1fr}.discord-transcript-search>span{text-align:left}}@media (max-width:600px){.discord-transcript-search,.transcript-filters,.transcript-info-grid{grid-template-columns:1fr}.transcript-search-field{grid-column:auto}.transcript-title-row{flex-direction:column}.discord-reply-line{display:none}}:root{--bg:#0a0a0b;--surface:#111113;--surface-2:#19191c;--surface-hover:#202023;--text:#ededef;--text-muted:#8c8c93;--text-faint:#5c5c64;--accent-primary:#5b6ee8;--accent-primary-hover:#6d7ef2;--border:#232327;--border-hover:#2f2f34;--danger:#f0555a;--danger-bg:rgba(240,85,90,0.1);--success:#3ecf8e;--success-bg:rgba(62,207,142,0.1);--warning:#e2a03f;--warning-bg:rgba(226,160,63,0.1)}