body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;background:#f6f6f7;color:#1a1a1a;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,button,input,select,textarea{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}#root{min-height:100vh;display:flex;flex-direction:column}.app{min-height:100vh;display:flex;flex-direction:column;background:#f6f6f7}.navbar{background:#fff;border-bottom:1px solid #e1e3e5;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;box-shadow:0 1px #0000000d}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-logo{height:40px;width:auto;object-fit:contain}.brand-text h1{font-size:1.25rem;margin:0;color:#202223;font-weight:600;letter-spacing:-.02em}.brand-tagline{font-size:.75rem;color:#303030;display:block;font-weight:400}.global-search{flex:1;max-width:480px;margin:0 2rem}.global-search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border:1px solid #c9cccf;border-radius:8px;background:#fff;color:#202223;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;transition:all .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236d7175' d='M11.5 6.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0zm-1.27 4.23a6.5 6.5 0 1 1 1.06-1.06l3.77 3.77-1.06 1.06-3.77-3.77z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center}.global-search-input::placeholder{color:#303030}.global-search-input:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 1px #005bd3}.nav-links{display:flex;gap:.5rem}.nav-links button{padding:.625rem 1rem;background:transparent;color:#202223;border:1px solid transparent;border-radius:8px;cursor:pointer;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;transition:all .15s ease;white-space:nowrap}.nav-links button:hover{background:#f6f6f7}.nav-links button.active{background:#005bd3;color:#fff;box-shadow:0 0 0 1px #005bd31a,0 1px #005bd314}.content{flex:1;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.page-container{width:100%}.page-header-modern{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.page-title{font-size:2rem;font-weight:600;color:#202223;margin-bottom:.25rem;letter-spacing:-.03em}.page-description{color:#303030;font-size:.875rem;font-weight:400}.search-section{margin-bottom:1.5rem}.search-modern{width:100%;max-width:600px;padding:.625rem 1rem .625rem 2.5rem;border:1px solid #c9cccf;border-radius:8px;background:#fff;color:#202223;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;transition:all .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236d7175' d='M11.5 6.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0zm-1.27 4.23a6.5 6.5 0 1 1 1.06-1.06l3.77 3.77-1.06 1.06-3.77-3.77z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center}.search-modern::placeholder{color:#303030}.search-modern:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 1px #005bd3}.filter-pill{background:#f6f6f7;padding:.625rem 1rem;border-radius:8px;display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem;border:1px solid #c9cccf;animation:slideIn .2s;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;color:#202223;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.filter-clear{background:transparent;border:none;width:20px;height:20px;border-radius:4px;color:#303030;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.filter-clear:hover{background:#e1e3e5;color:#202223}.compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.compact-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.25rem;transition:all .15s ease;position:relative;box-shadow:0 1px #0000000d}.compact-card:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.compact-card-header{display:flex;gap:.5rem;margin-bottom:.8rem;min-height:24px}.compact-card-body{display:flex;flex-direction:column;gap:.8rem}.compact-card-title{font-size:.9375rem;font-weight:600;color:#202223;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compact-detail{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid #e1e3e5}.detail-label{font-size:.75rem;color:#303030;font-weight:500}.detail-value{font-size:.875rem;color:#202223;font-weight:600}.barcode-wrapper{background:#fff;padding:1.2rem;border-radius:12px;border:3px solid #000;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;align-items:center;gap:.8rem;position:relative}.barcode-wrapper:before,.barcode-wrapper:after{content:"";position:absolute;width:20px;height:20px;border:3px solid #ff6b6b}.barcode-wrapper:before{top:-3px;left:-3px;border-right:none;border-bottom:none}.barcode-wrapper:after{bottom:-3px;right:-3px;border-left:none;border-top:none}.barcode-label{background:linear-gradient(135deg,#ff6b6b,#ff8787);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.7rem;font-weight:800;letter-spacing:1px;text-transform:uppercase}.barcode-box{background:#fff;padding:.5rem;border-radius:6px;border:2px dashed #ddd}.barcode-svg{display:block;max-width:200px;height:auto}.barcode-footer{display:flex;justify-content:space-between;width:100%;padding-top:.5rem;border-top:2px solid #f0f0f0}.barcode-format{font-family:Courier New,monospace;font-size:.7rem;color:#666;font-weight:700;background:#f5f5f5;padding:.2rem .5rem;border-radius:4px}.barcode-status{font-size:.7rem;color:#51cf66;font-weight:700;letter-spacing:.5px}.barcode-container{background:#fff;padding:.8rem;border-radius:10px;border:2px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.barcode-text{font-family:Courier New,monospace;font-size:.7rem;color:#333;font-weight:600}.compact-pricing{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding-top:.75rem}.price-box{background:#f6f6f7;padding:.75rem;border-radius:8px;text-align:center;border:1px solid #e1e3e5}.price-label{display:block;font-size:.6875rem;color:#303030;margin-bottom:.25rem;font-weight:500}.price-value{display:block;font-size:1.125rem;font-weight:600;color:#005bd3}.text-danger{color:#d82c0d!important}.compact-tag{background:#f6f6f7;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;color:#202223;text-align:center;font-weight:500;border:1px solid #e1e3e5}.pill{padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid;display:inline-block}.pill-gray{background:#f6f6f7;color:#303030;border-color:#c9cccf}.pill-red{background:#fef3f2;color:#d82c0d;border-color:#fed3d1}.pill-green{background:#f1f8f4;color:#108043;border-color:#c1dfc9}.pill-blue{background:#f1f6fe;color:#005bd3;border-color:#b4d9f6}.pagination-modern{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 0}.pagination-btn{padding:.625rem 1.25rem;background:#fff;color:#202223;border:1px solid #c9cccf;border-radius:8px;cursor:pointer;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;transition:all .15s ease;box-shadow:0 1px #0000000d}.pagination-btn:hover:not(:disabled){background:#f6f6f7;border-color:#8c9196}.pagination-btn:disabled{background:#f6f6f7;color:#8c9196;cursor:not-allowed;opacity:.6}.pagination-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;color:#303030}.page-number{color:#202223;font-weight:600}.page-separator{color:#8c9196}.total-pages{color:#303030}.loading-modern{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.spinner{width:32px;height:32px;border:3px solid #e1e3e5;border-top-color:#005bd3;border-radius:50%;animation:spin .8s linear infinite}.loading-modern p{color:#303030;font-size:.875rem;font-weight:400}.footer{background:#f6f6f7;border-top:1px solid #e1e3e5;padding:2rem;margin-top:auto}.footer-content{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e3e5}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-logo{height:40px;width:auto;object-fit:contain}.footer-brand h3{margin:0 0 .25rem;color:#202223;font-size:1rem;font-weight:600}.footer-brand p{margin:0;color:#303030;font-size:.8125rem;font-weight:400}.footer-stats{display:flex;gap:1.5rem;justify-content:flex-end;align-items:center}.footer-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;background:#fff;border-radius:8px;border:1px solid #e1e3e5}.footer-stat .stat-label{font-size:.6875rem;color:#303030;font-weight:400}.footer-stat .stat-value{font-size:1rem;font-weight:600;color:#202223}.footer-bottom{max-width:1600px;margin:1.5rem auto 0;text-align:center;color:#303030;font-size:.75rem}.dashboard-modern{max-width:100%}.dashboard-hero{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:2rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px #0000000d}.hero-title{font-size:2rem;font-weight:600;color:#202223;margin-bottom:.25rem;letter-spacing:-.03em}.hero-subtitle{font-size:.875rem;color:#303030;font-weight:400}.hero-time{text-align:right}.time-display{display:flex;flex-direction:column;gap:.25rem}.time-label{font-size:.6875rem;color:#303030;font-weight:400}.time-value{font-size:1.125rem;font-weight:600;color:#202223}.stats-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-hero{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .15s ease;position:relative;box-shadow:0 1px #0000000d}.stat-hero:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.stat-hero.primary{border-left:3px solid #005bd3}.stat-hero.success{border-left:3px solid #008060}.stat-hero.warning{border-left:3px solid #d82c0d}.stat-hero.info{border-left:3px solid #00a0ac}.stat-hero-icon{font-size:2.5rem}.stat-hero-content{flex:1;display:flex;flex-direction:column;gap:.375rem}.stat-hero-label{font-size:.8125rem;color:#303030;font-weight:400}.stat-hero-value{font-size:2rem;font-weight:600;color:#202223;line-height:1}.stat-hero-change{font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.stat-hero-change.positive{color:#108043}.stat-hero-change.negative{color:#d82c0d}.stat-hero-change.neutral{color:#303030}.dashboard-top-row{display:grid;grid-template-columns:1fr 380px;gap:2rem;margin-bottom:2.5rem}.dashboard-charts-left{display:grid;grid-template-columns:1fr;gap:2rem}.dashboard-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2.5rem}.chart-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;transition:all .15s ease;box-shadow:0 1px #0000000d}.chart-card:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.chart-card.large{grid-column:span 2}.chart-card.medium{grid-column:span 1}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e1e3e5}.chart-header h3{font-size:1rem;font-weight:600;color:#202223}.chart-period{font-size:.75rem;color:#303030;background:#f6f6f7;padding:.25rem .625rem;border-radius:6px;border:1px solid #c9cccf}.chart-body{position:relative}.chart-body.center{display:flex;justify-content:center;align-items:center}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.action-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;transition:all .15s ease;box-shadow:0 1px #0000000d}.action-card:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.action-card.primary{border-left:3px solid #005bd3}.action-card.success{border-left:3px solid #008060}.action-card.info{border-left:3px solid #00a0ac}.action-card.warning{border-left:3px solid #d82c0d}.action-icon{font-size:2.5rem}.action-content h4{font-size:1rem;font-weight:600;color:#202223;margin:0 0 .25rem}.action-content p{font-size:.8125rem;color:#303030;margin:0}.action-button{padding:.625rem 1.25rem;background:#008060;color:#fff;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;box-shadow:0 1px #0000000d}.action-button:hover{background:#006e52;box-shadow:0 2px 4px #0000001a}.system-info-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;box-shadow:0 1px #0000000d}.system-info-card h3{font-size:1rem;font-weight:600;color:#202223;margin-bottom:1rem}.system-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.system-item{background:#f6f6f7;padding:1rem;border-radius:8px;border:1px solid #e1e3e5;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .15s ease}.system-item:hover{background:#e1e3e5;transform:translateY(-2px)}.system-label{font-size:.6875rem;color:#303030;font-weight:400}.system-value{font-size:1.125rem;font-weight:600;color:#202223}.system-value.status-online{color:#108043}.clickable-card{cursor:pointer}.category-icon,.tax-icon{font-size:3rem;text-align:center;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(102,126,234,.5))}.card-action-btn{width:100%;padding:.625rem 1rem;background:#005bd3;color:#fff;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;margin-top:.75rem;box-shadow:0 1px #0000000d}.card-action-btn:hover{background:#004fc4;box-shadow:0 2px 4px #0000001a}.code-small{font-size:.75rem;word-break:break-all}.quantity-badges{display:flex;gap:.5rem;justify-content:center;margin-top:.8rem}.quantity-badge{background:#667eea26;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;color:#667eea;font-weight:600;border:1px solid rgba(102,126,234,.3)}.full-width{grid-column:1 / -1}.tax-rate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-bottom:1.5rem}.tax-rate-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;transition:all .15s ease;position:relative;box-shadow:0 1px #0000000d}.tax-rate-card.default-tax{border-left:3px solid #108043}.tax-rate-card:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.tax-card-header{display:flex;gap:.5rem;margin-bottom:1rem}.tax-card-body{display:flex;flex-direction:column;align-items:center;gap:.75rem}.tax-icon{font-size:2.5rem;margin-bottom:.5rem}.tax-name{font-size:1.125rem;font-weight:600;color:#202223;text-align:center;margin:0}.tax-rate-display-large{font-size:2.5rem;font-weight:600;color:#202223;margin:.75rem 0;line-height:1}.tax-detail{display:flex;justify-content:space-between;width:100%;padding:.75rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5}.tax-info{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;margin-top:.75rem}.tax-info-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.75rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5}.tax-info-label{font-size:.6875rem;color:#303030;font-weight:400}.tax-info-value{font-size:.875rem;color:#202223;font-weight:500}.tax-info-value.status-active{color:#108043}.tax-info-banner{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;box-shadow:0 1px #0000000d}.info-banner-content h4{font-size:1rem;font-weight:600;color:#202223;margin:0 0 .25rem}.info-banner-content p{color:#303030;margin:0;max-width:600px;font-size:.8125rem}.info-banner-stats{display:flex;gap:1rem}.info-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5}.info-stat-value{font-size:1.5rem;font-weight:600;color:#202223}.info-stat-label{font-size:.6875rem;color:#303030;font-weight:400}.sync-dashboard{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px #0000000d}.sync-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.sync-title h3{font-size:1rem;font-weight:600;color:#202223;margin:0 0 .25rem}.sync-title p{color:#303030;margin:0;font-size:.8125rem}.sync-status-indicator{display:flex;align-items:center;gap:.5rem;background:#f6f6f7;padding:.5rem 1rem;border-radius:6px;border:1px solid #c9cccf;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.75rem;color:#202223}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-dot.online{background:#108043;box-shadow:0 0 6px #108043}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.sync-actions{display:flex;gap:.75rem}.sync-btn{flex:1;padding:.625rem 1rem;border:1px solid;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.sync-btn span{font-size:1rem}.sync-btn.primary{background:#005bd3;border-color:#005bd3;color:#fff;box-shadow:0 1px #0000000d}.sync-btn.success{background:#008060;border-color:#008060;color:#fff;box-shadow:0 1px #0000000d}.sync-btn.info{background:#00a0ac;border-color:#00a0ac;color:#fff;box-shadow:0 1px #0000000d}.sync-btn:hover:not(:disabled){opacity:.9;box-shadow:0 2px 4px #0000001a}.sync-btn:disabled{opacity:.5;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.sync-message{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;font-weight:500;font-size:.8125rem;animation:slideIn .2s}.sync-message.success{background:#f1f8f4;border:1px solid #c1dfc9;color:#108043}.sync-message.error{background:#fef3f2;border:1px solid #fed3d1;color:#d82c0d}.sync-progress{margin-top:.75rem;display:flex;flex-direction:column;gap:.375rem}.progress-bar{width:100%;height:6px;background:#e1e3e5;border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:#005bd3;transition:width .3s}.btn-add-item{padding:.625rem 1.25rem;background:#008060;color:#fff;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;box-shadow:0 1px #0000000d}.btn-add-item:hover{background:#006e52;box-shadow:0 2px 4px #0000001a}.card-edit-btn{background:#f6f6f7;border:1px solid #c9cccf;color:#202223;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-left:auto}.card-edit-btn:hover{background:#e1e3e5;border-color:#8c9196}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1a1a1bb5;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s}.modal-container{background:#fff;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 26px 80px #0003,0 0 1px #0003;animation:slideUp .2s}@keyframes slideUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e1e3e5;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.25rem;font-weight:600;color:#202223;margin:0;letter-spacing:-.02em}.modal-close{background:transparent;border:none;color:#303030;width:32px;height:32px;border-radius:8px;font-size:1.25rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f6f6f7;color:#202223}.modal-form{padding:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.8125rem;font-weight:500;color:#202223}.form-group input,.form-group textarea{padding:.625rem .75rem;background:#fff;border:1px solid #c9cccf;border-radius:8px;color:#202223;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;transition:all .15s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 1px #005bd3}.checkbox-label{display:flex;align-items:center;gap:.625rem;cursor:pointer;padding:.75rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5;transition:all .15s ease}.checkbox-label:hover{background:#e1e3e5}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-label span{font-size:.875rem;color:#202223;font-weight:400}.modal-actions{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e1e3e5}.btn-cancel,.btn-primary{flex:1;padding:.625rem 1.25rem;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease}.btn-cancel{background:#fff;color:#202223;border:1px solid #c9cccf;box-shadow:0 1px #0000000d}.btn-primary{background:#008060;color:#fff;box-shadow:0 1px #0000000d}.btn-primary:hover{background:#006e52;box-shadow:0 2px 4px #0000001a}.modal-note{padding:1rem 1.5rem;display:flex;gap:.75rem;align-items:center;background:#f1f6fe;border-top:1px solid #b4d9f6}.modal-note span{font-size:1.25rem}.modal-note p{margin:0;color:#005bd3;font-size:.8125rem}.sales-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:100px;box-shadow:0 1px #0000000d}.sales-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e1e3e5}.sales-header h3{font-size:1rem;font-weight:600;color:#202223;margin:0}.live-indicator{display:flex;align-items:center;gap:.375rem;background:#fef3f2;padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:600;color:#d82c0d;border:1px solid #fed3d1}.live-dot{width:6px;height:6px;background:#d82c0d;border-radius:50%;animation:pulse 1.5s infinite}.no-sales{text-align:center;padding:2rem 0;color:#8c9196}.no-sales span{font-size:2rem;display:block;margin-bottom:.75rem;opacity:.5}.sales-list{display:flex;flex-direction:column;gap:.75rem}.sale-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5;transition:all .15s ease}.sale-item:hover{background:#e1e3e5}.sale-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.sale-icon.success{background:#f1f8f4;color:#108043}.sale-icon.info{background:#f1f6fe;color:#005bd3}.sale-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.sale-amount{font-size:.9375rem;font-weight:600;color:#202223}.sale-time{font-size:.6875rem;color:#303030}.sale-status{padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:500}.sale-status.success{background:#f1f8f4;color:#108043;border:1px solid #c1dfc9}.sale-status.open,.sale-status.locked{background:#f1f6fe;color:#005bd3;border:1px solid #b4d9f6}.loading-small{text-align:center;padding:1.5rem;color:#8c9196;font-size:.8125rem}.merchant-selector{position:relative;margin-bottom:1rem}.merchant-selector-header{background:#fff;border:1px solid #c9cccf;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .15s ease}.merchant-selector-header:hover{border-color:#8c9196}.merchant-selector-label{font-size:.75rem;font-weight:500;color:#303030}.merchant-selector-value{flex:1;font-size:.875rem;font-weight:500;color:#202223}.merchant-selector-arrow{color:#303030;font-size:.75rem;transition:transform .2s}.merchant-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #c9cccf;border-radius:8px;padding:.5rem;box-shadow:0 8px 16px #00000026;z-index:100;animation:slideDown .15s}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.merchant-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.merchant-option:hover{background:#f6f6f7}.merchant-option.selected{background:#f1f6fe;border-color:#b4d9f6}.merchant-option.all{border-bottom:1px solid #e1e3e5;margin-bottom:.375rem;font-weight:600}.merchant-option input[type=checkbox]{width:16px;height:16px;cursor:pointer}.merchant-icon{font-size:1.25rem}.merchant-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.merchant-name{font-size:.875rem;font-weight:500;color:#202223}.merchant-id{font-size:.6875rem;color:#303030}.merchant-badge{padding:.25rem .625rem;background:#f1f6fe;color:#005bd3;border-radius:6px;font-size:.6875rem;font-weight:500;border:1px solid #b4d9f6}.form-section{padding:1.5rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5;margin-bottom:1.5rem}.form-section-title{font-size:.9375rem;font-weight:600;color:#202223;margin:0 0 .75rem}.clover-connect-panel{padding:2rem;max-width:1200px;margin:0 auto}.connect-header{text-align:center;margin-bottom:2rem}.connect-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#202223;font-weight:600}.connect-header p{color:#303030;font-size:.875rem}.merchant-connect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.merchant-connect-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .15s ease;box-shadow:0 1px #0000000d}.merchant-connect-card:hover{box-shadow:0 4px 8px #0000001a,0 0 0 1px #005bd31a;transform:translateY(-2px)}.merchant-connect-icon{font-size:2.5rem}.merchant-connect-info{text-align:center}.merchant-connect-info h3{font-size:1rem;margin-bottom:.25rem;color:#202223;font-weight:600}.merchant-connect-id{font-size:.75rem;color:#303030}.merchant-type-badge{display:inline-block;margin-top:.5rem;padding:.25rem .625rem;background:#f1f6fe;color:#005bd3;border-radius:6px;font-size:.6875rem;font-weight:500;border:1px solid #b4d9f6}.connect-btn{padding:.625rem 1.25rem;background:#008060;border:none;border-radius:8px;color:#fff;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;width:100%;box-shadow:0 1px #0000000d}.multi-select{width:100%;min-height:120px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;font-family:Outfit,sans-serif;cursor:pointer;transition:all .2s}.multi-select:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.multi-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.multi-select option{padding:10px;margin:4px 0;border-radius:4px;cursor:pointer}.multi-select option:checked{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.searchable-select{position:relative}.searchable-select input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;margin-bottom:8px}.select-options{max-height:200px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.select-option{padding:10px 12px;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:8px}.select-option:hover{background:#f7fafc}.select-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.select-option input[type=checkbox]{margin:0}.no-data{padding:16px;text-align:center;color:#94a3b8;font-size:14px;background:#f8fafc;border-radius:8px;border:1px dashed #cbd5e1}.selected-items{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;min-height:32px}.selected-item-tag{padding:4px 10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:13px;display:flex;align-items:center;gap:6px}.selected-item-tag button{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:0;line-height:1}.simple-dropdown{margin-bottom:20px}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500}.dropdown-header:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-label{font-size:14px;color:#1e293b}.dropdown-arrow{color:#64748b;font-size:12px}.dropdown-content{margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.dropdown-search{width:100%;padding:12px;border:none;border-bottom:1px solid #e2e8f0;font-size:14px;outline:none}.dropdown-search:focus{border-bottom-color:#667eea}.dropdown-options{max-height:200px;overflow-y:auto;padding:4px}.dropdown-option{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;border-radius:6px;transition:all .15s}.dropdown-option:hover{background:#f7fafc}.dropdown-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dropdown-option input[type=checkbox]{cursor:pointer}.no-options{padding:20px;text-align:center;color:#94a3b8;font-size:14px}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;font-size:13px;font-weight:500}.tag button{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;padding:0;line-height:1;margin-left:2px}.tag button:hover{opacity:.8}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-cancel{flex:1;padding:12px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Outfit,sans-serif}.btn-cancel:hover{border-color:#cbd5e1;background:#f8fafc}.btn-save{flex:2;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Outfit,sans-serif;box-shadow:0 4px 12px #667eea4d}.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-save:active{transform:translateY(0)}.connect-btn:hover:not(:disabled){background:#006e52;box-shadow:0 2px 4px #0000001a}.connect-btn:disabled{opacity:.5;cursor:not-allowed}.connect-info-box{background:#f1f6fe;border:1px solid #b4d9f6;border-radius:12px;padding:1.5rem}.connect-info-box h4{color:#005bd3;margin-bottom:.75rem;font-size:1rem;font-weight:600}.connect-info-box p{color:#202223;margin-bottom:.75rem;line-height:1.6;font-size:.8125rem}.connect-info-box ul{list-style:none;padding:0}.connect-info-box ul li{padding:.375rem 0;color:#303030;font-size:.8125rem}.success-card,.error-card{max-width:500px;margin:4rem auto;padding:3rem 2rem;background:#fff;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 4px 12px #0000001a;text-align:center}.success-icon,.error-icon{font-size:4rem;margin-bottom:1.5rem}.success-card h1,.error-card h1{font-size:1.5rem;font-weight:600;color:#202223;margin-bottom:.75rem}.success-card p,.error-card p{color:#303030;font-size:.9375rem;margin-bottom:2rem}.merchant-id-display{background:#f6f6f7;padding:1rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e1e3e5}.merchant-id-display .label{display:block;font-size:.75rem;color:#303030;margin-bottom:.5rem;font-weight:500}.merchant-id-display code{font-family:monospace;font-size:.875rem;color:#005bd3;font-weight:600}.error-message{color:#d82c0d!important}.error-actions{display:flex;gap:1rem;justify-content:center}.sandbox-notice{background:#fff8dc;border:1px solid #ffd700;border-radius:6px;padding:12px 16px;margin-bottom:16px;font-size:13px;color:#856404;display:flex;align-items:flex-start;gap:8px;line-height:1.5}.sandbox-notice strong{font-weight:600}.clover-setup-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f6f6f7,#e1e3e5)}.setup-hero{text-align:center;margin-bottom:3rem}.setup-logo{height:120px;width:auto;margin-bottom:2rem}.setup-hero h1{font-size:2.5rem;font-weight:600;color:#202223;margin-bottom:.5rem}.setup-hero p{font-size:1.125rem;color:#303030}.setup-steps{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.step-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:1.5rem;text-align:center;min-width:200px;box-shadow:0 2px 4px #0000000d}.step-number{display:inline-block;width:40px;height:40px;background:#005bd3;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:600;line-height:40px;margin-bottom:1rem}.step-card h3{font-size:1rem;font-weight:600;color:#202223;margin-bottom:.5rem}.step-card p{font-size:.875rem;color:#303030;margin:0}.step-arrow{font-size:2rem;color:#c9cccf}.merchant-grid-setup{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;width:100%;margin-bottom:3rem}.merchant-setup-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.merchant-setup-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#005bd3}.merchant-setup-icon{font-size:3rem;margin-bottom:1rem}.merchant-setup-card h3{font-size:1.125rem;font-weight:600;color:#202223;margin-bottom:.5rem}.merchant-setup-id{display:block;font-size:.75rem;color:#303030;font-family:monospace;margin-bottom:1rem}.online-badge{display:inline-block;padding:.25rem .75rem;background:#f1f6fe;color:#005bd3;border-radius:6px;font-size:.75rem;font-weight:500;margin-bottom:1rem;border:1px solid #b4d9f6}.btn-connect-store{width:100%;padding:.75rem 1.5rem;background:#008060;color:#fff;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px #0000000d}.btn-connect-store:hover{background:#006e52;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.setup-info{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:2rem;max-width:600px;box-shadow:0 2px 4px #0000000d}.setup-info h4{font-size:1rem;font-weight:600;color:#202223;margin-bottom:1rem}.setup-info ul{list-style:none;padding:0;margin:0}.setup-info ul li{padding:.5rem 0;color:#303030;font-size:.875rem}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-screen p{font-size:1rem;color:#303030}.settings-section{background:#fff;border:1px solid #e1e3e5;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px #0000000d}.section-title{font-size:1.25rem;font-weight:600;color:#202223;margin-bottom:1.5rem}.merchants-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.merchant-card-settings{background:#f6f6f7;border:1px solid #e1e3e5;border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .15s ease}.merchant-card-settings:hover{box-shadow:0 2px 4px #0000001a}.merchant-info-section{display:flex;align-items:center;gap:1.5rem}.merchant-icon-large{font-size:2.5rem}.merchant-details h3{font-size:1.125rem;font-weight:600;color:#202223;margin-bottom:.5rem}.merchant-id-code{display:block;font-size:.75rem;color:#303030;font-family:monospace;margin-bottom:.75rem}.merchant-meta{display:flex;gap:1rem;align-items:center}.meta-item{font-size:.8125rem;color:#303030}.status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid}.status-badge.active{background:#f1f8f4;color:#108043;border-color:#c1dfc9}.status-badge.expired{background:#fef3f2;color:#d82c0d;border-color:#fed3d1}.btn-disconnect{padding:.625rem 1.25rem;background:#fff;color:#d82c0d;border:1px solid #d82c0d;border-radius:8px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-disconnect:hover{background:#fef3f2}.btn-add-store{width:100%;padding:.75rem 1.5rem;background:#008060;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-add-store:hover{background:#006e52}.btn-logout{padding:.625rem 1.25rem;background:#fff;color:#d82c0d;border:1px solid #d82c0d;border-radius:8px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-logout:hover{background:#fef3f2}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.config-item{background:#f6f6f7;padding:1rem;border-radius:8px;border:1px solid #e1e3e5;display:flex;justify-content:space-between;align-items:center}.config-label{font-size:.875rem;color:#303030;font-weight:500}.config-value{font-size:.875rem;color:#202223;font-weight:600}.empty-state{text-align:center;padding:3rem 2rem}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.empty-state p{color:#303030;margin-bottom:1.5rem}.merchant-selector-loading,.merchant-selector-empty{padding:1rem;text-align:center;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5;color:#303030}.merchant-option.expired{opacity:.6}.merchant-badge.expired{background:#fef3f2;color:#d82c0d;border-color:#fed3d1}.setup-main-card{background:#fff;border:1px solid #e1e3e5;border-radius:16px;padding:3rem 2.5rem;max-width:500px;text-align:center;box-shadow:0 4px 12px #00000014;margin-bottom:2rem}.setup-icon{font-size:4rem;margin-bottom:1.5rem}.setup-main-card h2{font-size:1.75rem;font-weight:600;color:#202223;margin-bottom:.75rem}.setup-main-card p{font-size:.9375rem;color:#303030;margin-bottom:2rem;line-height:1.6}.btn-connect-clover{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#005bd3,#0047a0);color:#fff;border:none;border-radius:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #005bd34d;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-connect-clover:hover{background:linear-gradient(135deg,#004fc4,#003d8a);box-shadow:0 6px 16px #005bd366;transform:translateY(-2px)}.clover-icon{font-size:1.5rem}.setup-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e1e3e5}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#303030}.feature-icon{font-size:1.25rem}.setup-info-minimal{max-width:500px;text-align:center;padding:1.5rem;background:#ffffff80;border-radius:8px}.setup-info-minimal p{margin:0;font-size:.875rem;color:#303030;line-height:1.6}.setup-subtitle{font-size:1rem!important;color:#303030!important;margin-bottom:3rem!important}.success-large{font-size:1.25rem!important;font-weight:600!important;color:#008060!important;margin-bottom:.5rem!important}.success-sub{font-size:.875rem!important;color:#303030!important;margin-bottom:2rem!important}.spinner-small{width:24px;height:24px;border:3px solid #e1e3e5;border-top-color:#005bd3;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}.debug-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border:1px solid #e1e3e5;border-radius:12px}.debug-container h1{font-size:1.5rem;color:#202223;margin-bottom:2rem}.debug-section{margin-bottom:1.5rem;padding:1rem;background:#f6f6f7;border-radius:8px;border:1px solid #e1e3e5}.debug-section h3{font-size:.875rem;color:#303030;margin-bottom:.5rem;font-weight:600}.debug-code{display:block;padding:.75rem;background:#1a1a2e;color:#51cf66;font-family:Courier New,monospace;font-size:.8125rem;border-radius:6px;overflow-wrap:break-word;word-break:break-all}.debug-pre{background:#1a1a2e;color:#51cf66;padding:1rem;border-radius:6px;overflow-x:auto;font-family:Courier New,monospace;font-size:.8125rem;margin:0}@media (max-width: 1400px){.compact-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}@media (max-width: 1200px){.navbar{flex-wrap:wrap;padding:1rem}.global-search{order:3;flex-basis:100%;margin:1rem 0 0;max-width:100%}.compact-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.nav-links{flex-wrap:wrap;justify-content:center;width:100%}.content{padding:1rem}.compact-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-stats{justify-content:center}.pagination-modern{gap:1rem}.pagination-btn{padding:.7rem 1.2rem;font-size:.8rem}}.inventory-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-top:24px}.item-card-modern{background:#fff;border:1px solid #e3e5e7;border-radius:12px;padding:20px;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;gap:16px}.item-card-modern:hover{border-color:#005bd3;box-shadow:0 4px 12px #005bd31a;transform:translateY(-2px)}.item-card-header-new{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.item-header-left{flex:1;display:flex;flex-direction:column;gap:6px}.item-name-new{font-size:16px;font-weight:600;color:#202223;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-sku-badge{display:inline-flex;padding:4px 10px;background:#f6f6f7;border:1px solid #e3e5e7;border-radius:6px;font-size:12px;font-weight:500;color:#5c5f62;width:fit-content}.item-card-actions-new{display:flex;gap:6px}.action-btn-new{width:32px;height:32px;padding:0;background:#f6f6f7;border:1px solid #e3e5e7;border-radius:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.action-btn-new svg{width:16px;height:16px;stroke-width:2}.action-btn-new.edit-btn{color:#005bd3}.action-btn-new.edit-btn:hover{background:#f1f6fe;border-color:#005bd3}.action-btn-new.delete-btn{color:#d82c0d}.action-btn-new.delete-btn:hover{background:#fef3f2;border-color:#d82c0d}.barcode-section-new{background:#f6f6f7;border-radius:8px;padding:12px;display:flex;justify-content:center;align-items:center}.barcode-section-new svg{max-width:100%;height:auto}.item-info-grid-new{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-item-new{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#fafbfb;border-radius:8px;transition:background .15s ease}.info-item-new:hover{background:#f6f6f7}.info-item-new.full-width{grid-column:1 / -1}.info-icon-new{width:18px;height:18px;flex-shrink:0;color:#5c5f62;margin-top:2px}.info-content-new{flex:1;display:flex;flex-direction:column;gap:2px}.info-label-new{font-size:12px;color:#8c9196;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.info-value-new{font-size:15px;color:#202223;font-weight:600}.info-value-new.price-highlight{color:#108043;font-size:16px}.info-value-new.stock-low{color:#d82c0d}.info-value-new.stock-ok{color:#108043}.info-value-new.category-tag{display:inline-flex;padding:4px 10px;background:#e8f5e8;border:1px solid #c1dfc9;border-radius:6px;font-size:13px;font-weight:500;color:#108043;width:fit-content}.view-more-btn-new{width:100%;padding:10px 16px;background:#fff;border:1px solid #e3e5e7;border-radius:8px;font-size:14px;font-weight:500;color:#005bd3;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px}.view-more-btn-new:hover{background:#f1f6fe;border-color:#005bd3}.view-more-btn-new svg{width:16px;height:16px}.search-input-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#8c9196;pointer-events:none}.search-input-wrapper .search-modern{padding-left:48px}.page-title{display:flex;align-items:center;gap:12px}.page-icon{width:28px;height:28px;color:#005bd3}.btn-add-item{display:flex;align-items:center;gap:8px}.btn-add-item svg{width:18px;height:18px}.empty-icon{width:64px;height:64px;color:#8c9196;margin:0 auto 16px}.pagination-btn{display:flex;align-items:center;gap:8px}.pagination-btn svg{width:16px;height:16px}@media (max-width: 768px){.inventory-grid-modern{grid-template-columns:1fr;gap:16px}.item-info-grid-new{grid-template-columns:1fr}.info-item-new.full-width{grid-column:1}.item-name-new{font-size:15px}}@media (max-width: 480px){.item-card-modern{padding:16px}.item-card-header-new{flex-direction:column;align-items:stretch}.item-card-actions-new{align-self:flex-end}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-medium{max-width:700px}.modal-large{max-width:1000px}.modal-header{padding:28px 32px;border-bottom:1px solid #e3e5e7;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f6f6f7,#fff)}.modal-header h2{font-size:24px;font-weight:600;color:#202223;margin:0;display:flex;align-items:center;gap:12px}.modal-header-icon{width:28px;height:28px;color:#005bd3}.modal-close{width:36px;height:36px;padding:0;background:#f6f6f7;border:1px solid #e3e5e7;border-radius:8px;font-size:24px;color:#5c5f62;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#fef3f2;border-color:#d82c0d;color:#d82c0d}.modal-content form{padding:32px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;font-weight:600;color:#303030;text-transform:uppercase;letter-spacing:.5px}.form-group label.required:after{content:" *";color:#d82c0d;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1px solid #c9cccf;border-radius:8px;font-size:15px;color:#202223;background:#fff;transition:all .15s ease;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.form-group input::placeholder{color:#8c9196}.form-group input:required:invalid{border-color:#d82c0d}.form-grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.form-grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px}.field-hint{font-size:12px;color:#8c9196;font-style:italic;margin-top:-4px}.select-placeholder{background:#fafbfb;border:1px dashed #c9cccf;cursor:not-allowed;color:#8c9196}.modifier-section{background:#fafbfb;border:2px dashed #c9cccf;border-radius:12px;padding:24px;margin-bottom:24px}.modifier-section h3{font-size:16px;font-weight:600;color:#202223;margin:0 0 20px;display:flex;align-items:center;gap:10px}.modifier-section h3:before{content:"";width:4px;height:20px;background:#005bd3;border-radius:2px}.btn-add-modifier{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#108043,#0c6e38);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:16px;box-shadow:0 4px 12px #1080434d}.btn-add-modifier:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10804366}.btn-add-modifier svg{width:18px;height:18px}.modifiers-list{margin-top:20px;display:flex;flex-direction:column;gap:12px}.modifiers-list-header{font-size:13px;font-weight:600;color:#303030;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.modifier-item{background:#fff;border:1px solid #e3e5e7;border-radius:8px;padding:16px;display:flex;align-items:center;gap:16px;transition:all .15s ease}.modifier-item:hover{border-color:#005bd3;box-shadow:0 2px 8px #005bd31a}.modifier-item-icon{width:40px;height:40px;background:#f1f6fe;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modifier-item-icon svg{width:20px;height:20px;color:#005bd3}.modifier-item-content{flex:1;display:flex;flex-direction:column;gap:4px}.modifier-name{font-size:15px;color:#202223;font-weight:600}.btn-remove-modifier{width:32px;height:32px;padding:0;background:#fef3f2;color:#d82c0d;border:1px solid #fed3d1;border-radius:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.btn-remove-modifier svg{width:16px;height:16px}.btn-remove-modifier:hover{background:#d82c0d;color:#fff;border-color:#d82c0d}.error-message{background:#fef3f2;border:1px solid #fed3d1;border-radius:8px;padding:12px 16px;color:#d82c0d;font-size:14px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.error-message:before{content:"⚠️";font-size:18px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #e3e5e7;margin-top:24px}.btn-cancel{padding:12px 28px;background:#fff;color:#5c5f62;border:1px solid #c9cccf;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel:hover{background:#f6f6f7;border-color:#8c9196}.btn-submit{padding:12px 32px;background:linear-gradient(135deg,#005bd3,#004ba0);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #005bd34d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #005bd366}.btn-submit:disabled{background:#c9cccf;cursor:not-allowed;transform:none;box-shadow:none}.form-section{margin-bottom:32px}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#8c9196;pointer-events:none}.input-with-icon input{padding-left:44px}.currency-input{position:relative}.currency-input:before{content:"$";position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:600;color:#5c5f62;pointer-events:none}.currency-input input{padding-left:32px}.percentage-input{position:relative}.percentage-input:after{content:"%";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:600;color:#5c5f62;pointer-events:none}.percentage-input input{padding-right:32px}.modal-info-card{background:#f1f6fe;border:1px solid #b4d9f6;border-radius:10px;padding:16px 20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:12px}.modal-info-card svg{width:20px;height:20px;color:#005bd3;flex-shrink:0;margin-top:2px}.modal-info-card-content{flex:1}.modal-info-card-title{font-size:14px;font-weight:600;color:#005bd3;margin:0 0 4px}.modal-info-card-text{font-size:13px;color:#303030;margin:0;line-height:1.5}.success-message{background:#f1f8f4;border:1px solid #c1dfc9;border-radius:8px;padding:12px 16px;color:#108043;font-size:14px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.success-message:before{content:"✓";width:24px;height:24px;background:#108043;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.modal-loading{text-align:center;padding:40px}.modal-spinner{width:48px;height:48px;border:4px solid #f1f2f3;border-top-color:#005bd3;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.modal-loading-text{font-size:14px;color:#8c9196}@media (max-width: 768px){.modal-content{margin:20px;max-height:calc(100vh - 40px)}.modal-header{padding:20px 24px}.modal-header h2{font-size:20px}.modal-content form{padding:24px}.form-grid-2col,.form-grid-3col{grid-template-columns:1fr;gap:20px}}@media (max-width: 480px){.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh;margin:0}.modal-header{padding:16px 20px}.modal-content form{padding:20px}.modal-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%;justify-content:center}}.manage-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding:24px;background:#fff;border:1px solid #e3e5e7;border-radius:12px}.manage-title{font-size:28px;font-weight:600;color:#202223;margin:0 0 8px;display:flex;align-items:center;gap:12px}.manage-icon{width:32px;height:32px;color:#005bd3}.manage-subtitle{font-size:14px;color:#8c9196;margin:0}.create-dropdown-container{position:relative}.btn-create-new{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#005bd3;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-create-new:hover{background:#004ba0}.btn-create-new svg{width:18px;height:18px;transition:transform .2s ease}.btn-create-new:hover svg{transform:rotate(180deg)}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.create-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e3e5e7;border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:220px;z-index:1000;overflow:hidden}.dropdown-item{width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;color:#202223;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:12px}.dropdown-item:hover{background:#f6f6f7}.dropdown-item svg{width:18px;height:18px;color:#5c5f62}.dropdown-item+.dropdown-item{border-top:1px solid #f1f2f3}.manage-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e3e5e7;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .2s ease}.stat-card:hover{border-color:#005bd3;box-shadow:0 4px 12px #005bd31a}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:24px;height:24px}.stat-icon.items-icon{background:#e8f5e9;color:#2e7d32}.stat-icon.categories-icon{background:#e3f2fd;color:#1976d2}.stat-icon.modifiers-icon{background:#fff3e0;color:#ef6c00}.stat-icon.labels-icon{background:#f3e5f5;color:#7b1fa2}.stat-icon.taxrates-icon{background:#fce4ec;color:#c2185b}.stat-icon.discounts-icon{background:#ede7f6;color:#5e35b1}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:13px;color:#8c9196;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:28px;font-weight:600;color:#202223}.modal-medium{max-width:600px}.modal-large{max-width:900px}.form-grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.form-grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.form-group label.required:after{content:" *";color:#d82c0d}.field-hint{display:block;font-size:12px;color:#8c9196;margin-top:4px}.select-placeholder{background:#f6f6f7;cursor:not-allowed}.modifier-section{background:#fafbfb;border:1px solid #e3e5e7;border-radius:8px;padding:20px;margin-bottom:24px}.modifier-section h3{font-size:16px;font-weight:600;color:#202223;margin:0 0 16px}.btn-add-modifier{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#108043;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease;margin-top:16px}.btn-add-modifier:hover{background:#0c6e38}.btn-add-modifier svg{width:16px;height:16px}.modifiers-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}.modifier-item{background:#fff;border:1px solid #e3e5e7;border-radius:6px;padding:12px 16px;display:flex;align-items:center;gap:12px}.modifier-name{flex:1;font-size:14px;color:#202223;font-weight:500}.modifier-price{font-size:14px;color:#108043;font-weight:600}.btn-remove-modifier{width:28px;height:28px;padding:0;background:#fef3f2;color:#d82c0d;border:1px solid #fed3d1;border-radius:4px;font-size:20px;line-height:1;cursor:pointer;transition:all .15s ease}.btn-remove-modifier:hover{background:#fce8e6;border-color:#d82c0d}.btn-submit{background:#005bd3;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease}.btn-submit:hover{background:#004ba0}.btn-submit:disabled{background:#8c9196;cursor:not-allowed}.manage-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #e3e5e7;padding:0 4px}.manage-tab{padding:14px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:15px;font-weight:500;color:#5c5f62;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;margin-bottom:-2px}.manage-tab svg{width:18px;height:18px}.manage-tab:hover{color:#202223;background:#fafbfb}.manage-tab.active{color:#005bd3;border-bottom-color:#005bd3;font-weight:600}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.create-new-section{margin-bottom:32px}.view-section{display:flex;flex-direction:column;gap:24px}.view-search-panel{background:#fff;border:1px solid #e3e5e7;border-radius:12px;padding:24px}.section-title{font-size:18px;font-weight:600;color:#202223;margin:0 0 20px;display:flex;align-items:center;gap:10px}.section-title svg{width:22px;height:22px;color:#005bd3}.search-controls{display:flex;gap:16px;align-items:flex-end}.search-type-selector{display:flex;flex-direction:column;gap:8px;min-width:180px}.search-type-selector label{font-size:13px;font-weight:600;color:#303030;text-transform:uppercase;letter-spacing:.5px}.search-type-selector select{padding:12px 16px;border:1px solid #c9cccf;border-radius:8px;font-size:14px;background:#fff}.search-input-group{flex:1;display:flex;gap:12px}.search-input-large{flex:1;padding:12px 16px;border:1px solid #c9cccf;border-radius:8px;font-size:15px;transition:all .15s ease}.search-input-large:focus{outline:none;border-color:#005bd3;box-shadow:0 0 0 3px #005bd31a}.btn-search{padding:12px 24px;background:#005bd3;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:8px}.btn-search:hover{background:#004ba0}.btn-search:disabled{background:#c9cccf;cursor:not-allowed}.btn-search svg{width:16px;height:16px}.search-results{background:#fff;border:1px solid #e3e5e7;border-radius:12px;padding:24px}.results-header h4{font-size:16px;font-weight:600;color:#202223;margin:0 0 20px}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.result-card{background:#fafbfb;border:1px solid #e3e5e7;border-radius:10px;padding:16px;transition:all .2s ease;cursor:pointer}.result-card:hover{border-color:#005bd3;box-shadow:0 4px 12px #005bd31a;transform:translateY(-2px)}.result-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.result-card-header h5{font-size:15px;font-weight:600;color:#202223;margin:0;flex:1}.result-badge{padding:4px 10px;background:#f1f6fe;border:1px solid #b4d9f6;border-radius:6px;font-size:12px;font-weight:500;color:#005bd3}.result-card-body{display:flex;flex-direction:column;gap:8px}.result-info{display:flex;justify-content:space-between;align-items:center;font-size:13px}.result-label{color:#8c9196;font-weight:500}.result-value{color:#202223;font-weight:600}.result-value.price{color:#108043;font-size:14px}.result-value.code{font-family:Courier New,monospace;font-size:12px}.modify-section{display:flex;flex-direction:column;gap:24px}.modify-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.modify-option-card{background:#fff;border:1px solid #e3e5e7;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .2s ease}.modify-option-card:hover{border-color:#005bd3;box-shadow:0 6px 16px #005bd326;transform:translateY(-2px)}.modify-option-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modify-option-icon svg{width:28px;height:28px;color:#fff}.modify-option-icon.change-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.modify-option-icon.move-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.modify-option-content{flex:1}.modify-option-content h4{font-size:17px;font-weight:600;color:#202223;margin:0 0 6px}.modify-option-content p{font-size:13px;color:#8c9196;margin:0}.modify-option-arrow{color:#8c9196;transition:all .2s ease}.modify-option-card:hover .modify-option-arrow{color:#005bd3;transform:translate(4px)}.modify-option-arrow svg{width:20px;height:20px}.search-results-dropdown{margin-top:12px;background:#fff;border:1px solid #e3e5e7;border-radius:8px;overflow:hidden;max-height:300px;overflow-y:auto}.search-result-item{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #f1f2f3}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#fafbfb}.result-name{font-size:14px;font-weight:600;color:#202223}.result-meta{font-size:12px;color:#8c9196;margin-top:2px}.result-stock{font-size:13px;font-weight:600;color:#108043}.selected-item-card{background:#f1f6fe;border:1px solid #b4d9f6;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center}.selected-item-info h4{font-size:16px;font-weight:600;color:#005bd3;margin:0 0 6px}.selected-item-badge{padding:4px 10px;background:#fff;border:1px solid #b4d9f6;border-radius:6px;font-size:12px;font-weight:500;color:#005bd3}.btn-change-item{padding:8px 16px;background:#fff;color:#005bd3;border:1px solid #005bd3;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-change-item:hover{background:#005bd3;color:#fff}.checkbox-label{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fafbfb;border:1px solid #e3e5e7;border-radius:8px;cursor:pointer;transition:all .15s ease}.checkbox-label:hover{background:#f6f6f7}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{font-size:14px;color:#202223}.delete-warning{background:#fef3f2;border-color:#fed3d1}.delete-warning span{color:#d82c0d;font-weight:500}.form-section{margin-bottom:24px}.form-section-title{font-size:16px;font-weight:600;color:#202223;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #f1f2f3;display:flex;align-items:center;gap:10px}.form-section-title svg{width:20px;height:20px;color:#005bd3}@media (max-width: 768px){.manage-header{flex-direction:column;gap:20px}.manage-stats-grid{grid-template-columns:repeat(2,1fr)}.form-grid-2col,.form-grid-3col{grid-template-columns:1fr}.search-controls{flex-direction:column;align-items:stretch}.search-type-selector{min-width:100%}.modify-options-grid,.results-grid{grid-template-columns:1fr}}@media (max-width: 480px){.manage-stats-grid{grid-template-columns:1fr}.manage-tabs{overflow-x:auto}.manage-tab{white-space:nowrap}}.create-section-header{margin-bottom:2rem;text-align:center}.create-section-header h2{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-family:Outfit,sans-serif!important}.create-section-header p{font-size:1rem;color:#6b7280;font-family:Outfit,sans-serif!important}.create-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;padding:0 1rem}.create-option-card{background:#fff;border:2px solid #e1e3e5;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:1rem;font-family:Outfit,sans-serif!important}.create-option-card:hover{border-color:#5c6ac4;box-shadow:0 8px 24px #5c6ac433;transform:translateY(-4px)}.option-icon{width:64px;height:64px;background:linear-gradient(135deg,#5c6ac4,#4f5bd5);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.create-option-card:hover .option-icon{transform:scale(1.1);box-shadow:0 4px 12px #5c6ac44d}.option-icon svg{width:32px;height:32px;stroke:#fff;stroke-width:2.5}.create-option-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;font-family:Outfit,sans-serif!important}.create-option-card p{font-size:.875rem;color:#6b7280;margin:0;font-family:Outfit,sans-serif!important;line-height:1.5}.create-new-section{margin-bottom:0!important}.presentation-wrapper{width:100vw;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;position:fixed;top:0;left:0;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.presentation-progress{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);z-index:10000;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #667eea80}.fullscreen-btn{position:fixed;top:2rem;right:2rem;background:#fffffff2;border:2px solid transparent;padding:.85rem 1.75rem;border-radius:12px;cursor:pointer;font-size:.95rem;color:#667eea;font-weight:700;z-index:1000;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 20px #667eea40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.5px;font-family:Inter,sans-serif}.fullscreen-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.1) translateY(-2px);box-shadow:0 10px 30px #667eea66;border-color:#fff3}.fullscreen-btn:active{transform:scale(1.05)}.slide-number{position:fixed;top:2rem;left:2rem;background:#fffffff2;padding:.65rem 1.25rem;border-radius:12px;font-size:1rem;color:#667eea;font-weight:700;z-index:1000;box-shadow:0 4px 15px #667eea33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.1);transition:all .3s ease}.slide-number:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea4d}.navigation-btn{position:fixed;top:50%;transform:translateY(-50%);background:#fffffff2;border:2px solid transparent;width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#667eea;transition:all .4s cubic-bezier(.34,1.56,.64,1);z-index:1000;box-shadow:0 6px 20px #667eea4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:700;padding:0}.navigation-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-50%) scale(1.15);box-shadow:0 10px 30px #667eea80;border-color:#ffffff4d}.navigation-btn:active:not(:disabled){transform:translateY(-50%) scale(1.05)}.navigation-btn:disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.nav-prev{left:2rem}.nav-next{right:2rem}.slide-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.slide{background:#fff;border-radius:20px;box-shadow:0 25px 80px #00000059,0 0 0 1px #ffffff1a;width:100%;max-width:1400px;height:100%;max-height:900px;display:flex;flex-direction:column;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slide-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem;color:#fff;text-align:center;position:relative;overflow:hidden}.slide-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-header h1{font-size:2.8rem;font-weight:800;margin-bottom:.5rem;position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.slide-header h2{font-size:1.3rem;font-weight:500;opacity:.95;position:relative;z-index:1}.slide-content{flex:1;padding:3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.slide-content svg{width:100%;height:100%;max-width:100%;max-height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.slide-description{background:linear-gradient(to bottom,#f8f9fa,#f1f3f5);padding:1.75rem 3rem;border-top:3px solid #667eea;text-align:center;font-size:1.15rem;color:#4b5563;line-height:1.7;font-weight:500;position:relative}.slide-description:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.slide-indicators{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:1000}.indicator{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;border:2px solid transparent;padding:0;border:none}.indicator:hover{background:#ffffffb3;transform:scale(1.3)}.indicator.active{background:#fff;width:36px;border-radius:8px;box-shadow:0 4px 12px #ffffff80;border-color:#ffffff4d}.indicator.active:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.3),transparent);animation:pulse-indicator 2s ease-in-out infinite}@keyframes pulse-indicator{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1200px}.feature-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:2.25rem;border-radius:16px;border-left:5px solid #667eea;box-shadow:0 4px 15px #00000014;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;cursor:pointer}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 30px #667eea33;border-left-color:#764ba2}.feature-card:hover:before{left:100%}.feature-card h3{color:#667eea;margin-bottom:1.25rem;font-size:1.4rem;font-weight:700;transition:color .3s}.feature-card:hover h3{color:#764ba2}.feature-card ul{list-style:none;line-height:2.2;margin:0;padding:0}.feature-card li{transition:transform .3s,color .3s;padding-left:.5rem;margin-bottom:.5rem}.feature-card:hover li{transform:translate(5px)}.feature-card li:before{content:"✓ ";color:#22c55e;font-weight:700;margin-right:.75rem;font-size:1.2rem;display:inline-block}.welcome-content{display:flex;align-items:center;justify-content:center;flex-direction:column}.welcome-logo{width:120px;height:120px;margin-bottom:2rem;filter:drop-shadow(0 4px 12px rgba(255,255,255,.3))}.welcome-features{display:flex;gap:3rem;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1000px}.welcome-feature-item{text-align:center;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;min-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.welcome-feature-item:hover{transform:translateY(-5px);background:#ffffff26;border-color:#fff6}.welcome-feature-item svg{margin-bottom:.75rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));flex-shrink:0}.welcome-feature-item h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.welcome-feature-item p{color:#ffffffe6;font-size:1rem;margin:0}.logo-slide-logo{width:100px;height:100px;margin-bottom:1rem;filter:drop-shadow(0 4px 12px rgba(255,255,255,.3))}.logo-slide-content{display:flex;align-items:center;justify-content:center;flex-direction:column}.logo-slide-info{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap;max-width:1200px;width:100%}.logo-info-card{flex:1;min-width:280px;max-width:350px;background:linear-gradient(135deg,#fff,#f8f9fa);padding:2.5rem;border-radius:16px;box-shadow:0 8px 24px #0000001a;text-align:center;border-top:4px solid #667eea;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.logo-info-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.logo-info-card svg{margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0}.logo-info-card h3{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.logo-info-card p{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.feature-slide-content{padding:2rem;overflow-y:auto;overflow-x:hidden}.feature-grid-scrollable{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding-bottom:1rem}.feature-card{position:relative;display:flex;flex-direction:column;align-items:flex-start}.feature-card svg{margin-bottom:.75rem;opacity:.8;transition:all .3s ease;flex-shrink:0;align-self:flex-start}.feature-card:hover svg{opacity:1;transform:scale(1.05)}.feature-card h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.feature-slide-content::-webkit-scrollbar{width:8px}.feature-slide-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.feature-slide-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.feature-slide-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#653d91)}@media (max-width: 768px){.navigation-btn{width:50px;height:50px}.nav-prev{left:1rem}.nav-next{right:1rem}.slide-header h1{font-size:2rem}.slide-header h2{font-size:1rem}.feature-grid-scrollable{grid-template-columns:1fr}.welcome-features{flex-direction:column;gap:1.5rem}.logo-slide-info{flex-direction:column;align-items:center}.logo-info-card{max-width:100%}}.summary-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.summary-grid .feature-card{padding:1.25rem}.summary-grid .feature-card h3{font-size:1.1rem;margin-bottom:.5rem}.summary-grid .feature-card ul{line-height:1.8;font-size:.95rem}.summary-grid .feature-card svg{width:24px;height:24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f6f6f7;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
