.garage-dropdown{position:relative}.garage-dropdown summary{align-items:center;background:#fff;border:1px solid #dcdcdc;border-radius:14px;color:#333;cursor:pointer;display:inline-flex;font-size:.8rem;gap:4px;list-style:none;padding:4px 10px;user-select:none}.garage-dropdown summary::-webkit-details-marker{display:none}.garage-dropdown summary .fa-car{color:#0d6efd}.garage-dropdown summary .fa-chevron-down{font-size:.65rem;margin-left:2px}.garage-dropdown-list{background:#fff;border:1px solid #dcdcdc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);list-style:none;margin:0;max-height:320px;min-width:240px;overflow-y:auto;padding:6px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.garage-dropdown-list li a{align-items:center;color:#222;display:flex;font-size:.85rem;gap:8px;padding:6px 12px;text-decoration:none}.garage-dropdown-list li a:hover{background:#f5f5f5}.garage-dropdown-list li a img{flex-shrink:0;height:22px;object-fit:contain;width:22px}.garage-dropdown-list li a .fa-car,.garage-dropdown-list li a .fa-gear{flex-shrink:0;width:22px}.garage-dropdown-list li a .fa-car{color:#aaa}.garage-dropdown-list .item-name{flex:1;min-width:0}.garage-dropdown-list .item-name .label{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.garage-dropdown-list .item-name .plate{color:#888;font-size:.75rem}.garage-dropdown-list .item-manage{border-top:1px solid #eee;margin-top:4px;padding-top:4px}.garage-dropdown-list .item-manage a{color:#0d6efd;font-size:.8rem}@keyframes garageSlideUp{0%{opacity:0;transform:translate(-50%,40px)}to{opacity:1;transform:translate(-50%)}}@keyframes garagePulse{0%,to{box-shadow:0 0 0 0 hsla(0,0%,100%,.6)}50%{box-shadow:0 0 0 6px hsla(0,0%,100%,0)}}#garage-capture-snackbar{align-items:center;animation:garageSlideUp .35s cubic-bezier(.16,1,.3,1);background:linear-gradient(135deg,#a1152a,#c41d35);border-radius:14px;bottom:28px;box-shadow:0 10px 32px rgba(161,21,42,.4),0 2px 8px rgba(0,0,0,.15);color:#fff;display:flex;font-family:inherit;gap:16px;left:50%;max-width:560px;min-width:360px;padding:18px 22px;position:fixed;transform:translateX(-50%);z-index:9999}#garage-capture-snackbar .snackbar-icon{align-items:center;background:hsla(0,0%,100%,.18);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.3rem;height:44px;justify-content:center;width:44px}#garage-capture-snackbar .snackbar-text{flex:1;font-size:.95rem;line-height:1.35}#garage-capture-snackbar .snackbar-text .title{font-weight:700;margin-bottom:2px}#garage-capture-snackbar .snackbar-text .sub{font-size:.88rem;opacity:.92}#garage-capture-snackbar #garage-capture-accept{animation:garagePulse 1.6s ease-out .6s 2;background:#fff;border:none;border-radius:8px;color:#a1152a;cursor:pointer;font-size:.9rem;font-weight:700;padding:10px 18px;white-space:nowrap}#garage-capture-snackbar #garage-capture-dismiss{background:transparent;border:none;color:hsla(0,0%,100%,.75);cursor:pointer;font-size:1.3rem;line-height:1;padding:0 4px}