.header{background:var(--kypse-white);border-bottom:1px solid var(--kypse-gray-200);position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem}.logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--kypse-primary),var(--kypse-accent));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-name{font-weight:700;font-size:1.1rem;color:var(--kypse-gray-900)}.logo-sub{font-size:.7rem;color:var(--kypse-gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.header-nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;color:var(--kypse-gray-700);transition:all .15s ease}.nav-link:hover{background:var(--kypse-gray-100);color:var(--kypse-primary)}.nav-link.active{background:var(--kypse-primary);color:var(--kypse-white)}.lang-switch{margin-left:.5rem;padding:.35rem .7rem;border:1px solid var(--kypse-gray-200);border-radius:6px;background:var(--kypse-white);font-family:inherit;font-size:.8rem;font-weight:600;color:var(--kypse-secondary);cursor:pointer;transition:all .15s ease}.lang-switch:hover{border-color:var(--kypse-secondary);background:var(--kypse-gray-50)}.hero{background:linear-gradient(135deg,var(--kypse-primary) 0%,var(--kypse-secondary) 100%);padding:5rem 1.5rem 4rem;text-align:center}.hero-container{max-width:720px;margin:0 auto}.hero-badge{display:inline-block;padding:.35rem 1rem;background:#d7006d26;color:var(--kypse-accent-light);border:1px solid rgba(215,0,109,.3);border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:700;color:var(--kypse-white);line-height:1.15;margin-bottom:1rem}.hero-title .highlight{background:linear-gradient(135deg,var(--kypse-accent),var(--kypse-accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:var(--kypse-gray-300);max-width:560px;margin:0 auto 2rem;line-height:1.7}.hero-search{position:relative;max-width:520px;margin:0 auto}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--kypse-gray-500)}.search-input{width:100%;padding:.9rem 1rem .9rem 2.75rem;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#ffffff14;color:var(--kypse-white);font-size:.95rem;font-family:inherit;outline:none;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-input::placeholder{color:var(--kypse-gray-500)}.search-input:focus{border-color:var(--kypse-accent);background:#ffffff1f;box-shadow:0 0 0 3px #d7006d33}.actions{padding:4rem 1.5rem;background:var(--kypse-gray-50)}.actions-container{max-width:1100px;margin:0 auto}.actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.action-card{background:var(--kypse-white);border:1px solid var(--kypse-gray-200);border-radius:12px;padding:2rem;transition:all .2s ease;display:flex;flex-direction:column}.action-card:hover{border-color:var(--kypse-secondary);box-shadow:0 4px 24px #23145f1a;transform:translateY(-2px)}.action-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.action-icon svg{width:24px;height:24px}.action-icon--faq{background:#23145f14;color:var(--kypse-primary)}.action-icon--tickets{background:#d7006d14;color:var(--kypse-accent)}.action-icon--docs{background:#66538d1a;color:var(--kypse-secondary)}.action-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--kypse-gray-900)}.action-desc{font-size:.9rem;color:var(--kypse-gray-500);line-height:1.6;flex:1}.action-link{display:inline-block;margin-top:1.25rem;font-size:.85rem;font-weight:600;color:var(--kypse-primary)}.about{padding:4rem 1.5rem;text-align:center}.about-container{max-width:800px;margin:0 auto}.about-title{font-size:1.75rem;font-weight:700;color:var(--kypse-gray-900);margin-bottom:.75rem}.about-subtitle{font-size:1rem;color:var(--kypse-gray-500);line-height:1.7;margin-bottom:2.5rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number{font-size:2rem;font-weight:700;color:var(--kypse-primary)}.stat-label{font-size:.85rem;color:var(--kypse-gray-500);font-weight:500}.footer{margin-top:auto;border-top:1px solid var(--kypse-gray-200);padding:1.5rem;background:var(--kypse-white)}.footer-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-left{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.footer-brand{font-weight:600;color:var(--kypse-gray-900)}.footer-sep{color:var(--kypse-gray-300)}.footer-tagline{color:var(--kypse-gray-500)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.85rem;color:var(--kypse-gray-500);font-weight:500;transition:color .15s ease}.footer-links a:hover{color:var(--kypse-primary)}@media(max-width:768px){.hero-title{font-size:2rem}.actions-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.footer-container{flex-direction:column;gap:1rem;text-align:center}.footer-left{flex-direction:column}.footer-sep{display:none}}.faq-page{flex:1}.faq-header{background:linear-gradient(135deg,var(--kypse-primary) 0%,var(--kypse-secondary) 100%);padding:3rem 1.5rem;text-align:center}.faq-header h1{font-size:2rem;font-weight:700;color:var(--kypse-white);margin-bottom:.5rem}.faq-header p{color:var(--kypse-gray-300);font-size:1rem}.faq-container{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.faq-section{margin-bottom:2rem}.faq-category{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--kypse-accent);margin-bottom:.75rem}.faq-item{border:1px solid var(--kypse-gray-200);border-radius:8px;margin-bottom:.5rem;overflow:hidden;transition:border-color .15s ease}.faq-item.open{border-color:var(--kypse-secondary)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:none;border:none;font-family:inherit;font-size:.95rem;font-weight:500;color:var(--kypse-gray-900);cursor:pointer;text-align:left;gap:1rem}.faq-question:hover{background:var(--kypse-gray-50)}.faq-chevron{width:18px;height:18px;flex-shrink:0;color:var(--kypse-gray-500);transition:transform .2s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1rem;font-size:.9rem;color:var(--kypse-gray-500);line-height:1.7}.app{min-height:100vh;display:flex;flex-direction:column}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--kypse-primary: #23145f;--kypse-accent: #d7006d;--kypse-secondary: #66538d;--kypse-primary-light: #3a2a7a;--kypse-accent-light: #e6337f;--kypse-gray-50: #f8fafc;--kypse-gray-100: #f1f5f9;--kypse-gray-200: #e2e8f0;--kypse-gray-300: #cbd5e1;--kypse-gray-500: #64748b;--kypse-gray-700: #334155;--kypse-gray-900: #0f172a;--kypse-white: #ffffff}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--kypse-gray-900);background-color:var(--kypse-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}
