@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);.dashboard-container{padding:2rem;max-width:1400px;margin:0 auto;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden;border:1px solid #e5e7eb;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.dashboard-header h1{margin:0;color:#222;font-size:2rem;font-weight:600;letter-spacing:-.01em;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.dashboard-header h1:before{content:"";margin-right:0;font-size:0}.tabs{justify-content:center;margin-bottom:2rem}.tabs button{background:transparent;border:none;padding:.75rem 1.5rem;cursor:pointer;border-radius:4px;transition:background .2s,color .2s;font-weight:500;font-size:1rem;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;color:#444;position:relative;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.tabs button:before{display:none}.tabs button.active{background:#2563eb;color:#fff;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif}.tabs button:hover{background:#e0e7ff;color:#2563eb}.account-table{width:100%;border-collapse:collapse;margin-top:2rem;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}.account-table th{background:#f5f6fa;font-weight:600;text-transform:uppercase;font-size:.85rem;padding:1rem;color:#555;border:none;letter-spacing:.03em}.account-table td{padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.95rem;color:#333;vertical-align:middle}.account-table tr:hover{background:#f0f1f5;cursor:pointer;box-shadow:none;transition:background .2s}.account-table tr:last-child td{border-bottom:none}.delete-btn{background:#eee;color:#333;border:1px solid #ccc;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s,color .2s;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:500;font-family:"DM Sans",sans-serif}.delete-btn:before{display:none}.delete-btn:hover{background:#ccc;color:#fff}.global-statistics-section{margin-top:2rem;background:#fff;border-radius:4px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.time-period-filters{display:flex;justify-content:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem;padding:1rem;background:#f5f6fa;border-radius:4px;border:1px solid #e5e7eb}.time-period-filters button{background:#fff;border:1px solid #e5e7eb;padding:.5rem 1rem;cursor:pointer;border-radius:4px;transition:background .2s,color .2s;font-weight:500;color:#444;box-shadow:none}.time-period-filters button.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:none}.time-period-filters button:hover{background:#e0e7ff;color:#2563eb}.statistics-tabs{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1px}.tab-button{background:none;color:#666;transition:color .2s}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#222;border-radius:2px}.statistics-content{margin-top:2rem}.statistics-content h3{margin-bottom:1.5rem;color:#2563eb;font-size:1.2rem;font-weight:600}.statistics-table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:"DM Sans",sans-serif}.statistics-table td,.statistics-table th{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.statistics-table th{background:#e0e7ff;color:#2563eb;font-weight:600;text-transform:uppercase;font-size:.85rem;color:#555;border:none;letter-spacing:.03em;position:relative}.statistics-table th:before{display:none}.statistics-table tr:hover{background:#f0f1f5;box-shadow:none;transition:background .2s}.statistics-table tr:last-child td{border-bottom:none}.error-message{border-radius:4px}@media (max-width:768px){.dashboard-container{padding:1rem;margin:1rem}.dashboard-header{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.tabs{flex-direction:column;grid-gap:.5rem;gap:.5rem}.account-table{font-size:.85rem}.account-table td,.account-table th{padding:.75rem .5rem}}.support-tickets-container{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif}.support-tickets-container h1{margin:0 0 1.5rem;color:#222;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.support-tickets-container h1:before{display:none}.filter-container{margin-bottom:1.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;background:#f5f6fa;border-radius:8px;border:1px solid #e5e7eb}.filter-container label{font-size:1rem;color:#444;display:flex;align-items:center;font-weight:500;grid-gap:.5rem;gap:.5rem}.filter-container label:before{display:none}.filter-container select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-family:"DM Sans",sans-serif;font-weight:500;background:#fff;transition:border-color .2s;cursor:pointer}.filter-container select:focus{outline:none;border-color:#bfc5d2;box-shadow:none}.support-ticket-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:"DM Sans",sans-serif}.support-ticket-table th{background:#e0e7ff;color:#2563eb;font-weight:600;text-transform:uppercase;font-size:.85rem;padding:1rem;color:#555;border:none;letter-spacing:.03em;position:relative}.support-ticket-table th:before{display:none}.support-ticket-table td{padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.95rem;color:#333;vertical-align:middle;transition:background .2s,color .2s}.support-ticket-table tr:hover{background:#f0f1f5;cursor:pointer;box-shadow:none;transition:background .2s}.support-ticket-table tr:hover td{color:#222}.support-ticket-table tr:last-child td{border-bottom:none}.support-ticket-table td:nth-child(4){font-weight:600}.support-ticket-table tr[data-status="1"] td:nth-child(4){color:#2563eb}.support-ticket-table tr[data-status="2"] td:nth-child(4){color:#c00}.support-ticket-table tr[data-status="3"] td:nth-child(4){color:#b59f3b}.support-ticket-table tr[data-status="4"] td:nth-child(4){color:#888}.error-message,.loading{font-family:"DM Sans",sans-serif}@media (max-width:768px){.support-tickets-container{padding:1rem}.support-ticket-table td,.support-ticket-table th{padding:.5rem;font-size:.85rem}.filter-container{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}}.queue-container{padding:20px;background:#f5f6fa;min-height:100vh}.queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.queue-header h1{margin:0;color:#222;font-size:1.25rem;font-weight:600}.action-buttons{display:flex;grid-gap:10px;gap:10px}.refresh-button{padding:8px 16px;background-color:#2563eb;color:#fff;border:1px solid #2563eb;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.refresh-button:hover{background-color:#1d4ed8;color:#fff}.clear-selected-button{padding:8px 16px;background-color:#fee2e2;color:#b91c1c;border:1px solid #b91c1c;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.clear-selected-button:hover{background-color:#fca5a5;color:#fff}.queue-table{width:100%;border-collapse:collapse;margin-top:20px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);border-radius:8px}.queue-table td,.queue-table th{padding:12px 15px;text-align:left;border-bottom:1px solid #e5e7eb}.queue-table th{background-color:#e0e7ff;color:#2563eb;font-weight:600}.queue-table tr:hover{background-color:#f0f1f5}.queue-table tr.selected-row{background-color:#e5e7eb}.queue-table tr.selected-row:hover{background-color:#d0d6e2}.clear-btn{padding:5px 10px;background-color:#eee;color:#333;border:1px solid #ccc;border-radius:3px;cursor:pointer;transition:background .2s,color .2s}.clear-btn:hover{background-color:#ddd;color:#fff}.no-data{text-align:center;color:#888;padding:20px}.error-message,.loading{text-align:center;padding:20px;font-size:16px;color:#2563eb}.error-message{border:1px solid #fdd}input[type=checkbox]{cursor:pointer;width:16px;height:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f6fa;padding:20px;position:relative;overflow:hidden}.login-container:before{display:none}.login-form{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);width:100%;max-width:350px;position:relative;z-index:1;border:1px solid #e5e7eb}.logo-container{text-align:center;margin-bottom:2rem}.logo{width:60px;height:60px;background:#e5e7eb;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:none;position:relative;overflow:hidden}.logo:before{display:none}.logo span{font-size:1.5rem;color:#222;font-weight:700;z-index:1;position:relative}h2{color:#222;font-size:1.25rem;margin:0;text-align:center;font-weight:600;letter-spacing:-.01em}.form-group{position:relative}.form-group:before{display:none}input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s;outline:none;box-sizing:border-box;background:#f5f6fa}input:focus{border-color:#bfc5d2;background:#fff;box-shadow:none;transform:none}input::placeholder{color:#888}.login-button{width:100%;padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem}.login-button:before{display:none}.login-button:hover{background:#1d4ed8}.login-button:active{background:#222}.login-button:disabled{background:#e0e7ff;color:#2563eb;cursor:not-allowed;box-shadow:none}.login-button:disabled:before{display:none;content:"\f110";animation:spin 1s linear infinite}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;border:1px solid #fecaca}.error-message:before{content:"\f071";font-family:"Font Awesome 6 Free";font-weight:900}@media (max-width:480px){.login-form{padding:2rem 1.5rem;margin:1rem;border-radius:20px}.logo{width:70px;height:70px}.logo span,h2{font-size:1.5rem}}.account-page-container{padding:2rem;max-width:1200px;margin:0 auto;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e5e7eb;font-family:"DM Sans",sans-serif}.back-button{background:#e5e7eb}.account-header{margin-bottom:2rem;text-align:center;padding:1rem 0;border-bottom:1px solid #e5e7eb}.account-header h1{margin:0;color:#222;font-size:2rem;font-weight:600;letter-spacing:-.01em;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.account-domain{color:#555;margin:.5rem 0 0;font-size:1rem;font-weight:500}.tabs{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;background:#f5f6fa;border-radius:4px;padding:.5rem;box-shadow:none;border:1px solid #2563eb}.tab-button{padding:.75rem 1.25rem;border:none;background:transparent;color:#555;font-size:1rem;cursor:pointer;position:relative;transition:background .2s,color .2s;font-weight:500;border-radius:6px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.tab-button:before{display:none}.tab-button.active{background:#2563eb;color:#fff;box-shadow:none}.tab-button:hover{background:#e0e7ff;color:#2563eb}.tab-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.account-info-section{margin-bottom:2rem;padding:1.5rem;background:#f5f6fa;border-radius:8px;border-left:4px solid #2563eb;box-shadow:none}.account-info-section h3{margin:0 0 1rem;color:#222;font-size:1.1rem;font-weight:600;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.account-info-section h3:before{display:none}.account-info-section p{margin:.5rem 0;font-size:.95rem;line-height:1.5;color:#444}.account-info-section strong{color:#222;min-width:120px;display:inline-block;font-weight:600}ul{list-style-type:none;padding:0;margin:0}li{padding:1rem;margin-bottom:.75rem;border-radius:8px;border:1px solid #e5e7eb;transition:background .2s,border-color .2s;background:#fff;box-shadow:none}li:hover{background:#f5f6fa;border-color:#bfc5d2}.gallery-details,.user-details{margin-top:1rem;padding:1rem;background:#f5f6fa;border-radius:8px;width:100%;border:1px solid #e5e7eb}.gallery-item-header{display:flex;justify-content:space-between;align-items:center;width:100%}.gallery-name{font-weight:600;color:#222;font-size:1rem}.photo-count{padding:.3rem .75rem;border-radius:12px;font-size:.85rem}.add-user-button,.photo-count{background:#2563eb;color:#fff;font-weight:500;box-shadow:none}.add-user-button{border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s,color .2s;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem}.add-user-button:before{display:none}.add-user-button:hover{background:#1d4ed8;color:#fff}.reset-password-button{background:#f59e42;color:#fff;border:1px solid #f59e42;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-top:1rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem}.reset-password-button:before{display:none}.reset-password-button:hover{background:#ea580c;color:#fff}.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;justify-content:center;align-items:center;z-index:1000}.user-form{background-color:#fff;padding:2rem;border-radius:8px;width:100%;max-width:400px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e5e7eb}.user-form h3{margin-top:0;margin-bottom:1.5rem;color:#222;font-size:1.2rem;font-weight:600;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#444}.form-group input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#bfc5d2;box-shadow:none}.form-buttons{display:flex;justify-content:flex-end;margin-top:1.5rem;grid-gap:.5rem;gap:.5rem}.submit-button{background:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.submit-button:hover{background:#1d4ed8}.cancel-button{background:#e5e7eb;color:#2563eb;border:1px solid #2563eb;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.cancel-button:hover{background:#e0e7ff;color:#2563eb}.success-message{padding:.75rem 1rem;background:#e0f2fe;color:#2563eb;border-radius:6px;margin-bottom:1rem;border:1px solid #2563eb;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.success-message:before{display:none}.error-message{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.gallery-details a{color:#2563eb;text-decoration:underline;transition:color .2s}.gallery-details a:hover{color:#1d4ed8}@media (max-width:768px){.account-page-container{padding:1rem;margin:1rem;border-radius:8px}.tabs{flex-direction:column;grid-gap:.5rem;gap:.5rem}.account-header h1{font-size:1.5rem}.gallery-item-header{align-items:flex-start}.form-buttons,.gallery-item-header{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.gallery-details a{color:#667eea;text-decoration:none;transition:color .3s ease;font-weight:500}.gallery-details a:hover{color:#764ba2;text-decoration:underline}@media (max-width:768px){.account-page-container{padding:1rem;margin:1rem;border-radius:16px}.tabs{flex-direction:column;grid-gap:.5rem;gap:.5rem}.account-header h1{font-size:2rem}.gallery-item-header{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.form-buttons{flex-direction:column;grid-gap:.5rem;gap:.5rem}}*{box-sizing:border-box}body{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;background:#f5f6fa;margin:0;padding:0;min-height:100vh}.support-ticket-details-container{padding:2rem;max-width:900px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e5e7eb;font-family:"DM Sans",sans-serif}.support-ticket-details-container h1{margin:0 0 1.5rem;color:#222;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.support-ticket-details-container h1:before{display:none}.back-button{background:#e0e7ff;color:#2563eb;border:1px solid #2563eb;padding:.5rem 1rem;cursor:pointer;border-radius:6px;transition:background .2s,color .2s;margin-bottom:1rem;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:500;box-shadow:none}.back-button:before{display:none}.back-button:hover{background:#2563eb;color:#fff}.ticket-details{margin-bottom:2rem;padding:1.5rem;background:#f5f6fa;border-radius:8px;border-left:4px solid #2563eb;box-shadow:none}.ticket-details p{margin:.5rem 0;font-size:.95rem;line-height:1.5;color:#444}.ticket-details strong{color:#222;min-width:120px;display:inline-block;font-weight:600}.ticket-details select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:6px;margin-left:1rem;font-family:"DM Sans",sans-serif;font-weight:500;background:#fff;transition:border-color .2s;cursor:pointer}.ticket-details select:focus{outline:none;border-color:#bfc5d2;box-shadow:none}.ticket-description{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;color:#444;line-height:1.5;font-size:.95rem}.comments-section{margin-top:2rem}.comments-section h2{margin-bottom:1rem;color:#2563eb;font-size:1.1rem;font-weight:600;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.comments-section h2:before{display:none}.comments-section ul{list-style-type:none;padding:0;margin:0 0 1.5rem}.comments-section li{background:#fff;border:1px solid #e5e7eb;padding:1rem;margin-bottom:.75rem;border-radius:8px;transition:background .2s;box-shadow:none}.comments-section li:hover{background:#f5f6fa}.comment-user{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-weight:600;color:#222}.comment-user:before{display:none}.comment-text{color:#444;line-height:1.5;margin:0}.comments-section textarea{width:100%;padding:.75rem;margin-bottom:.75rem;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-family:"DM Sans",sans-serif;font-size:1rem;line-height:1.5;resize:vertical;min-height:80px;transition:border-color .2s}.comments-section textarea:focus{outline:none;border-color:#bfc5d2;box-shadow:none}.comments-section textarea::placeholder{color:#888}.comments-section button{background:#2563eb;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:6px;transition:background .2s;font-weight:500;display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;box-shadow:none}.comments-section button:before{display:none}.comments-section button:hover{background:#1d4ed8}.loading{text-align:center;padding:2rem;font-size:1.1rem;color:#2563eb;display:flex;flex-direction:column;align-items:center;grid-gap:1rem;gap:1rem}.loading:before{display:none}.error-message{background:#fee2e2;color:#b91c1c;padding:1rem;border-radius:8px;margin:1rem 0;text-align:center;border:1px solid #b91c1c;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem}.error-message:before{display:none}@media (max-width:768px){.support-ticket-details-container{padding:1rem;margin:1rem;border-radius:8px}.ticket-details{padding:1rem}.ticket-details strong{min-width:auto;display:block;margin-bottom:.25rem}.comments-section textarea{min-height:60px}}
/*# sourceMappingURL=main.6be2e0a3.chunk.css.map */