@font-face{font-family:SF Pro Display;src:url(/fonts/SFPRODISPLAYREGULAR.OTF) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/fonts/SFPRODISPLAYMEDIUM.OTF) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/fonts/SFPRODISPLAYBOLD.OTF) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;padding:0}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;background:#14151f;color:#ffeddf;min-height:100vh}button{font-family:inherit}a{color:inherit}.link{background:none;border:none;font-family:inherit;font-size:inherit;color:#ffeddf;opacity:.8;cursor:pointer;padding:0;text-decoration:underline}.login{max-width:360px;margin:0 auto;padding:80px 20px;text-align:center}.login__logo{height:90px;margin-bottom:20px}.login__title{font-size:1.5rem;font-weight:700;margin:0 0 28px}.form{display:flex;flex-direction:column;gap:12px;text-align:left}.form__label{font-weight:600;font-size:.9rem;margin-top:8px;opacity:.9}.form__error{color:#ffb199;font-size:.85rem;min-height:1em;margin:0}.input{font-family:inherit;font-size:15px;padding:13px 16px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffeddf;outline:none}.input::placeholder{color:#ffeddf66}.input:focus{border-color:#f1510680}.input--area{min-height:90px;resize:vertical}.button{font-family:inherit;font-size:15px;font-weight:600;padding:13px;border:none;border-radius:12px;background:#ffeddf;color:#2d3047;cursor:pointer;transition:transform .1s ease,opacity .15s ease}.button:hover:not(:disabled){opacity:.9}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{opacity:.6;cursor:default}:focus-visible{outline:2px solid rgba(241,81,6,.6);outline-offset:2px}code{font-family:SF Mono,ui-monospace,Menlo,monospace;background:#ffffff14;padding:2px 6px;border-radius:6px;font-size:.9em}.button--small{padding:9px 16px;font-size:.85rem;align-self:flex-start}.button--danger-outline{background:transparent;border:1px solid rgba(255,177,153,.5);color:#ffb199}.shell{display:flex;min-height:100vh}.sidebar{width:232px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;padding:24px 16px;border-right:1px solid rgba(255,255,255,.08);background:#ffffff05;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar__brand{display:flex;align-items:center;gap:10px;font-weight:700;padding:0 8px;margin-bottom:28px}.sidebar__logo{height:26px}.sidebar__nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar__link{text-decoration:none;opacity:.6;font-size:.9rem;font-weight:600;padding:10px 12px;border-radius:10px;transition:background-color .15s ease,opacity .15s ease,color .15s ease}.sidebar__link:hover{background:#ffffff0f;opacity:.9}.sidebar__link--active{opacity:1;color:#f15106;background:#f151061f}.sidebar__signout{padding:10px 12px}.shell__main{flex:1;min-width:0}.mobile-topbar,.nav-scrim{display:none}.content{max-width:1180px;margin:0 auto;padding:36px 40px 80px}@media (max-width: 880px){.sidebar{position:fixed;inset:0 auto 0 0;z-index:50;transform:translate(-100%);transition:transform .25s ease;background:#14151f}.sidebar--open{transform:translate(0)}.mobile-topbar{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:20;background:#14151f;font-weight:700}.mobile-topbar__logo{height:22px}.mobile-topbar__toggle{display:flex;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0}.mobile-topbar__toggle span{display:block;height:2px;background:#ffeddf;border-radius:2px}.nav-scrim--visible{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}.content{padding:20px 18px 60px}}.page-title{font-size:1.5rem;font-weight:700;margin:0 0 6px}.page-subtitle{opacity:.6;margin:0 0 28px}.section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.55;margin:32px 0 12px}.dash-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}@media (max-width: 880px){.dash-columns{grid-template-columns:1fr;gap:0}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.attention-list{display:flex;flex-direction:column;gap:8px}.attention-item{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:#f1510614;border:1px solid rgba(241,81,6,.25);border-radius:14px;padding:12px 16px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.attention-item:hover{background:#f1510624;border-color:#f1510666}.attention-item__name{font-weight:600}.attention-item__flags{display:flex;gap:6px;flex-wrap:wrap}.feed{display:flex;flex-direction:column;gap:10px}.feed-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px}.feed-item__row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.feed-item__name{font-weight:600;font-size:.9rem}.feed-item__date{margin-left:auto;font-size:.8rem;opacity:.5}.feed-item__text{margin:0;line-height:1.5;opacity:.9}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:28px}.stat-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 18px}.stat-card__value{font-size:1.6rem;font-weight:700;display:block}.stat-card__label{font-size:.8rem;opacity:.6}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.5;padding:0 12px 10px;font-weight:600}.data-table td{padding:12px;border-top:1px solid rgba(255,255,255,.08);vertical-align:top}.data-table tr.clickable{cursor:pointer}.data-table tr.clickable td{transition:background-color .15s ease}.data-table tr.clickable:hover td{background:#ffffff0a}.badge{display:inline-block;padding:3px 9px;border-radius:999px;font-size:.75rem;font-weight:600}.badge--open{background:#f151062e;color:#ff8a4d}.badge--resolved{background:#708d8140;color:#a9c4ba}.badge--muted{background:#ffffff14;opacity:.7}.report-list{display:flex;flex-direction:column;gap:12px}.report-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 18px}.report-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.report-card__message{margin:0 0 12px;line-height:1.5}.report-card__reply{background:#f151061a;border-radius:12px;padding:10px 12px;margin-bottom:12px}.report-card__reply-form{gap:8px}.trend-up{color:#a9c4ba}.trend-down{color:#ffb199}.sort-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;opacity:.8}.sort-bar select{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#ffeddf;border-radius:8px;padding:4px 8px;font-family:inherit}.empty-state{opacity:.6;font-style:italic;padding:20px 0}.detail-section{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px 22px;margin-bottom:20px}.detail-section__title{font-size:1rem;font-weight:700;margin:0 0 14px}.qa{margin-bottom:14px}.qa__q{font-size:.85rem;opacity:.6;margin:0 0 4px}.qa__a{margin:0;line-height:1.5;white-space:pre-wrap}.back-link{display:inline-block;margin-bottom:20px}
