body{display:flex;flex-direction:column;margin:0}*{box-sizing:border-box}#menu-toggle{align-items:center;background:linear-gradient(135px,#6e8efb,#a777e3);border:none;border-radius:10%;box-shadow:0 4px 15px rgba(5,8,86,.329);cursor:pointer;display:flex;height:50px;justify-content:center;left:20px;position:fixed;top:20px;transition:all .3s ease;width:50px;z-index:1000}#menu-toggle:hover{box-shadow:0 6px 20px rgba(0,0,0,.3);transform:scale(1.1)}#menu-toggle:active{transform:scale(.95)}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-between;width:25px}.hamburger span{background-color:#000;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}#menu-toggle.active .hamburger span:first-child{transform:translateY(8.5px) rotate(45deg)}#menu-toggle.active .hamburger span:nth-child(2){opacity:0}#menu-toggle.active .hamburger span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.closed{transform:translateX(-100%);transition:transform .3s ease-in-out}.header{background-color:#fff;display:flex;font-family:Inter,sans-serif;gap:2rem;padding:1.5rem}#mobile-header{flex-direction:column;height:100%;padding-top:100px;position:absolute;width:18rem;z-index:999}#desktop-header{align-items:center;align-self:center;display:none;flex-direction:row;height:4rem;width:100%}.open{transform:translateX(0)}.header a{color:#333;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.header a:after{background-color:#007bff;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header a:hover{color:#007bff}.header a:hover:after{width:100%}.header a:first-child{color:#007bff;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;margin-right:auto}.header a:first-child:after{display:none}.header a:first-child:hover{opacity:.8;transform:scale(1.05);transition:transform .2s ease}.u-hidden{display:none!important}@media (min-width:1024px){#mobile-header{display:none}#desktop-header{display:flex}#menu-toggle{display:none}}@media (min-width:1368px){#desktop-header{width:80%}@media (min-aspect-ratio:2/1){.main-content{width:60%}}}body{height:100vh;width:100vw}.rp-controls{display:flex;flex:0 0 8rem;flex-direction:row;justify-content:right;padding:2rem}.run-btn{align-items:center;background-color:#229322;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:larger;font-weight:bolder;gap:10px;justify-content:center;margin-right:5px;width:10rem}.run-btn:hover{background-color:#31d231}.loader{animation:spin 2s linear infinite;border:.25em solid #413535;border-radius:50%;border-top-color:#aca0a0;height:15px;margin:0;padding:0;width:15px}.run-btn--cancel{background-color:#c03636}.run-btn--cancel:hover{background-color:#ed7171}.u-fill{flex:1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content{display:flex;width:100%}#js-editor,.main-content{height:100%;overflow:hidden}#js-editor{width:50%}#js-right-pane{display:flex;flex:1 1 0;height:100%;min-width:0}#js-entries{flex:1 1 0;min-height:0;overflow-x:hidden;overflow-y:auto}.splitter{background:#ccc;cursor:col-resize;width:5px}.entry{align-items:start;border-bottom:1px solid #a9a9a9;font-family:Monaco,monospace;gap:2px;margin:5px}.entry--deleted{overflow:hidden}.entry__btn{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:25px 25px;border:none;border-radius:4px;cursor:pointer;height:45px;width:45px}.entry__btn:hover{background-color:#b3b1c4}.entry__btn--delete{background-image:url(../css/delete.0ea3a1f19f4cd8698b5a.svg)}.entry__btn--copy{background-image:url(../css/copy.d92b29e2a5ee88907027.svg)}.entry__btn--goto-editor{background-image:url(../css/goto_editor.c4729a062025d2e7ad0d.svg)}.entry__btn--repeat{background-image:url(../css/repeat.0ed651b81d6f4d0546c4.svg)}.entry__content{align-self:flex-end;display:flex;flex:1;flex-direction:column;margin-top:10px;overflow:hidden;text-align:right}.entry__seat{color:#a9a9a9;margin-right:.25rem}.hand-gap{margin-left:2rem}.clubs{color:#000}.diamonds,.hearts{color:red}.spades{color:#000}.entry__error-text,.entry__plain-text{font-family:Courier New,Courier,monospace}.entry__error-text{color:red}.entry__row{margin-bottom:6px}.entry__error-text,.entry__plain-text,.entry__row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry__type{color:#625e5e;font-family:Arial,Helvetica,sans-serif;font-size:.5rem;text-decoration:underline}.entry__type,.scroll{display:flex;flex-direction:column}.scroll__btn{background-color:#fff;background-position:50%;background-repeat:no-repeat;border:none;border-radius:4px;cursor:pointer;height:40px;width:20px}.scroll__btn:hover{background-color:#b3b1c4}.scroll__btn--down{background-image:url(../css/down.67969051b8ac2a61458c.svg)}.scroll__btn--up{background-image:url(../css/up.4eb588d7db97862c9eef.svg)}.u-flex-row{display:flex;flex-direction:row}.u-flex-col{display:flex;flex-direction:column}.dropup{display:inline-block;position:relative}.dropbtn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;height:3rem;min-height:0;padding:12px 24px;transition:background-color .3s;width:160px}.dropup-content{background-color:transparent;bottom:100%;display:none;left:0;margin-bottom:0;min-width:300px;padding-bottom:10px;position:absolute;z-index:1}.dropup-menu-inner{background-color:#fff;border-radius:4px;box-shadow:0 -8px 16px 0 rgba(0,0,0,.2);overflow:hidden}.dropup-content a{color:#333;cursor:pointer;display:block;font-family:sans-serif;font-size:.8rem;padding:12px 16px;text-decoration:none}.dropup-content a:hover{background-color:#f1f1f1}.dropup:hover .dropup-content{display:block}.dropup:hover .dropbtn{background-color:#2980b9}.set-link{text-decoration:none}.set-link:hover{background-color:#f1f1f1}