@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bitter:wght@400;500;600;700&display=swap);.president-app{--president-wood:#25150c;--president-paper:#f4e7cd;--president-paper-light:#fffaf0;--president-copper:#c08a2d;--president-red:#9e3627;--president-green:#28563b;--president-ink:#201b17;--president-blue:#2a6fbb;color:var(--president-ink);font-family:Bitter,Georgia,serif;letter-spacing:0;min-height:100vh}.president-app *,.president-app :after,.president-app :before{box-sizing:border-box}.president-app button,.president-app input{font:inherit;letter-spacing:0}.president-app button:focus-visible,.president-app input:focus-visible{outline:3px solid #68aaf2;outline-offset:2px}.president-app .president-shell{background:#ece3d2;min-height:100vh}.president-app .president-header{align-items:center;background:#291a0d;border-bottom:3px solid #7a5124;color:#fff;display:flex;gap:16px;height:68px;justify-content:space-between;padding:0 24px}.president-app .president-brand{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;gap:11px;padding:0;text-align:left}.president-app .president-brand__mark{background:#c08a2d;border:2px solid #e6c67d;border-radius:8px;color:#2a1c12;display:grid;font:27px/1 Bebas Neue,sans-serif;height:40px;place-items:center;width:40px}.president-app .president-brand strong{display:block;font:23px/1 Bebas Neue,sans-serif;text-transform:uppercase}.president-app .president-brand small{color:#d6bb87;display:block;font-size:10px;margin-top:4px}.president-app .president-header__actions{align-items:center;display:flex;gap:8px}.president-app .connection-state{align-items:center;border:1px solid #74512e;border-radius:999px;color:#ddc9a3;display:flex;font-size:11px;gap:7px;padding:7px 11px}.president-app .connection-state i{background:#a89a89;border-radius:50%;height:7px;width:7px}.president-app .connection-state.is-online i{background:#6bd785;box-shadow:0 0 7px #6bd785}.president-app .connection-state.is-degraded i{background:#e7ad45}.president-app .icon-button{background:#1c1109;border:1px solid #74512e;border-radius:8px;color:#f4e7cd;cursor:pointer;display:grid;font-size:20px;height:36px;place-items:center;width:36px}.president-app .president-home{background:radial-gradient(circle at 50% 8%,#39704f,#234430 55%,#182e21);display:grid;min-height:calc(100vh - 68px);padding:36px 20px;place-items:center}.president-app .identity-panel{background:var(--president-paper);border:1px solid #d6c092;border-radius:8px;box-shadow:0 24px 55px rgba(0,0,0,.42);overflow:hidden;width:min(100%,480px)}.president-app .identity-panel__title{background:#933426;border-bottom:4px solid var(--president-copper);color:#fff;padding:27px 30px 24px;text-align:center}.president-app .identity-panel__title>span{color:#efc98a;font:15px/1 Bebas Neue,sans-serif;text-transform:uppercase}.president-app .identity-panel__title h1{font:58px/.88 Bebas Neue,sans-serif;margin:4px 0 5px;text-transform:uppercase}.president-app .identity-panel__title p{color:#f2dec0;font-size:13px;margin:0}.president-app .identity-form{display:grid;gap:9px;padding:26px 30px 30px}.president-app .identity-form label{color:#705635;font-size:11px;font-weight:700;margin-top:4px;text-transform:uppercase}.president-app .identity-form input{background:var(--president-paper-light);border:1px solid #cbb183;border-radius:8px;color:var(--president-ink);font-size:16px;min-height:48px;padding:10px 13px;width:100%}.president-app .identity-avatar-field{align-items:center;display:grid;gap:12px;grid-template-columns:56px minmax(0,1fr) 34px;min-height:62px}.president-app .identity-avatar-preview{border:3px solid #fff;border-radius:50%;box-shadow:0 3px 10px rgba(54,35,19,.23);color:#fff;display:grid;height:56px;overflow:hidden;place-items:center;width:56px}.president-app .identity-avatar-preview img,.president-app .player-avatar img{display:block;height:100%;object-fit:cover;width:100%}.president-app .identity-avatar-preview b{font:22px/1 Bebas Neue,sans-serif}.president-app .identity-avatar-field>div{min-width:0}.president-app .identity-form .avatar-upload-action{color:#8f3025;cursor:pointer;display:inline-block;font-size:12px;font-weight:800;margin:0 0 4px}.president-app .identity-avatar-field small{color:#8b765b;display:block;font-size:9px}.president-app .identity-form .avatar-file-input{height:1px;min-height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);white-space:nowrap}.president-app .avatar-remove{background:transparent;border:1px solid #cdb587;border-radius:50%;color:#8f3025;cursor:pointer;display:grid;font-size:20px;height:31px;line-height:1;place-items:center;width:31px}.president-app .identity-form .code-input{font:24px/1 Bebas Neue,sans-serif;letter-spacing:4px;text-transform:uppercase}.president-app .mode-switch{background:#ead9b8;border:1px solid #d2be99;border-radius:8px;display:grid;gap:3px;grid-template-columns:1fr 1fr;margin:8px 0;padding:3px}.president-app .mode-switch button{background:transparent;border:0;border-radius:6px;color:#6c563c;cursor:pointer;font-size:13px;font-weight:700;min-height:37px}.president-app .mode-switch button.active{background:#fffaf0;box-shadow:0 1px 4px rgba(72,47,20,.18);color:#8e3024}.president-app .primary-button,.president-app .secondary-button{border-radius:8px;cursor:pointer;font:18px/1 Bebas Neue,sans-serif!important;min-height:44px;padding:10px 20px;text-transform:uppercase}.president-app .primary-button{background:#287247;border:0;box-shadow:0 4px 0 #194e30;color:#fff}.president-app .identity-form .primary-button{margin-top:10px}.president-app .secondary-button{background:transparent;border:1px solid #ad9369;color:#604a31}.president-app .primary-button:disabled,.president-app .secondary-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.48}.president-app .president-lobby{background:linear-gradient(#f4e7cd,#e9d7b5);min-height:calc(100vh - 68px);padding:34px max(24px,(100vw - 1120px)/2)}.president-app .lobby-heading{align-items:flex-end;border-bottom:2px solid #d1b98d;display:flex;gap:24px;justify-content:space-between;padding-bottom:20px}.president-app .lobby-heading>div:first-child span,.president-app .result-panel>span{color:#86653c;font-size:11px;font-weight:700;text-transform:uppercase}.president-app .lobby-heading h1{color:#362213;font:42px/.9 Bebas Neue,sans-serif;margin:4px 0 0}.president-app .share-code{align-items:center;column-gap:12px;display:grid;grid-template-columns:auto auto;text-align:right}.president-app .share-code small{color:#86653c;font-size:10px;grid-column:1/-1;text-transform:uppercase}.president-app .share-code strong{color:var(--president-red);font:32px/1 Bebas Neue,sans-serif;letter-spacing:5px}.president-app .share-code button,.president-app .table-status button{background:#fff4de;border:1px solid #b9893d;border-radius:8px;color:#7a531d;cursor:pointer;font-size:12px;font-weight:700;padding:8px 12px}.president-app .lobby-section{padding:25px 0}.president-app .section-heading{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:13px}.president-app .section-heading h2,.president-app .variant-section h2{color:#3a2413;font:22px/1 Bebas Neue,sans-serif;margin:0}.president-app .section-heading h2 b{color:var(--president-red)}.president-app .section-heading span{color:#806748;font-size:12px}.president-app .player-grid{display:grid;gap:11px;grid-template-columns:repeat(2,minmax(0,1fr))}.president-app .lobby-player,.president-app .waiting-player{align-items:center;background:#fff8e9;border:1px solid #d7c097;border-radius:8px;display:flex;gap:12px;min-height:73px;padding:11px 13px}.president-app .player-avatar{border:3px solid hsla(0,0%,100%,.72);border-radius:50%;box-shadow:0 3px 9px rgba(34,24,15,.24);color:#fff;display:grid;flex:0 0 47px;font:19px/1 Bebas Neue,sans-serif;height:47px;overflow:hidden;place-items:center;width:47px}.president-app .lobby-player div{flex:1;min-width:0}.president-app .lobby-player small,.president-app .lobby-player strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.president-app .lobby-player small{color:#438158;font-size:11px;margin-top:4px}.president-app .host-badge{color:#8a5b21;font-size:10px;font-weight:700;text-transform:uppercase}.president-app .waiting-player{background:transparent;border-style:dashed;color:#947b5a;font-size:13px;justify-content:center}.president-app .waiting-player span{font-size:22px}.president-app .variant-section{align-items:center;background:#ebdbbb;border:1px solid #d4bc91;display:flex;gap:24px;justify-content:space-between;padding:17px 19px}.president-app .variant-section p{color:#715a3e;font-size:12px;margin:5px 0 0}.president-app .variant-toggle{align-items:center;color:#315d42;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px}.president-app .variant-toggle input{opacity:0;pointer-events:none;position:absolute}.president-app .variant-toggle span{background:#a8997f;border-radius:999px;height:22px;position:relative;transition:background .18s;width:38px}.president-app .variant-toggle span:after{background:#fff;border-radius:50%;content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .18s;width:16px}.president-app .variant-toggle input:checked+span{background:#34754c}.president-app .variant-toggle input:checked+span:after{transform:translateX(16px)}.president-app .variant-toggle.disabled{cursor:default;opacity:.55}.president-app .lobby-actions{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding-top:24px}.president-app .lobby-actions p{color:#715a3e;font-size:13px;font-style:italic}.president-app .president-table{background:radial-gradient(circle at 50% 38%,#3d7653,#28563b 58%,#1b3c29);color:#fff;min-height:calc(100vh - 68px);overflow:hidden;padding:20px 26px 22px;position:relative}.president-app .president-table:before{background-image:repeating-radial-gradient(circle at 50% 40%,rgba(0,0,0,.12) 0 1px,transparent 1px 5px);content:"";inset:0;opacity:.28;pointer-events:none;position:absolute}.president-app .table-status{align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr;min-height:38px;position:relative;z-index:2}.president-app .table-status>span,.president-app .table-status>strong{background:rgba(25,14,7,.55);border:1px solid hsla(40,65%,71%,.42);border-radius:999px;color:#efdcb6;font-size:11px;justify-self:start;padding:7px 13px}.president-app .table-status>span b{color:#ffe080;font-weight:700}.president-app .table-status>strong{color:#fff2be;justify-self:center}.president-app .table-status button{background:rgba(25,14,7,.55);color:#efdcb6;justify-self:end}.president-app .opponents{align-items:flex-start;display:flex;gap:32px;justify-content:center;margin:13px auto 0;max-width:860px;min-height:112px;position:relative;z-index:2}.president-app .table-player{align-items:center;color:#f9ecd0;display:flex;flex-direction:column;gap:3px;position:relative;text-align:center;width:105px}.president-app .table-player .player-avatar{border-color:#d6bf91;flex-basis:52px;height:52px;width:52px}.president-app .table-player.active .player-avatar{border-color:#ffe58f;box-shadow:0 0 0 4px rgba(255,222,120,.18),0 3px 9px rgba(0,0,0,.35)}.president-app .table-player strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.president-app .table-player small{color:#c9e1cf;font-size:10px}.president-app .table-player em{color:#f0c679;font-size:9px;font-style:normal}.president-app .table-player.passed{opacity:.58}.president-app .table-player.disconnected{filter:grayscale(.75)}.president-app .trick-area{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto 5px;min-height:178px;position:relative;z-index:2}.president-app .trick-requirement{background:rgba(20,13,7,.45);border:1px solid hsla(40,57%,73%,.34);border-radius:999px;color:#efdcb6;font-size:10px;margin-top:8px;padding:5px 11px}.president-app .trick-requirement--closing{animation:president-close-label .35s ease both;color:#ffe080}.president-app .trick-requirement--or-nothing{background:rgba(55,25,9,.72);border-color:rgba(255,224,128,.72);color:#f8e7c5}.president-app .trick-requirement--or-nothing strong{color:#ffe080;font-size:12px;text-transform:uppercase}.president-app .trick-plays{align-items:flex-end;display:flex;gap:24px;justify-content:center;min-height:126px;overflow-x:auto;padding:7px 12px 4px;width:100%}.president-app .trick-plays.is-closing{animation:president-trick-close .38s ease .55s both}.president-app .trick-play{display:grid;flex:0 0 auto;gap:6px;justify-items:center;opacity:.72}.president-app .trick-play.is-latest{animation:president-card-launch-opponent .42s cubic-bezier(.2,.8,.25,1);opacity:1}.president-app .trick-play.is-latest.is-mine{animation-name:president-card-launch-local}.president-app .trick-play__cards{align-items:center;display:flex;height:104px;justify-content:center;min-width:72px}.president-app .trick-play>small{color:#d9e7d9;font-size:9px;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.president-app .empty-trick{color:hsla(40,64%,88%,.65);text-align:center}.president-app .empty-trick span{font-size:54px;line-height:1}.president-app .empty-trick p{font-size:11px;margin:2px 0 0}.president-app .round-announcement{background:rgba(20,12,7,.76);color:#f8e7c5;display:grid;inset:68px 0 0;justify-items:center;padding:24px;place-content:center;pointer-events:none;position:fixed;text-align:center;z-index:55}.president-app .round-announcement span{color:#e4bd6c;font-size:11px;font-weight:700;text-transform:uppercase}.president-app .round-announcement strong{color:#fff4d2;font:54px/.95 Bebas Neue,sans-serif;margin:5px 0 8px;text-shadow:0 5px 20px rgba(0,0,0,.6)}.president-app .round-announcement small{font-size:13px}.president-app .round-call-enter-active,.president-app .round-call-leave-active{transition:opacity .22s ease}.president-app .round-call-enter-active strong{animation:president-round-call .46s cubic-bezier(.2,.8,.25,1)}.president-app .round-call-enter,.president-app .round-call-leave-to{opacity:0}.president-app .game-commentary{background:rgba(35,20,10,.94);border:1px solid hsla(40,65%,71%,.7);border-radius:8px;box-shadow:0 10px 28px rgba(0,0,0,.34);color:#f8e7c5;left:50%;padding:11px 13px;pointer-events:none;position:fixed;text-align:center;top:42%;transform:translate(-50%,-50%);width:min(360px,100vw - 28px);z-index:50}.president-app .game-commentary span{color:#e4bd6c;display:block;font-size:9px;font-weight:700;margin-bottom:4px;text-transform:uppercase}.president-app .game-commentary strong{display:block;font-size:12px;line-height:1.45}.president-app .game-commentary-enter-active,.president-app .game-commentary-leave-active{transition:opacity .2s ease,transform .2s ease}.president-app .game-commentary-enter,.president-app .game-commentary-leave-to{opacity:0;transform:translate(-50%,calc(-50% - 8px))}.president-app .local-player{border-top:1px solid hsla(40,69%,79%,.28);margin:0 auto;max-width:1120px;padding-top:10px;position:relative;z-index:2}.president-app .local-player.active{border-top-color:#e9c56e}.president-app .local-player__status{align-items:center;display:flex;gap:10px;min-height:52px}.president-app .local-player__status>div{flex:1}.president-app .local-player__status small,.president-app .local-player__status strong{display:block}.president-app .local-player__status strong{font-size:13px}.president-app .local-player__status small{color:#c4dec9;font-size:10px;margin-top:3px}.president-app .local-player__status em{color:#f2c76e;font-size:11px;font-style:normal}.president-app .hand{align-items:flex-end;display:flex;justify-content:center;min-height:139px;overflow:visible;padding:20px 50px 3px}.president-app .playing-card{background:#fff;border:2px solid #d8c39a;border-radius:8px;box-shadow:0 7px 13px rgba(0,0,0,.31);color:#1e1a16;cursor:pointer;display:flex;flex:0 0 78px;flex-direction:column;height:112px;justify-content:space-between;padding:6px 7px;position:relative;transition:transform .14s,border-color .14s,filter .14s;width:78px}.president-app .playing-card>span{align-self:flex-start;display:flex;flex-direction:column;font-size:13px;line-height:1}.president-app .playing-card>span b{font:20px/.85 Bebas Neue,sans-serif}.president-app .playing-card>i{align-self:center;font-size:28px;font-style:normal}.president-app .playing-card .is-red{color:#b62e2b}.president-app .playing-card .is-black{color:#171717}.president-app .playing-card__wildcard-rank{background:#f6d983;border:1px solid #b78a38;border-radius:5px;bottom:5px;color:#39240f;font:13px/1 Bebas Neue,sans-serif;font-style:normal;padding:3px 5px;position:absolute;right:5px}.president-app .playing-card.playable:not(:disabled){border-color:#f0d189}.president-app .playing-card.previewed:not(.selected){border-color:#f2c55f;box-shadow:0 0 0 2px rgba(242,197,95,.24),0 8px 15px rgba(0,0,0,.34);transform:translateY(-9px)}.president-app .playing-card.selected{border-color:#ffdc74;box-shadow:0 0 0 3px rgba(255,220,116,.28),0 9px 16px rgba(0,0,0,.35);transform:translateY(-17px)}.president-app .playing-card:disabled{cursor:default;filter:brightness(.72) saturate(.65)}.president-app .playing-card--table{cursor:default;flex-basis:72px;height:104px;width:72px}.president-app .game-actions{display:flex;gap:9px;justify-content:flex-end;min-height:52px;padding-top:7px}.president-app .game-actions .secondary-button{background:rgba(28,16,8,.35);border-color:#d1b784;color:#f5e5c7}.president-app .seven-rank-picker{background:#fff8e8;border:1px solid #d3b87f;border-radius:8px;bottom:53px;box-shadow:0 8px 22px rgba(24,15,8,.3);color:#604a31;padding:8px 10px;position:absolute;right:0;z-index:8}.president-app .seven-rank-picker label{align-items:center;display:flex;font-size:11px;font-weight:700;gap:9px;text-transform:uppercase}.president-app .seven-rank-picker select{background:#fff;border:1px solid #b99458;border-radius:6px;color:#342315;font-weight:700;min-height:35px;min-width:126px;padding:5px 28px 5px 9px}.president-app .phase-overlay{backdrop-filter:blur(4px);background:rgba(20,12,7,.78);display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:60}.president-app .result-panel{background:#f4e7cd;border:1px solid #d0b682;border-radius:8px;box-shadow:0 26px 60px rgba(0,0,0,.48);color:#201b17;max-height:calc(100vh - 40px);overflow:auto;padding:29px;text-align:center;width:min(100%,500px)}.president-app .result-panel h2{color:#8e3024;font:43px/.95 Bebas Neue,sans-serif;margin:3px 0 20px}.president-app .result-panel ol{list-style:none;margin:0 0 22px;padding:0;text-align:left}.president-app .result-panel li{align-items:center;border-bottom:1px solid #d8c39a;display:grid;gap:10px;grid-template-columns:35px 1fr auto;min-height:48px}.president-app .result-panel li b{color:#a46a20;font:22px/1 Bebas Neue,sans-serif}.president-app .result-panel li span{font-weight:700}.president-app .result-panel li em{color:#8f3628;font-size:11px;font-style:normal}.president-app .result-panel p{color:#6e573b;font-size:13px}.president-app .result-actions{display:flex;gap:10px;justify-content:center}.president-app .result-actions .secondary-button{color:#604a31}.president-app .exchange-panel{width:min(100%,900px)}.president-app .tribute-selection-status{align-items:center;color:#6e573b;display:flex;font-size:11px;font-weight:700;justify-content:space-between;margin:18px 0 9px;text-transform:uppercase}.president-app .tribute-selection-status strong{color:#8e3024;font:23px/1 Bebas Neue,sans-serif}.president-app .tribute-hand{background:#e8d8b9;border:1px solid #d8c39a;border-radius:7px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,62px);justify-content:center;margin-bottom:22px;max-height:min(370px,48vh);overflow-y:auto;padding:18px}.president-app .playing-card--tribute{flex-basis:62px;height:90px;padding:5px 6px;width:62px}.president-app .playing-card--tribute>span b{font-size:18px}.president-app .playing-card--tribute>i{font-size:24px}.president-app .playing-card--tribute.selected{border-color:#a43b2c;box-shadow:0 0 0 3px rgba(164,59,44,.2),0 8px 15px rgba(0,0,0,.28);transform:translateY(-5px)}.president-app .playing-card--tribute:disabled:not(.selected){opacity:.48}.president-app .automatic-tribute{display:flex;gap:12px;justify-content:center;margin:20px 0 12px}.president-app .automatic-tribute .playing-card{cursor:default}.president-app .tribute-priority{color:#7c6243;display:block;font-size:11px;margin-bottom:20px}.president-app .stats-overlay{background:#1a2620;color:#f4e7cd;inset:0;overflow:auto;position:fixed;z-index:70}.president-app .stats-screen{background:linear-gradient(180deg,#20302a,#1a2620);min-height:100%;padding:30px max(24px,(100vw - 1180px)/2) 38px;position:relative;width:100%}.president-app .stats-close{background:#291a0d;border-color:rgba(192,138,45,.52);color:#f4e7cd;position:fixed;right:20px;top:18px;z-index:2}.president-app .stats-heading{align-items:flex-end;display:flex;gap:30px;justify-content:space-between;margin-bottom:20px;min-height:74px;padding-right:54px}.president-app .stats-kicker,.president-app .stats-section-title{color:#8fae97;display:block;font-size:10px;font-weight:700;text-transform:uppercase}.president-app .stats-heading h2{color:#f4e7cd;font:42px/.9 Bebas Neue,sans-serif;margin:3px 0 0;text-transform:uppercase}.president-app .stats-heading p{color:#bcd9c2;font-size:12px;font-style:italic;line-height:1.5;margin:0;max-width:360px;text-align:right}.president-app .stats-chart-panel{background:rgba(0,0,0,.22);border:1px solid rgba(192,138,45,.28);border-radius:8px;display:grid;gap:16px;grid-template-columns:104px minmax(0,1fr);min-height:354px;padding:20px 20px 13px}.president-app .stats-rank-labels{display:flex;flex-direction:column;height:300px;justify-content:space-between;padding:13px 0;text-align:right}.president-app .stats-rank-labels span{color:#cbb991;font:13px/1 Bebas Neue,sans-serif;text-transform:uppercase}.president-app .stats-rank-labels span:first-child{color:#ffd98a}.president-app .stats-rank-labels span:last-child{color:#e2a99a}.president-app .stats-chart-area{min-width:0;overflow:hidden}.president-app .stats-chart-area svg{display:block;height:300px;overflow:visible;width:100%}.president-app .stats-grid-line{stroke:hsla(0,0%,100%,.1);stroke-width:1;vector-effect:non-scaling-stroke}.president-app .stats-grid-line--vertical{stroke:hsla(0,0%,100%,.055)}.president-app .stats-series polyline{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;animation:stats-line-draw .7s ease both;stroke-dasharray:1;stroke-dashoffset:1}.president-app .stats-series circle{stroke:#1a2620;stroke-width:3;vector-effect:non-scaling-stroke;animation:stats-node-in .24s ease .55s both;transform-box:fill-box;transform-origin:center}.president-app .stats-round-labels{color:#8fae97;display:grid;font-size:10px;margin-top:6px;text-align:center}.president-app .stats-lower-band{border-top:1px solid rgba(192,138,45,.24);display:grid;gap:26px;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);margin-top:22px;padding-top:20px}.president-app .stats-legend{min-width:0}.president-app .stats-section-title{margin-bottom:11px}.president-app .stats-player-row{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.08);display:grid;gap:10px;grid-template-columns:22px 32px minmax(90px,1fr) auto 56px;min-height:43px}.president-app .stats-player-row>i{border-radius:2px;height:4px;width:22px}.president-app .stats-player-row>b{border-radius:50%;color:#fff;display:grid;font:13px/1 Bebas Neue,sans-serif;height:30px;place-items:center;width:30px}.president-app .stats-player-row>strong{color:#f4e7cd;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.president-app .stats-player-row>span{color:#bcd9c2;font-size:11px}.president-app .stats-player-row>em{color:#9eb1a3;font-size:11px;font-style:normal;font-weight:700;justify-self:end}.president-app .stats-player-row>em.is-up{color:#7ee08a}.president-app .stats-player-row>em.is-down{color:#e2a99a}.president-app .stats-insight{align-self:stretch;border-left:3px solid #9e3627;padding:8px 0 8px 20px}.president-app .stats-insight .stats-section-title{color:#e2a99a}.president-app .stats-insight>strong{color:#ffd0c4;display:block;font:30px/.95 Bebas Neue,sans-serif}.president-app .stats-insight p{color:#f3d9b0;font-size:12px;line-height:1.55;margin:7px 0 0}.president-app .stats-host-controls{align-items:center;border-top:1px solid hsla(13,55%,75%,.3);display:flex;gap:24px;justify-content:space-between;margin-top:22px;min-height:78px;padding-top:18px}.president-app .stats-host-controls .stats-section-title{color:#e2a99a;margin-bottom:5px}.president-app .stats-host-controls p{color:#bcd9c2;font-size:11px;margin:0}.president-app .stats-end-button{background:#8f3025;border:1px solid #c56e5c;border-radius:8px;color:#fff4e8;cursor:pointer;flex:0 0 auto;font-weight:700;min-height:40px;padding:9px 16px}.president-app .stats-end-button:disabled{cursor:not-allowed;opacity:.5}.president-app .stats-end-confirm{align-items:center;display:flex;gap:9px;justify-content:flex-end}.president-app .stats-end-confirm>strong{color:#ffd0c4;font-size:11px}.president-app .stats-end-confirm>button:not(.stats-end-button){background:transparent;border:1px solid hsla(40,64%,88%,.35);border-radius:8px;color:#f4e7cd;cursor:pointer;min-height:40px;padding:9px 14px}.president-app .empty-stats{border:1px dashed rgba(192,138,45,.38);color:#8fae97;display:grid;gap:8px;justify-items:center;min-height:330px;place-content:center;text-align:center}.president-app .empty-stats strong{color:#f4e7cd;font:26px/1 Bebas Neue,sans-serif}.president-app .empty-stats span{font-size:12px}.president-app .president-toast{align-items:center;background:#fff8e8;border:1px solid #d3b87f;border-radius:8px;bottom:18px;box-shadow:0 8px 25px rgba(30,18,9,.24);color:#4c3825;display:flex;font-size:12px;gap:14px;max-width:min(420px,100vw - 32px);padding:11px 13px;position:fixed;right:18px;z-index:90}.president-app .president-toast button{background:transparent;border:0;color:#7d362d;cursor:pointer;font-size:20px}.president-app .president-recovery{background:#234430;color:#f4e7cd;display:grid;gap:14px;justify-items:center;min-height:calc(100vh - 68px);place-content:center}.president-app .president-loader{animation:president-spin .8s linear infinite;border:3px solid hsla(0,0%,100%,.25);border-radius:50%;border-top-color:#efc86f;height:38px;width:38px}.president-app .president-recovery p{font-size:13px;margin:0}@keyframes president-spin{to{transform:rotate(1turn)}}@keyframes president-card-launch-opponent{0%{opacity:0;transform:translateY(-72px) scale(.78) rotate(-5deg)}70%{transform:translateY(5px) scale(1.03) rotate(1deg)}to{opacity:1;transform:none}}@keyframes president-card-launch-local{0%{opacity:0;transform:translateY(92px) scale(.78) rotate(5deg)}70%{transform:translateY(-5px) scale(1.03) rotate(-1deg)}to{opacity:1;transform:none}}@keyframes president-trick-close{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:translateY(-18px) scale(.82) rotate(2deg)}}@keyframes president-close-label{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes president-round-call{0%{opacity:0;transform:translateY(18px) scale(.88)}to{opacity:1;transform:none}}@keyframes stats-line-draw{to{stroke-dashoffset:0}}@keyframes stats-node-in{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@media (max-width:720px){.president-app .president-header{height:58px;padding:0 12px}.president-app .president-brand__mark{font-size:23px;height:34px;width:34px}.president-app .president-brand strong{font-size:19px}.president-app .president-brand small{display:none}.president-app .connection-state{font-size:0;padding:6px 8px}.president-app .president-home,.president-app .president-lobby,.president-app .president-table{min-height:calc(100vh - 58px)}.president-app .president-home{align-items:start;padding:18px 12px}.president-app .identity-panel__title{padding:22px 20px 19px}.president-app .identity-panel__title h1{font-size:49px}.president-app .identity-form{padding:21px 20px 24px}.president-app .president-lobby{padding:22px 14px 95px}.president-app .lobby-heading{align-items:flex-start;flex-direction:column}.president-app .lobby-heading h1{font-size:34px}.president-app .share-code{text-align:left;width:100%}.president-app .share-code strong{font-size:28px}.president-app .player-grid{grid-template-columns:1fr}.president-app .variant-section{align-items:flex-start;flex-direction:column}.president-app .lobby-actions{background:#f4e7cd;border-top:1px solid #cdb487;bottom:0;left:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:25}.president-app .lobby-actions .primary-button{flex:1}.president-app .president-table{padding:12px 8px calc(76px + env(safe-area-inset-bottom))}.president-app .round-announcement{inset:58px 0 0}.president-app .round-announcement strong{font-size:39px}.president-app .table-status{grid-template-columns:1fr auto}.president-app .table-status>strong{grid-column:1/-1;grid-row:2;justify-self:center}.president-app .opponents{gap:8px;margin-top:8px;min-height:93px}.president-app .table-player{width:68px}.president-app .table-player .player-avatar{flex-basis:42px;font-size:16px;height:42px;width:42px}.president-app .table-player em{display:none}.president-app .trick-area{min-height:142px}.president-app .trick-plays{gap:15px;justify-content:flex-start;min-height:111px;padding-left:8px;padding-right:8px}.president-app .trick-play__cards{height:90px;min-width:62px}.president-app .playing-card--table{flex-basis:62px;height:90px;width:62px}.president-app .local-player__status .player-avatar{flex-basis:40px;height:40px;width:40px}.president-app .hand{justify-content:flex-start;min-height:127px;overflow-x:auto;overflow-y:hidden;padding:18px 22px 3px}.president-app .playing-card{flex-basis:70px;height:103px;width:70px}.president-app .game-actions{background:rgba(24,51,35,.97);border-top:1px solid hsla(41,66%,72%,.42);bottom:0;left:0;padding:9px 12px calc(9px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:20}.president-app .game-actions button{flex:1}.president-app .seven-rank-picker{bottom:calc(67px + env(safe-area-inset-bottom));left:12px;position:fixed;right:12px;z-index:21}.president-app .seven-rank-picker label{justify-content:space-between}.president-app .result-panel{padding:24px 18px}.president-app .result-panel h2{font-size:36px}.president-app .stats-screen{padding:22px 12px 30px}.president-app .stats-close{right:12px;top:12px}.president-app .stats-heading{align-items:flex-start;flex-direction:column;gap:8px;min-height:88px;padding-right:45px}.president-app .stats-heading h2{font-size:36px}.president-app .stats-heading p{max-width:none;text-align:left}.president-app .stats-chart-panel{gap:8px;grid-template-columns:62px minmax(0,1fr);min-height:324px;padding:14px 8px 10px}.president-app .stats-rank-labels{height:260px;padding:11px 0}.president-app .stats-rank-labels span{font-size:10px}.president-app .stats-chart-area svg{height:260px}.president-app .stats-round-labels{font-size:9px;overflow:hidden}.president-app .stats-lower-band{gap:20px;grid-template-columns:1fr}.president-app .stats-player-row{gap:7px;grid-template-columns:18px 30px minmax(70px,1fr) 54px}.president-app .stats-player-row>i{width:18px}.president-app .stats-player-row>span{display:none}.president-app .stats-insight{padding-left:14px}.president-app .stats-host-controls{align-items:stretch;flex-direction:column;gap:12px}.president-app .stats-host-controls>.stats-end-button{align-self:flex-start}.president-app .stats-end-confirm{align-items:stretch;flex-wrap:wrap;justify-content:flex-start}.president-app .stats-end-confirm>strong{width:100%}.president-app .result-actions{flex-direction:column}.president-app .exchange-panel{max-height:calc(100vh - 24px);padding:20px 14px}.president-app .exchange-panel h2{margin-bottom:12px}.president-app .tribute-hand{gap:9px;grid-template-columns:repeat(4,58px);max-height:min(390px,52vh);padding:14px 10px}.president-app .playing-card--tribute{flex-basis:58px;height:84px;width:58px}}@media (prefers-reduced-motion:reduce){.president-app *,.president-app :after,.president-app :before{animation-duration:.01ms!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}