.order-excel-upload{padding:24px;max-width:1200px;margin:0 auto}.order-excel-upload-header{margin-bottom:24px}.order-excel-upload-header h2{margin:0 0 8px;font-size:24px;font-weight:600}.order-excel-upload-description{color:#64748b;font-size:14px;margin:0;line-height:1.5}.order-excel-upload-controls{display:flex;gap:12px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.order-excel-upload-file-input{position:relative;flex:1 1;min-width:250px}.order-excel-upload-file-input input[type=file]{position:absolute;opacity:0;width:0;height:0}.order-excel-upload-file-label{display:block;padding:10px 16px;background:var(--theme-elevation-50);border:2px dashed var(--theme-elevation-200);border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:var(--theme-text)}.order-excel-upload-file-label:hover{border-color:#0070f3;background:var(--theme-elevation-100)}.order-excel-upload-button{padding:10px 24px;background:#0070f3;color:white;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.order-excel-upload-button:hover:not(:disabled){background:#0060df}.order-excel-upload-button:disabled{background:#94a3b8;cursor:not-allowed}.order-excel-upload-error{padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:24px}.order-excel-upload-warning{padding:12px 16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;color:#78350f;font-size:14px;margin-top:16px}.order-excel-upload-result{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:8px;padding:20px}.order-excel-upload-result h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#059669}.order-excel-upload-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.order-excel-upload-stat{display:flex;flex-direction:column;gap:4px;padding:16px;background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:8px}.order-excel-upload-stat-label{font-size:13px;color:#64748b;font-weight:500}.order-excel-upload-stat-value{font-size:18px;font-weight:700}.order-excel-upload-stat-profit .order-excel-upload-stat-value{color:#059669}.order-excel-upload-redirect{margin:16px 0 0;font-size:14px;color:#64748b;font-style:italic}.create-order-page{padding:var(--base) var(--gutter-h);max-width:1200px}.create-order-header{margin-bottom:var(--base)}.create-order-header h1{margin:0 0 calc(var(--base) / 2) 0;font-size:var(--font-size-h2);font-weight:600;color:var(--theme-text)}.create-order-header p{margin:0;color:var(--theme-elevation-800);font-size:var(--font-size-base)}