.calendar{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1rem;display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.calendar-title{font-size:1rem;color:#1f2937;font-weight:600;margin:0}.calendar-nav-buttons{display:flex;align-items:center;gap:.3rem}.nav-button{background:#3b7fb2;color:#fff;border:none;border-radius:5px;width:30px;height:30px;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.nav-button:hover{background:#2a6a94;transform:scale(1.05)}.today-button{background:#3b7fb2;color:#fff;border:none;border-radius:5px;height:30px;padding:0 .75rem;font-size:.75rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;justify-content:center}.today-button:hover{background:#2a6a94;transform:scale(1.05)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:auto;grid-auto-rows:minmax(150px,1fr);gap:1px;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;flex:1;min-height:0}.calendar-weekday{background:#f9fafb;padding:.5rem;text-align:center;font-weight:600;color:#6b7280;font-size:.6rem;text-transform:uppercase;letter-spacing:.5px}.calendar-day{background:#fff;height:100%;min-height:150px;padding:.3rem;transition:all .2s;display:flex;flex-direction:column;position:relative;overflow:hidden}.calendar-day.clickable{cursor:pointer}.calendar-day.clickable:hover{background:#f9fafb}.calendar-day.other-month{background:#f9fafb;color:#9ca3af}.calendar-day.today .day-number{background:#3b7fb2;color:#fff;border-radius:20%;width:13px;height:13px;display:flex;align-items:center;justify-content:center;font-weight:600}.day-number{font-weight:500;margin-bottom:.25rem;font-size:.6rem;flex-shrink:0}.day-events{flex:1 1 0;display:flex;flex-direction:column;gap:2px;margin-top:.25rem;overflow-y:auto;overflow-x:hidden;min-height:0;max-height:100%;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.day-events::-webkit-scrollbar{width:4px}.day-events::-webkit-scrollbar-track{background:transparent}.day-events::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.day-events::-webkit-scrollbar-thumb:hover{background:#94a3b8}.event-preview{background:#667eea;color:#fff;padding:2px 6px;border-radius:4px;font-size:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:all .2s;font-weight:500;position:relative;min-height:22px;display:flex;align-items:center;justify-content:space-between;gap:4px}.event-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-trophy-icon,.event-medal-icon{flex-shrink:0;font-size:.75rem;line-height:1}.event-standard-icon,.event-casual-icon,.event-tournament-icon,.event-prerelease-icon{flex-shrink:0;font-size:.6rem;font-weight:1000;line-height:1;color:#000;background:#fff;border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.event-globe-icon,.event-location-icon{flex-shrink:0;font-size:.75rem;line-height:1}.event-release-icon{flex-shrink:0;font-size:.6rem;font-weight:1000;line-height:1;color:#fff;background:#8b0000;border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.event-legal-icon{flex-shrink:0;font-size:.6rem;font-weight:1000;line-height:1;color:#fff;background:#006400;border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.event-preview:hover{opacity:.9;transform:scale(1.02);box-shadow:0 2px 4px #0003}.event-preview-start{border-radius:4px 0 0 4px;margin-right:-1px}.event-preview-middle{border-radius:0;margin-left:-1px;margin-right:-1px}.event-preview-end{border-radius:0 4px 4px 0;margin-left:-1px}.event-preview-single{border-radius:4px}@media (max-width: 768px){.calendar{padding:1rem}.calendar-day{min-height:60px;padding:.25rem}.calendar-title{font-size:.875rem}.event-preview{font-size:.6rem;padding:1px 4px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;color:#1f2937;font-weight:600}.close-button{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#1f2937}.event-form{padding:1.5rem}.form-group{margin-bottom:.75rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.75rem}.form-group input,.form-group textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.75rem;transition:all .2s;font-family:inherit}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#3b7fb2}.form-group input::selection,.form-group textarea::selection,.form-group select::selection{background-color:#3b7fb233;color:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.form-actions-right{display:flex;gap:.75rem}.save-button,.cancel-button,.delete-button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.save-button{background:#3b7fb2;color:#fff}.save-button:hover{background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 6px #3b7fb24d}.cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cancel-button:hover{background:#e5e7eb}.delete-button{background:#ef4444;color:#fff}.delete-button:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #ef44444d}.form-group select{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.75rem;transition:all .2s;font-family:inherit;background-color:#fff}.form-group select:hover{border-color:#3b7fb2}.form-group select:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.form-group .checkbox-label{display:flex;align-items:center;gap:1rem;cursor:pointer;font-weight:500;margin-bottom:0}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3B7FB2}.loading-container{padding:3rem;text-align:center}.loading-container p{color:#6b7280}.form-group small{display:block;margin-top:.25rem;color:#6b7280;font-size:.875rem;line-height:1.4}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.form-actions-right{width:100%;flex-direction:column}.save-button,.cancel-button,.delete-button{width:100%}}.filter-dropdown{position:relative;display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.filter-dropdown-label{font-weight:600;color:#374151;font-size:.75rem}.filter-dropdown-button{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.75rem;background:#fff;color:#1f2937;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;min-height:36px}.filter-dropdown-button:hover{border-color:#3b7fb2}.filter-dropdown-button:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.filter-dropdown-placeholder{color:#9ca3af}.filter-dropdown-arrow{font-size:.75rem;color:#6b7280;transition:transform .2s;margin-left:.5rem}.filter-dropdown-arrow.open{transform:rotate(180deg)}.filter-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto;padding:.5rem 0}.filter-dropdown-option{padding:.4rem .75rem;cursor:pointer;transition:background-color .15s;font-size:.75rem}.filter-dropdown-option:hover{background-color:#f3f4f6}.filter-dropdown-option label{display:flex;align-items:center;gap:.75rem;cursor:pointer;width:100%;margin:0}.filter-dropdown-option input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3B7FB2;flex-shrink:0}.filter-dropdown-option span{-webkit-user-select:none;user-select:none}.filter-dropdown-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.5rem;width:16px;text-align:left}.filter-dropdown-select-all{border-bottom:1px solid #e5e7eb;font-weight:600;background-color:#f9fafb}.filter-dropdown-select-all:hover{background-color:#f3f4f6}.filter-dropdown-special{border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.filter-dropdown-special:hover{background-color:#f3f4f6}.filter-dropdown-special-label{font-weight:700}.filter-dropdown-menu::-webkit-scrollbar{width:8px}.filter-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.filter-dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.filter-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#94a3b8}.burger-menu{position:relative}.burger-button{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:6px;width:36px;height:36px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;transition:all .3s;padding:0;position:relative;z-index:1001}.burger-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.burger-button span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.burger-button.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-button.open span:nth-child(2){opacity:0}.burger-button.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.burger-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;min-width:200px;z-index:1000;overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.burger-menu-item{display:block;width:100%;padding:.875rem 1.25rem;text-align:left;background:none;border:none;color:#1f2937;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit;border-bottom:1px solid #e5e7eb}.burger-menu-item:last-child{border-bottom:none}.burger-menu-item:hover{background:#f3f4f6;color:#667eea}.burger-menu-item.logout-button{color:#dc2626;border-top:2px solid #e5e7eb;margin-top:.25rem}.burger-menu-item.logout-button:hover{background:#fee2e2;color:#b91c1c}.burger-menu-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.burger-menu-dropdown{min-width:180px;right:0}.burger-menu-item{padding:.75rem 1rem;font-size:.95rem}}.admin-page{min-height:100vh;display:flex;flex-direction:column}.admin-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-logo{height:50px;width:auto;object-fit:contain}.admin-header h1{font-size:1.25rem;margin:0;font-weight:700}.manage-stores-link,.view-public-link,.logout-button{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3);font-family:inherit;font-size:1rem;cursor:pointer}.manage-stores-link:hover,.view-public-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.admin-main{flex:1;padding:1rem;display:flex;flex-direction:column;overflow:hidden}.export-calendar-button{background:#3b7fb2;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:36px;display:flex;align-items:center}.export-calendar-button:hover:not(:disabled){background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.export-calendar-button:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.admin-header h1{font-size:1.25rem}.admin-main{padding:1rem}.header-actions{width:100%;flex-direction:column}.manage-stores-link,.view-public-link,.logout-button{width:100%;text-align:center}.calendar-filters{flex-direction:column;align-items:stretch}.clear-filters-button{width:100%}}.public-page{min-height:100vh;display:flex;flex-direction:column}.public-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.public-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.public-header .header-logo{height:50px;width:auto;object-fit:contain}.public-header h1{font-size:1.25rem;margin:0;font-weight:700}.admin-link,.view-stores-link{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3)}.view-stores-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.admin-link{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3)}.admin-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.public-main{flex:1;padding:1rem;display:flex;flex-direction:column;overflow:hidden}.calendar-filters{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem;padding:.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap}.filter-title{font-weight:600;color:#374151;font-size:.75rem;white-space:nowrap}.clear-filters-button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;min-height:36px;display:flex;align-items:center}.clear-filters-button:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.clear-filters-button:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.event-detail-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.event-detail-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.event-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}.event-detail-header-title{display:flex;gap:.75rem}.event-detail-header-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;line-height:1;flex-shrink:0}.event-detail-header-icon *{font-size:1.25rem!important;line-height:30px!important}.event-detail-header-icon span[style*=width]{width:30px!important;height:30px!important;max-width:30px!important;min-width:30px!important;min-height:30px!important;font-size:1.25rem!important;line-height:30px!important;border:none!important}.event-detail-header-icon *{border:none!important}.event-detail-header h2{font-size:1.75rem;font-weight:600;margin:0;line-height:1.75rem}.event-detail-header .close-button{background:none;border:none;font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.event-detail-header .close-button:hover{background:#0000001a;opacity:.8}.event-detail-content{padding:1.5rem}.event-detail-item{margin-bottom:.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.event-detail-item:last-child{margin-bottom:0}.event-detail-label{font-weight:700;color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;text-align:left;flex-shrink:0}.event-detail-value{color:#1f2937;font-size:1rem;line-height:1.5;text-align:right;flex:1}.event-detail-description{flex-direction:column;align-items:flex-start}.event-detail-description .event-detail-label{margin-bottom:.5rem}.event-detail-description .event-detail-value{text-align:left;white-space:pre-wrap;margin-top:0}.event-detail-footer{padding:1.5rem;border-top:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.close-detail-button{background:#3b7fb2;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;height:fit-content;min-height:44px;box-sizing:border-box}.close-detail-button:hover{background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.view-store-link{display:inline-flex;align-items:center;justify-content:center;color:#3b7fb2;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border:2px solid #3B7FB2;border-radius:8px;transition:all .2s;height:fit-content;min-height:44px;box-sizing:border-box}.view-store-link:hover{background:#3b7fb2;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.calendar-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;position:relative}@media (max-width: 768px){.public-header h1{font-size:1.25rem}.public-main{padding:1rem}.view-stores-link,.admin-link{width:100%;text-align:center}.calendar-filters{flex-direction:column;align-items:stretch}.clear-filters-button{width:100%}.event-detail-modal{max-height:95vh}.event-detail-header h2{font-size:1.5rem}}.store-modal-content{max-width:600px}.store-form .form-group{margin-bottom:.75rem}.store-form .form-group label{font-size:.75rem}.store-form .form-group input,.store-form .form-group textarea{font-size:.75rem;padding:.5rem}.store-form .form-group input::selection,.store-form .form-group textarea::selection,.store-form .form-group select::selection,.location-input::selection{background-color:#3b7fb233;color:inherit}.store-form-url-input{width:100%}.store-form .logo-preview{margin-top:.75rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;min-height:100px}.store-form .logo-preview img{max-width:200px;max-height:100px;object-fit:contain;border-radius:4px}.color-input-group{display:flex;gap:.75rem;align-items:center}.color-picker{width:60px;height:40px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;padding:2px;background:none;transition:all .2s}.color-picker:hover{border-color:#3b7fb2}.color-picker:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.color-picker::-webkit-color-swatch-wrapper{padding:0}.color-picker::-webkit-color-swatch{border:none;border-radius:6px}.color-text-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:monospace;transition:all .2s}.color-text-input:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.locations-container{display:flex;flex-direction:column;gap:.75rem}.location-input-group{display:flex;gap:.5rem;align-items:center}.location-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.75rem;transition:all .2s}.location-input:hover,.store-form .form-group input:hover,.store-form .form-group textarea:hover,.store-form .form-group select:hover{border-color:#3b7fb2}.location-input:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.remove-location-button{background:#ef4444;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.remove-location-button:hover{background:#dc2626;transform:scale(1.1)}.add-location-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:.75rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.add-location-button:hover{background:#e5e7eb;border-color:#3b7fb2}.store-form .form-actions{justify-content:space-between}.save-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.color-input-group{flex-direction:column;align-items:stretch}.color-picker{width:100%;height:50px}}.stores-page{min-height:100vh;display:flex;flex-direction:column}.stores-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.stores-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.stores-header .header-logo{height:50px;width:auto;object-fit:contain}.stores-header h1{font-size:1.25rem;margin:0;font-weight:700}.back-link{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3)}.create-store-button{background:#fff;color:#667eea;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.create-store-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.import-stores-button{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap}.import-stores-button:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.import-stores-button:disabled{opacity:.5;cursor:not-allowed}.export-stores-button{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap}.export-stores-button:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.export-stores-button:disabled{opacity:.5;cursor:not-allowed}.logout-button{background:#dc262633;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:2px solid rgba(220,38,38,.3);font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.stores-main{flex:1;padding:1rem}.store-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.store-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.store-card-header{padding:1.5rem;display:flex;justify-content:center;align-items:center;height:150px}.store-logo{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:12px;padding:.75rem;box-shadow:0 2px 4px #0000001a}.store-logo-placeholder{width:100%;height:100%;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;padding:.75rem;box-shadow:0 2px 4px #0000001a;color:#667eea}.store-card-body{padding:1.5rem;text-align:center;flex:1}.store-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.store-location-count{font-size:.75rem;color:#6b7280;margin:0}.store-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.store-link{color:#667eea;text-decoration:none;font-size:.875rem;padding:.25rem .75rem;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s;display:inline-block}.store-link:hover{background:#f3f4f6;border-color:#667eea;transform:translateY(-1px)}.store-card-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.edit-store-button{background:#3b7fb2;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.9rem}.edit-store-button:hover{background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.empty-state h2{font-size:1.75rem;color:#1f2937;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.clear-search-button{background:#3b7fb2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.clear-search-button:hover{background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.store-locations{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.loading-spinner{border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.retry-button{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.retry-button:hover{background:#dc2626}.success-message{background:#f0fdf4;border:1px solid #86efac;color:#166534;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.close-button{background:transparent;color:#166534;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s;border-radius:4px}.close-button:hover{background:#1665341a}@media (max-width: 768px){.stores-header h1{font-size:1.25rem}.back-link,.import-stores-button,.export-stores-button,.create-store-button,.logout-button{width:100%;text-align:center}.stores-main{padding:1rem}.stores-grid{grid-template-columns:1fr}.stores-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}}.api-docs-page{min-height:100vh;background:#f5f7fa}.api-docs-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.api-docs-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.header-actions{display:flex;gap:1rem;align-items:center}.preview-button{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3);font-family:inherit;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;height:36px;white-space:nowrap}.preview-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.api-docs-header .header-logo{height:50px;width:auto;object-fit:contain}.api-docs-header h1{font-size:1.25rem;margin:0;font-weight:700}.logout-button{background:#dc262633;border-color:#dc26264d}.logout-button:hover{background:#dc26264d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.api-docs-container{padding:1rem}.api-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.api-section h2{font-size:2rem;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #667eea}.api-section h3{font-size:1.25rem;color:#555;margin-top:1.5rem;margin-bottom:.75rem}.endpoint{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.endpoint:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.endpoint-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.method{padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.875rem;text-transform:uppercase;min-width:80px;text-align:center}.method.get{background:#4caf50;color:#fff}.method.post{background:#2196f3;color:#fff}.method.put{background:#ff9800;color:#fff}.method.delete{background:#f44336;color:#fff}.endpoint-path{font-size:1.1rem;font-weight:600;color:#333;font-family:Courier New,monospace}.endpoint-description{color:#666;margin-bottom:1rem;font-size:1rem}.endpoint ul{margin:.5rem 0;padding-left:1.5rem}.endpoint li{margin:.5rem 0;color:#555}.endpoint li code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:#d63384}.code-block{background:#1e1e1e;border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1rem 0}.code-block code,.code-block pre{color:#d4d4d4;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;margin:0}.code-block pre{white-space:pre-wrap;word-wrap:break-word}.example{margin-bottom:2rem}.example h3{color:#667eea;margin-bottom:.75rem}.error-example{margin-bottom:1.5rem}.error-example h3{color:#f44336}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.info-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.info-item h3{font-size:1rem;color:#667eea;margin:0 0 .5rem;font-weight:600}.info-item p{margin:0;color:#555;font-family:Courier New,monospace;font-size:.9rem}@media (max-width: 768px){.api-docs-header h1{font-size:1.25rem}.api-docs-container{padding:1rem}.api-section{padding:1.5rem}.endpoint-header{flex-direction:column;align-items:flex-start}.code-block{padding:1rem;font-size:.8rem}.info-grid{grid-template-columns:1fr}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:url(/brick-texture.jpg);background-size:cover;background-position:center;padding:2rem}.login-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:400px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-logo{max-width:100%;height:auto;max-height:120px;width:auto;object-fit:contain;margin:0 auto .5rem;display:block}.login-header p{color:#6b7280;margin:0;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:500;color:#374151;font-size:.9rem}.login-form input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s;background-color:#fff}.login-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-form input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.login-button{background:#3b7fb2;color:#fff;padding:.875rem 1.5rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#2a6a94;transform:scale(1.05)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.875rem 1rem;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 480px){.login-container{padding:2rem 1.5rem}.login-logo{max-height:80px}}.store-details-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.store-details-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.store-details-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.store-details-header .header-logo{height:50px;width:auto;object-fit:contain}.store-details-header h1{font-size:1.25rem;margin:0;font-weight:700}.store-logo-large{width:120px;height:120px;border-radius:16px;object-fit:contain;background:#ffffff1a;padding:1rem;box-shadow:0 4px 12px #0003}.store-logo-placeholder-large{width:120px;height:120px;border-radius:16px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #0003}.store-details-main{flex:1;padding:1rem}.store-logo-panel{background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;align-items:center;width:100%}.store-logo-panel .store-logo-large{width:auto;max-width:100%;height:auto;max-height:100px;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;object-fit:contain}.store-logo-panel .store-logo-placeholder-large{width:auto;max-width:100%;height:auto;min-height:80px;max-height:100px;aspect-ratio:1;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;font-size:3rem;font-weight:700;color:#667eea;color:#1f2937;display:flex;align-items:center;justify-content:center}.store-section{background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.store-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.store-link-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#1f2937;transition:all .2s;background:#fff}.store-link-card:hover{border-color:#3b7fb2;transform:translateY(-2px);box-shadow:0 4px 12px #3b7fb233}.link-icon{font-size:2.5rem;flex-shrink:0}.link-content h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#1f2937}.link-content p{font-size:.9rem;color:#6b7280;margin:0}.locations-list{display:flex;flex-direction:column;gap:.5rem}.location-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.location-card:hover{background:#f3f4f6;border-color:#d1d5db}.location-icon{font-size:1.5rem;flex-shrink:0}.location-address{font-size:1rem;color:#1f2937;margin:0;line-height:1.6}.store-info-footer{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.store-info-note{color:#6b7280;font-size:1rem;margin:0 0 1.5rem}.view-calendar-button{display:inline-flex;align-items:center;justify-content:center;background:#3b7fb2;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;transition:all .2s;border:none;cursor:pointer}.view-calendar-button:hover{background:#2a6a94;transform:translateY(-1px);box-shadow:0 4px 8px #3b7fb24d}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{font-size:4rem;margin-bottom:1rem}.error-state h2{font-size:2rem;color:#1f2937;margin:0 0 1rem}.error-state p{color:#6b7280;font-size:1.1rem;margin:0 0 2rem}.error-state .back-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s}.error-state .back-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.store-details-header{padding:1.5rem}.store-details-header h1{font-size:1.25rem}.store-logo-large,.store-logo-placeholder-large{width:100px;height:100px;font-size:2.5rem}.store-details-main{padding:2rem 1rem}.store-section{padding:1.5rem}.section-title{font-size:1.5rem}.store-links-grid{grid-template-columns:1fr}.location-card{padding:1rem}}.stores-list-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.stores-list-header{background:url(/brick-texture.jpg);background-size:cover;background-position:center;color:#fff;padding:.5rem 1rem .5rem 0rem;box-shadow:0 2px 10px #0000001a}.stores-list-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.stores-list-header .header-logo{height:50px;width:auto;object-fit:contain}.stores-list-header h1{font-size:1.25rem;margin:0;font-weight:700}.back-link{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s;border:2px solid rgba(255,255,255,.3);white-space:nowrap}.back-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.stores-list-main{flex:1;padding:1rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.loading-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.loading-spinner{border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{color:#6b7280;font-size:1.1rem}.search-container{margin-bottom:1rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:.5rem}.search-input{flex:1;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.75rem;transition:all .2s}.search-input:focus{outline:none;border-color:#3b7fb2;box-shadow:0 0 0 3px #3b7fb21a}.stores-count{font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap;flex-shrink:0}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.store-card-link{text-decoration:none;color:inherit}.store-card-public{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s;border:2px solid transparent;cursor:pointer}.store-card-public:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#3b7fb2}.store-card-header-public{padding:1.5rem;display:flex;justify-content:center;align-items:center;height:150px}.store-logo-public{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:12px;padding:.75rem;box-shadow:0 2px 4px #0000001a}.store-logo-placeholder-public{width:100%;height:100%;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;padding:.75rem;box-shadow:0 2px 4px #0000001a;color:#667eea}.store-card-body-public{padding:1.5rem;text-align:center}.store-name-public{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.store-location-count-public{font-size:.75rem;color:#6b7280;margin:0}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{font-size:1.75rem;color:#1f2937;margin:0 0 .5rem}.empty-state p{color:#6b7280;font-size:1.1rem;margin:0 0 1.5rem}.clear-search-button{background:#3b7fb2;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.clear-search-button:hover{background:#2a6a94;transform:translateY(-2px);box-shadow:0 4px 12px #3b7fb24d}@media (max-width: 768px){.stores-list-header h1{font-size:1.25rem}.back-link{width:100%;text-align:center}.stores-list-main{padding:1rem}.search-container{padding:.5rem}.stores-grid{grid-template-columns:1fr;gap:1rem}.stores-count{font-size:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center;box-shadow:0 2px 10px #0000001a}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.app-header p{font-size:1.1rem;opacity:.9}.app-main{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}@media (max-width: 768px){.app-header h1{font-size:2rem}.app-main{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color-scheme:light}#root{min-height:100vh}
