@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply box-border;}html{@apply scroll-smooth;}body{@apply bg-black text-white font-sans m-0 p-0;background:#000;color:#fff}}@layer components{.forms-of-commons-container{@apply w-full bg-black flex flex-col;padding:0;margin:0;max-width:100%;box-sizing:border-box;overflow-x:hidden;min-height:100vh}@media (min-width: 769px){.forms-of-commons-container{height:100vh;overflow-y:hidden}}@media (max-width: 768px){.forms-of-commons-container{height:auto!important;overflow-y:visible!important}}.grid-title{text-align:center!important;text-transform:uppercase;font-family:TimesNewRoman,Times New Roman,serif;font-size:2.5rem;font-weight:400;letter-spacing:-.05em;color:#fff;flex-shrink:0;cursor:pointer;transition:opacity .3s ease;padding:1rem 0;margin:0 auto;position:relative;z-index:100;pointer-events:auto;width:100%;display:block}.grid-title:hover{@apply opacity-80;}.images-grid{display:grid;background-color:#000;position:relative;grid-template-columns:repeat(14,1fr);gap:10px;row-gap:15px;border:none;padding:10px;margin:0;height:calc(100vh - 120px);min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);grid-template-rows:repeat(5,1fr);align-items:stretch;width:100%;max-width:100%;overflow:hidden}@media (max-width: 768px){.images-grid{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}}.grid-item{position:relative;background-color:#000;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;border:none;margin:0;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:0;height:100%;width:100%;min-width:0;max-width:none;animation:fadeInUp .6s ease forwards;align-self:stretch}.grid-item:hover{@apply z-10;background:#4a90e20d}.image-wrapper{width:100%;height:100%;min-height:0;flex:1 1 0%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;background-color:#000}.grid-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:left center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block;visibility:visible;opacity:1}@media (max-width: 768px){.images-grid .grid-item{height:auto!important;min-height:auto!important;max-height:none!important}.images-grid .image-wrapper{height:auto!important;min-height:auto!important;max-height:none!important;display:block!important}.images-grid .grid-image{width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;object-fit:contain!important;display:block!important}}@media (max-width: 768px){.grid-item.hide-on-mobile{display:none!important}}.placeholder-image{@apply w-full h-full bg-gray-800 flex items-center justify-center;color:#666;font-size:.9rem}.image-label{@apply relative bg-transparent text-left z-[5] w-full;padding:.2rem 0;margin-top:.2rem;margin-left:0;flex-shrink:0;overflow:visible;align-self:flex-start}.label-text{@apply text-white;font-family:TimesNewRoman,Times New Roman,serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.lightbox-modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100vh;background-color:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;overflow-x:hidden;transform:translateY(100%);transition:transform .6s cubic-bezier(.4,0,.2,1);display:none}.lightbox-modal.show{transform:translateY(0)!important;display:block!important}.lightbox-content{position:relative;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:4rem 2rem 6rem;width:100%;max-width:100%;min-height:auto;height:auto;flex-wrap:nowrap;box-sizing:border-box;overflow-x:hidden}.lightbox-close{position:fixed;color:#fff;cursor:pointer;z-index:10002;transition:opacity .3s ease;top:2rem;right:2rem;font-size:3rem;font-weight:300;opacity:.8;background:transparent;padding:0;border:none;width:auto;height:auto;display:block;line-height:1}.lightbox-close:hover{color:#d1d5db;opacity:1}.lightbox-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;margin-top:4rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.lightbox-image{max-width:100%;max-height:40vh;width:auto;height:auto;object-fit:contain;object-position:center;border-radius:0;box-shadow:0 10px 30px #00000080;display:block;margin:0 auto}.lightbox-description{text-align:left;color:#fff;font-family:TimesNewRoman,Times New Roman,serif;padding:0;padding-right:2rem;width:auto;max-width:100%;min-width:0;min-height:auto;height:auto;flex:0 0 auto;overflow-x:hidden;overflow-y:visible;margin-top:0;margin-left:0;box-sizing:border-box;display:block}.lightbox-description h3{font-size:1.2rem;line-height:1.6;margin-bottom:.5rem;color:#fff;text-align:left;font-weight:600}.lightbox-description div,#lightbox-text{font-size:1.2rem;line-height:1.6;color:#fff;font-family:TimesNewRoman,Times New Roman,serif;width:100%;max-width:100%;min-height:auto;height:auto;overflow-x:hidden;overflow-y:visible;white-space:normal;word-wrap:break-word;box-sizing:border-box;text-align:left}.lightbox-description p{font-size:1.2rem;line-height:1.6;color:#fff;font-family:TimesNewRoman,Times New Roman,serif;margin-bottom:1.5rem;text-align:left}.about-popup{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100vh;background-color:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto;overflow-x:hidden;transform:translateY(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1);display:none}.about-popup.show{transform:translateY(0)!important;display:block!important}.about-content{position:relative;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 2rem 6rem;width:100%;max-width:100%;min-height:auto;height:auto;flex-wrap:nowrap;box-sizing:border-box;overflow-x:hidden}.about-close{position:fixed;color:#fff;cursor:pointer;z-index:10002;transition:opacity .3s ease;top:2rem;right:2rem;font-size:3rem;font-weight:300;opacity:.8;background:transparent;padding:0;border:none;width:auto;height:auto;display:block;line-height:1}.about-close:hover{color:#d1d5db;opacity:1}.about-text{color:#fff;text-align:justify;font-family:TimesNewRoman,Times New Roman,serif;font-size:1.2rem;line-height:1.6;padding:0 2rem;width:100%;max-width:60%;margin:0 auto;box-sizing:border-box;overflow-x:hidden;word-wrap:break-word;white-space:normal}.about-text p{margin-bottom:1.5rem}.email-link{text-align:center;margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.email-link a{color:#fff;text-decoration:underline;font-size:1.125rem;line-height:1.75rem}.email-link a:hover{color:#d1d5db}.address-columns{display:flex;justify-content:space-between;margin-top:2rem;gap:2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.address-left,.address-right{flex:1 1 0%;box-sizing:border-box;overflow-x:hidden}.address-left p,.address-right p{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;text-align:center;word-wrap:break-word;white-space:normal}.no-images-message{@apply text-center py-16 px-8 text-white bg-black;}.no-images-message h2{@apply text-white mb-4 text-3xl;}.no-images-message p{@apply text-lg mb-8 text-gray-300;}.setup-instructions{@apply bg-gray-900 p-8 rounded-lg my-8 mx-auto max-w-[600px] text-left;}.setup-instructions h3{@apply text-white mb-4 text-2xl;}.setup-instructions ol{@apply text-gray-300 leading-relaxed mb-4;}.setup-instructions li{@apply mb-2;}.setup-instructions strong{@apply text-white;}}@layer utilities{@media (min-width: 769px){.images-grid{grid-template-columns:repeat(14,1fr)!important;width:100%}}@media (max-width: 768px){html{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important}body{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important;position:relative!important}.forms-of-commons-container{display:block!important;height:auto!important;min-height:100vh!important;overflow:visible!important;position:relative!important}.images-grid{grid-template-columns:repeat(1,1fr)!important;grid-template-rows:none!important;grid-auto-rows:auto!important;width:100%!important;height:auto!important;min-height:calc(100vh - 120px)!important;max-height:none!important;row-gap:5px!important;padding:0 10px!important;overflow:visible!important;position:relative!important;margin-left:auto!important;margin-right:auto!important;gap:0!important;margin-top:0!important;box-sizing:border-box!important}.images-grid .grid-item{grid-column:span 1!important;grid-row:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.image-wrapper{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important}.grid-image{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;max-width:100%!important;object-fit:contain!important;display:block!important}.grid-title{font-size:1.8rem;padding:.5rem 0!important;margin-bottom:.5rem!important;flex-shrink:0!important;height:auto!important;position:relative!important;z-index:1!important}.image-label{padding:.1rem 0!important;margin-top:.1rem!important;flex-shrink:0!important}.lightbox-content{padding:4rem .5rem 1rem;width:98%;align-items:flex-start}.lightbox-image-container{width:100%;max-width:95%;justify-content:center}.lightbox-image{margin:0 auto}.lightbox-description{text-align:left;padding-left:0;width:auto;margin-top:0}.lightbox-close{top:1rem;right:1rem;font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.label-text{font-size:.7rem}.lightbox-description{max-width:100%}.lightbox-description h3{font-size:1rem;line-height:1.4;margin-bottom:.5rem}.lightbox-description div,#lightbox-text,.lightbox-description p{font-size:1rem;line-height:1.4}.lightbox-modal{-ms-overflow-style:none;scrollbar-width:none}.lightbox-modal::-webkit-scrollbar{display:none}.about-popup{-ms-overflow-style:none;scrollbar-width:none}.about-popup::-webkit-scrollbar{display:none}.about-text{max-width:95%;font-size:1rem}.about-text p{font-size:1rem}}@media (max-width: 480px){html{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important}body{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important;position:relative!important}.forms-of-commons-container{display:block!important;height:auto!important;min-height:100vh!important;overflow:visible!important;padding:.25rem 0!important;position:relative!important}.images-grid{grid-template-columns:repeat(1,1fr)!important;grid-template-rows:none!important;grid-auto-rows:auto!important;width:100%!important;height:auto!important;min-height:calc(100vh - 110px)!important;max-height:none!important;row-gap:4px!important;padding:0 10px!important;overflow:visible!important;position:relative!important;margin-left:auto!important;margin-right:auto!important;gap:0!important;box-sizing:border-box!important}.images-grid .grid-item{grid-column:span 1!important;grid-row:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.image-wrapper{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important}.grid-image{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;max-width:100%!important;object-fit:contain!important;display:block!important}.grid-title{font-size:1.5rem;padding:.4rem 0!important;margin-bottom:.4rem!important;flex-shrink:0!important;height:auto!important}.label-text{font-size:.6rem}.image-label{padding:.05rem 0!important;margin-top:.05rem!important;flex-shrink:0!important}}@media (max-width: 360px){html{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important}body{height:auto!important;overflow-y:scroll!important;overflow-x:hidden!important;position:relative!important}.forms-of-commons-container{display:block!important;height:auto!important;min-height:100vh!important;overflow:visible!important;position:relative!important}.images-grid{grid-template-columns:repeat(1,1fr)!important;grid-template-rows:none!important;grid-auto-rows:auto!important;width:100%!important;height:auto!important;min-height:calc(100vh - 110px)!important;max-height:none!important;row-gap:4px!important;padding:0 10px!important;overflow:visible!important;position:relative!important;margin-left:auto!important;margin-right:auto!important;gap:0!important;box-sizing:border-box!important}.images-grid .grid-item{grid-column:span 1!important;grid-row:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.image-wrapper{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important}.grid-image{height:auto!important;min-height:auto!important;max-height:none!important;width:100%!important;max-width:100%!important;object-fit:contain!important;display:block!important}.grid-title{padding:.4rem 0!important;margin-bottom:.4rem!important;flex-shrink:0!important;height:auto!important}.image-label{padding:.05rem 0!important;margin-top:.05rem!important;flex-shrink:0!important}}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.grid-item:nth-child(1){animation-delay:.1s}.grid-item:nth-child(2){animation-delay:.2s}.grid-item:nth-child(3){animation-delay:.3s}.grid-item:nth-child(4){animation-delay:.4s}.grid-item:nth-child(5){animation-delay:.5s}.grid-item:nth-child(6){animation-delay:.6s}.grid-item:nth-child(7){animation-delay:.7s}.grid-item:nth-child(8){animation-delay:.8s}.grid-item:nth-child(9){animation-delay:.9s}.grid-item:nth-child(10){animation-delay:1s}.grid-item:nth-child(11){animation-delay:1.1s}.grid-item:nth-child(12){animation-delay:1.2s}.grid-item:nth-child(13){animation-delay:1.3s}.grid-item:nth-child(14){animation-delay:1.4s}.grid-item:nth-child(15){animation-delay:1.5s}.grid-item:nth-child(16){animation-delay:1.6s}.grid-item:nth-child(17){animation-delay:1.7s}.grid-item:nth-child(18){animation-delay:1.8s}.grid-item:nth-child(19){animation-delay:1.9s}.grid-item:nth-child(20){animation-delay:2s}.grid-item:nth-child(21){animation-delay:2.1s}.grid-item:nth-child(22){animation-delay:2.2s}.grid-item:nth-child(23){animation-delay:2.3s}.grid-item:nth-child(24){animation-delay:2.4s}.grid-item:nth-child(25){animation-delay:2.5s}.grid-item:nth-child(26){animation-delay:2.6s}.grid-item:nth-child(27){animation-delay:2.7s}.grid-item:nth-child(28){animation-delay:2.8s}.grid-item:nth-child(29){animation-delay:2.9s}
