:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f1115;color:#f5f6fb}*{box-sizing:border-box}body{margin:0;background:#0f1115}button{cursor:pointer}.hud{position:fixed;top:12px;right:12px;background:#111318eb;border:1px solid rgba(255,107,107,.4);border-radius:10px;padding:12px;font-size:12px;font-family:JetBrains Mono,Fira Code,monospace;color:#f5f6fb;width:240px;z-index:9999}.hud__header{font-weight:600;margin-bottom:8px;color:#ff6b6b}.hud__row{display:flex;justify-content:space-between;margin-bottom:4px;gap:8px}.hud__row span:last-child{text-align:right}.hud__row--error span:last-child{color:#ff8787}.hud__logs{margin-top:8px;border-top:1px solid rgba(255,255,255,.08);padding-top:6px}.hud__logs-title{font-weight:500;margin-bottom:4px}.hud__log-line{display:grid;grid-template-columns:70px 40px 1fr;gap:4px;font-size:11px;color:#f5f6fbcc}.layout{display:flex;flex-direction:column;min-height:100vh;padding:0}.summary-header{background:#1e2129f2;border-bottom:1px solid rgba(255,255,255,.08);padding:12px 16px;position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.summary-header__content{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.summary-header__user{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.summary-header__user-name{font-size:16px;font-weight:600;color:#f5f6fbf2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-header__user-tz{font-size:12px;color:#f5f6fb99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-header__stats{display:flex;gap:16px;flex-shrink:0}.summary-header__stat{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.summary-header__stat-label{font-size:11px;color:#f5f6fb80;text-transform:uppercase;letter-spacing:.5px}.summary-header__stat-value{font-size:18px;font-weight:700;color:#f5f6fbf2}.summary-header__stat:first-child .summary-header__stat-value{color:#2196f3}.summary-header__stat:last-child .summary-header__stat-value{color:#ff9800}@media (max-width: 480px){.layout{padding:0}.summary-header{padding:10px 12px}.summary-header__content{gap:12px}.summary-header__user-name{font-size:14px}.summary-header__user-tz{font-size:11px}.summary-header__stats{gap:12px}.summary-header__stat-label{font-size:10px}.summary-header__stat-value{font-size:16px}.content{padding:12px}.nav{padding:0 12px;margin-bottom:12px}.nav__link{padding:6px 10px;font-size:14px}.card{padding:12px;border-radius:10px}.card h2{font-size:16px}.list__item{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 0}.list__actions{width:100%;justify-content:flex-end}.list__actions button{padding:6px 10px;font-size:13px}.list__meta{font-size:11px;flex-wrap:wrap}}.nav{display:flex;gap:8px;margin-bottom:16px}.nav__link{padding:8px 12px;border-radius:8px;background:#ffffff0f;color:#f5f6fb;text-decoration:none;font-weight:500}.nav__link--active{background:linear-gradient(135deg,#51cf66,#2f9e44);color:#0f1115}.content{flex:1;display:flex;flex-direction:column;gap:16px;padding:16px}.screen{padding:24px;text-align:center;display:flex;flex-direction:column;gap:12px}.screen button{align-self:center;padding:8px 16px;border-radius:8px;border:none;background:#51cf66;color:#0f1115;font-weight:600}.stack{display:flex;flex-direction:column;gap:16px}.card{background:#1e2129cc;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.05)}.card h2{margin:0;font-size:18px}.card input,.card select,.card button,.card textarea{padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0003;color:inherit}.card button{background:linear-gradient(135deg,#51cf66,#2f9e44);border:none;font-weight:600}.card--error{border-color:#ff6b6b80}.list{display:flex;flex-direction:column;gap:12px}.list__item{display:flex;justify-content:space-between;align-items:center;gap:12px}.list__title{font-weight:600}.list__meta{font-size:12px;color:#f5f6fb99}.list__actions{display:flex;gap:8px}.list__actions button{padding:8px 12px}.list__actions .danger{background:#ff6b6be6}.empty{text-align:center;color:#f5f6fb99}.field{display:flex;flex-direction:column;gap:6px}.hint{font-size:12px;color:#f5f6fb99}.skeleton-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:16px;background:linear-gradient(90deg,#ffffff14,#ffffff1f,#ffffff14);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton-title{width:70%;height:20px}.skeleton-meta{width:50%;height:14px}.skeleton-actions{display:flex;gap:8px}.skeleton-button{width:80px;height:36px;background:linear-gradient(90deg,#ffffff14,#ffffff1f,#ffffff14);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.empty-state__icon{font-size:64px;opacity:.6}.empty-state__title{font-size:20px;font-weight:600;color:#f5f6fbe6}.empty-state__message{font-size:14px;color:#f5f6fb99;max-width:400px;line-height:1.5}.error-state{text-align:center;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.error-state__icon{font-size:48px;opacity:.8}.error-state__title{font-size:18px;font-weight:600;color:#ff6b6be6}.error-state__message{font-size:14px;color:#f5f6fbb3;max-width:400px;line-height:1.5}.error-state__retry{margin-top:8px;padding:10px 20px;border-radius:8px;border:none;background:linear-gradient(135deg,#51cf66,#2f9e44);color:#0f1115;font-weight:600;cursor:pointer;transition:opacity .2s}.error-state__retry:hover{opacity:.9}.error-state__retry:active{opacity:.8}
