.article-hero{position:relative;width:100%;height:420px;border-radius:16px;overflow:hidden;margin-bottom:32px}.article-hero img{width:100%;height:100%;object-fit:cover}.article-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000004d 40%,#0000001a);display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.article-hero-badge{display:inline-block;background:#10b981;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 12px;border-radius:4px;margin-bottom:12px;width:fit-content}.article-hero-title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;max-width:700px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.article-hero-subtitle{color:#ffffffe6;font-size:1.125rem;margin-top:12px;max-width:600px;line-height:1.5}.article-section{margin-bottom:40px}.article-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.article-section-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.article-section-link{font-size:14px;font-weight:600;color:#10b981;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.article-section-link:hover{color:#059669}.article-section-link:after{content:"→";transition:transform .2s}.article-section-link:hover:after{transform:translate(3px)}.article-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.article-card-grid--featured{grid-template-columns:1fr 1fr}.article-card-grid--three{grid-template-columns:repeat(3,1fr)}@media (max-width: 900px){.article-card-grid--featured,.article-card-grid--three{grid-template-columns:1fr}}@media (max-width: 640px){.article-card-grid{grid-template-columns:1fr}}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.article-card--horizontal{flex-direction:row;height:180px}.article-card--featured{grid-column:span 2}@media (max-width: 900px){.article-card--featured{grid-column:span 1}.article-card--horizontal{flex-direction:column;height:auto}}.article-card-image{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#f1f5f9}.article-card--horizontal .article-card-image{width:240px;flex-shrink:0;aspect-ratio:auto;height:100%}@media (max-width: 900px){.article-card--horizontal .article-card-image{width:100%;height:auto;aspect-ratio:16 / 10}}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-image-badge{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 10px;border-radius:4px}.article-card-image-badge--premium{background:linear-gradient(135deg,#f59e0b,#d97706)}.article-card-content{padding:20px;display:flex;flex-direction:column;flex:1}.article-card--horizontal .article-card-content{justify-content:center}.article-card-category{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#10b981;margin-bottom:8px}.article-card-title{font-size:1.125rem;font-weight:700;color:#0f172a;line-height:1.35;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card--horizontal .article-card-title{font-size:1rem;-webkit-line-clamp:2}.article-card-excerpt{font-size:14px;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-card-meta{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;font-size:12px;color:#94a3b8}.article-card-meta-item{display:flex;align-items:center;gap:4px}.article-card--large{grid-column:span 2;grid-row:span 2}.article-card--large .article-card-image{aspect-ratio:16 / 9}.article-card--large .article-card-title{font-size:1.5rem}@media (max-width: 900px){.article-card--large{grid-column:span 1;grid-row:span 1}}.article-carousel{position:relative;margin:0 -16px;padding:0 16px}.article-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0 16px}.article-carousel-track::-webkit-scrollbar{display:none}.article-carousel-track .article-card{flex:0 0 300px;scroll-snap-align:start}.article-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#0f172a;transition:background .2s,box-shadow .2s;z-index:10}.article-carousel-nav:hover{background:#f8fafc;box-shadow:0 6px 16px #00000026}.article-carousel-nav--prev{left:0}.article-carousel-nav--next{right:0}.article-cta{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:16px;padding:40px;display:flex;align-items:center;gap:32px;margin:40px 0}.article-cta-content{flex:1}.article-cta-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 12px}.article-cta-text{font-size:1rem;color:#475569;line-height:1.6;margin:0 0 20px}.article-cta-button{display:inline-flex;align-items:center;gap:8px;background:#10b981;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s}.article-cta-button:hover{background:#059669;transform:translateY(-1px)}.article-cta-image{width:200px;height:200px;border-radius:12px;overflow:hidden;flex-shrink:0}.article-cta-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.article-cta{flex-direction:column;padding:24px;text-align:center}.article-cta-image{width:100%;max-width:280px;height:180px}}.article-newsletter{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 16px #00000014;display:flex;align-items:center;gap:24px;margin:40px 0}.article-newsletter-icon{width:64px;height:64px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.article-newsletter-content{flex:1}.article-newsletter-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 4px}.article-newsletter-text{font-size:14px;color:#64748b;margin:0}.article-newsletter-form{display:flex;gap:12px}.article-newsletter-input{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:240px}.article-newsletter-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.article-newsletter-submit{background:#10b981;color:#fff;font-size:14px;font-weight:600;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.article-newsletter-submit:hover{background:#059669}@media (max-width: 768px){.article-newsletter{flex-direction:column;text-align:center}.article-newsletter-form{flex-direction:column;width:100%}.article-newsletter-input{width:100%}}.article-body{max-width:720px;margin:0 auto;font-size:1.125rem;line-height:1.8;color:#334155}.article-body h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:48px 0 20px}.article-body h3{font-size:1.375rem;font-weight:700;color:#0f172a;margin:36px 0 16px}.article-body p{margin:0 0 24px}.article-body img{width:100%;border-radius:12px;margin:32px 0}.article-body blockquote{border-left:4px solid #10b981;margin:32px 0;padding:20px 24px;background:#f8fafc;border-radius:0 12px 12px 0;font-style:italic;color:#475569}.article-body ul,.article-body ol{margin:0 0 24px;padding-left:24px}.article-body li{margin-bottom:8px}.article-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.article-skeleton--image{aspect-ratio:16 / 10}.article-skeleton--title{height:24px;width:80%;margin-bottom:12px}.article-skeleton--text{height:16px;width:100%;margin-bottom:8px}.article-skeleton--text:last-child{width:60%}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.products-layout{width:100%;max-width:1100px;display:flex;gap:20px;transition:gap .3s ease}.products-layout.sidebar-collapsed{gap:0}@media (min-width: 1024px){.products-layout{max-width:1100px}}@media (min-width: 1280px){.products-layout{max-width:1200px}}@media (min-width: 1440px){.products-layout{max-width:1300px}}@media (min-width: 1700px){.products-layout{max-width:1500px}}.products-sidebar{width:300px;min-width:300px;background:#fff;border-radius:10px;padding:16px;border:1px solid #e6eef8;position:relative;transition:width .3s ease,min-width .3s ease,opacity .3s ease,padding .3s ease,margin .3s ease;display:flex;flex-direction:column;max-height:calc(100vh - 140px)}.sidebar-header{flex-shrink:0}.sidebar-header .sidebar-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;max-width:100%}.sidebar-header .sidebar-categories button{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .2s ease;font-weight:500}.sidebar-header .sidebar-categories button:hover{background:#e0f2fe!important;border-color:#7dd3fc!important;transform:translateY(-1px);box-shadow:0 2px 8px #38bdf833}.sidebar-header .sidebar-categories button:active{transform:translateY(0);box-shadow:none}.sidebar-content{flex:1;overflow-y:auto;padding-bottom:50px;min-height:0}.products-sidebar.collapsed{width:0;min-width:0;padding:0;margin-left:-20px;opacity:0;pointer-events:none;border:none;overflow:hidden}.sidebar-collapse-toggle{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.sidebar-collapse-toggle:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.sidebar-expand-float{position:fixed;left:16px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;z-index:100;transition:all .2s ease}.sidebar-expand-float:hover{background:#e07b3c;color:#fff;border-color:#e07b3c;transform:translateY(-50%) scale(1.05)}.products-content{flex:1;background:#fff;border-radius:10px;padding:20px;border:1px solid #e6eef8;transition:all .3s ease}.products-edit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;display:flex;align-items:center;justify-content:center;padding:24px 0;z-index:9998;overflow-y:auto;overscroll-behavior:contain;touch-action:none}.products-edit-modal{width:680px;max-width:92%;background:#fff;border-radius:14px;padding:20px 22px 24px;box-shadow:0 18px 56px -8px #0206178c;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;z-index:9999;overscroll-behavior:contain;touch-action:auto}@media (min-width: 1024px){.products-edit-modal{width:850px}}@media (min-width: 1280px){.products-edit-modal{width:1000px}}@media (min-width: 1440px){.products-edit-modal{width:1150px}}.products-edit-close{position:absolute;top:8px;right:8px;width:38px;height:38px;border-radius:50%;border:none;background:#020617a6;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #02061766}.products-edit-close:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.products-sidebar-toggle,.products-sidebar-backdrop{display:none}@media (max-width: 768px){.products-layout{position:relative;flex-direction:column;gap:12px}.products-layout.sidebar-collapsed{gap:12px}.products-sidebar{position:fixed;left:16px;right:16px;top:calc(var(--header-h, 60px) + 12px);width:auto;min-width:auto;max-height:calc(100vh - var(--header-h, 60px) - 48px);overflow-y:auto;box-shadow:0 20px 40px #0f172a47;transform:translateY(12px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1500;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:12px}.products-sidebar[data-open=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.products-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;width:fit-content}.products-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1400}.products-sidebar-backdrop.show{opacity:1;pointer-events:auto}.products-content{padding:16px}.products-edit-overlay{align-items:flex-start;justify-content:flex-start;padding:40px 0 24px}.products-edit-modal{width:100%;margin:0 16px;max-width:calc(100% - 32px)}.sidebar-collapse-toggle,.sidebar-expand-float{display:none!important}.products-sidebar.collapsed{width:auto;min-width:auto;padding:16px;margin-left:0;border:1px solid rgba(148,163,184,.4)}}.menu-toggle-btn{display:flex;align-items:center;gap:10px;background:transparent;color:var(--color-cream, #f5f5dc);border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:opacity .2s ease}.menu-toggle-btn:hover{opacity:.8}.menu-label{font-size:14px;letter-spacing:.5px}.hamburger-icon{position:relative;width:24px;height:18px}.hamburger-icon span{display:block;position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px;transform-origin:center;transition:transform .4s cubic-bezier(.4,0,.2,1),top .4s cubic-bezier(.4,0,.2,1),opacity .2s ease}.hamburger-icon span:nth-child(1){top:0}.hamburger-icon span:nth-child(2){top:8px}.hamburger-icon span:nth-child(3){top:16px}.menu-toggle-btn[aria-expanded=true] .hamburger-icon span:nth-child(1){top:8px;transform:rotate(45deg)}.menu-toggle-btn[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle-btn[aria-expanded=true] .hamburger-icon span:nth-child(3){top:8px;transform:rotate(-45deg)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#dfd9d9fa;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.nav-overlay.nav-open{opacity:1;visibility:visible}.nav-close-btn{position:absolute;top:12px;left:24px;display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#333;font-size:14px;font-weight:500;cursor:pointer;padding:8px 12px;transition:opacity .2s ease}.nav-close-btn:hover{opacity:.7}.close-x{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #c44;border-radius:50%;color:#c44;font-size:28px;font-weight:300;line-height:1;order:-1}.nav-overlay-content{text-align:center;transform:translateY(20px);opacity:0;transition:transform .4s ease .1s,opacity .4s ease .1s}.nav-overlay.nav-open .nav-overlay-content{transform:translateY(0);opacity:1}.nav-overlay .nav-list{display:flex;flex-direction:column;align-items:center;gap:12px;list-style:none;padding:0;margin:0}.nav-overlay .nav-list li{margin:0}.nav-overlay .nav-list a{display:inline-block;color:#4a5568;font-size:clamp(20px,4vw,28px);font-weight:400;text-decoration:none;padding:8px 16px;position:relative;transition:color .2s ease}.nav-overlay .nav-list a:hover{color:#7c3aed}.nav-overlay .nav-list a:after{content:""}.mobile-nav-toggle,.header-nav-desktop,.header-nav-mobile,.nav-backdrop{display:none!important}.body-lock{overflow:hidden;touch-action:none}.lang-buttons{display:flex;justify-content:center;gap:36px;margin-top:32px}.lang-btn{width:44px;height:44px;border-radius:50%;border:2px solid #222;background:transparent;color:#222;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.lang-btn:hover,.lang-btn.active{background:#222;color:#fff}@media (max-width: 600px){.nav-close-btn{top:10px;left:12px}}@font-face{font-family:fatkat;src:url(/fonts/fatkat.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:banker;src:url(/fonts/banker.ttf) format("truetype");font-weight:400;font-style:normal}:root{--color-lavender: #E4BDFC;--color-yellow: #FFF024;--color-orange: #FF914D;--color-lime: #0CAF20;--color-cream: #EFE3D6;--color-bluepea: #3788D8;--color-dark: #1e293b;--bg: var(--color-cream);--fg: var(--color-dark);--primary: var(--color-orange);--secondary: var(--color-lavender);--accent: var(--color-yellow);--success: var(--color-lime)}html{scroll-behavior:smooth}body{overflow-y:scroll;overflow-x:hidden}.fun-user-btn{display:flex;align-items:center;gap:10px;padding:8px 22px;border-radius:999px;border:none;background:var(--color-lime);color:var(--color-cream);font-weight:700;font-size:17px;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:transform .1s,box-shadow .1s}.fun-user-btn:hover{transform:scale(1.06);box-shadow:0 4px 16px #e4bdfc66;background:var(--color-bluepea)}.fun-user-avatar img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--color-yellow);box-shadow:0 1px 4px #ff914d4d}.fun-user-name{font-size:17px;font-weight:700;letter-spacing:.5px}html,body,#root{height:100%}body{margin:0;font-family:banker,fatkat,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--fg)}.app main{max-width:800px;margin:48px auto;background:var(--color-cream);border-radius:8px;box-shadow:0 6px 20px #10182814;padding:24px}.app main:has(.products-layout){max-width:none;margin:0;background:transparent;border-radius:0;box-shadow:none;padding:0}.workshop-list{margin:8px 0 32px;display:flex;flex-direction:column;gap:12px}.workshop-list h2{margin:0 0 4px}.workshop-card{display:grid;grid-template-columns:160px 1fr;gap:16px;padding:18px 18px 20px;border-radius:12px;background:var(--color-cream);border:2px solid var(--color-lavender);box-shadow:0 1px 3px #0000001a;cursor:pointer;position:relative;overflow:hidden;transition:all .2s ease}.workshop-card:hover{box-shadow:0 4px 12px #ff914d4d;transform:translateY(-2px);border-color:var(--color-orange)}.workshop-card img{width:160px;height:120px;object-fit:cover;border-radius:8px}.workshop-card-title{margin:0;font-size:18px;line-height:1.2}.workshop-card-meta{font-size:13px;color:#475569}.workshop-card-cap{font-size:12px;font-weight:600}.workshop-card-desc{color:#334155;white-space:pre-wrap;font-size:14px;margin-top:6px;line-height:1.4;max-height:7em;overflow:hidden;position:relative}.workshop-card-desc.expanded{max-height:none}.workshop-card-desc:not(.expanded){-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.workshop-card-show{margin-top:6px;align-self:flex-start;background:transparent;border:none;color:#2563eb;font-weight:600;cursor:pointer;padding:0}.workshop-card-show:hover{text-decoration:underline}@keyframes workshopFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.workshop-list.animate .workshop-card{opacity:0;animation:workshopFadeIn .42s ease forwards}.workshop-list.animate .workshop-card:nth-child(1){animation-delay:40ms}.workshop-list.animate .workshop-card:nth-child(2){animation-delay:90ms}.workshop-list.animate .workshop-card:nth-child(3){animation-delay:.14s}.workshop-list.animate .workshop-card:nth-child(4){animation-delay:.19s}.workshop-list.animate .workshop-card:nth-child(5){animation-delay:.24s}.workshop-list.animate .workshop-card:nth-child(n+6){animation-delay:.3s}@media (prefers-reduced-motion: reduce){.workshop-list.animate .workshop-card{animation:none;opacity:1}}@keyframes workshopFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.workshop-list.leaving .workshop-card{opacity:1;animation:workshopFadeOut .42s ease forwards}@media (prefers-reduced-motion: reduce){.workshop-list.leaving .workshop-card{animation:none;opacity:0}}@media (max-width: 640px){.workshop-card{grid-template-columns:1fr;padding:16px 16px 18px}.workshop-card img{width:100%;height:140px}}.site-header{position:sticky;top:0;z-index:50;background:var(--color-orange);color:var(--color-cream);padding:12px 24px;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 2px 10px #ff914d4d}.header-hidden{transform:translateY(-100%);box-shadow:none;pointer-events:none}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-nav{flex:1;min-width:0}.header-auth{flex-shrink:0}.lang-toggle{background:var(--color-dark);color:var(--color-cream);border:none;border-radius:6px;padding:6px 10px;font-size:13px;cursor:pointer;transition:background-color .18s ease,filter .18s ease}.lang-toggle:hover{filter:brightness(1.02)}.nav-list{list-style:none;display:flex;gap:16px;margin:0;padding:0}.nav-list a{color:#e6eef8;text-decoration:none;font-weight:600;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.nav-list a:hover{background-color:var(--color-bluepea)}.past-toggle-top{display:flex;justify-content:center;margin-bottom:16px}.past-toggle-btn{background:var(--color-orange);color:var(--color-cream);border:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 4px 12px #1018281a;transition:transform .14s ease,filter .14s ease,box-shadow .14s ease}.past-toggle-btn:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 6px 16px #10182826}.past-toggle-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:2000;overflow:hidden;overscroll-behavior:contain}.modal{background:var(--color-cream);border-radius:8px;max-width:720px;width:92%;padding:18px;position:relative;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:2001}.modal-close{position:absolute;right:12px;top:8px;background:#0f172aa6;border:none;color:var(--color-cream);font-size:20px;cursor:pointer;width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0f172a59}.modal-close:focus-visible,.lightbox-close:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.modal-content img:not(.carousel-image){max-height:220px;object-fit:cover}.modal-content label{display:block;margin-top:8px}.modal-content input,.modal-content textarea{width:100%;padding:8px;margin-top:4px;box-sizing:border-box}.modal-content input[type=checkbox]{width:auto;margin-right:8px;flex:none}.modal-content textarea{min-height:180px;resize:vertical;font-size:15px;line-height:1.45}.modal-content button{padding:8px 10px;border-radius:6px}.site-footer{margin-top:10px;background:#0f172a;color:#e2e8f0;padding:10px;font-size:14px}.footer-inner{max-width:960px;margin:0 auto;padding:8px 0}.privacy-card{background:#17223b;padding:24px;border-radius:12px;border:1px solid rgba(148,163,184,.2);margin-bottom:18px;position:relative;z-index:10;color:#cbd5e1}.privacy-card p,.privacy-card li{color:#cbd5e1}.privacy-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.privacy-card h2{margin-top:0;color:#f8fafc}.privacy-card ul{padding-left:20px;color:#f1f5f9}.privacy-card a{color:#38bdf8}.footer-meta{display:block;margin-top:10px;color:#cbd5f5;font-size:13px}.privacy-toggle{background:none;border:none;color:#38bdf8;font:inherit;cursor:pointer;text-decoration:underline;padding:0;position:relative;z-index:10}.privacy-toggle:focus-visible,.privacy-hide:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.privacy-hide{background:none;border:1px solid rgba(148,163,184,.4);color:#cbd5f5;border-radius:999px;padding:4px 10px;cursor:pointer;font-size:13px}.privacy-hide:hover{border-color:#f8fafc;color:#f8fafc}.map-wrapper iframe{border-radius:6px}.image-carousel{margin:12px 0;width:100%}.carousel-image-container{position:relative;width:100%;max-height:80vh;overflow:auto;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.carousel-image{width:auto;max-width:100%;height:auto;max-height:calc(80vh - 80px);object-fit:contain;display:block;margin:0 auto}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:var(--color-cream);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.carousel-button:hover{background:#000c}.carousel-button-prev{left:12px}.carousel-button-next{right:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid #9ca3af;background:transparent;cursor:pointer;padding:0;transition:all .2s}.carousel-dot:hover{border-color:#6b7280}.carousel-dot.active{background:#3b82f6;border-color:#3b82f6;width:12px;height:12px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617d9;display:flex;align-items:center;justify-content:center;z-index:3000}.lightbox-content{position:relative;width:90vw;max-width:1100px;height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-viewport{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto}.lightbox-img{max-width:100%;max-height:100%;will-change:transform;touch-action:none;-webkit-user-select:none;user-select:none}.lightbox-img.natural{max-width:none!important;max-height:none!important;width:auto!important;height:auto!important}.lightbox-close{position:absolute;right:10px;top:10px;background:#000000bf;color:var(--color-cream);border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:var(--color-cream);border:none;width:48px;height:48px;border-radius:50%;font-size:28px;cursor:pointer;z-index:4}.lightbox-prev{left:8px}.lightbox-next{right:8px}@media (max-width: 640px){.lightbox-content{width:98vw;height:80vh}.lightbox-nav{width:40px;height:40px;font-size:22px}.modal-close{top:16px;right:16px;width:46px;height:46px;font-size:26px}.lightbox-close{width:46px;height:46px;font-size:24px}}.fc .fc-daygrid-event{white-space:normal!important}.fc .fc-event-title{white-space:normal!important;overflow:visible!important}.fc{background:var(--color-lavender);border-radius:12px;padding:12px;overflow:hidden}.fc table{border-radius:8px;overflow:hidden}.fc .fc-toolbar-title{color:#333}.fc .fc-button{background:var(--color-orange);border-color:var(--color-orange);color:var(--color-cream)}.fc .fc-button:hover{background:var(--color-lime);border-color:var(--color-lime)}.fc .fc-button-active{background:var(--color-lime)!important;border-color:var(--color-lime)!important}.fc .fc-daygrid-day{background:var(--color-cream)}.fc .fc-daygrid-day.fc-day-today{background:#fff02426}.fc .fc-col-header-cell{background:#efe3d680;border-color:#0000001a}@media (max-width: 640px){.app main{margin:16px auto;padding:12px}.site-header{padding:10px 12px}.header-inner{gap:8px}.header-nav{flex:1;min-width:0}.nav-list{gap:10px;overflow-x:auto}.fun-user-btn{padding:6px 12px;gap:8px;font-size:15px}.fun-user-avatar img{width:28px;height:28px}.fun-user-name{font-size:15px}.lang-toggle{padding:6px 8px;font-size:12px}.modal{width:96%;padding:12px;max-width:96%}.modal-content img{max-height:160px}.map-wrapper iframe{height:160px}.carousel-image-container{max-height:60vh}.carousel-image{max-height:calc(60vh - 80px)}.carousel-button{width:32px;height:32px;font-size:20px}.carousel-button-prev{left:8px}.carousel-button-next{right:8px}.fc .fc-toolbar{flex-wrap:wrap;gap:6px}.fc .fc-toolbar-title{font-size:16px}.fc .fc-button{padding:4px 8px;font-size:12px}.fc .fc-daygrid-day-number{font-size:12px;padding:2px 4px}.fc .fc-daygrid-event{padding:1px 4px;font-size:12px}}@media (max-width: 640px){input,textarea,select,button,.modal-content input,.modal-content textarea,.modal-content select,.modal-content button{font-size:16px}body.workshop-modal-open .site-header{transform:translateY(-120%);box-shadow:none}}body.workshop-modal-open{overflow:hidden}.modal{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
