html:has(.cards-page){height:100%;overflow:hidden;overscroll-behavior:none}.cards-page{height:100dvh;min-height:0;overflow:hidden;overscroll-behavior:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.cards-page .world-motion{opacity:.07}.cards-page .shell{height:100%;max-width:1600px;padding:0 clamp(12px,3vw,46px)}.cards-page .play-header{height:66px;min-height:66px}.card-layout{height:calc(100% - 66px);display:flex;flex-direction:column;padding:4px 0 max(14px,env(safe-area-inset-bottom));gap:12px;min-height:0}.card-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 4px;flex:none;min-height:44px;gap:12px}.card-heading{display:flex;align-items:baseline;gap:15px}.card-heading h1{font:500 24px/1 var(--sans);letter-spacing:-.05em;margin:0}.card-heading>span{font-size:10px;color:#777;font-variant-numeric:tabular-nums}.card-table-tools{display:flex;gap:14px;align-items:center}.card-mode{display:flex;padding:4px;border-radius:11px;background:#141414;box-shadow:inset 0 1px 3px #0005}.cards-page .card-mode button{padding:8px 15px;border:0;border-radius:8px;background:transparent;box-shadow:none;color:#888;font-size:12px;min-height:36px}.cards-page .card-mode button[aria-pressed=true]{color:#ddd;background:linear-gradient(140deg,#363636,#2b2b2b);box-shadow:inset 0 1px #ffffff08,0 2px 5px #0007}.cards-page .card-help{min-height:36px;width:36px;padding:0;border:0;box-shadow:none;background:transparent;color:#888;font-size:14px}.card-arena{position:relative;isolation:isolate;flex:1;min-height:190px;border-radius:25px;background:radial-gradient(ellipse at 50% 45%,#303030,#272727 57%,#222 95%);box-shadow:inset 0 1px 2px #ffffff08,inset 0 -2px 5px #0005,0 12px 35px #0002;overflow:hidden}.card-arena::before{content:'';position:absolute;inset:0;border-radius:inherit;background:url('../art/card-grain.svg');opacity:.17;pointer-events:none}.card-arena::after{content:'';position:absolute;z-index:-1;inset:8% 10%;border-radius:50%;box-shadow:0 0 0 1px #ffffff03,inset 0 0 22px #00000013;pointer-events:none}.felt-emboss{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);display:grid;grid-template-columns:repeat(2,9px);gap:4px;opacity:.17;filter:drop-shadow(0 1px #fff2)}.felt-emboss i{display:block;width:9px;height:9px;background:#131313;border-radius:1px}.card-table-center{position:absolute;left:50%;top:51%;transform:translate(-50%,-50%);width:64%;display:flex;flex-direction:column;align-items:center;gap:11px}.card-center-label{font-size:11px;color:#999;letter-spacing:.025em;line-height:1.4;text-align:center}.card-trick{display:flex;justify-content:center;align-items:center;height:128px;isolation:isolate}.card-trick .playing-card{width:86px;flex:none;margin-left:-40px;box-shadow:0 4px 9px #0005}.card-trick .playing-card:first-child{margin-left:0}.card-trick[data-long=true] .playing-card{width:64px;margin-left:-42px}.card-trick[data-long=true] .playing-card:first-child{margin-left:0}.playing-card{position:relative;display:block;aspect-ratio:5/7;height:auto;padding:0;border:0;border-radius:7px;background:linear-gradient(125deg,#f3f3f3,#d7d7d7);box-shadow:0 1px 1px #fff3,0 0 0 .5px #09090955,0 5px 9px #0007;isolation:isolate;overflow:hidden;line-height:0;flex:none;transform:translateZ(0)}.playing-card::after{content:'';position:absolute;inset:0;pointer-events:none;z-index:2;border-radius:inherit;background:linear-gradient(120deg,#fff1,transparent 50%,#0000000a),url('../art/card-grain.svg');opacity:.28;box-shadow:inset 0 1px #fff7,inset 0 -1px 1px #0003}.playing-face,.playing-back{display:block;width:100%;height:auto;color:#292929;overflow:visible}.playing-face.is-red{color:#82484c}.card-paper{fill:#e9e9e9}.card-seats{position:absolute;inset:0;pointer-events:none}.card-seat{position:absolute;display:flex;flex-direction:column;align-items:center;gap:7px;min-width:88px;max-width:150px;pointer-events:auto}.card-seat[data-position=left]{left:5%;top:20%}.card-seat[data-position=right]{right:5%;top:20%}.card-seat[data-position=top]{left:50%;top:16px;transform:translateX(-50%)}.card-seat-top{display:flex;align-items:center;gap:10px}.card-seat-avatar{width:38px;height:38px;flex:none;border-radius:50%;overflow:hidden;background:#393939;box-shadow:0 2px 7px #0004;opacity:.7;transition:opacity .2s}.card-seat-avatar svg,.card-seat-avatar img{width:100%;height:100%;object-fit:cover}.card-seat-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px;color:#b5b5b5}.card-seat-role{display:block;margin-top:3px;font-size:9px;color:#777}.card-seat[data-active=true] .card-seat-avatar{opacity:1}.card-seat[data-active=true] .card-seat-name{color:#eee}.card-seat[data-active=true]::after{content:'';height:3px;width:16px;border-radius:3px;background:#bdbdbd;box-shadow:0 0 6px #fff1}.card-seat-cards{display:flex;align-items:center;height:44px;padding-right:8px}.card-seat-cards .playing-card{width:28px;margin-right:-18px;border-radius:3px;box-shadow:1px 2px 3px #0005;transform:rotate(var(--back-angle));transform-origin:50% 100%}.card-seat-count{font-size:22px;line-height:1;font-weight:400;font-variant-numeric:tabular-nums;margin-left:25px;color:#a3a3a3;letter-spacing:-.07em}.card-seat-play{font-size:10px;color:#969696;min-height:12px}.card-seat[data-position=top]{flex-direction:row;gap:14px}.card-seat[data-position=top] .card-seat-cards{height:35px}.card-seat[data-position=top] .playing-card{width:22px;margin-right:-15px}.card-seat[data-position=top] .card-seat-count{font-size:18px;margin-left:21px}.card-seat[data-position=top] .card-seat-play{display:none}.card-seat[data-position=top][data-active=true]::after{position:absolute;bottom:-8px;left:calc(50% - 8px)}.card-table-status{position:absolute;left:25%;right:25%;bottom:18px;margin:0;text-align:center;font-size:11px;color:#999;min-height:14px;pointer-events:none}.card-levels{position:absolute;left:20px;bottom:17px;display:flex;gap:16px;font-size:10px;color:#7d7d7d}.card-levels strong{color:#b5b5b5;font-size:13px;font-weight:500;margin-left:5px}.card-hand-area{flex:none;min-height:30px;max-width:1200px;width:100%;margin:0 auto}.card-hand-caption{min-height:26px;margin-bottom:10px;display:flex;align-items:center;gap:16px;padding:0 3px;color:#949494;font-size:11px}.card-hand-caption>span:first-child{flex:none}.card-selection-label{flex:1;text-align:center;color:#bababa;font-size:11px}.card-clear{margin-left:auto;width:32px;height:26px;min-height:26px;background:transparent;box-shadow:none;border:0;color:#aaa;padding:0;font-size:19px}.card-hand{--card-width:86px;--card-gap:46px;display:flex;flex-direction:column;gap:13px;touch-action:none;min-height:0;padding:10px 0 0}.card-hand:empty{padding:0}.card-hand-row{position:relative;display:flex;justify-content:center;align-items:flex-end;isolation:isolate;padding-bottom:6px;touch-action:none}.card-hand .playing-card{width:var(--card-width);min-width:0;min-height:0;margin-left:calc(var(--card-gap) - var(--card-width));touch-action:none;cursor:pointer;transition:transform .16s cubic-bezier(.2,.7,.25,1),filter .16s;outline:0;overflow:hidden}.card-hand .playing-card:first-child{margin-left:0}.card-hand .playing-card[aria-pressed=true]{transform:translateY(-13px);filter:brightness(1.07);box-shadow:0 2px 0 #f1f1f1,0 0 0 .5px #09090955,0 6px 10px #0008}.card-hand .playing-card[aria-pressed=true]::before{content:'';position:absolute;inset:auto 0 0;height:3px;background:#444;z-index:3}.card-hand .playing-card[data-returnable=false]{filter:brightness(.64)}.card-hand .playing-card:focus-visible{box-shadow:0 0 0 2px #fff;z-index:5}.card-hand .playing-card:disabled{opacity:1;cursor:default}.card-action-area{flex:none;min-height:50px;display:flex;flex-direction:column;gap:7px;align-items:center}.card-actions{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px}.cards-page .card-actions button{border:0;min-height:44px;min-width:78px;padding:0 22px;border-radius:10px;box-shadow:inset 0 1px #ffffff07,0 3px 8px #0004;background:linear-gradient(140deg,#333,#292929);color:#b9b9b9;font-size:13px}.cards-page .card-actions button.card-primary{background:linear-gradient(135deg,#dedede,#b9b9b9);color:#252525;box-shadow:inset 0 1px #ffffff66,0 3px 9px #0005;min-width:112px}.cards-page .card-actions button:disabled{opacity:.33;cursor:default}.cards-page .card-actions button:active:not(:disabled){transform:translateY(1px)}.card-interpretations{display:flex;align-items:center;gap:5px;max-width:95%;overflow-x:auto;scrollbar-width:none}.card-interpretations:empty{display:none}.card-interpretations button{flex:none;min-height:28px;padding:0 10px;border:0;box-shadow:none;background:transparent;color:#777;font-size:10px;border-radius:6px}.card-interpretations button[aria-pressed=true]{color:#ddd;background:#ffffff0a}.card-result-dialog{text-align:center;max-width:360px}.card-result-mark{width:84px;height:84px;margin:12px auto 20px;color:#aaa}.card-result-mark svg{width:100%;height:100%;stroke-width:.7}.card-result-dialog h2{font:500 24px/1.3 var(--sans);letter-spacing:-.04em}.card-result-dialog #cards-result-score{font-size:34px;margin:15px 0 28px;font-variant-numeric:tabular-nums;letter-spacing:-.07em;color:#bcbcbc}.card-owned-dialog p{font-size:13px;line-height:1.9;color:#aaa}.card-owned-dialog{animation:card-dialog-enter .5s cubic-bezier(.16,1,.3,1)}.card-trick.is-new{animation:card-play .32s cubic-bezier(.16,1,.3,1)}.cards-page [hidden]{display:none!important}
@keyframes card-play{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes card-dialog-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.cards-page .shell{padding:0 12px}.cards-page .play-header{height:54px;min-height:54px}.card-layout{height:calc(100% - 54px);gap:7px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.card-topbar{min-height:36px}.card-heading h1{font-size:19px}.card-heading{gap:7px}.card-heading>span{font-size:8px}.card-table-tools{gap:3px}.cards-page .card-mode button{padding:5px 10px;min-height:29px;font-size:10px}.cards-page .card-help{width:28px;min-height:30px}.card-arena{border-radius:17px;min-height:185px}.card-seat{min-width:58px;gap:5px;max-width:85px}.card-seat-top{gap:6px;flex-direction:column}.card-seat-avatar{width:28px;height:28px}.card-seat-name{font-size:10px;max-width:70px;text-align:center}.card-seat-role{font-size:8px}.card-seat[data-position=left]{top:15%;left:10px}.card-seat[data-position=right]{top:15%;right:10px}.card-seat[data-position=top]{top:10px;gap:6px}.card-seat[data-position=top] .card-seat-top{flex-direction:row}.card-seat[data-position=top] .card-seat-role{text-align:left}.card-seat-cards{height:32px}.card-seat-cards .playing-card{width:22px;margin-right:-15px}.card-seat-count{font-size:18px;margin-left:22px}.card-seat-play{font-size:8px}.card-seat[data-position=top]{max-width:180px}.card-seat[data-position=top] .card-seat-cards{display:flex;height:auto;padding:0}.card-seat[data-position=top] .card-seat-cards .playing-card{display:none}.card-seat[data-position=top] .card-seat-count{font-size:13px;margin-left:3px}.card-table-center{top:58%;width:60%;gap:5px}.card-trick{height:91px}.card-trick .playing-card{width:58px;margin-left:-32px;border-radius:4px}.card-trick[data-long=true] .playing-card{width:45px;margin-left:-33px}.card-center-label{font-size:9px}.card-table-status{font-size:9px;bottom:10px;left:15%;right:15%}.card-levels{bottom:10px;left:10px;font-size:8px;gap:9px}.card-levels strong{font-size:10px;margin-left:3px}.card-hand-caption{margin-bottom:2px;min-height:24px;font-size:9px}.card-selection-label{font-size:9px}.card-hand{gap:9px;padding-top:11px}.card-hand .playing-card{border-radius:4px}.card-hand-row{padding-bottom:2px}.card-hand .playing-card[aria-pressed=true]{transform:translateY(-10px)}.card-actions{gap:8px;min-height:42px}.cards-page .card-actions button{min-height:42px;min-width:67px;padding:0 17px;font-size:12px;border-radius:9px}.cards-page .card-actions button.card-primary{min-width:98px}.card-action-area{min-height:42px;gap:3px}}
@media(max-height:660px) and (max-width:760px){.card-arena{min-height:146px}.card-layout{gap:5px}.card-heading h1{font-size:16px}.card-seat-avatar{width:23px;height:23px}.card-seat-top{gap:3px}.card-seat{gap:3px}.card-seat[data-position=top]{top:7px}.card-seat[data-position=left],.card-seat[data-position=right]{top:14px}.card-seat-play{display:none}.card-trick{height:72px}.card-trick .playing-card{width:45px;margin-left:-25px}.card-trick[data-long=true] .playing-card{width:38px;margin-left:-29px}.card-hand{gap:7px;padding-top:8px}.card-hand-caption{min-height:20px}.card-table-status{font-size:8px;bottom:7px}.card-levels{display:none}.card-center-label{font-size:8px}.card-actions,.cards-page .card-actions button{min-height:38px}.card-topbar{min-height:33px}}
@media(max-height:500px) and (min-width:600px){.cards-page .play-header{height:48px;min-height:48px}.card-layout{height:calc(100% - 48px);display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-template-rows:32px minmax(0,1fr) 34px;gap:6px 12px;padding-bottom:8px}.card-topbar{grid-column:1/-1;min-height:30px}.card-arena{grid-row:2/4;min-height:0}.card-hand-area{grid-column:2;grid-row:2;align-self:center}.card-action-area{grid-column:2;grid-row:3;min-height:34px}.card-actions,.cards-page .card-actions button{min-height:32px;min-width:54px;padding:0 10px;font-size:10px}.cards-page .card-actions button.card-primary{min-width:64px}.card-hand-caption{font-size:8px}.card-table-center{top:58%}.card-seat[data-position=left],.card-seat[data-position=right]{top:30%}.card-interpretations{position:absolute;bottom:46px;right:12px;max-width:220px}.card-heading h1{font-size:16px}}
@media(prefers-reduced-motion:reduce){.cards-page *, .card-owned-dialog{animation:none!important;transition:none!important}}
