.mat-a11y-toolbar{font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(135deg,var(--mat-primary),var(--mat-secondary));color:var(--mat-text);box-shadow:0 8px 22px color-mix(in srgb,var(--mat-shadow) 18%,transparent);font-size:var(--mat-font-size);width:100%;}
.mat-a11y-inner{max-width:var(--mat-max-width);margin:0 auto;padding:var(--mat-padding-y) var(--mat-padding-x);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.mat-a11y-title{display:flex;align-items:center;gap:8px;white-space:nowrap;}
.mat-a11y-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--mat-radius);background:var(--mat-button-bg);border:1px solid var(--mat-button-border);}
.mat-a11y-links,.mat-a11y-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.mat-a11y-mobile-select-wrap{display:none;width:100%;flex-direction:column;gap:6px;}
.mat-a11y-mobile-select-label{font-weight:600;font-size:12px;line-height:1.2;}
.mat-a11y-mobile-select{width:100%;min-height:42px;border:1px solid var(--mat-button-border);border-radius:14px;padding:10px 12px;background:#fff;color:#111827;font-size:16px;font-family:inherit;}
.mat-a11y-mobile-select:focus{outline:2px solid var(--mat-text);outline-offset:2px;}
.mat-a11y-btn,.mat-a11y-link{appearance:none;border:1px solid var(--mat-button-border);border-radius:var(--mat-radius);background:var(--mat-button-bg);color:var(--mat-text);padding:7px 11px;line-height:1.15;font-size:inherit;cursor:pointer;text-decoration:none;transition:.18s ease;}
.mat-a11y-btn:hover,.mat-a11y-link:hover,.mat-a11y-btn:focus,.mat-a11y-link:focus{background:var(--mat-button-hover-bg);outline:2px solid var(--mat-text);outline-offset:2px;}
.mat-a11y-status{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.mat-a11y-voice-panel,.mat-a11y-gesture-panel{max-width:var(--mat-max-width);margin:0 auto 10px;padding:12px var(--mat-padding-x);background:#fff;color:#111827;border-radius:14px;border:1px solid #d1d5db;box-shadow:0 10px 28px rgba(0,0,0,.14);}
.mat-a11y-voice-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px;}.mat-a11y-voice-input{min-width:260px;flex:1;padding:9px 10px;border:1px solid #9ca3af;border-radius:10px;}.mat-a11y-voice-help,.mat-a11y-gesture-info{font-size:12px;color:#4b5563;margin-top:6px;}.mat-a11y-gesture-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px;}.mat-a11y-gesture-badge{background:#eef2ff;color:#1e3a8a;border-radius:999px;padding:4px 8px;font-size:12px;}.mat-a11y-gesture-video{display:block;max-width:260px;width:100%;border-radius:12px;background:#111827;margin-bottom:8px;}.mat-a11y-gesture-pad{border:1px dashed #9ca3af;border-radius:12px;padding:14px;margin-top:8px;background:#f9fafb;}
body.mat-a11y-font-1{font-size:106%!important}body.mat-a11y-font-2{font-size:112%!important}body.mat-a11y-font-3{font-size:118%!important}body.mat-a11y-font--1{font-size:94%!important}body.mat-a11y-font--2{font-size:88%!important}
body.mat-a11y-contrast{background:#000!important;color:#fff!important}body.mat-a11y-contrast *:not(img):not(video):not(svg){background-color:#000!important;color:#fff!important;border-color:#fff!important}body.mat-a11y-contrast a{color:#ff0!important}body.mat-a11y-spacing *{letter-spacing:.08em!important;line-height:1.75!important}body.mat-a11y-underline a{text-decoration:underline!important;text-underline-offset:3px!important}.mat-compact .mat-a11y-link,.mat-compact .mat-a11y-btn{padding:5px 8px;font-size:12px}
@media(max-width:768px){
.mat-a11y-inner{align-items:flex-start}
.mat-a11y-title{width:100%}
.mat-a11y-actions,.mat-a11y-links{width:100%}
.mat-a11y-btn,.mat-a11y-link{flex:1 1 auto}
.mat-a11y-voice-input{min-width:100%}
.mat-mobile-select-enabled .mat-a11y-inner{align-items:stretch;gap:10px}
.mat-mobile-select-enabled .mat-a11y-title{width:100%;justify-content:flex-start}
.mat-mobile-select-enabled .mat-a11y-links,.mat-mobile-select-enabled .mat-a11y-actions{display:none!important}
.mat-mobile-select-enabled .mat-a11y-mobile-select-wrap{display:flex}
.mat-mobile-select-enabled .mat-a11y-voice-panel,.mat-mobile-select-enabled .mat-a11y-gesture-panel{margin-top:2px}
}
