@font-face{font-family:Kingthings Petrock;src:url(/fonts/Kingthings.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f7f7f8;--color-bg-sidebar: #f7f7f8;--color-border: #e5e5e6;--color-text-primary: #2d333a;--color-text-secondary: #6e6e80;--color-text-tertiary: #8e8ea0;--color-hover: #e5e5e6;--color-active: #d1d5db;--color-nav-bg: #1a1a2e;--mla-purple: #5B6EE8;--mla-purple-dark: #4B68E8;--color-cards-bg: #212529;--font-opensans: "Open Sans", sans-serif;--font-roboto-mono: "Roboto Mono", monospace;--font-kingthings: "Kingthings Petrock", serif}.dark{--color-bg-primary: #343541;--color-bg-secondary: #40414f;--color-bg-sidebar: #202123;--color-border: #565869;--color-text-primary: #ececf1;--color-text-secondary: #c5c5d2;--color-text-tertiary: #8e8ea0;--color-hover: #40414f;--color-active: #565869;--color-cards-bg: #212529}:root:not(.dark){--color-cards-bg: #f7f7f8}html{height:100%;height:-webkit-fill-available;width:100%;overflow:hidden;position:relative}body{min-height:100vh;min-height:-webkit-fill-available;width:100%;overflow:hidden;touch-action:none;display:block;position:relative}@supports (-webkit-touch-callout: none){html,body{height:-webkit-fill-available;width:100%;overflow:hidden}}@keyframes bubble-animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes success{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);border-color:#64ff64cc;box-shadow:0 0 15px #64ff644d}to{transform:scale(1);opacity:0}}@keyframes form-fade-out{to{opacity:0;transform:scale(.9) translateY(-10px);pointer-events:none}}@keyframes logo-scale-up{0%{transform:scale(1) translateY(0)}to{transform:scale(1.5) translateY(40px)}}.bubble-item{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#fff3;animation:bubble-animate 25s linear infinite;bottom:-150px}.bubble-item:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.bubble-item:nth-child(2){left:10%;animation-delay:2s;animation-duration:12s}.bubble-item:nth-child(3){left:70%;animation-delay:4s}.bubble-item:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.bubble-item:nth-child(5){left:65%;animation-delay:0s}.bubble-item:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.bubble-item:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.bubble-item:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.bubble-item:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.bubble-item:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}.pin-field.filled{border-color:var(--mla-purple)}.section-card[data-section-id=header]>.flex.items-center.border-b{display:none!important}.section-card[data-section-id=header]{padding:0!important;overflow:hidden}body.content-blurred #left-column,body.content-blurred #right-column{overflow:visible}body.content-blurred .section-card:not([data-section-id=instructions]){filter:blur(5px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:filter .3s ease}body.content-blurred .section-card[data-section-id=instructions]{z-index:50;position:relative;box-shadow:0 0 0 100vw #00000080;transition:box-shadow .3s ease}.pin-field.error{animation:shake .3s;border-color:#ef4444}.pin-field.success{animation:success .5s ease forwards;border-color:#22c55e}.pin-message.error{color:#ef4444}.pin-message.success{color:#22c55e}.custom-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;min-width:16px;min-height:16px;border:1.5px solid var(--color-border);border-radius:3px;background-color:var(--color-bg-primary);cursor:pointer;position:relative;margin-top:2px;flex-shrink:0;transition:all .2s ease}.custom-checkbox:hover{border-color:var(--color-text-secondary);background-color:var(--color-bg-secondary)}.custom-checkbox:checked{background-color:var(--color-text-primary);border-color:var(--color-text-primary)}.custom-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid var(--color-bg-primary);border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox:focus{outline:none;box-shadow:0 0 0 2px var(--color-bg-secondary)}.custom-checkbox-label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-checkbox-label:has(.custom-checkbox:checked){opacity:.6;transition:opacity .2s ease}html.large-text,html.large-text body{font-size:110%}.changelog-content{color:var(--color-text-secondary);line-height:1.6}.changelog-content p{margin-bottom:.75rem}.changelog-content p:last-child{margin-bottom:0}.changelog-content h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-top:1rem;margin-bottom:.5rem}.changelog-content h4{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-top:.75rem;margin-bottom:.25rem}.changelog-content ul{list-style-type:disc;padding-left:1.5rem;margin:.5rem 0}.changelog-content li{margin-bottom:.25rem}.changelog-content code{padding:.125rem .25rem;border-radius:.25rem;background-color:var(--color-bg-secondary);font-size:.875rem;font-family:Roboto Mono,monospace}.changelog-content a{color:var(--mla-purple);text-decoration:underline;transition:opacity .2s}.changelog-content a:hover{opacity:.8}.changelog-content strong{font-weight:600;color:var(--color-text-primary)}
