.arzimate-page{--am-bg:#07111f;--am-bg-soft:#0b1728;--am-surface:rgba(15, 29, 49, 0.88);--am-surface-strong:#101f34;--am-surface-hover:#152943;--am-border:rgba(148, 163, 184, 0.18);--am-border-strong:rgba(148, 163, 184, 0.32);--am-text:#f8fafc;--am-text-soft:#cbd5e1;--am-text-muted:#94a3b8;--am-primary:#3b82f6;--am-primary-hover:#2563eb;--am-primary-soft:rgba(59, 130, 246, 0.14);--am-success:#22c55e;--am-danger:#ef4444;--am-radius-sm:10px;--am-radius-md:16px;--am-radius-lg:22px;--am-shadow:0 20px 55px rgba(0, 0, 0, 0.28);width:100%;max-width:100%;overflow-x:hidden;background:radial-gradient(circle at top,rgb(59 130 246 / .1),transparent 32rem),var(--am-bg);color:var(--am-text);font-family:Inter,"Noto Sans","Noto Sans Devanagari","Noto Sans Bengali",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}.arzimate-page *,.arzimate-page *::before,.arzimate-page *::after{box-sizing:border-box}.arzimate-page button,.arzimate-page input,.arzimate-page textarea,.arzimate-page select{font:inherit}.arzimate-page .arzimate-app{width:100%;padding:32px 16px 48px}.arzimate-page .arzimate-app__container{width:min(100%, 920px);margin:0 auto}.arzimate-page .arzimate-app__header{max-width:720px;margin:0 auto 28px;text-align:center}.arzimate-page .arzimate-app__brand{display:inline-flex;align-items:center;justify-content:center;min-height:32px;margin:0 0 12px;padding:5px 12px;border:1px solid rgb(59 130 246 / .3);border-radius:999px;background:var(--am-primary-soft);color:#93c5fd;font-size:.82rem;font-weight:700;letter-spacing:.05em}.arzimate-page .arzimate-app__header h1{margin:0;color:var(--am-text);font-size:clamp(2rem, 7vw, 3.5rem);line-height:1.08;letter-spacing:-.035em;font-weight:800}.arzimate-page .arzimate-app__intro{max-width:620px;margin:16px auto 0;color:var(--am-text-soft);font-size:1rem;line-height:1.7}.arzimate-page .arzimate-app__privacy{width:min(100%, 760px);margin:0 auto 24px;padding:14px 16px;border:1px solid var(--am-border);border-radius:var(--am-radius-md);background:rgb(15 29 49 / .68);color:var(--am-text-soft)}.arzimate-page .arzimate-app__privacy p{margin:0;font-size:.9rem;line-height:1.65}.arzimate-page .arzimate-app__privacy strong{color:var(--am-text)}.arzimate-page .arzimate-tool{width:100%;overflow:hidden;border:1px solid var(--am-border);border-radius:var(--am-radius-lg);background:rgb(10 23 40 / .84);box-shadow:var(--am-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.arzimate-page .arzimate-step,.arzimate-page .arzimate-result{padding:24px 18px;border-bottom:1px solid var(--am-border)}.arzimate-page .arzimate-step:last-child,.arzimate-page .arzimate-result:last-child{border-bottom:0}.arzimate-page .arzimate-step__header,.arzimate-page .arzimate-result__header{margin-bottom:20px}.arzimate-page .arzimate-step__number{margin:0 0 6px;color:#60a5fa;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.arzimate-page .arzimate-step__header h2,.arzimate-page .arzimate-result__header h2{margin:0;color:var(--am-text);font-size:clamp(1.3rem, 5vw, 1.65rem);line-height:1.3;font-weight:750}.arzimate-page .arzimate-step__header p:not(.arzimate-step__number),.arzimate-page .arzimate-result__header p:not(.arzimate-step__number){margin:7px 0 0;color:var(--am-text-muted);font-size:.94rem;line-height:1.6}.arzimate-page .arzimate-language-options{display:grid;grid-template-columns:1fr;gap:10px}.arzimate-page .arzimate-language-option{width:100%;min-height:52px;padding:11px 16px;border:1px solid var(--am-border);border-radius:var(--am-radius-sm);background:var(--am-surface);color:var(--am-text-soft);cursor:pointer;font-weight:650;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease}.arzimate-page .arzimate-language-option:hover{border-color:var(--am-border-strong);background:var(--am-surface-hover);color:var(--am-text)}.arzimate-page .arzimate-language-option[aria-pressed="true"]{border-color:rgb(59 130 246 / .72);background:var(--am-primary-soft);color:#dbeafe;box-shadow:inset 0 0 0 1px rgb(59 130 246 / .12)}.arzimate-page .arzimate-category-options{display:grid;grid-template-columns:1fr;gap:10px}.arzimate-page .arzimate-category-option{width:100%;min-height:58px;padding:14px 16px;border:1px solid var(--am-border);border-radius:var(--am-radius-sm);background:var(--am-surface);color:var(--am-text-soft);text-align:left;cursor:pointer;font-weight:650;line-height:1.4;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease}.arzimate-page .arzimate-category-option:hover{border-color:var(--am-border-strong);background:var(--am-surface-hover);color:var(--am-text)}.arzimate-page .arzimate-category-option[aria-pressed="true"],.arzimate-page .arzimate-category-option.is-selected{border-color:rgb(59 130 246 / .72);background:var(--am-primary-soft);color:#dbeafe}.arzimate-page .arzimate-form{width:100%}.arzimate-page .arzimate-form__fields{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.arzimate-page .arzimate-field{min-width:0}.arzimate-page .arzimate-field label{display:block;margin:0 0 7px;color:var(--am-text);font-size:.92rem;font-weight:650}.arzimate-page .arzimate-field__required{color:#fca5a5}.arzimate-page .arzimate-field__hint{margin:6px 0 0;color:var(--am-text-muted);font-size:.82rem;line-height:1.5}.arzimate-page .arzimate-field input,.arzimate-page .arzimate-field select,.arzimate-page .arzimate-field textarea{display:block;width:100%;max-width:100%;border:1px solid var(--am-border);border-radius:var(--am-radius-sm);background:rgb(7 17 31 / .72);color:var(--am-text);outline:none;transition:border-color 160ms ease,box-shadow 160ms ease,background-color 160ms ease}.arzimate-page .arzimate-field input,.arzimate-page .arzimate-field select{min-height:50px;padding:10px 13px}.arzimate-page .arzimate-field textarea{min-height:120px;padding:12px 13px;resize:vertical;line-height:1.6}.arzimate-page .arzimate-field input::placeholder,.arzimate-page .arzimate-field textarea::placeholder{color:#64748b;opacity:1}.arzimate-page .arzimate-field select{cursor:pointer}.arzimate-page .arzimate-field option{background:#0b1728;color:var(--am-text)}.arzimate-page .arzimate-field.is-invalid input,.arzimate-page .arzimate-field.is-invalid select,.arzimate-page .arzimate-field.is-invalid textarea,.arzimate-page .arzimate-field [aria-invalid="true"]{border-color:rgb(239 68 68 / .78)}.arzimate-page .arzimate-field__error{margin:6px 0 0;color:#fca5a5;font-size:.82rem;line-height:1.45}.arzimate-page .arzimate-form__message{margin-top:18px;padding:12px 14px;border:1px solid rgb(239 68 68 / .3);border-radius:var(--am-radius-sm);background:rgb(239 68 68 / .08);color:#fecaca;font-size:.9rem}.arzimate-page .arzimate-form__actions,.arzimate-page .arzimate-result__actions{display:flex;flex-direction:column;gap:10px;margin-top:22px}.arzimate-page .arzimate-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:11px 18px;border:1px solid #fff0;border-radius:var(--am-radius-sm);cursor:pointer;font-size:.94rem;font-weight:700;line-height:1.3;text-align:center;text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease,box-shadow 160ms ease}.arzimate-page .arzimate-button--primary{border-color:var(--am-primary);background:var(--am-primary);color:#fff;box-shadow:0 8px 24px rgb(37 99 235 / .2)}.arzimate-page .arzimate-button--primary:hover{border-color:var(--am-primary-hover);background:var(--am-primary-hover);color:#fff}.arzimate-page .arzimate-button--secondary{border-color:var(--am-border);background:var(--am-surface);color:var(--am-text-soft)}.arzimate-page .arzimate-button--secondary:hover{border-color:var(--am-border-strong);background:var(--am-surface-hover);color:var(--am-text)}.arzimate-page .arzimate-button:active,.arzimate-page .arzimate-language-option:active,.arzimate-page .arzimate-category-option:active{transform:translateY(1px)}.arzimate-page .arzimate-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.arzimate-page .arzimate-result__preview{width:100%;min-height:300px;padding:22px 18px;overflow-wrap:anywhere;word-break:normal;white-space:pre-wrap;border:1px solid var(--am-border);border-radius:var(--am-radius-md);background:#f8fafc;color:#172033;box-shadow:inset 0 1px 0 rgb(255 255 255 / .7);font-family:"Noto Sans","Noto Sans Devanagari","Noto Sans Bengali",system-ui,sans-serif;font-size:.96rem;line-height:1.8}.arzimate-page .arzimate-result__status{margin-top:12px;color:#86efac;font-size:.86rem;font-weight:600}.arzimate-page [hidden]{display:none!important}.arzimate-page button:focus-visible,.arzimate-page input:focus-visible,.arzimate-page textarea:focus-visible,.arzimate-page select:focus-visible,.arzimate-page [tabindex]:focus-visible{outline:3px solid rgb(96 165 250 / .45);outline-offset:3px}.arzimate-page .arzimate-field input:focus,.arzimate-page .arzimate-field textarea:focus,.arzimate-page .arzimate-field select:focus{border-color:#60a5fa;background:rgb(11 23 40 / .94);box-shadow:0 0 0 3px rgb(59 130 246 / .12)}.arzimate-page .arzimate-editorial{width:100%;padding:48px 16px 64px;background:#fff;color:#1e293b}.arzimate-page .arzimate-editorial__container{width:min(100%, 860px);margin:0 auto}.arzimate-page .arzimate-editorial__container>*:first-child{margin-top:0}.arzimate-page .arzimate-editorial__container>*:last-child{margin-bottom:0}.arzimate-page .arzimate-editorial h2,.arzimate-page .arzimate-editorial h3,.arzimate-page .arzimate-editorial h4{color:#0f172a;line-height:1.3}.arzimate-page .arzimate-editorial p,.arzimate-page .arzimate-editorial li{color:#475569;line-height:1.75}.arzimate-page .arzimate-editorial a{color:#2563eb;text-decoration:underline;text-underline-offset:3px}@media (min-width:375px){.arzimate-page .arzimate-app{padding-left:18px;padding-right:18px}.arzimate-page .arzimate-step,.arzimate-page .arzimate-result{padding-left:20px;padding-right:20px}}@media (min-width:600px){.arzimate-page .arzimate-app{padding-top:48px;padding-bottom:64px}.arzimate-page .arzimate-language-options{grid-template-columns:repeat(3,minmax(0,1fr))}.arzimate-page .arzimate-category-options{grid-template-columns:repeat(2,minmax(0,1fr))}.arzimate-page .arzimate-step,.arzimate-page .arzimate-result{padding:30px}.arzimate-page .arzimate-result__preview{padding:28px}.arzimate-page .arzimate-form__actions{align-items:flex-start}.arzimate-page .arzimate-form__actions .arzimate-button{width:auto;min-width:220px}.arzimate-page .arzimate-result__actions{flex-direction:row;flex-wrap:wrap}.arzimate-page .arzimate-result__actions .arzimate-button{width:auto;flex:1 1 180px}}@media (min-width:768px){.arzimate-page .arzimate-app{padding-top:58px;padding-bottom:72px}.arzimate-page .arzimate-step,.arzimate-page .arzimate-result{padding:34px 36px}.arzimate-page .arzimate-form__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.arzimate-page .arzimate-field--full{grid-column:1 / -1}}@media (min-width:1024px){.arzimate-page .arzimate-app{padding-top:68px;padding-bottom:82px}.arzimate-page .arzimate-tool{border-radius:24px}.arzimate-page .arzimate-step,.arzimate-page .arzimate-result{padding:38px 42px}}@media (prefers-reduced-motion:reduce){.arzimate-page *,.arzimate-page *::before,.arzimate-page *::after{scroll-behavior:auto!important;transition-duration:0.01ms!important;animation-duration:0.01ms!important;animation-iteration-count:1!important}}@media print{.arzimate-page{background:#ffffff!important;color:#000000!important}.arzimate-page .arzimate-app__header,.arzimate-page .arzimate-app__privacy,.arzimate-page .arzimate-step,.arzimate-page .arzimate-result__header,.arzimate-page .arzimate-result__actions,.arzimate-page .arzimate-result__status,.arzimate-page .arzimate-editorial{display:none!important}.arzimate-page .arzimate-tool,.arzimate-page .arzimate-result{border:0!important;box-shadow:none!important;background:transparent!important}.arzimate-page .arzimate-result{display:block!important;padding:0!important}.arzimate-page .arzimate-result__preview{display:block!important;min-height:0;padding:0;border:0;border-radius:0;background:#ffffff!important;color:#000000!important;box-shadow:none!important;font-size:12pt;line-height:1.7}}