.ptr-indicator{z-index:var(--z-refresh);background:var(--md-sys-color-surface-container-highest);width:40px;height:40px;box-shadow:0 4px 16px #00000038, 0 0 0 1px var(--md-sys-color-outline-variant);transform-origin:50%;pointer-events:none;will-change:transform, opacity;border-radius:50%;place-items:center;display:grid;position:fixed;top:-46px;left:50%}.ptr-indicator:not(.is-dragging){transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s}.ptr-spinner{place-items:center;width:22px;height:22px;display:grid}.ptr-indicator svg{display:block}.ptr-track{fill:none;stroke:var(--md-sys-color-outline-variant);stroke-width:2.5px}.ptr-arc{fill:none;stroke:var(--md-sys-color-primary);stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:57;transform-origin:50%;transform:rotate(-90deg)}.ptr-indicator.is-refreshing .ptr-spinner{animation:.9s linear infinite ptr-spin}.ptr-indicator.is-refreshing .ptr-arc{animation:1.4s ease-in-out infinite ptr-sweep}@keyframes ptr-spin{to{transform:rotate(360deg)}}@keyframes ptr-sweep{0%{stroke-dashoffset:52px}50%{stroke-dashoffset:14px}to{stroke-dashoffset:52px}}@media (prefers-reduced-motion:reduce){.ptr-indicator:not(.is-dragging){transition:opacity .2s}.ptr-indicator.is-refreshing .ptr-spinner{animation-duration:1.6s}.ptr-indicator.is-refreshing .ptr-arc{stroke-dashoffset:28px;animation:none}}.sc-shell{background:var(--md-sys-color-surface);min-height:100dvh;color:var(--md-sys-color-on-surface);flex-direction:column;display:flex}.sc-header{padding-block:max(20px, env(safe-area-inset-top)) var(--md-sys-spacing-4);padding-inline:max(var(--md-sys-spacing-5), calc((100% - 720px) / 2 + var(--md-sys-spacing-5)));background:var(--md-sys-color-surface-container-low);border-bottom:1px solid var(--md-sys-color-outline-variant)}.sc-header__brand{color:var(--md-sys-color-primary);font-size:var(--md-sys-type-size-12,12px);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:6px;font-weight:700;display:inline-flex}.sc-header__title{font-size:var(--md-sys-type-size-22,22px);margin:8px 0 2px;font-weight:700}.sc-header__sub{color:var(--md-sys-color-on-surface-variant);font-size:var(--md-sys-type-size-14,14px);margin:0}.sc-tabs{padding:var(--md-sys-spacing-3) max(var(--md-sys-spacing-5), calc((100% - 720px) / 2 + var(--md-sys-spacing-5))) 0;background:var(--md-sys-color-surface-container-low);z-index:2;gap:4px;display:flex;position:sticky;top:0}.sc-tab{color:var(--md-sys-color-on-surface-variant);font-size:var(--md-sys-type-size-14,14px);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:auto;padding:10px 12px;font-weight:600}.sc-tab.is-active{color:var(--md-sys-color-primary);border-bottom-color:var(--md-sys-color-primary)}.sc-main{width:min(100%,720px);padding:var(--md-sys-spacing-4) var(--md-sys-spacing-5) max(24px, env(safe-area-inset-bottom));gap:var(--md-sys-spacing-3);flex-direction:column;flex:auto;margin:0 auto;display:flex}.sc-list{gap:var(--md-sys-spacing-3);flex-direction:column;display:flex}.sc-card{background:var(--md-sys-color-surface-container);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-large,16px);padding:var(--md-sys-spacing-4);gap:var(--md-sys-spacing-3);flex-direction:column;display:flex}.sc-card--row{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.sc-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sc-card__title{font-size:var(--md-sys-type-size-15,15px);overflow-wrap:anywhere;margin:0;font-weight:700}.sc-card__sub{color:var(--md-sys-color-on-surface-variant);font-size:var(--md-sys-type-size-13,13px);flex-wrap:wrap;gap:0 14px;margin:2px 0 0;display:flex}.sc-card__sub>span{white-space:nowrap}.sc-card__note{font-size:var(--md-sys-type-size-13,13px);color:var(--md-sys-color-on-surface);margin:6px 0 0}.sc-card__price{font-size:var(--md-sys-type-size-16,16px);white-space:nowrap;font-weight:700}.sc-card__actions{justify-content:flex-end;gap:8px;display:flex}.sc-pill{border-radius:var(--md-sys-shape-corner-full,999px);background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface-variant);font-size:var(--md-sys-type-size-12,12px);white-space:nowrap;flex:none;padding:4px 10px;font-weight:700}.sc-pill--ok{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.sc-form__label{font-size:var(--md-sys-type-size-13,13px);color:var(--md-sys-color-on-surface-variant);font-weight:700}.sc-form__row{gap:var(--md-sys-spacing-3);grid-template-columns:1fr 1fr;display:grid}.sc-error{border-radius:var(--md-sys-shape-corner-medium,12px);background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container);font-size:var(--md-sys-type-size-13,13px);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.sc-empty,.sc-boot{text-align:center;color:var(--md-sys-color-on-surface-variant);padding:32px 16px}.sc-denied{justify-items:center;gap:var(--md-sys-spacing-3);text-align:center;max-width:420px;color:var(--md-sys-color-on-surface-variant);margin:12vh auto 0;display:grid}.sc-denied strong{color:var(--md-sys-color-on-surface);font-size:var(--md-sys-type-size-17,17px)}.sc-denied__icon{border-radius:var(--md-sys-shape-corner-large,16px);background:var(--md-sys-color-surface-container-high);width:60px;height:60px;color:var(--md-sys-color-primary);place-items:center;display:grid}.sc-skeleton{gap:var(--md-sys-spacing-3);flex-direction:column;display:flex}.sc-skeleton i{border-radius:var(--md-sys-shape-corner-large,16px);background:linear-gradient(90deg, var(--md-sys-color-surface-container) 25%, var(--md-sys-color-surface-container-high) 50%, var(--md-sys-color-surface-container) 75%);background-size:200% 100%;height:72px;animation:1.3s infinite sc-shimmer}@keyframes sc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.sc-skeleton i{animation:none}}
