@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}a{color:inherit;text-decoration:none}.table-container{overflow-x:auto}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999}.page-enter{opacity:0;transform:translateY(10px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .2s,transform .2s}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .2s}.form-section{margin-bottom:1.5rem}.form-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-badge--active{background-color:#e8f5e9;color:#2e7d32}.status-badge--inactive{background-color:#fafafa;color:#757575}.status-badge--pending{background-color:#fff3e0;color:#e65100}.status-badge--error{background-color:#ffebee;color:#c62828}
