.detail-drawer-content{isolation:isolate;width:60vw!important;max-width:800px!important;min-width:450px!important;display:flex!important;flex-direction:column!important;height:100vh!important;padding:0!important;gap:0!important;overflow:hidden!important;background:var(--v5-bg-surface)!important;border-left:1px solid var(--v5-border-default)!important;box-shadow:0 18px 60px rgba(0,0,0,.45)!important;color:var(--v5-text-primary);--v5-glass-bg:var(--v5-bg-elevated);--v5-glass-bg-subtle:var(--v5-bg-surface);--v5-glass-bg-hover:var(--v5-bg-hover)}.detail-drawer-content.detail-drawer-narrow{width:45vw!important;max-width:560px!important;min-width:380px!important}.detail-drawer-header{flex-shrink:0;padding:20px 24px 16px;border-bottom:1px solid var(--v5-border-default);background:var(--v5-bg-surface);z-index:1}.detail-drawer-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.detail-drawer-header-left{flex:1;min-width:0;display:flex;align-items:center;gap:16px}.detail-drawer-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--v5-accent-muted);color:var(--v5-accent)}.detail-drawer-icon svg{width:24px;height:24px}.detail-drawer-title-group{flex:1;min-width:0}.detail-drawer-title{font-size:20px!important;font-weight:700!important;color:var(--v5-text-primary)!important;line-height:1.25!important;margin:0!important;text-align:left!important;letter-spacing:-.01em}.detail-drawer-subtitle{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px!important;font-size:13px!important;color:var(--v5-text-secondary)!important;text-align:left!important}.detail-drawer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.detail-drawer-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.detail-drawer-close{color:var(--v5-text-secondary);background:transparent;border:none;width:var(--v5-touch-min,44px);height:var(--v5-touch-min,44px);min-width:var(--v5-touch-min,44px);min-height:var(--v5-touch-min,44px);padding:10px;border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.detail-drawer-close:hover{color:var(--v5-text-primary);background:var(--v5-bg-hover)}.detail-drawer-header-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:var(--v5-touch-min,44px);padding:6px 12px;font-size:13px;font-weight:500;color:var(--v5-text-secondary);background:transparent;border:1px solid var(--v5-border-subtle);border-radius:6px;cursor:pointer;transition:all .15s ease}.detail-drawer-header-link:hover{color:var(--v5-text-primary);background:var(--v5-bg-hover);border-color:var(--v5-border-default)}.detail-drawer-body{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:20px 24px;scroll-behavior:smooth;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;background:var(--v5-bg-surface);pointer-events:auto!important;touch-action:pan-y!important;overscroll-behavior:contain}.detail-drawer-body::-webkit-scrollbar{width:6px}.detail-drawer-body::-webkit-scrollbar-track{background:transparent}.detail-drawer-body::-webkit-scrollbar-thumb{background:var(--v5-border-default);border-radius:3px}.detail-drawer-body::-webkit-scrollbar-thumb:hover{background:var(--v5-text-tertiary)}.detail-drawer-sections{display:flex;flex-direction:column;gap:16px}.detail-drawer-section{background:var(--v5-bg-elevated);border-radius:12px;border:1px solid var(--v5-border-subtle);overflow:hidden}.detail-drawer-section-header{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:var(--v5-touch-min,44px);padding:12px 16px;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.detail-drawer-section-header:hover{background:var(--v5-bg-hover)}.detail-drawer-section-title{font-size:13px;font-weight:600;color:var(--v5-text-primary);text-transform:uppercase;letter-spacing:.03em}.detail-drawer-section-content{padding:0 16px 16px}.detail-drawer-info-card{display:flex;flex-direction:column;gap:0;background:var(--v5-bg-elevated);border:1px solid var(--v5-border-subtle);border-radius:12px;overflow:hidden}.detail-drawer-info-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid var(--v5-border-subtle)}.detail-drawer-info-row:last-child{border-bottom:none}.detail-drawer-info-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--v5-text-secondary);flex-shrink:0}.detail-drawer-info-label svg{width:16px;height:16px;color:var(--v5-text-muted)}.detail-drawer-info-value{font-size:14px;color:var(--v5-text-primary);text-align:right;word-break:break-word}.detail-drawer-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;border-top:1px solid var(--v5-border-default);background:var(--v5-bg-surface)}.detail-drawer-footer-actions{display:flex;align-items:center;gap:8px}.detail-drawer-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--v5-touch-min,44px);min-height:var(--v5-touch-min,44px);padding:0 16px;background:var(--v5-bg-elevated);border:1px solid var(--v5-border-default);border-radius:8px;font-size:13px;font-weight:500;color:var(--v5-text-secondary);cursor:pointer;transition:all .15s}.detail-drawer-btn:hover:not(:disabled){background:var(--v5-bg-hover);border-color:var(--v5-border-heavy);color:var(--v5-text-primary)}.detail-drawer-btn:disabled{opacity:.5;cursor:not-allowed}.detail-drawer-btn-primary{background:var(--v5-accent)!important;color:white!important;border:none!important}.detail-drawer-btn-primary:hover:not(:disabled){background:var(--v5-accent-hover)!important}.detail-drawer-btn-danger{color:var(--v5-danger-text)!important;border-color:var(--v5-danger-border)!important}.detail-drawer-btn-danger:hover:not(:disabled){background:var(--v5-danger-bg)!important}.detail-drawer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;text-align:center}.detail-drawer-loading svg{width:32px;height:32px;color:var(--v5-accent)}.detail-drawer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--v5-danger-text)}.detail-drawer-error svg{width:48px;height:48px;color:var(--v5-danger-text)}.detail-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.detail-drawer-empty svg{width:48px;height:48px;color:var(--v5-text-muted)}.detail-drawer-empty h3{font-size:16px;font-weight:600;color:var(--v5-text-primary);margin:0}.detail-drawer-empty p{font-size:13px;color:var(--v5-text-secondary);margin:0}.detail-drawer-confirm{padding:16px;border-radius:12px;background:var(--v5-danger-bg);border:1px solid var(--v5-danger-border)}.detail-drawer-confirm p{font-size:14px;color:var(--v5-text-primary);margin:0 0 12px}.detail-drawer-confirm-actions{display:flex;align-items:center;gap:8px}@media (max-width:1024px){.detail-drawer-content{width:80vw!important}.detail-drawer-content.detail-drawer-narrow{width:70vw!important}}@media (max-width:768px){.detail-drawer-content,.detail-drawer-content.detail-drawer-narrow{width:100vw!important;min-width:100vw!important;max-width:100vw!important}.detail-drawer-footer{flex-direction:column;gap:12px}.detail-drawer-footer-actions{width:100%;justify-content:stretch}.detail-drawer-footer-actions button{flex:1}.detail-drawer-mobile-switch{display:inline-flex!important;width:100%}.detail-drawer-header-link{display:none}}.detail-drawer-mobile-switch{display:none}.detail-drawer-body input,.detail-drawer-body select,.detail-drawer-body textarea{background:var(--v5-bg-overlay)!important;border-color:var(--v5-border-subtle)!important;color:var(--v5-text-primary)!important}.detail-drawer-body input::placeholder,.detail-drawer-body textarea::placeholder{color:var(--v5-text-muted)!important}.detail-drawer-body input:focus,.detail-drawer-body select:focus,.detail-drawer-body textarea:focus{background:var(--v5-bg-surface)!important;border-color:var(--v5-accent)!important;box-shadow:0 0 0 2px var(--v5-accent-muted)!important}.detail-drawer-body select option{background:var(--v5-bg-elevated);color:var(--v5-text-primary)}.detail-drawer-body label{color:var(--v5-text-secondary)!important}.detail-drawer-body form{display:flex;flex-direction:column;gap:20px}[data-slot=sheet-content].detail-drawer-content[data-state=open]{animation:none!important;transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;z-index:60!important}[data-radix-popper-content-wrapper]{z-index:100!important}@media (max-width:768px){@supports (padding-top:env(safe-area-inset-top)){.detail-drawer-content{height:100dvh!important}.detail-drawer-header{padding-top:calc(12px + env(safe-area-inset-top, 0px))!important}.detail-drawer-footer{padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))!important}}}.mobile-sheet-overlay{position:fixed;inset:0;z-index:var(--v5-z-modal-backdrop,900);background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-sheet-content{position:fixed;z-index:var(--v5-z-modal,1000);display:flex;flex-direction:column;background:var(--v5-bg-surface);outline:none;--initial-transform:translateY(100%)}.mobile-sheet-content.mobile-sheet-bottom{inset-inline:0;bottom:0;max-height:100dvh;min-height:200px;border-top-left-radius:var(--v5-radius-2xl,16px);border-top-right-radius:var(--v5-radius-2xl,16px);box-shadow:0 -4px 20px rgba(0,0,0,.15),0 -10px 40px rgba(0,0,0,.1);padding-bottom:env(safe-area-inset-bottom,0)}.mobile-sheet-content.mobile-sheet-right{top:0;right:0;bottom:0;width:60vw;max-width:800px;min-width:450px;height:100vh;height:100dvh;border-left:1px solid var(--v5-border-default);box-shadow:-8px 0 30px rgba(0,0,0,.2);--initial-transform:translateX(100%)}@media (max-width:1024px){.mobile-sheet-content.mobile-sheet-right{width:80vw}}@media (max-width:768px){.mobile-sheet-content.mobile-sheet-right{width:100vw;min-width:100vw;max-width:100vw}}.mobile-sheet-handle-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:12px 0 8px}.mobile-sheet-handle{width:36px;height:5px;border-radius:var(--v5-radius-full,9999px);background:var(--v5-border-strong,#3f3f46);opacity:.6;transition:opacity .15s ease,background .15s ease}.mobile-sheet-content:active .mobile-sheet-handle,.mobile-sheet-content:hover .mobile-sheet-handle{opacity:.8;background:var(--v5-text-muted)}.mobile-sheet-header{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--v5-border-default);background:var(--v5-glass-bg);backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);padding:16px max(20px,env(safe-area-inset-right,20px)) 16px max(20px,env(safe-area-inset-left,20px))}.mobile-sheet-bottom .mobile-sheet-header{border-top-left-radius:var(--v5-radius-2xl,16px);border-top-right-radius:var(--v5-radius-2xl,16px)}.mobile-sheet-header-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.mobile-sheet-title{font-size:18px;font-weight:600;color:var(--v5-text-primary);line-height:1.3;margin:0}.mobile-sheet-description{font-size:14px;color:var(--v5-text-secondary);line-height:1.4;margin:0}.mobile-sheet-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--v5-radius-lg,8px);background:transparent;border:none;color:var(--v5-text-secondary);cursor:pointer;transition:all .15s ease}.mobile-sheet-close:hover{background:var(--v5-bg-hover);color:var(--v5-text-primary)}.mobile-sheet-close:active{transform:scale(.95)}.mobile-sheet-body{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;background:var(--v5-bg-surface);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth;padding:20px max(20px,env(safe-area-inset-right,20px)) 20px max(20px,env(safe-area-inset-left,20px))}.mobile-sheet-body::-webkit-scrollbar{width:6px}.mobile-sheet-body::-webkit-scrollbar-track{background:transparent}.mobile-sheet-body::-webkit-scrollbar-thumb{background:var(--v5-border-default);border-radius:3px}.mobile-sheet-body::-webkit-scrollbar-thumb:hover{background:var(--v5-text-tertiary)}.mobile-sheet-footer{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid var(--v5-border-default);background:var(--v5-glass-bg);backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);padding:16px max(20px,env(safe-area-inset-right,20px)) max(16px,calc(env(safe-area-inset-bottom, 0px) + 16px)) max(20px,env(safe-area-inset-left,20px))}.mobile-sheet-content{transition-timing-function:cubic-bezier(.32,.72,0,1)}.mobile-sheet-overlay{animation:mobile-sheet-overlay-in .2s ease-out}@keyframes mobile-sheet-overlay-in{0%{opacity:0}to{opacity:1}}[data-theme=dark] .mobile-sheet-content{box-shadow:0 -4px 20px rgba(0,0,0,.4),0 -10px 40px rgba(0,0,0,.3)}[data-theme=dark] .mobile-sheet-content.mobile-sheet-right{box-shadow:-8px 0 30px rgba(0,0,0,.4),inset 1px 0 0 var(--v5-glass-border)}[data-theme=dark] .mobile-sheet-handle{background:var(--v5-border-heavy)}@media (prefers-reduced-motion:reduce){.mobile-sheet-close,.mobile-sheet-content,.mobile-sheet-handle,.mobile-sheet-overlay{animation:none!important;transition-duration:.01ms!important}}@media (max-width:768px){.mobile-sheet-header{padding:14px 16px}.mobile-sheet-title{font-size:17px}.mobile-sheet-description{font-size:13px}.mobile-sheet-body{padding:16px}.mobile-sheet-footer{padding:14px 16px;flex-wrap:wrap}.mobile-sheet-footer>a,.mobile-sheet-footer>button{flex:1;min-width:0}}.mobile-sheet-body input,.mobile-sheet-body select,.mobile-sheet-body textarea{background:var(--v5-bg-overlay)!important;border-color:var(--v5-border-subtle)!important;color:var(--v5-text-primary)!important}.mobile-sheet-body input::placeholder,.mobile-sheet-body textarea::placeholder{color:var(--v5-text-muted)!important}.mobile-sheet-body input:focus,.mobile-sheet-body select:focus,.mobile-sheet-body textarea:focus{background:var(--v5-bg-surface)!important;border-color:var(--v5-accent)!important;box-shadow:0 0 0 2px var(--v5-accent-muted)!important}.mobile-card-list{display:flex;flex-direction:column;gap:16px;width:100%;padding:0}.mobile-card-list-item{background:var(--v5-bg-surface);border:1px solid var(--v5-border-subtle);border-radius:var(--v5-radius-xl);box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);overflow:hidden;transition:transform var(--v5-duration-normal) var(--v5-ease-out),box-shadow var(--v5-duration-normal) var(--v5-ease-out)}.mobile-card-list-item:active{transform:scale(.98);box-shadow:0 1px 2px rgba(0,0,0,.05)}.mobile-card-list-item.clickable{cursor:pointer}.mobile-card-list-item.clickable:hover{border-color:var(--v5-border-default);box-shadow:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}.mobile-card-list-item-content{padding:16px;min-height:var(--v5-touch-min)}.mobile-card-list-skeleton{display:flex;flex-direction:column;gap:16px;width:100%}.mobile-card-skeleton{background:var(--v5-bg-surface);border:1px solid var(--v5-border-subtle);border-radius:var(--v5-radius-xl);padding:16px;overflow:hidden}.mobile-card-skeleton-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.mobile-card-skeleton-avatar{width:44px;height:44px;border-radius:var(--v5-radius-full);background:linear-gradient(90deg,var(--v5-bg-subtle) 25%,var(--v5-bg-hover) 50%,var(--v5-bg-subtle) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;flex-shrink:0}.mobile-card-skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.mobile-card-skeleton-title{height:18px;width:60%}.mobile-card-skeleton-subtitle,.mobile-card-skeleton-title{border-radius:var(--v5-radius-sm);background:linear-gradient(90deg,var(--v5-bg-subtle) 25%,var(--v5-bg-hover) 50%,var(--v5-bg-subtle) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.mobile-card-skeleton-subtitle{height:14px;width:40%;animation-delay:.1s}.mobile-card-skeleton-body{display:flex;flex-direction:column;gap:8px;margin-top:4px}.mobile-card-skeleton-line{height:14px;border-radius:var(--v5-radius-sm);background:linear-gradient(90deg,var(--v5-bg-subtle) 25%,var(--v5-bg-hover) 50%,var(--v5-bg-subtle) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.mobile-card-skeleton-line:first-child{width:100%;animation-delay:.2s}.mobile-card-skeleton-line:nth-child(2){width:75%;animation-delay:.3s}.mobile-card-skeleton-line:nth-child(3){width:50%;animation-delay:.4s}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-card-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:var(--v5-bg-surface);border:1px dashed var(--v5-border-default);border-radius:var(--v5-radius-xl)}.mobile-card-list-empty-icon{width:48px;height:48px;color:var(--v5-text-tertiary);margin-bottom:16px;opacity:.5}.mobile-card-list-empty-text{font-size:var(--v5-text-base);font-weight:var(--v5-font-medium);color:var(--v5-text-secondary);margin:0}.mobile-card-list-empty-subtext{font-size:var(--v5-text-sm);color:var(--v5-text-tertiary);margin:8px 0 0}.mobile-card-list-load-more{display:flex;justify-content:center;padding:8px 0 0}.mobile-card-list-load-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--v5-touch-min);min-width:160px;padding:0 24px;background:var(--v5-bg-elevated);border:1px solid var(--v5-border-default);border-radius:var(--v5-radius-lg);font-size:var(--v5-text-sm);font-weight:var(--v5-font-medium);color:var(--v5-text-secondary);cursor:pointer;transition:all var(--v5-duration-normal) var(--v5-ease-out)}.mobile-card-list-load-more-btn:hover{background:var(--v5-bg-hover);border-color:var(--v5-border-heavy);color:var(--v5-text-primary)}.mobile-card-list-load-more-btn:active{transform:scale(.98)}.mobile-card-list-load-more-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-card-list-load-more-btn:disabled:active{transform:none}.mobile-card-list-load-more-spinner{width:16px;height:16px;border:2px solid var(--v5-border-default);border-top-color:var(--v5-accent);border-radius:var(--v5-radius-full);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.mobile-card-list-refresh-indicator{display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden;transition:height var(--v5-duration-normal) var(--v5-ease-out)}.mobile-card-list-refresh-spinner{width:24px;height:24px;border:2px solid var(--v5-border-default);border-top-color:var(--v5-accent);border-radius:var(--v5-radius-full);animation:spin .8s linear infinite}.mobile-card-list-refresh-text{font-size:var(--v5-text-sm);color:var(--v5-text-secondary);margin-left:12px}.mobile-card-list-item-enter{opacity:0;transform:translateY(10px)}.mobile-card-list-item-enter-active{opacity:1;transform:translateY(0);transition:opacity var(--v5-duration-slow) var(--v5-ease-out),transform var(--v5-duration-slow) var(--v5-ease-out)}.mobile-card-list-item-new{animation:card-slide-in var(--v5-duration-slow) var(--v5-ease-out) forwards}.mobile-card-list-item-new:first-child{animation-delay:0s}.mobile-card-list-item-new:nth-child(2){animation-delay:50ms}.mobile-card-list-item-new:nth-child(3){animation-delay:.1s}.mobile-card-list-item-new:nth-child(4){animation-delay:.15s}.mobile-card-list-item-new:nth-child(5){animation-delay:.2s}@keyframes card-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-card-list-sentinel{height:1px;width:100%;pointer-events:none}@media (min-width:768px){.mobile-card-list{gap:12px}.mobile-card-list-item{border-radius:var(--v5-radius-lg)}.mobile-card-list-item-content{padding:14px 16px}}.action-sheet-container{display:flex;flex-direction:column;padding:8px 8px max(8px,calc(env(safe-area-inset-bottom, 0px) + 8px));gap:8px}.action-sheet-header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 20px;border-bottom:1px solid var(--v5-border-subtle);background:var(--v5-bg-elevated);border-radius:var(--v5-radius-xl,12px)}.action-sheet-title{font-size:13px!important;font-weight:600!important;color:var(--v5-text-secondary)!important;text-transform:uppercase;letter-spacing:.03em;margin:0}.action-sheet-description{font-size:13px!important;color:var(--v5-text-muted)!important;margin:4px 0 0!important;line-height:1.4}.action-sheet-actions{display:flex;flex-direction:column;background:var(--v5-bg-elevated);border-radius:var(--v5-radius-xl,12px);overflow:hidden}.action-sheet-button{display:flex;align-items:center;justify-content:center;width:100%;height:56px;min-height:var(--v5-touch-min,44px);padding:0 20px;background:transparent;border:none;border-bottom:1px solid var(--v5-border-subtle);font-size:17px;font-weight:400;color:var(--v5-accent);cursor:pointer;transition:background .15s ease;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.action-sheet-button:last-child{border-bottom:none}.action-sheet-button:hover{background:var(--v5-bg-hover)}.action-sheet-button:active{background:var(--v5-bg-muted)}.action-sheet-button-destructive{color:var(--v5-danger-text);font-weight:600}.action-sheet-button-destructive:hover{background:var(--v5-danger-bg)}.action-sheet-button-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.action-sheet-cancel-container{margin-top:0}.action-sheet-button-cancel{background:var(--v5-bg-elevated);border-radius:var(--v5-radius-xl,12px);font-weight:600;color:var(--v5-accent);border:none}.action-sheet-button-cancel:hover{background:var(--v5-bg-hover)}.action-sheet-button-cancel:active{background:var(--v5-bg-muted)}[data-theme=dark] .action-sheet-actions,[data-theme=dark] .action-sheet-button-cancel,[data-theme=dark] .action-sheet-header{background:var(--v5-bg-elevated)}[data-theme=dark] .action-sheet-button-cancel:hover,[data-theme=dark] .action-sheet-button:hover{background:var(--v5-bg-hover)}@media (prefers-reduced-motion:reduce){.action-sheet-button{transition:none}}@media (min-width:768px){.action-sheet-container{max-width:400px;margin:0 auto;padding:16px}.action-sheet-button{font-size:15px;height:52px}}