@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--secondary-color: #10b981;--primary-rgb: 59 130 246;--secondary-rgb: 16 185 129;--bg-color: #0f172a;--surface-color: #1e293b;--surface-hover: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--border-color: #475569;--bg-rgb: 15 23 42;--surface-rgb: 30 41 59;--surface-hover-rgb: 51 65 85;--text-rgb: 248 250 252;--muted-rgb: 148 163 184;--border-rgb: 71 85 105;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 30px -8px rgb(0 0 0 / .16), 0 8px 10px -6px rgb(0 0 0 / .08);--shadow-card: 0 1px 3px 0 rgb(0 0 0 / .08), 0 1px 2px -1px rgb(0 0 0 / .06);--font-family: "Inter", system-ui, sans-serif;--gradient-hero: linear-gradient(145deg, rgb(var(--bg-rgb)) 0%, rgb(var(--surface-rgb)) 50%, rgb(var(--bg-rgb)) 100%);--gradient-primary: linear-gradient(135deg, rgb(var(--primary-rgb)) 0%, rgb(var(--primary-rgb) / .85) 100%)}html[data-theme=mybidportal]{--primary-color: #3b82f6;--primary-hover: #2563eb;--secondary-color: #10b981;--primary-rgb: 59 130 246;--secondary-rgb: 16 185 129;--bg-color: #0f172a;--surface-color: #1e293b;--surface-hover: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--border-color: #475569;--bg-rgb: 15 23 42;--surface-rgb: 30 41 59;--surface-hover-rgb: 51 65 85;--text-rgb: 248 250 252;--muted-rgb: 148 163 184;--border-rgb: 71 85 105;--text-subtle: #64748b;--text-subtle-rgb: 100 116 139;--success-color: #22c55e;--success-rgb: 34 197 94;--warning-color: #f59e0b;--warning-rgb: 245 158 11;--error-color: #ef4444;--error-rgb: 239 68 68;--info-color: #0ea5e9;--info-rgb: 14 165 233}html[data-theme=mybidportal-light]{--primary-color: #3b82f6;--primary-hover: #2563eb;--secondary-color: #10b981;--primary-rgb: 59 130 246;--secondary-rgb: 16 185 129;--bg-color: #f8fafc;--surface-color: #ffffff;--surface-hover: #e2e8f0;--text-color: #0f172a;--text-muted: #475569;--border-color: #cbd5e1;--bg-rgb: 248 250 252;--surface-rgb: 255 255 255;--surface-hover-rgb: 226 232 240;--text-rgb: 15 23 42;--muted-rgb: 71 85 105;--border-rgb: 203 213 225;--text-subtle: #64748b;--text-subtle-rgb: 100 116 139;--success-color: #22c55e;--success-rgb: 34 197 94;--warning-color: #f59e0b;--warning-rgb: 245 158 11;--error-color: #ef4444;--error-rgb: 239 68 68;--info-color: #0ea5e9;--info-rgb: 14 165 233}*{box-sizing:border-box;margin:0;padding:0;border-color:rgb(var(--border-rgb) / 1)}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,system-ui,sans-serif;line-height:1.2;font-weight:700;margin:0}a{font-weight:500;color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}button{font:inherit;color:inherit}.container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.landing-hero{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden}.landing-hero-bg{position:absolute;inset:0;z-index:-1}.landing-hero-content{max-width:48rem;margin-left:auto;margin-right:auto;text-align:center}.landing-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background-color:rgb(var(--primary-rgb) / .1);color:var(--primary-color);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.landing-pill-dot{width:.5rem;height:.5rem;border-radius:9999px;background-color:var(--primary-color);animation:pulse-soft 2s ease-in-out infinite}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}.landing-title{font-family:Outfit,system-ui,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.025em}@media(min-width:768px){.landing-title{font-size:3rem}}@media(min-width:1024px){.landing-title{font-size:3.75rem}}.landing-subtitle{font-size:1.125rem;line-height:1.75;color:var(--text-muted);margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-subtitle{font-size:1.25rem}}.landing-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:5rem}@media(min-width:640px){.landing-buttons{flex-direction:row}}.landing-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:56rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-stats{grid-template-columns:repeat(4,1fr)}}.landing-stat{text-align:center}.landing-stat-value{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;color:var(--primary-color);margin-bottom:.25rem}@media(min-width:768px){.landing-stat-value{font-size:2.25rem}}.landing-stat-label{font-size:.875rem;color:var(--text-muted)}.landing-section{padding-top:5rem;padding-bottom:5rem}.landing-section-bg{background-color:rgb(var(--border-rgb) / .18)}.landing-section-title{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center}@media(min-width:768px){.landing-section-title{font-size:2.25rem}}.landing-section-subtitle{color:var(--text-muted);max-width:42rem;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:3rem}.landing-features{display:grid;gap:1.5rem}@media(min-width:768px){.landing-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-features{grid-template-columns:repeat(4,1fr)}}.feature-card{position:relative;padding:1.5rem;border-radius:1rem;background-color:var(--surface-color);border:1px solid var(--border-color);transition:all .3s}.feature-card:hover{border-color:rgb(var(--primary-rgb) / .3);box-shadow:var(--shadow-lg)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background-color:rgb(var(--primary-rgb) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s}.feature-card:hover .feature-icon{background-color:rgb(var(--primary-rgb) / .2)}.feature-title{font-family:Outfit,system-ui,sans-serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;line-height:1.625;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.btn-xl{height:3.5rem;padding-left:2.5rem;padding-right:2.5rem;font-size:1.125rem;border-radius:.75rem}.btn-hero{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-lg)}.btn-hero:hover{opacity:.9;transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-hero-outline{border:2px solid rgb(var(--primary-rgb) / .2);background-color:rgb(var(--surface-rgb) / .05);color:var(--text-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-hero-outline:hover{background-color:rgb(var(--primary-rgb) / .1);border-color:rgb(var(--primary-rgb) / .4)}.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-color);background-color:rgb(var(--bg-rgb) / .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-container{display:flex;height:4rem;width:100%;max-width:1400px;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}.navbar-brand{display:flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none}.navbar-brand:hover{color:var(--text-color)}.navbar-logo{display:flex;align-items:center;justify-content:center;background:transparent}.brand-logo{display:inline-flex;align-items:center;gap:.875rem}.brand-logo__mark{flex:0 0 auto}.brand-logo__text{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.1rem}.brand-logo__name{font-family:Outfit,system-ui,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:.01em;color:var(--text-color);line-height:1}.brand-logo__tld{font-family:Outfit,system-ui,sans-serif;font-weight:700;font-size:1rem;color:var(--text-muted);line-height:1}.navbar-title{font-size:1.25rem;font-weight:700;color:var(--text-color)}.navbar-actions{display:flex;align-items:center;gap:.75rem}.navbar-user{display:none;font-size:.875rem;color:var(--text-muted)}@media(min-width:768px){.navbar-user{display:inline}}.btn-sm{height:2.25rem;padding-left:.875rem;padding-right:.875rem;font-size:.875rem}.btn-ghost{background-color:transparent;color:var(--text-color)}.btn-ghost:hover{background-color:rgb(var(--surface-hover-rgb) / .3)}.btn-outline{border:1px solid var(--border-color);background-color:var(--surface-color);color:var(--text-color)}.btn-outline:hover{background-color:rgb(var(--surface-hover-rgb) / .3)}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{opacity:.9}.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;font-weight:600;transition:all .2s}.primary:hover{opacity:.9;transform:translateY(-1px)}.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);padding:2rem 1rem}.auth-card{width:100%;max-width:28rem;background-color:var(--surface-color);border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-xl)}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:Outfit,system-ui,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.auth-subtitle{font-size:.875rem;color:var(--text-muted)}.form-group{margin-bottom:1.25rem}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-color)}.form-input-wrapper{position:relative;display:flex;align-items:center}.form-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-color);font-size:.875rem;transition:all .2s}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgb(var(--primary-rgb) / .1)}.form-input::placeholder{color:var(--text-muted)}.form-icon{position:absolute;left:.875rem;color:var(--text-muted);pointer-events:none}.form-toggle-password{position:absolute;right:.875rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.form-toggle-password:hover{color:var(--text-color)}.form-checkbox-wrapper{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.form-checkbox{width:1rem;height:1rem;margin-top:.125rem;border-radius:.25rem;border:1px solid var(--border-color);cursor:pointer}.form-checkbox:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-checkbox-label{font-size:.875rem;color:var(--text-muted);line-height:1.5}.form-checkbox-label a{color:var(--primary-color);text-decoration:none}.form-checkbox-label a:hover{text-decoration:underline}.btn-submit{width:100%;padding:.875rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover{opacity:.9;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-link{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.auth-link a{color:var(--primary-color);text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.auth-forgot{text-align:center;margin-top:1rem;margin-bottom:1.5rem}.auth-forgot a{font-size:.875rem;color:var(--primary-color);text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.form-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background-color:rgb(var(--bg-rgb) / 1)}.dashboard-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:60}.dashboard-overlay.is-open{display:block}.dashboard-mobile-menu{display:none;position:fixed;top:.75rem;left:.75rem;z-index:70;border:1px solid var(--border-color);background:var(--surface-color);border-radius:.75rem;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;cursor:pointer}.dashboard-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--border-color);background:linear-gradient(180deg,rgb(var(--surface-rgb) / .7),rgb(var(--surface-rgb) / .9));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;display:flex;flex-direction:column;gap:1rem}.dashboard-sidebar-header{display:flex;align-items:center;justify-content:space-between}.dashboard-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:var(--text-color)}.dashboard-brand-mark{width:2rem;height:2rem;border-radius:.75rem;background:transparent;display:flex;align-items:center;justify-content:center}.dashboard-brand-text{font-family:Outfit,system-ui,sans-serif;font-weight:700}.auth-brand-mark{background:transparent;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.dashboard-sidebar-close{display:none;border:none;background:transparent;color:var(--text-muted);cursor:pointer}.dashboard-nav{display:flex;flex-direction:column;gap:.375rem}.dashboard-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border-radius:.75rem;color:var(--text-muted);text-decoration:none;border:1px solid transparent}.dashboard-nav-item:hover{background:rgb(var(--surface-hover-rgb) / .25);color:var(--text-color)}.dashboard-nav-item.is-active{background:rgb(var(--primary-rgb) / .12);border-color:rgb(var(--primary-rgb) / .25);color:var(--text-color)}.dashboard-sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.dashboard-sidebar-section{display:flex;flex-direction:column;gap:.5rem}.dashboard-sidebar-divider{height:1px;width:100%;background:rgb(var(--border-rgb) / .6);margin:.25rem 0}.dashboard-language{border:none;background:transparent;border-radius:.75rem;padding:.75rem .875rem;color:var(--text-color);text-align:left;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem}.dashboard-language:hover{background:rgb(var(--surface-hover-rgb) / .25)}.dashboard-logout{border:none;background:transparent;border-radius:.75rem;padding:.75rem .875rem;color:var(--text-color);text-align:left;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem}.dashboard-logout:hover{background:rgb(var(--surface-hover-rgb) / .25)}.dashboard-content{padding:2rem}.dashboard-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.dashboard-topbar-actions{display:inline-flex;align-items:center;gap:.75rem}.dashboard-title{font-size:1.5rem;margin:0}.dashboard-subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:.875rem}.dashboard-inner{display:flex;flex-direction:column;gap:1.5rem}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kpi-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem;box-shadow:var(--shadow-card);display:grid;grid-template-columns:1fr auto;gap:.75rem}.kpi-label{color:var(--text-muted);font-size:.875rem}.kpi-value{font-family:Outfit,system-ui,sans-serif;font-size:1.75rem;font-weight:700}.kpi-icon{width:2.25rem;height:2.25rem;border-radius:.875rem;background:rgb(var(--primary-rgb) / .12);display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem}.dashboard-primary-action,.dashboard-invitation-actions{display:inline-flex;align-items:center;gap:.5rem}.dashboard-invitation-action{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid rgb(var(--border-rgb) / .55);background:rgb(var(--surface-rgb) / .9);cursor:pointer;padding:0}.dashboard-invitation-action:hover{background:rgb(var(--surface-hover-rgb) / .18)}.dashboard-invitation-action.is-accept{color:#22c55e;border-color:#22c55e59}.dashboard-invitation-action.is-decline{color:#ef4444;border-color:#ef444459}.auction-detail-shell{display:grid;gap:1.5rem}.auction-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.auction-detail-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);cursor:pointer}.auction-detail-back:hover{background:rgb(var(--surface-hover-rgb) / .25)}.auction-detail-heading{display:grid;gap:.4rem;min-width:min(520px,100%);flex:1}.auction-detail-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.auction-detail-title{font-family:Outfit,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.auction-detail-status{padding:.2rem .6rem;border-radius:999px;font-size:.8rem;font-weight:700;border:1px solid transparent;white-space:nowrap}.auction-detail-status.is-open{background:#22c55e26;color:#22c55e;border-color:#22c55e59}.auction-detail-status.is-closed{background:#ef44441f;color:#ef4444;border-color:#ef444459}.auction-detail-meta{display:flex;gap:.75rem;flex-wrap:wrap;color:var(--text-muted);font-size:.875rem}.auction-detail-kpis{margin-top:.25rem}.auction-detail-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:start}.auction-detail-grid.is-single{grid-template-columns:1fr}.supplier-auction-detail{display:grid;gap:1.25rem}.supplier-sticky-top{position:sticky;top:.75rem;z-index:45;display:grid;gap:.5rem;padding:.6rem .75rem;border-radius:1rem;background:rgb(var(--surface-rgb) / .92);border:1px solid rgb(var(--border-rgb) / .55);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-left:calc(var(--layout-padding, 0px) * -1);margin-right:calc(var(--layout-padding, 0px) * -1)}.supplier-sticky-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.supplier-sticky-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.supplier-sticky-title{font-weight:800;font-size:1.15rem;color:var(--text-color)}.supplier-sticky-timer{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.45rem .8rem;border-radius:.9rem;border:1px solid var(--border-color);background:rgb(var(--primary-rgb) / .12);font-weight:800;color:var(--text-color);min-width:7.25rem;white-space:nowrap}.supplier-sticky-timer.is-urgent{background:#ef44441a;border-color:#ef444459;color:#ef4444}.supplier-sticky-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.supplier-sticky-kpi{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:.9rem;border:1px solid var(--border-color);background:rgb(var(--primary-rgb) / .08)}.supplier-sticky-kpi-icon{width:1.85rem;height:1.85rem;border-radius:.8rem;display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--surface-rgb, 255 255 255) / .75);border:1px solid rgb(var(--primary-rgb) / .28);color:var(--text-color)}.supplier-sticky-kpi-content{display:flex;flex-direction:column;justify-content:center;min-width:0}.supplier-sticky-kpi.is-highlight{background:rgb(var(--primary-rgb) / .12)}.supplier-sticky-kpi-label{font-weight:800;color:var(--text-muted);font-size:.78rem}.supplier-sticky-kpi-value{font-weight:900;color:var(--text-color);font-size:1rem}.supplier-sticky-action{display:flex;align-items:center;justify-content:flex-end}.supplier-sections{border:1px solid transparent;border-radius:1rem;background:transparent;padding:.5rem}.supplier-sections-accordion{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .9rem;border-radius:.9rem;border:1px solid rgb(var(--primary-rgb) / .65);background:transparent;color:var(--text-color);cursor:pointer}.supplier-sections-accordion:focus-visible{outline:2px solid rgb(var(--primary-rgb) / .55);outline-offset:2px}.supplier-sections-accordion-left{display:flex;align-items:center;gap:.75rem;min-width:0}.supplier-sections-accordion-title{font-weight:900;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-sections-accordion-chevron{transition:transform .15s ease}.supplier-sections-accordion.is-open .supplier-sections-accordion-chevron{transform:rotate(180deg)}.supplier-sections-content{margin-top:.5rem}.supplier-sections-tabs{display:flex;gap:.35rem;padding:.35rem;background:rgb(var(--border-rgb) / .14);border-radius:.9rem}.supplier-sections-tab{border:none;background:transparent;padding:.55rem .85rem;border-radius:.8rem;font-weight:800;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.supplier-sections-tab.is-active{background:rgb(var(--surface-rgb, 255 255 255) / .95);color:var(--text-color);box-shadow:0 10px 18px #0f172a0f}.supplier-sections-body{padding:.75rem .65rem}.supplier-specs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.supplier-spec-box{border:1px solid rgb(var(--border-rgb) / .5);border-radius:1rem;background:rgb(var(--surface-rgb, 255 255 255) / .95);padding:.85rem .9rem;display:flex;align-items:center;gap:.75rem;min-height:4.75rem}.supplier-spec-box-icon{width:2.25rem;height:2.25rem;border-radius:.85rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(var(--primary-rgb) / .28);background:rgb(var(--surface-rgb, 255 255 255) / .65);color:rgb(var(--primary-rgb) / .95);flex:0 0 auto}.supplier-spec-box-content{min-width:0}.supplier-spec-box-label{font-weight:800;color:var(--text-muted)}.supplier-spec-box-value{font-weight:800;color:var(--text-color);white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;word-break:break-word;line-height:1.25}.wizard-switch{display:inline-flex;align-items:center;justify-content:center}.wizard-switch-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.wizard-switch-track{width:2.6rem;height:1.55rem;border-radius:999px;border:1px solid rgb(var(--border-rgb) / .8);background:rgb(var(--surface-hover-rgb) / .35);display:inline-flex;align-items:center;padding:.18rem;transition:background .15s ease,border-color .15s ease}.wizard-switch-thumb{width:1.12rem;height:1.12rem;border-radius:999px;background:rgb(var(--text-rgb) / .9);transform:translate(0);transition:transform .15s ease,background .15s ease}.wizard-switch-input:checked+.wizard-switch-track{background:rgb(var(--primary-rgb) / .25);border-color:rgb(var(--primary-rgb) / .45)}.wizard-switch-input:checked+.wizard-switch-track .wizard-switch-thumb{transform:translate(1.05rem);background:rgb(var(--primary-rgb) / .95)}.wizard-collapsible{border:1px solid rgb(var(--border-rgb) / .6);border-radius:1rem;background:rgb(var(--surface-rgb, 255 255 255) / .35);overflow:hidden}.wizard-collapsible-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border:0;background:transparent;cursor:pointer;text-align:left}.wizard-collapsible-title{display:inline-flex;align-items:center;gap:.75rem;font-weight:700}.wizard-collapsible-chevron{transition:transform .15s ease;opacity:.9}.wizard-collapsible-header.is-open .wizard-collapsible-chevron{transform:rotate(180deg)}.wizard-collapsible-body{border-top:1px solid rgb(var(--border-rgb) / .45);padding:.75rem .85rem}.supplier-spec-card{border:1px solid rgb(var(--border-rgb) / .5);border-radius:1rem;background:rgb(var(--surface-rgb, 255 255 255) / .95);padding:.85rem .9rem}.supplier-spec-label{font-weight:800;color:var(--text-muted);margin-bottom:.35rem}.supplier-spec-value{font-weight:700;color:var(--text-color);line-height:1.35}.supplier-spec-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgb(var(--border-rgb) / .25)}.supplier-spec-item:last-child{border-bottom:none}.supplier-spec-item-title{font-weight:800;color:var(--text-color)}.supplier-spec-item-meta{font-weight:700;color:var(--text-muted)}.supplier-auction-top-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:stretch}.supplier-card{border:1px solid rgb(var(--border-rgb) / .5);border-radius:1.25rem;background:var(--surface-color);padding:1.25rem;box-shadow:0 14px 30px #0f172a0a}.supplier-card-title{font-weight:700;color:var(--text-muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.supplier-countdown{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.supplier-countdown-item{border-radius:1rem;border:1px solid rgb(239 68 68 / .25);background:#ef44440f;padding:.85rem .75rem;text-align:center}.supplier-countdown-value{font-family:Outfit,system-ui,sans-serif;font-weight:800;font-size:1.5rem;color:#ef4444;line-height:1.1}.supplier-countdown-label{font-size:.75rem;color:var(--text-muted);font-weight:700;margin-top:.35rem;text-transform:uppercase}.supplier-rank-card{display:grid;gap:.5rem}.supplier-rank-value{font-family:Outfit,system-ui,sans-serif;font-weight:800;font-size:2rem;color:var(--text-color)}.supplier-bid-bar{position:static;z-index:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid rgb(var(--primary-rgb) / .35);border-radius:1.25rem;background:rgb(var(--surface-rgb, 255 255 255) / .96);padding:.85rem 1rem;box-shadow:0 18px 40px #0f172a14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.supplier-bid-bar-max{font-weight:800;color:var(--text-muted);white-space:nowrap}.supplier-bid-bar-form{display:flex;gap:.75rem;align-items:center;flex:1;justify-content:flex-end}.supplier-bid-bar-form .wizard-input{max-width:18rem}.supplier-auction-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.supplier-kpi{border:1px solid rgb(var(--border-rgb) / .5);border-radius:1.25rem;background:var(--surface-color);padding:1rem 1.25rem;display:grid;gap:.25rem;box-shadow:0 14px 30px #0f172a0a}.supplier-kpi.is-highlight{border-color:rgb(var(--primary-rgb) / .35);background:rgb(var(--primary-rgb) / .06)}.supplier-kpi-label{color:var(--text-muted);font-weight:700;font-size:.85rem}.supplier-kpi-value{font-weight:800;font-size:1.25rem;color:var(--text-color)}.supplier-leaderboard{display:grid;gap:.75rem}.supplier-leaderboard-row{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:1.1rem;border:1px solid rgb(var(--border-rgb) / .5);background:var(--surface-color)}.supplier-leaderboard-row.is-me{border-color:rgb(var(--primary-rgb) / .7);background:rgb(var(--primary-rgb) / .06)}.supplier-leaderboard-left{display:flex;align-items:center;gap:.75rem}.supplier-leaderboard-rank{width:2rem;height:2rem;border-radius:999px;background:rgb(var(--border-rgb) / .35);display:grid;place-items:center;font-weight:800;color:var(--text-muted)}.supplier-leaderboard-row.is-me .supplier-leaderboard-rank{background:rgb(var(--primary-rgb) / .14);color:var(--primary-color)}.supplier-leaderboard-name{font-weight:800}.supplier-leaderboard-amount{font-weight:800;color:var(--primary-color)}@media(max-width:920px){.supplier-auction-top-grid,.supplier-auction-kpi-row{grid-template-columns:1fr}.supplier-sticky-top{top:.5rem;padding:.55rem .65rem}.supplier-sticky-header{align-items:flex-start}.supplier-sticky-kpis,.supplier-specs-grid{grid-template-columns:1fr}.supplier-bid-bar{flex-direction:column;align-items:stretch}.supplier-bid-bar-form{justify-content:stretch}.supplier-bid-bar-form .wizard-input{max-width:none}}.auction-detail-table-wrap{width:100%;overflow-x:auto}.auction-detail-table{width:100%;border-collapse:collapse}.auction-detail-table th,.auction-detail-table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid rgb(var(--border-rgb) / .35);vertical-align:middle}.auction-detail-table th{font-size:.8rem;color:var(--text-muted);font-weight:700}.auction-detail-table tr.is-latest{background:rgb(var(--primary-rgb) / .06)}.auction-detail-table-empty{color:var(--text-muted);text-align:center;padding:1.25rem .5rem}.auction-detail-rank{font-weight:700;color:var(--text-muted)}.auction-detail-amount{font-weight:700}.auction-detail-time{color:var(--text-muted);font-size:.875rem}.auction-detail-bid-form{margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(var(--border-rgb) / .35);display:grid;gap:.75rem}.auction-detail-max{font-size:.875rem;color:var(--text-muted)}.auction-detail-bid-form-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center}.auction-detail-accept{margin-top:1rem}.auction-detail-accept.is-price-next-to-button{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.auction-detail-accept-price{font-size:.875rem;color:var(--text-muted)}.auction-detail-side-link{color:var(--primary-color);font-weight:600;text-decoration:none}.auction-detail-side-link:hover{text-decoration:underline}.auction-detail-invite-row{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem}.auction-detail-label{font-size:.85rem;color:var(--text-muted);font-weight:600}.auction-detail-participants{display:grid;gap:.75rem}.auction-detail-participant{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem;border-radius:.875rem;background:rgb(var(--surface-hover-rgb) / .15);border:1px solid rgb(var(--border-rgb) / .35)}.auction-detail-participant-name{font-weight:700}.auction-detail-participant-meta{font-size:.8125rem;color:var(--text-muted)}.auction-detail-participant-actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.panel{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-card);overflow:hidden}.panel-header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(var(--border-rgb) / .5)}.panel-title{font-weight:700}.panel-body{padding:1rem 1.25rem}.activity-list{display:grid;gap:.75rem}.activity-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem;border-radius:.875rem;background:rgb(var(--surface-hover-rgb) / .15);border:1px solid rgb(var(--border-rgb) / .35)}.supplier-invitation-actions{display:flex;gap:.5rem}.supplier-invitation-actions>button{width:11.5rem;height:2.75rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.activity-main{display:grid;gap:.15rem}.activity-title{font-weight:600}.activity-meta{font-size:.8125rem;color:var(--text-muted)}.auctions-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.auctions-search{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;border-radius:.9rem;border:1px solid rgb(var(--border-rgb) / .6);background:var(--surface-color);color:var(--text-muted);min-width:min(520px,100%);flex:1}.auctions-search-input{border:none;outline:none;background:transparent;color:var(--text-color);width:100%;font-size:.9rem}.auctions-search-input::placeholder{color:var(--text-muted)}.auctions-filters{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.auctions-filter-pill{border:1px solid rgb(var(--border-rgb) / .6);background:var(--surface-color);color:var(--text-muted);padding:.5rem .9rem;border-radius:999px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s}.auctions-filter-pill:hover{background:rgb(var(--surface-hover-rgb) / .25);color:var(--text-color)}.auctions-filter-pill.is-active{background:rgb(var(--primary-rgb) / .12);border-color:rgb(var(--primary-rgb) / .25);color:var(--text-color)}.badge-primary{background:rgb(var(--primary-rgb) / .14);color:var(--primary-color);border-color:rgb(var(--primary-rgb) / .35)}.badge-success{background:#22c55e24;color:#16a34a;border-color:#22c55e59}.badge-warning{background:#f59e0b24;color:#d97706;border-color:#f59e0b59}.auctions-panel{padding:0}.auctions-table-scroll{width:100%;overflow-x:auto}.auctions-table{width:100%;border-collapse:collapse}.auctions-table-head{background:rgb(var(--border-rgb) / .14)}.auctions-table-head-cell{padding:.9rem 1rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid rgb(var(--border-rgb) / .55)}.auctions-table-head-cell-actions{text-align:right}.auctions-table-row{background:var(--surface-color)}.auctions-table-row+.auctions-table-row{border-top:1px solid rgb(var(--border-rgb) / .45)}.auctions-table-row:hover{background:rgb(var(--surface-hover-rgb) / .15)}.auctions-table-row.is-active{background:transparent}.auctions-table-row.is-active:hover{background:#22c55e1a}.auctions-table-row.is-pending{background:transparent}.auctions-table-row.is-pending:hover{background:#f59e0b1a}.auctions-table-row.is-upcoming{background:transparent}.auctions-table-row.is-upcoming:hover{background:#3b82f617}.auctions-table-row.is-closed{background:transparent}.auctions-table-row.is-closed:hover{background:#94a3b814}.auctions-table-cell{padding:1rem;vertical-align:middle;font-size:.75rem}.auctions-table-cell-status{width:7.5rem;min-width:7.5rem;padding-left:.75rem;padding-right:.75rem}.auctions-status{justify-content:flex-start}.auctions-table-cell-actions{text-align:right;white-space:nowrap}.auctions-table-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem}.auctions-actions{position:relative;display:inline-flex;justify-content:flex-end}.auctions-actions-trigger{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid rgb(var(--border-rgb) / .55);background:rgb(var(--surface-rgb) / .9);color:var(--text-color);cursor:pointer}.auctions-actions-trigger:hover{background:rgb(var(--surface-hover-rgb) / .18)}.auctions-actions-menu{position:absolute;right:0;top:calc(100% + .5rem);min-width:10.5rem;z-index:40;border:1px solid rgb(var(--border-rgb) / .55);background:var(--surface-color);border-radius:.9rem;box-shadow:var(--shadow-lg);padding:.35rem}.auctions-actions-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.55rem .65rem;border-radius:.7rem;border:0;background:transparent;color:var(--text-color);cursor:pointer;font-weight:600;text-align:left}.auctions-actions-item:hover{background:rgb(var(--surface-hover-rgb) / .18)}.auctions-actions-item.is-disabled,.auctions-actions-item:disabled{opacity:.55;cursor:not-allowed}.auctions-status{display:inline-flex;align-items:center;justify-content:center;gap:0;font-weight:700;color:var(--text-color);white-space:nowrap;font-size:.8rem}.auctions-status-dot{width:8px;height:8px;border-radius:999px;background:rgb(var(--muted-rgb) / .9)}.auctions-details-title-row .auctions-status{margin-right:.15rem}.auctions-status-icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor}.auctions-status.is-active .auctions-status-icon,.auctions-status.is-active{color:#22c55e}.auctions-status.is-active .auctions-status-dot{background:#22c55e;box-shadow:0 0 #22c55e73;animation:auctions-pulse-halo 1.15s ease-out infinite}@keyframes auctions-pulse-halo{0%{box-shadow:0 0 #22c55e73;opacity:1}60%{box-shadow:0 0 0 10px #22c55e00;opacity:1}to{box-shadow:0 0 #22c55e00;opacity:1}}.auctions-status.is-pending .auctions-status-icon,.auctions-status.is-pending{color:#f59e0b}.auctions-status.is-pending .auctions-status-dot{background:#f59e0b}.auctions-status.is-upcoming .auctions-status-icon,.auctions-status.is-upcoming{color:#3b82f6}.auctions-status.is-upcoming .auctions-status-dot{background:#3b82f6}.auctions-status.is-closed .auctions-status-icon,.auctions-status.is-closed{color:#64748b}.auctions-status.is-closed .auctions-status-dot{background:#94a3b8}.auctions-details{display:grid;gap:.35rem}.auctions-details-title-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.auctions-details-title{font-weight:800;color:var(--primary-color);text-decoration:none;font-size:.95rem;line-height:1.2}.auctions-details-title:hover{text-decoration:underline}.badge.auctions-role-badge{font-size:.55rem;letter-spacing:.05em;text-transform:uppercase;padding:.1rem .45rem;line-height:1;border-radius:999px;display:inline-flex;align-items:center}.auctions-details-meta{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;color:var(--text-muted);font-size:.7rem}.auctions-details-meta-participants{display:inline-flex;align-items:center;gap:.35rem}.auctions-details-meta-icon{opacity:.85}.auctions-details-meta-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.auctions-details-meta-sep{opacity:.75}.auctions-muted{color:var(--text-muted)}.auctions-timing{display:grid;gap:.35rem}.auctions-timing-label{font-size:.7rem;font-weight:700;color:var(--text-muted)}.auctions-timing-value{font-weight:700;color:var(--text-color)}.auctions-timing-value.is-active{color:#22c55e}.auctions-timing-value.is-pending{color:#f59e0b}.auctions-timing-value.is-closed,.auctions-timing-value.is-upcoming{color:var(--text-muted)}.auctions-timing-value.is-highlight{color:var(--primary-color)}.auctions-bid{display:grid;gap:.35rem}.auctions-bid-label{font-size:.7rem;font-weight:700;color:var(--text-muted)}.auctions-bid-value{font-weight:800;color:var(--text-color);white-space:nowrap;line-height:1.2}.auctions-bid-value.is-active{color:#22c55e}.auctions-bid-value.is-closed,.auctions-bid-value.is-pending,.auctions-bid-value.is-upcoming{color:var(--text-muted)}.auctions-bid-currency{margin-left:.45rem;font-size:.85em;font-weight:700;color:var(--text-muted)}.auctions-result-value{color:var(--text-muted);white-space:nowrap}.auctions-result-value.is-active{color:#22c55e}.auctions-result-value.is-closed{color:var(--text-color)}.auctions-result{display:flex;align-items:center;gap:.5rem}.auctions-result-winner{font-weight:800;color:var(--text-color)}.auctions-table-empty{padding:2.75rem 1rem}.auctions-table-empty-content{display:grid;justify-content:center;gap:.6rem;text-align:center;color:var(--text-muted)}.auctions-empty-icon{margin:0 auto;color:rgb(var(--muted-rgb) / .65)}.auctions-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-top:1px solid rgb(var(--border-rgb) / .55);background:rgb(var(--border-rgb) / .08)}.auctions-pagination-info{font-size:.8rem;color:var(--text-muted);font-weight:600}.auctions-pagination-controls{display:inline-flex;align-items:center;gap:.5rem}.admin-users-status{font-weight:700}.admin-users-status.is-active{color:#22c55e}.admin-users-status.is-suspended{color:#ef4444}.auctions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.auction-card{display:block;background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-card);overflow:hidden;transition:all .25s;color:inherit}.auction-card:hover{border-color:rgb(var(--primary-rgb) / .25);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.auction-card-header{padding:1rem 1.25rem .6rem}.auction-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auction-card-title{font-weight:700}.auction-card-subtitle{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.auction-card-body{padding:0 1.25rem 1.1rem}.auction-card-metrics{display:grid;gap:.5rem;margin-top:.6rem}.auction-card-metric{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auction-card-metric-label{color:var(--text-muted);font-size:.85rem}.auction-card-metric-value{font-weight:700}.auction-card-metric-value.is-highlight{color:#22c55e}.auction-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgb(var(--border-rgb) / .35);color:var(--text-muted);font-size:.85rem}.auction-card-footer-item{display:inline-flex;align-items:center;gap:.45rem}.badge{padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid transparent;white-space:nowrap}.badge-success{background:#22c55e26;color:#22c55e;border-color:#22c55e59}.badge-warning{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b59}.badge-danger{background:#ef444426;color:#ef4444;border-color:#ef444459}@media(max-width:1024px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.auction-detail-grid,.auctions-grid{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-shell{grid-template-columns:1fr}.dashboard-mobile-menu{display:inline-flex}.dashboard-sidebar{position:fixed;top:0;left:0;height:100vh;z-index:70;width:280px;transform:translate(-100%);transition:transform .2s ease}.dashboard-sidebar.is-open{transform:translate(0)}.dashboard-sidebar-close{display:inline-flex}.dashboard-content{padding:4rem 1.25rem 1.25rem}}.wizard-page{padding:0;width:100%;max-width:none;margin:0}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);cursor:pointer;font-weight:600}.btn-secondary:hover{background:rgb(var(--surface-hover-rgb) / .25)}.wizard-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:.5rem;padding:.75rem 0;margin-bottom:1.25rem}.wizard-step{display:grid;justify-items:center;gap:.5rem;position:relative;padding:.5rem .25rem;--wizard-step-dot-size: 2.25rem;--wizard-step-dot-center: calc(.5rem + (var(--wizard-step-dot-size) / 2));color:var(--text-muted);-webkit-user-select:none;user-select:none}.wizard-step:not(:first-child):before{content:"";position:absolute;top:var(--wizard-step-dot-center);left:-50%;width:100%;height:2px;background:rgb(var(--border-rgb) / .7)}.wizard-step.is-complete:not(:first-child):before{background:rgb(var(--primary-rgb) / .65)}.wizard-step-dot{width:var(--wizard-step-dot-size);height:var(--wizard-step-dot-size);border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid rgb(var(--border-rgb) / .75);background:var(--surface-color);color:var(--text-muted)}.wizard-step.is-active{color:var(--primary-color)}.wizard-step.is-active .wizard-step-dot{border-color:rgb(var(--primary-rgb) / .75);background:rgb(var(--primary-rgb) / .12);color:var(--primary-color)}.wizard-step.is-complete{color:var(--primary-color)}.wizard-step.is-complete .wizard-step-dot{border-color:rgb(var(--primary-rgb) / .65);background:rgb(var(--primary-rgb) / .12);color:var(--primary-color)}.wizard-step-label{font-size:.85rem;font-weight:600;text-align:center}.wizard-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-card);padding:1.25rem;width:100%}.wizard-card-title{font-family:Outfit,system-ui,sans-serif;font-size:1.25rem;font-weight:700;margin:0}.wizard-card-subtitle{margin:.25rem 0 1rem;color:var(--text-muted);font-size:.9rem}.wizard-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wizard-field{display:grid;gap:.5rem}.wizard-label-row{display:inline-flex;align-items:center;gap:.5rem}.wizard-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;border:1px solid rgb(var(--border-rgb) / .7);background:rgb(var(--surface-hover-rgb) / .12);color:var(--text-muted);font-size:.85rem;font-weight:800;cursor:help}.wizard-tooltip:hover,.wizard-tooltip:focus{color:var(--text-color);border-color:rgb(var(--primary-rgb) / .6);outline:none}.wizard-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + .5rem);transform:translate(-50%);width:max-content;max-width:18rem;padding:.6rem .75rem;border-radius:.75rem;background:rgb(var(--surface-rgb) / .98);border:1px solid rgb(var(--border-rgb) / .8);color:var(--text-color);box-shadow:var(--shadow-card);font-size:.85rem;line-height:1.25rem;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:20}.wizard-tooltip:hover:after,.wizard-tooltip:focus:after{opacity:1}.wizard-input,.wizard-select,.wizard-textarea{width:100%;padding:.75rem 1rem;background:rgb(var(--surface-hover-rgb) / .12);border:1px solid rgb(var(--border-rgb) / .7);border-radius:.75rem;color:var(--text-color)}.wizard-input:focus,.wizard-select:focus,.wizard-textarea:focus{outline:none;border-color:rgb(var(--primary-rgb) / .75);box-shadow:0 0 0 3px rgb(var(--primary-rgb) / .1)}.wizard-textarea{min-height:96px;resize:vertical}.wizard-divider{height:1px;width:100%;background:rgb(var(--border-rgb) / .6);margin:1rem 0}.wizard-checkbox-list{display:grid;gap:.75rem}.wizard-checkbox-item{display:flex;align-items:center;gap:.75rem;color:var(--text-color)}.wizard-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;padding:.25rem;border-radius:.75rem;background:rgb(var(--surface-hover-rgb) / .12);border:1px solid rgb(var(--border-rgb) / .7)}.wizard-segment{width:100%;padding:.65rem .75rem;border-radius:.6rem;border:1px solid transparent;background:transparent;color:var(--text-color);cursor:pointer;font-weight:700;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.wizard-segment:hover{background:rgb(var(--surface-hover-rgb) / .18)}.wizard-segment.is-active{background:var(--primary-color);color:#fff;box-shadow:0 10px 24px rgb(var(--primary-rgb) / .18)}.wizard-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem}.wizard-prev{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--border-color);background:transparent;color:var(--text-color);cursor:pointer}.wizard-prev:hover{background:rgb(var(--surface-hover-rgb) / .2)}.wizard-next{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:none;background:var(--primary-color);color:#fff;cursor:pointer;font-weight:700}.wizard-next:hover{opacity:.9}@media(max-width:1024px){.wizard-page{padding:1.25rem}}@media(max-width:768px){.wizard-form-grid{grid-template-columns:1fr}.wizard-stepper{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1rem}.wizard-step:nth-child(4):before,.wizard-step:nth-child(5):before,.wizard-step:nth-child(6):before{display:none}}
