@font-face{font-family:Heading;src:url(/fonts/Verlag-Black.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Subheading;src:url(/fonts/Verlag-Black.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Body;src:url(/fonts/Lato-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:BodyBold;src:url(/fonts/Lato-Bold.ttf)format("truetype");font-weight:700;font-style:normal}:root{--primary-background-color:var(--navigation-bar);--primary-background-image:url(/img/bg-red.jpg);--primary-background-image-repeat:repeat;--primary-background-image-size:auto;--room-background-image:url(/img/home-background-1.jpg);--room-background-image-repeat:no-repeat;--room-background-image-size:cover;--room-section-background-color:var(--color-section);--wall-background-image:url(/img/wall-background.png);--wall-background-image-repeat:repeat;--wall-background-image-size:200px 200px;--wall-background-color:var(--navigation-bar);--shop-background-image:url(/img/shop-background.png);--shop-background-image-repeat:no-repeat;--shop-background-image-size:cover;--shop-background-color:var(--navigation-bar);--container-radius:16px;--container-radius-small:10px;--border-thickness:2px}@media (max-width:600px){:root{--container-radius:10px;--container-radius-small:6px;--border-thickness:1px}}:root{--color-white:#fff;--color-gray0:#f7f8f9;--color-gray20:#d5dce1;--color-gray40:#abb8c3;--color-gray60:#565c62;--color-black:#111213;--color-red:#d1222a;--color-yellow:#fcb900;--color-green:#008554;--color-blue:#0693e3;--color-slime:#dffc21;--color-lightBlue:#9ce0fb;--background:var(--color-white);--background2:var(--color-gray0);--overlay:var(--color-black);--foreground:var(--color-black);--foreground2:var(--color-black);--stroke1:var(--color-black);--stroke2:var(--color-gray20);--tintBackground:var(--color-black);--tintForeground:var(--color-white);--active:var(--color-black);--inactive:var(--color-gray40);--info:var(--color-blue);--success:var(--color-green);--danger:var(--color-red);--barButtonBackground:var(--color-black);--barButtonForeground:var(--color-white);--subnavButtonBackground:var(--color-black);--subnavButtonForeground:var(--color-white);--chatBubbleMine:var(--color-lightBlue);--chatBubbleTheirs:var(--color-red);--selectedTabBarItem:var(--color-blue);--unselectedTabBarItem:var(--color-gray40);--notificationBadge:var(--color-red);--notificationBannerBackground:var(--color-lightBlue);--notificationBannerForeground:var(--color-black);--highlightBackground:var(--color-yellow);--highlightForeground:var(--color-black);--successBackground:var(--color-green);--successForeground:var(--color-white);--dangerBackground:var(--color-red);--dangerForeground:var(--color-white);--brand:var(--color-red);--navigation-bar:var(--color-gray20);--section:var(--color-gray20);--buyButton:var(--color-red);--focus-color:var(--color-gray20);--border-color:var(--color-black);--border-color-light:var(--color-gray20);--form-border:var(--color-gray20);--margins-horizontal:1.5rem;--margins-vertical:1.5rem;--border:var(--border-thickness)solid var(--foreground);--tabbar-height:64px;--navigation-bar-height:84px;--card-height-full-view:70dvh;--card-height-full-view-mobile:60dvh}@media (max-width:600px){:root{--margins-horizontal:.75rem;--margins-vertical:.75rem}}:root{--font-heading:"Heading",sans-serif;--font-subheading:"Subheading",sans-serif;--font-body:"Body",sans-serif;--font-body-bold:"BodyBold",sans-serif;--shadow-default:0 0 3px rgba(0,0,0,.3)}*{box-sizing:border-box}html{height:100%;height:-webkit-fill-available}body{width:100%;color:var(--foreground);font-family:var(--font-body);text-align:left;margin:0;font-size:max(1em,min(2vw,1.4em));line-height:normal;overflow:visible}#root,#__next{min-height:100%;display:block}main{background-color:var(--primary-background-color);background-image:var(--primary-background-image);background-repeat:var(--primary-background-image-repeat);background-size:var(--primary-background-image-size);width:100%;height:100%;padding:var(--safe-top)var(--safe-right)var(--safe-bottom)var(--safe-left);margin:0}.mainContent{width:100%;height:100%;margin:0;padding:0}@media screen and (max-width:600px){.mainContent{padding-top:var(--navigation-bar-height)}}:root{--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom);--safe-left:env(safe-area-inset-left);--safe-right:env(safe-area-inset-right)}@supports (-webkit-touch-callout:none){.backgroundLayer{background-attachment:scroll}}section{margin:0;padding:0}h1{font-family:var(--font-heading);font-size:max(1.5em,min(5.5vw,2em));line-height:normal}h2{font-family:var(--font-heading);font-size:max(1em,min(4vw,1.8em));line-height:normal}h3{font-family:var(--font-heading);font-size:max(.9em,min(2vw,1.3em));line-height:normal}a{color:var(--info);text-decoration:underline}a:hover{cursor:pointer;text-decoration:none}button{background-color:var(--foreground);color:var(--background);font-family:var(--font-body-bold);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.5rem .75rem;font-size:1rem;text-decoration:none}.checkbox{width:20px;height:20px;accent-color:var(--info);flex-shrink:0}.styledIcon{background-color:var(--info);-webkit-mask:none 50%/contain no-repeat;mask:none 50%/contain no-repeat}.highlight{background-color:var(--highlightBackground)}.foreground{background-color:var(--foreground)}.form{flex-direction:column;gap:1rem;width:100%;max-width:800px;display:flex}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field label{font-family:var(--font-body-bold);color:var(--foreground);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.95rem}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],input[type=file],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background);color:var(--foreground);border:1px solid var(--form-border);border-radius:var(--container-radius-small);font-family:var(--font-body);outline:none;padding:.4rem .8rem;font-size:1.1rem;line-height:normal;transition:box-shadow .15s,border-color .15s,transform 50ms}input[type=search]{-webkit-appearance:searchfield;-moz-appearance:searchfield;appearance:searchfield}.form-field .rounded-lg{border-radius:18px}textarea{resize:vertical;min-height:120px;padding-top:.7rem;padding-bottom:.7rem}input:focus,textarea:focus,select:focus{border-color:var(--focus-color);box-shadow:0 6px 18px rgba(0,0,0,.06),0 0 0 4px rgba(0,0,0,.03)}:focus:not(:focus-visible){box-shadow:none}input[disabled],textarea[disabled],select[disabled],input[readonly],textarea[readonly]{opacity:.64;cursor:not-allowed;background-color:rgba(0,0,0,.02)}.form-help{color:rgba(0,0,0,.55);font-size:.85rem}.form-error{color:var(--danger);font-size:.85rem}.form-row{align-items:flex-start;gap:.75rem;display:flex}.input-with-icon{width:100%;display:inline-flex;position:relative}.input-with-icon input,.input-with-icon select,.input-with-icon textarea{padding-left:2.4rem}.input-with-icon .icon{opacity:.75;pointer-events:none;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}@media (max-width:600px){button{padding:.4rem 1rem;font-size:.8rem}}
