.btn-red{background:var(--brand-red);color:#fff;border:none;border-radius:var(--brand-border-radius, 8px);padding:.7em 2em;font-size:1.15rem;font-weight:600;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:background .2s,box-shadow .2s}.btn-red:hover,.btn-red:focus{background:#d10000;box-shadow:0 4px 16px #0000001f}/*!
 * 
 *   react-simple-keyboard v3.8.130
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 *//*!
* 
*   react-simple-keyboard v3.8.130
*   https://github.com/hodgef/react-simple-keyboard
*
*   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
*
*   This source code is licensed under the MIT license found in the
*   LICENSE file in the root directory of this source tree.
*
*//*!
 * 
 *   simple-keyboard v3.8.87
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}.simple-keyboard .hg-button,.simple-keyboard .hg-button.hg-function{color:#111!important}:root{--brand-red: #ff0000;--brand-gray: #707372;--brand-black: #1d1d1b;--brand-border-radius: 8px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:DINRound,DIN Rounded,DINRounded,Arial,Helvetica Neue,Univers,sans-serif;background:#fff;color:var(--brand-black);-webkit-font-smoothing:antialiased;line-height:1.35}h1,h2,h3,h4,h5{font-weight:600;letter-spacing:.5px;margin:0 0 1rem;color:var(--brand-black);text-align:left}p{margin:0 0 1rem;max-width:60ch;text-align:left;text-wrap:pretty}a{color:var(--brand-red);text-decoration:none}a:hover{text-decoration:underline}.brand-container{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.stack-lg{display:flex;flex-direction:column;gap:2rem}.btn{display:inline-block;border:none;cursor:pointer;font-weight:600;padding:1.1rem 2rem;font-size:1.05rem;border-radius:var(--brand-border-radius);line-height:1;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;text-align:left}.btn:active{transform:scale(.97)}.btn-primary{background:var(--brand-red);color:#fff}.btn-primary:hover{background:#d60000}.btn-secondary{background:var(--brand-gray);color:#fff}.btn-secondary:hover{background:#5c5f61}.btn-outline{background:transparent;border:2px solid var(--brand-black);color:var(--brand-black)}.btn-outline:hover{background:var(--brand-black);color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;width:100%;margin-top:1rem}.menu-card{background:#f6f6f6;border:1px solid #e2e2e2;padding:1.5rem;border-radius:16px;font-size:1.25rem;font-weight:600;color:var(--brand-black);cursor:pointer;text-align:left;display:flex;align-items:flex-start;justify-content:flex-start;position:relative}.menu-card:hover{background:#ececec}.menu-card:active{transform:scale(.97)}.mt-lg{margin-top:2.5rem}.mt-md{margin-top:1.25rem}.mb-0{margin-bottom:0}.qr-wrapper{background:#fff;border:1px solid #e0e0e0;padding:16px;border-radius:16px;width:fit-content;box-shadow:0 2px 6px #00000014}.back-area{margin-top:2rem}@media(min-width:1600px){.brand-container{max-width:1400px}}
