html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333;background:linear-gradient(180deg,#f8f9fc 0%,#eef2f7 100%);-webkit-tap-highlight-color:transparent}#app{width:100%;min-height:100vh}.page-container{width:100%;min-height:100vh;background:linear-gradient(180deg,#f8f9fc 0%,#eef2f7 100%)}.page-header{position:fixed;top:0;left:0;right:0;height:56px;background:linear-gradient(135deg,#5b7fff 0%,#7c5cfc 50%,#9d4edd 100%);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:100;box-shadow:0 4px 20px #5b7fff4d}.page-header h1{font-size:18px;font-weight:600;color:#fff;margin:0}.page-header .back-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;background:rgba(255,255,255,.15);border-radius:12px;border:none;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header .header-btn{padding:8px 18px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500;background:rgba(255,255,255,.15);border-radius:20px;border:none;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header .back-btn:active,.page-header .header-btn:active{background:rgba(255,255,255,.3)}.page-content{padding-top:70px;padding-bottom:20px;min-height:100vh}.btn{display:flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .25s ease}.btn-primary{background:linear-gradient(135deg,#5b7fff 0%,#7c5cfc 100%);color:#fff;box-shadow:0 4px 15px #5b7fff66}.btn-primary:active{opacity:.9;transform:translateY(2px);box-shadow:0 2px 8px #5b7fff4d}.btn-secondary{background:#fff;color:#5b7fff;border:2px solid #e8efff}.btn-secondary:active{background:#f5f8ff}.btn-gray{background:#f5f7fa;color:#888}.form-group{padding:18px;background:#fff;margin-bottom:12px;border-radius:12px;box-shadow:0 2px 8px #0000000a}.form-group label{display:block;font-size:14px;color:#555;margin-bottom:10px;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px;border:2px solid #f0f2f5;border-radius:10px;font-size:15px;background:#fafbfc;outline:none;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#5b7fff;background:#fff;box-shadow:0 0 0 3px #5b7fff1a}.form-group textarea{min-height:120px;resize:none}.card{background:#fff;border-radius:16px;margin:15px;padding:20px;box-shadow:0 4px 20px #0000000f}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:15px}.service-item{background:#fff;border-radius:16px;padding:22px 12px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.service-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5b7fff 0%,#7c5cfc 100%)}.service-item:active{transform:scale(.95);box-shadow:0 8px 30px #5b7fff40}.service-item .icon-wrapper{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#f0f4ff 0%,#e8efff 100%);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.service-item .icon{font-size:32px}.service-item .title{font-size:13px;color:#333;font-weight:500;text-align:center}.order-list{padding:15px}.order-item{background:#fff;border-radius:16px;padding:20px;margin-bottom:15px;box-shadow:0 4px 15px #0000000d}.order-item .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.order-item .order-id{font-size:13px;color:#999}.order-item .order-status{font-size:12px;padding:5px 12px;border-radius:15px;font-weight:500}.order-item .order-status.pending{background:#fff7e6;color:#fa8c16}.order-item .order-status.accepted{background:#e6f7ff;color:#1890ff}.order-item .order-status.ongoing{background:#f6ffed;color:#52c41a}.order-item .order-status.completed{background:#f5f5f5;color:#999}.order-item .order-info{font-size:14px;color:#333;line-height:1.8}.order-item .order-actions{display:flex;gap:12px;margin-top:20px}.order-item .order-actions .btn{flex:1;padding:12px;font-size:14px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px}.empty-state .icon{font-size:80px;color:#ddd;margin-bottom:25px}.empty-state .text{font-size:15px;color:#999}.tab-bar{display:flex;background:#fff;padding:6px 15px;margin-bottom:15px;border-radius:12px;box-shadow:0 2px 8px #0000000a}.tab-bar .tab-item{flex:1;padding:12px 16px;text-align:center;font-size:14px;color:#888;font-weight:500;border-radius:8px;transition:all .25s}.tab-bar .tab-item.active{background:linear-gradient(135deg,#5b7fff 0%,#7c5cfc 100%);color:#fff;box-shadow:0 4px 12px #5b7fff59}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#5b7fff 0%,#7c5cfc 50%,#9d4edd 100%)}.login-form{width:100%;max-width:380px;background:#fff;border-radius:24px;padding:40px 30px;box-shadow:0 25px 80px #00000040}.login-form .logo{text-align:center;margin-bottom:30px}.login-form .logo-icon{font-size:64px}.login-form h2{text-align:center;font-size:22px;font-weight:700;color:#333;margin-bottom:30px}.login-form .form-group{padding:0;margin-bottom:22px;background:none;box-shadow:none}.login-form .form-group input{padding:16px 20px}.login-form .btn{width:100%;padding:16px;font-size:16px;margin-bottom:18px}.login-form .link-btn{display:block;text-align:center;color:#5b7fff;font-size:14px;text-decoration:none;font-weight:500}.text-center{text-align:center}.text-muted{color:#999}.user-info{display:flex;align-items:center;color:#fff}.user-info .avatar{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;margin-right:12px}.user-info .user-name{font-size:16px;font-weight:600}.section-title{font-size:16px;font-weight:600;color:#333;padding:0 15px;margin-bottom:12px}.divider{height:12px;background:linear-gradient(180deg,#f8f9fc 0%,#eef2f7 100%)}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:#ff4d4f;border-radius:9px;font-size:11px;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 4px}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:#333;background-color:#f5f5f5}
