.family-preferences-home{grid-column:1/-1;width:100%}.family-preferences{border:1px solid var(--border);background:var(--card);border-radius:20px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;display:grid}.family-choice-trigger{text-align:start;border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:14px;min-width:0;min-height:66px;padding:10px 14px}.family-choice-trigger:focus-visible,.family-choice-option:focus-visible,.family-sheet-close:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.family-choice-label{color:var(--muted-foreground);font-size:15px;line-height:1.35;display:block}.family-choice-value{justify-content:space-between;align-items:center;gap:8px;font-size:17px;font-weight:600;line-height:1.4;display:flex}.family-choice-value>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.family-choice-value>svg{flex-shrink:0}.family-choice-trigger[data-state=open]{background:var(--secondary);border-color:var(--ring)}.family-choice-menu{z-index:80;width:max(240px, var(--radix-dropdown-menu-trigger-width));max-width:calc(100vw - 24px);max-height:min(420px, var(--radix-dropdown-menu-content-available-height));overscroll-behavior:contain;border:1px solid var(--border);background:var(--popover);color:var(--popover-foreground);transform-origin:var(--radix-dropdown-menu-content-transform-origin);border-radius:14px;padding:6px;overflow-y:auto;box-shadow:0 12px 28px #30221c20}.family-choice-menu[data-state=open]{animation:.14s ease-out family-dropdown-in}.family-choice-menu[data-state=closed]{animation:.14s ease-in family-dropdown-out}.family-choice-option{text-align:start;cursor:pointer;border:0;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:48px;padding:10px 12px;font-size:17px;line-height:1.35;display:flex}.family-choice-option[data-highlighted],.family-choice-option:hover{background:var(--secondary)}.family-choice-option[data-state=checked],.family-choice-option[aria-pressed=true]{background:var(--secondary);color:var(--foreground);font-weight:600}.family-option-check{flex-shrink:0;width:18px}.family-language-name{flex-direction:column;gap:2px;display:flex}.family-language-name>span{color:var(--muted-foreground);font-size:15px;font-weight:400}.family-choice-hint{color:var(--muted-foreground);padding:10px 12px;font-size:15px;line-height:1.4}.family-preferences-settings{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.family-sheet-overlay{z-index:90;background:#30221c40;position:fixed;inset:0}.family-choice-sheet{z-index:100;background:var(--background);width:100%;height:100dvh;max-height:100dvh;color:var(--foreground);padding:max(70px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));flex-direction:column;display:flex;position:fixed;inset:0}.family-choice-sheet[data-state=open]{animation:.32s cubic-bezier(.22,1,.36,1) family-sheet-in}.family-choice-sheet[data-state=closed]{animation:.22s cubic-bezier(.4,0,1,1) family-sheet-out}.family-sheet-close{right:16px;top:max(16px, env(safe-area-inset-top));cursor:pointer;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute}.family-sheet-options{overscroll-behavior:contain;flex-direction:column;gap:10px;min-height:0;margin-block:auto;padding:4px;display:flex;overflow-y:auto}.family-sheet-options .family-choice-option{border:1px solid var(--border);border-radius:12px;flex-shrink:0;min-height:58px;padding:16px}.family-selection-flight{z-index:120;pointer-events:none;background:var(--primary);width:30px;height:30px;color:var(--primary-foreground);border-radius:50%;place-items:center;display:grid;position:fixed}.family-settings-hint{z-index:60;background:var(--foreground);width:max-content;max-width:240px;color:var(--background);border-radius:12px;padding:10px 14px;font-size:15px;position:absolute;top:calc(100% + 8px);right:0}@keyframes family-dropdown-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}@keyframes family-dropdown-out{to{opacity:0;transform:translateY(-4px)scale(.98)}}@keyframes family-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes family-sheet-out{to{transform:translateY(100%)}}@media (width<=767px){.family-preferences{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.family-preferences-settings{padding:0}.family-choice-trigger{padding:10px}}[data-calm=true].family-choice-menu,[data-calm=true].family-choice-sheet{animation:none}@media (prefers-reduced-motion:reduce){.family-choice-menu,.family-choice-sheet{animation:none!important}}.family-save-row{grid-column:1/-1;justify-content:flex-end;display:flex}.family-save-button{background:var(--primary);min-height:48px;color:var(--primary-foreground);cursor:pointer;border-radius:999px;padding:10px 22px;font-size:17px;font-weight:600}.family-save-button:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.family-sheet-continue{flex-shrink:0;width:100%;margin-top:16px}
