/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.02667rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--primary-color:#007bff;--bg-color:#f8f9fa;--text-color:#333;--placeholder-bg:#f0f0f0;--transition-fast:.15s ease;--transition-normal:.25s ease}*{box-sizing:border-box}html,body{background-color:var(--bg-color);width:100%;height:100%;color:var(--text-color);touch-action:manipulation;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}#app{flex-direction:column;width:100%;min-height:100%;display:flex}img{max-width:100%;height:auto;display:block}.page-container{width:100%;min-height:100%;animation:page-enter var(--transition-normal);flex-direction:column;display:flex}@keyframes page-enter{0%{opacity:0;transform:translateY(.10667rem)}to{opacity:1;transform:translateY(0)}}.content-area{flex:1;padding:.26667rem .32rem 1.86667rem}.card{transition:box-shadow var(--transition-fast);background:#fff;border:1px solid #eef0f2;border-radius:.26667rem;padding:.26667rem .24rem}.card-title{color:#000000e6;font-size:.4rem;font-weight:800}.card-desc{color:#0009;margin-top:.13333rem;font-size:.32rem}.section-title{color:#000000db;margin:.16rem 0;font-size:.34667rem;font-weight:800}.row{justify-content:space-between;align-items:center;gap:.18667rem;display:flex}.muted{color:#0000008c}.input{width:100%;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff;border:1px solid #e9ecef;border-radius:.18667rem;outline:none;padding:.21333rem;font-size:.34667rem}.input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .04rem #007bff1f}.textarea{resize:none;width:100%;min-height:2.4rem;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff;border:1px solid #e9ecef;border-radius:.18667rem;outline:none;padding:.21333rem;font-size:.34667rem}.textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 .04rem #007bff1f}.loading-overlay{z-index:9999;background-color:#ffffffb3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{flex-direction:column;align-items:center;display:flex}.spinner-ring{border:.08rem solid #f3f3f3;border-top:.08rem solid var(--primary-color);border-radius:50%;width:.8rem;height:.8rem;animation:1s linear infinite spin}.loading-text{color:var(--text-color);margin-top:.26667rem;font-size:.37333rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-host{z-index:10000;pointer-events:none;flex-direction:column;gap:.16rem;padding:0 .32rem;display:flex;position:fixed;bottom:1.6rem;left:0;right:0}.toast-item{pointer-events:none;color:#fff;background:#000000bf;border-radius:.18667rem;align-self:center;max-width:9.06667rem;padding:.24rem .26667rem;font-size:.34667rem;box-shadow:0 .13333rem .32rem #0000002e}.toast-success{background:#28a745eb}.toast-error{background:#dc3545eb}.toast-info{background:#000000bf}
