.starfield-canvas[data-v-9f453518]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}#app{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0c1222,#1a1d3d 50%,#2a1f3d);color:#f8fafc;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#334155;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#475569}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn.btn-primary:hover{background:linear-gradient(135deg,#3438ed,#692cf3)}.btn.btn-secondary{background:#334155;color:#f8fafc}.btn.btn-secondary:hover{background:#475569}.btn.btn-danger{background:#ef4444;color:#fff}.btn.btn-danger:hover{background:#eb1515}.btn.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn.btn-sm{padding:.5rem .75rem;font-size:.875rem}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{width:100%;padding:.75rem 1rem;font-size:1rem;color:#f8fafc;background:#1e293b;border:1px solid #334155;border-radius:.5rem;transition:all .2s ease}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#94a3b8}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{color:#94a3b8}textarea{resize:vertical;min-height:100px}.card{background:rgba(30,41,59,.8);backdrop-filter:blur(10px);border:1px solid #334155;border-radius:.75rem;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.toast{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;background:#1e293b;border:1px solid #334155;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:1070;animation:slideIn .3s ease}.toast.toast-success{border-left:4px solid #10b981}.toast.toast-error{border-left:4px solid #ef4444}.toast.toast-warning{border-left:4px solid #f59e0b}.toast.toast-info{border-left:4px solid #3b82f6}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.spinner{display:inline-block;width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}#app{position:relative;z-index:1}body:before{content:"";position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);z-index:1070;transition:none}body.route-loading:before{animation:route-loading-bar 10s ease-out forwards}@keyframes route-loading-bar{0%{width:0}20%{width:40%}60%{width:70%}to{width:90%}}