:root{--primary:#52525b;--primary-dark:#52525b;--primary-light:#71717a;--primary-gradient:linear-gradient(135deg,#8c8c8c 0%,#52525b 100%);--accent:#27272a;--bg-body:#f4f4f5;--card-bg:#ffffff;--text-main:#18181b;--text-muted:#374151;--border-color:#e4e4e7;--app-shadow:0 10px 30px rgba(24,24,27,0.05);--card-radius:24px}*{box-sizing:border-box;margin:0;padding:0;font-family:Tahoma,Arial,"Segoe UI",sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}#app-splash{display:none !important}#app-splash.hidden{display:none !important}.splash-logo{width:80px;height:80px}.splash-logo svg{width:100%;height:100%;display:block}body{font-family:Tahoma,Arial,"Segoe UI",sans-serif;background:var(--bg-body);color:var(--text-main);display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:12px}.app-container{width:100%;max-width:600px;background:var(--card-bg);border-radius:var(--card-radius);box-shadow:var(--app-shadow);border:1px solid var(--border-color);padding:20px 16px;margin-bottom:20px}.app-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.app-brand{display:flex;align-items:center;gap:12px}.app-logo{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.06)}.app-logo svg,.app-logo img{width:100%;height:100%;object-fit:contain;display:block}.splash-logo img{width:100%;height:100%;object-fit:contain;display:block}.lang-btn{background:#f4f4f5;border:1px solid var(--border-color);padding:6px 14px;border-radius:20px;font-size:0.8rem;font-weight:700;color:var(--primary);cursor:pointer;transition:transform 0.1s ease}.lang-btn:active{transform:scale(0.95)}.app-actions{display:flex;align-items:center;gap:7px}.theme-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:50%;background:#f4f4f5;color:var(--text-main);font-size:1rem;cursor:pointer;position:relative;box-shadow:0 0 0 2px transparent;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.theme-btn[data-theme-state="light"]{background:#fff8df!important;border-color:#f0cf68!important;box-shadow:0 0 0 2px #fff3bd!important}.theme-btn[data-theme-state="dark"]{background:#20283a!important;border-color:#66759b!important;box-shadow:0 0 0 2px #303b55!important}.theme-btn:active{transform:scale(.95)}.calendar-picker-label{display:block;text-align:center;margin:2px 0 8px;font-size:.78rem;font-weight:800;color:var(--text-muted)}.tab-group{display:flex;gap:5px;margin-bottom:16px;background:#eef2f7;padding:5px;border-radius:16px;box-shadow:inset 0 0 0 1px #dfe4ea}.tab-btn{flex:1;padding:10px 12px;border:none;border-radius:12px;font-size:.88rem;font-weight:800;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .12s ease}.tab-btn.active{background:#52525b;color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,0.04)}.tab-group{border:0;padding:5px}.tab-btn{position:relative;border:2px solid transparent!important;min-height:52px}.tab-btn.active{background:#075fb8!important;color:#fff!important;border-color:#0755a3!important;box-shadow:0 4px 12px rgba(7,95,184,.20)!important}.tab-btn.active::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-inline-end:7px;border-radius:50%;background:#fff;color:#075fb8;font-size:.78rem;font-weight:900;vertical-align:middle}.tab-btn:not(.active){background:#fff!important;color:#333!important;border-color:#d4d4d8!important}.input-section{background:#f9f9fb;border:1px solid var(--border-color);padding:14px;border-radius:16px;margin-bottom:14px}.date-entry-hint{margin:0 0 11px;color:var(--primary);text-align:center;font-size:.86rem;font-weight:800;line-height:1.55}.date-inputs{display:grid;grid-template-columns:0.8fr 1.4fr 1fr;gap:8px}.input-wrapper{min-width:0}.date-field-label{display:block;text-align:center;font-size:.72rem;font-weight:800;color:var(--text-muted);margin:0 0 6px}.input-wrapper input,.input-wrapper select{width:100%;padding:10px;border:1.5px solid var(--border-color);border-radius:10px;font-size:0.9rem;font-weight:700;outline:none;background:#ffffff;color:var(--text-main);text-align:center;-webkit-user-select:text;-moz-user-select:text;user-select:text;transition:border-color 0.2s ease}.input-wrapper select{cursor:pointer;min-height:50px;text-align-last:center}.input-wrapper input:focus,.input-wrapper select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(113,113,122,0.12)}.input-wrapper input[aria-invalid="true"]{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.12)!important}.calc-btn{width:100%;padding:14px;background:var(--primary-gradient);color:white;border:none;border-radius:12px;font-size:0.95rem;font-weight:700;cursor:pointer;transition:transform 0.1s ease,box-shadow 0.2s ease;box-shadow:0 6px 16px rgba(113,113,122,0.22)}.calc-btn:active{transform:scale(0.98)}@keyframes appSlideUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){body{padding:4px}.app-container{padding:14px 10px;border-radius:18px}.date-inputs{grid-template-columns:0.8fr 1fr 1.2fr}}html,body{max-width:100%;overflow-x:hidden}button,input,select{font:inherit}input,select,button{min-height:48px}@media (max-width:480px){.app-container{border-radius:0;min-height:100dvh}.date-inputs{grid-template-columns:0.8fr 1fr 1.2fr!important}}html[dir="ltr"] .app-container{font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif}.ads-slot{min-height:120px;contain:layout paint;overflow:hidden}.ads-slot ins.adsbygoogle{display:block;min-height:120px}#app-splash{contain:layout paint}.lang-btn,.tab-btn{outline-offset:3px}.lang-btn:focus-visible,.tab-btn:focus-visible,.calc-btn:focus-visible,.reset-btn:focus-visible{outline:3px solid #2563eb;outline-offset:3px}@media print{main,.app-container,#results-panel{display:block!important;max-width:none!important;box-shadow:none!important;border:0!important;background:#fff!important}.app-container{padding:0!important}.reset-btn,.footer-tools,.seo-content,.ads-slot,.app-bar,.tab-group,.input-section{display:none!important}}html[lang="ar"] .date-inputs input,html[lang="ar"] .date-inputs select{font-variant-numeric:normal}.lang-btn{background-color:#ffffff;color:#222222;border:1px solid #666666}.lang-btn svg{fill:currentColor;stroke:currentColor}.tab-btn.active{background-color:#0066cc;color:#ffffff}.tab-btn.active svg{fill:currentColor;stroke:currentColor}.tab-btn svg{fill:currentColor;stroke:currentColor}.tab-btn{color:#333333}.tab-btn svg{fill:currentColor;stroke:currentColor}.tab-btn{color:#333333}.tab-btn svg{fill:currentColor;stroke:currentColor}.tab-btn.active{background-color:#52525b;color:#ffffff}.tab-btn.active svg{fill:currentColor;stroke:currentColor}:root{--ee3-top-ad-space:0px}body{padding-top:12px;scroll-padding-top:120px}.ads-slot{position:relative;z-index:1;min-height:100px}@media (max-width:600px){body{padding-top:4px;scroll-padding-top:120px}}.lang-btn{background:#f4f4f5;color:var(--primary-dark);border-color:var(--primary-light)}.tab-btn{color:var(--primary-dark)}.tab-btn.active{background:var(--primary-dark)!important;color:#fff!important}.calc-btn{background:var(--primary-gradient);color:#fff}html{scroll-behavior:smooth}@media (max-width:700px){.ads-slot{min-height:100px}}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #27272a;outline-offset:3px}.calc-btn.is-loading{cursor:wait;opacity:.92}.calc-btn.is-loading::before{content:"";display:inline-block;width:14px;height:14px;margin-inline-end:8px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:50%;vertical-align:-2px;animation:ee3Spin .75s linear infinite}@keyframes ee3Spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.calc-btn.is-loading::before{animation:none}}.calc-error{margin:12px 0 0;padding:12px 14px;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#991b1b;font-size:.84rem;font-weight:700;line-height:1.7;text-align:center}.calc-error[hidden]{display:none!important}.online-users{display:flex;align-items:center;justify-content:center;gap:6px;margin:8px 0 2px;color:var(--text-muted);font-size:.82rem;font-weight:700;line-height:1.5}.online-users strong{color:var(--primary);font-variant-numeric:tabular-nums}#online-users-count{display:inline-block;min-width:1.8ch}#app-splash{display:none!important}html,body,button,input,select,textarea{font-family:Tahoma,Arial,"Segoe UI",sans-serif}body{text-rendering:optimizeSpeed}html{width:100%;max-width:100%;overflow-x:hidden!important;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{width:100%;max-width:100%;overflow-x:hidden!important;margin:0!important;box-sizing:border-box!important}main,.app-container,.comments-section,#comment-form-wrap,#intro-services{width:100%!important;max-width:100%!important;min-width:0!important}.app-container{overflow:hidden!important}@media (max-width:700px){body{padding-left:0!important;padding-right:0!important}.app-container{width:100%!important;max-width:100%!important;border-radius:0!important;margin:0!important;padding-left:10px!important;padding-right:10px!important}}.app-container{width:100% !important;max-width:600px !important;margin-left:auto !important;margin-right:auto !important}.ads-slot{width:100% !important;max-width:600px !important;margin-left:auto !important;margin-right:auto !important}@media (max-width:600px){.app-container{width:100% !important;max-width:600px !important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}html[data-theme="dark"] .app-container,html[data-theme="dark"] .seo-content,html[data-theme="dark"] .comments-section,html[data-theme="dark"] .share-service{background:#18181b!important;color:var(--text-main)!important;border-color:#3f3f46!important}html[data-theme="dark"] .tab-group,html[data-theme="dark"] .input-section,html[data-theme="dark"] .card-box,html[data-theme="dark"] .table-wrapper,html[data-theme="dark"] .accuracy-note,html[data-theme="dark"] .user-comment,html[data-theme="dark"] .comment-form-wrap,html[data-theme="dark"] .age-insight-card{background:#27272a!important;color:var(--text-main)!important;border-color:#52525b!important}html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea,html[data-theme="dark"] .lang-btn,html[data-theme="dark"] .theme-btn,html[data-theme="dark"] .result-quick-btn,html[data-theme="dark"] .share-actions a,html[data-theme="dark"] .share-actions button{background:#27272a!important;color:#fafafa!important;border-color:#52525b!important}html[data-theme="dark"] .tab-btn.active{background:#52525b!important;color:#fff!important}html[data-theme="dark"] .calc-error{background:#450a0a!important;color:#fecaca!important;border-color:#991b1b!important}@media (max-width:700px){html,body{width:100%!important;min-height:100%!important;height:auto!important;overflow-y:auto!important;overscroll-behavior-y:auto;touch-action:pan-y pinch-zoom}body{display:block!important}.app-container{width:100%!important;max-width:100%!important;overflow:visible!important;contain:none!important}.ads-slot,.ee3-central-ad,iframe{touch-action:pan-y pinch-zoom}}@media (max-width:700px){body{padding-left:max(0px,env(safe-area-inset-left))!important;padding-right:max(0px,env(safe-area-inset-right))!important}main,.app-container,.input-section,.tab-group,.date-inputs,.calc-btn{width:100%!important;max-width:100%!important;min-width:0!important}.app-container{padding-left:10px!important;padding-right:10px!important;margin:0 auto!important}.input-section{padding:10px!important;margin-left:0!important;margin-right:0!important}.date-inputs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.date-inputs .input-wrapper{width:100%!important;min-width:0!important;max-width:none!important}.date-inputs input,.date-inputs select{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:50px!important;padding:8px 4px!important;margin:0!important;font-size:16px!important;text-align:center!important;border-radius:9px!important;-webkit-appearance:none;appearance:none}.tab-group{padding:5px!important;gap:5px!important}.tab-btn{min-width:0!important;padding:9px 5px!important;font-size:.82rem!important}}@media (max-width:340px){.app-container{padding-left:7px!important;padding-right:7px!important}.input-section{padding:7px!important}.date-inputs{gap:4px!important}.date-inputs input,.date-inputs select{padding-left:2px!important;padding-right:2px!important;font-size:16px!important}}@keyframes ee3MessageIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}button:active,a.add-comment-btn:active,.result-quick-btn:active,.share-actions a:active,.share-actions button:active,.calc-btn:active,.reset-btn:active,.lang-btn:active,.tab-btn:active,.comment-submit-btn:active,.comment-cancel-btn:active,.service-action:active,.tool-card span:active,.ee3-footer-service-arrow:active,#ee3-bottom-nav .ee3-bottom-nav-item:active{transform:scale(.97) !important;filter:brightness(.88) !important;box-shadow:inset 0 2px 5px rgba(0,0,0,.18) !important}@media (prefers-reduced-motion:reduce){button:active,a.add-comment-btn:active,.result-quick-btn:active,.share-actions a:active,.share-actions button:active,.calc-btn:active,.reset-btn:active,.lang-btn:active,.tab-btn:active,.comment-submit-btn:active,.comment-cancel-btn:active,.service-action:active,.tool-card span:active,.ee3-footer-service-arrow:active,#ee3-bottom-nav .ee3-bottom-nav-item:active{transform:none !important}}@media (max-width:560px){.ee3-assistant-compose input#ee3-assistant-input:focus{outline:none!important;border-color:#71717a!important;box-shadow:0 0 0 1px rgba(113,113,122,.22)!important;}}.calendar-picker-label{width:max-content!important;max-width:100%!important;margin:2px auto 8px!important;padding:7px 14px!important;border:1px solid #d4d4d8!important;border-radius:999px!important;background:#fff!important;color:#3f3f46!important;font-size:.78rem!important;font-weight:800!important;line-height:1.2!important;box-shadow:0 2px 8px rgba(0,0,0,.04)!important;}.calendar-picker-label{display:block!important;width:100%!important;max-width:none!important;margin:0 0 10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--text,#222)!important;font-size:.92rem!important;font-weight:800!important;line-height:1.5!important;text-align:center!important;}.calendar-picker-label{width:calc(100% - 20px)!important;margin:10px auto -1px!important;padding:9px 12px 8px!important;box-sizing:border-box!important;border:1px solid var(--border,#e2e2e2)!important;border-bottom:0!important;border-radius:14px 14px 0 0!important;background:var(--card,#fff)!important;box-shadow:none!important;color:var(--text-main,#252525)!important;text-align:center!important;font-size:.86rem!important;font-weight:800!important;line-height:1.35!important;}.calendar-picker-label+.tab-group{width:calc(100% - 20px)!important;margin:0 auto 14px!important;border-radius:0 0 14px 14px!important;}.calendar-picker-label{width:100%!important;margin:0 0 12px!important;padding:13px 14px!important;border:1px solid var(--border-color)!important;border-radius:14px!important;background:#f4f4f5!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#3f3f46!important;font-size:1rem!important;font-weight:800!important;line-height:1.35!important;}.calendar-title-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1.5px solid #71717a;border-radius:6px;color:#52525b;font-size:.78rem;}.tab-group{display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;margin:0 0 14px!important;padding:4px 0!important;width:100%!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;}.tab-btn{flex:0 0 auto!important;min-height:44px!important;padding:5px 4px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#27272a!important;font-size:1rem!important;font-weight:800!important;}.tab-btn::before{content:""!important;display:inline-block!important;width:22px!important;height:22px!important;margin-inline-end:7px!important;border:2px solid #a1a1aa!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important;vertical-align:middle!important;}.tab-btn.active{background:transparent!important;color:#18181b!important;border:0!important;box-shadow:none!important;}.tab-btn.active::before{content:""!important;border-color:#1687e8!important;background:radial-gradient(circle,#1687e8 0 47%,#fff 50% 66%,#1687e8 69% 100%)!important;}.date-entry-hint{margin:2px 0 14px!important;color:#b4232f!important;text-align:center!important;font-size:1rem!important;font-weight:800!important;line-height:1.5!important;}.birth-date-unified{margin:0 0 14px;padding:13px 12px 12px;border:1px solid var(--border-color,#e4e4e7);border-radius:16px;background:#f9f9fb;}.birth-date-unified .calendar-picker-label{margin:0 0 11px!important;padding:0 0 11px!important;width:100%!important;border:0!important;border-bottom:1px solid var(--border-color,#e4e4e7)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:var(--text-main,#18181b)!important;font-size:.98rem!important;font-weight:800!important;}.birth-date-unified .calendar-title-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;flex:0 0 24px!important;border:1.5px solid #71717a!important;border-radius:6px!important;background:#fff!important;color:#52525b!important;font-size:.72rem!important;}.birth-date-unified .tab-group{margin:0 0 8px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;gap:24px!important;}.birth-date-unified .tab-btn{flex:0 0 auto!important;min-height:42px!important;padding:4px 6px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#27272a!important;}.birth-date-unified .tab-btn::before{content:""!important;display:inline-block!important;width:21px!important;height:21px!important;margin-inline-end:7px!important;border:2px solid #a1a1aa!important;border-radius:50%!important;background:#fff!important;vertical-align:middle!important;}.birth-date-unified .tab-btn.active::before{border-color:#1687e8!important;background:radial-gradient(circle,#1687e8 0 45%,#fff 48% 64%,#1687e8 67% 100%)!important;}.birth-date-unified .input-section{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;}.birth-date-unified .date-entry-hint{margin:0 0 10px!important;color:#b4232f!important;font-size:.92rem!important}.birth-date-unified{padding:10px 10px 9px!important;margin-bottom:12px!important}.birth-date-unified .calendar-picker-label{margin:0 0 7px!important;padding:0 0 7px!important;gap:6px!important;font-size:.93rem!important;line-height:1.25!important}.birth-date-unified .calendar-title-icon{width:27px!important;height:27px!important;flex-basis:27px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#52525b!important}.birth-date-unified .calendar-title-icon svg{display:block!important;width:21px!important;height:21px!important}.birth-date-unified .tab-group{margin:0 0 4px!important;gap:18px!important}.birth-date-unified .tab-btn{min-height:36px!important;height:36px!important;padding:2px 5px!important;font-size:.9rem!important}.birth-date-unified .tab-btn::before{width:19px!important;height:19px!important;margin-inline-end:5px!important}.birth-date-unified .date-entry-hint{margin:1px 0 7px!important;font-size:.88rem!important;line-height:1.35!important}.birth-date-unified .date-field-label{margin-bottom:4px!important;font-size:.7rem!important}.birth-date-unified .date-inputs{gap:7px!important}.birth-date-unified .input-wrapper select{min-height:43px!important;height:43px!important;padding:4px 7px!important;border-radius:10px!important;font-size:.88rem!important}.birth-date-unified .calendar-picker-label{font-size:17px!important;gap:6px!important;margin-bottom:7px!important;padding-bottom:7px!important;}.birth-date-unified .calendar-title-icon{width:24px!important;height:24px!important;flex:0 0 24px!important;border:0!important;background:transparent!important;padding:0!important;}.birth-date-unified .calendar-title-icon svg{width:24px!important;height:24px!important}.birth-date-unified .date-field-label{display:none!important}.birth-date-unified .date-inputs{margin-top:0!important;gap:7px!important}.birth-date-unified .input-wrapper{margin-top:0!important}.birth-date-unified .input-wrapper select{height:44px!important;min-height:44px!important;padding-top:3px!important;padding-bottom:3px!important;}.input-wrapper input[aria-invalid="true"],.input-wrapper select[aria-invalid="true"],.input-wrapper input[aria-invalid="true"]:focus,.input-wrapper select[aria-invalid="true"]:focus{border-color:#dc2626!important;outline:none!important;box-shadow:0 0 0 3px rgba(220,38,38,.16)!important;}.age-target-inputs select:focus{outline:none;border-color:#52525b;box-shadow:0 0 0 2px rgba(82,82,91,.10)}[data-theme="dark"] .birth-date-unified,.dark-mode .birth-date-unified{background:#202024!important;border-color:#45454d!important;color:#f4f4f5!important;}[data-theme="dark"] .birth-date-unified .calendar-picker-label,.dark-mode .birth-date-unified .calendar-picker-label{color:#f4f4f5!important;border-bottom-color:#45454d!important;background:transparent!important;}[data-theme="dark"] .birth-date-unified .calendar-title-icon,.dark-mode .birth-date-unified .calendar-title-icon{color:#d4d4d8!important;}[data-theme="dark"] .birth-date-unified .tab-group,.dark-mode .birth-date-unified .tab-group{background:transparent!important;}[data-theme="dark"] .birth-date-unified .tab-btn,.dark-mode .birth-date-unified .tab-btn{color:#e4e4e7!important;background:transparent!important;}[data-theme="dark"] .birth-date-unified .tab-btn.active,.dark-mode .birth-date-unified .tab-btn.active{color:#fff!important;}[data-theme="dark"] .birth-date-unified .date-entry-hint,.dark-mode .birth-date-unified .date-entry-hint{color:#fb7185!important;margin-top:3px!important;margin-bottom:9px!important;line-height:1.45!important;}[data-theme="dark"] .birth-date-unified .input-section,.dark-mode .birth-date-unified .input-section{background:transparent!important;}[data-theme="dark"] .birth-date-unified select,.dark-mode .birth-date-unified select{background:#27272a!important;color:#fafafa!important;border-color:#52525b!important;}[data-theme="dark"] .birth-date-unified select:focus,.dark-mode .birth-date-unified select:focus{border-color:#a1a1aa!important;box-shadow:0 0 0 2px rgba(161,161,170,.18)!important;}[data-theme="dark"] .birth-date-unified select[aria-invalid="true"],[data-theme="dark"] .birth-date-unified select[aria-invalid="true"]:focus,.dark-mode .birth-date-unified select[aria-invalid="true"],.dark-mode .birth-date-unified select[aria-invalid="true"]:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.18)!important;}body.dark .birth-date-unified{background:#202024!important;border-color:#45454d!important;color:#f4f4f5!important}body.dark .birth-date-unified .calendar-picker-label,body.dark .birth-date-unified .tab-btn{color:#f4f4f5!important}body.dark .birth-date-unified .date-entry-hint{color:#fb7185!important}body.dark .birth-date-unified select{background:#27272a!important;color:#fafafa!important;border-color:#52525b!important}[data-theme="dark"] .birth-date-unified .date-entry-hint,.dark-mode .birth-date-unified .date-entry-hint,body.dark .birth-date-unified .date-entry-hint{color:#ff6b78!important;font-weight:800!important;text-shadow:0 0 1px rgba(255,255,255,.08)!important;}[data-theme="dark"] .birth-date-unified select[aria-invalid="true"],[data-theme="dark"] .birth-date-unified select[aria-invalid="true"]:focus,.dark-mode .birth-date-unified select[aria-invalid="true"],.dark-mode .birth-date-unified select[aria-invalid="true"]:focus,body.dark .birth-date-unified select[aria-invalid="true"],body.dark .birth-date-unified select[aria-invalid="true"]:focus{border:2px solid #ff5c68!important;box-shadow:0 0 0 3px rgba(255,92,104,.24)!important;}.ee3-lang-theme-stack{display:flex;flex-direction:column;align-items:stretch;gap:7px;}.ee3-lang-theme-stack #lang-btn{width:100%;margin:0;}.ee3-lang-theme-stack #theme-btn{display:inline-flex!important;width:100%!important;min-width:118px;min-height:44px!important;padding:8px 14px!important;align-items:center;justify-content:center;gap:7px;border:1px solid #d7dce3!important;border-radius:15px!important;background:#ffffff!important;color:#111827!important;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap;box-shadow:0 2px 8px rgba(15,23,42,.05)!important;cursor:pointer;}.ee3-lang-theme-stack #theme-btn:active{transform:scale(.97);}html[data-theme="dark"] .ee3-lang-theme-stack #theme-btn{background:#27272a!important;color:#fafafa!important;border-color:#52525b!important;box-shadow:0 2px 8px rgba(0,0,0,.22)!important;}@media (max-width:390px){.ee3-lang-theme-stack{gap:6px}.ee3-lang-theme-stack #theme-btn{min-width:108px;min-height:42px!important;padding:7px 11px!important;font-size:12.5px!important;}}.input-section .date-inputs{grid-template-columns:.88fr 1.14fr .88fr!important;gap:7px!important;max-width:100%!important;margin-inline:auto!important}.input-section .date-inputs .input-wrapper select{min-height:42px!important;height:42px!important;padding:5px 28px!important;font-size:.88rem!important;border-radius:11px!important;text-align:center!important;text-align-last:center!important;-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2352525b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:left 9px center!important;background-size:14px!important;}html[dir="ltr"] .input-section .date-inputs .input-wrapper select{background-position:right 9px center!important}html[data-theme="dark"] .input-section .date-inputs .input-wrapper select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e4e4e7' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important;}#btn-calc .calc-btn-arrow{font-size:1.45em!important}#btn-calc{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}#btn-calc .calc-btn-text{flex:1!important;text-align:center!important}#btn-calc .calc-btn-arrow{flex:0 0 auto!important;line-height:1!important}@media (max-width:480px){.input-section .date-inputs{grid-template-columns:.86fr 1.12fr .86fr!important;gap:6px!important}.input-section .date-inputs .input-wrapper select{min-height:40px!important;height:40px!important;font-size:.85rem!important;padding-top:4px!important;padding-bottom:4px!important}}.birth-date-unified .tab-group{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:7px!important;margin:0 0 7px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important;min-height:30px!important}.birth-date-unified .calendar-choice-prefix{font-size:.86rem!important;font-weight:800!important;color:var(--text-main)!important;white-space:nowrap!important;margin:0!important}.birth-date-unified .tab-btn{flex:0 0 auto!important;width:auto!important;min-width:0!important;min-height:30px!important;height:30px!important;padding:2px 3px!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--text-main)!important;font-size:.86rem!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.birth-date-unified .tab-btn::before{content:""!important;display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;margin:0!important;border:2px solid #71717a!important;border-radius:50%!important;background:transparent!important;box-sizing:border-box!important;vertical-align:middle!important}.birth-date-unified .tab-btn.active{background:transparent!important;color:var(--text-main)!important;border:0!important;box-shadow:none!important}.birth-date-unified .tab-btn.active::before{border-color:#2563eb!important;background:#2563eb!important;box-shadow:inset 0 0 0 3px #fff!important}.birth-date-unified .tab-btn:active{transform:none!important;filter:none!important;box-shadow:none!important}html[data-theme="dark"] .birth-date-unified .calendar-choice-prefix,html[data-theme="dark"] .birth-date-unified .tab-btn{color:#f4f4f5!important}html[data-theme="dark"] .birth-date-unified .tab-btn::before{border-color:#a1a1aa!important}html[data-theme="dark"] .birth-date-unified .tab-btn.active::before{border-color:#60a5fa!important;background:#60a5fa!important;box-shadow:inset 0 0 0 3px #18181b!important}@media (max-width:380px){.birth-date-unified .tab-group{gap:6px!important}.birth-date-unified .calendar-choice-prefix,.birth-date-unified .tab-btn{font-size:.9rem!important;font-weight:800!important}.birth-date-unified .tab-btn::before{width:18px!important;height:18px!important;min-width:18px!important}}.birth-date-unified .calendar-choice-prefix{font-size:.96rem!important;font-weight:800!important;color:var(--text-main)!important}.birth-date-unified .tab-btn{font-size:.96rem!important;font-weight:800!important;line-height:1.35!important}.birth-date-unified .tab-btn::before{width:19px!important;height:19px!important;min-width:19px!important;border-width:2.3px!important}.birth-date-unified .tab-btn.active::before{box-shadow:inset 0 0 0 3.5px #fff!important}html[data-theme="dark"] .birth-date-unified .tab-btn.active::before{box-shadow:inset 0 0 0 3.5px #18181b!important}.ee3-lang-theme-stack .ee3-theme-segment{min-width:142px;padding:4px!important;border-radius:14px!important}.ee3-lang-theme-stack .ee3-theme-choice{min-height:42px!important;padding:7px 10px!important;font-size:13px!important;gap:6px!important}.ee3-lang-theme-stack .ee3-theme-choice>span[aria-hidden="true"]{font-size:17px!important}.birth-date-unified .tab-btn::before{width:19px!important;height:19px!important;border-width:1.5px!important}.birth-date-unified .tab-btn.active::before{border-width:1.5px!important;background:radial-gradient(circle,#1687e8 0 43%,#fff 46% 68%,#1687e8 71% 100%)!important}.birth-date-unified .date-inputs{width:94%!important;margin-inline:auto!important}@media (max-width:390px){.birth-date-unified .date-inputs{width:93%!important}}@media (max-width:600px){.app-container{contain:none!important}#btn-calc{transition:none!important;contain:none!important}}#btn-calc,#btn-calc .calc-btn-text,#btn-calc .calc-btn-arrow{animation:none!important}#btn-calc.is-loading .calc-btn-arrow{visibility:hidden!important}.ee3-suggestion-home{width:100%;margin:-7px 0 13px;padding:0;text-align:center}.ee3-suggestion-home button{width:100%;min-height:36px;padding:7px 10px;border:1px solid #eee4bd;border-radius:10px;background:#fffdf5;color:#5b4a16;font-size:.76rem;font-weight:800;cursor:pointer}#ee3-suggestion-modal{position:fixed;inset:0;z-index:2147483000;background:rgba(15,23,42,.48);display:flex;align-items:center;justify-content:center;padding:16px}#ee3-suggestion-modal[hidden]{display:none!important}html[data-theme=dark] .ee3-suggestion-home button{background:#27272a;color:#f4f4f5;border-color:#52525b}.ee3-pwa-slot{box-sizing:border-box;width:100%;min-height:116px;padding:18px 0}.ee3-pwa-slot[hidden]{display:none!important}@media (max-width:420px){.ee3-pwa-slot{min-height:120px;padding:12px 0}}@media (display-mode:standalone){.ee3-pwa-slot{display:none!important}}@keyframes ee3TickerMove{from{transform:translateX(-8%)}to{transform:translateX(55%)}}