:root{--motion-ease:cubic-bezier(.22, 1, .36, 1);--portal-error-text:color-mix(in srgb, var(--memo-red) 70%, var(--memo-red-dark));--portal-warning-surface:var(--memo-yellow-light);--portal-warning-text:color-mix(in srgb, var(--memo-yellow-dark) 80%, var(--memo-black))}.portal-page{background:color-mix(in srgb, var(--brand-sky) 8%, var(--color-white));min-height:100vh;color:var(--color-on-surface);direction:rtl;flex-direction:column;padding:clamp(1.5rem,4vw,2.75rem) clamp(1.25rem,5vw,2.5rem) clamp(3rem,7vw,5rem);display:flex}.portal-page__column{flex-direction:column;gap:1.25rem;width:min(100%,520px);margin:0 auto;display:flex}.portal-page__column--wide{width:min(100%,920px)}.portal-page__logo{align-self:center;margin-bottom:.5rem}.portal-page__logo img{height:44px}.portal-back-link{color:var(--color-text-muted);transition:color .18s var(--motion-ease);align-self:flex-start;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.portal-back-link:hover{color:var(--color-ink)}.portal-back-link:focus-visible{outline:3px solid var(--brand-sky-deep);outline-offset:4px;border-radius:4px}.portal-stepper{gap:.5rem;display:grid}.portal-stepper__label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}.portal-stepper__track{gap:.5rem;display:flex}.portal-stepper__segment{background:var(--color-border);border-radius:2px;flex:1;height:4px}.portal-stepper__segment--done{background:var(--color-primary)}.portal-title{color:var(--color-primary);text-align:center;text-wrap:balance;margin:0;font-size:clamp(1.6rem,4.5vw,2rem);font-weight:800;line-height:1.4}.portal-subtitle{color:var(--color-text-muted);text-align:center;text-wrap:balance;margin:0;font-size:.95rem;line-height:1.7}.portal-page__heading{gap:.5rem;margin-top:.5rem;display:grid}.portal-card{border:1px solid var(--color-border);background:var(--color-white);border-radius:20px;padding:clamp(1.5rem,4.5vw,2.5rem);box-shadow:0 2px 6px #1c354a0d,0 18px 44px #1c354a17}.portal-field{gap:.5rem;display:grid}.portal-field__label{color:var(--color-ink);font-size:.9rem;font-weight:600}.portal-field__control{border:1px solid var(--color-outline);background:var(--color-white);width:100%;height:50px;color:var(--color-ink);transition:border-color .18s var(--motion-ease);border-radius:10px;padding:0 .9rem}.portal-field__control::placeholder{color:var(--color-text-muted)}.portal-field__control:hover:not(:disabled){border-color:var(--color-ink-soft)}.portal-field__control:focus-visible{outline:3px solid var(--color-primary-faded);outline-offset:0;border-color:var(--color-primary)}.portal-field__control:disabled{background:var(--color-surface);color:var(--color-text-muted)}.portal-field__control[aria-invalid=true]{border-color:var(--portal-error-text)}.portal-field__error{color:var(--portal-error-text);font-size:.85rem;font-weight:600;line-height:1.6}.portal-field__hint{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.portal-field__control--textarea{resize:vertical;height:auto;min-height:120px;padding:.75rem .9rem;line-height:1.7}.portal-select{position:relative}.portal-select .portal-field__control{appearance:none;padding-inline-end:2.5rem}.portal-select:after{content:"";inset-inline-end:1.1rem;border-inline-start:2px solid var(--color-text-muted);border-block-end:2px solid var(--color-text-muted);pointer-events:none;width:.5rem;height:.5rem;position:absolute;top:50%;transform:translateY(-70%)rotate(45deg)}.portal-button{width:100%;height:52px;font:inherit;cursor:pointer;transition:background-color .18s var(--motion-ease), border-color .18s var(--motion-ease), transform .18s var(--motion-ease);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;display:inline-flex}.portal-button:active:not(:disabled){transform:scale(.98)}.portal-button:focus-visible{outline:3px solid var(--brand-sky-deep);outline-offset:3px}.portal-button:disabled{cursor:default}.portal-button--primary{background:var(--color-primary);color:var(--color-white)}.portal-button--primary:hover:not(:disabled){background:color-mix(in srgb, var(--color-primary) 86%, var(--brand-navy))}.portal-button--primary:disabled{background:var(--color-disabled);color:var(--color-text-muted)}.portal-button--secondary{border:1px solid var(--color-outline);background:var(--color-white);color:var(--color-ink)}.portal-button--secondary:hover:not(:disabled){border-color:var(--color-ink-soft);background:color-mix(in srgb, var(--brand-navy) 4%, var(--color-white))}.portal-button--secondary:disabled{border-color:var(--color-border);color:var(--color-text-muted)}.portal-spinner{border:2px solid;border-inline-start-color:#0000;border-radius:50%;flex:none;width:18px;height:18px;animation:.7s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.portal-spinner{animation-duration:1.6s}.portal-button,.portal-back-link,.portal-field__control{transition:none}}
