:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:Inter,sans-serif;background-color:#f9fafb;color:#1f2937;margin:0;padding:0}.admin-container{display:flex;min-height:100vh}@media (max-width: 768px){.main-content{margin-left:0;width:100%}.content-wrapper{padding:1rem}}@media (max-width: 480px){.content-wrapper{padding:.75rem}}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;color:#1f2937}input{background-color:#fff;color:#000}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;border:none}.btn-primary{background:#0180b5;color:#fff}.btn-primary:hover{background:#4338ca}.btn-secondary{background:#10b981;color:#fff}.btn-secondary:hover{background:#0c8a60}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#eb1515}.btn-outline{background:transparent;border:1px solid #0180b5;color:#0180b5}.btn-outline:hover{background:#0180b51a}.sidebar{width:250px;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;height:100vh;position:fixed;z-index:100;left:0;top:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar-header .sidebar-close{display:none;background:none;border:none;font-size:1.5rem;color:#1f2937;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .2s}.sidebar-header .sidebar-close:hover{background-color:#0180b51a}.sidebar-header .logo{width:180px;height:60px;object-fit:contain}.sidebar-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#0180b5;font-family:Poppins,sans-serif}.sidebar-nav{padding:1rem 0}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav ul li a{display:flex;align-items:center;padding:.75rem 1.5rem;color:#1f2937;text-decoration:none;transition:all .2s ease;font-weight:500}.sidebar-nav ul li a svg{margin-right:.75rem;font-size:1.1rem}.sidebar-nav ul li a:hover{background-color:#0180b51a;color:#0180b5}.sidebar-nav ul li a.active{background-color:#0180b51a;color:#0180b5;border-left:3px solid #0180b5}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:99}.main-content{margin-left:250px;width:calc(100% - 250px);transition:margin-left .3s ease}.content-wrapper{padding:2rem}@media (max-width: 768px){.sidebar{transform:translate(-100%);z-index:101}.sidebar-open{transform:translate(0)}.sidebar-header .sidebar-close,.sidebar-overlay{display:block}.main-content{margin-left:0;width:100%}.content-wrapper{padding:1rem}}@media (max-width: 480px){.sidebar{width:280px}.content-wrapper{padding:.75rem}}.top-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:90}.top-nav .nav-left{display:flex;align-items:center;gap:1rem;flex:1}.top-nav .menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#1f2937;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s}.top-nav .menu-toggle:hover{background-color:#0180b51a}.top-nav .search-bar{position:relative;width:300px;max-width:100%}.top-nav .search-bar .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#1f293780}.top-nav .search-bar input{width:100%;background-color:#fff;color:#000;padding:.75rem 1rem .75rem 2.5rem;border:1px solid rgba(31,41,55,.1);border-radius:.375rem;font-size:.875rem;transition:all .2s ease}.top-nav .search-bar input:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.top-nav .nav-right{display:flex;align-items:center;gap:1.5rem}.top-nav .nav-right .notification-btn{position:relative;background:none;border:none;font-size:1.25rem;color:#1f2937b3;cursor:pointer;padding:.5rem}.top-nav .nav-right .notification-btn .badge{position:absolute;top:-.25rem;right:-.25rem;background-color:#ef4444;color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600}.top-nav .nav-right .user-profile{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#1f2937;position:relative;cursor:pointer}.top-nav .nav-right .user-profile svg{background-color:#0180b51a;color:#0180b5;padding:.5rem;border-radius:50%}.top-nav .nav-right .user-profile .user-dropdown{position:absolute;top:120%;right:0;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:.375rem;min-width:120px;z-index:100;padding:.5rem 0;display:flex;flex-direction:column;align-items:stretch}.top-nav .nav-right .user-profile .logout-btn{background:none;border:none;color:#ef4444;padding:.75rem 1.25rem;text-align:left;font-size:1rem;cursor:pointer;transition:background .2s;border-radius:.375rem}.top-nav .nav-right .user-profile .logout-btn:hover{background:#ef444414}@media (max-width: 768px){.top-nav{padding:1rem}.top-nav .menu-toggle{display:block}.top-nav .search-bar{width:200px}.top-nav .search-bar input{background-color:#fff;color:#000;font-size:.8rem;padding:.6rem .8rem .6rem 2.2rem}.top-nav .nav-right{gap:1rem}.top-nav .nav-right .user-profile span{display:none}}@media (max-width: 480px){.top-nav .search-bar{width:150px}.top-nav .nav-right{gap:.5rem}}.chart-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;height:100%}.chart-card h3{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:#1f2937}.chart-card .chart-container{height:300px;width:100%}.stats-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.stats-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stats-card .icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.stats-card .icon svg{width:1.25rem;height:1.25rem}.stats-card .content h3{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:#1f2937b3}.stats-card .content .value{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#1f2937}.stats-card .content .change{margin:0;font-size:.875rem;font-weight:500}.stats-card .content .change.positive{color:#10b981}.stats-card .content .change.negative{color:#ef4444}.stats-card.primary .icon{background-color:#0180b51a;color:#0180b5}.stats-card.secondary .icon{background-color:#10b9811a;color:#10b981}.stats-card.info .icon{background-color:#3b82f61a;color:#3b82f6}.stats-card.warning .icon{background-color:#f59e0b1a;color:#f59e0b}.dashboard .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.dashboard .page-header .header-actions{display:flex;align-items:center;gap:1rem}.dashboard .page-header .header-actions .search-bar{display:flex;align-items:center;background:#fff;padding:.5rem 1rem;border-radius:8px;border:1px solid #e5e7eb}.dashboard .page-header .header-actions .search-bar .search-icon{color:#6b7280;margin-right:.5rem}.dashboard .page-header .header-actions .search-bar input{border:none;color:#000;outline:none;background:transparent;font-size:1rem}.dashboard .page-header .header-actions .search-bar input::placeholder{color:#6b7280}.dashboard .page-header .header-actions button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;color:#111827;transition:background-color .2s ease}.dashboard .page-header .header-actions button:hover{background-color:#f3f4f6}.dashboard .page-header .header-actions .icon-btn{padding:.75rem}.dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard .chart-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.dashboard .chart-grid{grid-template-columns:1fr}}.dashboard .products-grid{display:grid;grid-template-columns:3fr 2fr;gap:2rem}@media (max-width: 768px){.dashboard .products-grid{grid-template-columns:1fr}}.dashboard .nav-arrows{display:flex;gap:.5rem}.dashboard .nav-arrows button{background:transparent;border:none;padding:.5rem;cursor:pointer;transition:all .2s ease}.dashboard .nav-arrows button:hover{background-color:#f3f4f6;border-radius:4px}.dashboard .nav-arrows button svg{width:20px;height:20px;color:#6b7280}.dashboard .products-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.dashboard .products-list::-webkit-scrollbar{display:none}.dashboard .product-card{flex:0 0 150px;text-align:center}.dashboard .product-card__image-container{background-color:#f3f4f6;border-radius:8px;padding:1rem;margin-bottom:.75rem;border:1px solid #e5e7eb}.dashboard .product-card__image{width:100%;height:auto;object-fit:contain}.dashboard .product-card__name{font-weight:600;color:#111827;font-size:1rem}.dashboard .product-card__quantity{color:#6b7280;font-size:.9rem}.dashboard .offers-list{display:flex;flex-direction:column;gap:1.5rem}.dashboard .offer-item{display:flex;flex-direction:column;gap:.5rem}.dashboard .offer-info{display:flex;justify-content:space-between;align-items:center}.dashboard .offer-title{font-weight:500;color:#111827}.dashboard .offer-expiry{font-size:.8rem;color:#6b7280}.dashboard .offer-expiry.upcoming{color:#0d9488}.dashboard .offer-bar{width:100%;height:8px;background-color:#f3f4f6;border-radius:4px;overflow:hidden}.dashboard .offer-progress{height:100%;border-radius:4px}.data-table{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;margin-top:1.5rem}.data-table__toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(31,41,55,.1)}.data-table__toolbar input[type=text]{background-color:#fff;color:#000;padding:.75rem 1rem;border:1px solid rgba(31,41,55,.1);border-radius:.375rem;min-width:300px;font-size:.9375rem;transition:all .2s ease}.data-table__toolbar input[type=text]:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.data-table__toolbar div{display:flex;gap:.75rem}.data-table__toolbar button{background:#0180b51a;color:#0180b5;border:none;padding:.75rem 1.25rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.data-table__toolbar button:hover{background:#0180b533}.data-table__toolbar button:active{transform:translateY(1px)}.data-table__bulk-actions{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#0180b50d;border-bottom:1px solid rgba(1,128,181,.1)}.data-table__bulk-actions span{font-size:.875rem;color:#0180b5;font-weight:500}.data-table__bulk-actions button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.data-table__bulk-actions button:hover{background:#eb1515}.data-table table{width:100%;border-collapse:collapse}.data-table table th,.data-table table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(31,41,55,.1);font-size:.875rem}.data-table table th{background-color:#0180b50d;color:#0180b5;font-weight:600;text-transform:uppercase;font-size:.6875rem;letter-spacing:.05em;position:relative}.data-table table tr:hover{background-color:#0180b505}.data-table table input[type=checkbox]{width:1rem;background-color:#fff;color:#000;height:1rem;border:1px solid rgba(31,41,55,.2);border-radius:.25rem;appearance:none;cursor:pointer;transition:all .2s ease;position:relative}.data-table table input[type=checkbox]:checked{background-color:#0180b5;border-color:#0180b5}.data-table table input[type=checkbox]:checked:after{content:"";position:absolute;left:.3125rem;top:.125rem;width:.3125rem;height:.625rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.data-table table input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #0180b533}.data-table__pagination{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid rgba(31,41,55,.1)}.data-table__pagination button{background:#fff;color:#0180b5;border:1px solid rgba(1,128,181,.2);padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.data-table__pagination button:hover:not(:disabled){background:#0180b51a}.data-table__pagination button:disabled{opacity:.5;cursor:not-allowed}.data-table__pagination span{font-size:.875rem;color:#1f2937b3}.data-table__pagination select{padding:.5rem;border:1px solid rgba(31,41,55,.1);border-radius:.25rem;font-size:.875rem;color:#2f2f2f;background:#fff;cursor:pointer;transition:all .2s ease}.data-table__pagination select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.data-table__empty{padding:3rem;text-align:center;color:#1f293780;font-size:.9375rem}.products-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.products-page .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.products-page .page-header .add-product-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s ease}.products-page .page-header .add-product-btn:hover{background-color:#4338ca}.products-page .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.products-page .status-badge.active{background-color:#10b9811a;color:#10b981}.products-page .status-badge.inactive{background-color:#ef44441a;color:#ef4444}.products-page .product-image{width:60px;height:60px;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb}.products-page .actions{display:flex;gap:.5rem}.products-page .actions a,.products-page .actions button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.products-page .actions a svg,.products-page .actions button svg{width:1rem;height:1rem}.products-page .actions a.edit-btn,.products-page .actions button.edit-btn{color:#3b82f6}.products-page .actions a.edit-btn:hover,.products-page .actions button.edit-btn:hover{background-color:#3b82f61a}.products-page .actions a.delete-btn,.products-page .actions button.delete-btn{color:#ef4444}.products-page .actions a.delete-btn:hover,.products-page .actions button.delete-btn:hover{background-color:#ef44441a}.products-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.products-page .modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 10px 25px #0003}.products-page .modal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.products-page .modal-header .warning-icon{color:#ef4444;font-size:1.5rem}.products-page .modal-header h3{margin:0;color:#2d3748;font-size:1.25rem}.products-page .modal-body{margin-bottom:2rem}.products-page .modal-body p{color:#4a5568;margin-bottom:1rem;line-height:1.5}.products-page .modal-body .product-info{background:#f7fafc;padding:.75rem;border-radius:6px;margin:0}.products-page .modal-actions{display:flex;justify-content:flex-end;gap:1rem}.products-page .modal-actions .cancel-btn{background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.products-page .modal-actions .cancel-btn:hover{background:#f7fafc}.products-page .modal-actions .delete-confirm-btn{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.products-page .modal-actions .delete-confirm-btn:hover{background:#eb1515}.product-add-page{padding:-1rem;background-color:#f8fafc;min-height:100vh}.product-add-page .page-header{margin-bottom:2rem}.product-add-page .page-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#0180b5;text-decoration:none;font-weight:500;margin-bottom:1rem;font-size:1rem}.product-add-page .page-header .back-btn:hover{color:#4338ca}.product-add-page .page-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.product-add-page .page-header p{color:#718096;margin:0;font-size:1rem}.product-add-page .product-form{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 1024px){.product-add-page .product-form{grid-template-columns:1fr}}.product-add-page .product-form .form-section{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.product-add-page .product-form .form-section .section-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.product-add-page .product-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.product-add-page .product-form .form-section .form-row{grid-template-columns:1fr}}.product-add-page .product-form .form-section .form-group{margin-bottom:1.5rem}.product-add-page .product-form .form-section .form-group label{display:block;font-weight:500;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.product-add-page .product-form .form-section .form-group label .required{color:#e53e3e}.product-add-page .product-form .form-section .form-group input,.product-add-page .product-form .form-section .form-group textarea,.product-add-page .product-form .form-section .form-group select{width:100%;padding:.75rem .5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#000;background-color:#fff;transition:all .2s ease}.product-add-page .product-form .form-section .form-group input::placeholder,.product-add-page .product-form .form-section .form-group textarea::placeholder,.product-add-page .product-form .form-section .form-group select::placeholder{color:#a0aec0}.product-add-page .product-form .form-section .form-group input:focus,.product-add-page .product-form .form-section .form-group textarea:focus,.product-add-page .product-form .form-section .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.product-add-page .product-form .form-section .form-group input:disabled,.product-add-page .product-form .form-section .form-group textarea:disabled,.product-add-page .product-form .form-section .form-group select:disabled{background-color:#f7fafc;color:#a0aec0}.product-add-page .product-form .form-section .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.product-add-page .product-form .form-section .form-group textarea{resize:vertical;min-height:120px}.product-add-page .product-form .form-section .form-group .source-type-toggle{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.product-add-page .product-form .form-section .form-group .source-type-toggle label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#4a5568;margin-bottom:0}.product-add-page .product-form .form-section .form-group .source-type-toggle label input[type=radio]{width:auto;margin:0;accent-color:#0180b5}.product-add-page .product-form .form-section .form-group .source-type-toggle label:hover{color:#0180b5}.product-add-page .product-form .form-section .pricing-versions{margin-bottom:1.5rem}.product-add-page .product-form .form-section .pricing-versions h3{font-size:1.1rem;font-weight:600;color:#495057;margin-bottom:1rem}.product-add-page .product-form .image-section .image-upload{border:2px dashed #cbd5e0;border-radius:12px;padding:3rem 2rem;text-align:center;background-color:#f7fafc;transition:all .2s ease;cursor:pointer;position:relative}.product-add-page .product-form .image-section .image-upload:hover{border-color:#0180b5;background-color:#0180b505}.product-add-page .product-form .image-section .image-upload .file-input{color:#000;background-color:#fff;position:absolute;inset:0;opacity:0;cursor:pointer}.product-add-page .product-form .image-section .image-upload .upload-icon{width:48px;height:48px;margin:0 auto 1rem;color:#a0aec0}.product-add-page .product-form .image-section .image-upload .upload-text{font-weight:500;color:#4a5568;margin-bottom:.5rem}.product-add-page .product-form .image-section .image-upload .upload-subtext{font-size:.875rem;color:#718096}.product-add-page .product-form .image-section .image-upload .image-preview{margin-top:1.5rem;position:relative;display:inline-block}.product-add-page .product-form .image-section .image-upload .image-preview img{max-width:200px;max-height:200px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.product-add-page .product-form .image-section .image-upload .image-preview .remove-image{position:absolute;top:8px;right:8px;background:#0009;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:1.2rem;padding:0}.product-add-page .product-form .form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.product-add-page .product-form .form-actions .cancel-btn{display:flex;align-items:center;gap:.5rem;background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease;font-size:.95rem}.product-add-page .product-form .form-actions .cancel-btn:hover{background:#f7fafc;color:#4a5568}.product-add-page .product-form .form-actions .save-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:.95rem}.product-add-page .product-form .form-actions .save-btn:hover{background-color:#4338ca}.product-edit-page{padding:-1rem;background-color:#f8fafc;min-height:100vh;max-width:1200px;margin:0 auto}.product-edit-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.product-edit-page .page-header .header-left{display:flex;flex-direction:column;gap:1rem;flex:1}.product-edit-page .page-header .header-left .back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#0180b5;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease;width:fit-content}.product-edit-page .page-header .header-left .back-btn:hover{color:#4338ca}.product-edit-page .page-header .header-left .header-content h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1a202c}.product-edit-page .page-header .header-left .header-content .product-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-edit-page .page-header .header-left .header-content .product-meta .product-id{color:#718096;font-size:.9rem}.product-edit-page .page-header .header-left .header-content .product-meta .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#10b9811a;color:#10b981}.product-edit-page .page-header .delete-btn{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.product-edit-page .page-header .delete-btn:hover{background:#eb1515}@media (max-width: 768px){.product-edit-page .page-header{flex-direction:column;gap:1.5rem;align-items:stretch}.product-edit-page .page-header .delete-btn{align-self:flex-end}}.product-edit-page .product-tabs{display:flex;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow-x:auto}.product-edit-page .product-tabs .tab-btn{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;color:#718096;white-space:nowrap;font-size:.9rem;transition:all .2s ease}.product-edit-page .product-tabs .tab-btn:hover{background:#0180b51a;color:#0180b5}.product-edit-page .product-tabs .tab-btn.active{background:#0180b5;color:#fff}@media (max-width: 768px){.product-edit-page .product-tabs .tab-btn{padding:.5rem 1rem;font-size:.8rem}}.product-edit-page .product-form .form-section{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:2rem}.product-edit-page .product-form .form-section .section-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:2rem}.product-edit-page .product-form .form-section .section-title .section-icon{color:#0180b5;font-size:1.1rem}.product-edit-page .product-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:start}.product-edit-page .product-form .form-section .form-row.three-columns{grid-template-columns:1fr 1fr 1fr}@media (max-width: 992px){.product-edit-page .product-form .form-section .form-row.three-columns{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.product-edit-page .product-form .form-section .form-row{grid-template-columns:1fr}}.product-edit-page .product-form .form-section .form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.product-edit-page .product-form .form-section .form-group.full-width{grid-column:1/-1}.product-edit-page .product-form .form-section .form-group label{display:block;font-weight:500;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.product-edit-page .product-form .form-section .form-group label .required{color:#e53e3e}.product-edit-page .product-form .form-section .form-group input,.product-edit-page .product-form .form-section .form-group textarea,.product-edit-page .product-form .form-section .form-group select{width:100%;color:#000;padding:.75rem .5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;background-color:#fff;transition:all .2s ease}.product-edit-page .product-form .form-section .form-group input::placeholder,.product-edit-page .product-form .form-section .form-group textarea::placeholder,.product-edit-page .product-form .form-section .form-group select::placeholder{color:#a0aec0}.product-edit-page .product-form .form-section .form-group input:focus,.product-edit-page .product-form .form-section .form-group textarea:focus,.product-edit-page .product-form .form-section .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.product-edit-page .product-form .form-section .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.product-edit-page .product-form .form-section .form-group textarea{resize:vertical;min-height:100px}.product-edit-page .product-form .form-section .form-group .checkbox-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.product-edit-page .product-form .form-section .form-group .checkbox-wrapper input[type=checkbox]{width:auto;margin:0}.product-edit-page .product-form .form-section .form-group .source-type-toggle{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.product-edit-page .product-form .form-section .form-group .source-type-toggle label{display:flex;align-items:center;gap:.5rem;margin-bottom:0;cursor:pointer;font-weight:500;color:#4a5568}.product-edit-page .product-form .form-section .form-group .source-type-toggle label input[type=radio]{width:auto;margin:0;accent-color:#0180b5}.product-edit-page .product-form .form-section .form-group .source-type-toggle label:hover{color:#0180b5}.product-edit-page .product-form .form-section .pricing-summary{background:#f7fafc;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.product-edit-page .product-form .form-section .pricing-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-weight:500}.product-edit-page .product-form .form-section .pricing-summary .summary-row.profit{color:#10b981;font-weight:600}.product-edit-page .product-form .form-section .pricing-summary .summary-row.percentage{color:#0180b5;font-weight:600}.product-edit-page .product-form .form-section .stock-status{margin:1.5rem 0;padding:.75rem 1rem;border-radius:8px;font-weight:500;display:flex;align-items:center;gap:.5rem}.product-edit-page .product-form .form-section .stock-status.low-stock{background:#ef44441a;color:#ef4444}.product-edit-page .product-form .form-section .stock-status.overstock{background:#f59e0b1a;color:#f59e0b}.product-edit-page .product-form .form-section .stock-status.normal{background:#10b9811a;color:#10b981}.product-edit-page .product-form .form-section .image-upload .upload-area{border:2px dashed #e2e8f0;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;margin-bottom:1rem;position:relative}.product-edit-page .product-form .form-section .image-upload .upload-area input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.product-edit-page .product-form .form-section .image-upload .upload-area:hover{border-color:#0180b5;background:#0180b50d}.product-edit-page .product-form .form-section .image-upload .upload-area .upload-icon{font-size:2rem;color:#a0aec0;margin-bottom:1rem}.product-edit-page .product-form .form-section .image-upload .upload-area .upload-text{color:#4a5568;font-weight:500;margin-bottom:.5rem}.product-edit-page .product-form .form-section .image-upload .upload-area .upload-hint{color:#718096;font-size:.875rem}.product-edit-page .product-form .form-section .image-upload .image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.product-edit-page .product-form .form-section .image-upload .image-preview .image-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;border:1px solid #e2e8f0}.product-edit-page .product-form .form-section .image-upload .image-preview .image-item img{width:100%;height:100%;object-fit:cover}.product-edit-page .product-form .form-section .image-upload .image-preview .image-item .remove-btn{position:absolute;top:8px;right:8px;background:#0009;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:1.2rem;padding:0}.product-edit-page .product-form .form-section .image-upload .image-preview .image-item .remove-btn:hover{background:#000c}.product-edit-page .product-form .form-section .image-upload .image-preview .image-item .primary-badge{position:absolute;bottom:.5rem;left:.5rem;background:#0180b5;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.product-edit-page .product-form .form-section .seo-preview{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.product-edit-page .product-form .form-section .seo-preview h3{margin-bottom:1rem;color:#2d3748;font-size:1.1rem}.product-edit-page .product-form .form-section .seo-preview .preview-card{background:#f7fafc;border-radius:8px;padding:1.5rem}.product-edit-page .product-form .form-section .seo-preview .preview-card .preview-title{color:#1a0dab;font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.product-edit-page .product-form .form-section .seo-preview .preview-card .preview-url{color:#006621;font-size:.9rem;margin-bottom:.5rem}.product-edit-page .product-form .form-section .seo-preview .preview-card .preview-description{color:#545454;font-size:.9rem;line-height:1.4}.product-edit-page .product-form .form-section .character-count{color:#718096;font-size:.8rem;margin-top:.25rem;display:block}.product-edit-page .product-form .form-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.product-edit-page .product-form .form-actions .cancel-btn{display:flex;align-items:center;gap:.5rem;background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease;font-size:.95rem}.product-edit-page .product-form .form-actions .cancel-btn:hover{background:#f7fafc;border-color:#cbd5e0}.product-edit-page .product-form .form-actions .save-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:.95rem}.product-edit-page .product-form .form-actions .save-btn:hover{background-color:#4338ca}@media (max-width: 768px){.product-edit-page .product-form .form-actions{flex-direction:column-reverse;align-items:stretch}.product-edit-page .product-form .form-actions .cancel-btn,.product-edit-page .product-form .form-actions .save-btn{justify-content:center}}@media (max-width: 992px){.product-edit-page,.product-edit-page .product-form .form-section{padding:1.5rem}}@media (max-width: 768px){.product-edit-page{padding:1rem}.product-edit-page .product-form .form-section{padding:1.25rem}.product-edit-page .product-form .form-section .section-title{font-size:1.1rem}}.delete-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-modal-overlay .delete-modal{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 10px 25px #0003}.delete-modal-overlay .delete-modal .modal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.delete-modal-overlay .delete-modal .modal-header .warning-icon{color:#ef4444;font-size:1.5rem}.delete-modal-overlay .delete-modal .modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a202c}.delete-modal-overlay .delete-modal .modal-body{color:#4a5568;margin-bottom:2rem;line-height:1.5}.delete-modal-overlay .delete-modal .modal-body .product-info{background:#f7fafc;padding:.75rem;border-radius:6px;margin-top:1rem;font-weight:500}.delete-modal-overlay .delete-modal .modal-actions{display:flex;justify-content:flex-end;gap:1rem}.delete-modal-overlay .delete-modal .modal-actions .cancel-btn{background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.delete-modal-overlay .delete-modal .modal-actions .cancel-btn:hover{background:#f7fafc}.delete-modal-overlay .delete-modal .modal-actions .confirm-btn{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.delete-modal-overlay .delete-modal .modal-actions .confirm-btn:hover{background:#eb1515}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-badge.pending{background-color:#f59e0b1a;color:#f59e0b}.status-badge.processing{background-color:#3b82f61a;color:#3b82f6}.status-badge.shipped{background-color:#0180b51a;color:#0180b5}.status-badge.completed{background-color:#10b9811a;color:#10b981}.status-badge.cancelled{background-color:#ef44441a;color:#ef4444}.orders-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.orders-page .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.orders-page .page-header .add-order-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s ease}.orders-page .page-header .add-order-btn:hover{background-color:#4338ca}.orders-page .tabs-container .tab-headers{display:flex;gap:.5rem;border-bottom:2px solid lightblue}.orders-page .tabs-container .tab-headers button{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#1f2937;cursor:pointer;border-bottom:3px solid transparent;border-radius:0;outline:none;transition:all .2s ease}.orders-page .tabs-container .tab-headers button:focus{outline:none;box-shadow:none}.orders-page .tabs-container .tab-headers button:hover{color:#0180b5;background-color:#0180b50d}.orders-page .tabs-container .tab-headers button.active{color:#0180b5;border-bottom-color:#0180b5;background-color:#0180b514;font-weight:600}.orders-page .tabs-container .tab-content{padding-top:1rem}.orders-page .status-wrapper{position:relative}.orders-page .status-menu{position:absolute;top:110%;right:0;background:#fff;border:1px solid lightgray;border-radius:.375rem;box-shadow:0 8px 20px #00000014;padding:.25rem;z-index:10;min-width:160px;display:flex;flex-direction:column}.orders-page .status-menu button{background:none;border:0;text-align:left;padding:.5rem .75rem;font-size:.9rem;color:#1f2937;cursor:pointer}.orders-page .status-menu button:hover{background-color:#0180b514;color:#0180b5}.orders-page .license-info .license-item{font-family:monospace;font-size:.8rem;color:#1f2937;background-color:#0180b50d;padding:.25rem .5rem;border-radius:.25rem;margin-bottom:.25rem;border:1px solid rgba(1,128,181,.1)}.orders-page .license-info .license-item:last-child{margin-bottom:0}.orders-page .actions{display:flex;gap:.5rem}.orders-page .actions a,.orders-page .actions button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.orders-page .actions a svg,.orders-page .actions button svg{width:1rem;height:1rem}.orders-page .actions a.view-btn,.orders-page .actions button.view-btn{color:#3b82f6}.orders-page .actions a.view-btn:hover,.orders-page .actions button.view-btn:hover{background-color:#3b82f61a}.orders-page .actions a.ship-btn,.orders-page .actions button.ship-btn{color:#10b981}.orders-page .actions a.ship-btn:hover,.orders-page .actions button.ship-btn:hover{background-color:#10b9811a}.order-details{padding:20px;max-width:1200px;margin:0 auto}.order-details .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e9ecef}.order-details .order-header h1{font-size:28px;font-weight:600;color:#2c3e50;margin:0}.order-details .order-header .order-status .status-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;text-transform:uppercase}.order-details .order-header .order-status .status-badge.status-pending{background-color:#fff3cd;color:#856404}.order-details .order-header .order-status .status-badge.status-completed{background-color:#d4edda;color:#155724}.order-details .order-header .order-status .status-badge.status-cancelled{background-color:#f8d7da;color:#721c24}.order-details .order-summary{display:grid;gap:30px}.order-details .order-summary .summary-section,.order-details .order-summary .shipping-section,.order-details .order-summary .customer-section,.order-details .order-summary .items-section{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 4px #0000001a}.order-details .order-summary .summary-section h2,.order-details .order-summary .shipping-section h2,.order-details .order-summary .customer-section h2,.order-details .order-summary .items-section h2{font-size:20px;font-weight:600;margin-bottom:20px;color:#2c3e50;border-bottom:1px solid #e9ecef;padding-bottom:10px}.order-details .order-summary .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.order-details .order-summary .info-grid .info-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f8f9fa}.order-details .order-summary .info-grid .info-item label{font-weight:600;color:#495057}.order-details .order-summary .info-grid .info-item span{color:#6c757d}.order-details .order-summary .info-grid .info-item span.total-price{font-size:18px;font-weight:700;color:#007bff}.order-details .order-summary .info-grid .info-item span.status-pending{color:#856404}.order-details .order-summary .info-grid .info-item span.status-completed{color:#155724}.order-details .order-summary .info-grid .info-item span.status-cancelled{color:#721c24}.order-details .order-summary .shipping-address p,.order-details .order-summary .customer-info p{margin:10px 0;color:#495057}.order-details .order-summary .shipping-address p strong,.order-details .order-summary .customer-info p strong{color:#2c3e50}.order-details .order-summary .items-list{display:grid;gap:20px}.order-details .order-summary .items-list .item-card{display:flex;gap:20px;padding:20px;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa}.order-details .order-summary .items-list .item-card .item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;flex-shrink:0}.order-details .order-summary .items-list .item-card .item-details{flex:1}.order-details .order-summary .items-list .item-card .item-details h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#2c3e50}.order-details .order-summary .items-list .item-card .item-details p{margin:0 0 8px;color:#6c757d;font-size:14px}.order-details .order-summary .items-list .item-card .item-details .item-info{display:flex;gap:20px;font-size:14px;color:#495057;flex-wrap:wrap}.order-details .order-summary .items-list .item-card .item-details .item-info span{font-weight:500}.order-details .order-summary .items-list .item-card .item-details .item-info span.license-no{background:#e3f2fd;color:#1565c0;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:12px;font-weight:600;letter-spacing:.5px}.order-details .loading,.order-details .error{text-align:center;padding:40px;font-size:18px;color:#6c757d}.order-details .error{color:#dc3545}@media (max-width: 768px){.order-details{padding:10px}.order-details .order-header{flex-direction:column;align-items:flex-start;gap:15px}.order-details .order-header h1{font-size:24px}.order-details .info-grid{grid-template-columns:1fr}.order-details .item-card{flex-direction:column;align-items:flex-start}.order-details .item-card .item-image{align-self:center}}.order-add-page{padding:-1rem;background-color:#f8fafc;min-height:100vh;max-width:1200px;margin:0 auto}.order-add-page .page-header{margin-bottom:2rem}.order-add-page .page-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#0180b5;text-decoration:none;font-weight:500;margin-bottom:1rem;font-size:1rem;transition:color .2s ease}.order-add-page .page-header .back-btn:hover{color:#4338ca}.order-add-page .page-header h1{margin:0;font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.order-add-page .page-header p{color:#718096;margin:0;font-size:1rem}.order-add-page .order-form{display:flex;flex-direction:column;gap:2rem}.order-add-page .order-form .form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.order-add-page .order-form .form-section .section-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.order-add-page .order-form .form-section .section-title .section-icon{color:#0180b5;font-size:1.1rem}.order-add-page .order-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.order-add-page .order-form .form-section .section-header .add-item-btn{display:flex;align-items:center;gap:.5rem;background:#0180b5;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.order-add-page .order-form .form-section .section-header .add-item-btn:hover{background:#4338ca}.order-add-page .order-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:start}.order-add-page .order-form .form-section .form-row.three-columns{grid-template-columns:1fr 1fr 1fr}@media (max-width: 992px){.order-add-page .order-form .form-section .form-row.three-columns{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.order-add-page .order-form .form-section .form-row{grid-template-columns:1fr}}.order-add-page .order-form .form-section .form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.order-add-page .order-form .form-section .form-group.flex-2{flex:2}.order-add-page .order-form .form-section .form-group.full-width{grid-column:1/-1}.order-add-page .order-form .form-section .form-group label{display:block;font-weight:500;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.order-add-page .order-form .form-section .form-group label .required{color:#e53e3e}.order-add-page .order-form .form-section .form-group input,.order-add-page .order-form .form-section .form-group textarea,.order-add-page .order-form .form-section .form-group select{width:100%;color:#000;padding:.75rem .5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;background-color:#fff;transition:all .2s ease}.order-add-page .order-form .form-section .form-group input::placeholder,.order-add-page .order-form .form-section .form-group textarea::placeholder,.order-add-page .order-form .form-section .form-group select::placeholder{color:#a0aec0}.order-add-page .order-form .form-section .form-group input:focus,.order-add-page .order-form .form-section .form-group textarea:focus,.order-add-page .order-form .form-section .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.order-add-page .order-form .form-section .form-group input.readonly,.order-add-page .order-form .form-section .form-group textarea.readonly,.order-add-page .order-form .form-section .form-group select.readonly{background-color:#f7fafc;color:#4a5568;cursor:not-allowed}.order-add-page .order-form .form-section .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.order-add-page .order-form .form-section .form-group textarea{resize:vertical;min-height:80px}.order-add-page .order-form .form-section .customer-search,.order-add-page .order-form .form-section .customer-search .search-input-wrapper{position:relative}.order-add-page .order-form .form-section .customer-search .search-input-wrapper .search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#a0aec0;pointer-events:none}.order-add-page .order-form .form-section .customer-search .customer-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:10;max-height:200px;overflow-y:auto}.order-add-page .order-form .form-section .customer-search .customer-dropdown .customer-option{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f7fafc;transition:background-color .2s ease}.order-add-page .order-form .form-section .customer-search .customer-dropdown .customer-option:hover{background-color:#f7fafc}.order-add-page .order-form .form-section .customer-search .customer-dropdown .customer-option:last-child{border-bottom:none}.order-add-page .order-form .form-section .customer-search .customer-dropdown .customer-option .customer-name{font-weight:500;color:#2d3748}.order-add-page .order-form .form-section .customer-search .customer-dropdown .customer-option .customer-email{font-size:.875rem;color:#718096;margin-top:.25rem}.order-add-page .order-form .form-section .order-items .order-item{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background-color:#fafafa}.order-add-page .order-form .form-section .order-items .order-item .item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:2rem;align-items:end}@media (max-width: 992px){.order-add-page .order-form .form-section .order-items .order-item .item-row{grid-template-columns:1fr 1fr 1fr auto}}@media (max-width: 768px){.order-add-page .order-form .form-section .order-items .order-item .item-row{grid-template-columns:1fr;gap:1rem}.order-add-page .order-form .form-section .order-items .order-item .item-row .remove-item-btn{justify-self:center;width:fit-content}}.order-add-page .order-form .form-section .order-items .order-item .item-row .remove-item-btn{background:#ef4444;color:#fff;border:none;padding:.75rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;margin-bottom:25px;justify-content:center}.order-add-page .order-form .form-section .order-items .order-item .item-row .remove-item-btn:hover:not(:disabled){background:#eb1515}.order-add-page .order-form .form-section .order-items .order-item .item-row .remove-item-btn:disabled{background:#cbd5e0;cursor:not-allowed}.order-add-page .order-form .form-section.order-summary .summary-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem;align-items:start}@media (max-width: 992px){.order-add-page .order-form .form-section.order-summary .summary-row{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.order-add-page .order-form .form-section.order-summary .summary-row{grid-template-columns:1fr}}.order-add-page .order-form .form-section.order-summary .total-section{border-top:1px solid #e2e8f0;padding-top:1.5rem}.order-add-page .order-form .form-section.order-summary .total-section .total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem}.order-add-page .order-form .form-section.order-summary .total-section .total-row.final-total{border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:1rem;font-weight:600;font-size:1.1rem;color:#0180b5}.order-add-page .order-form .form-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){.order-add-page .order-form .form-actions{flex-direction:column-reverse;align-items:stretch}.order-add-page .order-form .form-actions .cancel-btn,.order-add-page .order-form .form-actions .save-btn{justify-content:center}}.order-add-page .order-form .form-actions .cancel-btn{display:flex;align-items:center;gap:.5rem;background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease;font-size:.95rem}.order-add-page .order-form .form-actions .cancel-btn:hover{background:#f7fafc;border-color:#cbd5e0}.order-add-page .order-form .form-actions .save-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:.95rem}.order-add-page .order-form .form-actions .save-btn:hover{background-color:#4338ca}@media (max-width: 992px){.order-add-page,.order-add-page .order-form .form-section{padding:1.5rem}}@media (max-width: 768px){.order-add-page{padding:1rem}.order-add-page .page-header{text-align:center}.order-add-page .page-header .back-btn{justify-content:center}.order-add-page .order-form .form-section{padding:1.25rem}.order-add-page .order-form .form-section .section-header{flex-direction:column;align-items:stretch;gap:1rem}.order-add-page .order-form .form-section .section-header .add-item-btn{justify-content:center}}.customers-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.customers-page .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.customers-page .page-header .add-customer-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s ease}.customers-page .page-header .add-customer-btn:hover{background-color:#4338ca}.customers-page .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.customers-page .status-badge.active{background-color:#10b9811a;color:#10b981}.customers-page .status-badge.inactive{background-color:#ef44441a;color:#ef4444}.customers-page .actions{display:flex;gap:.5rem}.customers-page .actions a,.customers-page .actions button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.customers-page .actions a svg,.customers-page .actions button svg{width:1rem;height:1rem}.customers-page .actions a.view-btn,.customers-page .actions button.view-btn{color:#3b82f6}.customers-page .actions a.view-btn:hover,.customers-page .actions button.view-btn:hover{background-color:#3b82f61a}.customer-details-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.customer-details-page .page-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#0180b5;text-decoration:none;font-weight:500}.customer-details-page .page-header .back-btn:hover{text-decoration:underline}.customer-details-page .page-header .edit-btn{display:inline-flex;align-items:center;gap:.5rem;background:#0180b5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:background .2s}.customer-details-page .page-header .edit-btn:hover{background:#4338ca}.customer-details-page .customer-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.customer-details-page .customer-container .customer-profile{padding:1rem;border-bottom:1px solid rgba(31,41,55,.1)}.customer-details-page .customer-container .customer-profile .profile-header{display:flex;align-items:center;margin-bottom:2rem}.customer-details-page .customer-container .customer-profile .profile-header .avatar{width:80px;height:80px;border-radius:50%;background:#0180b5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;margin-right:1.5rem}.customer-details-page .customer-container .customer-profile .profile-header .profile-info h2{margin:0 0 .25rem;font-size:1.5rem;color:#1f2937}.customer-details-page .customer-container .customer-profile .profile-header .profile-info p{margin:0;color:#1f2937b3}.customer-details-page .customer-container .customer-profile .profile-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.customer-details-page .customer-container .customer-profile .profile-details .detail-group h3{margin:0 0 1rem;font-size:1.125rem;color:#1f2937;padding-bottom:.5rem;border-bottom:1px solid rgba(31,41,55,.1)}.customer-details-page .customer-container .customer-profile .profile-details .detail-group p{margin:0 0 .75rem;font-size:.9375rem}.customer-details-page .customer-container .customer-profile .profile-details .detail-group p strong{font-weight:500;color:#1f2937;display:inline-block;width:100px}.customer-details-page .customer-container .purchased-products{padding:1rem;border-bottom:1px solid rgba(31,41,55,.1)}.customer-details-page .customer-container .purchased-products h3{margin:0 0 1.5rem;font-size:1.25rem;color:#1f2937}.customer-details-page .customer-container .purchased-products .products-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media (min-width: 768px){.customer-details-page .customer-container .purchased-products .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.customer-details-page .customer-container .purchased-products .products-grid{grid-template-columns:repeat(3,1fr)}}.customer-details-page .customer-container .purchased-products .product-card{border:1px solid rgba(31,41,55,.1);border-radius:.5rem;padding:1rem;background:#fff;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.customer-details-page .customer-container .purchased-products .product-card:hover{box-shadow:0 4px 12px #0000001a}.customer-details-page .customer-container .purchased-products .product-card .product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(31,41,55,.1);flex-wrap:wrap;gap:.5rem}@media (max-width: 480px){.customer-details-page .customer-container .purchased-products .product-card .product-header{flex-direction:column;align-items:flex-start}}.customer-details-page .customer-container .purchased-products .product-card .product-header h4{margin:0;font-size:1rem;color:#1f2937;font-weight:600;flex:1}@media (min-width: 768px){.customer-details-page .customer-container .purchased-products .product-card .product-header h4{font-size:1.2rem}}.customer-details-page .customer-container .purchased-products .product-card .product-header .version-badge{background:#0180b5;color:#fff;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap}@media (min-width: 768px){.customer-details-page .customer-container .purchased-products .product-card .product-header .version-badge{padding:.375rem .875rem;font-size:.8rem}}.customer-details-page .customer-container .purchased-products .product-card .invoice-section{margin-bottom:1.5rem}.customer-details-page .customer-container .purchased-products .product-card .invoice-section h5{margin:0 0 .75rem;font-size:1rem;color:#0180b5;font-weight:600}.customer-details-page .customer-container .purchased-products .product-card .invoice-section .invoice-grid{display:flex;flex-direction:column;gap:.5rem;background:#0180b505;padding:.75rem;border-radius:.375rem;border:1px solid rgba(1,128,181,.1)}.customer-details-page .customer-container .purchased-products .product-card .invoice-section .invoice-item{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;padding:.5rem 0;border-bottom:1px solid rgba(1,128,181,.1)}.customer-details-page .customer-container .purchased-products .product-card .invoice-section .invoice-item:last-child{border-bottom:none}.customer-details-page .customer-container .purchased-products .product-card .invoice-section .invoice-item span:first-child{color:#1f2937b3;font-weight:500;min-width:120px}.customer-details-page .customer-container .purchased-products .product-card .invoice-section .invoice-item span:last-child{color:#1f2937;font-weight:600;text-align:right}.customer-details-page .customer-container .purchased-products .product-card .renewal-section{margin-bottom:1.5rem}.customer-details-page .customer-container .purchased-products .product-card .renewal-section h5{margin:0 0 .75rem;font-size:1rem;color:#f59e0b;font-weight:600}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-info{background:#f59e0b0d;padding:.75rem;border-radius:.375rem;border:1px solid rgba(245,158,11,.2)}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;padding:.5rem 0;border-bottom:1px solid rgba(245,158,11,.1)}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item:last-child{margin-bottom:0;border-bottom:none}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item span:first-child{color:#1f2937b3;font-weight:500;min-width:120px}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item .renewal-date{color:#f59e0b;font-weight:600;text-align:right}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item .days-remaining{color:#10b981;font-weight:600;text-align:right}.customer-details-page .customer-container .purchased-products .product-card .renewal-section .renewal-item span:last-child{text-align:right;font-weight:600}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section h5{margin:0 0 1rem;font-size:1rem;color:#10b981;font-weight:600}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-details{background:#10b9810d;padding:.75rem;border-radius:.375rem;border:1px solid rgba(16,185,129,.2)}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:.375rem}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .current-version,.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .new-version{text-align:center}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .current-version .label,.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .new-version .label{display:block;font-size:.75rem;color:#1f293799;margin-bottom:.25rem;text-transform:uppercase;font-weight:500}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .current-version .version,.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .new-version .version{display:block;font-size:.9rem;font-weight:600;color:#1f2937;text-transform:capitalize}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-comparison .arrow{font-size:1.5rem;color:#10b981;font-weight:700}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing{margin-bottom:1rem}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;padding:.5rem 0;border-bottom:1px solid rgba(16,185,129,.1)}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item:last-child{border-bottom:none}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item.highlight{padding:.75rem;background:#10b9811a;border-radius:.375rem;font-weight:600;border:1px solid rgba(16,185,129,.2);margin:.5rem 0}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item.highlight span:last-child{color:#10b981;font-size:1rem}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item span:first-child{color:#1f2937b3;font-weight:500;min-width:120px}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-pricing .price-item span:last-child{color:#1f2937;font-weight:600;text-align:right}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-btn{width:100%;background:linear-gradient(135deg,#10b981,#0c8a60);color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #10b98133}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.customer-details-page .customer-container .purchased-products .product-card .upgrade-section .upgrade-btn:active{transform:translateY(0)}.customer-details-page .customer-container .purchased-products .no-products{background:#1f29370d;padding:2rem;border-radius:.5rem;text-align:center}.customer-details-page .customer-container .purchased-products .no-products p{margin:0;color:#1f2937b3}.customer-details-page .customer-container .customer-orders{padding:1rem}.customer-details-page .customer-container .customer-orders h3{margin:0 0 1.5rem;font-size:1.25rem;color:#1f2937}.customer-details-page .customer-container .customer-orders .orders-table{width:100%;border-collapse:collapse}.customer-details-page .customer-container .customer-orders .orders-table th,.customer-details-page .customer-container .customer-orders .orders-table td{padding:.75rem;text-align:left;border-bottom:1px solid rgba(31,41,55,.1)}.customer-details-page .customer-container .customer-orders .orders-table th{background-color:#0180b50d;color:#0180b5;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.customer-details-page .customer-container .customer-orders .orders-table .order-link{color:#0180b5;text-decoration:none;font-weight:500}.customer-details-page .customer-container .customer-orders .orders-table .order-link:hover{text-decoration:underline}.customer-details-page .customer-container .customer-orders .orders-table .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.customer-details-page .customer-container .customer-orders .orders-table .status-badge.completed{background-color:#10b9811a;color:#10b981}.customer-details-page .customer-container .customer-orders .orders-table .view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;background:#0180b51a;color:#0180b5;border:none}.customer-details-page .customer-container .customer-orders .orders-table .view-btn:hover{background:#0180b533}.customer-details-page .customer-container .customer-orders .no-orders{background:#1f29370d;padding:2rem;border-radius:.5rem;text-align:center}.customer-details-page .customer-container .customer-orders .no-orders p{margin:0;color:#1f2937b3}.customer-details-page .customer-container .customer-orders .order-item-summary{font-size:.8rem;margin-bottom:.25rem;color:#1f2937cc}.customer-add-page{padding:-1rem;background-color:#f8fafc;min-height:100vh}.customer-add-page .page-header{margin-bottom:2rem}.customer-add-page .page-header .back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#0180b5;text-decoration:none;font-weight:500;margin-bottom:1rem;font-size:1rem;transition:color .2s ease}.customer-add-page .page-header .back-btn:hover{color:#4338ca}.customer-add-page .page-header h1{margin:0;font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.customer-add-page .page-header p{color:#718096;margin:0;font-size:1rem}.customer-add-page .customer-form{display:flex;flex-direction:column;gap:2rem}.customer-add-page .customer-form .form-section{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.customer-add-page .customer-form .form-section .section-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.customer-add-page .customer-form .form-section .section-title .section-icon{color:#0180b5;font-size:1.1rem}.customer-add-page .customer-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.customer-add-page .customer-form .form-section .form-row{grid-template-columns:1fr}}.customer-add-page .customer-form .form-section .form-group{margin-bottom:1.5rem}.customer-add-page .customer-form .form-section .form-group.checkbox-group{display:flex;align-items:center;margin-bottom:1rem}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#4a5568;margin-bottom:0}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label input[type=checkbox]{width:auto;margin:0;accent-color:#0180b5}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label .checkmark{width:18px;height:18px;border:2px solid #e2e8f0;border-radius:4px;position:relative;transition:all .2s ease}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label .checkmark:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#0180b5;border-color:#0180b5}.customer-add-page .customer-form .form-section .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkmark:after{opacity:1}.customer-add-page .customer-form .form-section .form-group label{display:block;font-weight:500;color:#4a5568;margin-bottom:.5rem;font-size:.9rem}.customer-add-page .customer-form .form-section .form-group label .required{color:#e53e3e}.customer-add-page .customer-form .form-section .form-group input,.customer-add-page .customer-form .form-section .form-group textarea,.customer-add-page .customer-form .form-section .form-group select{width:100%;color:#000;padding:.75rem .5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;background-color:#fff;transition:all .2s ease}.customer-add-page .customer-form .form-section .form-group input::placeholder,.customer-add-page .customer-form .form-section .form-group textarea::placeholder,.customer-add-page .customer-form .form-section .form-group select::placeholder{color:#a0aec0}.customer-add-page .customer-form .form-section .form-group input:focus,.customer-add-page .customer-form .form-section .form-group textarea:focus,.customer-add-page .customer-form .form-section .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.customer-add-page .customer-form .form-section .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}.customer-add-page .customer-form .form-section .form-group textarea{resize:vertical;min-height:100px}.customer-add-page .customer-form .form-section .form-group .tags-input{border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;background-color:#fff;min-height:60px}.customer-add-page .customer-form .form-section .form-group .tags-input .tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.customer-add-page .customer-form .form-section .form-group .tags-input .tags-list .tag{display:inline-flex;align-items:center;gap:.5rem;background-color:#0180b51a;color:#0180b5;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.customer-add-page .customer-form .form-section .form-group .tags-input .tags-list .tag button{background:none;border:none;color:#0180b5;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;margin-left:.25rem}.customer-add-page .customer-form .form-section .form-group .tags-input .tags-list .tag button:hover{color:#ef4444}.customer-add-page .customer-form .form-section .form-group .tags-input .add-tag{display:flex;gap:.5rem}.customer-add-page .customer-form .form-section .form-group .tags-input .add-tag input{color:#000;flex:1;border:none;padding:.5rem;font-size:.875rem;background:transparent}.customer-add-page .customer-form .form-section .form-group .tags-input .add-tag input:focus{outline:none;box-shadow:none}.customer-add-page .customer-form .form-section .form-group .tags-input .add-tag button{background:#0180b5;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.customer-add-page .customer-form .form-section .form-group .tags-input .add-tag button:hover{background:#4338ca}.customer-add-page .customer-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0}.customer-add-page .customer-form .form-actions .cancel-btn{display:flex;align-items:center;gap:.5rem;background:transparent;color:#718096;border:1px solid #e2e8f0;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease;font-size:.95rem}.customer-add-page .customer-form .form-actions .cancel-btn:hover{background:#f7fafc;border-color:#cbd5e0}.customer-add-page .customer-form .form-actions .save-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:.95rem}.customer-add-page .customer-form .form-actions .save-btn:hover{background-color:#4338ca}@media (max-width: 768px){.customer-add-page{padding:1rem}.customer-add-page .customer-form .form-section{padding:1.5rem}.customer-add-page .customer-form .form-section .form-row{grid-template-columns:1fr}}.reports .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.reports .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.reports .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.reports .chart-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 768px){.reports .chart-grid{grid-template-columns:1fr}}.settings-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.settings-page .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.settings-page .settings-form{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.settings-page .settings-form .settings-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(31,41,55,.1)}.settings-page .settings-form .settings-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.settings-page .settings-form .settings-section h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1f2937}.settings-page .settings-form .form-group{margin-bottom:1.5rem}.settings-page .settings-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1f2937}.settings-page .settings-form .form-group input,.settings-page .settings-form .form-group textarea,.settings-page .settings-form .form-group select{width:100%;color:#000;background-color:#fff;padding:.75rem;border:1px solid rgba(31,41,55,.1);border-radius:.25rem;font-size:1rem}.settings-page .settings-form .form-group input:focus,.settings-page .settings-form .form-group textarea:focus,.settings-page .settings-form .form-group select:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.settings-page .settings-form .form-group textarea{resize:vertical;min-height:100px}.settings-page .settings-form .form-group.checkbox-group{display:flex;align-items:center;gap:.75rem}.settings-page .settings-form .form-group.checkbox-group input{color:#000;background-color:#fff;width:auto}.settings-page .settings-form .form-group.checkbox-group label{margin:0}.settings-page .settings-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.settings-page .settings-form .form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.settings-page .settings-form .form-actions .save-btn{display:flex;align-items:center;gap:.5rem;background-color:#0180b5;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s ease}.settings-page .settings-form .form-actions .save-btn:hover{background-color:#4338ca}.sales-report-page{padding:20px}.sales-report-page .page-header{margin-bottom:30px}.sales-report-page .page-header h1{font-size:28px;font-weight:600;color:#2c3e50}.sales-report-page .stats-section{display:flex;gap:20px;margin-bottom:30px}.sales-report-page .filters-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px}.sales-report-page .filters-section .filters-row{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.sales-report-page .filters-section .filters-row select,.sales-report-page .filters-section .filters-row input[type=text],.sales-report-page .filters-section .filters-row input[type=number],.sales-report-page .filters-section .filters-row input[type=date]{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:150px;background:#fff;color:#333}.sales-report-page .filters-section .filters-row select:focus,.sales-report-page .filters-section .filters-row input[type=text]:focus,.sales-report-page .filters-section .filters-row input[type=number]:focus,.sales-report-page .filters-section .filters-row input[type=date]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.sales-report-page .filters-section .filters-row .ant-select .ant-select-selector{padding:6px 12px!important;border:1px solid #ddd!important;border-radius:6px!important;font-size:14px!important;background:#fff!important;color:#333!important;height:auto!important;min-height:38px!important}.sales-report-page .filters-section .filters-row .ant-select.ant-select-focused .ant-select-selector{border-color:#3498db!important;box-shadow:0 0 0 2px #3498db33!important}.sales-report-page .filters-section .filters-row .apply-btn,.sales-report-page .filters-section .filters-row .clear-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.sales-report-page .filters-section .filters-row .apply-btn{background:#3498db;color:#fff}.sales-report-page .filters-section .filters-row .apply-btn:hover{background:#2980b9}.sales-report-page .filters-section .filters-row .clear-btn{background:#95a5a6;color:#fff}.sales-report-page .filters-section .filters-row .clear-btn:hover{background:#7f8c8d}.sales-report-page .table-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}@media (max-width: 768px){.sales-report-page .stats-section{flex-direction:column}.sales-report-page .filters-section .filters-row{flex-direction:column;align-items:stretch}.sales-report-page .filters-section .filters-row select,.sales-report-page .filters-section .filters-row input{min-width:100%}}.renewal-report-page{padding:20px}.renewal-report-page .page-header{margin-bottom:30px}.renewal-report-page .page-header h1{font-size:28px;font-weight:600;color:#2c3e50}.renewal-report-page .stats-section{display:flex;gap:20px;margin-bottom:30px}.renewal-report-page .filters-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px}.renewal-report-page .filters-section .filters-row{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.renewal-report-page .filters-section .filters-row .ant-select .ant-select-selector{padding:6px 12px!important;border:1px solid #ddd!important;border-radius:6px!important;font-size:14px!important;background:#fff!important;color:#333!important;height:auto!important;min-height:38px!important}.renewal-report-page .filters-section .filters-row .ant-select.ant-select-focused .ant-select-selector{border-color:#3498db!important;box-shadow:0 0 0 2px #3498db33!important}.renewal-report-page .filters-section .filters-row .apply-btn,.renewal-report-page .filters-section .filters-row .clear-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.renewal-report-page .filters-section .filters-row .apply-btn{background:#3498db;color:#fff}.renewal-report-page .filters-section .filters-row .apply-btn:hover{background:#3498db}.renewal-report-page .filters-section .filters-row .clear-btn{background:#95a5a6;color:#fff}.renewal-report-page .filters-section .filters-row .clear-btn:hover{background:#7f8c8d}.renewal-report-page .table-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}@media (max-width: 768px){.renewal-report-page .stats-section{flex-direction:column}.renewal-report-page .filters-section .filters-row{flex-direction:column;align-items:stretch}}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f9fafb}.login-page .login-card{width:100%;max-width:400px;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem}.login-page .login-card .login-header{text-align:center;margin-bottom:2rem}.login-page .login-card .login-header h1{color:#0180b5;margin:0 0 .5rem;font-size:1.75rem}.login-page .login-card .login-header p{color:#1f2937b3;margin:0}.login-page .login-card .error-message{color:#ef4444;background:#ef44441a;padding:.75rem;border-radius:.25rem;margin-bottom:1rem;font-size:.875rem}.login-page .login-card .form-group{margin-bottom:1.5rem}.login-page .login-card .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1f2937}.login-page .login-card .form-group input{width:95%;background-color:#fff;color:#000;padding:.75rem;border:1px solid rgba(31,41,55,.1);border-radius:.25rem;font-size:1rem}.login-page .login-card .form-group input:focus{outline:none;border-color:#0180b5;box-shadow:0 0 0 3px #0180b51a}.login-page .login-card .login-btn{width:100%;padding:.75rem;background:#0180b5;color:#fff;border:none;border-radius:.25rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.login-page .login-card .login-btn:hover{background:#4338ca}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
