body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#4361ee;--primary-hover:#3a56d4;--error-color:#ef476f;--text-light:#6c757d;--border-color:#e0e0e0;--transition:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container{background-color:#f8f9fa;display:flex;min-height:100vh}.formContainer{align-items:center;background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow-y:auto;padding:2rem;position:relative}.header{position:absolute}.form{animation:fadeIn .5s ease-in-out;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;max-width:400px;padding:2.5rem;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mc-title{color:#212529;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.mc-title,.text{text-align:center}.text{color:#6c757d;color:var(--text-light);font-size:.95rem;margin-bottom:2rem}.formGroup{margin-bottom:1.5rem;position:relative}.label{color:#495057;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.input{padding:.875rem 1rem}.input:focus{border-color:#4361ee;border-color:var(--primary-color);box-shadow:0 0 0 3px #4361ee26;outline:none}.input::placeholder{color:#adb5bd}.error{display:block;font-size:.8rem;height:1rem;margin-top:.25rem}.error,.error-server{color:#ef476f;color:var(--error-color)}.error-server{animation:shake .5s ease-in-out;background-color:#fff5f7;border-left:4px solid #ef476f;border-left:4px solid var(--error-color);border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem 1rem}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}.mc-button{background-color:#4361ee;background-color:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;transition:var(--transition);width:100%}.mc-button:hover{background-color:#3a56d4;background-color:var(--primary-hover);box-shadow:0 4px 12px #4361ee33;transform:translateY(-1px)}.mc-button:active{transform:translateY(0)}.mc-button:disabled{background-color:#e9ecef;box-shadow:none;color:#adb5bd;cursor:not-allowed;transform:none}.forgotPassword{color:#4361ee;color:var(--primary-color);display:block;font-size:.9rem;margin-top:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.forgotPassword:hover{text-decoration:underline}.infoContainer{background:linear-gradient(135deg,#4361ee,#3a0ca3);display:flex;flex:1 1;overflow:hidden;position:relative}.image{height:100%;object-fit:cover;opacity:.15;transition:all .3s ease;transition:var(--transition);width:100%}.infoTextContainer{color:#fff;left:50%;max-width:80%;padding:2rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.infoTitle{font-size:2rem;font-weight:700;margin-bottom:1rem}.infoDescription{font-size:1.1rem;line-height:1.6;opacity:.9}@keyframes spin{to{transform:rotate(1turn)}}.loading{animation:spin .8s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:8px;vertical-align:middle;width:20px}@media (max-width:992px){.container{flex-direction:column}.formContainer{padding:1.5rem}.form{max-width:500px;padding:2rem 1.5rem;width:100%}.infoContainer{display:none}.header{margin-bottom:1.5rem;position:static;text-align:right}}@media (max-width:480px){.form{padding:1.5rem 1.25rem}.mc-title{font-size:1.5rem}.text{font-size:.9rem;margin-bottom:1.5rem}.input{padding:.75rem 1rem}.mc-button{padding:.875rem}}.input-container{position:relative;width:100%}.input-icon{color:#6c757d;font-size:1.1rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input{-webkit-appearance:none;background-color:#fff;border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;padding:.875rem 1rem .875rem 2.75rem;transition:all .3s ease;transition:var(--transition);width:100%}.password-toggle{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:color .2s ease}.password-toggle:hover{color:#4361ee;color:var(--primary-color)}.register-container{margin-top:1rem;text-align:center}.register-link{color:#4361ee;color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s ease}.register-link:hover{color:var(--primary-dark);text-decoration:underline}.mchic-navbar{background-color:var(--background-primary);box-shadow:0 1px 3px #0000001a;direction:rtl;height:4em}.mchic-options{display:flex;gap:15px;margin-right:20px}.icon{align-items:center;cursor:pointer;justify-content:center;margin-top:10px}.titleLogo{color:var(--brand-primary);font-family:Science Gothic,sans-serif;font-size:1em;font-weight:700;text-align:center}.sidebar-header{margin-bottom:40px;text-align:center}.sidebar-header h2{color:var(--white);font-size:22px;margin:0}.sidebar-item{align-items:center;color:var(--text-primary);cursor:pointer;display:flex;font-size:15px;margin:10px;padding:10px 14px;transition:background .3s,color .2s,transform .1s;width:90%}.sidebar-item,.sidebar-item:hover{border-radius:10px;font-weight:600}.sidebar-item:hover{transform:translateX(4px)}.sidebar-item.active{border-radius:10px;font-weight:600}.sidebar-icon{font-size:18px}.sidebar-footer{align-items:center;border-radius:8px;color:#f87171;cursor:pointer;display:flex;padding:12px 14px}.sidebar-footer:hover{background:#452626}.mchic-header{color:var(--barnd-secondary);flex-direction:row;font-family:Courier New,Courier,monospace;font-size:1em;font-weight:700}.mchic-logo{padding-right:20px;width:100%}.sidebar-group{margin:5px 0;width:100%}.sidebar-group .sidebar-item{margin:0 10px;width:calc(100% - 20px)}.sidebar-submenu{margin:5px 0}.sidebar-subitem{align-items:center;border-radius:6px;color:var(--text-primary);display:flex;font-size:14px;margin:5px 0;padding:8px 20px;transition:all .2s}.sidebar-subitem:hover{background:var(--transparent-lightgreen);color:var(--brand-primary);padding-left:25px}.sidebar-subitem.active{background:var(--brand-primary);color:var(--text-inverse)}.sidebar-arrow{margin-left:auto;transition:transform .3s ease}.mc-sidebar{background:#fff!important}.mc-sidebar.collapsed{width:60px}.mc-sidebar.collapsed .mchic-logo,.mc-sidebar.collapsed .sidebar-arrow,.mc-sidebar.collapsed .sidebar-item span{height:0;opacity:0;overflow:hidden;transition:all .3s ease;width:0}.mc-sidebar.collapsed .sidebar-item{justify-content:center;padding:10px 0}.mc-sidebar.collapsed .collapse-toggle{right:15px}.mc-sidebar.collapsed .mchic-header{padding:20px 10px}.mc-sidebar.collapsed .sidebar-item:after{background:var(--background-secondary);border-radius:4px;color:#fff;content:attr(data-tooltip);font-size:14px;left:100%;margin-left:10px;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;white-space:nowrap;z-index:1000}.mc-sidebar.collapsed .sidebar-item:hover:after{opacity:1}.mc-sidebar{background:var(--background-secondary);color:var(--white);display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;transition:width .3s ease;width:240px}.mc-sidebar.collapsed{width:70px}.mchic-header{align-items:center;display:flex;height:80px;justify-content:center;padding:20px;transition:all .3s ease}.mchic-logo{height:auto;max-width:100%;transition:all .3s ease}.sidebar-menu{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:0}.sidebar-item:hover{background:var(--transparent-lightgreen);color:var(--brand-primary)}.sidebar-item.active{background:var(--brand-primary);color:var(--text-inverse)}.sidebar-icon{flex-shrink:0;margin-right:12px}.collapse-toggle{align-items:center;border:none;border-radius:50%;color:#999d9f;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;position:absolute;right:10px;top:1.6rem;transition:all .2s ease;width:30px}.collapse-toggle:hover{transform:scale(1.1)}.sidebar-item[data-tooltip]:after{background:var(--background-secondary);border-radius:4px;color:#fff;content:attr(data-tooltip);font-size:14px;left:100%;margin-left:15px;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;white-space:nowrap;z-index:1000}.mc-sidebar.collapsed .sidebar-item[data-tooltip]:hover:after{opacity:1}.sidebar-group{position:relative}.sidebar-submenu{max-height:0;overflow:hidden;padding-left:20px;transition:all .3s ease}.sidebar-group.active .sidebar-submenu{max-height:1000px}.mc-sidebar.collapsed .sidebar-submenu{background:var(--background-secondary);border-radius:0 8px 8px 0;box-shadow:2px 2px 10px #0000001a;left:100%;max-height:none;opacity:0;padding:10px 0;pointer-events:none;position:absolute;top:0;transition:opacity .2s;width:200px}.mc-sidebar.collapsed .sidebar-group:hover .sidebar-submenu{opacity:1;pointer-events:auto}.sidebar-item.subitem{font-size:.9em;padding-left:40px}.sidebar-menu::-webkit-scrollbar{width:5px}.sidebar-menu::-webkit-scrollbar-track{background:#0000}.sidebar-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.collapsed-item{width:45px}.collapsed-item-container{align-items:center;justify-content:center;padding-right:10px}.collapsed-item-icon{margin-left:13px}@media (max-width:780px){.mchic-header{margin-top:70px}}.item-container{display:flex;flex-direction:row;justify-content:space-between}.notif-count{align-items:center;background:#f44;border-radius:10px;color:#fff;display:flex;font-size:8px;font-weight:700;height:16px;justify-content:center;padding:2px 6px;position:absolute;right:0;text-align:center;width:16px}.dashboard-layout{--sidebar-collapsed-width:70px;--sidebar-width:260px;--navbar-height:70px;--transition-speed:0.3s;background:linear-gradient(135deg,#f5f7fa,#f8fafc);display:flex;height:100vh;overflow:hidden;position:relative;width:100%}.sidbar{bottom:0;color:#fff;display:flex;flex-direction:column;height:100%;left:0;min-width:var(--sidebar-width);position:fixed;top:0;transition:transform var(--transition-speed) cubic-bezier(.4,0,.2,1);transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);width:var(--sidebar-width);z-index:100}.sidbar.collapsed{min-width:var(--sidebar-collapsed-width);width:var(--sidebar-collapsed-width)}.dashboard-main{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;height:100vh;margin-left:var(--sidebar-width);overflow-y:auto;transition:margin-left var(--transition-speed) cubic-bezier(.4,0,.2,1);transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);width:calc(100% - var(--sidebar-width))}.mchic-navbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000000d;display:flex;height:var(--navbar-height);justify-content:space-between;min-height:var(--navbar-height);padding:0 24px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:90}.mchic-navbar:hover{box-shadow:0 4px 12px #00000014}.menu-button{background:none;border:none;border-radius:6px;color:#4a5568;cursor:pointer;display:none;font-size:1.5rem;margin-right:12px;padding:8px;transition:all .2s ease}.menu-button:hover{background:#f1f5f9;transform:translateY(-1px)}.dashboard-content>div>div{border-radius:12px;margin-bottom:20px;padding:20px}@media (max-width:1024px){.dashboard-content{padding:20px}}@media (max-width:768px){.sidbar{max-width:85%;position:fixed;transform:translateX(-100%);width:280px}.sidbar.open{transform:translateX(0)}.dashboard-main{margin-left:0;width:100%}.menu-button{display:block}.overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:99}.overlay.open{opacity:1;visibility:visible}.dashboard-content{padding:16px}.dashboard-layout.sidebar-collapsed .dashboard-main{margin-left:0;width:100%}}@media (max-width:480px){.dashboard-content{padding:12px}.mchic-navbar{padding:0 16px}.menu-button{font-size:1.25rem;padding:6px}}.dashboard-content{scroll-behavior:smooth}.dashboard-content::-webkit-scrollbar{width:8px}.dashboard-content::-webkit-scrollbar-track{background:#f1f5f9}.dashboard-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dashboard-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-layout.sidebar-collapsed .dashboard-main{margin-left:var(--sidebar-collapsed-width);width:calc(100% - var(--sidebar-collapsed-width))}.mc-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;min-height:180px;overflow:hidden;padding:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.mc-card:hover{box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000001a;transform:translateY(-8px) scale(1.02)}.mc-card:before{background:linear-gradient(135deg,#ffffff1a,#fff0);content:"";pointer-events:none;top:0}.mc-card-accent,.mc-card:before{bottom:0;left:0;position:absolute;right:0}.mc-card-accent{background:linear-gradient(90deg,#ffffff80,#fffc);height:4px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mc-card:hover .mc-card-accent{transform:scaleX(1)}.mc-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.mc-card-title-wrapper{align-items:center;display:flex;gap:12px}.mc-card-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:10px;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.mc-card-title{color:#fffffff2;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.4;margin:0;text-transform:uppercase}.mc-card-trend{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.mc-card-trend-up{color:#10b981}.mc-card-trend-down{color:#ef4444}.mc-card-trend-neutral{color:#f59e0b}.mc-card-body{display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;z-index:1}.mc-card-value-wrapper{align-items:baseline;display:flex;gap:8px;margin-bottom:8px}.mc-card-value{color:#fff;font-size:2.25rem;font-weight:700;line-height:1;margin:0;text-shadow:0 2px 4px #0000001a}.mc-card-currency{color:#fffc;font-size:1rem;font-weight:600;text-transform:uppercase}.mc-card-description{color:#ffffffd9;font-size:.813rem;font-weight:500;line-height:1.5;margin:0}.mc-card.mc-card-success{background:linear-gradient(135deg,#10b981,#059669)}.mc-card.mc-card-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.mc-card.mc-card-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.mc-card.mc-card-info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.mc-card.mc-card-neutral{background:linear-gradient(135deg,#6b7280,#4b5563)}@media (max-width:768px){.mc-card{min-height:160px;padding:20px}.mc-card-value{font-size:1.875rem}.mc-card-title{font-size:.813rem}.mc-card-icon{font-size:18px;height:36px;width:36px}}@media (max-width:480px){.mc-card{min-height:140px;padding:16px}.mc-card-value{font-size:1.5rem}.mc-card-currency{font-size:.875rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mc-card{animation:slideInUp .5s ease-out}.mc-card.mc-card-loading{pointer-events:none}.mc-card.mc-card-loading .mc-card-title,.mc-card.mc-card-loading .mc-card-value{animation:shimmer 2s infinite;background:linear-gradient(90deg,#ffffff4d 25%,#ffffff80 50%,#ffffff4d 75%);background-size:200% 100%;border-radius:4px;color:#0000}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mc-dashboard{background:#f6f7fb;min-height:100vh;padding:24px}.mc-dashboard-header h1{font-size:28px;margin-bottom:6px}.mc-dashboard-header p{color:#6b7280}.mc-dashboard-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:20px}.mc-dashboard-chart{background:#fff;border-radius:16px;margin-top:30px;padding:20px}.mc-chart-header{margin-bottom:12px}@media (max-width:1000px){.mc-dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.mc-dashboard-grid{grid-template-columns:1fr}}.updatebtn{color:#fff!important;top:40px!important}.showfragmentsbtn{cursor:pointer!important;padding:.5rem!important;width:10rem!important}.morebtn{color:#4a5568}.btn{padding:10px}.hms-container{background:#f6f7f9;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;min-height:100vh;padding:24px;width:100%}.hms-top-section{align-items:center;display:flex;gap:16px;justify-content:space-between}.hms-page-title h1{color:#111827;font-size:32px;font-weight:700;margin:0}.hms-page-title p{color:#6b7280;font-size:15px;margin-top:6px}.hms-header{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));width:100%}.hms-card-wrapper{border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}.hms-card-wrapper:hover{transform:translateY(-4px)}.hms-section-header{margin-bottom:24px}.hms-section-header h2{color:#111827;font-size:22px;font-weight:700;margin:0}.hms-stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.hms-widget-card{background:#fff;border:1px solid #edf1f7;border-radius:20px;box-shadow:0 4px 18px #0000000a;padding:18px;transition:all .2s ease}.hms-widget-card:hover{box-shadow:0 12px 24px #00000014;transform:translateY(-3px)}@media (max-width:1024px){.hms-container{padding:18px}.hms-header{grid-template-columns:repeat(2,1fr)}.hms-stats-grid{grid-template-columns:1fr}}@media (max-width:768px){.hms-container{gap:18px;padding:14px}.hms-top-section{align-items:flex-start;flex-direction:column}.hms-page-title h1{font-size:26px}.hms-page-title p{font-size:14px}.hms-header{gap:14px;grid-template-columns:1fr}.hms-stats-container{border-radius:18px;padding:16px}.hms-widget-card{border-radius:16px;padding:14px}}@media (max-width:480px){.hms-container{padding:10px}.hms-page-title h1{font-size:22px}.hms-section-header h2{font-size:18px}.hms-stats-container,.hms-widget-card{padding:12px}}.order-stats-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:24px}.stats-header{margin-bottom:28px}.stats-title{color:#1a1a1a;font-size:24px;font-weight:700;letter-spacing:-.02em;margin:0}.stats-subtitle{color:#6b7280;font-size:14px;font-weight:400;margin:0}.summary-cards{grid-gap:16px;margin-bottom:32px}.stat-card{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:16px;padding:20px;transition:all .2s ease}.stat-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-icon.delivered{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.stat-icon.returned{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.stat-content{flex:1 1;min-width:0}.stat-label{color:#6b7280;font-size:13px;font-weight:500;letter-spacing:.03em;margin:0 0 4px;text-transform:uppercase}.stat-value{align-items:baseline;color:#1a1a1a;display:flex;font-size:26px;font-weight:700;gap:8px;letter-spacing:-.02em;margin:0}.stat-percentage{border-radius:6px;font-size:14px;font-weight:600;letter-spacing:0;padding:2px 8px}.stat-percentage.success{background:#d1fae5;color:#059669}.stat-percentage.warning{background:#fed7aa;color:#d97706}.chart-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.chart-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:20px 24px}.chart-title{color:#1a1a1a;font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0}.chart-container{background:#fff;height:400px;padding:24px}@media (max-width:768px){.order-stats-container{padding:16px}.summary-cards{gap:12px;grid-template-columns:1fr;margin-bottom:24px}.stat-card{padding:16px}.stats-title{font-size:20px}.stat-value{font-size:22px}.chart-container{height:320px;padding:16px}.chart-header{padding:16px}}@media (max-width:480px){.stat-value{font-size:20px}.stat-icon{height:40px;width:40px}.chart-container{height:280px}}.confirmation-order-container{background:#f9fafb;min-height:100vh;padding:24px}.confirmation-header{margin-bottom:32px}.header-content{display:flex;flex-direction:column;gap:4px}.confirmation-title{color:#1a1a1a;font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0}.confirmation-subtitle{color:#6b7280;font-size:15px;font-weight:400;margin:0}.confirmation-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}.chart-card,.chart-section{display:flex;flex-direction:column}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;height:100%;padding:28px}.chart-card-title{color:#1a1a1a;font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 24px}.doughnut-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;margin-bottom:28px}.doughnut-container{height:280px;position:relative;width:280px}.doughnut-center{left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.center-value{color:#1a1a1a;font-size:42px;font-weight:700;letter-spacing:-.02em;line-height:1}.center-label{color:#6b7280;font-size:13px;font-weight:500;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}.chart-legend{display:flex;flex-direction:column;gap:12px}.legend-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:12px;padding:10px 12px;transition:background .2s ease}.legend-item:hover{background:#f3f4f6}.legend-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.legend-dot.confirmed{background:#10b981}.legend-dot.canceled{background:#ef4444}.legend-dot.pending{background:#f59e0b}.legend-dot.other{background:#6b7280}.legend-label{color:#374151;flex:1 1;font-size:14px;font-weight:500}.legend-value{color:#1a1a1a;font-size:14px;font-weight:600}.stats-section{display:flex;flex-direction:column;gap:16px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:20px;transition:all .2s ease}.metric-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.metric-card.highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:28px 24px}.metric-icon-wrapper{align-items:center;border-radius:12px;display:flex;height:56px;justify-content:center;margin-bottom:16px;width:56px}.metric-icon-wrapper.success{background:#fff3}.metric-icon{color:#fff;height:32px;width:32px}.metric-content .metric-label{font-size:13px;font-weight:600;letter-spacing:.05em;margin:0 0 8px;opacity:.9;text-transform:uppercase}.metric-value{color:#1a1a1a;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.metric-card.highlight .metric-value{color:#fff}.metric-value.large{font-size:48px}.metric-unit{font-size:28px;margin-left:2px;opacity:.9}.metric-description{font-size:13px;font-weight:400;margin:8px 0 0;opacity:.85}.metric-header{justify-content:space-between;margin-bottom:12px}.metric-header,.metric-icon-sm{align-items:center;display:flex}.metric-icon-sm{border-radius:8px;height:36px;justify-content:center;width:36px}.metric-icon-sm.confirmed{background:#d1fae5;color:#059669}.metric-icon-sm.canceled{background:#fee2e2;color:#dc2626}.metric-icon-sm.pending{background:#fef3c7;color:#d97706}.metric-badge{border-radius:6px;font-size:13px;font-weight:600;padding:4px 10px}.metric-badge.success{background:#d1fae5;color:#059669}.metric-badge.danger{background:#fee2e2;color:#dc2626}.metric-badge.warning{background:#fef3c7;color:#d97706}.metric-card .metric-label{color:#6b7280;font-size:13px;font-weight:500;letter-spacing:.03em;margin:0 0 8px;text-transform:uppercase}.metric-card .metric-value{font-size:32px;margin-bottom:12px}.metric-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-top:12px;overflow:hidden;width:100%}.metric-bar-fill{border-radius:3px;height:100%;transition:width .6s ease}.metric-bar-fill.confirmed{background:linear-gradient(90deg,#10b981,#059669)}.metric-bar-fill.canceled{background:linear-gradient(90deg,#ef4444,#dc2626)}.metric-bar-fill.pending{background:linear-gradient(90deg,#f59e0b,#d97706)}.insight-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;box-shadow:0 4px 12px #3b82f633;color:#fff;display:flex;gap:20px;padding:24px}.insight-icon{align-items:center;background:#fff3;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.insight-content{flex:1 1}.insight-title{font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0 0 8px}.insight-text{font-size:14px;font-weight:400;line-height:1.6;margin:0;opacity:.95}@media (max-width:1024px){.confirmation-grid{grid-template-columns:1fr}.doughnut-container{height:240px;width:240px}.center-value{font-size:36px}}@media (max-width:768px){.confirmation-order-container{padding:16px}.confirmation-title{font-size:24px}.confirmation-subtitle{font-size:14px}.confirmation-grid{gap:16px}.chart-card{padding:20px}.doughnut-container{height:200px;width:200px}.center-value{font-size:32px}.metric-value.large{font-size:38px}.metric-card .metric-value{font-size:28px}.insight-card{flex-direction:column;gap:16px}}@media (max-width:480px){.confirmation-header{margin-bottom:24px}.doughnut-container{height:180px;width:180px}.center-value{font-size:28px}.chart-legend{gap:8px}.legend-item{padding:8px 10px}}.v-switch-button-container{background-color:#f5f5f5;border-radius:.5rem;display:flex;gap:.5rem;margin-top:3rem;padding:.2rem;width:100%}.v-switch-button{border-radius:.5rem;cursor:pointer;flex:1 1;padding:.5rem;text-align:center;transition:all .2s ease;&:hover{background-color:#e0e0e0}}.operation-type-select{height:auto;margin:4px 0}.operation-type-select .react-select__control{border:1px solid #dee2e6!important;border-radius:8px!important}.operation-type-select .react-select__value-container{padding:0 16px!important}.operation-type-select .react-select__placeholder{color:#6c757d!important;font-weight:500!important}.operations-table th{background-color:var(--brand-primary);border-bottom:1px solid var(--brand-primary);color:var(--white);padding:12px}.add-operations-button{background-color:var(--brand-primary);border:none;border-radius:7px;color:var(--text-inverse);cursor:pointer;padding:10px 20px}.add-operations-button:hover{background-color:var(--barnd-secondary)}.operation-row{background-color:var(--background-secondary);color:var(--text-primary);height:50px}.operations-container{background-color:#f8fafc;min-height:100vh}.operations-header{padding:0 8px}.operations-title{color:#1a202c;font-size:24px;font-weight:600}.add-operations-button{align-items:center;background-color:#3182ce;border-radius:6px;color:#fff;display:flex;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s}.add-operations-button:hover{background-color:#2c5282;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}@media (max-width:768px){.operations-container{padding:12px}.operations-header{align-items:flex-start;flex-direction:column;gap:12px}.add-operations-button{justify-content:center;width:100%}}.operations-table{background:#fff;background-color:#fff;border:1px solid #dcdcdc;border-collapse:collapse;border-radius:12px;border-radius:2px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:1.5rem;overflow:hidden}.operations-table th{background-color:#4361ee;border:none;color:#fff;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.operations-table th:first-child{border-top-left-radius:12px}.operations-table th:last-child{border-top-right-radius:12px}.operations-table td{color:#334155;font-size:.9rem}.operations-table tr:last-child td{border-bottom:none}.operations-table tr:hover td{background-color:#f8fafc}.operations-table .type-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.operations-table .type-sale{background-color:#e0f2fe;color:#0369a1}.operations-table .type-purchase{background-color:#dcfce7;color:#166534}.operations-table .type-return{background-color:#fee2e2;color:#991b1b}.operations-table .status-indicator{border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.operations-table .status-active{background-color:#10b981}.operations-table .status-completed{background-color:#3b82f6}.operations-table thead{z-index:1}.mc-date-picker{display:inline-flex}.summary-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.css-pir97w{background:#0000!important;box-shadow:none!important}.mc-date-picker-item{margin-right:10px}@media (max-width:768px){.operations-table td,.operations-table th{font-size:.85rem;padding:.75rem}.operations-table .type-badge{font-size:.7rem;padding:.2rem .5rem}.date-range-picker{flex-direction:column;gap:1rem}.date-range-picker>*{width:100%}.summary-cards{flex-direction:column;gap:1rem}.summary-cards>*{width:100%}.mc-date-picker,.summary-cards{display:inline}.mc-date-picker-item{margin-right:0;margin-top:5px}}@media (max-width:400px){.mc-date-picker{display:inline}.mc-date-picker-item{margin-right:0;margin-top:5px}.summary-cards{display:inline}}.summary-cards{margin-top:1rem}.mc-date-picker,.summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.mc-date-picker{margin-bottom:1rem}.mc-date-picker-item{width:100%}@media (max-width:768px){.mc-date-picker{grid-template-columns:1fr}.summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.summary-cards{grid-template-columns:1fr}}@media (max-width:767px){.table-container{padding:0}.mc-hidden-inmobile{display:none}}.table-container{border-radius:8px;box-shadow:0 1px 3px #0000001a;margin:1rem 0;overflow-x:auto;width:100%}@media (max-width:767px){.operations-container{padding:12px}.operations-table{min-width:600px}.operations-table td,.operations-table th{font-size:.8rem;padding:.5rem .75rem}.operations-table th{white-space:nowrap}.mobile-hide{display:none}.action-button{font-size:.75rem;margin:0 2px;padding:.25rem .5rem}.summary-cards{gap:.75rem;grid-template-columns:1fr}.summary-card{padding:.75rem}}@media (max-width:400px){.operations-table{min-width:100%}.operations-table td,.operations-table th{font-size:.75rem;padding:.4rem .5rem}.operations-header{align-items:stretch;flex-direction:column;gap:.75rem}.add-operations-button{justify-content:center;width:100%}}.operations-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:10}.table-container{-webkit-overflow-scrolling:touch}.actions-cell{white-space:nowrap}.actions-cell .flex{display:flex;flex-wrap:nowrap;gap:.5rem}.actions-cell button{min-width:32px}@media (max-width:768px){.actions-cell{overflow:visible;white-space:nowrap}.actions-cell .flex{display:flex;flex-wrap:nowrap;gap:.25rem}.actions-cell button{padding:.25rem}}.table-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.operation-actions{justify-content:space-around}.v-button{background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.product-container{padding:20px}.product-title{font-size:22px;font-weight:700;margin-bottom:20px}.product-table{background-color:#fff;border:1px solid #dcdcdc;border-collapse:initial;border-radius:2px;border-spacing:0;margin-top:1.5rem;overflow:hidden;width:100%}.product-table td{border-bottom:1px solid var(--lightgray);padding:12px}.product-table tr:hover{background-color:var(--transparent-lightgreen)}.add-product-button{background-color:var(--brand-primary);border:none;border-radius:7px;color:var(--text-inverse);cursor:pointer;padding:10px 20px}.add-product-button:hover{background-color:var(--interaction-focus)}.product-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.product-row{background-color:var(--background-secondary);color:var(--text-primary);height:50px}.product-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:600;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.product-table td{color:#334155;font-size:.9rem}.product-table tr:last-child td{border-bottom:none}.product-table tr:hover td{background-color:#f8fafc}.product-table .type-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.product-table .type-sale{background-color:#e0f2fe;color:#0369a1}.product-table .product-img{height:120px;width:130px}.product-table .product-img img{border-radius:5px;height:100%;width:100%}.product-table .type-purchase{background-color:#dcfce7;color:#166534}.product-table .type-return{background-color:#fee2e2;color:#991b1b}.product-table .status-indicator{border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.product-table .status-active{background-color:#10b981}.product-table .status-completed{background-color:#3b82f6}.product-table td:nth-child(4),.product-table td:nth-child(6),.product-table th:nth-child(6),product-table th:nth-child(4){width:14%}@media (max-width:768px){.product-container{padding:16px 12px}.product-header{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.product-title{font-size:20px;margin-bottom:0}.add-product-button{font-size:16px;padding:12px;width:100%}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-top:1.5rem;overflow:hidden}.product-table{border-collapse:initial;border-spacing:0;width:100%}.product-table thead{display:none}.product-table tbody{display:block}.product-table tr{border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;padding:16px;position:relative}.product-table tr:last-child{border-bottom:none}.product-table td{align-items:center;border:none;display:flex;font-size:14px;padding:8px 0}.product-table td:before{color:#64748b;content:attr(data-label);display:inline-block;font-size:13px;font-weight:600;margin-right:12px;min-width:120px}.product-table .td-actions{border-top:1px dashed #e2e8f0;justify-content:flex-end;margin-top:12px;padding-top:12px}.product-table .td-actions:before{display:none}.product-table .td-actions .icon-button{margin:0 4px;padding:8px}.product-table .status-indicator{display:none}.product-table td:first-child{font-size:16px;font-weight:600;padding-top:0}.product-table td:first-child:before{display:none}.product-table td:nth-child(4){font-weight:500}.product-table td:nth-child(3){color:#1e293b;font-weight:600}}@media (max-width:480px){.product-container{padding:12px 8px}.product-table td{font-size:14px}.product-table td:before{font-size:12px;min-width:100px}.product-table .td-actions{justify-content:space-between}.product-table .td-actions .icon-button{flex:1 1;justify-content:center;margin:0 2px}.product-table td:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.product-table tbody tr:nth-child(2n){background-color:#fafbfc}.product-table tbody tr:hover{background-color:#f1f5f9;box-shadow:0 2px 4px #0000000d;transform:translateY(-1px);transition:all .2s ease}.product-table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;vertical-align:middle}.veditor-container{border:1px solid #e2e8f0}.veditor,.veditor-container{border-radius:.5rem;width:100%}.veditor{font-family:inherit;font-size:.875rem;line-height:1.5;padding:.5rem;resize:vertical}.veditor:focus{border-color:#4299e1;box-shadow:0 0 0 1px #4299e1;outline:none}.veditor-header{align-items:center;border-bottom:1px solid #e2e8f0;border-radius:.5rem .5rem 0 0;display:flex;justify-content:space-between;padding:.5rem}.veditor-toolbar{display:flex;gap:.5rem}.veditor-toolbar button{background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;cursor:pointer;padding:.25rem .5rem}.veditor-toolbar button:hover{background-color:#f7fafc}.veditor-bold{font-weight:700}.veditor-italic{font-style:italic}.veditor-underline{text-decoration:underline}.veditor-btn{background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;cursor:pointer;padding:.25rem 1rem!important}.veditor-btn:hover{background-color:#f7fafc}.veditor-heading-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;cursor:pointer;margin-left:2rem;padding:.25rem 1rem!important}.veditor-toolbar-divider{background-color:#e2e8f0;height:24px;margin:0 .5rem;width:1px}.veditor-preview{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-family:inherit;font-size:.875rem;line-height:1.5;padding:.5rem;resize:vertical}.operations-container{padding:20px}.operations-title{font-size:22px;font-weight:700;margin-bottom:20px}.operations-table{border-collapse:initial;border-spacing:0;width:100%}.operations-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:600;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.operations-table td{border-bottom:1px solid var(--lightgray);padding:12px}.operations-table tr:hover{background-color:var(--transparent-lightgreen)}.add-orders-button{background-color:var(--brand-primary);border:none;border-radius:3px;color:var(--text-inverse);cursor:pointer;padding:10px 20px}.add-orders-button:hover{background-color:var(--barnd-secondary);color:var(--brand-primary)}.operations-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}tr{color:var(--text-inverse)}.order-row{background-color:var(--background-secondary);color:var(--text-primary);height:50px}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-top:1.5rem;overflow:hidden}@media (max-width:1024px){.operations-container{padding:15px}.operations-header{align-items:flex-start;flex-direction:column;gap:1rem}.add-orders-button{text-align:center;width:100%}.filter-container{flex-direction:column;gap:1rem}.filter-container>*{width:100%}.operations-table{border-collapse:initial;border-spacing:0;width:100%}.operations-table td,.operations-table th{font-size:.85rem;padding:.75rem}.action-buttons{flex-direction:column;gap:.5rem}.action-buttons>*{margin:0!important;width:100%}}.pagination{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.pagination button{height:36px;min-width:36px;padding:0 .5rem}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.order-details{display:flex;flex-direction:column;gap:.25rem}@media (max-width:480px){.operations-container{padding:10px}.operations-title{font-size:1.25rem}.filter-container{padding:.75rem}.filter-container .chakra-stack{width:100%}}.operations-table tbody tr:nth-child(2n){background-color:#fafbfc}.operations-table tbody tr:hover{background-color:#f1f5f9;box-shadow:0 2px 4px #0000000d;transform:translateY(-1px);transition:all .2s ease}.operations-table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;vertical-align:middle}.td-actions{align-items:center;display:flex;gap:.5rem}.mc-input-container{display:flex;justify-content:space-between}.mc-input{height:50px;padding:20px;width:90%}.react-select-container{width:100%}.react-select__control{background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:none;min-height:44px;transition:all .2s ease}.react-select__control:hover{border-color:#d1d5db}.react-select__control--is-focused{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.react-select__menu{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a;margin-top:4px;z-index:1000}.react-select__menu-list{border-radius:8px;padding:4px}.react-select__option{gap:8px;padding:12px 16px}.react-select__option:hover{background-color:#f3f4f6}.react-select__option--is-focused{background-color:#f3f4f6;color:#1f2937}.react-select__option--is-selected{background-color:#4f46e5;color:#fff;font-weight:600}.react-select__single-value{color:#1f2937;font-size:14px;font-weight:500}.react-select__placeholder{color:#9ca3af;font-size:14px}.status-option{align-items:center!important;border-radius:6px!important;cursor:pointer!important;display:flex!important;font-size:14px;font-weight:500;gap:10px!important;height:48px!important;line-height:1.4;margin:2px!important;min-height:48px!important;padding:14px 16px!important;position:relative!important;transition:all .15s ease!important}.status-option:hover{background-color:#f8f9fa!important;transform:translateX(2px)!important}.status-option:before{border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:10px!important;margin-top:2px;width:10px!important}.react-select__option{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;line-height:1.4;margin:2px;min-height:48px;padding:14px 16px!important;transition:all .15s ease}.react-select__option:hover{background-color:#f8f9fa;transform:translateX(2px)}select.status-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:20px;min-height:48px;padding:14px 16px 14px 12px}.status-option[value=PENDING]:before{background-color:#ecc14a;box-shadow:0 0 0 2px #fef2d0}.status-option[value=CONFIRMED]:before{background-color:#28a745;box-shadow:0 0 0 2px #d4edda}.status-option[value=DELIVERED]:before{background-color:#2c8353;box-shadow:0 0 0 2px #f1fef7}.status-option[value=CANCELED]:before{background-color:#e8192d;box-shadow:0 0 0 2px #f8d7da}.status-option[value=RETURNED]:before{background-color:#dc3545;box-shadow:0 0 0 2px #fdf3f2}.status-option[value=UPLOADED]:before{background-color:#45509d;box-shadow:0 0 0 2px #d6d9f0}.status-option[value=ARCHIVED]:before{background-color:#6c757d;box-shadow:0 0 0 2px #e9ecef}.product-option{border-bottom:1px solid #e5e7eb}.product-option:last-child{border-bottom:none}.product-option:hover,.product-option[data-focus=true]{background-color:#f3f4f6}.select__menu-list{max-height:300px;overflow-y:auto}.select__menu-list::-webkit-scrollbar{width:6px}.select__menu-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.select__menu-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.select__menu-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.theme-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;cursor:pointer;height:11rem;margin:10px;overflow:hidden;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-card:hover:not(.coming-soon){border-color:#d1d5db;box-shadow:0 12px 24px #0000001f;transform:translateY(-4px)}.theme-card.selected{border:2px solid #3b82f6;border:2px solid var(--brand-primary,#3b82f6);box-shadow:0 0 0 3px #3b82f626,0 8px 16px #3b82f633}.theme-card.coming-soon{cursor:not-allowed;opacity:.6}.theme-preview{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);display:flex;justify-content:center;padding:5px 15px;position:relative}.theme-image-mobile,.theme-image-web{border-radius:6px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:100%;transition:transform .3s ease}.theme-card:hover:not(.coming-soon) .theme-image-mobile,.theme-card:hover:not(.coming-soon) .theme-image-web{transform:scale(1.02)}.selected-badge{align-items:center;animation:popIn .3s cubic-bezier(.68,-.55,.265,1.55);background:#3b82f6;background:var(--brand-primary,#3b82f6);border-radius:50%;box-shadow:0 4px 12px #3b82f666;color:#fff;display:flex;height:32px;justify-content:center;position:absolute;right:16px;top:16px;width:32px}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.theme-info{display:flex;flex-direction:column;gap:8px;padding:20px}.theme-name{color:#111827;font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0}.apply-text{color:#6b7280;font-size:14px;font-weight:500;transition:color .2s ease}.theme-card.selected .apply-text,.theme-card:hover:not(.coming-soon) .apply-text{color:#3b82f6;color:var(--brand-primary,#3b82f6)}.theme-card.selected .apply-text{font-weight:600}.coming-soon-overlay{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);display:flex;justify-content:center;min-height:280px}.coming-soon-content{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:12px}.coming-soon-content svg{height:48px;opacity:.5;width:48px}.coming-soon-content span{font-size:16px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@media (max-width:768px){.theme-card{margin:8px}.theme-preview{height:4rem;padding:16px}.theme-info{padding:16px}.theme-name{font-size:16px}.apply-text{font-size:13px}}.preview-button{background:#3b82f6;background:var(--brand-primary,#3b82f6);border:none;border-radius:8px;bottom:16px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;left:50%;margin-top:16px;padding:12px 24px;position:absolute;transform:translateX(-50%);transition:all .2s ease}.preview-button:hover{background:#2563eb;background:var(--brand-primary-dark,#2563eb);box-shadow:0 4px 12px #3b82f64d}.preview-button:active{transform:translateY(0)}
/*# sourceMappingURL=main.ed385f53.css.map*/