@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,700&display=swap";.app-loading[data-v-be37f47b]{height:100vh;display:flex;align-items:center;justify-content:center;font-family:sans-serif;color:#0057b7;font-size:1.2rem}body,html{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,blockquote,pre{margin:0;padding:0}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to,.pop-up-enter-from,.pop-up-leave-to{opacity:0}.pop-up-enter-active,.pop-up-leave-active{transition:opacity .2s ease}.pop-up-enter-to,.pop-up-leave-from{opacity:1}.pop-up-enter-from .flyout-content,.pop-up-leave-to .flyout-content{opacity:0;transform:translateY(20px) scale(.96)}.pop-up-enter-to .flyout-content,.pop-up-leave-from .flyout-content{opacity:1;transform:translateY(0) scale(1)}.pop-up-enter-active .flyout-content,.pop-up-leave-active .flyout-content{transition:transform .2s ease,opacity .2s ease}.slide-right-enter-active,.slide-right-leave-active,.slide-right-move{transition:all .4s cubic-bezier(.25,1,.5,1)}.slide-right-enter-from,.slide-right-leave-to{opacity:0;transform:translate(30px)}.slide-right-leave-active{position:absolute}.slide-down-enter-active,.slide-down-leave-active,.slide-down-move{transition:all .3s ease}.slide-down-enter-from,.slide-down-leave-to{opacity:0;transform:translateY(20px)}.slide-down-leave-active{position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.button{font-size:1rem;font-weight:600;height:36px;min-width:70px;padding:0 14px;border-radius:10px;border:none;cursor:pointer;color:#101828;display:flex;justify-content:center;align-items:center;gap:4px}.button.primary{background:var(--tp-accent);color:#2a2010}.button.primary:not(:disabled):hover{background:#d49f21}.button.primary:not(:disabled):active{background:#b98510}.button:disabled{opacity:.5;cursor:default}.button.negative{background:#dc4c3e;color:#fff}.button.negative:hover{background:#dc2626}.button.negative:active{background:#b91c1c}.button.secondary{background:#0000000a;color:#444}.button.secondary:hover{background:#0000001a}.button.secondary:active{background:#00000014}.button.ghost{background:transparent;color:#5a5a60;border:none;border-radius:0}.button.ghost:hover{color:var(--tp-accent-strong);background:#0000000a}.button.ghost:active{color:var(--tp-accent-strong)}.button.icon{min-width:auto;padding:0;width:24px;height:24px}:root{--tp-bg: #f5f2e8;--tp-bg-shade: #efe7d5;--tp-surface: #fffef8;--tp-text: #202023;--tp-muted: #6f6f78;--tp-border: #d4ccbb;--tp-accent: #c69214;--tp-accent-strong: #9b6f09;--tp-sidebar-start: #1f1e22;--tp-sidebar-end: #2e2c33;--tp-sidebar-text: #f8f6ee;--tp-sidebar-muted: #c5c1b4;--tp-shadow: 0 12px 36px rgba(39, 32, 14, .12)}html{font-size:15px;font-weight:400;font-family:Manrope,Segoe UI,sans-serif;font-variant-numeric:tabular-nums;color:var(--tp-text)}html,body,#app{height:100%;min-height:100%}*,*:before,*:after{box-sizing:border-box}body{background:radial-gradient(80rem 80rem at -10% -10%,#fff7cc,#fff7cc00 55%),radial-gradient(80rem 80rem at 110% 110%,#ffe6bc,#ffe6bc00 50%),linear-gradient(160deg,var(--tp-bg),var(--tp-bg-shade));color:var(--tp-text)}
