:root{--primary: #0066ff;--primary-light: #4d94ff;--primary-dark: #0052cc;--secondary: #7c3aed;--accent: #ec4899;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--bg: #f8fbff;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--text: #1e293b;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-light: #e2e8f0;--border-medium: #cbd5e1;--gradient-primary: linear-gradient(135deg, #0066ff 0%, #7c3aed 100%);--gradient-subtle: linear-gradient(135deg, rgba(0, 102, 255, .06) 0%, rgba(124, 58, 237, .06) 100%);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .04);--shadow-md: 0 8px 24px rgba(15, 23, 42, .08);--shadow-lg: 0 20px 48px rgba(15, 23, 42, .12);color:var(--text-primary);background:var(--bg-primary);font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:14px;letter-spacing:0}*{box-sizing:border-box;margin:0;padding:0}body{min-width:1200px;min-height:100vh;background:var(--bg-primary);overflow-x:hidden}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}a{color:inherit;text-decoration:none}svg{display:block;fill:currentColor}#app{min-height:100vh}.source-alert{border-radius:10px;font-size:13px;font-weight:600;margin:0 0 18px;padding:12px 14px}.source-alert.error{background:#ef44441a;color:#b91c1c}.source-alert.notice{background:#10b9811f;color:#047857}.source-empty-panel,.source-empty-line{color:var(--text-muted);font-size:14px;padding:28px;text-align:center}.source-login-page{min-height:100vh;display:flex;background:var(--bg)}.showcase-section{flex:1;background:linear-gradient(160deg,#f0f5ff,#f5f8ff 40%,#f8fbff);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px}.showcase-section:before{content:"";position:absolute;top:-200px;left:-200px;width:500px;height:500px;background:#2b7fff0f;border-radius:50%}.showcase-section:after{content:"";position:absolute;right:-150px;bottom:-150px;width:400px;height:400px;background:#2b7fff0a;border-radius:50%}.grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(43,127,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(43,127,255,.03) 1px,transparent 1px);background-size:36px 36px}.showcase-content{position:relative;z-index:1;max-width:540px;text-align:center}.showcase-logo{width:132px;height:132px;object-fit:contain;margin-bottom:30px;filter:drop-shadow(0 18px 28px rgba(43,127,255,.18))}.showcase-title{color:var(--text-primary);font-size:34px;font-weight:800;line-height:1.28;margin-bottom:18px}.showcase-subtitle{color:var(--text-secondary);font-size:18px;line-height:1.8;margin-bottom:46px}.feature-list{display:grid;gap:18px;width:314px;margin:0 auto;text-align:left}.feature-item{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#ffffffb8;border:1px solid rgba(226,232,240,.8);border-radius:10px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-icon{width:42px;height:42px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#eaf2ff;color:var(--primary);flex:0 0 auto;font-weight:800}.feature-icon svg{width:22px;height:22px}.feature-text h4{color:var(--text-primary);font-size:15px;font-weight:700;margin-bottom:4px}.feature-text p{color:var(--text-secondary);font-size:13px;line-height:1.5}.login-section{width:520px;display:flex;flex-direction:column;justify-content:center;background:#fff;padding:60px}.login-header{margin-bottom:36px}.login-header .brand-tag{display:inline-block;color:var(--primary);background:#2b7fff14;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:0;margin-bottom:18px;padding:6px 14px}.login-header h1{color:var(--text-primary);font-size:32px;font-weight:800;margin-bottom:10px}.login-header p{color:var(--text-muted);font-size:14px}.source-login-page .login-form{display:block}.form-group,.form-item{margin-bottom:20px}.form-label{display:block;color:var(--text);font-size:13px;font-weight:700;margin-bottom:8px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;width:20px;height:20px;color:var(--text-muted);z-index:1}.input-icon svg{width:20px;height:20px}.form-input,.form-select,.filter-input{width:100%;height:44px;border:1px solid var(--border-light);border-radius:10px;background:#fff;color:var(--text-primary);outline:none;transition:all .25s ease}.source-login-page .form-input{height:48px;padding:0 46px}.form-input,.form-select{padding:0 14px}.form-input:focus,.form-select:focus,.filter-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0066ff1f}.password-toggle{position:absolute;right:12px;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.password-toggle svg{width:20px;height:20px}.form-options{display:flex;justify-content:flex-end;margin-bottom:24px}.forgot-link{color:var(--primary);font-size:13px;font-weight:600}.login-btn{width:100%;height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;font-size:15px;font-weight:700;box-shadow:0 4px 14px #2b7fff40;transition:all .25s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2b7fff59}.copyright{color:var(--text-muted);font-size:12px;margin-top:36px;text-align:center}.source-admin-page{min-height:100vh;display:flex;color:var(--text-primary);background:var(--bg-primary);position:relative}.source-admin-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 0% 0%,rgba(0,102,255,.03) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(124,58,237,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.sidebar{width:260px;background:var(--bg-secondary);border-right:1px solid var(--border-light);min-height:100vh;position:fixed;left:0;top:0;bottom:0;display:flex;flex-direction:column;z-index:100}.sidebar-logo{height:64px;display:flex;align-items:center;padding:0 24px;background:var(--gradient-subtle);border-bottom:1px solid var(--border-light);position:relative;overflow:hidden}.sidebar-logo:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 4s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.logo-icon{width:36px;height:36px;border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;margin-right:12px;overflow:hidden;position:relative;z-index:1}.logo-icon img{width:30px;height:30px;object-fit:contain}.logo-text{color:var(--text-primary);font-size:16px;font-weight:800;white-space:nowrap;position:relative;z-index:1}.sidebar-menu{flex:1;padding:16px 12px;overflow-y:auto}.menu-section{margin-bottom:12px}.menu-section-trigger{width:100%;min-height:36px;border:0;border-radius:10px;background:transparent;color:var(--text-muted);display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:0;margin:0 0 4px;padding:8px 10px 8px 14px;text-align:left;cursor:pointer;font-family:inherit;transition:background .2s ease,color .2s ease}.menu-section-trigger:hover{color:var(--primary);background:#0066ff0f}.menu-section-trigger.active{color:var(--primary);background:#0066ff14}.menu-section-name{flex:1}.menu-section-count{min-width:18px;height:18px;border-radius:999px;background:#94a3b829;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.menu-section-trigger.active .menu-section-count{background:#0066ff1f;color:var(--primary)}.menu-section-arrow{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;transform:rotate(-90deg);transition:transform .2s ease}.menu-section.expanded .menu-section-arrow{transform:rotate(0)}.menu-children{padding:0 0 4px 8px}.menu-item{height:44px;width:100%;border:0;border-radius:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--text-secondary);display:flex;align-items:center;gap:12px;margin-bottom:4px;padding:0 16px;position:relative;text-align:left;transition:all .25s ease;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600}.menu-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:var(--gradient-subtle);opacity:0;transition:opacity .25s ease}.menu-item:hover{color:var(--primary);transform:translate(3px)}.menu-item:hover:before{opacity:1}.menu-item.active{color:var(--primary);background:#0066ff1a;font-weight:700}.source-page-orders .menu-item.active,.source-page-detail .menu-item.active{background:linear-gradient(135deg,#0066ff1a,#7c3aed14);border:1px solid rgba(0,102,255,.2);box-shadow:0 2px 10px #0066ff1a}.menu-item.active:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:var(--gradient-primary);border-radius:0 3px 3px 0}.menu-item>svg,.menu-icon{width:20px;height:20px;flex:0 0 auto;position:relative;z-index:1}.menu-item span,.menu-text{position:relative;z-index:1}.menu-icon svg{width:20px;height:20px}.menu-text{flex:1}.shell-menu .menu-page-item{height:38px;padding-left:28px;font-size:13px}.shell-menu .menu-page-item .menu-icon,.shell-menu .menu-page-item .menu-icon svg{width:18px;height:18px}.menu-badge{min-width:20px;height:20px;border-radius:999px;background:var(--danger);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;padding:0 6px}.sidebar-user{padding:16px;border-top:1px solid var(--border-light);background:var(--bg-tertiary)}.user-info{display:flex;align-items:center;border-radius:12px;padding:12px}.user-avatar{width:38px;height:38px;border-radius:12px;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-right:12px}.user-name{color:var(--text-primary);font-size:14px;font-weight:700;margin-bottom:4px}.user-role{color:var(--text-muted);font-size:12px;font-weight:600}.main-wrapper{flex:1;margin-left:260px;min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.navbar{height:64px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:99}.breadcrumb{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:14px;font-weight:600}.admin-tag{background:var(--gradient-primary);color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;margin-right:2px}.breadcrumb a{color:var(--text-secondary)}.breadcrumb-current{color:var(--text-primary);font-weight:700}.breadcrumb-separator{color:var(--text-muted)}.header-actions{display:flex;align-items:center;gap:12px}.btn{min-height:36px;border:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;padding:0 16px;transition:all .25s ease}.btn svg{width:16px;height:16px}.btn-primary{color:#fff;background:var(--gradient-primary);box-shadow:0 6px 16px #0066ff38}.btn-secondary{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-light)}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.welcome-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 28px;position:relative}.bg-decoration{position:absolute;border-radius:50%;background:var(--gradient-subtle);filter:blur(2px);opacity:.8}.bg-decoration-1{width:220px;height:220px;top:12%;left:12%}.bg-decoration-2{width:180px;height:180px;right:14%;bottom:16%}.bg-decoration-3{width:120px;height:120px;right:30%;top:24%}.welcome-card{width:100%;max-width:800px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:24px;box-shadow:var(--shadow-lg);padding:80px 100px;text-align:center;position:relative;overflow:hidden}.welcome-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.welcome-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 0% 0%,rgba(0,102,255,.02) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(124,58,237,.02) 0%,transparent 50%);pointer-events:none}.welcome-logo,.welcome-title,.welcome-date,.welcome-divider,.stats-grid{position:relative;z-index:1}.welcome-logo{width:110px;height:110px;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;border-radius:24px;background:var(--gradient-subtle)}.welcome-logo img{width:86px;height:86px;object-fit:contain}.welcome-title{color:var(--text-primary);font-size:32px;font-weight:800;line-height:1.35;margin-bottom:18px}.welcome-date{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);background:var(--bg-tertiary);border-radius:999px;font-size:14px;font-weight:600;padding:8px 16px}.welcome-date svg{width:18px;height:18px;color:var(--primary)}.welcome-divider{height:1px;background:linear-gradient(90deg,transparent,var(--border-light),transparent);margin:36px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.stat-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-sm);padding:24px;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:var(--shadow-md)}.stat-icon{width:48px;height:48px;border-radius:12px;background:var(--gradient-subtle);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.stat-icon svg{width:24px;height:24px}.stat-number{color:var(--text-primary);font-size:28px;font-weight:800;line-height:1;margin-bottom:8px}.stat-label{color:var(--text-secondary);font-size:13px;font-weight:700}.main-content{padding:28px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-title{color:var(--text-primary);font-size:28px;font-weight:800;display:flex;align-items:center;gap:14px}.page-title .order-no{color:var(--primary);background:#0066ff14;border-radius:999px;font-size:13px;font-weight:700;padding:7px 14px}.view-toggle{display:flex;align-items:center;gap:8px}.view-label{color:var(--text-secondary);font-weight:700}.view-btn{width:38px;height:38px;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-secondary);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.view-icon{width:18px;height:18px;color:currentColor}.view-icon-card{display:grid;grid-template-columns:repeat(2,6px);grid-template-rows:repeat(2,6px);gap:4px}.view-icon-card:before,.view-icon-card:after,.view-icon-table:before,.view-icon-table:after{content:""}.view-icon-card:before{width:6px;height:6px;border-radius:2px;background:currentColor;box-shadow:10px 0 0 currentColor,0 10px 0 currentColor,10px 10px 0 currentColor}.view-icon-card:after,.view-icon-table:after{display:none}.view-icon-table{position:relative;display:block}.view-icon-table:before{position:absolute;left:2px;right:2px;top:3px;height:2px;border-radius:999px;background:currentColor;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}.view-btn.active{background:var(--gradient-primary);color:#fff;border-color:transparent}.tab-section,.filter-section{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-md);position:relative;margin-bottom:32px}.tab-section{padding:0 24px}.tab-section:before,.filter-section:before,.order-card:before,.detail-card:before,.order-status-flow:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,102,255,.2),transparent)}.tab-container{display:flex;gap:40px}.tab-item{height:56px;border:none;background:transparent;color:var(--text-secondary);display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;position:relative}.tab-item.active{color:var(--primary)}.tab-item.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px 999px 0 0;background:var(--gradient-primary)}.tab-badge{min-width:20px;height:20px;border-radius:999px;background:var(--danger);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;padding:0 6px}.filter-section{padding:24px}.filter-row{display:flex;align-items:end;flex-wrap:wrap;gap:20px}.filter-item{width:220px}.filter-label{display:block;color:var(--text-secondary);font-size:13px;font-weight:700;margin-bottom:8px}.filter-input{padding:0 14px}.filter-actions{display:flex;gap:12px;margin-left:auto}.order-list{display:grid;gap:24px}.order-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-md);overflow:hidden;position:relative}.order-card:before{left:0;right:0}.order-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,rgba(0,102,255,.02) 0%,transparent 100%)}.order-info{display:flex;align-items:center;flex-wrap:wrap;gap:20px;color:var(--text-secondary);font-size:14px;font-weight:600}.order-no{color:var(--primary);font-weight:800}.order-submitter{display:inline-flex;align-items:center;gap:6px}.submitter-icon{width:16px;height:16px;color:var(--text-muted)}.order-status{min-width:72px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;padding:6px 12px;white-space:nowrap}.order-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:6px}.status-pending{background:#f59e0b1f;color:#b45309}.status-shipped{background:#3b82f61f;color:#1d4ed8}.status-completed{background:#10b9811f;color:#047857}.status-cancelled{background:#94a3b829;color:#64748b}.order-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.9fr);gap:24px;padding:24px 26px 26px}.section-title{color:var(--text-primary);font-size:15px;font-weight:800;margin-bottom:16px}.products-section{min-width:0}.product-item{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid var(--border-light);border-radius:14px;background:var(--bg-tertiary);margin-bottom:12px}.product-image{width:60px;height:60px;border-radius:12px;background:#fff;border:1px solid var(--border-light);color:var(--text-muted);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.product-image svg,.product-image img{width:34px;height:34px;object-fit:cover}.product-details,.product-info{flex:1;min-width:0}.product-name{color:var(--text-primary);font-size:15px;font-weight:800;line-height:1.45;margin-bottom:6px}.product-spec,.product-specs{color:var(--text-muted);font-size:13px}.product-specs{display:flex;flex-wrap:wrap;gap:8px}.product-price,.product-price-quantity{min-width:100px;text-align:right}.price,.product-price{color:var(--danger);font-size:16px;font-weight:800}.quantity,.product-quantity{color:var(--text-muted);font-size:13px;margin-top:4px}.expand-products{height:32px;border:none;background:#0066ff14;color:var(--primary);border-radius:999px;font-size:13px;font-weight:700;padding:0 14px}.expand-products-btn{display:block;width:100%;height:auto;padding:12px 16px;margin-top:12px;background:var(--bg-primary);border:1px dashed var(--border-medium);border-radius:12px;color:var(--text-secondary);text-align:center}.expand-products-btn:hover{background:#0066ff0a;border-color:var(--primary);color:var(--primary)}.order-summary{display:flex;justify-content:flex-start;margin-top:14px;padding-top:14px;border-top:1px dashed var(--border-medium)}.total-amount{color:var(--danger);font-size:22px;font-weight:900}.recipient-section{display:flex;flex-direction:column;gap:14px}.recipient-card{border:1px solid var(--border-light);border-radius:16px;background:var(--bg-tertiary);padding:20px}.recipient-header{display:flex;align-items:center;gap:8px;margin-bottom:14px}.recipient-icon{width:18px;height:18px;color:var(--primary)}.recipient-title{color:var(--text-primary);font-weight:800}.recipient-info-item{display:flex;align-items:flex-start;gap:4px;margin-bottom:9px;line-height:1.55}.info-label{color:var(--text-muted);font-size:13px;font-weight:700;white-space:nowrap}.info-value{color:var(--text-primary);font-size:13px;font-weight:600}.info-value.name{font-weight:800}.alert-tip{display:flex;gap:10px;padding:14px;border-radius:14px;background:#f59e0b1a;color:#92400e}.alert-icon{width:18px;height:18px;flex:0 0 auto;margin-top:1px}.alert-text{font-size:13px;font-weight:700;line-height:1.55}.action-section{display:flex;flex-direction:column;gap:12px;margin-top:auto}.action-btn,.table-action{height:34px;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-secondary);color:var(--text-secondary);font-size:13px;font-weight:800;padding:0 14px}.action-btn{width:100%;height:46px}.action-btn.primary,.table-action.primary{border-color:transparent;background:var(--gradient-primary);color:#fff}.table-actions{display:inline-flex;align-items:center;gap:8px}.order-card-view.hide,.order-table-view{display:none}.order-table-view.show{display:block}.order-table{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-md);overflow:hidden}.order-table table{width:100%;border-collapse:collapse}.order-table th,.order-table td{border-bottom:1px solid var(--border-light);padding:16px 18px;text-align:left;white-space:nowrap}.order-table th{background:var(--bg-tertiary);color:var(--text-secondary);font-size:13px;font-weight:800}.order-table td{color:var(--text-primary);font-size:13px;font-weight:600}.amount-cell{color:var(--danger)!important;font-weight:900!important}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding:16px 20px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;box-shadow:var(--shadow-sm)}.pagination-info{color:var(--text-muted);font-size:13px;font-weight:700}.pagination-controls{display:flex;align-items:center;gap:8px}.page-btn{width:34px;height:34px;border:1px solid var(--border-light);border-radius:10px;background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:800}.page-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.page-btn:disabled{cursor:not-allowed;opacity:.45}.page-btn.active{border-color:transparent;background:var(--gradient-primary);color:#fff}.order-status-flow{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-md);padding:32px;margin-bottom:32px;position:relative}.order-status-flow:before{left:32px;right:32px}.status-flow-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.current-status{display:flex;align-items:center;gap:18px}.status-icon{width:56px;height:56px;border-radius:16px;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center}.status-icon svg{width:28px;height:28px}.status-text h3{color:var(--text-primary);font-size:22px;font-weight:800;margin-bottom:6px}.status-text p{color:var(--text-secondary);font-size:14px;font-weight:600}.flow-steps{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 40px}.flow-steps:before{content:"";position:absolute;top:20px;left:80px;right:80px;height:2px;background:var(--border-light);z-index:0}.flow-step{width:120px;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1;text-align:center}.step-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-tertiary);border:2px solid var(--border-light);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.step-icon svg{width:20px;height:20px}.flow-step.completed .step-icon,.flow-step.current .step-icon{border-color:transparent;background:var(--gradient-primary);color:#fff;box-shadow:0 0 0 4px #0066ff1f}.step-title{color:var(--text-primary);font-size:13px;font-weight:800}.step-time{color:var(--text-muted);font-size:12px;line-height:1.45}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(360px,1fr);gap:32px}.main-info,.side-info{display:flex;flex-direction:column;gap:24px}.detail-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-md);overflow:hidden;position:relative}.detail-card:before{left:0;right:0}.card-header{padding:20px 24px;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,rgba(0,102,255,.02) 0%,transparent 100%)}.card-title{display:flex;align-items:center;gap:10px;color:var(--text-primary);font-size:16px;font-weight:800}.card-title svg{width:20px;height:20px;color:var(--primary)}.card-body{padding:22px 24px 24px}.products-list .product-item{background:var(--bg-tertiary)}.fee-list{display:grid;gap:14px}.fee-item,.fee-total{display:flex;align-items:center;justify-content:space-between}.fee-label,.fee-total-label{color:var(--text-secondary);font-weight:700}.fee-value{color:var(--text-primary);font-weight:800}.fee-total{border-top:1px dashed var(--border-medium);padding-top:16px}.fee-total-value{color:var(--danger);font-size:22px;font-weight:900}.recipient-info{display:flex;align-items:flex-start;gap:16px;padding:18px;background:var(--bg-tertiary);border-radius:16px}.recipient-info .recipient-icon{width:42px;height:42px;border-radius:12px;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.recipient-info .recipient-icon svg{width:22px;height:22px}.recipient-name{color:var(--text-primary);font-size:16px;font-weight:800;margin-bottom:6px}.recipient-name-phone{display:flex;align-items:center;gap:16px;margin-bottom:8px}.recipient-phone,.recipient-address{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1.6}.logistics-info{padding:20px;background:var(--bg-tertiary);border-radius:16px;margin-bottom:20px}.logistics-entry+.logistics-entry{margin-top:16px;border-top:1px dashed var(--border-medium);padding-top:16px}.logistics-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.logistics-company{display:flex;align-items:center;gap:10px}.logistics-company-name{color:var(--text-primary);font-size:14px;font-weight:800}.logistics-no{color:var(--primary);font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:800}.copy-btn{padding:6px 12px;border:none;border-radius:8px;background:var(--gradient-primary);color:#fff;cursor:pointer;font-size:12px;font-weight:800}.copy-btn:hover{transform:translateY(-1px);box-shadow:0 2px 10px #0066ff4d}.logistics-timeline{position:relative;padding-left:24px}.logistics-timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:var(--border-light)}.timeline-item{position:relative;padding-bottom:20px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-20px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--border-light);border:2px solid var(--bg-secondary)}.timeline-item.active .timeline-dot{background:var(--primary);box-shadow:0 0 0 3px #06f3}.timeline-content{color:var(--text-secondary);font-size:13px;font-weight:700;line-height:1.6}.timeline-item.active .timeline-content{color:var(--text-primary);font-weight:800}.timeline-time{color:var(--text-muted);font-size:12px;font-weight:600;margin-top:4px}.order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.info-item{padding:14px;background:var(--bg-tertiary);border-radius:12px;min-width:0}.info-item .info-label,.info-item .info-value{display:block}.info-item .info-label{margin-bottom:6px}.info-item .info-value{overflow-wrap:anywhere}.operation-list{display:flex;flex-direction:column;gap:16px}.operation-item{display:flex;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.operation-item:last-child{padding-bottom:0;border-bottom:none}.operation-time{min-width:140px;color:var(--text-muted);font-size:13px;font-weight:600}.operation-content{flex:1;min-width:0}.operation-action{color:var(--text-primary);font-size:14px;font-weight:800;margin-bottom:4px}.operation-operator{color:var(--text-secondary);font-size:13px;font-weight:600}.notice-card{padding:20px;border:1px solid rgba(245,158,11,.2);border-radius:16px;background:linear-gradient(135deg,#f59e0b14,#f59e0b0a)}.notice-title{color:#b45309;font-size:14px;font-weight:800;margin-bottom:8px}.notice-text{color:#92400e;font-size:13px;font-weight:600;line-height:1.7}.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:18px;box-shadow:var(--shadow-md);padding:22px}.review-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.review-card-header strong{color:var(--primary);font-size:16px;font-weight:900}.review-card-header p{color:var(--text-secondary);font-size:13px;font-weight:700;line-height:1.6;margin-top:6px}.review-amount{color:var(--danger);font-size:28px;font-weight:900;margin:22px 0}.action-section.horizontal{flex-direction:row}.action-section.horizontal .action-btn{flex:1}.source-info-list{display:grid;gap:14px;color:var(--text-secondary);font-size:14px;font-weight:700;line-height:1.7}.source-doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.certificate-card{display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;border:1px solid var(--border-light);border-radius:16px;background:var(--bg-tertiary);padding:18px}.certificate-image{min-height:140px;border:1px dashed var(--border-medium);border-radius:14px;background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-weight:800}.certificate-info{display:grid;align-content:start;gap:8px;min-width:0}.certificate-info strong{color:var(--text-primary);font-size:16px;font-weight:900}.certificate-info p{color:var(--text-secondary);font-size:13px;font-weight:700;overflow-wrap:anywhere}.source-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(220px,1fr) auto;gap:14px;align-items:start}.source-form-grid .form-select[multiple]{height:92px;padding:8px}.source-form-stack{max-width:520px;display:grid;gap:18px}.source-checkbox{display:inline-flex;align-items:center;gap:10px;color:var(--text-primary);font-weight:800}.source-checkbox input{width:16px;height:16px}.password-card{max-width:680px}.source-timeline{margin-bottom:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.timeline-item{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--border-light);border-radius:12px;background:var(--bg-secondary)}.timeline-dot{width:14px;height:14px;margin-top:4px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px #0066ff1f}.timeline-title{color:var(--text-primary);font-weight:800}.timeline-status,.timeline-info{margin-top:4px;color:var(--text-muted);font-size:12px;font-weight:600}.info-row,.refund-info-row,.confirm-info-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--border-light)}.info-row:last-child,.refund-info-row:last-child,.confirm-info-row:last-child{border-bottom:none}.info-row-label,.refund-info-label,.confirm-label,.info-label{color:var(--text-muted);font-size:13px;font-weight:700}.info-row-value,.refund-info-value,.confirm-value,.info-value{color:var(--text-primary);font-weight:800;text-align:right}.highlight{color:var(--danger)}.quick-phrase-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.quick-phrase-item{padding:8px 12px;border:1px solid rgba(0,102,255,.16);border-radius:8px;background:#0066ff0f;color:var(--primary);font-size:12px;font-weight:800;cursor:pointer}.quick-phrase-item:hover{border-color:var(--primary);background:#0066ff1a}.card-footer{padding:16px 18px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:10px}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.period-toolbar{display:flex;gap:10px;margin-bottom:18px}.month-btn,.year-tab,.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:36px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-secondary);color:var(--text-secondary);font-weight:800}.month-btn.active,.year-tab.active,.page-btn.active{border-color:var(--primary);background:#0066ff14;color:var(--primary)}.tab-item[aria-disabled=true],.month-btn[aria-disabled=true]{cursor:default;opacity:.62}.source-stat-card-grid{margin-bottom:18px}.stat-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.stat-card-title{color:var(--text-muted);font-size:13px;font-weight:800}.stat-card-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#0066ff1a;color:var(--primary);font-weight:900}.stat-card-value{margin-top:10px;color:var(--text-primary);font-size:24px;font-weight:900}.stat-card-compare{margin-top:6px;color:var(--text-muted);font-size:12px;font-weight:700}.source-stat-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:18px;margin-bottom:18px}.legend-item,.month-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-light)}.legend-item:last-child,.month-item:last-child{border-bottom:none}.legend-left,.legend-right{display:flex;align-items:center;gap:8px}.legend-color{width:10px;height:10px;border-radius:50%;background:var(--primary)}.legend-label,.month-item-label{color:var(--text-secondary);font-weight:800}.legend-value,.legend-percent,.month-item strong{color:var(--text-primary);font-weight:900}.sort-control,.menu-name,.action-btns,.permission-list,.user-cell{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:6px;min-width:420px}.permission-toggle{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 8px;border:1px solid var(--border-light);border-radius:6px;background:#f8fafce6;color:var(--text-secondary);font-size:12px;font-weight:800}.permission-toggle input{width:14px;height:14px;accent-color:var(--primary)}.sort-btn{width:26px;height:26px;border:1px solid var(--border-light);border-radius:6px;background:var(--bg-primary);color:var(--text-muted)}.sort-number{min-width:28px;text-align:center;color:var(--text-primary);font-weight:900}.status-tag,.permission-item{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:#94a3b81f;color:var(--text-secondary);font-size:12px;font-weight:800}.status-tag.status-enabled{background:#10b9811f;color:var(--success)}.switch{position:relative;display:inline-flex;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#cbd5e1;transition:.2s}.switch-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s;box-shadow:var(--shadow-sm)}.switch input:checked+.switch-slider{background:var(--primary)}.switch input:checked+.switch-slider:before{transform:translate(18px)}.required{color:var(--danger);margin-left:2px}.password-wrapper{display:flex;align-items:center;gap:8px}.password-wrapper .form-input{flex:1}.strength-meter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.strength-item{padding:9px 10px;border-radius:8px;background:#94a3b81f;color:var(--text-muted);font-size:12px;font-weight:800;text-align:center}.strength-item.active{background:#10b9811f;color:var(--success)}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{width:520px;max-width:90%;max-height:90vh;overflow-y:auto;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-lg)}.modal-header{padding:20px 28px;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,rgba(0,102,255,.02) 0%,transparent 100%)}.modal-title{color:var(--text-primary);font-size:18px;font-weight:800}.modal-close{width:36px;height:36px;border:none;background:var(--bg-primary);border-radius:10px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:24px}.modal-close:hover{background:#ef44441a;color:var(--danger)}.modal-body{padding:28px}.form-textarea{width:100%;min-height:92px;padding:12px 14px;border:1px solid var(--border-light);border-radius:12px;resize:vertical;background:var(--bg-primary);color:var(--text-primary);font:inherit}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0066ff1a}.form-hint{margin-top:8px;color:var(--text-muted);font-size:12px;font-weight:600}.alert-box{display:flex;gap:10px;padding:12px 14px;border-radius:12px}.alert-box.warning{border:1px solid rgba(245,158,11,.25);background:#f59e0b14}.alert-box.danger{border:1px solid rgba(239,68,68,.25);background:#ef444414}.alert-box-text{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1.6}.alert-box.warning .alert-box-text{color:#92400e}.alert-box.danger .alert-box-text{color:#991b1b}.modal-footer{padding:20px 28px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:12px}@media (max-width: 1400px){.order-body,.detail-grid{grid-template-columns:1fr}.side-info{flex-direction:row;flex-wrap:wrap}.side-info .detail-card{flex:1;min-width:320px}}@media (max-width: 1024px){.showcase-section{display:none}.login-section{width:100%;padding:40px 24px}.sidebar{width:80px}.sidebar .logo-text,.sidebar .menu-text,.sidebar .menu-badge,.sidebar .user-details,.sidebar .menu-item span{display:none}.logo-icon,.user-avatar{margin-right:0}.menu-item{justify-content:center;padding:0}.main-wrapper{margin-left:80px}.stats-grid{grid-template-columns:repeat(2,1fr)}}
