.back-link{position:fixed;top:16px;left:16px;color:var(--mtrl-sys-color-primary,#667eea);text-decoration:none;font-size:14px;z-index:100;padding:8px 16px;background:var(--mtrl-sys-color-surface,#fff);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.back-link:hover{text-decoration:underline}.mtrl-content{margin:0 auto 100px;max-width:1024px;flex:1;height:100%;transition:background-color 200ms cubic-bezier(0.2,0,0,1),margin 200ms ease;padding:0 10px;padding-bottom:16px}.mtrl-content .mtrl-content__header{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;margin-top:10px}.mtrl-content .mtrl-content__box{flex:1;height:100%;padding:24px;border-radius:16px;gap:5px;background-color:var(--mtrl-sys-color-surface-container)}.mtrl-content .mtrl-content__box.mtrl-content-info{background-color:var(--mtrl-sys-color-outline-variant);color:var(--mtrl-sys-color-on-surface-bright);padding:32px 56px 56px}.mtrl-content .mtrl-content__title{font-family:var(--mtrl-sys-typescale-display-large-font-family);font-size:var(--mtrl-sys-typescale-display-large-font-size,57px);font-weight:500;line-height:var(--mtrl-sys-typescale-display-large-line-height,64px);letter-spacing:var( --mtrl-sys-typescale-display-large-letter-spacing,-0.25px );margin:0}.mtrl-content .mtrl-content__description{font-family:var(--mtrl-sys-typescale-headline-small-font-family);font-size:var(--mtrl-sys-typescale-headline-small-font-size,24px);font-weight:var(--mtrl-sys-typescale-headline-small-font-weight,400);line-height:var(--mtrl-sys-typescale-headline-small-line-height,32px);margin:8px 0 0 0}.mtrl-content .mtrl-content__body{display:flex;flex-direction:column;gap:24px}.mtrl-content .mtrl-content__footer{background-color:var(--mtrl-sys-color-surface-container);border-radius:16px;display:flex;margin-top:32px}.mtrl-content .mtrl-content__footer-section{flex:5;display:flex;flex-direction:column;padding:48px 56px}.mtrl-content .mtrl-content__footer-text{font-size:14px;color:var(--mtrl-sys-color-on-surface-variant,#a0a0a0);line-height:1.7;max-width:900px;margin:0}.mtrl-components__section{background-color:var(--mtrl-sys-color-surface-container);border-radius:16px;padding:24px}.mtrl-components__section-head{margin-bottom:20px}.mtrl-components__section-title{font-family:var(--mtrl-sys-typescale-headline-small-font-family);font-size:var(--mtrl-sys-typescale-headline-small-font-size,24px);font-weight:var(--mtrl-sys-typescale-headline-small-font-weight,400);line-height:var(--mtrl-sys-typescale-headline-small-line-height,32px);color:var(--mtrl-sys-color-on-surface);margin:0 0 8px 0}.mtrl-components__section-description{font-size:14px;color:var(--mtrl-sys-color-on-surface-variant);margin:0}.mtrl-components__section-body{display:grid;grid-template-columns:1fr 320px;gap:24px;min-height:600px}@media (max-width:900px){.mtrl-components__section-body{grid-template-columns:1fr}}.mtrl-components__section-showcase{min-height:600px;overflow:hidden;position:relative;flex:2;display:flex;justify-content:center;align-items:center;gap:20px;padding:40px 24px 40px;color:var(--mtrl-sys-color-on-surface);margin:0}.mtrl-components__section-showcase .vlist{height:640px !important;width:320px;border:2px solid var(--vlist-border);border-radius:2px}.mtrl-components__section-info{display:flex;flex-direction:column;gap:16px;max-height:600px;overflow-y:auto}.mtrl-panel{border-radius:12px;padding:0;margin-bottom:16px}.mtrl-panel__title{font-weight:400;margin-bottom:8px;font-size:18px;color:var(--mtrl-sys-color-on-surface)}.mtrl-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mtrl-stat-card{background-color:var(--mtrl-sys-color-secondary-container);padding:12px;border-radius:8px}.mtrl-stat-card__label{font-size:11px;text-align:center;color:var(--mtrl-sys-color-on-surface-variant);text-transform:uppercase;letter-spacing:0.5px}.mtrl-stat-card__value{font-size:24px;font-weight:600;margin-top:4px;text-align:center}.mtrl-stat-card__value--loading{color:var(--mtrl-sys-color-primary)}.mtrl-stat-card__value--idle{color:var(--mtrl-sys-color-on-surface-variant)}.mtrl-stat-card__value--small{font-size:16px;height:28.5px}.mtrl-progress-display{margin-bottom:8px}.mtrl-progress-display__text{font-size:14px;color:var(--mtrl-sys-color-on-surface);margin-bottom:8px}.mtrl-progress-display__value{font-weight:600;color:var(--mtrl-sys-color-primary)}.mtrl-progress-bar{position:relative;height:8px;background-color:var(--mtrl-sys-color-surface-container-highest);border-radius:4px;overflow:hidden}.mtrl-progress-bar__fill{position:absolute;height:100%;border-radius:4px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width 0.3s ease-out}.mtrl-event-log{background-color:var(--mtrl-sys-color-surface);border-radius:8px;padding:12px;max-height:200px;overflow-y:auto;font-family:"Monaco","Menlo",monospace;font-size:11px}.mtrl-event-log__entry{padding:4px 0;border-bottom:1px solid var(--mtrl-sys-color-surface-container-highest)}.mtrl-event-log__entry:last-child{border-bottom:none}.mtrl-event-log__time{color:var(--mtrl-sys-color-on-surface-variant)}.mtrl-event-log__event{color:var(--mtrl-sys-color-primary);margin-left:8px}.mtrl-event-log__data{color:var(--mtrl-sys-color-tertiary);margin-left:8px}.vlist-item{border-bottom:none}.mtrl-item-content{display:flex;align-items:center;gap:12px;padding:0 12px;height:100%}.mtrl-item-image{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:18px;flex-shrink:0}.mtrl-item-image--placeholder{background-color:var(--mtrl-sys-color-surface-container-highest);animation:pulse 1.5s ease-in-out infinite}.mtrl-item-details{flex:1;min-width:0}.mtrl-item-title{font-weight:500;font-size:14px;color:var(--mtrl-sys-color-on-surface);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mtrl-item-title--placeholder{background-color:var(--mtrl-sys-color-surface-container-highest);color:transparent;border-radius:4px;width:120px;height:16px;animation:pulse 1.5s ease-in-out infinite}.mtrl-item-subtitle{font-size:12px;color:var(--mtrl-sys-color-on-surface-variant);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mtrl-item-subtitle--placeholder{background-color:var(--mtrl-sys-color-surface-container-highest);color:transparent;border-radius:4px;width:180px;height:14px;margin-top:4px;animation:pulse 1.5s ease-in-out infinite}.mtrl-item-meta{text-align:right;min-width:70px}.mtrl-item-date{font-size:11px;color:var(--mtrl-sys-color-on-surface-variant)}.mtrl-item-date--placeholder{background-color:var(--mtrl-sys-color-surface-container-highest);color:transparent;border-radius:4px;width:60px;height:12px;animation:pulse 1.5s ease-in-out infinite}.mtrl-item-status{font-size:10px;padding:2px 8px;border-radius:10px;display:inline-block;margin-top:4px;text-transform:uppercase;font-weight:500}.mtrl-item-status--active{background-color:#d4edda;color:#155724}.mtrl-item-status--pending{background-color:#fff3cd;color:#856404}.mtrl-item-status--inactive{background-color:#f8d7da;color:#721c24}@keyframes pulse{0%,100%{opacity:0.4}50%{opacity:0.7}}