.sidebar{width:var(--sidebar-width);background:#f3f4f6;border-right:1px solid #e5e7eb;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;transition:width .25s ease;z-index:50;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed-width)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;min-height:108px;padding:14px 18px;border-bottom:1px solid #e5e7eb;gap:8px}.sidebar.collapsed .sidebar-header{justify-content:center;padding:20px 0}.sidebar-logo{display:flex;align-items:center;gap:10px;color:#111827;text-decoration:none;min-width:0}.sidebar-logo-icon{flex-shrink:0}.sidebar-logo-text{letter-spacing:3px;font-weight:800;font-size:18px;white-space:nowrap}.sidebar.collapsed .sidebar-logo-text{display:none}.sidebar-toggle{width:34px;height:34px;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.sidebar-toggle:hover{color:#111827;background:#f9fafb}.sidebar.collapsed .sidebar-toggle{margin:0 auto}.sidebar-nav{display:flex;flex-direction:column;gap:6px;padding:14px 0;height:100%;width:100%}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 22px;color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;background:none;border:none;text-align:left;width:100%;cursor:pointer;position:relative;white-space:nowrap}.sidebar.collapsed .nav-item{justify-content:center;padding:12px 0;border-radius:0}.nav-item:hover{background:#e5e7eb;color:#111827}.nav-item.active{background:#2563eb1f;color:#2563eb;border-left:3px solid #2563eb}.sidebar.collapsed .nav-item.active{border-left:0;background:transparent}.sidebar.collapsed .nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2563eb;border-radius:0 4px 4px 0}.nav-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-label{overflow:hidden;text-overflow:ellipsis}.nav-section{display:flex;flex-direction:column}.nav-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding:14px 22px 4px}.nav-section-marketplace{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:4px}.nav-section-label-marketplace{color:#6366f1}.nav-section-marketplace .nav-item.active{background:#6366f11a;color:#4f46e5;border-left-color:#6366f1}.nav-section-marketplace .nav-item.active:before{background:#6366f1}.logout-button{margin-top:auto;border-top:1px solid #e5e7eb;padding-top:18px}.logout-button:hover{color:#b91c1c;background:#fee2e2}@media (max-width: 768px){.sidebar,.sidebar.collapsed{width:100%;height:auto;position:static}.sidebar-header,.sidebar.collapsed .sidebar-header{justify-content:space-between;padding:14px 18px}.sidebar.collapsed .sidebar-logo-text{display:inline}.sidebar.collapsed .nav-item{justify-content:flex-start;padding:12px 22px}.sidebar.collapsed .nav-item.active{border-left:3px solid #2563eb;background:#2563eb1f}.sidebar.collapsed .nav-item.active:before{display:none}}.dashboard-page{padding:0;background:#fff;color:#111827;height:100vh;overflow:hidden}.dashboard-page .dashboard-content-wrapper{display:flex;width:100%;height:100%;overflow:hidden;background:#fff}.dashboard-page .dashboard-main-area{flex:1;overflow-y:auto;padding:40px 56px;background:#fff}.dashboard-page .dashboard-side-panel{width:420px;background:#fff;border-left:1px solid #e5e7eb;overflow-y:auto;flex-shrink:0}.dashboard-page .page-content{max-width:1500px}.dashboard-page .page-header{display:flex;flex-direction:column;margin-bottom:36px}.dashboard-page .page-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.dashboard-page .page-header h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.dashboard-page .page-header p{color:#6b7280;font-size:16px;margin:0}.dashboard-section{margin-bottom:40px}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header-row h2{font-size:20px;font-weight:700;color:#111827;margin:0}.see-all-link{color:#2563eb;text-decoration:none;font-weight:500;font-size:14px}.see-all-link:hover{text-decoration:underline}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.jobs-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.table-header-row,.job-table-row{display:grid;grid-template-columns:1.5fr 1.4fr 1.4fr .9fr 1fr 1.1fr;padding:14px 20px;align-items:center;gap:12px}.table-header-row{background:#f9fafb;border-bottom:1px solid #e5e7eb}.col-header{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.job-table-row{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease;cursor:pointer}.job-table-row:last-child{border-bottom:none}.job-table-row:hover{background:#f9fafb}.job-table-row.active{background:#eff6ff}.job-table-row.renting{border-left:3px solid #f59e0b;padding-left:17px}.cell-primary{font-weight:600;color:#111827;font-size:13px;overflow:hidden;text-overflow:ellipsis}.cell-text{color:#374151;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;line-height:1}.status-pill.running{color:#10b981}.status-pill.provisioning{color:#f59e0b}.status-pill.failed{color:#ef4444}.status-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor;display:inline-block}.mini-spinner{width:12px;height:12px;border:2px solid transparent;border-top-color:currentColor;border-right-color:currentColor;border-radius:50%;animation:spin .9s linear infinite}.dashboard-jobs-empty{padding:48px 0;text-align:center;color:#6b7280;font-size:15px}.dashboard-jobs-empty p{margin:0}.dashboard-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:14px 18px;border-radius:8px;margin-bottom:20px;font-size:14px}.loading-state{display:flex;align-items:center;justify-content:center;padding:56px}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.instance-details-panel{min-height:100%;padding:24px;display:flex;flex-direction:column;gap:20px}.instance-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.instance-panel-header h2{margin:0 0 6px;color:#111827;font-size:18px}.instance-panel-header p{margin:0;color:#6b7280;font-size:13px;word-break:break-all}.instance-details-grid{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.detail-row{display:flex;justify-content:space-between;gap:12px;color:#4b5563;font-size:13px}.detail-row strong{color:#111827;font-size:13px;text-align:right;max-width:56%;word-break:break-word}.instance-panel-actions{margin-top:auto;display:flex;flex-direction:column;gap:10px}.instance-action-button{width:100%;border:none;border-radius:8px;background:#2563eb;color:#fff;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer}.instance-action-button:hover{background:#1d4ed8}.instance-action-button.secondary{background:#f3f4f6;color:#111827}.instance-action-button.secondary:hover{background:#e5e7eb}.dashboard-usage-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px 28px;margin-bottom:40px;width:min(100%,860px)}.dashboard-usage-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 6px}.dashboard-usage-desc{font-size:14px;color:#6b7280;margin:0 0 24px}.dashboard-usage-metrics{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:24px}.dashboard-usage-metric{display:flex;flex-direction:column;gap:4px}.dashboard-usage-label{font-size:13px;color:#6b7280}.dashboard-usage-value{font-size:26px;font-weight:700;color:#111827}.dashboard-usage-unit{font-size:14px;font-weight:400;color:#6b7280;margin-left:4px}@media (max-width: 1280px){.dashboard-page .dashboard-main-area{padding:28px 32px}.dashboard-page .dashboard-side-panel{width:380px}}@media (max-width: 1024px){.dashboard-page{height:auto;overflow:auto}.dashboard-page .dashboard-content-wrapper{flex-direction:column;height:auto}.dashboard-page .dashboard-side-panel{width:100%;border-left:none;border-top:1px solid #e5e7eb}.table-header-row,.job-table-row{grid-template-columns:1.4fr 1.2fr 1.2fr .9fr .9fr 1fr;padding:12px 14px}}@media (max-width: 768px){.dashboard-page .dashboard-main-area{padding:22px 16px}.section-header-row h2{font-size:18px}.offers-grid{grid-template-columns:1fr;gap:16px}.dashboard-usage-section{width:100%;padding:20px}.dashboard-usage-metrics{grid-template-columns:repeat(2,minmax(140px,1fr));gap:18px}}@media (max-width: 560px){.dashboard-usage-metrics{grid-template-columns:1fr}}.browse-page .page-header-row{align-items:center}.browse-page .browse-all-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.browse-provider-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:0}.browse-provider-tab{padding:8px 20px;font-size:14px;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s,border-color .15s;margin-bottom:-1px}.browse-provider-tab:hover{color:#374151}.browse-provider-tab.active{color:#6366f1;border-bottom-color:#6366f1}.browse-external-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;color:#9ca3af;gap:12px}.browse-external-icon{width:48px;height:48px;color:#d1d5db;margin-bottom:8px}.browse-external-placeholder h3{font-size:16px;font-weight:600;color:#374151;margin:0}.browse-external-placeholder p{font-size:14px;color:#9ca3af;margin:0;max-width:320px}.browse-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.browse-search-wrapper{position:relative;display:flex;align-items:center;flex:1}.browse-search-icon{position:absolute;left:12px;width:16px;height:16px;color:#9ca3af;pointer-events:none}.browse-search-input{width:100%;padding:10px 36px 10px 38px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.browse-search-input::placeholder{color:#9ca3af}.browse-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.browse-search-clear{position:absolute;right:10px;background:none;border:none;color:#9ca3af;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;line-height:1}.browse-search-clear:hover{color:#374151;background:#f3f4f6}.browse-sort-wrapper{display:flex;align-items:center;gap:8px;flex-shrink:0}.browse-sort-icon{width:16px;height:16px;color:#6b7280;flex-shrink:0}.browse-sort-dropdown-wrapper{position:relative;display:flex;align-items:center}.browse-sort-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:9px 34px 9px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#374151;background:#fff;cursor:pointer;outline:none;transition:border-color .15s,box-shadow .15s;min-width:170px}.browse-sort-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.browse-sort-chevron{position:absolute;right:10px;width:14px;height:14px;color:#6b7280;pointer-events:none}.browse-odyn-toggle{display:flex;align-items:center;gap:8px;flex-shrink:0}.browse-odyn-toggle-label{font-size:13px;font-weight:500;color:#374151;white-space:nowrap}.browse-toggle-switch{position:relative;width:36px;height:20px;background:#d1d5db;border:none;border-radius:10px;transition:background .2s;cursor:pointer;flex-shrink:0;padding:0}.browse-toggle-switch.active{background:#6366f1}.browse-toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px #00000026}.browse-toggle-switch.active .browse-toggle-knob{transform:translate(16px)}.browse-results-count{font-size:13px;color:#6b7280;margin-bottom:14px}.browse-results-query{color:#374151;font-weight:500}.browse-results-loading{color:#9ca3af;font-style:italic}.configure-panel{min-height:100%;background:#fff;padding:24px;display:flex;flex-direction:column;gap:24px}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.header-text{display:flex;flex-direction:column}.panel-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px}.panel-subtitle{font-size:13px;color:#6b7280;margin:0}.close-button{width:32px;height:32px;border:none;border-radius:8px;background:#f3f4f6;color:#374151;cursor:pointer;font-size:20px;line-height:1}.selected-gpu-card{background:#f9fafb;border-radius:10px;padding:16px;border:1px solid #e5e7eb}.gpu-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:16px}.gpu-name-large{font-size:15px;font-weight:700;color:#111827}.gpu-price-large{font-size:16px;font-weight:700;color:#2563eb}.gpu-price-large .unit{font-size:12px;font-weight:400;color:#6b7280}.gpu-specs-list{display:grid;grid-template-columns:1fr 1fr;gap:6px}.spec-dot{font-size:12px;color:#6b7280}.form-section{display:flex;flex-direction:column;gap:8px}.input-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.input-group{display:flex;flex-direction:column;gap:16px}.input-field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:600;color:#111827}.text-input,.config-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#111827;outline:none;transition:border-color .2s;background:#fff}.text-input:focus,.config-select:focus{border-color:#2563eb}.configure-panel-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px}.info-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px;display:flex;gap:10px;font-size:12px;color:#92400e;line-height:1.4}.info-icon{font-size:14px}.info-box p{margin:0}.cost-breakdown{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px}.cost-row{display:flex;justify-content:space-between;font-size:13px;color:#4b5563}.cost-row.total{border-top:1px solid #e5e7eb;padding-top:10px;color:#111827;font-weight:600;align-items:center}.total-price{font-size:15px;color:#2563eb}.panel-footer{display:flex;gap:12px;margin-top:auto;border-top:1px solid #e5e7eb;padding-top:20px}.cancel-button{flex:1;padding:10px;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}.deploy-button{flex:2;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.deploy-button:hover{background:#1d4ed8}.deploy-button:disabled{background:#9ca3af;cursor:not-allowed}.field-optional{font-size:11px;color:#9ca3af;font-weight:400}.ssh-key-input{font-family:monospace;font-size:12px;resize:vertical;min-height:64px}.provisioning-panel{min-height:100%;background:#fff;padding:24px;display:flex;flex-direction:column}.status-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:48px 0 36px;text-align:center}.status-spinner-large{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:#d48806;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.status-ready-indicator{width:48px;height:48px;border-radius:999px;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:16px}.status-failed-indicator{width:48px;height:48px;border-radius:999px;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:16px}.status-heading{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px}.status-subheading{font-size:13px;color:#6b7280;margin:0}.stepper-list{display:flex;flex-direction:column;position:relative;gap:0}.step-item{display:flex;gap:16px;position:relative;padding-bottom:26px}.step-item:last-child{padding-bottom:0}.step-item:not(:last-child):after{content:"";position:absolute;left:11px;top:24px;bottom:0;width:2px;background-color:#f0f0f0}.step-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;background:#fff;border:2px solid #f0f0f0;flex-shrink:0}.step-item.completed .step-icon{background-color:#10b981;border-color:#10b981}.step-item.active .step-icon{border-color:#d48806}.step-item.pending .step-icon{background-color:#f5f5f5;border-color:#e0e0e0}.step-spinner{width:14px;height:14px;border:2px solid transparent;border-top-color:#d48806;border-right-color:#d48806;border-radius:50%;animation:spin 1s linear infinite}.checkmark{color:#fff;font-size:14px;line-height:1}.step-content{display:flex;flex-direction:column;gap:2px;padding-top:2px}.step-title{font-size:14px;font-weight:600;color:#111827;margin:0}.step-desc{font-size:12px;color:#6b7280;margin:0}.step-item.pending .step-title,.step-item.pending .step-desc{color:#b0b0b0}.step-item.failed .step-icon{background:#fef2f2;border-color:#ef4444}.step-item.failed .step-title,.step-item.failed .step-desc{color:#b91c1c}.step-failure-icon{color:#ef4444;font-size:14px;font-weight:700;line-height:1}.provision-info-box{background:#e6f7ff;border:1px solid #bae7ff;border-radius:8px;padding:12px;display:flex;gap:12px;font-size:12px;color:#0050b3;line-height:1.4;margin-top:32px}.info-icon-blue{font-size:16px}.provision-info-box p{margin:0}.panel-footer{margin-top:auto}.provisioning-terminal-state{border:1px solid #fecaca;background:#fef2f2;border-radius:12px;padding:16px}.provisioning-terminal-title{margin:0 0 8px;font-size:15px;font-weight:700;color:#991b1b}.provisioning-terminal-message{margin:0;font-size:13px;line-height:1.5;color:#b91c1c}.cancel-deployment-button{width:100%;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:14px;font-weight:600;color:#b91c1c;cursor:pointer;margin-top:16px}.provisioning-primary-button{width:100%;padding:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:14px;font-weight:600;color:#1d4ed8;cursor:pointer;margin-top:16px;transition:background .15s ease,border-color .15s ease,color .15s ease}.provisioning-primary-button:hover{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.marketplace-browse-page{height:100vh;overflow:hidden;background:#fff}.mbp-wrapper{display:flex;width:100%;height:100%;overflow:hidden}.mbp-main{flex:1;overflow-y:auto;padding:40px 56px;background:#fff}.mbp-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.mbp-page-header h1{font-size:30px;font-weight:700;color:#111827;margin:0 0 6px}.mbp-subtitle{font-size:14px;color:#6b7280;margin:0}.mbp-header-actions{display:flex;gap:10px}.mbp-refresh-btn{padding:8px 16px;font-size:13px;font-weight:500;border:1px solid #d1d5db;border-radius:7px;background:#fff;color:#374151;cursor:pointer;transition:all .15s}.mbp-refresh-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.mbp-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.mbp-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:13px;color:#1e40af;margin-bottom:24px;line-height:1.5}.mbp-notice-icon{flex-shrink:0;margin-top:1px}.mbp-notice a{color:#1d4ed8;font-weight:500;text-decoration:underline}.mbp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.mbp-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:mbp-spin .8s linear infinite}@keyframes mbp-spin{to{transform:rotate(360deg)}}.mbp-loading p{color:#6b7280;font-size:14px;margin:0}.mbp-empty{padding:60px 20px;text-align:center}.mbp-empty p{color:#6b7280;font-size:16px;margin:0 0 8px}.mbp-empty-hint{font-size:13px!important}.mbp-empty-hint a{color:#2563eb;font-weight:500}.mbp-offers{display:flex;flex-direction:column;gap:24px}.mbp-section{border-bottom:1px solid #f3f4f6;padding-bottom:16px}.mbp-section-toggle{display:flex;align-items:center;gap:10px;padding:4px 0;border:none;background:transparent;color:#111827;font-size:17px;font-weight:600;cursor:pointer;width:100%;text-align:left}.mbp-section-toggle:focus{outline:none}.mbp-chevron{width:8px;height:8px;flex-shrink:0;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:translateY(-1px) rotate(-45deg);transition:transform .15s}.mbp-section.open .mbp-chevron{transform:translateY(1px) rotate(45deg)}.mbp-section-count{font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px;background:#f3f4f6;color:#6b7280;margin-left:4px}.mbp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:16px}.mbp-section-empty{font-size:13px;color:#6b7280;padding:12px 0;margin:0}.marketplace-gpu-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff;transition:all .15s}.marketplace-gpu-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb14}.marketplace-gpu-card.unavailable{opacity:.6}.mgpu-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.mgpu-name{font-size:15px;font-weight:600;color:#111827;margin-bottom:4px}.mgpu-meta{font-size:12px;color:#6b7280}.mgpu-status{font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;flex-shrink:0}.mgpu-status.available{background:#22c55e1a;color:#15803d}.mgpu-status.unavailable{background:#f3f4f6;color:#9ca3af}.mgpu-footer{display:flex;justify-content:space-between;align-items:center}.mgpu-price{font-size:20px;font-weight:700;color:#111827}.mgpu-per{font-size:13px;font-weight:400;color:#6b7280}.mgpu-rent-btn{padding:8px 16px;font-size:13px;font-weight:600;border:none;border-radius:7px;background:#2563eb;color:#fff;cursor:pointer;transition:background .15s}.mgpu-rent-btn:hover:not(:disabled){background:#1d4ed8}.mgpu-rent-btn:disabled{background:#d1d5db;cursor:not-allowed}.mbp-side-panel{width:400px;flex-shrink:0;border-left:1px solid #e5e7eb;overflow-y:auto;background:#fff}.configure-external-panel{display:flex;flex-direction:column;height:100%;padding:32px 28px}.cep-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.cep-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 4px}.cep-sub{font-size:13px;color:#6b7280;margin:0}.cep-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;line-height:1;transition:color .15s}.cep-close:hover{color:#374151}.cep-body{flex:1}.cep-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.cep-label{color:#6b7280}.cep-value{font-weight:500;color:#111827}.cep-price{font-size:18px;font-weight:700;color:#2563eb}.cep-note{margin-top:20px;font-size:13px;color:#6b7280;line-height:1.6;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.cep-note a{color:#2563eb;font-weight:500}.cep-error{margin-top:16px;padding:12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;font-size:13px;color:#991b1b}.cep-footer{display:flex;gap:10px;padding-top:24px;border-top:1px solid #e5e7eb;margin-top:24px}.cep-cancel-btn{flex:1;padding:10px;font-size:14px;font-weight:500;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;cursor:pointer;transition:all .15s}.cep-cancel-btn:hover:not(:disabled){background:#f9fafb}.cep-deploy-btn{flex:2;padding:10px;font-size:14px;font-weight:600;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;transition:background .15s}.cep-deploy-btn:hover:not(:disabled){background:#1d4ed8}.cep-deploy-btn:disabled,.cep-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.gpu-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff;transition:all .2s;display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000d}.gpu-card.available{cursor:pointer}.gpu-card.available:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#c7d2fe}.gpu-card.unavailable{opacity:.75}.gpu-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;gap:14px}.gpu-name-wrapper{display:flex;flex-direction:column;gap:6px}.gpu-group-summary{font-size:12px;color:#6b7280}.gpu-provider-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;background:#eef2ff;color:#4f46e5;text-transform:uppercase;letter-spacing:.03em;width:fit-content}.gpu-name{font-size:17px;font-weight:700;color:#111827;margin:0;line-height:1.25}.availability-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;width:fit-content}.availability-badge.available{background:#e8faf0;color:#1f8f5f}.availability-badge.unavailable{background:#feeceb;color:#b93830}.availability-badge.reserved{background:#fff7ed;color:#c2610c}.gpu-card.reserved{opacity:.85}.rent-button.reserved{background-color:#fff7ed;color:#c2610c;border:1px solid #fed7aa;cursor:not-allowed}.gpu-storage-note{font-size:11px;color:#9ca3af;text-align:center;margin-top:6px}.gpu-price-header{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.price-amount{font-size:22px;font-weight:700;color:#2563eb;line-height:1.1}.price-label{font-size:12px;color:#6b7280}.gpu-specs-row{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.gpu-spec-pill{display:flex;align-items:center;gap:5px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px}.gpu-spec-pill-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.gpu-spec-pill-value{font-size:12px;font-weight:500;color:#111827}.gpu-metrics-bar{display:flex;align-items:stretch;background:#f3f4f6;border-radius:8px;margin-bottom:14px;overflow:hidden}.gpu-metric-cell{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 6px}.gpu-metric-divider{width:1px;background:#d1d5db;align-self:stretch}.gpu-metric-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#111827;white-space:nowrap}.gpu-metric-value{font-size:12px;font-weight:500;color:#111827;white-space:nowrap}.rent-button{width:100%;padding:10px 16px;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s;margin-top:auto}.rent-button:hover{background-color:#1d4ed8}.rent-button:focus,.rent-button:active{outline:none}.rent-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.marketplace-jobs-page{height:100vh;overflow:hidden;background:#fff}.mjp-wrapper{display:flex;width:100%;height:100%;overflow:hidden}.mjp-main{flex:1;overflow-y:auto;padding:40px 56px;background:#fff}.mjp-page-header{margin-bottom:28px}.mjp-page-header h1{font-size:30px;font-weight:700;color:#111827;margin:0 0 6px}.mjp-page-header p{font-size:14px;color:#6b7280;margin:0}.mjp-error-bar{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:24px}.mjp-error-bar a{color:#2563eb;font-weight:500}.mjp-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.mjp-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;display:flex;flex-direction:column;gap:6px}.mjp-card-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.mjp-card-value{font-size:30px;font-weight:700;color:#111827;line-height:1}.mjp-card-sub{font-size:12px;color:#9ca3af}.mjp-table{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.mjp-table-head{display:grid;grid-template-columns:1.4fr 1.6fr 1fr .8fr 1fr 1fr .8fr;padding:14px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.mjp-rows{min-height:80px}.mjp-row{display:grid;grid-template-columns:1.4fr 1.6fr 1fr .8fr 1fr 1fr .8fr;padding:18px 24px;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151;align-items:center;cursor:pointer;transition:background-color .15s}.mjp-row:last-child{border-bottom:none}.mjp-row:hover{background-color:#f9fafb}.mjp-row.active{background-color:#eff6ff;border-left:3px solid #2563eb;padding-left:21px}.mjp-cell-id{font-family:JetBrains Mono,monospace;font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mjp-cell-gpu{font-weight:500;color:#111827}.mjp-cell-provider{text-transform:capitalize}.mjp-view-link{color:#2563eb;font-weight:600;font-size:12px;text-align:right}.mjp-status{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.mjp-status.running{background:#22c55e1a;color:#15803d}.mjp-status.renting{background:transparent;color:#d97706;padding:0}.mjp-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.mjp-mini-spinner{width:10px;height:10px;border:2px solid transparent;border-top-color:#d97706;border-right-color:#d97706;border-radius:50%;animation:mjp-spin .9s linear infinite;flex-shrink:0}@keyframes mjp-spin{to{transform:rotate(360deg)}}.mjp-loading{display:flex;justify-content:center;padding:48px}.mjp-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:mjp-spin .8s linear infinite}.mjp-empty{padding:48px 24px;text-align:center;color:#6b7280;font-size:14px}.mjp-empty a{color:#2563eb;font-weight:500}.mjp-side-panel{width:400px;flex-shrink:0;border-left:1px solid #e5e7eb;overflow-y:auto;background:#fff}.ext-job-panel{display:flex;flex-direction:column;height:100%;padding:32px 28px}.ejp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.ejp-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px}.ejp-sub{font-size:13px;color:#6b7280;margin:0;text-transform:capitalize}.ejp-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:color .15s}.ejp-close:hover{color:#374151}.ejp-body{flex:1}.ejp-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151}.ejp-row span:first-child{color:#6b7280}.ejp-mono{font-family:JetBrains Mono,monospace;font-size:11px;color:#6b7280}.ejp-status-pill{font-size:12px;font-weight:500;padding:3px 10px;border-radius:20px}.ejp-status-pill.running{background:#22c55e1a;color:#15803d}.ejp-status-pill.renting{background:#fbbf241a;color:#d97706}.ejp-ssh-section{margin-top:20px}.ejp-ssh-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.ejp-ssh-box{background:#111827;border-radius:8px;padding:12px 14px;display:flex;align-items:flex-start;gap:12px}.ejp-ssh-cmd{flex:1;font-size:12px;color:#d1fae5;font-family:JetBrains Mono,monospace;word-break:break-all;line-height:1.5}.ejp-copy-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:5px;color:#f9fafb;font-size:12px;padding:4px 10px;cursor:pointer;flex-shrink:0;transition:background .15s}.ejp-copy-btn:hover{background:#fff3}.ejp-provisioning-note{margin-top:20px;padding:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:13px;color:#92400e}.ejp-error{margin-top:16px;padding:12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;font-size:13px;color:#991b1b}.ejp-footer{padding-top:24px;border-top:1px solid #e5e7eb;margin-top:24px}.ejp-terminate-btn{width:100%;padding:10px;font-size:14px;font-weight:600;border:none;border-radius:8px;background:#dc2626;color:#fff;cursor:pointer;transition:background .15s}.ejp-terminate-btn:hover:not(:disabled){background:#b91c1c}.ejp-terminate-btn:disabled{opacity:.5;cursor:not-allowed}.job-details-panel{width:320px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:20px;height:auto;max-height:calc(100vh - 48px);align-self:flex-start;position:sticky;top:24px;box-sizing:border-box;overflow-y:auto}.jdp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.jdp-header-left{display:flex;flex-direction:column;gap:4px;min-width:0}.jdp-title-row{display:flex;align-items:center;gap:8px}.jdp-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.jdp-title{margin:0;font-size:15px;font-weight:700;color:#111827}.jdp-id-label{font-size:12px;color:#6b7280}.close-button{border:1px solid #d1d5db;background:#fff;color:#6b7280;border-radius:6px;width:28px;height:28px;line-height:1;cursor:pointer;flex-shrink:0}.close-button:hover{color:#111827;background:#f3f4f6}.jdp-action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.jdp-action-btn{display:flex;align-items:center;justify-content:center;padding:10px 12px;border:1.5px solid #c7d7f8;border-radius:999px;background:#eef2fd;color:#3b5fc0;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.jdp-action-btn:hover:not(:disabled){background:#dce7fb;border-color:#93b4f5}.jdp-action-btn:disabled{opacity:.45;cursor:not-allowed}.jdp-action-buttons{display:flex;flex-direction:column;gap:8px}.jdp-stop-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px solid #fed7aa;background:#fff7ed;color:#ea580c;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.jdp-stop-button:hover:not(:disabled){background:#ffedd5}.jdp-stop-button:disabled{opacity:.5;cursor:not-allowed}.jdp-stop-icon{font-size:13px}.jdp-start-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px solid #a7f3d0;background:#f0fdf4;color:#059669;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.jdp-start-button:hover:not(:disabled){background:#dcfce7}.jdp-start-button:disabled{opacity:.5;cursor:not-allowed}.jdp-start-icon{font-size:13px}.jdp-delete-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.jdp-delete-button:hover:not(:disabled){background:#fee2e2}.jdp-delete-button:disabled{opacity:.5;cursor:not-allowed}.jdp-delete-icon{font-size:13px}.jdp-manage-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.jdp-manage-button:hover:not(:disabled){background:#e0e7ff}.jdp-manage-button:disabled{opacity:.5;cursor:not-allowed}.jdp-manage-icon{font-size:13px}.jdp-section{display:flex;flex-direction:column;gap:12px}.jdp-section-title{margin:0;font-size:13px;font-weight:700;color:#111827}.jdp-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 12px}.jdp-detail-cell{display:flex;flex-direction:column;gap:4px}.jdp-detail-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.jdp-detail-value{font-size:13px;color:#111827;display:flex;align-items:center;gap:5px}.jdp-status-dot-sm{width:7px;height:7px;border-radius:50%;flex-shrink:0}.jdp-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.jdp-metric-card{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#f9fafb;display:flex;flex-direction:column;gap:6px}.jdp-metric-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.jdp-metric-value{font-size:20px;font-weight:700;color:#111827}.jdp-metric-value-sm{font-size:14px;font-weight:700;color:#111827}.job-details-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;padding:10px 12px;border-radius:8px;font-size:12px}.jdp-lifecycle-summary{border:1px solid #dbeafe;background:#f8fbff;color:#1e3a8a;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.5}.jdp-lifecycle-note{border:1px solid #e5e7eb;background:#f9fafb;color:#374151;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.5}@media (max-width: 1200px){.job-details-panel{width:100%;position:static;max-height:none;height:auto}}.jdp-ssh-box{background:#111827;border-radius:10px;padding:10px 12px 12px;overflow-x:auto;display:flex;flex-direction:column;gap:10px}.jdp-ssh-box-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.jdp-ssh-box-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.jdp-copy-button{border:1px solid #374151;background:#1f2937;color:#e5e7eb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.jdp-copy-button:hover{background:#374151;border-color:#4b5563}.jdp-ssh-cmd{font-family:monospace;font-size:12px;color:#d1fae5;white-space:nowrap}.jdp-section-hint{font-size:13px;color:#6b7280;line-height:1.6;margin:0}.jdp-ssh-state{display:flex;flex-direction:column;gap:4px;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.5}.jdp-ssh-state-label{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.jdp-ssh-state-message{color:inherit}.jdp-ssh-state.ready{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.jdp-ssh-state.pending{border:1px solid #fde68a;background:#fffbeb;color:#92400e}.jdp-ssh-state.failed{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.status-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.status-pill.green{background:#dcfce7;color:#15803d}.status-pill.yellow{background:#fef3c7;color:#b45309}.status-pill.orange{background:#ffedd5;color:#c2410c}.status-pill.gray{background:#f3f4f6;color:#4b5563}.status-pill.red{background:#fee2e2;color:#b91c1c}.instances-page{padding-top:28px}.instances-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:stretch}.instances-main{min-width:0}.instances-header{margin-bottom:20px}.instances-header p{margin-top:6px;color:#6b7280;font-size:14px}.instances-table-section{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}.instances-table-section.archived{margin-top:12px}.instances-table-header{display:grid;grid-template-columns:1.2fr 1.6fr 1.2fr .9fr .8fr .8fr 1fr;gap:12px;align-items:center;padding:14px 18px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.instances-table-header--unified{grid-template-columns:1.2fr 1.4fr .9fr 1fr .8fr .8fr .9fr}.col-header{font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.05em;text-transform:uppercase}.instances-rows{display:flex;flex-direction:column}.instance-table-row{display:grid;grid-template-columns:1.2fr 1.4fr .9fr 1fr .8fr .8fr .9fr;gap:12px;align-items:center;padding:16px 18px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .15s ease}.instance-table-row:last-child{border-bottom:none}.instance-table-row:hover{background:#f9fafb}.instance-table-row.active{background:#eff6ff;border-left:3px solid #2563eb;padding-left:15px}.cell-primary{color:#111827;font-size:13px;font-weight:600}.cell-secondary{display:flex;flex-direction:column}.cell-secondary .main-text{color:#111827;font-size:13px}.cell-secondary .sub-text{margin-top:2px;color:#6b7280;font-size:12px}.cell-text{color:#374151;font-size:13px}.status-cell{display:flex;align-items:center}.view-instance-link{justify-self:end;color:#2563eb;font-size:13px;font-weight:600}.instances-empty-state{padding:36px 20px;text-align:center;color:#6b7280}.instances-archived-section{margin-top:16px}.instances-archived-toggle{width:100%;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:13px;font-weight:600}.instances-archived-toggle:hover{background:#f3f4f6}.instance-provider-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:capitalize;letter-spacing:.03em}.instance-provider-tag.odyn{background:#eef2ff;color:#4f46e5}.instance-provider-tag.external{background:#f0fdf4;color:#16a34a}@media (max-width: 1200px){.instances-layout{grid-template-columns:1fr}}@media (max-width: 900px){.instances-table-header,.instance-table-row{grid-template-columns:1.1fr 1.3fr .8fr .9fr .7fr .7fr .9fr}}@media (max-width: 700px){.instances-page{padding:20px 14px}.instances-table-header,.instance-table-row{grid-template-columns:1fr;gap:6px}.instances-table-header{display:none}.instance-table-row{border-bottom:1px solid #e5e7eb}.status-cell{margin-top:4px}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px 20px;background:radial-gradient(circle at top left,rgba(59,130,246,.14) 0%,transparent 38%),radial-gradient(circle at bottom right,rgba(14,165,233,.12) 0%,transparent 42%),#eff4ff}.auth-shell{width:min(100%,420px)}.auth-header{text-align:center;margin-bottom:16px}.auth-brand-row{display:flex;justify-content:center;margin-bottom:14px}.auth-logo{width:106px;height:auto;display:block}.auth-header h1{margin:0;font-size:40px;line-height:1.05;color:#111827;font-weight:700}.auth-header p{margin:8px 0 0;color:#6b7280;font-size:14px;line-height:1.35}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px;box-shadow:0 10px 24px #0f172a14,0 2px 5px #0f172a0d}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:5px;background:#f3f4f6;border-radius:9px;margin-bottom:18px}.auth-tab{border:none;border-radius:7px;background:transparent;color:#6b7280;padding:8px 12px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s}.auth-tab:hover:not(:disabled){color:#1f2937}.auth-tab.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0f172a1a}.auth-card h2{margin:0;color:#111827;font-size:24px;font-weight:700}.auth-subtitle{margin:6px 0 16px;color:#6b7280;font-size:13px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;font-weight:500;color:#374151}.auth-field input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:7px;background:#fff;color:#111827;font-size:14px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #3b82f62e}.auth-field input:disabled{background:#f9fafb;color:#6b7280}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:58px}.auth-password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);border:none;background:transparent;color:#2563eb;font-size:11px;font-weight:700;cursor:pointer;padding:2px}.auth-password-toggle:disabled{color:#93c5fd;cursor:not-allowed}.auth-password-requirements{border:1px solid #e5e7eb;background:#f8fafc;border-radius:10px;padding:11px}.auth-password-requirements p{margin:0 0 8px;font-size:13px;color:#374151;font-weight:600}.auth-password-requirements ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.auth-password-requirements li{position:relative;padding-left:20px;color:#6b7280;font-size:13px}.auth-password-requirements li:before{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;border:1px solid #cbd5e1;background:transparent}.auth-password-requirements li.met{color:#047857}.auth-password-requirements li.met:before{border-color:#10b981;background:#10b981}.auth-submit{width:100%;padding:11px 16px;border:none;border-radius:7px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-top:2px}.auth-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.auth-submit:disabled{background:#93c5fd;cursor:not-allowed}.auth-toggle-hint{margin:16px 0 0;text-align:center;color:#6b7280;font-size:13px}.auth-toggle-hint button{border:none;background:transparent;color:#2563eb;font-size:13px;font-weight:600;margin-left:6px;cursor:pointer;padding:0}.auth-toggle-hint button:disabled{color:#93c5fd;cursor:not-allowed}.auth-remember{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-size:13px}.auth-remember input{width:15px;height:15px;accent-color:#2563eb}@media (max-width: 600px){.auth-page{padding:20px 14px}.auth-header h1{font-size:32px}.auth-card{padding:20px}.auth-field input,.auth-submit{font-size:14px}}.supplier-page{padding:40px 56px;max-width:1200px;color:#111827}.supplier-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.supplier-page-header h1{font-size:28px;font-weight:700;margin:0}.supplier-page-subtitle{margin:4px 0 0;color:#6b7280;font-size:14px}.supplier-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 28px 16px;margin-bottom:24px}.supplier-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.supplier-chart-title{font-size:15px;font-weight:600;color:#111827}.supplier-chart-subtitle{font-size:12px;color:#9ca3af;margin-top:2px}.supplier-chart-empty{text-align:center;font-size:12px;color:#9ca3af;padding:8px 0 4px}.supplier-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:40px}.supplier-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px}.supplier-card-highlight{background:#eff6ff;border-color:#bfdbfe}.supplier-card-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:8px}.supplier-card-value{font-size:28px;font-weight:700;color:#111827}.supplier-card-note{font-size:11px;color:#9ca3af;margin-top:4px}.supplier-section{margin-bottom:32px}.supplier-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.supplier-section-header h2,.supplier-section h2{font-size:18px;font-weight:600;margin:0 0 16px}.supplier-section-separated{border-top:1px solid #e5e7eb;padding-top:32px;margin-top:32px}.supplier-table{width:100%;border-collapse:collapse;font-size:14px}.supplier-table th{text-align:left;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.supplier-table td{padding:12px 14px;border-bottom:1px solid #f3f4f6;color:#374151}.supplier-table tr:last-child td{border-bottom:none}.supplier-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:capitalize}.supplier-badge-pending{background:#fef3c7;color:#92400e}.supplier-badge-paid,.supplier-badge-online{background:#d1fae5;color:#065f46}.supplier-badge-preparing{background:#fef3c7;color:#92400e}.supplier-badge-offline{background:#f3f4f6;color:#6b7280}.supplier-toggle{border:none;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:600;cursor:pointer}.supplier-toggle-on{background:#d1fae5;color:#065f46}.supplier-toggle-off{background:#f3f4f6;color:#6b7280}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 18px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;padding:8px 18px;font-size:14px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#fee2e2;color:#991b1b;border:none;border-radius:6px;padding:8px 18px;font-size:14px;font-weight:600;cursor:pointer}.btn-danger:hover{background:#fecaca}.supplier-btn-danger{background:transparent;color:#dc2626;border:none;font-size:13px;cursor:pointer;padding:0;text-decoration:underline}.supplier-error{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:6px;margin-bottom:20px;font-size:14px}.supplier-info{background:#d1fae5;color:#065f46;padding:10px 14px;border-radius:6px;margin-bottom:20px;font-size:14px}.supplier-loading,.supplier-empty{color:#6b7280;font-size:14px;padding:20px 0}.supplier-empty-state{text-align:center;padding:60px 20px;color:#6b7280}.supplier-empty-state p{margin-bottom:16px}.supplier-link{color:#2563eb;font-size:14px;text-decoration:none}.supplier-link:hover{text-decoration:underline}.supplier-form h2{font-size:16px;font-weight:600;color:#374151;margin:24px 0 12px}.supplier-form h2:first-child{margin-top:0}.supplier-field{margin-bottom:16px}.supplier-field label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.supplier-field input,.supplier-field select{width:100%;max-width:400px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff}.supplier-field input:focus,.supplier-field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.supplier-wizard{max-width:600px}.supplier-wizard-steps{display:flex;gap:0;margin-bottom:32px;border-bottom:1px solid #e5e7eb;padding-bottom:16px}.supplier-wizard-step{display:flex;align-items:center;gap:8px;margin-right:32px;color:#9ca3af;font-size:14px;font-weight:500}.supplier-wizard-step.active{color:#2563eb}.supplier-wizard-step.done{color:#16a34a}.supplier-wizard-step-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:2px solid currentColor;font-size:12px;font-weight:700}.supplier-wizard-panel h2{font-size:20px;font-weight:700;margin:0 0 20px}.supplier-wizard-actions{display:flex;gap:12px;margin-top:24px}.supplier-review-list{display:grid;grid-template-columns:160px 1fr;gap:8px 16px;font-size:14px;margin-bottom:16px}.supplier-review-list dt{color:#6b7280;font-weight:500}.supplier-review-list dd{margin:0;color:#111827;font-weight:600}.supplier-install-banner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px;margin-bottom:24px}.supplier-install-banner-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.supplier-install-box{display:flex;align-items:center;gap:12px;background:#1f2937;color:#f9fafb;padding:12px 16px;border-radius:8px;margin:16px 0;font-family:monospace;font-size:13px;word-break:break-all}.supplier-copy-btn{background:#374151;color:#f9fafb;border:none;border-radius:4px;padding:4px 10px;font-size:12px;cursor:pointer;flex-shrink:0}.supplier-copy-btn:hover{background:#4b5563}.supplier-install-note{font-size:13px;color:#6b7280;margin-top:8px}.supplier-key-masked{font-family:monospace;font-size:14px;background:#f3f4f6;padding:2px 6px;border-radius:4px}.supplier-new-key-box{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:16px;margin-bottom:16px}.supplier-new-key-box p{font-size:13px;color:#92400e;margin:0 0 8px}.machine-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.machine-modal{background:#fff;border-radius:12px;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.machine-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid #f3f4f6}.machine-modal-header h2{font-size:16px;font-weight:700;color:#111827;margin:0}.machine-modal-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.machine-modal-close{background:none;border:none;font-size:16px;color:#9ca3af;cursor:pointer;padding:2px 6px;border-radius:4px;flex-shrink:0}.machine-modal-close:hover{color:#374151;background:#f3f4f6}.machine-modal-section{padding:20px 28px;border-bottom:1px solid #f3f4f6}.machine-modal-section h3{font-size:14px;font-weight:700;color:#111827;margin:0 0 12px}.machine-modal-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.machine-modal-field{display:flex;flex-direction:column;gap:6px}.machine-modal-field label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.machine-modal-unit{font-size:10px;font-weight:400;color:#9ca3af;margin-left:4px;text-transform:none;letter-spacing:0}.machine-modal-field input{padding:6px 0;border:none;border-bottom:1px solid #d1d5db;font-size:15px;color:#f59e0b;font-weight:600;background:transparent;outline:none;width:100%}.machine-modal-field input:focus{border-bottom-color:#2563eb;color:#111827}.machine-modal-listing-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.machine-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px}.earnings-payout-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,240px));gap:16px}.earnings-payout-card{border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;background:#fff;text-align:center}.earnings-payout-card-name{font-size:16px;font-weight:700;color:#111827;margin-bottom:6px}.earnings-payout-card-detail{font-size:13px;color:#6b7280;margin-bottom:10px}.earnings-payout-card-fee{font-size:12px;color:#9ca3af;margin-bottom:16px}.earnings-payout-card-active{border-color:#2563eb;background:#eff6ff;position:relative}.earnings-payout-active-badge{position:absolute;top:10px;right:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;background:#dbeafe;border-radius:10px;padding:2px 8px}.earnings-payout-btn-connect{width:100%;padding:8px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.earnings-payout-btn-connect:hover{background:#1d4ed8}.earnings-payout-btn-active{width:100%;padding:8px;background:transparent;color:#2563eb;border:1px solid #2563eb;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.earnings-payout-btn-active:hover{background:#dbeafe}.auth-role-toggle{display:flex;gap:8px;margin-bottom:20px}.auth-role-btn{flex:1;padding:10px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.auth-role-btn.active{border-color:#2563eb;color:#2563eb;background:#eff6ff}.auth-role-btn:disabled{opacity:.6;cursor:not-allowed}.provider-card{border:1px solid #e5e7eb;border-radius:10px;padding:18px 20px;background:#fafafa;transition:border-color .15s}.provider-card:hover{border-color:#d1d5db}.provider-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.provider-info{flex:1;min-width:0}.provider-title-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.provider-title{font-size:15px;font-weight:600;color:#111827;margin:0}.provider-connected-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;background:#22c55e1f;color:#15803d;letter-spacing:.02em}.provider-key-masked{font-size:12px;color:#6b7280;font-family:JetBrains Mono,monospace;margin-top:4px}.provider-inputs{margin-top:14px;display:flex;flex-direction:column;gap:10px}.provider-inputs input,.provider-inputs textarea{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#111827;outline:none;transition:border-color .15s;resize:vertical}.provider-inputs input:focus,.provider-inputs textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.provider-actions{display:flex;gap:8px;flex-shrink:0;align-items:flex-start}.provider-save-btn{padding:7px 16px;font-size:13px;font-weight:500;border:none;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer;transition:background .15s}.provider-save-btn:hover:not(:disabled){background:#1d4ed8}.provider-save-btn:disabled{opacity:.6;cursor:not-allowed}.provider-edit-btn,.provider-cancel-btn{padding:7px 14px;font-size:13px;font-weight:500;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:all .15s}.provider-edit-btn:hover,.provider-cancel-btn:hover{background:#f3f4f6;border-color:#9ca3af}.settings-page{background-color:#fff;min-height:100vh}.settings-page .page-header{margin-bottom:32px}.settings-page .page-header h1{font-size:28px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.settings-page .page-header p{color:var(--text-secondary);font-size:14px;line-height:1.5}.settings-form{max-width:900px}.settings-error{background:#fef2f2;border:1px solid #fecaca;color:var(--error);padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:24px}.settings-success{background:#f0fdf4;border:1px solid #86efac;color:#15803d;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:24px}.profile-settings-card{border:1px solid #e5e5e5;border-radius:8px;padding:24px;margin-bottom:24px}.profile-settings-card-header{margin-bottom:16px}.profile-settings-card-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.profile-settings-card-description{font-size:14px;color:#666;margin:0}.profile-settings-section{border:0;background:transparent;box-shadow:none;border-radius:0;padding:0;margin-bottom:32px}.profile-settings-section:last-child{margin-bottom:0}.profile-section-label{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:8px;display:block}.profile-section-hint{font-size:13px;color:var(--text-secondary);margin-bottom:12px;line-height:1.5}.profile-settings-input{width:100%;padding:12px 16px;font-size:14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:var(--text-primary);font-family:inherit}.profile-settings-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #456de526}.profile-settings-actions{display:flex;justify-content:flex-end;gap:12px}.settings-cancel-btn{padding:12px 24px;font-size:14px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:var(--text-primary);cursor:pointer}.settings-cancel-btn:hover:not(:disabled){background:#f9f9f9}.settings-submit{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer}.settings-submit:hover:not(:disabled){background:#1d4ed8}.settings-submit:disabled,.settings-cancel-btn:disabled,.profile-settings-input:disabled{opacity:.6;cursor:not-allowed}.settings-tabs{display:flex;gap:2px;border-bottom:2px solid #e5e7eb;margin-bottom:32px;max-width:900px}.settings-tab{padding:10px 20px;font-size:14px;font-weight:500;border:none;background:transparent;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;border-radius:4px 4px 0 0}.settings-tab:hover{color:#374151;background:#f9fafb}.settings-tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.providers-section{max-width:900px}.providers-header-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;margin-bottom:24px}.providers-header-card h2{font-size:16px;font-weight:600;color:#111827;margin:0 0 6px}.providers-header-card p{font-size:13px;color:#6b7280;margin:0;line-height:1.6}.providers-list{display:flex;flex-direction:column;gap:10px}.provider-field-group{display:flex;flex-direction:column;gap:6px}.provider-field-label{font-size:12px;font-weight:600;color:#374151}@media (max-width: 900px){.settings-page{min-height:auto}}@media (max-width: 680px){.settings-page .page-header h1{font-size:24px}.profile-settings-card{padding:18px}.profile-settings-actions{flex-direction:column}.settings-cancel-btn,.settings-submit{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;color:#111827}code{font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace}#root{min-height:100vh}:root{--sidebar-width: 240px;--sidebar-collapsed-width: 80px;--bg-primary: #f5f7fb;--bg-secondary: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #6b7280;--border: #e5e7eb;--accent: #2563eb;--accent-bg: rgba(37, 99, 235, .12);--success: #22c55e;--error: #ef4444;--warning: #f59e0b}.page{padding:32px}.page-header{margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700;color:#111827}.page-content{max-width:1200px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:#6b7280}.spinner{width:32px;height:32px;border:3px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.empty-state{padding:60px 0;text-align:center;color:#6b7280;font-size:15px}.app-layout{display:flex;min-height:100vh;background:#f5f7fb}.main-content{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh;transition:margin-left .25s ease}.main-content.sidebar-collapsed{margin-left:var(--sidebar-collapsed-width)}@media (max-width: 768px){.main-content,.main-content.sidebar-collapsed{margin-left:0}}
