.App{min-height:100vh;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fafafa;padding:1rem}.login-form{background-color:#fff;padding:2rem;border-radius:.5rem;border:1px solid hsl(214.3 31.8% 91.4%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;width:100%;max-width:24rem}.login-form h2{margin-bottom:1.5rem;color:#020817;font-weight:600;font-size:1.5rem;line-height:1.2;text-align:center}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;color:#020817;font-weight:500;font-size:.875rem}.form-group input{width:100%;padding:.5rem .75rem;border:1px solid hsl(214.3 31.8% 91.4%);border-radius:.375rem;font-size:.875rem;transition:border-color .2s;background-color:#fff;color:#020817;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.form-group select{width:100%;padding:.5rem .75rem;border:1px solid hsl(214.3 31.8% 91.4%);border-radius:.375rem;font-size:.875rem;transition:border-color .2s;background-color:#fff;color:#020817;box-sizing:border-box}.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.login-button{width:100%;padding:.625rem 1rem;background-color:#2563eb;color:#f8fafc;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.login-button:hover{background-color:#2563ebe6}.login-button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#ef4444;margin-top:1rem;padding:.75rem;background-color:#ef44441a;border-radius:.375rem;border:1px solid hsl(0 84.2% 60.2% / .2);font-size:.875rem}.dashboard{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;background-color:#fff;border-radius:.5rem;border:1px solid hsl(214.3 31.8% 91.4%);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.dashboard-header h1{color:#020817;margin:0;font-weight:700;font-size:1.875rem;line-height:1.2}.logout-button{padding:.5rem 1rem;background-color:#ef4444;color:#f8fafc;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;font-weight:500;font-size:.875rem}.logout-button:hover{background-color:#ef4444e6}.orders-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid hsl(214.3 31.8% 91.4%);padding:1.5rem;overflow-x:auto}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.orders-header h2{margin:0;color:#2d3748;font-weight:700;font-size:1.5rem}.orders-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;font-size:.875rem;background-color:#fff;color:#020817;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.orders-table th,.orders-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid hsl(220 14.3% 95.9%);color:#020817}.orders-table td:last-child{white-space:nowrap}.orders-table th{background-color:#f3f4f6;font-weight:600;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}.orders-table tbody tr:hover{background-color:#f3f4f6}.status-badge{display:inline-block;width:fit-content;padding:.25rem .5rem;border-radius:20px;font-size:.875rem;font-weight:500;text-transform:none;text-align:center}.status-waiting_for_payment{background:#fff3cd;color:#856404}.status-processing{background:#d1ecf1;color:#0c5460}.status-completed{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.action-buttons{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.action-button.success{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.action-button.success:hover{transform:translateY(-2px);box-shadow:0 6px 12px #48bb784d}.action-button.danger{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.action-button.danger:hover{transform:translateY(-2px);box-shadow:0 6px 12px #f565654d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border-radius:.5rem;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid hsl(214.3 31.8% 91.4%);color:#020817;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsl(214.3 31.8% 91.4%)}.modal-header h3{margin:0;color:#020817;font-weight:600;font-size:1.125rem}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:0}.close-button:hover{color:#020817}.file-upload-area{border:2px dashed hsl(214.3 31.8% 91.4%);border-radius:.5rem;padding:2rem;text-align:center;margin:1rem 0;transition:all .3s ease;background-color:#f3f4f6;color:#020817}.file-upload-area:hover{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e6f3ff);transform:translateY(-2px)}.file-upload-area.dragover{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.02)}.file-input{display:none}.upload-button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.upload-button:hover{background:#5a6fd8}.selected-files{margin-top:1rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:5px;margin-bottom:.5rem}.remove-file-button{background:#e74c3c;color:#fff;border:none;border-radius:3px;padding:.25rem .5rem;cursor:pointer;font-size:.75rem}.remove-file-button:hover{background:#c0392b}.loading{text-align:center;padding:2rem;color:#666}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:100vw;min-height:100vh;background-color:#f5f5f5}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}#root{width:100%;min-height:100vh}
