*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #111111)}.screen-center{height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center}.error-text{color:#d64545}.app-header{display:flex;flex-direction:column;gap:10px;padding:16px;border-bottom:1px solid var(--tg-theme-hint-color, #e0e0e0)}.role-switcher{display:flex;gap:8px}.role-btn{padding:6px 12px;border-radius:8px;border:1px solid var(--tg-theme-hint-color, #ccc);background:transparent;color:var(--tg-theme-text-color, #111);font-size:14px}.role-btn.active{background:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff);border-color:transparent}.app-main{padding:16px}.bug-list{display:flex;flex-direction:column;gap:10px}.bug-card{border:1px solid var(--tg-theme-hint-color, #e0e0e0);border-radius:12px;padding:12px 14px;cursor:pointer}.bug-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.bug-card-title{font-size:15px;font-weight:500}.bug-card-meta{display:flex;gap:10px;margin-top:6px;font-size:13px;color:var(--tg-theme-hint-color, #888)}.link-btn{background:none;border:none;color:var(--tg-theme-link-color, #2481cc);padding:0;font-size:14px;cursor:pointer}.bug-detail{display:flex;flex-direction:column;gap:12px}.bug-detail-header{display:flex;justify-content:flex-end}.bug-detail-desc{font-size:16px;line-height:1.4}.bug-detail-meta{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--tg-theme-hint-color, #666)}.bug-detail-actions{display:flex;flex-direction:column;gap:10px}textarea,select{width:100%;border-radius:8px;border:1px solid var(--tg-theme-hint-color, #ccc);padding:8px;font-family:inherit;font-size:14px}textarea{min-height:70px}.btn-row{display:flex;flex-wrap:wrap;gap:8px}button{border-radius:8px;border:none;background:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff);padding:9px 14px;font-size:14px;cursor:pointer}button:disabled{opacity:.5}.danger-btn{background:#d64545}.reassign-block{display:flex;flex-direction:column;gap:6px;font-size:14px}.bug-stats{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 0 20px;border-bottom:1px solid var(--tg-theme-hint-color, #e0e0e0);margin-bottom:12px}.donut{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center}.donut-hole{width:82px;height:82px;border-radius:50%;background:var(--tg-theme-bg-color, #fff);display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-total{font-size:22px;font-weight:700}.donut-label{font-size:12px;color:var(--tg-theme-hint-color, #888)}.bug-stats-legend{display:flex;gap:16px;font-size:13px}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px}.dot-active{background:#3538cd}.dot-closed{background:#12b76a}.period-switcher{display:flex;gap:6px}.period-count{font-size:13px;color:var(--tg-theme-hint-color, #888)}.sort-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}.sort-row select{width:auto}
