:root{--color-background: #faf3e8;--color-text: #73605b;--color-text-hover: #dbc4bf;--color-heading: #5a4a42;--color-border: #e5d6c0;--color-link: #c17d63;--color-link-focus: #a06550;--color-link-focus-bg: rgba(245, 215, 180, .25);--color-content-bg: rgba(255, 255, 255, .75);--color-content-bg-hover: rgba(255, 255, 255, .75);--color-content-shadow: rgba(160, 140, 125, .5);--color-content-shadow-hover: rgba(160, 140, 125, .5);--color-card-bg: var(--color-background);--color-nav-background: #faf3e879;--color-footer-bg: #f0e6d6;--color-footer-border: #e5d6c0;--color-footer-heading: #8c7b71;--color-footer-text: #7d6c61;--color-footer-text-hover: #5a4a42;--color-services-portrait-primary: #614e42;--color-services-promotion-primary: #614e42;--color-services-sales-primary: #614e42;--color-services-custom-illustration-primary: #614e42}@media (prefers-color-scheme: dark){:root:not([data-theme]){--color-background: #2a2420;--color-text: #e0d6d2;--color-text-hover: #f5ebe6;--color-heading: #f0e6d6;--color-border: #574941;--color-link: #e8a186;--color-link-focus: #f0b497;--color-link-focus-bg: rgba(193, 125, 99, .8);--color-content-bg: rgba(255, 255, 255, .25);--color-content-bg-hover: rgba(50, 43, 38, .85);--color-content-shadow: rgba(20, 17, 15, .5);--color-content-shadow-hover: rgba(20, 17, 15, .65);--color-card-bg: rgba(50, 43, 38, .85);--color-nav-background: #2a2420;--color-footer-bg: #342e29;--color-footer-border: #574941;--color-footer-heading: #e0d6d2;--color-footer-text: #c0b6b2;--color-footer-text-hover: #f5ebe6;--color-services-portrait-primary: #574941;--color-services-promotion-primary: #574941;--color-services-sales-primary: #574941;--color-services-custom-illustration-primary: #574941}}:root[data-theme=dark]{--color-background: #2a2420;--color-text: #e0d6d2;--color-text-hover: #f5ebe6;--color-heading: #f0e6d6;--color-border: #574941;--color-link: #e8a186;--color-link-focus: #f0b497;--color-link-focus-bg: rgba(193, 125, 99, .8);--color-content-bg: rgba(255, 255, 255, .25);--color-content-bg-hover: rgba(50, 43, 38, .85);--color-content-shadow: rgba(20, 17, 15, .5);--color-content-shadow-hover: rgba(20, 17, 15, .65);--color-card-bg: rgba(50, 43, 38, .85);--color-nav-background: #2a2420;--color-footer-bg: #342e29;--color-footer-border: #574941;--color-footer-heading: #e0d6d2;--color-footer-text: #c0b6b2;--color-footer-text-hover: #f5ebe6;--color-services-portrait-primary: #574941;--color-services-promotion-primary: #574941;--color-services-sales-primary: #574941;--color-services-custom-illustration-primary: #574941}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}h1,h2,h3,h4,h5,h6{color:var(--color-heading)}button,.button{background-color:var(--color-button-bg);color:var(--color-button-text);border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}input,textarea,select{background-color:var(--color-input-bg);border:1px solid var(--color-border);color:var(--color-text);padding:.5rem;border-radius:.25rem}.card{background-color:var(--color-card-bg);border-radius:.5rem;padding:1rem;box-shadow:0 2px 8px var(--color-shadow)}hr{border:1px solid var(--color-border);margin:1rem 0}body{color:var(--color-text);background:var(--color-background);transition:color .3s ease,background-color .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{display:flex;flex-direction:column;min-height:100vh;position:relative}.primary-button[data-v-c7ef6459]{padding:.75rem 1.5rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease;background-color:var(--color-background);color:var(--color-text);border:1px solid var(--color-text)}.primary-button[data-v-c7ef6459]:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a;border-color:var(--color-text-light, #666)}.hero-section[data-v-bf52d4d1]{display:flex;align-items:center;gap:2rem;margin-bottom:4rem;min-height:60vh}.hero-section .hero-content[data-v-bf52d4d1]{flex:1}.hero-section .hero-content .hero-title[data-v-bf52d4d1]{font-size:clamp(2.5rem,7vw,4rem);font-weight:700;margin-bottom:.5rem}.hero-section .hero-content .hero-subtitle[data-v-bf52d4d1]{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:1.5rem}.hero-section .hero-content .hero-description[data-v-bf52d4d1]{font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-section .hero-content .hero-buttons[data-v-bf52d4d1]{display:flex;gap:1rem}.hero-section .hero-image[data-v-bf52d4d1]{flex-shrink:0}.hero-section .hero-image img[data-v-bf52d4d1]{width:clamp(200px,25vw,300px);height:clamp(200px,25vw,300px);border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #00000026}@media (max-width: 768px){.hero-section[data-v-bf52d4d1]{flex-direction:column-reverse;text-align:center}.hero-section .hero-image img[data-v-bf52d4d1]{margin-top:2rem}.hero-section .hero-buttons[data-v-bf52d4d1]{justify-content:center}}.carousel-container[data-v-e879b1cd]{position:relative;width:100%;height:100%;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px #0000001a;aspect-ratio:21/9;min-height:450px}.carousel-container .carousel-track[data-v-e879b1cd]{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;transition:transform .5s ease-in-out;backface-visibility:hidden}.carousel-container .carousel-track .carousel-slide[data-v-e879b1cd]{flex:0 0 100%;position:relative;height:100%}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper[data-v-e879b1cd]{position:relative;display:block;width:100%;height:100%;color:#fff}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-image[data-v-e879b1cd]{width:100%;height:100%}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-image img[data-v-e879b1cd]{width:100%;height:100%;object-fit:cover;object-position:center center}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-content[data-v-e879b1cd]{position:absolute;bottom:0;left:0;right:0;padding:2rem 2rem 3rem;background:linear-gradient(transparent,#000000b3);color:#fff}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-content .carousel-title[data-v-e879b1cd]{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5);color:#f8f9fa;font-weight:600}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-content .carousel-description[data-v-e879b1cd]{font-size:clamp(.875rem,2vw,1rem);max-width:80%;margin-bottom:1rem}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-content .learn-more-btn[data-v-e879b1cd]{display:inline-block;padding:.5rem 1rem;background-color:#ffffff40;border-radius:2rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #00000026;border:none;color:#fff;cursor:pointer}.carousel-container .carousel-track .carousel-slide .carousel-content-wrapper .carousel-content .learn-more-btn[data-v-e879b1cd]:hover{padding-right:1.5rem;background-color:#ffffff59}.carousel-container .carousel-control[data-v-e879b1cd]{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background-color:#0003;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;z-index:2;box-shadow:0 2px 10px #0003}.carousel-container .carousel-control[data-v-e879b1cd]:hover{background-color:#0006;transform:translateY(-50%) scale(1.1)}.carousel-container .carousel-control.prev[data-v-e879b1cd]{left:1rem}.carousel-container .carousel-control.next[data-v-e879b1cd]{right:1rem}.carousel-container .carousel-indicators[data-v-e879b1cd]{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.carousel-container .carousel-indicators .indicator-dot[data-v-e879b1cd]{width:.75rem;height:.75rem;border-radius:50%;background-color:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .3s ease}.carousel-container .carousel-indicators .indicator-dot.active[data-v-e879b1cd]{background-color:#fff;transform:scale(1.2)}.carousel-container .carousel-indicators .indicator-dot[data-v-e879b1cd]:hover{background-color:#fffc}@media (max-width: 768px){.carousel-description[data-v-e879b1cd]{max-width:100%!important}.carousel-container .carousel-control[data-v-e879b1cd]{width:2.5rem;height:2.5rem;font-size:1.25rem}}.carousel-section[data-v-c516238b]{margin:4rem 0}.carousel-section .section-title[data-v-c516238b]{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:2rem;text-align:center}.work-card[data-v-333f441e]{border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;background-color:var(--color-background);width:100%;max-width:100%}.work-card[data-v-333f441e]:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0003}.work-card .work-image[data-v-333f441e]{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.work-card .work-image img[data-v-333f441e]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.work-card .work-image img[data-v-333f441e]:hover{transform:scale(1.05)}.work-card .work-details[data-v-333f441e]{padding:1.5rem}.work-card .work-details .work-title[data-v-333f441e]{font-size:1.2rem;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}.work-card .work-details .work-description[data-v-333f441e]{color:var(--color-text-soft);line-height:1.6;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 640px){.work-card .work-details[data-v-333f441e]{padding:1.2rem}.work-card .work-details .work-title[data-v-333f441e]{font-size:1.1rem}.work-card .work-details .work-description[data-v-333f441e]{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.work-card .work-details[data-v-333f441e]{padding:1rem}.work-card .work-details .work-title[data-v-333f441e]{font-size:1rem}.work-card .work-details .work-description[data-v-333f441e]{font-size:.85rem}}.section-title[data-v-0c2ca5fa]{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:2rem;position:relative;padding-bottom:.5rem;text-align:center}.featured-works-section[data-v-0c2ca5fa]{margin-bottom:4rem}.featured-works-section .works-grid[data-v-0c2ca5fa]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 640px){.featured-works-section .works-grid[data-v-0c2ca5fa]{grid-template-columns:1fr;gap:1.5rem;padding:0}}@media (max-width: 480px){.featured-works-section .works-grid[data-v-0c2ca5fa]{gap:1rem}}.social-stats-section[data-v-be6c7394]{background-color:var(--color-background-soft);margin-bottom:4rem}.social-stats-section .container[data-v-be6c7394]{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.social-stats-section .section-title[data-v-be6c7394]{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:2rem;position:relative;padding-bottom:.5rem;text-align:center}.social-stats-section .stats-container[data-v-be6c7394]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.social-stats-section .stats-container .stat-card[data-v-be6c7394]{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:var(--color-background);border-radius:.75rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.social-stats-section .stats-container .stat-card[data-v-be6c7394]:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.social-stats-section .stats-container .stat-card[data-v-be6c7394]:active{transform:translateY(-2px)}.social-stats-section .stats-container .stat-card .platform-icon[data-v-be6c7394]{font-size:2.5rem;margin-bottom:1rem}.social-stats-section .stats-container .stat-card .platform-icon img[data-v-be6c7394]{width:4rem;height:4rem;object-fit:contain}.social-stats-section .stats-container .stat-card .platform-name[data-v-be6c7394]{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-text)}.social-stats-section .stats-container .stat-card .count-wrapper[data-v-be6c7394]{margin-top:auto}.social-stats-section .stats-container .stat-card .count-wrapper .count-number[data-v-be6c7394]{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700}.social-stats-section .stats-date[data-v-be6c7394]{font-size:.85rem;color:var(--color-text-light);text-align:right;margin-top:1.5rem;font-style:italic}@media (max-width: 1024px){.social-stats-section .stats-container[data-v-be6c7394]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.social-stats-section .stats-container[data-v-be6c7394]{grid-template-columns:1fr}.social-stats-section .container[data-v-be6c7394]{padding:0 1rem}}.cta-section[data-v-2a30b6e5]{text-align:center;padding:3rem 2rem;background-color:var(--color-background-soft);border-radius:1rem;margin-bottom:2rem}.cta-section .cta-title[data-v-2a30b6e5]{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem}.cta-section .cta-description[data-v-2a30b6e5]{max-width:600px;margin:0 auto 2rem;line-height:1.6}.cta-section .cta-buttons[data-v-2a30b6e5]{display:flex;justify-content:center;gap:1rem}@media (max-width: 600px){.cta-section .cta-buttons[data-v-2a30b6e5]{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}@media (max-width: 600px){.cta-buttons[data-v-2a30b6e5]{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}@font-face{font-family:ChenYuluoyan;src:url(/assets/ChenYuluoyan-2.0-Thin-B4S-Qtms.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.nav-logo[data-v-4a5b09d8]{display:flex;align-items:center;gap:.5rem;margin-right:.5rem;cursor:pointer}.nav-logo:hover .site-title[data-v-4a5b09d8]:hover{color:var(--color-footer-text-hover)}.nav-logo .logo-link[data-v-4a5b09d8],.nav-logo .title-link[data-v-4a5b09d8]{display:flex;align-items:center;text-decoration:none}.nav-logo .nav-logo-img[data-v-4a5b09d8]{height:clamp(2rem,2.5rem,3vw);min-width:clamp(2rem,2.5rem,3vw);width:auto;max-width:100%;object-fit:contain;transform-origin:bottom center;transition:transform .2s ease}.nav-logo .jump-animation[data-v-4a5b09d8]{animation:jump-effect-4a5b09d8 .3s cubic-bezier(.17,.67,.35,1.3)}.nav-logo .site-title[data-v-4a5b09d8]{font-family:ChenYuluoyan,sans-serif;font-size:1.8rem;letter-spacing:.02em;color:var(--color-text);white-space:nowrap;transition:color .2s ease,opacity .3s ease;opacity:0;visibility:hidden}.nav-logo .site-title.font-loaded[data-v-4a5b09d8]{opacity:1;visibility:visible}@keyframes jump-effect-4a5b09d8{0%{transform:translateY(0)}25%{transform:translateY(-10px)}50%{transform:translateY(-16px)}75%{transform:translateY(-6px)}to{transform:translateY(0)}}.works-dropdown[data-v-ef77111d]{position:relative;display:inline-block}.works-dropdown .dropdown-trigger[data-v-ef77111d]{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:1rem;height:100%;text-decoration:none;font-weight:500;padding:.5rem .75rem;border-radius:.25rem;color:var(--color-link);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.works-dropdown .dropdown-trigger span[data-v-ef77111d]{font-weight:500}.works-dropdown .dropdown-trigger[data-v-ef77111d]:hover{background-color:var(--color-link-focus-bg);color:var(--color-link-focus)}.works-dropdown .dropdown-trigger .dropdown-arrow[data-v-ef77111d]{font-size:.7rem;transition:transform .2s ease}.works-dropdown .dropdown-trigger .dropdown-arrow.is-open[data-v-ef77111d]{transform:rotate(180deg)}.works-dropdown .dropdown-menu[data-v-ef77111d]{position:absolute;top:100%;left:0;min-width:10rem;background-color:var(--color-background);border-radius:.25rem;box-shadow:0 2px 10px #0000001a;z-index:10;overflow:hidden}.works-dropdown .dropdown-menu .dropdown-item[data-v-ef77111d]{display:block;padding:.75rem 1rem;text-decoration:none;color:var(--color-link);font-size:1rem}.works-dropdown .dropdown-menu .dropdown-item[data-v-ef77111d]:hover,.works-dropdown .dropdown-menu .dropdown-item.router-link-active[data-v-ef77111d]{color:var(--color-link-focus);background-color:var(--color-link-focus-bg)}.works-dropdown.mobile-mode[data-v-ef77111d]{width:100%}.works-dropdown.mobile-mode .dropdown-trigger[data-v-ef77111d]{width:100%;justify-content:space-between;text-align:left;padding:.75rem}.works-dropdown.mobile-mode .dropdown-menu[data-v-ef77111d]{position:static;box-shadow:none;margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem;border-left:2px solid var(--color-link-focus);border-radius:0}.works-dropdown.mobile-mode .dropdown-menu .dropdown-item[data-v-ef77111d]{border-radius:.25rem}.nav-links[data-v-e0473773]{min-width:0;display:flex;gap:1.5rem}.nav-links .nav-link[data-v-e0473773]{text-decoration:none;font-weight:500;padding:.5rem .75rem;border-radius:.25rem;flex-shrink:1;min-width:0;display:flex;justify-content:center;align-items:center;color:var(--color-link)}.nav-links .nav-link[data-v-e0473773]:hover,.nav-links .nav-link.router-link-active[data-v-e0473773]{color:var(--color-link-focus);background-color:var(--color-link-focus-bg)}.nav-links.desktop-nav[data-v-e0473773]{align-items:center}.nav-mobile-toggle[data-v-e110a2df]{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.nav-mobile-toggle .nav-mobile-icon[data-v-e110a2df]{display:flex;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;position:relative}.nav-mobile-toggle .nav-mobile-icon:hover span[data-v-e110a2df]{background-color:var(--color-text-hover)}.nav-mobile-toggle .nav-mobile-icon span[data-v-e110a2df]{display:block;height:3px;width:100%;background-color:var(--color-text);border-radius:3px;transition:all .3s ease}.nav-mobile-toggle .nav-mobile-icon-open span[data-v-e110a2df]:nth-child(1){transform:translateY(10px) rotate(45deg)}.nav-mobile-toggle .nav-mobile-icon-open span[data-v-e110a2df]:nth-child(2){opacity:0}.nav-mobile-toggle .nav-mobile-icon-open span[data-v-e110a2df]:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.theme-toggle[data-v-24a0cab0]{position:relative;display:inline-block}.theme-toggle .theme-toggle-button[data-v-24a0cab0]{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.theme-toggle .theme-toggle-button .theme-icon[data-v-24a0cab0]{font-size:1.25rem}.theme-toggle .theme-toggle-button[data-v-24a0cab0]:hover{transform:scale(1.2)}.language-switcher[data-v-f988ea25]{position:relative;-webkit-user-select:none;user-select:none}.language-switcher .language-toggle[data-v-f988ea25]{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;background-color:transparent;color:var(--color-text);font-size:.875rem;cursor:pointer;border-radius:.25rem;transition:all .2s ease}.language-switcher .language-toggle[data-v-f988ea25]:hover{background-color:var(--color-link-focus-bg);color:var(--color-link)}.language-switcher .language-toggle .toggle-icon[data-v-f988ea25]{font-size:.625rem;transition:transform .2s ease}.language-switcher .language-toggle .toggle-icon.is-open[data-v-f988ea25]{transform:rotate(180deg)}.language-switcher .language-dropdown[data-v-f988ea25]{position:absolute;top:calc(100% + .5rem);right:0;z-index:50;min-width:8rem;background-color:var(--color-content-bg);border-radius:.5rem;box-shadow:0 4px 15px var(--color-content-shadow);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s ease-in-out;border:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.language-switcher .language-dropdown.is-open[data-v-f988ea25]{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher .language-dropdown .language-list[data-v-f988ea25]{list-style:none;padding:.5rem 0;margin:0}.language-switcher .language-dropdown .language-list .language-item[data-v-f988ea25]{padding:0}.language-switcher .language-dropdown .language-list .language-item.is-active .language-button[data-v-f988ea25]{background-color:var(--color-link-focus-bg);color:var(--color-link);font-weight:500}.language-switcher .language-dropdown .language-list .language-item .language-button[data-v-f988ea25]{width:100%;text-align:left;padding:.65rem 1rem;background:transparent;border:none;cursor:pointer;color:var(--color-text);font-size:.875rem;transition:all .15s ease}.language-switcher .language-dropdown .language-list .language-item .language-button[data-v-f988ea25]:hover{background-color:var(--color-link-focus-bg);color:var(--color-link-focus)}.navigation[data-v-a2ebf719]{width:100%;max-width:1200px;margin:0 auto;position:relative}.navigation .nav-container[data-v-a2ebf719]{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navigation .nav-container .nav-left[data-v-a2ebf719],.navigation .nav-container .nav-right[data-v-a2ebf719]{display:flex;align-items:center;gap:.5rem}.app-footer[data-v-52422b56]{width:100%;padding:1.5rem;background-color:var(--color-footer-bg);text-align:center;border-top:3px solid var(--color-footer-border);margin-top:2rem}.app-footer .footer-content[data-v-52422b56]{max-width:1200px;margin:0 auto}.app-footer .footer-grid[data-v-52422b56]{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding:1rem 0;text-align:left}.app-footer .footer-branding[data-v-52422b56]{display:flex;flex-direction:column;align-items:flex-start}.app-footer .footer-branding .footer-logo-img[data-v-52422b56]{height:3rem;max-width:100%}.app-footer .footer-heading[data-v-52422b56]{font-size:1.25rem;color:var(--color-footer-heading);margin-bottom:1rem;font-weight:600;position:relative;padding-bottom:.5rem}.app-footer .footer-nav[data-v-52422b56]{list-style:none;padding:0;margin:0}.app-footer .footer-nav li[data-v-52422b56]{margin-bottom:.75rem}.app-footer .footer-nav a[data-v-52422b56]{color:var(--color-footer-text);text-decoration:none;transition:color .2s ease}.app-footer .footer-nav a[data-v-52422b56]:hover{color:var(--color-footer-text-hover)}.app-footer .footer-contact p[data-v-52422b56]{margin-bottom:.75rem;font-size:.95rem;color:var(--color-footer-text)}.app-footer .footer-contact .qr-code[data-v-52422b56]{width:8rem;height:8rem;object-fit:cover;border-radius:.5rem;margin-top:.5rem;transition:transform .3s ease}.app-footer .footer-contact .qr-code[data-v-52422b56]:hover{transform:translateY(-3px)}.app-footer .footer-contact a[data-v-52422b56]{color:var(--color-footer-text);text-decoration:none;transition:color .2s ease}.app-footer .footer-contact a[data-v-52422b56]:hover{color:var(--color-footer-text-hover)}.app-footer .social-icons[data-v-52422b56]{display:flex;gap:1rem;flex-wrap:wrap}.app-footer .social-icon[data-v-52422b56]{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.app-footer .social-icon[data-v-52422b56]:hover{transform:translateY(-3px)}.app-footer .social-icon .social-icon-img[data-v-52422b56]{width:2.5rem;height:2.5rem;object-fit:contain}.app-footer .footer-bottom[data-v-52422b56]{border-top:1px solid var(--color-footer-border);padding-top:1.5rem;margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.app-footer .footer-bottom .copyright[data-v-52422b56]{font-size:.9rem;color:var(--color-footer-text)}.app-footer .footer-bottom .footer-bottom-links[data-v-52422b56]{display:flex;gap:1.5rem;font-size:.9rem}.app-footer .footer-bottom .footer-bottom-links a[data-v-52422b56]{color:var(--color-footer-text);text-decoration:none;transition:color .2s ease}.app-footer .footer-bottom .footer-bottom-links a[data-v-52422b56]:hover{color:var(--color-footer-text-hover)}@media (min-width: 768px){.app-footer .footer-grid[data-v-52422b56]{grid-template-columns:.5fr 1fr 1fr 1fr}.app-footer .footer-bottom[data-v-52422b56]{flex-direction:row;justify-content:space-between}}@media (min-width: 1024px){.app-footer .footer-grid[data-v-52422b56]{grid-template-columns:.5fr 1fr 1fr 1fr}}.mobile-menu-overlay[data-v-75926706]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;transition:opacity .3s ease}.nav-mobile[data-v-75926706]{display:block;position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;background-color:var(--color-background);padding:2rem 1rem 1rem;box-shadow:-4px 0 10px #0000001a;z-index:1000;overflow-y:auto;transition:right .3s ease}.nav-mobile.nav-mobile-open[data-v-75926706]{right:0}.nav-mobile .nav-mobile-close[data-v-75926706]{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-background-soft);z-index:101}.nav-mobile .nav-mobile-close .nav-close-icon[data-v-75926706]{font-size:3rem;line-height:1;color:var(--color-text)}.nav-mobile .nav-mobile-close .nav-close-icon[data-v-75926706]:hover{color:var(--color-text-hover)}.nav-mobile .nav-mobile-links[data-v-75926706]{display:flex;flex-direction:column;gap:1rem;width:100%;padding-top:1.5rem}.nav-mobile .nav-mobile-links .nav-mobile-link[data-v-75926706]{color:var(--color-link);text-decoration:none;font-weight:500;padding:.75rem;border-radius:.25rem;width:100%;font-size:1rem}.nav-mobile .nav-mobile-links .nav-mobile-link[data-v-75926706]:hover,.nav-mobile .nav-mobile-links .nav-mobile-link.router-link-active[data-v-75926706]{color:var(--color-link-focus);background-color:var(--color-link-focus-bg)}.nav-mobile .mobile-theme-toggle[data-v-75926706]{padding:.75rem 0;margin-top:.5rem;border-top:1px solid var(--color-border);width:100%}.nav-mobile .mobile-theme-toggle .theme-title[data-v-75926706]{font-weight:bolder;margin-bottom:.75rem;color:var(--color-text)}.nav-mobile .mobile-theme-toggle .theme-options[data-v-75926706]{display:flex;flex-direction:column;gap:.5rem;width:100%}.nav-mobile .mobile-theme-toggle .theme-options .theme-option[data-v-75926706]{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem;border:1px solid var(--color-content-shadow);text-align:left;cursor:pointer;border-radius:.25rem;transition:all .2s ease;font-size:1rem}.nav-mobile .mobile-theme-toggle .theme-options .theme-option.active[data-v-75926706]{color:var(--color-link);background-color:var(--color-link-focus-bg);border-color:var(--color-content-shadow)}.nav-mobile .mobile-theme-toggle .theme-options .theme-option[data-v-75926706]:hover{background-color:var(--color-content-bg-hover)}.nav-mobile .mobile-theme-toggle .theme-options .theme-option .theme-option-icon[data-v-75926706]{font-size:1.1rem;flex-shrink:0}.nav-mobile .mobile-theme-toggle .theme-options .theme-option .theme-option-text[data-v-75926706]{font-size:.95rem}.nav-mobile .mobile-language-switcher[data-v-75926706]{padding:.75rem 0;margin-top:.5rem;border-top:1px solid var(--color-border);width:100%}.nav-mobile .mobile-language-switcher .mobile-lang-title[data-v-75926706]{font-weight:bolder;margin-bottom:.75rem;color:var(--color-text)}.nav-mobile .mobile-language-switcher .mobile-lang-options[data-v-75926706]{display:flex;flex-wrap:wrap;gap:.5rem}.nav-mobile .mobile-language-switcher .mobile-lang-options .mobile-lang-button[data-v-75926706]{padding:.5rem .75rem;border-radius:.25rem;border:1px solid var(--color-content-shadow);background-color:var(--color-background-soft);color:var(--color-text);font-size:.875rem;cursor:pointer;transition:all .2s ease;flex:1 0 auto;max-width:calc(50% - .25rem)}.nav-mobile .mobile-language-switcher .mobile-lang-options .mobile-lang-button.active[data-v-75926706]{color:var(--color-link);background-color:var(--color-link-focus-bg);border-color:var(--color-content-shadow)}.nav-mobile .mobile-language-switcher .mobile-lang-options .mobile-lang-button[data-v-75926706]:hover{background-color:var(--color-content-bg-hover)}.modal-backdrop[data-v-86647ed7]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-backdrop .modal-container[data-v-86647ed7]{position:relative;background-color:var(--color-content-bg);border-radius:1rem;box-shadow:0 .5rem 2rem #00000040;max-width:90vw;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-backdrop .modal-container .modal-header[data-v-86647ed7]{display:flex;justify-content:flex-end;padding:.5rem}.modal-backdrop .modal-container .modal-header .modal-close-button[data-v-86647ed7]{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--color-text);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.modal-backdrop .modal-container .modal-header .modal-close-button[data-v-86647ed7]:hover{background-color:#0000001a}.modal-backdrop .modal-container .modal-content[data-v-86647ed7]{flex:1;overflow:auto;padding:0 1.5rem 1.5rem}.modal-transition-enter-active[data-v-86647ed7],.modal-transition-leave-active[data-v-86647ed7]{transition:opacity .3s ease}.modal-transition-enter-active .modal-container[data-v-86647ed7],.modal-transition-leave-active .modal-container[data-v-86647ed7]{transition:transform .3s ease,opacity .3s ease}.modal-transition-enter-from[data-v-86647ed7]{opacity:0}.modal-transition-enter-from .modal-container[data-v-86647ed7]{transform:translateY(20px);opacity:0}.modal-transition-leave-to[data-v-86647ed7]{opacity:0}.modal-transition-leave-to .modal-container[data-v-86647ed7]{transform:translateY(-20px);opacity:0}@media (max-width: 600px){.modal-container[data-v-86647ed7]{width:95vw!important;max-height:80vh}}.overlay-backdrop[data-v-de11d9aa]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.overlay-transition-enter-active[data-v-de11d9aa],.overlay-transition-leave-active[data-v-de11d9aa]{transition:opacity .3s ease}.overlay-transition-enter-from[data-v-de11d9aa],.overlay-transition-leave-to[data-v-de11d9aa]{opacity:0}.app-header[data-v-cd5a0b8b]{position:sticky;top:0;z-index:100;background-color:var(--color-nav-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease,box-shadow .3s ease}.app-header.header-blurred[data-v-cd5a0b8b]{box-shadow:0 .25rem 1rem var(--color-content-shadow)}.app-main[data-v-cd5a0b8b]{flex:1;position:relative;padding:clamp(1rem,3vw,2rem);display:flex;flex-direction:column}.app-main .content-container[data-v-cd5a0b8b]{flex:1;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1;padding:clamp(1.5rem,5vw,3rem);border-radius:1.5rem;background-color:var(--color-content-bg);box-shadow:0 1rem 2rem var(--color-content-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.app-main .content-container .page-transition-enter-active[data-v-cd5a0b8b],.app-main .content-container .page-transition-leave-active[data-v-cd5a0b8b]{transition:opacity .3s ease,transform .3s ease}.app-main .content-container .page-transition-enter-from[data-v-cd5a0b8b]{opacity:0;transform:translateY(20px)}.app-main .content-container .page-transition-leave-to[data-v-cd5a0b8b]{opacity:0;transform:translateY(-20px)}
