.container{min-height:100vh;background:#0e1e2f;padding:3rem}.content{max-width:none;width:100%}.example-label{font-size:3.5rem;font-weight:600;color:#1fc7d4;margin:0 0 .25rem;letter-spacing:.02em;line-height:1}.example-title{font-size:7rem;font-weight:600;color:#d0e8c0;margin:0 0 3rem;letter-spacing:.01em;line-height:1}.section{margin-bottom:2rem}.text{font-size:2.5rem;font-weight:400;color:#d0e8c0;line-height:1.3;margin:0}.highlight{color:#1fc7d4;font-weight:600}.highlight-green{color:#5fd4a0;font-weight:600}.grid-pattern{margin-top:3rem;padding:2rem 3rem;display:flex;flex-direction:column;gap:.35rem;opacity:.95;width:100%;box-sizing:border-box}.grid-row{display:flex;gap:.5rem;justify-content:flex-start;width:100%;flex-wrap:nowrap;overflow:hidden}.grid-item{font-size:1.4rem;color:#d0e8c0;opacity:.5;transition:all .2s ease-in-out;font-weight:600;flex-shrink:0;line-height:1}.grid-item.cyan{color:#00d4e8;opacity:.9}.grid-item.green{color:#4dd4b8;opacity:.85}.grid-item.square{font-size:1.5rem}.grid-item:hover{opacity:1;transform:scale(1.05)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0;width:100%;box-sizing:border-box}.gallery-item{cursor:pointer;overflow:hidden;border-radius:8px;transition:all .3s ease;aspect-ratio:1}.gallery-item:hover{transform:scale(1.03);box-shadow:0 8px 24px #1fc7d433}.gallery-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:#1a2a3a}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.media-badge{position:absolute;top:12px;right:12px;background:#1fc7d4e6;color:#0e1e2f;width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:9999;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;overflow-y:auto;overscroll-behavior:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:#1a2a3a;border-radius:12px;max-width:90vw;max-height:90vh;width:fit-content;height:fit-content;display:flex;flex-direction:column;overflow:auto;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;margin:auto;z-index:10000}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-media{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px;overflow:auto}.modal-image,.modal-video{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.modal-video{width:100%;height:auto}.modal-close{position:absolute;top:16px;right:16px;background:#1fc7d4e6;color:#0e1e2f;border:none;width:44px;height:44px;border-radius:4px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1001}.modal-close:hover{background:#1fc7d4;transform:scale(1.1)}.modal-caption{padding:1.5rem;background:#1fc7d40d;border-top:1px solid rgba(31,199,212,.2);max-height:150px;overflow:auto}.modal-caption p{margin:0;color:#d0e8c0;font-size:1rem;line-height:1.5}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.gallery-item{aspect-ratio:1}.modal-content{max-width:95vw;max-height:85vh}.grid-item{font-size:1.2rem}.grid-item.square{font-size:1.3rem}.grid-row{gap:.4rem}.grid-pattern{gap:.3rem;padding:2rem}}@media(max-width:768px){.container{padding:2rem}.example-label{font-size:2.5rem}.example-title{font-size:3rem;margin-bottom:3rem}.text{font-size:2rem}.section{margin-bottom:2.5rem}.gallery-grid{grid-template-columns:1fr;gap:.8rem;margin:2rem 0}.gallery-item{aspect-ratio:1 / 1.1}.modal-content{max-width:98vw;max-height:80vh;border-radius:8px}.modal-close{width:40px;height:40px;font-size:1.2rem}.grid-pattern{margin-top:2rem;gap:.25rem;padding:1.5rem}.grid-row{gap:.3rem}.grid-item{font-size:.9rem}.grid-item.square{font-size:1rem}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr;gap:.6rem;margin:1.5rem 0}.gallery-item{aspect-ratio:1}.media-badge{width:36px;height:36px;font-size:1.2rem;top:8px;right:8px}.modal-content{max-width:100vw;max-height:90vh;border-radius:0}.modal-caption{padding:1rem;font-size:.9rem}.grid-pattern{gap:.2rem;padding:1rem}.grid-row{gap:.25rem}.grid-item{font-size:.7rem}.grid-item.square{font-size:.8rem}}@media(max-width:480px){.container{padding:1.5rem}.example-label{font-size:2rem}.example-title{font-size:2.5rem}.text{font-size:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:.5rem;margin:1rem 0}.gallery-item{aspect-ratio:1}.media-badge{width:32px;height:32px;font-size:1rem}.modal-content{max-width:100vw;max-height:95vh;border-radius:0}.modal-media{min-height:200px}.modal-caption{padding:.75rem;font-size:.85rem;max-height:100px}.grid-pattern{margin-top:1.5rem;gap:.15rem;padding:.5rem}.grid-row{gap:.2rem}.grid-item{font-size:.5rem}.grid-item.square{font-size:.6rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--glow-effect: 0 0 8px currentColor}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;background-color:#0e1e2f;color:#d0e8c0;filter:contrast(1.1)}#root{min-height:100vh}#modal-root{position:static;z-index:9999;filter:none!important;text-shadow:none!important;transform:none!important;perspective:none!important;will-change:auto!important}*{text-shadow:var(--glow-effect)}
