:root{--text-primary:#000000e8;--text-secondary:#000000ba;--text-tertiary:#0000008a;--text-primary-on-brand:#fff;--text-secondary-on-brand:#ffffffdb;--text-tertiary-on-brand:#ffffffa1;--text-error:#e11920;--text-disabled:#0000003b;--text-brand:#6f01f5;--text-brand-hover:#4c06a1;--text-brand-dark:#190333;--text-accent:#eb47cd;--surface-background:#fff;--surface-elevated:#f5f5f5;--surface-elevated-hover:#ebebeb;--surface-overlay:#0000003b;--surface-disabled:#0000000d;--surface-brand-light:#f7f0ff;--surface-brand-light-hover:#e8d6ff;--surface-brand:#6f01f5;--surface-brand-hover:#4c06a1;--surface-brand-dark:#190333;--surface-brand-dark-hover:#4c06a1;--surface-accent-light:#fef1fc;--border-subtle:#00000014;--border-default:#00000024;--border-strong:#000000e8;--border-active:#6f01f5;--border-focus:#6f01f5;--border-error:#e11920;--border-disabled:#00000014;--feedback-green:#14a51a;--feedback-amber:#fcb603;--font-mono:"Roboto Mono",monospace;--nav-height:52px}*{box-sizing:border-box}.global-nav{z-index:100;height:var(--nav-height);background:var(--surface-brand-dark);align-items:center;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000001f}.nav-brand{color:var(--text-primary-on-brand);letter-spacing:.02em;margin-right:28px;font-size:1.1rem;font-weight:700;text-decoration:none}.nav-links{flex:1;gap:8px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-secondary-on-brand);border-radius:6px;padding:6px 12px;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s}.nav-links a:hover{color:var(--text-primary-on-brand);background:#ffffff1a}.nav-admin{color:var(--text-tertiary-on-brand);border-radius:6px;padding:6px 12px;font-size:.85rem;text-decoration:none;transition:background .15s,color .15s}.nav-admin:hover{color:var(--text-secondary-on-brand);background:#ffffff14}.nav-right{align-items:center;gap:12px;display:flex}.nav-user{color:var(--text-secondary-on-brand);font-size:.85rem}.nav-login{color:var(--text-primary-on-brand);border:1px solid #fff3;border-radius:6px;padding:6px 14px;font-size:.85rem;text-decoration:none;transition:background .15s,border-color .15s}.nav-login:hover{background:#ffffff1a;border-color:#ffffff59}.nav-logout{all:unset;cursor:pointer;color:var(--text-tertiary-on-brand);border-radius:6px;padding:6px 12px;font-size:.85rem;transition:background .15s,color .15s}.nav-logout:hover{color:var(--text-secondary-on-brand);background:#ffffff14}.nav-logout:disabled{opacity:.5;cursor:not-allowed}html{background:var(--surface-elevated);-webkit-font-smoothing:antialiased;font-size:18px;line-height:32px}html,body,#app{height:100%}body{color:var(--text-primary);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:32px}@media (max-width:1024px){body{font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{color:var(--text-brand-dark);letter-spacing:-.01em;margin:0 0 8px;font-size:28px;font-weight:700;line-height:36px}@media (max-width:768px){h1{font-size:24px;line-height:30px}}h2{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:600;line-height:26px}h3{color:var(--text-secondary);margin:20px 0 8px;font-size:15px;font-weight:600;line-height:22px}p{margin:12px 0;line-height:1.6}a{color:var(--text-brand);transition:color .15s}a:hover{color:var(--text-brand-hover)}a:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:2px}a:active{opacity:.8}svg{vertical-align:middle}.home{min-height:calc(100vh - var(--nav-height));flex-direction:column;justify-content:center;align-items:center;max-width:640px;margin:0 auto;padding:48px 24px;display:flex}.home .content{text-align:center;flex-direction:column;align-items:center;display:flex}.home .content h1{margin-bottom:8px;font-size:32px;line-height:40px}.home .content .home-subtitle{color:var(--text-secondary);margin:0 0 32px;font-size:1rem}.home .home-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.home .home-actions a{border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.home .home-actions a:active{transform:scale(.98)}.home .home-actions .action-primary{color:var(--text-primary-on-brand);background:var(--surface-brand);box-shadow:0 1px 3px #6f01f533}.home .home-actions .action-primary:hover{background:var(--surface-brand-hover);box-shadow:0 2px 8px #6f01f540}.home .home-actions .action-secondary{color:var(--text-brand);background:var(--surface-background);border:1px solid var(--border-default)}.home .home-actions .action-secondary:hover{background:var(--surface-brand-light);border-color:var(--border-active)}.dashboard{max-width:960px;margin:0 auto;padding:32px 24px 64px}.dashboard-header,.dashboard-section{margin-bottom:32px}.dashboard-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin:0 0 12px;font-size:.75rem;font-weight:600}.stat-cards-row{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.stat-card{background:var(--surface-background);border:1px solid var(--border-subtle);color:inherit;border-radius:12px;padding:20px 24px;text-decoration:none;transition:box-shadow .2s,border-color .2s,transform .1s;display:block;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f}.stat-card:hover{border-color:var(--border-active);color:inherit;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card:active{transform:translateY(0)}.stat-card-number{color:var(--text-brand);margin-bottom:8px;font-size:2.5rem;font-weight:700;line-height:1}.stat-card-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.stat-card--total .stat-card-number{color:var(--text-brand-dark)}.produkte-page,.produkt-detail-page{max-width:1800px;margin:0 auto;padding:32px 24px 64px}.page-header{margin-bottom:24px}.page-header-description{color:var(--text-secondary);margin:0;font-size:.95rem}.table-controls{background:var(--surface-background);border:1px solid var(--border-default);border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;display:flex;box-shadow:0 1px 3px #0000000a}.produkte-search{flex:1;min-width:0}.produkte-search-input-wrapper{align-items:center;display:flex;position:relative}.produkte-search-icon{color:var(--text-tertiary);pointer-events:none;flex-shrink:0;transition:color .15s;position:absolute;left:11px}.produkte-search-input-wrapper input.produkte-search-input{border:1px solid var(--border-subtle);background:var(--surface-elevated);width:100%;min-width:0;color:var(--text-primary);border-radius:7px;padding:8px 34px 8px 36px;font-size:.92rem;transition:border-color .15s,background .15s,box-shadow .15s}.produkte-search-input-wrapper input.produkte-search-input::placeholder{color:var(--text-tertiary)}.produkte-search-input-wrapper input.produkte-search-input:hover{border-color:var(--border-default)}.produkte-search-input-wrapper input.produkte-search-input:focus{background:var(--surface-background);border-color:var(--border-focus);box-shadow:0 0 0 3px var(--surface-brand-light);outline:none}.produkte-search-input-wrapper input.produkte-search-input:focus~.produkte-search-icon{color:var(--text-brand)}.produkte-search-input-wrapper:focus-within .produkte-search-icon{color:var(--text-brand)}.produkte-search-clear{all:unset;cursor:pointer;width:20px;height:20px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:color .12s,background .12s;display:flex;position:absolute;right:8px}.produkte-search-clear:hover{color:var(--text-primary);background:var(--surface-elevated-hover)}.produkte-search-clear:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.produkte-search-placeholder{height:34px}.filter-dropdown{flex-shrink:0;position:relative}.filter-dropdown-trigger{all:unset;border:1px solid var(--border-default);background:var(--surface-elevated);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:7px 12px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.filter-dropdown-trigger:hover{background:var(--surface-elevated-hover);border-color:var(--border-active);color:var(--text-primary)}.filter-dropdown-trigger:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.filter-dropdown-trigger[aria-expanded=true]{background:var(--surface-brand-light);border-color:var(--border-active);color:var(--text-brand)}.filter-dropdown-badge{background:var(--surface-brand);min-width:18px;height:18px;color:var(--text-primary-on-brand);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.filter-dropdown-chevron{opacity:.6;flex-shrink:0;transition:transform .18s}.filter-dropdown-chevron--open{transform:rotate(180deg)}.filter-dropdown-panel{z-index:200;background:var(--surface-background);border:1px solid var(--border-default);border-radius:10px;min-width:260px;max-width:360px;position:absolute;top:calc(100% + 6px);left:auto;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000f}.filter-dropdown-search-wrapper{border-bottom:1px solid var(--border-subtle);align-items:center;padding:10px 12px;display:flex;position:relative}.filter-dropdown-search-icon{color:var(--text-tertiary);pointer-events:none;flex-shrink:0;position:absolute;left:22px}.filter-dropdown-search-wrapper .filter-dropdown-search{all:unset;width:100%;color:var(--text-primary);background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:6px;padding:5px 26px 5px 32px;font-size:.875rem;transition:border-color .15s,box-shadow .15s,background .15s}.filter-dropdown-search-wrapper .filter-dropdown-search::placeholder{color:var(--text-tertiary)}.filter-dropdown-search-wrapper .filter-dropdown-search:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--surface-brand-light);background:var(--surface-background);outline:none}.filter-dropdown-search-clear{all:unset;cursor:pointer;width:18px;height:18px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:color .12s,background .12s;display:flex;position:absolute;right:18px}.filter-dropdown-search-clear:hover{color:var(--text-primary);background:var(--surface-elevated-hover)}.filter-dropdown-header{border-bottom:1px solid var(--border-subtle);background:var(--surface-brand-light);justify-content:space-between;align-items:center;padding:6px 14px;display:flex}.filter-dropdown-count{color:var(--text-brand);font-size:.78rem;font-weight:600}.filter-dropdown-clear{all:unset;color:var(--text-brand);cursor:pointer;border-radius:4px;padding:1px 4px;font-size:.78rem;transition:color .15s}.filter-dropdown-clear:hover{color:var(--text-brand-hover);text-decoration:underline}.filter-dropdown-clear:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.filter-dropdown-options{max-height:280px;padding:4px 0;overflow-y:auto}.filter-dropdown-options::-webkit-scrollbar{width:6px}.filter-dropdown-options::-webkit-scrollbar-track{background:0 0}.filter-dropdown-options::-webkit-scrollbar-thumb{background:var(--surface-overlay);border-radius:3px}.filter-dropdown-option{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:7px 14px;font-size:.875rem;transition:background .1s;display:flex}.filter-dropdown-option:hover{background:var(--surface-elevated);color:var(--text-primary)}.filter-dropdown-option--checked{color:var(--text-primary);background:var(--surface-brand-light)}.filter-dropdown-option--checked:hover{background:var(--surface-brand-light-hover)}.filter-dropdown-checkbox{width:16px;height:16px;accent-color:var(--surface-brand);cursor:pointer;flex-shrink:0}.filter-dropdown-option-label{flex:1;min-width:0;line-height:1.4}.filter-dropdown-empty{color:var(--text-tertiary);text-align:center;padding:16px 14px;font-size:.875rem}.back-link,.back-button{color:var(--text-secondary);align-items:center;gap:4px;margin-bottom:20px;padding:4px 0;font-size:.9rem;text-decoration:none;transition:color .15s;display:inline-flex}:is(.back-link,.back-button):hover{color:var(--text-brand)}.back-button{appearance:none;cursor:pointer;background:0 0;border:none;font-family:inherit}.back-button:hover:not(:disabled){box-shadow:none;color:var(--text-secondary);background:0 0;border-color:#0000}.muted{color:var(--text-tertiary);font-size:.95rem}.card{background:var(--surface-background);border:1px solid var(--border-subtle);border-radius:12px;transition:box-shadow .2s;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f}.card-padded{padding:20px 24px}.card-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.card-header h2{margin:0}.card-body{padding:20px 24px}.data-table{border-collapse:separate;border-spacing:0;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border-subtle);padding:12px 16px}.data-table th{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-elevated);font-size:.75rem;font-weight:600}.data-table th:first-child{border-radius:8px 0 0}.data-table th:last-child{border-radius:0 8px 0 0}.data-table tbody tr{transition:background .12s}.data-table tbody tr:hover td{background:var(--surface-elevated-hover)}.data-table tbody tr:last-child td{border-bottom:none}.data-table a{color:var(--text-brand);font-weight:500;text-decoration:none}.data-table a:hover{color:var(--text-brand-hover);text-decoration:underline}.card .data-table th{background:0 0;border-radius:0}.section{margin-bottom:28px}.detail-list{grid-template-columns:160px 1fr;gap:8px 16px;font-size:.95rem;display:grid}.detail-list dt{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;padding-top:2px;font-size:.8rem;font-weight:600}.detail-list dd{color:var(--text-primary);margin:0}.titel-form label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.form-row{align-items:center;gap:8px;display:flex}input[type=text],input[type=email],input[type=password],select{border:1px solid var(--border-default);background:var(--surface-background);color:var(--text-primary);border-radius:8px;flex:1;min-width:200px;padding:10px 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}:is(input[type=text],input[type=email],input[type=password],select):hover{border-color:var(--border-strong)}:is(input[type=text],input[type=email],input[type=password],select):focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--surface-brand-light);outline:none}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:18px;padding-right:36px}button{border:1px solid var(--surface-brand);background:var(--surface-brand);color:var(--text-primary-on-brand);cursor:pointer;white-space:nowrap;border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s,transform .1s}button:hover:not(:disabled){background:var(--surface-brand-hover);border-color:var(--surface-brand-hover);box-shadow:0 1px 4px #6f01f533}button:active:not(:disabled){transform:scale(.97)}button:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}button:disabled{opacity:.45;cursor:not-allowed}.btn-danger{border-color:var(--border-error);background:var(--surface-background);color:var(--text-error);font-weight:500}.btn-danger:hover:not(:disabled){border-color:var(--text-error);background:#fef2f2;box-shadow:0 1px 4px #e119201f}.saved-notice{color:var(--feedback-green);align-items:center;gap:4px;margin-left:8px;font-size:.85rem;font-weight:500;animation:.2s fadeIn;display:inline-flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.gesperrt-toggle{cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.gesperrt-toggle input[type=checkbox]{appearance:none;background:var(--border-default);cursor:pointer;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.gesperrt-toggle input[type=checkbox]:after{content:"";background:var(--surface-background);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000001a}.gesperrt-toggle input[type=checkbox]:checked{background:var(--surface-brand)}.gesperrt-toggle input[type=checkbox]:checked:after{transform:translate(16px)}.gesperrt-toggle input[type=checkbox]:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.gesperrt-toggle input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.gesperrt-label{color:var(--text-secondary);font-size:.85rem}.add-experte-form{align-items:center;gap:8px;margin-top:12px;display:flex}@media (max-width:600px){.add-experte-form{flex-direction:column;align-items:stretch}}.experte-search{flex:1;min-width:0;position:relative}.experte-input-wrapper{anchor-name:--experte-input;align-items:center;display:flex;position:relative}.experte-input-wrapper input[type=text]{width:100%;min-width:0;padding-right:36px}.experte-input-wrapper input[type=text].experte-input--selected{background:var(--surface-brand-light);border-color:var(--border-active);color:var(--text-brand);cursor:default}.experte-clear-btn{all:unset;width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:color .12s,background .12s;display:flex;position:absolute;right:10px}.experte-clear-btn:hover{color:var(--text-primary);background:var(--surface-elevated-hover)}.experte-spinner{border:2px solid var(--border-default);border-top-color:var(--surface-brand);pointer-events:none;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite experte-spin;position:absolute;right:12px}@keyframes experte-spin{to{transform:rotate(360deg)}}.experte-search-results{z-index:50;background:var(--surface-background);border:1px solid var(--border-default);border-radius:8px;max-height:240px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000f}@supports (anchor-name:--a){.experte-search-results{position-anchor:--experte-input;top:calc(anchor(bottom) + 4px);left:anchor(left);right:unset;width:anchor-size(width);position-try-fallbacks:flip-block;position:fixed}}.experte-search-item{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;transition:background .1s;display:flex}.experte-search-item:hover,.experte-search-item.experte-search-item--active{background:var(--surface-brand-light)}.experte-search-name{color:var(--text-primary);font-size:.95rem}.experte-no-results{z-index:50;background:var(--surface-background);border:1px solid var(--border-default);border-radius:8px;margin:0;padding:10px 14px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 4px 16px #0000001a,0 1px 4px #0000000f}@supports (anchor-name:--a){.experte-no-results{position-anchor:--experte-input;top:calc(anchor(bottom) + 4px);left:anchor(left);right:unset;width:anchor-size(width);position-try-fallbacks:flip-block;position:fixed}}.empty-state{text-align:center;color:var(--text-tertiary);padding:32px 16px;font-size:.95rem}.empty-state-icon{opacity:.5;margin-bottom:8px;font-size:2rem}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-active{background:var(--surface-brand-light);color:var(--text-brand)}.badge-locked{color:var(--text-error);background:#fef2f2}.not-logged-in{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:50vh;display:flex}.not-logged-in h1{margin-bottom:4px}.not-logged-in p{color:var(--text-secondary);margin:0}.not-logged-in a{background:var(--surface-brand);color:var(--text-primary-on-brand);border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:10px 20px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.not-logged-in a:hover{background:var(--surface-brand-hover)}.login-page{min-height:calc(100vh - var(--nav-height) - 64px);justify-content:center;align-items:center;padding:32px 24px;display:flex}.login-card{background:var(--surface-background);border:1px solid var(--border-subtle);border-radius:12px;width:100%;max-width:400px;padding:32px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000f}.login-card h1{margin:0 0 4px;font-size:1.5rem}.login-subtitle{color:var(--text-secondary);margin:0 0 24px;font-size:.9rem}.login-form{flex-direction:column;gap:16px;display:flex}.login-field{flex-direction:column;gap:6px;display:flex}.login-field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.login-field input{width:100%;min-width:unset}.login-error{border:1px solid var(--border-error);color:var(--text-error);background:#fef2f2;border-radius:8px;margin:0;padding:10px 14px;font-size:.9rem}.form-error{border:1px solid var(--border-error);color:var(--text-error);background:#fef2f2;border-radius:8px;padding:10px 14px;font-size:.9rem}.form-warning{border:1px solid var(--feedback-amber);color:#92400e;background:#fffbeb;border-radius:8px;padding:10px 14px;font-size:.9rem}.form-warning a{color:inherit;font-weight:600;text-decoration:underline}.login-button{width:100%;margin-top:4px}.toaster{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:360px;max-width:calc(100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--surface-background);border:1px solid var(--border-default);pointer-events:all;border-radius:10px;align-items:flex-start;gap:10px;padding:14px 16px;animation:.22s both toast-in;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001f,0 1px 4px #0000000f}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.toast--success{border-left:4px solid var(--feedback-green)}.toast--error{border-left:4px solid var(--text-error)}.toast--warning{border-left:4px solid var(--feedback-amber)}.toast--info{border-left:4px solid var(--border-active)}.toast__icon{flex-shrink:0;margin-top:1px;font-size:.9rem;font-weight:700;line-height:1.4}.toast--success .toast__icon{color:var(--feedback-green)}.toast--error .toast__icon{color:var(--text-error)}.toast--warning .toast__icon{color:var(--feedback-amber)}.toast--info .toast__icon{color:var(--text-brand)}.toast__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.toast__title{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.4}.toast__description{color:var(--text-secondary);font-size:.82rem;line-height:1.4}.toast__close{all:unset;width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:-1px;font-size:1.1rem;line-height:1;transition:color .12s,background .12s;display:flex}.toast__close:hover{color:var(--text-primary);background:var(--surface-elevated-hover)}.toast__close:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.toast__progress{transform-origin:0;width:100%;height:3px;animation:linear both toast-progress;animation-duration:inherit;border-radius:0 0 10px 10px;position:absolute;bottom:0;left:0}.toast--success .toast__progress{background:var(--feedback-green)}.toast--error .toast__progress{background:var(--text-error)}.toast--warning .toast__progress{background:var(--feedback-amber)}.toast--info .toast__progress{background:var(--surface-brand)}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
