.sell-modal-root{z-index:90;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.sell-modal-backdrop{background:var(--surface-modal-tint);position:absolute;inset:0}.sell-modal{z-index:1;background:rgb(var(--surface-background));width:min(984px,100vw - 32px);max-height:calc(100vh - 32px);box-shadow:0 32px 96px rgba(var(--surface-background), .72);border-radius:48px;flex-direction:column;gap:32px;display:flex;position:relative;overflow:auto}.sell-modal-top{flex-direction:column;padding:32px 48px 0;display:flex}.sell-modal-title-row{cursor:pointer;align-items:center;gap:16px;width:fit-content;display:flex}.sell-modal-title-row .sell-back-icon{transition:all .25s ease-in-out}.sell-modal-title-row:hover .sell-back-icon{background:rgb(var(--surface-brand));transform:translate(-5px)}.sell-back-button,.sell-step-button{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;color:var(--text-main);transition:all .25s ease-in-out}.sell-back-button{border-radius:999px;justify-content:center;align-items:center;width:64px;height:48px;display:inline-flex}.sell-back-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask:url(/build/assets/chevron-left-DLyXjE-h.svg) 50%/contain no-repeat;mask:url(/build/assets/chevron-left-DLyXjE-h.svg) 50%/contain no-repeat}.sell-modal-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:32px;padding:0 48px;display:grid}.sell-item-preview{flex-direction:column;flex:0 0 367px;align-items:center;gap:24px;width:367px;display:flex}.sell-image-frame{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;border-radius:24px;width:367px;height:266px;position:relative;overflow:hidden}.sell-item-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sell-image-placeholder{background:rgba(var(--surface-border), .6);border-radius:20px;position:absolute;inset:32px}.sell-item-copy{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.sell-hero-row{align-items:center;gap:8px;max-width:100%;display:flex}.sell-hero-avatar{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;border-radius:999px;flex:none;width:71px;height:40px;position:relative;overflow:hidden}.sell-hero-avatar img{object-fit:contain;width:100%;height:100%}.sell-hero-name{white-space:nowrap;text-overflow:ellipsis;color:rgb(var(--text-secondary));overflow:hidden}.sell-item-name-block{flex-direction:column;align-items:center;gap:16px;width:100%;padding:0 24px;display:flex}.sell-item-name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--text-main);text-align:center;transition:color .15s;overflow:hidden}.sell-item-name:hover{color:rgb(var(--text-brand))}.sell-form-column{flex:0 0 490px;width:490px;height:100%}.sell-form{height:100%}.sell-form .modal-warning{margin-top:auto}.sell-form,.sell-guest-state{flex-direction:column;display:flex}.sell-form{gap:32px}.sell-guest-state{text-align:center;justify-content:center;align-items:center;gap:16px;min-height:360px}.sell-field-group{flex-direction:column;gap:8px;display:flex}.sell-field-label{color:var(--text-main)}.sell-field-labels-container{justify-content:space-between;align-items:center;display:flex}.modal-warning{border:1px solid rgba(var(--surface-error), .24);background:rgba(var(--surface-error), .12);color:rgb(var(--text-error));border-radius:16px;padding:12px;display:block}.sell-input-wrap{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-background-secondary)), rgb(var(--surface-background-secondary))) padding-box, var(--surface-line) border-box;border-radius:24px;align-items:center;gap:8px;min-height:48px;display:flex}.sell-price-wrap{padding-right:20px}.sell-price-wrap input{padding:10px 0 10px 20px}.sell-input{width:100%;min-width:0;color:var(--text-main);background:0 0;border:0;outline:0;padding:0}.sell-input::placeholder{color:rgba(var(--text-secondary), .5)!important}.sell-input::-webkit-outer-spin-button{appearance:none;margin:0}.sell-input::-webkit-inner-spin-button{appearance:none;margin:0}.sell-input-suffix{color:rgb(var(--text-secondary))}.sell-chip-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.sell-hint-button{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;width:fit-content;max-width:100%;height:32px;min-height:32px;color:var(--text-main);box-shadow:none;border-radius:999px;align-self:flex-start;padding:8px 12px;font-weight:600;line-height:16px}.sell-hint-button:hover{background:linear-gradient(rgb(var(--surface-border)), rgb(var(--surface-border))) padding-box, var(--surface-line) border-box;box-shadow:0 8px 16px rgba(var(--surface-background), .28);box-shadow:none}.sell-hint-button:disabled{cursor:default;opacity:1;transform:none}.sell-qty-badge{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;min-height:32px;color:rgb(var(--text-secondary));pointer-events:none;border-radius:999px;align-self:flex-start;align-items:center;padding:6px 12px;font-weight:600;line-height:16px;display:inline-flex}.sell-step-button:disabled,.sell-submit-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.sell-qty-row{align-items:flex-end;gap:8px;display:flex}.sell-qty-field{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.sell-qty-field .sell-input-wrap input{padding:10px 20px}.sell-step-button{border-radius:999px;flex:none;justify-content:center;align-items:center;width:64px;height:48px;min-height:48px;display:inline-flex}.sell-step-icon,.sell-speed-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sell-step-icon-minus{-webkit-mask-image:url(/build/assets/minus-circle-DA3WnYW8.svg);mask-image:url(/build/assets/minus-circle-DA3WnYW8.svg)}.sell-step-icon-plus{-webkit-mask-image:url(/build/assets/plus-circle-CO7aBF3I.svg);mask-image:url(/build/assets/plus-circle-CO7aBF3I.svg)}.sell-details{border-top:1px solid #ffffff14;flex-direction:column;display:flex}.sell-detail-line{min-height:56px;color:var(--text-main);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:34px;display:flex}.sell-detail-line>span:first-child{min-width:0}.sell-detail-value{white-space:nowrap;flex:none;align-items:center;gap:8px;display:inline-flex}.sell-speed-icon{-webkit-mask-image:url(/build/assets/speed-CpMZGDl2.svg);mask-image:url(/build/assets/speed-CpMZGDl2.svg)}.sell-speed-icon.is-success{background:rgb(var(--surface-success))}.sell-speed-icon.is-promo{background:rgb(var(--surface-promo))}.sell-speed-icon.is-error{background:rgb(var(--surface-error))}.sell-success-note{color:rgb(var(--text-success))}.sell-success-note span{color:rgb(var(--text-secondary))}.sell-total-line{border-bottom:0;min-height:64px}.sell-modal-bottom{border-top:1px solid #ffffff14;align-items:center;gap:32px;padding:32px 48px;display:flex}.sell-safety{flex:0 0 367px;align-items:center;gap:12px;width:367px;display:flex}.sell-safety-icon{background:rgb(var(--surface-card));border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.sell-safety-icon .icon-img{width:20px;height:20px}.sell-safety-copy{min-width:0;color:var(--text-main);flex-direction:column;gap:4px;display:flex}.sell-safety-copy strong{color:rgb(var(--text-success));font:inherit}.sell-submit-button{border-color:rgba(var(--text-on-brand), .16);background:rgb(var(--surface-brand));width:490px;color:rgb(var(--text-on-brand));flex:0 0 490px}.sell-submit-button:hover{background:rgb(var(--surface-brand));box-shadow:0 10px 24px rgba(var(--surface-brand), .28)}@media (width<=1015px){.sell-modal{width:min(720px,100vw - 32px)}.sell-modal-content,.sell-modal-bottom{flex-direction:column;align-items:stretch}.sell-item-preview,.sell-form-column,.sell-safety,.sell-submit-button,.edit-listing-actions,.edit-listing-remove-button{flex-basis:auto;width:100%}.sell-image-frame{aspect-ratio:367/266;width:100%;height:auto}}@media (width<=720px){.sell-modal-root{padding:8px}.sell-modal{border-radius:32px;gap:24px;width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.sell-modal-top,.sell-modal-content,.sell-modal-bottom{padding-left:20px;padding-right:20px}.sell-modal-top{padding-top:20px}.sell-modal-title-row{gap:12px}.sell-back-button{width:48px;height:40px}.sell-qty-row{flex-wrap:wrap}.sell-qty-field{flex:1 0 100%}.sell-step-button{width:56px}.sell-detail-line{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0}.sell-detail-value{align-self:flex-end}}.sell-page{width:min(1456px,100vw - 64px);margin:36px auto 0}.sell-page-head{justify-content:space-between;align-items:center;gap:32px;display:flex}.sell-page-head .big-text{line-height:48px}.sell-page-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.sell-page-actions.muted .sell-action-button{opacity:.3;pointer-events:none}.sell-action-button{height:48px;min-height:48px;color:var(--text-main);flex:none;padding:12px 20px}.sell-action-button-success{border-color:rgba(var(--surface-success), 0);background:rgb(var(--surface-success));color:rgb(var(--text-on-brand))}.sell-action-button-success .action-icon{background:rgb(var(--text-on-brand))}.sell-action-button-success:hover{background:rgb(var(--surface-success));box-shadow:0 10px 24px rgba(var(--surface-success), .24)}.action-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.action-icon-pause{-webkit-mask-image:url(/build/assets/pause-Ub_OZJOs.svg);mask-image:url(/build/assets/pause-Ub_OZJOs.svg)}.action-icon-trash{-webkit-mask-image:url(/build/assets/trash-D_CSkjPG.svg);mask-image:url(/build/assets/trash-D_CSkjPG.svg)}.action-icon-play{-webkit-mask-image:url(/build/assets/play-BdpDdTPt.svg);mask-image:url(/build/assets/play-BdpDdTPt.svg)}.sell-list-search{flex:0 0 343px;width:343px}.sell-status{background:rgba(var(--surface-success), .12);color:rgb(var(--text-success));border-radius:16px;margin-top:16px;padding:12px 16px}.sell-paused-notice{border-top:1px solid rgb(var(--surface-background-secondary));background:rgb(var(--surface-background-secondary));width:100%;min-height:56px;color:var(--text-main);border-radius:24px;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px 24px;display:flex}.sell-paused-notice .main-text{flex:auto;min-width:0}.sell-paused-notice-icon{background:rgb(var(--text-attention));flex:none;width:20px;height:20px;-webkit-mask:url(/build/assets/paused-info-CwTWqFud.svg) 50%/contain no-repeat;mask:url(/build/assets/paused-info-CwTWqFud.svg) 50%/contain no-repeat}.sell-cards{margin-top:24px}.sell-more-card{color:var(--text-main);text-align:left;border:0;padding:0}.sell-more-inner{background:rgb(var(--surface-background-secondary));justify-content:center;align-items:center;display:flex}.image-slot img.sell-more-icon{object-fit:contain;border-radius:0;width:64px;height:64px;display:block;position:static;inset:auto}.sell-more-button{width:100%;color:var(--text-main)}.sell-more-button-icon{background:rgb(var(--text-secondary));flex:none;width:24px;height:24px;-webkit-mask:url(/build/assets/plus-circle-CO7aBF3I.svg) 50%/contain no-repeat;mask:url(/build/assets/plus-circle-CO7aBF3I.svg) 50%/contain no-repeat}.sell-listing-card{text-decoration:none}.sell-listing-card.is-paused .image-inner img{filter:grayscale()}.sell-listing-card.is-paused .card__shine,.sell-listing-card.is-paused:after{display:none}.sell-card-resume-button{border:1px solid rgba(var(--surface-success), .32);height:40px;color:rgb(var(--text-success));white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:8px 16px;display:inline-flex}.sell-card-resume-button .action-icon{background:rgb(var(--text-success))}.sell-card-wrap{flex:0 0 288px;width:288px;min-width:288px;max-width:288px;height:247px;min-height:247px;max-height:247px;position:relative}.sell-card-wrap .image-inner{background:rgb(var(--surface-background-secondary))}.sell-card-edit-form{z-index:3;position:absolute;top:16px;right:16px}.sell-card-edit{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;width:56px;height:40px;color:var(--text-main);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.sell-card-edit-icon{background:var(--text-main);width:24px;height:24px;-webkit-mask:url(/build/assets/edit-cvjLXpSj.svg) 50%/contain no-repeat;mask:url(/build/assets/edit-cvjLXpSj.svg) 50%/contain no-repeat}.sold-banner{margin-bottom:48px}.sold-banner-summary{margin-bottom:16px}.sold-banner-profit{color:rgb(var(--text-success))}.sold-banner-cards{margin-top:0}.sold-trade-card{border:1px solid rgb(var(--surface-border));cursor:default}.sold-trade-card .image-slot{background:var(--surface-line)}.sold-trade-card .card-meta{align-items:center;width:100%}.sold-trade-card .card-title{line-height:18px}.sold-trade-card .badge{min-height:20px;padding:4px 6px;font-size:12px;font-weight:600;line-height:12px}.sold-trade-copy{gap:4px}.sold-trade-copy:after{content:"";pointer-events:none;background:linear-gradient(90deg, rgba(var(--surface-background-secondary), 0), rgb(var(--surface-background-secondary)));width:32px;height:22px;position:absolute;top:0;right:0}.sold-trade-button{background:rgb(var(--surface-success));min-height:40px;color:var(--text-main);white-space:nowrap;cursor:pointer;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:8px 16px;font-size:16px;font-weight:600;line-height:24px;transition:background .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;display:inline-flex;position:relative}.sold-trade-button:before{content:"";border-radius:inherit;background:var(--surface-line);pointer-events:none;-webkit-mask-composite:xor;opacity:1;padding:1px;transition:opacity .25s ease-in-out;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.sold-trade-button:hover{background:rgb(var(--surface-success))}.sold-trade-button:hover:before{opacity:.86}.sold-trade-button:active{transform:translateY(1px)}.sell-inventory-panel{margin-top:32px}.sell-inventory-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.sell-zero-wrap,.sell-zero-cards{position:relative}.sell-zero-card{z-index:1}.sell-skeleton-card{background:rgb(var(--surface-background-secondary));border-radius:24px;width:288px;min-width:288px;max-width:288px;height:247px;min-height:247px;max-height:247px;display:block;overflow:hidden}.sell-skeleton-card-1{opacity:.6}.sell-skeleton-card-2{opacity:.3}.sell-skeleton-image{width:100%;height:189px;display:block}.sell-zero-shadow{background:radial-gradient(circle, rgba(var(--surface-background), .92) 0%, rgba(var(--surface-background), .74) 34%, rgba(var(--surface-background), 0) 68%);pointer-events:none;border-radius:999px;width:672px;height:672px;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.sell-zero-content{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:32px;width:min(375px,100vw - 48px);padding:0 24px;display:flex;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.sell-zero-copy{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.sell-zero-gem{object-fit:contain;width:64px;height:64px}.sell-zero-text{flex-direction:column;gap:8px;width:100%;display:flex}.sell-zero-text h2,.sell-zero-text p{margin:0}.sell-zero-text h2{color:var(--text-main);white-space:pre-wrap}.sell-zero-text p{color:var(--text-main)}.sell-zero-login{justify-content:center;width:220px}.edit-listing-modal .sell-item-copy,.edit-listing-modal .sell-item-name-block{gap:16px}.edit-listing-modal .sell-form{gap:32px}.edit-listing-modal .sell-submit-button{flex:0 0 241px;width:241px}.edit-listing-bottom{justify-content:space-between}.edit-listing-actions{flex:auto;justify-content:flex-end;align-items:center;gap:8px;display:flex}.edit-listing-remove-button,.edit-listing-pause-button,.edit-listing-save-button{height:48px;min-height:48px;box-shadow:none;justify-content:center;padding:12px 20px}.edit-listing-remove-button{border-color:rgba(var(--surface-error), .32);background:linear-gradient(rgb(var(--surface-background)), rgb(var(--surface-background))) padding-box, linear-gradient(rgba(var(--surface-error), .32), rgba(var(--surface-error), .32)) border-box;color:rgb(var(--text-error));flex:0 0 206px}.edit-listing-remove-button .action-icon{background:rgb(var(--surface-error))}.edit-listing-remove-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.edit-listing-pause-button{border-color:rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;width:241px;min-width:0;color:var(--text-main);flex:0 0 241px}.edit-listing-pause-button.is-sell-action{border-color:rgba(var(--surface-success), .32);background:linear-gradient(rgb(var(--surface-background)), rgb(var(--surface-background))) padding-box, linear-gradient(rgba(var(--surface-success), .32), rgba(var(--surface-success), .32)) border-box;color:rgb(var(--text-success))}.edit-listing-pause-button.is-sell-action .action-icon{background:rgb(var(--text-success))}.edit-listing-pause-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.edit-listing-save-button{flex:0 0 241px;width:241px}.bulk-confirm-root{z-index:95;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.bulk-confirm-backdrop{background:var(--surface-modal-tint);position:absolute;inset:0}.bulk-confirm-modal{z-index:1;background:rgb(var(--surface-background));width:min(489px,100vw - 32px);box-shadow:0 32px 96px rgba(var(--surface-background), .72);border-radius:32px;flex-direction:column;align-items:center;gap:32px;padding:32px;display:flex;position:relative}.bulk-confirm-copy{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.bulk-confirm-image{object-fit:cover;border-radius:16px;width:64px;height:64px}.bulk-confirm-text{width:100%;color:var(--text-main);flex-direction:column;align-items:center;gap:8px;display:flex}.bulk-confirm-text h2,.bulk-confirm-text p{margin:0}.bulk-confirm-actions{align-items:center;gap:8px;width:100%;display:flex}.bulk-confirm-actions .button{flex:1 1 0;justify-content:center}.bulk-confirm-cancel{border-color:rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;color:var(--text-main)}.bulk-confirm-cancel:disabled{cursor:not-allowed;opacity:.48;transform:none}.bulk-confirm-danger{border-color:rgba(var(--surface-error), 0);background:rgb(var(--surface-error));color:rgb(var(--text-on-brand))}.bulk-confirm-danger:disabled{cursor:not-allowed;opacity:.48;transform:none}.trade-steps{flex-direction:column;gap:24px;display:flex}.trade-step{align-items:flex-start;gap:16px;display:flex}.trade-step-num{background:rgb(var(--surface-background-secondary));width:28px;height:28px;color:var(--text-main);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-weight:700;display:flex}.trade-step-body{flex-direction:column;flex:auto;gap:12px;min-width:0;display:flex}.trade-step-body p{margin:0}.trade-url-row{align-items:center;gap:8px;display:flex}.trade-url-input{border:1px solid rgb(var(--surface-border));background:rgb(var(--surface-background-secondary));min-width:0;height:40px;color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;border-radius:12px;outline:none;flex:auto;padding:8px 12px;overflow:hidden}.trade-copy-button{flex:none}.trade-open-button{align-self:flex-start;text-decoration:none}.trade-no-url{color:rgb(var(--text-error));margin:0}.sold-trade-waiting{color:rgb(var(--text-secondary));flex:none}@media (width<=1180px){.sell-page-head,.sell-page-actions{flex-direction:column;align-items:flex-start}.sell-list-search{flex:0 0 343px;width:343px}}@media (width<=720px){.sell-page{width:calc(100vw - 32px);margin-top:32px}.sell-page-actions,.sell-action-button,.sell-list-search{width:100%}.sell-list-search{flex-basis:auto}.sell-zero-shadow,.sell-zero-content{top:360px}.sell-zero-shadow{width:520px;height:520px}.edit-listing-actions{flex-direction:column}.edit-listing-pause-button,.edit-listing-save-button{flex-basis:auto;width:100%}.bulk-confirm-modal{padding:24px}.bulk-confirm-actions{flex-direction:column}.bulk-confirm-actions .button{flex-basis:auto;width:100%}}.bottom-pager{margin-top:24px}.pager{justify-content:flex-end;align-items:center;gap:8px;display:flex}.pager-pages{color:var(--text-main);justify-content:center;align-items:center;gap:8px;display:flex}.pager-page{width:24px;min-width:24px;color:var(--text-main);text-align:center;justify-content:center;align-items:center;line-height:24px;transition:color .25s ease-in-out,opacity .25s ease-in-out;display:inline-flex}.pager-page:hover{color:rgb(var(--text-brand))}.pager-page.is-ellipsis{color:rgb(var(--text-secondary));opacity:.5}.pager-page.is-current{color:rgb(var(--text-secondary));opacity:.5;pointer-events:none}.pager-button{border:1px solid rgba(var(--surface-background), 0);background:linear-gradient(rgb(var(--surface-card)), rgb(var(--surface-card))) padding-box, var(--surface-line) border-box;width:64px;height:48px;color:var(--text-main);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:all .25s ease-in-out;display:inline-flex}.pager-button:hover{background:linear-gradient(rgb(var(--surface-border)), rgb(var(--surface-border))) padding-box, var(--surface-line) border-box;box-shadow:0 8px 16px rgba(var(--surface-background), .28)}.pager-button:active{transform:translateY(1px)}.pager-button.is-disabled{opacity:.3;pointer-events:none}
