.header-container{all:initial;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,247,237,.95));border-bottom:1px solid rgba(229,231,235,.8);width:100%;min-height:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:block;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.header-content{box-sizing:border-box;align-items:center;gap:16px;max-width:1200px;height:60px;margin:0 auto;padding:4px 12px;display:flex}.header-logo-section{flex:1;justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.header-logo-icon{object-fit:cover;background:#fff;border:2px solid #fff;border-radius:12px;width:50px;height:50px;display:inline-block;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header-logo-text{flex-direction:column;min-width:0;display:flex}.header-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#1f2937!important;letter-spacing:normal!important;text-transform:none!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important}.header-subtitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#6b7280!important;letter-spacing:normal!important;text-transform:none!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:12px!important;font-weight:400!important;line-height:1.3!important}.header-right-section{flex-shrink:0;align-items:center;gap:8px;display:flex}.header-language-button{cursor:pointer!important;color:#4b5563!important;background:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;font-size:20px!important;line-height:1!important;transition:all .2s!important;display:flex!important;position:relative!important;box-shadow:0 2px 4px rgba(0,0,0,.05)!important}.header-language-button:hover{color:#f97316!important;background:#f9fafb!important;border-color:#d1d5db!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(0,0,0,.1)!important}.header-language-button:active{transform:translateY(0)!important}.header-language-button.active{color:#f97316!important;background:rgba(249,115,22,.1)!important;border-color:#f97316!important}.header-language-indicator{color:#fff;background:#f97316;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;bottom:-5px;right:-5px}.header-install-button{color:#fff!important;cursor:pointer!important;white-space:nowrap!important;background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;border-radius:12px!important;align-items:center!important;gap:6px!important;margin:0!important;padding:10px 16px!important;font-size:13px!important;font-weight:600!important;line-height:1!important;transition:all .2s!important;display:flex!important;box-shadow:0 2px 4px rgba(5,150,105,.2)!important}.header-install-button:hover{background:linear-gradient(135deg,#059669,#047857)!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(5,150,105,.3)!important}.header-install-button:active{transform:translateY(0)!important}.header-install-button .install-icon{font-size:16px;display:inline-block}.header-modal-overlay{z-index:2000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s ease-out header-fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes header-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes header-fadeOut{0%{opacity:1}to{opacity:0}}.header-modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out header-slideUp;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes header-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes header-slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}.header-modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:24px 24px 20px;display:flex}.header-modal-title{color:#1f2937!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important;display:flex!important}.header-modal-close{cursor:pointer!important;color:#6b7280!important;background:0 0!important;border:none!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;margin:0!important;padding:4px!important;font-size:24px!important;line-height:1!important;transition:all .2s!important;display:flex!important}.header-modal-close:hover{color:#374151!important;background:#f3f4f6!important}.header-modal-body{padding:24px}.header-modal-welcome{text-align:center;background:linear-gradient(135deg,rgba(249,115,22,.05),rgba(245,158,11,.05));border:1px solid rgba(249,115,22,.1);border-radius:12px;margin-bottom:24px;padding:16px}.header-modal-welcome h4{color:#1f2937!important;margin:0 0 8px!important;padding:0!important;font-family:inherit!important;font-size:18px!important;font-weight:600!important;line-height:1.3!important}.header-modal-welcome p{color:#6b7280!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:14px!important;line-height:1.5!important}.header-modal-subtitle{text-align:center;color:#6b7280!important;margin-bottom:20px!important;font-size:14px!important}.header-language-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.header-language-option{padding:10px;cursor:pointer!important;text-align:center!important;background:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:12px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;min-height:82px!important;margin:0!important;font-family:inherit!important;transition:all .2s!important;display:flex!important;position:relative!important;overflow:hidden!important}.header-language-option:hover{background:rgba(249,115,22,.02)!important;border-color:#f97316!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important}.header-language-option.suggested:not(.active){background:linear-gradient(135deg,rgba(249,115,22,.05),rgba(245,158,11,.05))!important;border-color:#f97316!important}.header-language-option.active{background:linear-gradient(135deg,rgba(240,253,244,.98),rgba(220,252,231,.95))!important;border-color:#16a34a!important;box-shadow:inset 0 0 0 1px #16a34a,0 6px 14px rgba(22,163,74,.16)!important}.header-language-flag{display:inline-block;text-align:center!important;width:28px!important;height:24px!important;font-size:24px!important;line-height:1!important}.header-language-info{flex-direction:column;flex:0 auto;align-items:center;gap:3px;min-width:0;max-width:100%;display:flex}.header-language-name{color:#1f2937!important;overflow-wrap:anywhere!important;max-width:100%!important;margin:0!important;padding:0!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important}.header-language-option.active .header-language-name{color:#166534!important}.header-language-suggested{color:#f97316!important;text-transform:uppercase!important;letter-spacing:0!important;margin:2px 0 0!important;font-size:10px!important;font-weight:700!important;line-height:1!important;display:block!important}.header-language-status{color:#15803d!important;text-transform:uppercase!important;letter-spacing:0!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:700!important;line-height:1!important}.header-language-check{color:#fff!important;background:#16a34a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:18px!important;height:18px!important;font-size:12px!important;font-weight:700!important;line-height:1!important;display:flex!important;position:absolute!important;top:8px!important;right:8px!important}.header-modal-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;padding:20px 24px 24px;display:flex}.header-modal-cancel{color:#374151!important;cursor:pointer!important;background:#f3f4f6!important;border:1px solid #d1d5db!important;border-radius:12px!important;margin:0!important;padding:12px 24px!important;font-family:inherit!important;font-size:14px!important;font-weight:600!important;line-height:1!important;transition:all .2s!important}.header-modal-cancel:hover{background:#e5e7eb!important}.header-language-notification{color:#fff;z-index:1999;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;align-items:center;gap:10px;max-width:300px;padding:12px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s ease-out header-notificationSlide;display:flex;position:fixed;top:80px;right:16px;box-shadow:0 8px 16px rgba(0,0,0,.15)}.header-language-notification-icon{font-size:20px;display:inline-block}.header-language-notification-text{color:#fff!important;margin:0!important;padding:0!important;font-size:14px!important;font-weight:500!important;line-height:1.3!important}@keyframes header-notificationSlide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.header-modal-overlay-exit{animation:.3s ease-out forwards header-fadeOut}.header-modal-content-exit{animation:.3s ease-out forwards header-slideDown}
