.multi-select{display:flex;flex-direction:column;gap:6px}.multi-select-label{font-size:14px;font-weight:600;color:#1f2937;font-family:Lato,sans-serif}.multi-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:8px 12px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;font-family:Lato,sans-serif}.multi-select-trigger:hover{border-color:#9ca3af}.multi-select-trigger:focus,.multi-select-trigger[data-state=open]{border-color:var(--primary-green);box-shadow:0 0 0 3px #0353231a;outline:none}.multi-select-chips{display:flex;flex-wrap:wrap;gap:6px;flex:1;align-items:center}.multi-select-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#e8f5e9;color:var(--primary-green);border-radius:6px;font-size:13px;font-weight:500}.multi-select-chip-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:none;border:none;cursor:pointer;color:var(--primary-green);border-radius:50%;transition:background-color .15s ease}.multi-select-chip-remove:hover{background-color:#03532333}.multi-select-chip-remove svg{width:12px;height:12px}.multi-select-more{font-size:13px;color:#6b7280;padding:4px 8px}.multi-select-placeholder{color:#9ca3af;font-size:15px}.multi-select-icon{width:20px;height:20px;color:#6b7280;flex-shrink:0;transition:transform .2s ease}.multi-select-trigger[data-state=open] .multi-select-icon{transform:rotate(180deg)}.multi-select-content{width:var(--radix-popover-trigger-width);max-height:300px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100;font-family:Lato,sans-serif}.multi-select-search{padding:8px;border-bottom:1px solid #e5e7eb}.multi-select-search input{width:100%;padding:8px 12px;font-size:14px;font-family:Lato,sans-serif;border:1px solid #d1d5db;border-radius:6px;outline:none;box-sizing:border-box}.multi-select-search input:focus{border-color:var(--primary-green)}.multi-select-options{max-height:240px;overflow-y:auto;padding:4px}.multi-select-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-family:Lato,sans-serif;color:#1f2937;text-align:left;transition:background-color .15s ease}.multi-select-option:hover{background-color:#f3f4f6}.multi-select-option.selected{background-color:#e8f5e9}.multi-select-option-checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.multi-select-option-checkbox.checked{background-color:var(--primary-green);border-color:var(--primary-green)}.multi-select-option-checkbox svg{width:12px;height:12px;color:#fff}.multi-select-empty{padding:16px;text-align:center;color:#6b7280;font-size:14px}.pref-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#1f2937;font-family:Lato,sans-serif}.pref-checkbox-label.disabled{opacity:.6;cursor:not-allowed}.pref-checkbox-root{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.pref-checkbox-root:hover:not([data-disabled]){border-color:var(--primary-green)}.pref-checkbox-root:focus{outline:none;box-shadow:0 0 0 3px #0353231a}.pref-checkbox-root[data-state=checked]{background-color:var(--primary-green);border-color:var(--primary-green)}.pref-checkbox-root[data-disabled]{background-color:#f3f4f6;cursor:not-allowed}.pref-checkbox-indicator{color:#fff;display:flex;align-items:center;justify-content:center}.pref-checkbox-indicator svg{width:14px;height:14px}.pref-checkbox-text{display:flex;align-items:center;gap:8px}.pref-checkbox-badge{font-size:11px;font-weight:600;padding:2px 6px;background-color:#e5e7eb;color:#6b7280;border-radius:4px;text-transform:uppercase}.pref-toast-viewport{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:10px;width:380px;max-width:calc(100vw - 48px);z-index:1000;outline:none}.pref-toast-root{display:flex;align-items:flex-start;gap:12px;padding:16px 40px 16px 16px;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000026;position:relative;font-family:Lato,sans-serif}.pref-toast-root[data-state=open]{animation:slideIn .3s ease}.pref-toast-root[data-state=closed]{animation:slideOut .2s ease}.pref-toast-root.success{border-left:4px solid var(--primary-green)}.pref-toast-root.error{border-left:4px solid #dc2626}.pref-toast-icon{flex-shrink:0}.pref-toast-icon svg{width:24px;height:24px}.pref-toast-root.success .pref-toast-icon svg{color:var(--primary-green)}.pref-toast-root.error .pref-toast-icon svg{color:#dc2626}.pref-toast-content{flex:1;min-width:0}.pref-toast-title{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px}.pref-toast-description{font-size:14px;color:#6b7280;line-height:1.4;margin:0}.pref-toast-close{position:absolute;top:12px;right:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#9ca3af;border-radius:4px;transition:background-color .15s ease;padding:0}.pref-toast-close:hover{background-color:#f3f4f6;color:#6b7280}.pref-toast-close svg{width:16px;height:16px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.update-preferences-page{min-height:100vh;background-color:#e8f5e9}.update-preferences{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:40px 20px 80px;font-family:Lato,sans-serif;box-sizing:border-box}.update-preferences-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:32px;width:100%}.update-preferences-title-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.update-preferences-icon{width:32px;height:32px;color:var(--primary-green)}.update-preferences-icon svg{width:100%;height:100%}.update-preferences-title{font-size:26px;font-weight:700;color:var(--primary-green);margin:0;line-height:1.2}.update-preferences-subtitle{font-size:15px;color:#5a8a5e;line-height:1.5;margin:0}.update-preferences-card{background-color:#fff;border-radius:12px;padding:24px;width:100%;margin-bottom:20px;box-shadow:0 1px 3px #00000014;box-sizing:border-box}.update-preferences-card-heading{font-size:16px;font-weight:700;color:var(--primary-green);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.update-preferences-form-row{display:grid;grid-template-columns:1fr;gap:16px}.update-preferences-form-stack{display:flex;flex-direction:column;gap:20px}.update-preferences-input-group{display:flex;flex-direction:column;gap:6px}.update-preferences-input-group label{font-size:14px;font-weight:600;color:#1f2937}.update-preferences-input-group input{width:100%;padding:12px 14px;font-size:15px;font-family:Lato,sans-serif;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;color:#1f2937;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.update-preferences-input-group input::placeholder{color:#9ca3af}.update-preferences-input-group input:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px #0353231a}.update-preferences-checkbox-group{display:flex;flex-direction:column;gap:12px}.update-preferences-checkbox-label{font-size:14px;font-weight:600;color:#1f2937}.update-preferences-checkbox-options{display:flex;flex-direction:column;gap:12px}.update-preferences-error{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-size:14px;color:#991b1b;margin-bottom:20px;box-sizing:border-box}.update-preferences-error svg{width:20px;height:20px;flex-shrink:0;color:#dc2626}.update-preferences-button{width:100%;max-width:280px;padding:14px 24px;font-size:15px;font-weight:600;font-family:Lato,sans-serif;color:#fff;background-color:var(--primary-green);border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.update-preferences-button:hover:not(:disabled){background-color:#024a1e}.update-preferences-button:active:not(:disabled){transform:scale(.98)}.update-preferences-button:disabled{background-color:#9ca3af;cursor:not-allowed}@media screen and (min-width: 480px){.update-preferences-form-row{grid-template-columns:1fr 1fr}.update-preferences-checkbox-options{flex-direction:row;gap:24px}}@media screen and (min-width: 768px){.update-preferences{padding:60px 24px 100px}.update-preferences-title{font-size:32px}.update-preferences-subtitle{font-size:16px}}
