:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;margin:0;padding:0;font-weight:400;min-height:100vh}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){#app{width:100%;margin:0;padding:0}}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.logo-section{display:flex;align-items:center;gap:1rem}.logo{border-radius:50%}.logo-section h1{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.main-nav{display:flex;align-items:center;gap:2rem}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;color:#fff;text-decoration:none;font-weight:500;border-radius:8px;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background-color:#ffffff26;transform:translateY(-2px)}.nav-link.router-link-active{background-color:#fff3}.arrow{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-width:280px;z-index:1001}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:1rem 1.5rem;color:#333;text-decoration:none;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.dropdown-item:first-child{border-radius:12px 12px 0 0}.dropdown-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.dropdown-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translate(5px)}main{width:100%;padding:0;margin:0}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;padding:1rem}.logo-section h1{font-size:1.2rem}.main-nav{flex-direction:column;gap:.5rem;width:100%}.nav-item{width:100%}.nav-link{justify-content:center;width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#ffffff1a;border-radius:8px;margin-top:.5rem;display:none}.dropdown:hover .dropdown-menu{display:block}.dropdown-item{color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-item:hover{background:#fff3;color:#fff;transform:none}}.home-view[data-v-5364f97a]{min-height:100vh}.hero-section[data-v-5364f97a]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0;text-align:center}.hero-content h1[data-v-5364f97a]{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p[data-v-5364f97a]{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons[data-v-5364f97a]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-5364f97a]{padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.btn-primary[data-v-5364f97a]{background:#fff;color:#667eea}.btn-primary[data-v-5364f97a]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.btn-secondary[data-v-5364f97a]{background:transparent;color:#fff;border:2px solid white}.btn-secondary[data-v-5364f97a]:hover{background:#fff;color:#667eea}.features-section[data-v-5364f97a]{padding:80px 0;background:#f8f9fa}.container[data-v-5364f97a]{max-width:1200px;margin:0 auto;padding:0 20px}.features-section h2[data-v-5364f97a]{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.features-grid[data-v-5364f97a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card[data-v-5364f97a]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.feature-card[data-v-5364f97a]:hover{transform:translateY(-5px)}.feature-icon[data-v-5364f97a]{font-size:3rem;margin-bottom:1rem}.feature-card h3[data-v-5364f97a]{color:#2c3e50;margin-bottom:1rem}.feature-card p[data-v-5364f97a]{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.feature-link[data-v-5364f97a]{color:#667eea;text-decoration:none;font-weight:500}.stats-section[data-v-5364f97a]{padding:60px 0;background:#2c3e50;color:#fff}.stats-grid[data-v-5364f97a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item[data-v-5364f97a]{text-align:center}.stat-number[data-v-5364f97a]{font-size:3rem;font-weight:700;color:#3498db}.stat-label[data-v-5364f97a]{font-size:1.1rem;opacity:.9}.news-section[data-v-5364f97a]{padding:80px 0}.news-section h2[data-v-5364f97a]{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.news-grid[data-v-5364f97a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.news-item[data-v-5364f97a]{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:box-shadow .3s ease}.news-item[data-v-5364f97a]:hover{box-shadow:0 8px 25px #0000001a}.news-date[data-v-5364f97a]{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.news-item h3[data-v-5364f97a]{color:#2c3e50;margin-bottom:1rem;line-height:1.4}.news-item p[data-v-5364f97a]{color:#6c757d;line-height:1.6;margin-bottom:1rem}.news-link[data-v-5364f97a]{color:#667eea;text-decoration:none;font-weight:500}@media (max-width: 768px){.hero-content h1[data-v-5364f97a]{font-size:2rem}.hero-content p[data-v-5364f97a]{font-size:1rem}.hero-buttons[data-v-5364f97a]{flex-direction:column;align-items:center}.features-section h2[data-v-5364f97a],.news-section h2[data-v-5364f97a]{font-size:2rem}}
