@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);:root{--tennis-green:#c8e53f;--tennis-green-dark:#99b42b;--tennis-green-light:#d9f05c;--court-blue:#2563eb;--court-blue-dark:#1d4ed8;--court-blue-light:#3b82f6;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;font:normal normal normal 1rem/1.6 -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.15}body{background:#f1f2e7;color:#374151;color:var(--gray-700);font-size:1rem;min-height:100vh}.container{max-width:1200px}.container,.small-container{margin-left:auto;margin-right:auto;padding:0 1rem}.small-container{max-width:800px}.button,[type=button],[type=reset],[type=submit],a.button,button{-webkit-appearance:none;background:#c8e53f;background:var(--tennis-green);border:1px solid #c8e53f;border:1px solid var(--tennis-green);border-radius:4px;color:#111827;color:var(--gray-900);cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1;margin:0 0 .5rem;padding:.75rem 1.25rem;text-align:center;text-decoration:none;text-transform:none;vertical-align:middle}.button:hover,[type=button]:hover,[type=reset]:hover,[type=submit]:hover,a.button:hover,button:hover{background:#99b42b;background:var(--tennis-green-dark);border:1px solid #99b42b;border:1px solid var(--tennis-green-dark);color:#fff;text-decoration:none}.button:active,[type=button]:active,[type=reset]:active,[type=submit]:active,a.button:active,button:active{background:#99b42b;background:var(--tennis-green-dark);border:1px solid #99b42b;border:1px solid var(--tennis-green-dark);outline:0}.cancel-button,a.cancel-button{background:#0000;border:1px solid #ef4444;border:1px solid var(--error);color:#ef4444;color:var(--error)}.cancel-button:hover,a.cancel-button:hover{background:#c53030;border:1px solid #c53030;color:#fff}.neutral-button:hover,a.neutral-button:hover{background:#8fa325;border:1px solid #8fa325;color:#fff}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{background:#0000;border:1px solid #dedede;border-radius:4px;display:block;font-size:1rem;line-height:1;margin-bottom:.5rem;max-width:100%;outline:none;padding:.75rem;width:100%}[type=color]:hover,[type=date]:hover,[type=datetime-local]:hover,[type=datetime]:hover,[type=email]:hover,[type=month]:hover,[type=number]:hover,[type=password]:hover,[type=search]:hover,[type=tel]:hover,[type=text]:hover,[type=time]:hover,[type=url]:hover,[type=week]:hover,select:hover,textarea:hover{border:1px solid #c8c8c8}[type=color]:active,[type=color]:focus,[type=date]:active,[type=date]:focus,[type=datetime-local]:active,[type=datetime-local]:focus,[type=datetime]:active,[type=datetime]:focus,[type=email]:active,[type=email]:focus,[type=month]:active,[type=month]:focus,[type=number]:active,[type=number]:focus,[type=password]:active,[type=password]:focus,[type=search]:active,[type=search]:focus,[type=tel]:active,[type=tel]:focus,[type=text]:active,[type=text]:focus,[type=time]:active,[type=time]:focus,[type=url]:active,[type=url]:focus,[type=week]:active,[type=week]:focus,select:active,select:focus,textarea:active,textarea:focus{border:1px solid #0366ee;box-shadow:inset 0 1px 1px #0000001a,0 0 6px #87bfff}textarea{height:auto;overflow:auto}label{display:block;font-weight:600;margin:1rem 0 .5rem}label,table{max-width:100%}table{border-collapse:collapse;border-spacing:0;width:100%}thead th{border-bottom:2px solid #cd5c5c;padding:.75rem}td,th{padding:2rem;text-align:left}.striped-table tbody tr:nth-child(odd){background-color:#fffff949}.contain-table{overflow-x:auto}@media (max-width:768px){header{margin-top:30px!important}.contain-table{margin-top:15px}td,th{font-size:.85rem;padding:2rem .25rem}}@media (min-width:600px){.contain-table{width:100%}}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.occupancy-fraction{background:#f3f4f6;background:var(--gray-100);border-radius:4px;color:#374151;color:var(--gray-700);display:inline-block;font-size:1.1em;font-weight:600;min-width:2.5rem;padding:.25rem .5rem;text-align:center}.button-look{border:0;border-bottom:5px solid #99b42b;border-bottom:5px solid var(--tennis-green-dark);border-radius:12px 12px 12px 12px;border-right:5px solid #99b42b;border-right:5px solid var(--tennis-green-dark);cursor:not-allowed;font-size:15px;min-height:50px;min-width:100px;padding:10px 14px;transition:background-color .3s,border-radius .2s;white-space:nowrap}.button-look:hover{background-color:#a9c731}.dashboard-table-container{background:#fff;background:var(--card-bg,#fff);border:1.5px solid #e0e0e0;border-radius:18px;box-shadow:0 4px 18px #2c5f2d12;margin:2.5rem auto;max-width:1200px;padding:2.5rem 2rem}html{scroll-behavior:smooth}:root{--clay:#e46666;--header-bg:#333;--header-text:#fff}body{font-family:Inter,Arial,Helvetica,sans-serif;margin:0}.sticky-header{align-items:center;background-color:#f1f2e7;border-bottom:1px solid #acacac;color:#000;display:flex;font-size:.8rem;padding:1rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.header-nav{display:flex;gap:4rem}.sticky-header img{margin-right:1.2rem}.sticky-header h1{font-size:2.2rem;line-height:1.1;margin-right:4rem}.header-nav a{background:none;border:none;border-radius:0;box-shadow:none;color:#233a7c;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.03em;padding:0;text-decoration:none;transition:color .2s}.header-nav a:hover{color:#111a36}.sticky-header a{color:#000;font-weight:500;text-decoration:none;transition:color 1s}.sticky-header a:hover{color:#e46666;color:var(--clay)}.sticky-header h1,.sticky-header p{margin:0}.main-content{background:linear-gradient(135deg,#f2f3e7 60%,#e46666);background:linear-gradient(135deg,#f2f3e7 60%,var(--clay) 100%);padding:0}.info-section.info-row,.main-content{align-items:stretch;display:flex;flex-direction:column;justify-content:center}.info-card{background:#fff;border-radius:24px;box-shadow:0 8px 32px #0000001f;flex:1 1;margin:3rem;max-width:1800px;padding:3rem 2rem;text-align:center;width:100%}.info-title{color:#e46666;color:var(--clay);font-size:2.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem}.info-text{color:#333;font-size:1.2rem;line-height:1.7;margin:0 auto}.info-highlight{color:#e46666;color:var(--clay);font-weight:600}
/*# sourceMappingURL=main.c12e6048.css.map*/