.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}}