.default-layout[data-v-e8aee0eb]{display:flex;flex-direction:column;min-height:100vh}main[data-v-e8aee0eb]{flex:1}:root{--primary-color: #333;--secondary-color: #666;--background-color: #fff;--border-color: #eee}*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:var(--secondary-color);background-color:var(--background-color);margin:0;padding:0}.app{display:flex;min-height:100vh;flex-direction:column}.header{position:sticky;top:0;z-index:1000;background-color:#fff;padding:1rem 2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);gap:1rem}.logo{flex-shrink:0}.logo img{height:60px;width:auto;display:block}.main-nav{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:flex-end;flex:1;min-width:0}.main-nav a{color:var(--primary-color);text-decoration:none;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;position:relative;padding:.5rem 0;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:2px solid transparent;margin-bottom:-2px;padding-bottom:2px}.main-nav a.active,.main-nav a.router-link-active{color:var(--primary-color);font-weight:500;border-bottom-color:var(--primary-color)}.main-nav a:hover{border-bottom-color:var(--primary-color)}.main-nav a.instagram-link{display:flex;align-items:center;justify-content:center;width:24px;height:26px;margin:0 .5rem;opacity:.7;transition:opacity .2s ease;border-bottom:none!important;position:relative;top:-1px}.main-nav a.instagram-link:hover{opacity:1;border-bottom:none!important}.main-nav a.instagram-link svg{width:22px;height:22px}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;padding-bottom:80px}.mobile-footer{display:none;background:#fff;border-top:1px solid var(--border-color);padding:1.5rem 2rem;margin-top:2rem;box-shadow:0 -2px 10px #0000000d}.mobile-footer .footer-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--secondary-color);font-size:.75rem;flex:1;padding:.5rem 0}.mobile-footer .footer-link svg{margin-bottom:.25rem;width:20px;height:20px}.mobile-footer .footer-link.router-link-active{color:var(--primary-color);font-weight:500}.mobile-footer .footer-link:hover{color:var(--primary-color)}@media (max-width: 768px){.mobile-footer{display:flex;justify-content:space-between;padding:1.5rem 2rem;margin-top:2rem}.mobile-footer .footer-link{width:45%;flex:none;border:1px solid var(--border-color);border-radius:8px;padding:.75rem 0;text-align:center}.mobile-footer .instagram{margin-right:auto}.mobile-footer .contact{margin-left:auto}.main-content{padding-bottom:1rem}}.main-nav a.gallery-link{margin-right:.5rem;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}@media (max-width: 992px){.main-nav{gap:1rem}.main-nav a{font-size:.85rem}.main-nav a.gallery-link{max-width:160px}}@media (max-width: 768px){.header{flex-direction:column;padding:1rem;gap:1rem}.main-nav{width:100%;justify-content:center;flex-wrap:wrap;gap:.75rem 1.25rem}.main-nav a{font-size:.8rem;padding:.4rem 0}.main-nav a.gallery-link{max-width:140px;margin-right:0;order:-1;width:100%;text-align:center;max-width:none}.logo img{height:50px}}@media (max-width: 480px){.main-nav{gap:.5rem 1rem}.main-nav a{font-size:.75rem}.main-nav a.instagram-link{margin:0 .5rem}}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;min-height:50vh}.page-wrapper{min-height:100%;position:relative}@media (max-width: 768px){.header{flex-direction:column;padding:1rem}.main-nav{margin-top:1rem;gap:1rem}.main-content{padding:1rem}}.progressive-image[data-v-6adf5062]{position:relative;overflow:hidden;background-color:#f5f5f5;width:100%;height:100%}.progressive-image__thumb[data-v-6adf5062],.progressive-image__full[data-v-6adf5062]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .1s ease-out;will-change:opacity}.progressive-image__thumb[data-v-6adf5062]{filter:blur(2px);transform:scale(1.02);opacity:1;transition:opacity .1s ease-out,filter .1s ease-out}.progressive-image__full[data-v-6adf5062]{opacity:0}.progressive-image.is-loaded .progressive-image__thumb[data-v-6adf5062]{opacity:0;transition:opacity .05s ease-in,filter .05s ease-in}.progressive-image.is-loaded .progressive-image__full[data-v-6adf5062]{opacity:1;transition:opacity .1s ease-out}.progressive-image__placeholder[data-v-6adf5062]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.slideshow-container[data-v-3daf9d77]{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1;overflow:hidden;background-color:#1a1a1a;perspective:1000px}.slide[data-v-3daf9d77]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;will-change:opacity,transform;transform-origin:center center;transition:opacity 4s;backface-visibility:hidden;transform-style:preserve-3d;filter:brightness(.9);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;transform:scale(1)}.slide.active[data-v-3daf9d77]{opacity:.5;animation:zoom-3daf9d77 24s infinite alternate,subtlePan-3daf9d77 60s linear infinite;z-index:2;filter:brightness(1);pointer-events:none;transform-origin:center center}.slide.previous[data-v-3daf9d77]{opacity:0;z-index:1;transition:opacity 4s;animation:zoom-3daf9d77 24s infinite alternate paused,subtlePan-3daf9d77 60s linear infinite paused}@keyframes zoom-3daf9d77{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes subtlePan-3daf9d77{0%{background-position:0% 0%}to{background-position:5% 5%}}.slide[data-v-3daf9d77]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0000001a 30%,#0000001a 70%,#0000004d);pointer-events:none}.slide-enter-active[data-v-3daf9d77],.slide-leave-active[data-v-3daf9d77]{transition:opacity 4s!important}.slide-enter-from[data-v-3daf9d77],.slide-leave-to[data-v-3daf9d77]{opacity:0!important}.home-view[data-v-48240fd1]{max-width:1400px;margin:80px auto 0;padding:2rem 1rem;position:relative;z-index:1;min-height:50vh;display:flex;flex-direction:column}@media (max-width: 480px){.home-view[data-v-48240fd1]{margin-top:0;padding:0rem}}.slideshow-backdrop[data-v-48240fd1]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none;background-color:#f5f5f5}.home-content[data-v-48240fd1]{text-align:center;margin:auto;width:100%;max-width:1200px;padding:2rem 1rem;display:flex;justify-content:center}.technique-grid[data-v-48240fd1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,300px));gap:2rem;justify-content:center;width:100%;margin:0}@media (max-width: 480px){.technique-grid[data-v-48240fd1]{grid-template-columns:1fr;max-width:300px;margin:0 auto}}.technique-card[data-v-48240fd1]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;color:var(--primary-color);display:flex;flex-direction:column}.technique-card[data-v-48240fd1]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.technique-image[data-v-48240fd1]{width:100%;aspect-ratio:1 / 1;position:relative;overflow:hidden;background-color:#f5f5f5}.technique-img[data-v-48240fd1]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.technique-card:hover .technique-img[data-v-48240fd1]{transform:scale(1.05)}.technique-card h2[data-v-48240fd1]{padding:1rem;margin:0;font-size:1.1rem;font-weight:500;color:var(--primary-color);text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.technique-grid[data-v-48240fd1]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.home-content[data-v-48240fd1]{padding:1rem}}@media (max-width: 480px){.technique-grid[data-v-48240fd1]{grid-template-columns:repeat(1,1fr);gap:1rem}.home-content[data-v-48240fd1]{padding:.5rem}}.lightbox[data-v-09bd24eb]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:1000;background-color:#f8f9fa;padding:20px;box-sizing:border-box;overflow:hidden}.lightbox-backdrop[data-v-09bd24eb]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1;border-radius:4px}.lightbox-close[data-v-09bd24eb]{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2.5rem;color:#333;cursor:pointer;z-index:10;padding:.5rem;line-height:1}.lightbox-close svg[data-v-09bd24eb]{width:24px;height:24px}.lightbox-container[data-v-09bd24eb]{width:100%;height:calc(100% - 100px);display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;max-width:1800px;margin:0 auto;position:relative;overflow:hidden}.lightbox-nav[data-v-09bd24eb]{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;color:#333;font-size:2rem;cursor:pointer;z-index:5;padding:.75rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;transition:background-color .2s ease}.lightbox-nav[data-v-09bd24eb]:hover{background:#fff}.lightbox-nav svg[data-v-09bd24eb]{width:48px;height:48px}.lightbox-prev[data-v-09bd24eb]{left:1rem}.lightbox-next[data-v-09bd24eb]{right:1rem}.lightbox-content[data-v-09bd24eb]{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;padding:10px;box-sizing:border-box;max-width:1800px;margin:0 auto}.lightbox-slide[data-v-09bd24eb]{display:flex;flex-direction:column;width:auto;height:auto;max-height:100%;position:relative;align-items:center;justify-content:center}.image-container[data-v-09bd24eb]{display:flex;align-items:center;justify-content:center;position:relative;padding:10px;box-sizing:border-box;max-height:100%;max-width:100%}.caption-container[data-v-09bd24eb]{flex-shrink:0;min-height:60px;max-height:100px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:.5rem 20px 20px;width:100%;margin-top:10px}.lightbox-caption[data-v-09bd24eb]{color:#000;text-align:center;max-width:80%;max-height:100%;overflow-y:auto;padding:0 .5rem}.lightbox-image[data-v-09bd24eb]{max-width:95vw;max-height:80vh;width:auto;height:auto;object-fit:contain;object-position:center;display:block;opacity:0;transition:opacity .5s ease;border-radius:4px;box-shadow:0 4px 20px #0000001a;background-color:#fff;padding:.5rem;box-sizing:border-box;margin:0 auto}@media (min-width: 1600px){.lightbox-image[data-v-09bd24eb]{max-width:80%}}.lightbox-image.image-loaded[data-v-09bd24eb]{opacity:1}.lightbox-caption h3[data-v-09bd24eb]{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.lightbox-caption p[data-v-09bd24eb]{margin:.25rem 0;font-size:.9rem;color:#333}.lightbox-thumbnails[data-v-09bd24eb]{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:1rem 0;background:#fffffff2;z-index:10;height:100px;align-items:center;border-top:1px solid #eee}.thumbnail[data-v-09bd24eb]{width:60px;height:60px;cursor:pointer;border:2px solid transparent;border-radius:4px;overflow:hidden;transition:border-color .3s ease,transform .3s ease}.thumbnail[data-v-09bd24eb]:hover{transform:scale(1.1)}.thumbnail.active[data-v-09bd24eb]{border-color:#000}.thumbnail img[data-v-09bd24eb]{width:100%;height:100%;object-fit:cover}.lightbox-loading[data-v-09bd24eb]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:20}.spinner[data-v-09bd24eb]{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#000;animation:spin-09bd24eb 1s ease infinite}@keyframes spin-09bd24eb{to{transform:rotate(360deg)}}.cross-fade-enter-active[data-v-09bd24eb],.cross-fade-leave-active[data-v-09bd24eb]{transition:opacity .3s ease-in-out}.cross-fade-leave-active[data-v-09bd24eb]{position:absolute;top:0;left:0;width:100%;height:100%}.cross-fade-enter-from[data-v-09bd24eb],.cross-fade-leave-to[data-v-09bd24eb]{opacity:0}@media (max-width: 1200px){.lightbox[data-v-09bd24eb]{padding:15px}.lightbox-container[data-v-09bd24eb]{height:calc(100% - 80px)}.lightbox-thumbnails[data-v-09bd24eb]{height:80px}.lightbox-image[data-v-09bd24eb]{max-height:75vh}}@media (max-width: 768px){.lightbox[data-v-09bd24eb]{padding:10px}.lightbox-container[data-v-09bd24eb]{height:calc(100% - 70px)}.lightbox-close[data-v-09bd24eb]{top:.5rem;right:.5rem;font-size:2rem}.lightbox-nav[data-v-09bd24eb]{width:36px;height:36px;font-size:1.5rem}.lightbox-prev[data-v-09bd24eb]{left:.5rem}.lightbox-next[data-v-09bd24eb]{right:.5rem}.lightbox-thumbnails[data-v-09bd24eb]{height:70px;padding:.5rem}.thumbnail[data-v-09bd24eb]{width:36px;height:36px;margin:0 .2rem}.image-container[data-v-09bd24eb]{padding:5px}.lightbox-image[data-v-09bd24eb]{max-height:70vh;padding:.25rem}.caption-container[data-v-09bd24eb]{min-height:30px;max-height:60px;padding:.3rem 5px}}.gallery-view[data-v-adfb65b5]{max-width:1400px;margin:0 auto;padding:2rem 1rem}.gallery-header[data-v-adfb65b5]{margin-bottom:2rem;text-align:center}.gallery-header h1[data-v-adfb65b5]{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.category[data-v-adfb65b5]{font-size:1.2rem;color:var(--secondary-color);margin-bottom:1rem;font-style:italic}.breadcrumbs[data-v-adfb65b5]{margin-top:1rem;font-size:.9rem;color:var(--secondary-color)}.breadcrumbs a[data-v-adfb65b5]{color:var(--primary-color);text-decoration:none}.breadcrumbs a[data-v-adfb65b5]:hover{text-decoration:underline}.technique-grid[data-v-adfb65b5],.category-grid[data-v-adfb65b5],.artwork-grid[data-v-adfb65b5]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem auto 0;max-width:1200px;padding:0 1rem}.technique-card[data-v-adfb65b5],.category-card[data-v-adfb65b5],.artwork-item[data-v-adfb65b5]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.technique-card[data-v-adfb65b5]:hover,.category-card[data-v-adfb65b5]:hover,.artwork-item[data-v-adfb65b5]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.technique-image[data-v-adfb65b5],.category-image[data-v-adfb65b5],.artwork-image[data-v-adfb65b5]{width:100%;aspect-ratio:1 / 1;overflow:hidden}.technique-image img[data-v-adfb65b5],.category-image img[data-v-adfb65b5],.artwork-image img[data-v-adfb65b5]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.technique-card:hover .technique-image img[data-v-adfb65b5],.category-card:hover .category-image img[data-v-adfb65b5],.artwork-item:hover .artwork-image img[data-v-adfb65b5]{transform:scale(1.05)}.technique-card h2[data-v-adfb65b5],.category-card h3[data-v-adfb65b5],.artwork-title[data-v-adfb65b5]{padding:1rem;margin:0;font-size:1.1rem;font-weight:500;color:var(--primary-color);text-align:center}.artwork-title[data-v-adfb65b5]{padding:.5rem;font-size:.9rem;color:var(--secondary-color)}@media (max-width: 1024px){.technique-grid[data-v-adfb65b5],.category-grid[data-v-adfb65b5],.artwork-grid[data-v-adfb65b5]{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width: 768px){.gallery-header h1[data-v-adfb65b5]{font-size:2rem}.technique-grid[data-v-adfb65b5],.category-grid[data-v-adfb65b5],.artwork-grid[data-v-adfb65b5]{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px}}@media (max-width: 480px){.technique-grid[data-v-adfb65b5],.category-grid[data-v-adfb65b5],.artwork-grid[data-v-adfb65b5]{grid-template-columns:1fr;max-width:400px;gap:1rem}}.loading-placeholder[data-v-adfb65b5]{display:none}.gallery-header[data-v-adfb65b5]{transition:opacity .2s ease}.gallery-header.lightbox-open[data-v-adfb65b5]{opacity:1;pointer-events:none}.breadcrumbs[data-v-adfb65b5]{min-height:1.5rem;display:block}.contact-view[data-v-69f22839]{max-width:1000px;margin:0 auto;padding:2rem 1rem}h1[data-v-69f22839]{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}.contact-container[data-v-69f22839]{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.contact-info[data-v-69f22839]{padding:2rem;background-color:#f8f9fa}.contact-info h2[data-v-69f22839]{font-size:1.8rem;color:var(--primary-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.contact-info h2[data-v-69f22839]:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--primary-color)}.contact-info p[data-v-69f22839]{margin-bottom:2rem;line-height:1.6;color:var(--secondary-color)}.contact-details[data-v-69f22839]{margin-bottom:2rem}.contact-item[data-v-69f22839]{display:flex;align-items:center;margin-bottom:1rem}.contact-item .icon[data-v-69f22839]{margin-right:1rem;font-size:1.2rem;width:30px;text-align:center}.contact-item a[data-v-69f22839]{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.contact-item a[data-v-69f22839]:hover{color:#000;text-decoration:underline}.social-links[data-v-69f22839]{display:flex;gap:1rem;margin-top:2rem}.social-link[data-v-69f22839]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;color:var(--primary-color);font-size:1.2rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 5px #0000001a}.social-link[data-v-69f22839]:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.contact-form[data-v-69f22839]{padding:2rem}.form-group[data-v-69f22839]{margin-bottom:1.5rem}.form-group label[data-v-69f22839]{display:block;margin-bottom:.5rem;font-weight:500;color:var(--primary-color)}.form-group input[data-v-69f22839],.form-group textarea[data-v-69f22839]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input[data-v-69f22839]:focus,.form-group textarea[data-v-69f22839]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #0000001a}.form-group textarea[data-v-69f22839]{resize:vertical;min-height:120px}.submit-btn[data-v-69f22839]{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;text-transform:uppercase;letter-spacing:1px}.submit-btn[data-v-69f22839]:hover:not(:disabled){background-color:#000;transform:translateY(-2px)}.submit-btn[data-v-69f22839]:disabled{background-color:#ccc;cursor:not-allowed}.status-message[data-v-69f22839]{margin-top:1.5rem;padding:1rem 1.25rem;border-radius:6px;font-size:.95rem;font-weight:500;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;opacity:0;animation:fadeIn-69f22839 .3s ease forwards;border-left:4px solid transparent}@keyframes fadeIn-69f22839{to{opacity:1}}.status-message.success[data-v-69f22839]{background-color:#f0f9f0;color:#1b5e20;border-color:#4caf50}.status-message.error[data-v-69f22839]{background-color:#ffebee;color:#b71c1c;border-color:#f44336}.status-message[data-v-69f22839]:before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;vertical-align:middle;background-size:contain;background-repeat:no-repeat;background-position:center}.status-message.success[data-v-69f22839]:before{content:"✓";color:#4caf50;font-weight:700}.status-message.error[data-v-69f22839]:before{content:"!";color:#f44336;font-weight:700}@media (max-width: 768px){.contact-container[data-v-69f22839]{grid-template-columns:1fr}.contact-info[data-v-69f22839],.contact-form[data-v-69f22839]{padding:1.5rem}}@media (max-width: 480px){h1[data-v-69f22839]{font-size:2rem}.contact-info h2[data-v-69f22839]{font-size:1.5rem}.submit-btn[data-v-69f22839]{width:100%;padding:.75rem}}.cv-view[data-v-df7aeb62]{max-width:1100px;margin:0 auto;padding:2rem 2.5rem;color:#333;line-height:1.8;font-size:1.05rem}.cv-article[data-v-df7aeb62]{background:#fff;border-radius:8px;overflow:hidden;max-width:100%}.article-header[data-v-df7aeb62]{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding:1.5rem 0}.header-content[data-v-df7aeb62]{display:flex;justify-content:space-between;align-items:flex-start;max-width:100%}.header-text[data-v-df7aeb62]{flex:1;padding-right:2rem}.header-images[data-v-df7aeb62]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end;flex:1;margin-left:2rem}.image-container[data-v-df7aeb62]{width:100%;max-width:620px;min-width:500px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cv-image[data-v-df7aeb62]{width:100%;height:auto;box-shadow:0 2px 10px #0000001a;object-fit:cover;aspect-ratio:16/9}.article-header h1[data-v-df7aeb62]{font-size:2.4rem;color:#2c3e50;margin:0 0 2.5rem;font-weight:400;letter-spacing:-.5px}.author-name[data-v-df7aeb62]{font-size:2.1rem;color:#2c3e50;margin:0 0 .5rem;font-weight:600;letter-spacing:-.5px;line-height:1.2}.author-title[data-v-df7aeb62]{font-size:1.3rem;color:#7f8c8d;margin:0 0 .25rem;font-weight:400}.author-subtitle[data-v-df7aeb62]{font-size:1.1rem;color:#95a5a6;margin:0 0 1.5rem;font-style:italic}.author-website[data-v-df7aeb62]{margin-top:1.5rem}a[data-v-df7aeb62]{color:#000;text-decoration:underline}.download-btn[data-v-df7aeb62]{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;text-decoration:none;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 5px #0000001a}.download-btn[data-v-df7aeb62]:hover{background-color:#000;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.download-btn .icon[data-v-df7aeb62]{margin-right:.5rem;font-size:1.2rem}@media (max-width: 992px){.cv-container[data-v-df7aeb62]{grid-template-columns:1fr}.cv-sidebar[data-v-df7aeb62]{padding:1.5rem}.cv-main[data-v-df7aeb62]{padding:0 1.5rem 2rem}.profile-section[data-v-df7aeb62]{display:flex;flex-direction:column;align-items:center}.contact-info[data-v-df7aeb62],.skills[data-v-df7aeb62]{margin-bottom:2rem}}@media (max-width: 1200px){.header-images[data-v-df7aeb62]{max-width:100%;margin-left:0;margin-top:1.5rem}.image-container[data-v-df7aeb62]{max-width:120px}}@media (max-width: 992px){.header-content[data-v-df7aeb62]{flex-direction:column}.header-text[data-v-df7aeb62]{padding-right:0;margin-bottom:1.5rem;width:100%}.header-images[data-v-df7aeb62]{justify-content:center;width:100%;gap:1.5rem}.image-container[data-v-df7aeb62]{max-width:100px}}@media (max-width: 768px){h1[data-v-df7aeb62]{font-size:2rem}.cv-section h2[data-v-df7aeb62]{font-size:1.5rem}.profile-image[data-v-df7aeb62]{width:120px;height:120px}.profile-section h2[data-v-df7aeb62]{font-size:1.3rem}.timeline-content h3[data-v-df7aeb62]{font-size:1.1rem}.exhibition h3[data-v-df7aeb62]{font-size:1rem}.download-btn[data-v-df7aeb62]{width:100%;padding:.75rem}}@media (max-width: 992px){.image-container[data-v-df7aeb62]{max-width:380px}}@media (max-width: 768px){.header-content[data-v-df7aeb62]{flex-direction:column;align-items:center}.header-text[data-v-df7aeb62]{padding-right:0;margin-bottom:1.5rem;text-align:center}.header-images[data-v-df7aeb62]{margin-left:0;width:100%;justify-content:center}.image-container[data-v-df7aeb62]{max-width:100%;min-width:0;padding:0 1rem}}@media (max-width: 480px){.cv-view[data-v-df7aeb62]{padding:1rem}.article-header h1[data-v-df7aeb62]{font-size:2rem;margin-bottom:1.5rem}.author-name[data-v-df7aeb62]{font-size:1.8rem}.author-title[data-v-df7aeb62]{font-size:1.1rem}.image-container[data-v-df7aeb62]{padding:0 .5rem}}.update-note[data-v-df7aeb62]{font-size:.8rem;color:#95a5a6;margin-top:1rem}.Vue-Toastification__container[data-v-459d32a1]{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left[data-v-459d32a1],.Vue-Toastification__container.top-right[data-v-459d32a1],.Vue-Toastification__container.top-center[data-v-459d32a1]{top:1em}.Vue-Toastification__container.bottom-left[data-v-459d32a1],.Vue-Toastification__container.bottom-right[data-v-459d32a1],.Vue-Toastification__container.bottom-center[data-v-459d32a1]{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left[data-v-459d32a1],.Vue-Toastification__container.bottom-left[data-v-459d32a1]{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast[data-v-459d32a1],.Vue-Toastification__container.bottom-left .Vue-Toastification__toast[data-v-459d32a1]{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl[data-v-459d32a1],.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl[data-v-459d32a1]{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right[data-v-459d32a1],.Vue-Toastification__container.bottom-right[data-v-459d32a1]{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast[data-v-459d32a1],.Vue-Toastification__container.bottom-right .Vue-Toastification__toast[data-v-459d32a1]{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl[data-v-459d32a1],.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl[data-v-459d32a1]{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center[data-v-459d32a1],.Vue-Toastification__container.bottom-center[data-v-459d32a1]{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast[data-v-459d32a1],.Vue-Toastification__container.bottom-center .Vue-Toastification__toast[data-v-459d32a1]{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container[data-v-459d32a1]{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast[data-v-459d32a1]{width:100%}.Vue-Toastification__container.top-left[data-v-459d32a1],.Vue-Toastification__container.top-right[data-v-459d32a1],.Vue-Toastification__container.top-center[data-v-459d32a1]{top:0}.Vue-Toastification__container.bottom-left[data-v-459d32a1],.Vue-Toastification__container.bottom-right[data-v-459d32a1],.Vue-Toastification__container.bottom-center[data-v-459d32a1]{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast[data-v-459d32a1]{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl[data-v-459d32a1]{direction:rtl}.Vue-Toastification__toast--default[data-v-459d32a1]{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info[data-v-459d32a1]{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success[data-v-459d32a1]{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error[data-v-459d32a1]{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning[data-v-459d32a1]{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast[data-v-459d32a1]{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body[data-v-459d32a1]{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body[data-v-459d32a1]{flex:1}.Vue-Toastification__toast.disable-transition[data-v-459d32a1]{animation:none!important}.Vue-Toastification__close-button[data-v-459d32a1]{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button[data-v-459d32a1]:hover,.Vue-Toastification__close-button[data-v-459d32a1]:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover[data-v-459d32a1]{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button[data-v-459d32a1]{padding-left:unset;padding-right:10px}@keyframes scale-x-frames-459d32a1{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar[data-v-459d32a1]{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames-459d32a1 linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar[data-v-459d32a1]{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon[data-v-459d32a1]{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon[data-v-459d32a1]{margin:auto 0 auto 18px}@keyframes bounceInRight-459d32a1{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight-459d32a1{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft-459d32a1{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft-459d32a1{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp-459d32a1{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp-459d32a1{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown-459d32a1{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown-459d32a1{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left[data-v-459d32a1],.Vue-Toastification__bounce-enter-active.bottom-left[data-v-459d32a1]{animation-name:bounceInLeft-459d32a1}.Vue-Toastification__bounce-enter-active.top-right[data-v-459d32a1],.Vue-Toastification__bounce-enter-active.bottom-right[data-v-459d32a1]{animation-name:bounceInRight-459d32a1}.Vue-Toastification__bounce-enter-active.top-center[data-v-459d32a1]{animation-name:bounceInDown-459d32a1}.Vue-Toastification__bounce-enter-active.bottom-center[data-v-459d32a1]{animation-name:bounceInUp-459d32a1}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left[data-v-459d32a1],.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left[data-v-459d32a1]{animation-name:bounceOutLeft-459d32a1}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right[data-v-459d32a1],.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right[data-v-459d32a1]{animation-name:bounceOutRight-459d32a1}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center[data-v-459d32a1]{animation-name:bounceOutUp-459d32a1}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center[data-v-459d32a1]{animation-name:bounceOutDown-459d32a1}.Vue-Toastification__bounce-leave-active[data-v-459d32a1],.Vue-Toastification__bounce-enter-active[data-v-459d32a1]{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move[data-v-459d32a1]{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop-459d32a1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft-459d32a1{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom-459d32a1{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight-459d32a1{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft-459d32a1{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight-459d32a1{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop-459d32a1{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom-459d32a1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left[data-v-459d32a1],.Vue-Toastification__fade-enter-active.bottom-left[data-v-459d32a1]{animation-name:fadeInLeft-459d32a1}.Vue-Toastification__fade-enter-active.top-right[data-v-459d32a1],.Vue-Toastification__fade-enter-active.bottom-right[data-v-459d32a1]{animation-name:fadeInRight-459d32a1}.Vue-Toastification__fade-enter-active.top-center[data-v-459d32a1]{animation-name:fadeInTop-459d32a1}.Vue-Toastification__fade-enter-active.bottom-center[data-v-459d32a1]{animation-name:fadeInBottom-459d32a1}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left[data-v-459d32a1],.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left[data-v-459d32a1]{animation-name:fadeOutLeft-459d32a1}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right[data-v-459d32a1],.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right[data-v-459d32a1]{animation-name:fadeOutRight-459d32a1}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center[data-v-459d32a1]{animation-name:fadeOutTop-459d32a1}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center[data-v-459d32a1]{animation-name:fadeOutBottom-459d32a1}.Vue-Toastification__fade-leave-active[data-v-459d32a1],.Vue-Toastification__fade-enter-active[data-v-459d32a1]{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move[data-v-459d32a1]{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft-459d32a1{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop-459d32a1{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight-459d32a1{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom-459d32a1{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop-459d32a1{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom-459d32a1{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft-459d32a1{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight-459d32a1{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left[data-v-459d32a1],.Vue-Toastification__slideBlurred-enter-active.bottom-left[data-v-459d32a1]{animation-name:slideInBlurredLeft-459d32a1}.Vue-Toastification__slideBlurred-enter-active.top-right[data-v-459d32a1],.Vue-Toastification__slideBlurred-enter-active.bottom-right[data-v-459d32a1]{animation-name:slideInBlurredRight-459d32a1}.Vue-Toastification__slideBlurred-enter-active.top-center[data-v-459d32a1]{animation-name:slideInBlurredTop-459d32a1}.Vue-Toastification__slideBlurred-enter-active.bottom-center[data-v-459d32a1]{animation-name:slideInBlurredBottom-459d32a1}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left[data-v-459d32a1],.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left[data-v-459d32a1]{animation-name:slideOutBlurredLeft-459d32a1}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right[data-v-459d32a1],.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right[data-v-459d32a1]{animation-name:slideOutBlurredRight-459d32a1}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center[data-v-459d32a1]{animation-name:slideOutBlurredTop-459d32a1}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center[data-v-459d32a1]{animation-name:slideOutBlurredBottom-459d32a1}.Vue-Toastification__slideBlurred-leave-active[data-v-459d32a1],.Vue-Toastification__slideBlurred-enter-active[data-v-459d32a1]{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move[data-v-459d32a1]{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes subtlePan-459d32a1{0%{transform:scale(1) translateY(0) translate(0)}50%{transform:scale(1.05) translateY(-1%) translate(1%)}to{transform:scale(1) translateY(0) translate(0)}}.expositions-view[data-v-459d32a1]{max-width:900px;margin:0 auto;padding:2rem}h1[data-v-459d32a1]{text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color)}.expositions-list[data-v-459d32a1]{display:grid;gap:2rem}.exposition-item[data-v-459d32a1]{display:flex;gap:1.5rem;background-color:#f9f9f9;border:1px solid var(--border-color);padding:1.5rem;border-radius:8px;transition:box-shadow .3s ease;align-items:flex-start}.exposition-item[data-v-459d32a1]:hover{box-shadow:0 4px 15px #0000001a}.exposition-photo[data-v-459d32a1],.exposition-hero[data-v-459d32a1]{width:100%;height:200px;object-fit:cover;border-radius:8px 8px 0 0;cursor:pointer;transition:transform .3s ease}.images-container[data-v-459d32a1]{position:relative;width:100%;margin:0 0 1.5rem;padding:0}.hero-image-container[data-v-459d32a1]{width:100%;max-height:400px;overflow:hidden;border-radius:8px;margin:0 0 1rem;padding:0;display:block;box-shadow:0 2px 8px #0000001a}.exposition-hero[data-v-459d32a1]{width:100%;height:100%;max-height:400px;min-height:200px;object-fit:cover;object-position:center;transition:transform .3s ease;display:block;animation:subtlePan-459d32a1 30s ease-in-out infinite;transform-origin:center;cursor:default}.poster-overlay[data-v-459d32a1]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:80%;max-width:90%;z-index:2;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease;background:#fff;padding:2px;display:inline-flex;aspect-ratio:2/2.8;box-sizing:border-box}.poster-overlay[data-v-459d32a1]:hover{transform:translate(-50%,-50%) translateY(-5px);box-shadow:0 6px 16px #00000040}.poster-overlay .exposition-poster[data-v-459d32a1]{width:100%;height:100%;object-fit:contain;border-radius:2px;cursor:pointer}.exposition-info[data-v-459d32a1]{display:flex;flex-direction:column;justify-content:center}.exposition-info h3[data-v-459d32a1]{margin:0 0 .5rem;color:var(--primary-color);font-size:1.5rem}.exposition-info p[data-v-459d32a1]{margin:.25rem 0;color:var(--secondary-color)}.exposition-info .date[data-v-459d32a1]{font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.exposition-info .location[data-v-459d32a1]{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;color:#444;font-weight:500}.exposition-info .location .location-icon[data-v-459d32a1]{flex-shrink:0;color:var(--primary-color)}.details-grid[data-v-459d32a1]{display:flex;flex-wrap:nowrap;gap:1rem;margin:1.5rem 0;padding:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.detail-item[data-v-459d32a1]{padding:0 1rem;border-right:1px solid #eee;box-sizing:border-box}.detail-item.address-item[data-v-459d32a1]{width:30%;flex:0 0 30%}.detail-item.opening-hours[data-v-459d32a1]{width:40%;flex:0 0 40%;padding:0 2rem}.detail-item.access[data-v-459d32a1]{width:25%;flex:0 0 25%}.detail-item[data-v-459d32a1]:last-child{border-right:none}@media (max-width: 992px){.details-grid[data-v-459d32a1]{flex-direction:column;gap:1.5rem}.detail-item[data-v-459d32a1]{width:100%!important;flex:1 1 auto!important;padding:.5rem 0!important;border-right:none!important;border-bottom:1px solid #eee}.detail-item[data-v-459d32a1]:last-child{border-bottom:none;padding-bottom:0!important}.detail-item.opening-hours[data-v-459d32a1]{padding:.5rem 0!important}}.detail-item h4[data-v-459d32a1]{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px}.detail-item p[data-v-459d32a1]{margin:0;color:#444;line-height:1.5}.opening-hours ul[data-v-459d32a1]{list-style:none;padding:0;margin:0}.opening-hours li[data-v-459d32a1]{display:flex;justify-content:space-between;padding:.25rem 0;font-size:.9rem;line-height:1.5}.opening-hours .day[data-v-459d32a1]{font-weight:500;color:#444}.opening-hours .hours[data-v-459d32a1]{color:#666}.entry-fee p[data-v-459d32a1]{font-size:1.1rem;font-weight:500;color:#333}@media (max-width: 768px){.details-grid[data-v-459d32a1]{grid-template-columns:1fr;gap:1.5rem}.detail-item[data-v-459d32a1]{padding:0;border-right:none;border-bottom:1px solid #eee;padding-bottom:1.5rem}.detail-item[data-v-459d32a1]:last-child{border-bottom:none;padding-bottom:0}}.exposition-info .description[data-v-459d32a1]{margin:1rem 0;line-height:1.6;color:#444}.exposition-actions[data-v-459d32a1]{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}@media (max-width: 480px){.exposition-actions[data-v-459d32a1]{flex-direction:column;gap:.5rem}.exposition-actions .btn[data-v-459d32a1]{width:100%;justify-content:center}}@media (max-width: 992px){.poster-overlay[data-v-459d32a1]{max-width:80%;max-height:75%;padding:2px}.header-content[data-v-459d32a1]{flex-direction:column;align-items:center}.header-text[data-v-459d32a1]{padding-right:0;margin-bottom:1.5rem;text-align:center}.header-images[data-v-459d32a1]{margin-left:0;width:100%;justify-content:center}.image-container[data-v-459d32a1]{max-width:100%;min-width:0;padding:0 1rem}}.btn[data-v-459d32a1]{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;border:none;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.btn[data-v-459d32a1]:hover{background-color:#000}.btn-secondary[data-v-459d32a1]{background-color:#f0f0f0;color:#333;border:1px solid #ddd}.btn-secondary[data-v-459d32a1]:hover{background-color:#e0e0e0}.btn-icon[data-v-459d32a1]{margin-right:.5rem;flex-shrink:0}@media (max-width: 768px){.exposition-item[data-v-459d32a1]{flex-direction:column}.exposition-photo[data-v-459d32a1]{width:100%;height:auto}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}
