@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--ut-brand: #404a9a;--ut-brand-dark: #313149;--ut-text: #313149;--ut-text-muted: #7583a6;--ut-text-brand: #404a9a;--ut-header-bg: #ffffff;--ut-header-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .04);--ut-header-height: 72px;--workspace-max-width: 1200px;--workspace-gutter: 1.25rem;--ut-radius-btn: 9999px;--ut-radius-asymmetric: 12px 12px 12px 4px;--utas-blue-dark: #313149;--utas-blue-darker: #06152b;--utas-blue-light: #f1f4fa;--utas-blue-lighter: #f5f5ff;--utas-blue: #e3f6f8;--utas-grey-lighter: #e0e7eb;--utas-grey: #aeb2ae;--utas-fg-muted: #5a5e66;--utas-fg: #33363c;--utas-white: #ffffff;--utas-white-off: #f8f8f8;--utas-yellow: #f6e824;--utas-yellow-lighter: #fff9c4;--utas-green-dark: #2a9931;--utas-red-dark: #c53b3b;--utas-red-lighter: #ffeeee;--utas-radius: 6px;--utas-radius-input: 8px;--utas-shadow-hover: 0 6px 18px rgba(49, 49, 73, .1);--utas-shadow-btn: 0 4px 6px rgba(49, 49, 73, .22);font-family:DM Sans,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.5;color:var(--utas-fg);background:var(--utas-blue-light)}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--utas-blue-dark);text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--utas-white);border-bottom:1px solid var(--utas-grey-lighter)}.app-header__inner{max-width:720px;margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-header__brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;min-width:0}.app-header__brand:hover{text-decoration:none}.app-header__logo{height:36px;width:auto;max-width:130px;display:block;flex-shrink:0}.app-header__text{display:flex;flex-direction:column;gap:.15rem;min-width:0;padding-left:1rem;border-left:1px solid var(--utas-grey-lighter)}.app-header__product{font-size:15px;font-weight:700;line-height:1.25;color:var(--utas-blue-darker);letter-spacing:-.01em}.app-header__tagline{font-size:12px;font-weight:500;line-height:1.35;color:var(--utas-fg-muted)}.app-header__lang{display:flex;gap:.35rem}.lang-btn{min-height:32px;padding:0 12px;border:1px solid var(--utas-grey-lighter);border-radius:9999px;background:var(--utas-white);font-size:12px;font-weight:600;color:var(--utas-fg-muted);cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.lang-btn:hover{background:var(--utas-white-off)}.lang-btn--active{background:var(--utas-blue-dark);border-color:var(--utas-blue-dark);color:var(--utas-white)}.app-main{flex:1;padding:1.5rem 1rem 2.5rem}.app-main__inner{max-width:560px;margin:0 auto}.info-banner{border-radius:var(--utas-radius);padding:.65rem 1rem;font-size:13px;font-weight:600;margin-bottom:1rem;border:1px solid transparent}.info-banner--warning{background:var(--utas-yellow-lighter);border-color:var(--utas-yellow);color:var(--utas-fg)}.progress{margin-bottom:1rem}.progress__meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.progress__label{font-size:12px;color:var(--utas-fg-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.progress__pct{font-size:12px;font-weight:600;color:var(--utas-blue-dark)}.progress__track{height:4px;background:var(--utas-grey-lighter);border-radius:999px;overflow:hidden}.progress__fill{height:100%;background:var(--utas-blue-dark);border-radius:999px;transition:width .25s ease}.card{background:var(--utas-white);border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:1.25rem;box-shadow:none;transition:box-shadow .2s ease}.card:hover{box-shadow:var(--utas-shadow-hover)}.card__header{margin-bottom:1.25rem}.card__title{margin:0 0 .35rem;font-size:20px;font-weight:600;line-height:1.3;color:var(--utas-blue-darker)}.card__subtitle{margin:0;font-size:14px;color:var(--utas-fg-muted);line-height:1.5}.card__body{margin-bottom:.25rem}.card__footer{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--utas-grey-lighter)}.quest-link{text-align:center;margin-top:1rem;font-size:13px}.choice-grid{display:flex;flex-direction:column;gap:.5rem}.choice-card{display:flex;align-items:flex-start;gap:.85rem;width:100%;text-align:left;padding:.85rem 1rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius-input);background:var(--utas-white-off);cursor:pointer;transition:border-color .15s,background-color .15s,box-shadow .15s}.choice-card:hover{border-color:var(--utas-grey);background:var(--utas-white)}.choice-card--active{border-color:var(--utas-blue-dark);background:var(--utas-blue-lighter);box-shadow:0 1px 2px #0000000f}.choice-card__marker{flex-shrink:0;width:18px;height:18px;margin-top:2px;border-radius:50%;border:2px solid var(--utas-grey);background:var(--utas-white);transition:border-color .15s,background-color .15s}.choice-card__marker--active{border-color:var(--utas-blue-dark);background:var(--utas-blue-dark);box-shadow:inset 0 0 0 3px var(--utas-white)}.choice-card__text{flex:1;min-width:0}.choice-card__label{display:block;font-weight:600;font-size:14px;color:var(--utas-fg)}.choice-card__hint{display:block;font-size:12px;color:var(--utas-fg-muted);font-weight:400;margin-top:.15rem}.quest-yesno-split{display:flex;align-items:flex-start;gap:1.25rem}.quest-yesno-split__choices{flex:0 0 20%;min-width:108px;max-width:160px}.quest-yesno-split__detail{flex:1 1 80%;min-width:0}.quest-yesno-split__detail--empty{visibility:hidden;min-height:1px}.quest-yesno-split__detail-inner{margin:0}@media (max-width: 640px){.quest-yesno-split{flex-direction:column}.quest-yesno-split__choices{flex:none;width:100%;max-width:none}.quest-yesno-split__detail--empty{display:none}}.quest-fields{display:flex;flex-direction:column;gap:.85rem}.quest-field{display:block;font-size:12px;font-weight:600;color:var(--utas-fg-muted);text-transform:uppercase;letter-spacing:.03em}.quest-field input[type=text],.quest-field input[type=email],.quest-field input[type=password],.quest-field input[type=tel],.quest-field input[type=number],.quest-field textarea,.quest-field select,.quest-field__select{display:block;width:100%;margin-top:.35rem;min-height:48px;padding:.65rem 1rem;border:1px solid #b3b5bb;border-radius:var(--utas-radius-input);background:#f9f9f9;font-family:inherit;font-size:14px;font-weight:400;color:var(--utas-fg);text-transform:none;letter-spacing:normal;transition:border-color .15s,background-color .15s;box-sizing:border-box}.quest-field textarea{min-height:6rem;resize:vertical;line-height:1.45}.quest-field select,.quest-field__select{padding-right:2.5rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235a5c63' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px 8px}.quest-field input:focus,.quest-field textarea:focus,.quest-field select:focus,.quest-field__select:focus{outline:none;border-color:var(--utas-blue-dark);background-color:var(--utas-white)}.quest-field select:focus,.quest-field__select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231a4a8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.quest-field--file input[type=file]{display:none}.file-drop{display:block;margin-top:.35rem;padding:1.75rem 1rem;text-align:center;border:1px dashed var(--utas-grey);border-radius:var(--utas-radius-input);cursor:pointer;background:var(--utas-white-off);font-weight:600;font-size:14px;color:var(--utas-fg-muted);text-transform:none;letter-spacing:normal}.quest-field--file:hover .file-drop{border-color:var(--utas-blue-dark);background:var(--utas-white);color:var(--utas-fg)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 24px;font-size:14px;font-weight:600;font-family:inherit;line-height:1.2;border-radius:9999px;border:none;cursor:pointer;text-decoration:none;transition:background-color .15s,box-shadow .15s,outline .15s}.btn--primary{background:var(--utas-blue-dark);outline:1px solid var(--utas-blue-dark);color:var(--utas-white);box-shadow:0 1px 2px #0000000f}.btn--primary:hover:not(:disabled){background:#454560;outline-color:#454560;box-shadow:var(--utas-shadow-btn);text-decoration:none;color:var(--utas-white)}.btn--ghost{background:transparent;outline:1px solid var(--utas-grey-lighter);color:var(--utas-fg);box-shadow:none}.btn--ghost:hover:not(:disabled){background:#edeef0;outline-color:var(--utas-grey-lighter)}.btn--wide{width:100%}.btn--auto{width:auto}.btn--small{font-size:13px;min-height:32px;padding:0 16px}.btn--large{min-height:48px;padding:0 28px;font-size:15px}.btn--on-dark{background:var(--utas-white);outline-color:var(--utas-white);color:var(--utas-blue-darker)}.btn--on-dark:hover:not(:disabled){background:var(--utas-blue-light);outline-color:var(--utas-blue-light);color:var(--utas-blue-darker)}.btn:disabled{opacity:.55;cursor:not-allowed}.quest-actions{display:flex;flex-direction:column;gap:.5rem}.welcome-steps{list-style:none;padding:0;margin:0;counter-reset:welcome-step}.welcome-steps li{counter-increment:welcome-step;display:flex;align-items:flex-start;gap:.85rem;padding:.75rem 0;border-bottom:1px solid var(--utas-grey-lighter);font-size:14px;color:var(--utas-fg)}.welcome-steps li:last-child{border-bottom:none}.welcome-steps li:before{content:counter(welcome-step);flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--utas-blue-light);color:var(--utas-blue-dark);font-size:12px;font-weight:700}.result-box{background:var(--utas-blue-lighter);border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:1rem;margin-bottom:1rem}.result-list{list-style:none;padding:0;margin:0 0 .75rem}.result-list li{display:flex;justify-content:space-between;padding:.35rem 0;font-size:14px;border-bottom:1px solid var(--utas-grey-lighter)}.result-list li:last-child{border-bottom:none}.result-total{font-size:16px;font-weight:600;margin:0;color:var(--utas-blue-darker)}.error{color:var(--utas-red-dark);font-size:13px;margin-top:.75rem}.hint{font-size:13px;color:var(--utas-fg-muted);line-height:1.5}.hint.mt-1{margin-top:1rem}.success-msg{color:var(--utas-green-dark);font-weight:600;font-size:14px}.status-msg{font-weight:600;font-size:14px;padding:.65rem .85rem;border-radius:8px}.status-msg--pending{color:#7a6200;background:var(--utas-yellow-lighter);border:1px solid var(--utas-yellow)}.tax-id-saved-field{margin-bottom:.5rem}.app-main__inner--wide{max-width:640px}.app--workspace{background:var(--utas-blue-light)}.app-header__inner--workspace{max-width:1200px}.workspace-wrap{max-width:var(--workspace-max-width);margin:0 auto;padding-left:var(--workspace-gutter);padding-right:var(--workspace-gutter)}.ut-header__btn--profile{flex-shrink:0}.ut-header__icon-btn--logout{color:var(--ut-text-brand)}.ut-header__icon-btn--logout:hover{background:#404a9a14}.ut-profile-page{padding:calc(var(--ut-header-height) + 2rem) 0 3rem}.ut-profile-page__head{margin-bottom:1.25rem}.ut-profile-page__back{display:inline-block;margin-bottom:.75rem;font-size:14px;font-weight:600;color:var(--ut-brand);text-decoration:none}.ut-profile-page__back:hover{text-decoration:underline}.ut-profile-page__title{margin:0;font-size:1.75rem;font-weight:700;color:var(--utas-blue-darker)}.ut-profile-page__card{padding:1.25rem 1.25rem 1.5rem;background:var(--utas-white);border-radius:16px;box-shadow:0 8px 32px #30334a14}.ut-profile-page__message{margin:1rem 0 0}.ut-invoices-page{padding:calc(var(--ut-header-height) + 2rem) 0 3rem}.ut-invoices-page__head{margin-bottom:1.25rem}.ut-invoices-page__back{display:inline-block;margin-bottom:.75rem;font-size:14px;font-weight:600;color:var(--ut-brand);text-decoration:none}.ut-invoices-page__back:hover{text-decoration:underline}.ut-invoices-page__title{margin:0;font-size:1.75rem;font-weight:700;color:var(--utas-blue-darker)}.ut-invoices-page__sub{margin:.35rem 0 0}.ut-invoices-page__card{padding:1.25rem 1.25rem 1.5rem;background:var(--utas-white);border-radius:16px;box-shadow:0 8px 32px #30334a14}.ut-invoices-page__table-wrap{overflow-x:auto}.ut-invoices-page__table{width:100%;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}.ut-invoices-page__table th,.ut-invoices-page__table td{padding:.7rem .85rem;text-align:left;border-bottom:1px solid var(--utas-grey-lighter);vertical-align:top}.ut-invoices-page__table th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--utas-fg-muted);background:var(--utas-grey-lighter)}.ut-invoices-page__table tbody tr:last-child td{border-bottom:none}.ut-invoices-page__table-amount{text-align:right;white-space:nowrap;font-weight:600}.ut-invoices-page__ref{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;color:var(--utas-fg-muted)}.ut-invoices-page__message{margin:1rem 0 0}.ut-profile-form__intro{margin:0 0 1rem}.ut-profile-form__section{margin:1.25rem 0 .75rem;font-size:.9375rem;font-weight:700;color:var(--ut-brand)}.ut-profile-form__section-hint{margin:-.35rem 0 .75rem}.ut-profile-form__field-error{margin:.35rem 0 0;font-size:12px;line-height:1.45}.ut-profile-form__field-wrap,.ut-profile-form__contact-cell{display:flex;flex-direction:column;min-width:0}.ut-profile-form__field-hint{margin:.35rem 0 0;font-size:12px;line-height:1.45}.ut-profile-form__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--utas-grey-lighter)}.ut-header__btn--active{background:#404a9a14;border-color:var(--ut-brand);color:var(--ut-brand)}.quest-field__input--readonly,.quest-field input:disabled{background:var(--utas-grey-lighter);color:var(--utas-fg-muted);cursor:not-allowed}.workspace-header-years{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;min-width:0}.workspace-header-years__label{font-size:12px;font-weight:600;color:var(--utas-fg-muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.year-tabs--header{margin-bottom:0}.workspace-demo-banner{background:var(--utas-yellow-lighter);border-bottom:1px solid var(--utas-yellow);padding:.45rem 0;font-size:12px;font-weight:600;text-align:center}.workspace-refund-bar{background:var(--utas-blue-darker);color:var(--utas-white);padding:1rem 0}.refund-bar{display:flex;flex-direction:column;gap:.5rem}.refund-bar__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem}.refund-bar__amount-wrap{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.refund-bar__calc{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.refund-bar__calc-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.refund-bar__potential{margin:0;font-size:13px;font-weight:600;color:#9ae6a0;line-height:1.2}.refund-bar__paid-tax{margin:0;font-size:12px;opacity:.75;line-height:1.2}.workspace-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;list-style:none;margin:0;padding:0}.workspace-breadcrumb__item{display:inline-flex;align-items:center}.workspace-breadcrumb__sep{color:#ffffff73;font-size:13px;-webkit-user-select:none;user-select:none}.workspace-breadcrumb__link{padding:0;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:#ffffffd9;cursor:pointer;text-decoration:none}.workspace-breadcrumb__link:hover{color:var(--utas-white);text-decoration:underline}.workspace-breadcrumb__text{font-size:13px;font-weight:600;color:#ffffffd9}.workspace-breadcrumb__item--current .workspace-breadcrumb__text{color:var(--utas-white)}.refund-bar__primary{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem 1.25rem}.refund-bar__label{font-size:13px;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.04em}.refund-bar__amount{font-size:1.75rem;font-weight:700;color:var(--utas-yellow);line-height:1.1}.refund-bar--has-refund .refund-bar__calc-label,.refund-bar--has-refund .refund-bar__amount{color:#9ae6a0}.refund-bar--has-refund .refund-bar__calc-label{opacity:1}.refund-bar__amount--locked{color:#ffffff73;font-size:1.5rem}.refund-bar__breakdown{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:13px;opacity:.9}.refund-bar__bonus{color:#9ae6a0;font-weight:600}.refund-bar__hint{margin:0;font-size:13px;opacity:.85;width:100%}.workspace-body{padding:1.25rem 0 2.5rem}.workspace-body__stack{display:flex;flex-direction:column;gap:1.5rem}.workspace-body__grid{display:grid;grid-template-columns:240px 1fr;gap:1.25rem;align-items:start}.workspace-body__grid--no-nav{grid-template-columns:1fr}.ut-workflow{display:flex;flex-direction:column;gap:.75rem}.ut-workflow__back{align-self:flex-start;padding:.35rem 0;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--ut-brand);cursor:pointer}.ut-workflow__back:hover{text-decoration:underline}.ut-workflow__steps{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:0}.ut-workflow__step{position:relative;display:flex;align-items:center;flex:1 1 0;min-width:0}@media (max-width: 720px){.ut-workflow__steps{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;-webkit-overflow-scrolling:touch}.ut-workflow__step{flex:0 0 auto;min-width:7.5rem}}.ut-workflow__connector{flex-shrink:0;width:1.25rem;height:2px;margin:-1.25rem .15rem 0;background:var(--utas-grey-lighter);align-self:center}.ut-workflow__step--done .ut-workflow__connector,.ut-workflow__step--active .ut-workflow__connector,.ut-workflow__step--pending .ut-workflow__connector{background:#5db77c8c}.ut-workflow__step--pending .ut-workflow__connector{background:#c9a80073}.ut-workflow__btn{display:flex;flex-direction:column;align-items:center;gap:.45rem;width:100%;padding:.35rem .5rem;border:none;background:transparent;font-family:inherit;cursor:pointer;text-align:center}.ut-workflow__btn:disabled{cursor:not-allowed;opacity:.45}.ut-workflow__num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--utas-grey);background:var(--utas-white);font-size:13px;font-weight:700;color:var(--utas-fg-muted);transition:border-color .15s,background-color .15s,color .15s}.ut-workflow__step--active .ut-workflow__num{border-color:var(--ut-brand);background:var(--ut-brand);color:#fff}.ut-workflow__step--done .ut-workflow__num{border-color:var(--utas-green-dark);background:var(--utas-green-dark);color:#fff;font-size:12px}.ut-workflow__step--pending .ut-workflow__num{border-color:#c9a800;background:var(--utas-yellow);color:#3d3200;font-size:14px;font-weight:800}.ut-workflow__step--pending .ut-workflow__label{color:#7a6200}.ut-workflow__label{font-size:12px;font-weight:600;line-height:1.25;color:var(--utas-fg-muted);max-width:8.5rem}.ut-workflow__step--active .ut-workflow__label{color:var(--ut-brand)}.ut-workflow__step--done .ut-workflow__label{color:var(--utas-green-dark)}.workspace-nav__back{display:block;width:calc(100% - 2rem);margin:0 1rem .75rem;padding:.45rem .65rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius-sm);background:var(--utas-white-off);font-family:inherit;font-size:13px;font-weight:600;color:var(--utas-blue-dark);text-align:left;cursor:pointer}.workspace-nav__back:hover{background:var(--utas-blue-light)}.year-overview{padding:2.5rem 0 3rem}.app--workspace .year-overview{padding-top:calc(var(--ut-header-height) + 2.5rem)}.year-overview__header{margin-bottom:2rem}.year-overview__greeting{margin:0 0 .35rem;font-size:.9375rem;font-weight:600;color:var(--utas-fg-muted)}.year-overview__title{margin:0 0 .65rem;font-size:1.75rem;font-weight:700;color:var(--utas-blue-darker)}.year-overview__sub{margin:0;font-size:1rem;color:var(--utas-fg-muted);line-height:1.55;max-width:36rem}.year-overview__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.75rem;align-items:start}.year-overview__main,.year-overview__sidebar{min-width:0}.year-overview__section{margin-bottom:2rem}.year-overview__section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.year-overview__section-title{margin:0;font-size:1.0625rem;font-weight:700;color:var(--utas-blue-darker)}.year-overview__change-country{padding:0;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--ut-brand);cursor:pointer}.year-overview__change-country:hover{text-decoration:underline}.country-select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.85rem}.country-select-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.1rem;border:2px solid rgba(64,74,154,.12);border-radius:14px;background:var(--utas-white);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left;font-family:inherit}.country-select-card:hover{border-color:#404a9a59}.country-select-card--active{border-color:var(--ut-brand);box-shadow:0 0 0 1px var(--ut-brand)}.country-select-card__flag{display:flex;align-items:center;line-height:0}.country-select-card__flag-img{width:28px;height:auto;border-radius:2px;box-shadow:0 0 0 1px #00000014;display:block}.country-select-card__label{font-size:15px;font-weight:600;color:var(--utas-fg)}.dashboard-profile__heading{margin-bottom:1.25rem}.dashboard-profile__grid{display:flex;flex-direction:column;gap:.85rem}.dashboard-profile--sidebar{margin-bottom:0}.dashboard-profile--sidebar .dashboard-profile__grid{gap:1rem}.dashboard-profile__card{width:100%;display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.15rem;border:2px solid rgba(64,74,154,.12);border-radius:14px;background:var(--utas-white);min-height:8.5rem}.dashboard-profile__card-title{margin:0;font-size:15px;font-weight:700;color:var(--utas-blue-darker)}.dashboard-profile__card-hint{margin:0;flex:1;font-size:13px;line-height:1.45}.dashboard-profile__card-link{margin-top:auto;font-size:13px;font-weight:600;align-self:flex-start}.dashboard-profile__invoice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.dashboard-profile__invoice-item{display:flex;flex-direction:column;gap:.15rem;padding-bottom:.65rem;border-bottom:1px solid rgba(64,74,154,.08)}.dashboard-profile__invoice-item:last-child{padding-bottom:0;border-bottom:none}.dashboard-profile__invoice-desc{font-size:13px;font-weight:600;color:var(--utas-blue-darker);line-height:1.35}.dashboard-profile__invoice-meta{font-size:12px;color:var(--utas-fg-muted);font-variant-numeric:tabular-nums}.dashboard-profile__invoice-badge{align-self:flex-start;display:inline-block;margin-top:.15rem;padding:.12rem .45rem;border-radius:999px;font-size:11px;font-weight:700;color:var(--utas-green-dark);background:var(--utas-green-lighter)}@media (max-width: 900px){.year-overview__layout{grid-template-columns:1fr}.year-overview__sidebar{order:2}}.year-overview__partner-box{padding:1.5rem 1.35rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);background:var(--utas-white);max-width:36rem}.year-overview__partner-title{margin:0 0 .65rem;font-size:1.0625rem;font-weight:700;color:var(--utas-blue-darker)}.year-overview__partner-text{margin:0 0 1.15rem;font-size:14px;line-height:1.55;color:var(--utas-fg-muted)}.year-overview-card__progress{width:100%;margin-top:.15rem}.year-overview-card__progress-track{height:6px;border-radius:999px;background:#404a9a1f;overflow:hidden}.year-overview-card__progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ut-brand) 0%,var(--utas-green-dark) 100%);transition:width .25s ease}.year-overview-card__progress-label{display:block;margin-top:.4rem;font-size:12px;font-weight:600;color:var(--utas-fg-muted)}.year-overview-card--started .year-overview-card__progress-label{color:var(--ut-brand)}.year-overview__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}@media (min-width: 640px){.year-overview__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.year-overview-card{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;min-height:11rem;padding:1.75rem 1.5rem;border:2px solid rgba(64,74,154,.12);border-radius:20px;background:linear-gradient(165deg,#fff,#f8f9fd);box-shadow:0 4px 24px #30334a0f;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;text-align:left}.year-overview-card:hover{border-color:#404a9a59;box-shadow:0 12px 32px #404a9a1f;transform:translateY(-2px)}.year-overview-card:focus-visible{outline:2px solid var(--ut-brand);outline-offset:2px}.year-overview-card--started{border-color:#5db77c59;background:linear-gradient(165deg,#fff,#f4fbf7)}.year-overview-card__year{margin:0;font-size:clamp(2.25rem,5vw,2.75rem);font-weight:700;color:var(--ut-brand);line-height:1;letter-spacing:-.03em}.year-overview-card__status{margin:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .65rem;border-radius:999px;background:var(--utas-grey-lighter);color:var(--utas-fg-muted)}.year-overview-card__status--active{background:var(--utas-green-lighter);color:var(--utas-green-dark)}.year-overview-card__hint{margin:.35rem 0 0;font-size:15px;font-weight:500;color:var(--ut-text, var(--utas-blue-darker));line-height:1.45}.year-overview-card--started .year-overview-card__hint{font-weight:400;color:var(--utas-fg-muted)}.step-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.step-choice-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.15rem;border:2px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);background:var(--utas-white);font-family:inherit;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,background-color .15s}.step-choice-card:hover:not(:disabled){border-color:var(--utas-blue-dark);box-shadow:0 4px 16px #003c7814}.step-choice-card__title{font-size:1rem;font-weight:700;color:var(--utas-blue-darker)}.step-choice-card__text{font-size:13px;color:var(--utas-fg-muted);line-height:1.45}.step-choice-card__price{margin-top:.25rem;font-size:14px;font-weight:700;color:var(--utas-green-dark)}.step-checklist{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.step-checklist__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius-sm);background:var(--utas-white-off)}.step-checklist__item--done{border-color:var(--utas-green-lighter);background:var(--utas-green-lighter)}.step-checklist__label{font-size:14px;font-weight:600;flex:1;min-width:180px}.step-checklist__done{font-size:13px;font-weight:700;color:var(--utas-green-dark)}.btn--sm{padding:.4rem .85rem;font-size:13px}.quest-actions--split{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;width:100%}.process-layout__footer--nav{justify-content:space-between;align-items:center;gap:1rem}.process-layout__footer-start{flex-shrink:0}.process-layout__footer-end{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;margin-left:auto}.tax-id-inquiry__hint{margin:0 0 .75rem}.tax-id-inquiry__employer-recap{margin:0 0 1rem}.tax-id-inquiry__demo-skip{margin-top:1rem}.tax-id-inquiry__step-label{margin-top:.75rem;font-weight:600}.tax-id-inquiry__sign-btn{margin-top:1rem}.tax-id-inquiry__price{margin:.75rem 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--ut-brand)}.tax-id-doc-panel__intro{margin-bottom:.25rem}.tax-id-doc-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem}.tax-id-doc-list__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .9rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);background:var(--utas-white)}.tax-id-doc-list__meta{flex:1;min-width:0}.tax-id-doc-list__name{display:block;font-size:14px;font-weight:600;color:var(--utas-fg);word-break:break-word}.tax-id-doc-list__result{display:block;margin-top:.2rem;font-size:13px;color:var(--utas-fg-muted)}.tax-id-doc-list__result--found{color:var(--utas-green-dark);font-weight:600}.tax-id-doc-list__result--not-found{color:#a33}.tax-id-doc-list__remove{flex-shrink:0;border:none;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:var(--ut-brand);cursor:pointer;padding:.15rem 0}.tax-id-doc-list__status{flex-shrink:0;width:22px;height:22px;margin-top:1px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:13px;font-weight:700}.tax-id-doc-list__status--processing{border:2px solid var(--utas-grey-lighter);border-top-color:var(--utas-blue-dark);animation:tax-id-doc-spin .8s linear infinite}.tax-id-doc-list__status--found{background:var(--utas-green-lighter, #e8f5e9);color:var(--utas-green-dark)}.tax-id-doc-list__status--not-found{background:#fdecea;color:#a33}@keyframes tax-id-doc-spin{to{transform:rotate(360deg)}}.vast-wait{text-align:center;padding:1.5rem 1rem}.vast-wait__icon{font-size:2.5rem;margin-bottom:.75rem}.vast-wait__lead{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--utas-blue-darker)}.cost-quest__progress{margin-bottom:1rem}.cost-quest{display:flex;flex-direction:column}.cost-quest .process-layout__footer--nav{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--utas-grey-lighter)}.employer-quest-table-wrap{margin-bottom:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.employer-quest-table__head{margin-bottom:1rem}.employer-quest-table__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;color:var(--utas-fg);line-height:1.25}.employer-quest-table__intro{margin:0;font-size:14px;line-height:1.5;color:var(--utas-fg-muted)}.employer-quest-table{width:100%;border-collapse:collapse;font-size:14px}.employer-quest-table th,.employer-quest-table td{padding:.65rem .75rem;text-align:left;vertical-align:middle;border-bottom:1px solid var(--utas-grey-lighter)}.employer-quest-table th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--utas-fg-muted);background:var(--utas-white-off)}.employer-quest-table__row--active td{background:var(--utas-blue-lighter)}.employer-quest-table__row--done td{background:#2a99310f}.employer-quest-table__period{white-space:nowrap;font-weight:600;color:var(--utas-blue-darker)}.employer-quest-table__name{font-weight:600;color:var(--utas-fg)}.employer-quest-table__city{color:var(--utas-fg-muted);white-space:nowrap}.employer-quest-table__tax{white-space:nowrap;font-weight:600}.employer-quest-table__income{white-space:nowrap;font-variant-numeric:tabular-nums}.employer-quest-table__col-income,.employer-quest-table__income{text-align:right}.employer-quest-table__col-status,.employer-quest-table__status{width:7rem;text-align:center}.employer-quest-table__check{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:var(--utas-green-dark);color:var(--utas-white);font-size:13px;font-weight:700}.employer-quest-table__row{cursor:pointer}.employer-quest-table__row:focus-visible{outline:2px solid var(--ut-brand);outline-offset:-2px}.employer-quest-table__open-label{font-size:13px;font-weight:600;color:var(--ut-brand)}.employer-quest-table__open{white-space:nowrap}@media (max-width: 640px){.employer-quest-table th,.employer-quest-table td{padding:.55rem .45rem;font-size:13px}.employer-quest-table__col-status,.employer-quest-table__status{width:5.5rem}}.employer-detail-fields{max-width:420px}.employer-detail-fields--pendel,.employer-detail-fields--global-cost{max-width:none}.quest-global-cost-row{display:grid;grid-template-columns:minmax(11rem,1fr) minmax(14rem,1.35fr);gap:1.25rem;align-items:start}.quest-global-cost-row__input{min-width:0}.quest-global-cost-row__calc .quest-cost-calc{margin:0;height:100%}@media (max-width: 640px){.quest-global-cost-row{grid-template-columns:1fr}.quest-global-cost-row__calc .quest-cost-calc{margin-top:.25rem}}.quest-wk-breakdown__header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin:0 0 .5rem;font-size:15px;font-weight:700;color:var(--utas-blue-darker);font-variant-numeric:tabular-nums}.quest-wk-breakdown__list{list-style:none;margin:0;padding:0}.quest-wk-breakdown__item{margin:0;padding:0}.quest-wk-breakdown__row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:14px;line-height:1.45;font-variant-numeric:tabular-nums}.quest-wk-breakdown__row--section{padding-left:1.125rem;color:var(--utas-blue-darker);font-weight:600}.quest-wk-breakdown__row--detail{padding-left:2.125rem;color:var(--utas-fg-muted);font-weight:400;font-size:13px}.quest-wk-breakdown__row--total{margin-top:.55rem;padding-top:.55rem;padding-left:1.125rem;border-top:1px solid var(--utas-blue-light);font-weight:700;color:var(--utas-blue-darker)}.quest-wk-breakdown__label{min-width:0}.quest-wk-breakdown__amount{flex-shrink:0;font-weight:700;color:var(--utas-blue-darker)}.quest-wk-breakdown__row--detail .quest-wk-breakdown__amount{font-weight:600}.quest-pendel-days-row{display:grid;grid-template-columns:minmax(11rem,1fr) minmax(14rem,1.35fr);gap:1.25rem;align-items:start}.quest-pendel-days-row__input{min-width:0}.quest-pendel-days-row__calc .quest-cost-calc{margin:0;height:100%}@media (max-width: 640px){.quest-pendel-days-row{grid-template-columns:1fr}.quest-pendel-days-row__calc .quest-cost-calc{margin-top:.25rem}}.quest-field__input--readonly,.quest-field input.quest-field__input--readonly{background:var(--utas-grey-lighter);color:var(--utas-fg);cursor:default}.quest-cost-calc{margin:1rem 0 .75rem;padding:.85rem 1rem;border-radius:var(--utas-radius);background:var(--utas-blue-lighter);border:1px solid var(--utas-blue-light)}.quest-cost-calc__title{margin:0 0 .35rem;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--utas-fg-muted)}.quest-cost-calc__formula{margin:0;font-size:15px;font-weight:700;color:var(--utas-blue-darker);font-variant-numeric:tabular-nums}.quest-cost-calc__hint{margin:.45rem 0 0}.quest-pendel-km{margin:.35rem 0 0}.employer-de-address{margin:.75rem 0 0;padding:.85rem 0 0;border:none;border-top:1px solid var(--utas-border, #e2e8f0)}.employer-de-address__legend{padding:0;font-size:14px;font-weight:700;color:var(--utas-blue-darker)}.employer-de-address__intro{margin:.35rem 0 .75rem}.employer-de-address__ok{margin:.35rem 0 0}.employer-de-address__recap{margin:0 0 .75rem;padding:.65rem .85rem;background:var(--utas-blue-lighter);border-radius:var(--utas-radius-sm, 6px)}.employer-recap--global{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.tax-submit-success{position:relative;overflow:hidden;text-align:center}.tax-calculation-preview{width:50%;max-width:100%;margin:0 0 1.25rem;border:1px solid var(--utas-blue-light);border-radius:var(--utas-radius);background:var(--utas-blue-lighter);overflow:hidden}.partner-step{padding:0}.partner-step__question{margin:0 0 1rem;font-weight:600;color:var(--utas-blue-darker)}.partner-step__fields{margin-top:.25rem}.partner-step__detail-panel{padding:1rem 1.15rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);background:var(--utas-white)}.partner-step__followup-hint{margin-top:.75rem}.tax-id-step__person-badge{margin:.35rem 0 0;font-size:14px;font-weight:600;color:var(--ut-brand)}.tax-calculation-preview__head{padding:1rem 1.1rem .65rem;border-bottom:1px solid var(--utas-blue-light)}.tax-calculation-preview__title{margin:0;font-size:16px;font-weight:700;color:var(--utas-blue-darker)}.tax-calculation-preview__intro{margin:.35rem 0 0}.tax-calculation-preview__table-wrap{overflow-x:auto}.tax-calculation-preview__table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.tax-calculation-preview__row td{padding:.45rem .65rem;vertical-align:top;border-bottom:1px solid rgba(26,75,132,.08)}.tax-calculation-preview__row:last-child td{border-bottom:none}.tax-calculation-preview__label{width:100%;color:var(--utas-blue-darker)}.tax-calculation-preview__row--bold .tax-calculation-preview__label,.tax-calculation-preview__row--bold .tax-calculation-preview__amount{font-weight:700}.tax-calculation-preview__row--indent .tax-calculation-preview__label{padding-left:1.35rem;font-weight:600}.tax-calculation-preview__row--indent-deep .tax-calculation-preview__label{padding-left:2.35rem;font-weight:400;color:var(--utas-fg-muted);font-size:13px}.tax-calculation-preview__sign{width:1.25rem;text-align:center;color:var(--utas-fg-muted);white-space:nowrap}.tax-calculation-preview__currency{width:1.25rem;text-align:right;color:var(--utas-fg-muted);white-space:nowrap}.tax-calculation-preview__amount{width:6.5rem;text-align:right;font-weight:600;color:var(--utas-blue-darker);white-space:nowrap}.tax-calculation-preview__row--section-end td{border-bottom:2px solid var(--utas-blue-light);padding-bottom:.55rem}.tax-calculation-preview__row--section-start td{border-top:2px solid var(--utas-blue-light)}.tax-calculation-preview__row--refund td{padding-top:.65rem;border-top:2px solid var(--utas-blue-light);border-bottom:2px solid var(--utas-blue-light)}.tax-calculation-preview__row--refund .tax-calculation-preview__label,.tax-calculation-preview__row--refund .tax-calculation-preview__amount{font-size:16px;font-weight:700;color:var(--ut-brand)}@media (max-width: 720px){.tax-calculation-preview{width:100%}}.tax-submit-checkout{margin-top:.25rem}.tax-submit-agb{display:flex;align-items:flex-start;gap:.55rem;margin:0 0 .5rem;padding:.85rem 1rem;border:1px solid var(--utas-border, #e2e8f0);border-radius:var(--utas-radius);background:#fff;cursor:pointer;font-size:14px;line-height:1.45}.tax-submit-agb input{margin-top:.15rem;flex-shrink:0}.tax-submit-payment{padding:.25rem 0 .5rem}.tax-submit-payment__summary{margin:.75rem 0 1rem;padding:.85rem 1rem;border-radius:var(--utas-radius);background:var(--utas-blue-lighter);border:1px solid var(--utas-blue-light)}.tax-submit-payment__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:14px}.tax-submit-payment__row+.tax-submit-payment__row{margin-top:.45rem;padding-top:.45rem;border-top:1px dashed var(--utas-blue-light)}.tax-submit-payment__row--fee strong{color:var(--utas-blue-darker)}.tax-submit-payment__price{margin:0 0 .5rem;font-size:20px;font-weight:700;color:var(--utas-blue-darker)}.tax-submit-payment__processing{margin-top:.75rem;font-style:italic}.tax-submit-success__body{position:relative;z-index:1;padding:.5rem 0 .25rem}.tax-submit-success__icon{width:4.5rem;height:4.5rem;margin:0 auto 1rem;border-radius:50%;background:var(--utas-green-lighter);color:var(--utas-green-dark);font-size:2rem;font-weight:700;line-height:4.5rem}.tax-submit-success__refund{margin:1rem 0 .75rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.tax-submit-success__refund-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--utas-fg-muted)}.tax-submit-success__refund-amount{font-size:2rem;font-weight:700;color:var(--ut-brand);line-height:1.1}.tax-submit-success__refund--positive .tax-submit-success__refund-label,.tax-submit-success__refund--positive .tax-submit-success__refund-amount{color:var(--utas-green-dark)}.tax-submit-success__edit{margin-top:1rem}.tax-submit-success__declined{margin-top:.75rem}.confetti{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.confetti__piece{--hue: calc(var(--i) * 7.5deg);position:absolute;top:-12%;left:calc((var(--i) * 2.08%) + 1%);width:8px;height:14px;background:hsl(var(--hue) 85% 55%);opacity:0;transform:rotate(calc(var(--i) * 13deg));animation:confetti-fall 2.8s ease-out calc(var(--i) * .03s) forwards}.confetti__piece:nth-child(3n){width:6px;height:6px;border-radius:50%}.confetti__piece:nth-child(5n){width:10px;height:6px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0) scale(1)}to{opacity:0;transform:translateY(420px) rotate(720deg) scale(.6)}}.employer-recap{margin-top:1rem}.employer-recap__title{margin:0 0 .75rem;font-size:14px;font-weight:700;color:var(--utas-blue-darker)}.employer-recap__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.employer-recap__item{border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:.75rem;background:var(--utas-white-off)}.employer-recap__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem;padding-left:.15rem}.employer-recap__tag{font-size:12px;font-weight:600;padding:.25rem .55rem;border-radius:999px;background:var(--utas-green-lighter);color:var(--utas-green-dark)}.employer-recap__tag--muted{background:var(--utas-grey-lighter);color:var(--utas-fg-muted)}.vdb-address-form__row{display:grid;grid-template-columns:1fr 1.4fr;gap:.75rem}.vdb-address-form__row--thirds{grid-template-columns:repeat(3,1fr)}.vdb-address-form__row--halves{grid-template-columns:1fr 1fr}.profile-incomplete-prompt{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:.5rem}.profile-incomplete-prompt__text{margin:0}.vdb-address-recap{margin:0 0 .75rem;padding:.85rem 1rem;background:var(--utas-grey-lightest, #f5f6f8);border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);font-size:14px;line-height:1.5}.vdb-address-recap__name{display:block;font-weight:700;margin-bottom:.25rem}.vdb-sign-button{margin-top:1.25rem}.vdb-address-form__intro{margin-bottom:.5rem}.vdb-address-form__section{margin:0 0 .75rem;font-size:14px;font-weight:700;color:var(--utas-fg)}.vdb-notify-card{background:var(--utas-white);border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:1.25rem 1.35rem}.vdb-notify-card__header{margin-bottom:1rem}.vdb-notify-card__title{margin:0 0 .35rem;font-size:15px;font-weight:700;color:var(--utas-fg)}.vdb-notify-card__sub{margin:0;font-size:13px;line-height:1.45;color:var(--utas-fg-muted)}.vdb-notify-card__field-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.vdb-notify-card__field{flex:1 1 12rem;margin:0}.vdb-notify-card__save{flex-shrink:0;margin-bottom:.1rem}.vdb-notify-card__footnote{margin:1rem 0 0;padding-top:.85rem;border-top:1px solid var(--utas-grey-lighter);font-size:12px;line-height:1.45;color:var(--utas-fg-muted)}.vdb-pending-content__lead{margin:0 0 1rem;font-size:14px;line-height:1.5;color:var(--utas-fg-muted)}.process-layout{display:grid;grid-template-columns:minmax(10.5rem,13.5rem) minmax(0,1fr);gap:1.75rem 2rem;align-items:start}.process-layout__content{min-width:0}.process-layout__footer{display:flex;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--utas-grey-lighter)}.process-layout__footer.process-layout__footer--nav{justify-content:space-between}.process-steps{list-style:none;margin:0;padding:.25rem 0 0}.process-steps__item{display:flex;gap:.65rem;align-items:flex-start;position:relative;padding-bottom:1.35rem}.process-steps__item:last-child{padding-bottom:0}.process-steps__item:not(:last-child):after{content:"";position:absolute;left:.9rem;top:2rem;bottom:.15rem;width:2px;background:var(--utas-grey-lighter);transform:translate(-50%)}.process-steps__item--done:not(:last-child):after{background:var(--utas-green-dark)}.process-steps__num{flex-shrink:0;width:1.8rem;height:1.8rem;border-radius:50%;border:2px solid var(--utas-grey);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;background:var(--utas-white);color:var(--utas-fg-muted);z-index:1}.process-steps__item--done .process-steps__num{border-color:var(--utas-green-dark);background:var(--utas-green-dark);color:#fff}.process-steps__item--active .process-steps__num{border-color:var(--ut-brand);background:var(--ut-brand);color:#fff}.process-steps__label{font-size:13px;font-weight:600;line-height:1.35;padding-top:.25rem;color:var(--utas-fg-muted)}.process-steps__item--done .process-steps__label{color:var(--utas-fg)}.process-steps__item--active .process-steps__label{color:var(--ut-brand)}@media (max-width: 640px){.process-layout{grid-template-columns:1fr;gap:1.25rem}.process-steps{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem;padding:0}.process-steps__item{padding-bottom:0;flex:1 1 auto}.process-steps__item:not(:last-child):after{display:none}}.mt-05{margin-top:.5rem}.workspace-nav{position:sticky;top:1rem;background:var(--utas-white);border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:.85rem 0}.workspace-nav__title{margin:0 0 .65rem;padding:0 1rem;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--utas-fg-muted)}.workspace-nav__list{list-style:none;margin:0;padding:0}.workspace-nav__item{display:flex;align-items:center;gap:.65rem;width:100%;text-align:left;padding:.65rem 1rem;border:none;border-left:3px solid transparent;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:var(--utas-fg);cursor:pointer;transition:background-color .15s,border-color .15s}.workspace-nav__item:hover:not(:disabled){background:var(--utas-blue-light)}.workspace-nav__item--active{background:var(--utas-blue-lighter);border-left-color:var(--utas-blue-dark);font-weight:600;color:var(--utas-blue-darker)}.workspace-nav__item--locked{opacity:.45;cursor:not-allowed}.workspace-nav__status{flex-shrink:0;width:10px;height:10px;border-radius:50%;border:2px solid var(--utas-grey);background:var(--utas-white)}.workspace-nav__status--done{border-color:var(--utas-green-dark);background:var(--utas-green-dark)}.workspace-nav__status--locked{border-color:var(--utas-grey-lighter);background:var(--utas-white-off)}.workspace-nav__label{flex:1;min-width:0}.workspace-nav__badge{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--utas-blue-dark);color:var(--utas-white);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.workspace-nav__item--active .workspace-nav__badge{background:var(--utas-blue-darker)}.workspace-main{min-width:0}.workspace-panel{margin-bottom:0}.workspace-panel .card__title{font-size:1.25rem}.app-header__inner--wide{max-width:720px}.app-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.app-header__logo--uniontax{height:40px;max-width:120px;object-fit:contain}.year-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.year-tab{min-height:36px;padding:0 16px;border:1px solid var(--utas-grey-lighter);border-radius:999px;background:var(--utas-white);font-size:14px;font-weight:600;color:var(--utas-fg-muted);cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.year-tab:hover{border-color:var(--utas-grey)}.year-tab--active{background:var(--utas-blue-dark);border-color:var(--utas-blue-dark);color:var(--utas-white)}.card--flat{border:none;box-shadow:none;background:transparent;padding:0 0 .5rem}.card--flat:hover{box-shadow:none}.card--locked{text-align:center;background:var(--utas-white-off)}.card__header--compact{margin-bottom:0}.card__section-title{margin:0 0 .35rem;font-size:16px;font-weight:600;color:var(--utas-blue-darker)}.prerequisite-list{display:flex;flex-direction:column;gap:1rem}.prerequisite{border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius);padding:1rem;background:var(--utas-white-off)}.prerequisite--done{border-color:var(--utas-green-dark);background:#f6fbf6}.prerequisite__head{display:flex;gap:.85rem;align-items:flex-start}.prerequisite__status{flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;border:2px solid var(--utas-grey);background:var(--utas-white)}.prerequisite__status--done{border-color:var(--utas-green-dark);background:var(--utas-green-dark);box-shadow:inset 0 0 0 3px var(--utas-white)}.prerequisite__title{margin:0 0 .2rem;font-size:15px;font-weight:600;color:var(--utas-fg)}.prerequisite__desc{margin:0;font-size:13px;color:var(--utas-fg-muted);line-height:1.45}.prerequisite__body{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--utas-grey-lighter);display:flex;flex-direction:column;gap:.65rem}.refund-options{display:flex;flex-direction:column;gap:.5rem}.refund-option{display:flex;align-items:flex-start;gap:.75rem;width:100%;text-align:left;padding:.75rem .85rem;border:1px solid var(--utas-grey-lighter);border-radius:var(--utas-radius-input);background:var(--utas-white-off);cursor:pointer;transition:border-color .15s,background-color .15s;font-family:inherit}.refund-option:hover:not(:disabled){border-color:var(--utas-grey);background:var(--utas-white)}.refund-option--active{border-color:var(--utas-green-dark);background:#f6fbf6}.refund-option--disabled{opacity:.55;cursor:not-allowed}.refund-option__marker{flex-shrink:0;width:18px;height:18px;margin-top:2px;border-radius:4px;border:2px solid var(--utas-grey);background:var(--utas-white)}.refund-option__marker--active{border-color:var(--utas-green-dark);background:var(--utas-green-dark);box-shadow:inset 0 0 0 3px var(--utas-white)}.refund-option__text{flex:1;min-width:0}.refund-option__label{display:block;font-weight:600;font-size:14px;color:var(--utas-fg)}.refund-option__hint{display:block;font-size:12px;color:var(--utas-fg-muted);margin-top:.15rem}.refund-option__delta{flex-shrink:0;font-size:13px;font-weight:700;color:var(--utas-green-dark);white-space:nowrap}.refund-option__badge{display:none}.result-box--hero{text-align:center;background:linear-gradient(180deg,var(--utas-blue-lighter) 0%,var(--utas-white) 100%)}.result-box__label{margin:0 0 .25rem;font-size:13px;font-weight:600;color:var(--utas-fg-muted);text-transform:uppercase;letter-spacing:.04em}.result-box__amount{margin:0;font-size:28px;font-weight:700;color:var(--utas-blue-darker)}.result-box__bonus{margin:.35rem 0 0;font-size:14px;font-weight:600;color:var(--utas-green-dark)}.result-total--hero{margin-top:.75rem;font-size:18px}.mt-1{margin-top:1rem}@media (max-width: 480px){.app-header__tagline{display:none}.app-header__logo{height:32px;max-width:110px}.app-header__inner{padding:.75rem 1rem}.card__title{font-size:18px}.landing-hero__grid{grid-template-columns:1fr}.landing-hero__actions{flex-direction:column}.landing-hero__actions .btn{width:100%}.public-header__product{display:none}}.ut-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .3s ease-in-out}.ut-header--hidden .ut-header__bar{transform:translateY(-100%);pointer-events:none}.ut-header__bar{background:var(--ut-header-bg);box-shadow:var(--ut-header-shadow);transition:transform .3s ease-in-out}.ut-header__inner{max-width:96rem;width:100%;margin:0 auto;padding:.5rem 1.25rem}@media (min-width: 768px){.ut-header__inner{padding:1rem 2.5rem}}.ut-header__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:48px}.ut-header__row--desktop-xl,.ut-header__row--tablet{display:none}.ut-header__row--mobile{display:flex}@media (min-width: 768px) and (max-width: 1279px){.ut-header__row--mobile{display:none}.ut-header__row--tablet{display:flex}}@media (min-width: 1280px){.ut-header__row--mobile,.ut-header__row--tablet{display:none}.ut-header__row--desktop-xl{display:flex}}.ut-header__brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.ut-header__brand:hover{text-decoration:none}.ut-header__logo{height:2rem;width:auto;max-width:9rem;object-fit:contain;display:block}@media (min-width: 480px){.ut-header__logo{height:3rem;max-width:11rem}}.ut-header__nav{display:flex;align-items:center;gap:.15rem;flex:1;justify-content:center;min-width:0}.ut-header__nav-link{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:500;color:var(--ut-text-muted);text-decoration:none;border-radius:var(--ut-radius-asymmetric);cursor:pointer;white-space:nowrap;transition:color .15s,background-color .15s}.ut-header__nav-link:hover{color:var(--ut-text-brand);text-decoration:none;background:#404a9a0f}.ut-header__nav-link--active,.ut-header__nav-dropdown--open .ut-header__nav-link--dropdown{color:var(--ut-text-brand);font-weight:600}.ut-header__chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-3px;transition:transform .2s}.ut-header__chevron--up{transform:rotate(-135deg);margin-top:3px}.ut-header__nav-dropdown{position:relative}.ut-header__nav-submenu{position:absolute;top:calc(100% + .35rem);left:0;min-width:12rem;margin:0;padding:.35rem;list-style:none;background:var(--ut-header-bg);border-radius:var(--ut-radius-asymmetric);box-shadow:0 8px 24px #00000014;z-index:110}.ut-header__nav-sublink{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:14px;font-weight:500;color:var(--ut-text);text-decoration:none;border-radius:8px}.ut-header__nav-sublink:hover{background:#404a9a0f;color:var(--ut-text-brand);text-decoration:none}.ut-header__actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.ut-header__actions--mobile .ut-header__btn--outline{display:none}.ut-header__btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 1.25rem;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;border-radius:var(--ut-radius-btn);text-decoration:none;cursor:pointer;border:none;white-space:nowrap;transition:background-color .15s,color .15s,box-shadow .15s}.ut-header__btn:hover{text-decoration:none}.ut-header__btn--outline{background:transparent;color:var(--ut-text-brand);box-shadow:inset 0 0 0 2px var(--ut-brand)}.ut-header__btn--outline:hover{background:#404a9a0f;color:var(--ut-text-brand)}.ut-header__btn--primary{background:var(--ut-brand);color:#fff;box-shadow:0 1px 2px #0000000f}.ut-header__btn--primary:hover{background:#4a56a8;color:#fff}.ut-header__btn--compact{min-height:36px;padding:0 1rem;font-size:13px}.ut-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:var(--ut-radius-btn);background:transparent;color:var(--ut-text-brand);cursor:pointer}.ut-header__icon-btn:hover{background:#404a9a0f}.ut-header__flag{width:24px;height:18px;border-radius:2px;object-fit:cover;flex-shrink:0}.ut-header__lang{position:relative}.ut-header__lang-trigger{display:inline-flex;align-items:center;gap:.35rem;min-height:40px;padding:.35rem .65rem;border:none;border-radius:var(--ut-radius-asymmetric);background:transparent;font-family:inherit;font-size:14px;font-weight:600;color:var(--ut-text-brand);cursor:pointer}.ut-header__lang-trigger:hover{background:#404a9a0f}.ut-header__lang-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:11rem;margin:0;padding:.35rem;list-style:none;background:var(--ut-header-bg);border-radius:var(--ut-radius-asymmetric);box-shadow:0 8px 24px #00000014;z-index:110}.ut-header__lang-option{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:14px;color:var(--ut-text);border-radius:8px}.ut-header__lang-option--active{background:#404a9a1a;color:var(--ut-text-brand);font-weight:600}.ut-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.ut-header__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.ut-header__drawer-panel{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ut-header-bg);display:flex;flex-direction:column;overflow:auto}.ut-header__drawer-top{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.25rem;box-shadow:inset 0 -1px #00000014}.ut-header__drawer-top-actions{display:flex;align-items:center;gap:.35rem}.ut-header__drawer-body{flex:1;padding:1.25rem}.ut-header__drawer-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.ut-header__drawer-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .75rem;border:none;background:transparent;font-family:inherit;font-size:15px;font-weight:500;color:var(--ut-text);text-decoration:none;border-radius:var(--ut-radius-asymmetric);cursor:pointer;text-align:left}.ut-header__drawer-link:hover,.ut-header__drawer-link--active{background:#404a9a14;color:var(--ut-text-brand);text-decoration:none}.ut-header__drawer-subnav{list-style:none;margin:.25rem 0 .5rem;padding:0 0 0 .75rem;display:flex;flex-direction:column;gap:.15rem}.ut-header__drawer-sublink{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:14px;color:var(--ut-text-muted);text-decoration:none;border-radius:8px}.ut-header__drawer-sublink:hover{background:#404a9a0f;color:var(--ut-text-brand);text-decoration:none}.ut-header--workspace .ut-header__bar{overflow:hidden}.ut-header--workspace .ut-header__inner--workspace{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-height:var(--ut-header-height);box-sizing:border-box;padding-top:.85rem;padding-bottom:.85rem}.ut-header--workspace .ut-header__brand{flex-shrink:0}.ut-header--workspace .ut-header__logo--workspace{height:2rem;width:auto;max-width:9rem;object-fit:contain;display:block}@media (min-width: 768px){.ut-header--workspace .ut-header__logo--workspace{height:2.5rem;max-width:11rem}}.ut-header--workspace+.workspace-refund-bar{margin-top:var(--ut-header-height)}.has-ut-header{padding-top:var(--ut-header-height)}.public-header{background:var(--utas-white);border-bottom:1px solid var(--utas-grey-lighter);position:sticky;top:0;z-index:100}.public-header__inner{max-width:1100px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.public-header__brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.public-header__brand:hover{text-decoration:none}.public-header__logo{height:38px;width:auto;max-width:120px;object-fit:contain}.public-header__product{font-size:15px;font-weight:700;color:var(--utas-blue-darker)}.public-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.landing{min-height:100vh;background:var(--utas-white);padding-top:var(--ut-header-height)}.landing-wrap{max-width:1100px;margin:0 auto;padding:0 1.25rem}.landing-wrap--narrow{max-width:720px}.landing-demo-banner{background:var(--utas-yellow-lighter);border-bottom:1px solid var(--utas-yellow);padding:.5rem 0;font-size:13px;font-weight:600;text-align:center}.landing-hero{position:relative;overflow:hidden;color:#fff;padding:2.5rem 0 3rem;background:radial-gradient(118.34% 50% at 50% 50%,#30334a00,#30334a40),radial-gradient(96.54% 90.09% at 19.83% 124.41%,#30334a99,#404a9a00),radial-gradient(58.69% 49.84% at 29.2% -14.69%,#5db77c,#404a9a00),radial-gradient(90.69% 67.54% at 96.01% 60.15%,#5db77c,#404a9a00 80%),var(--ut-brand)}@media (min-width: 768px){.landing-hero{padding:3.5rem 0 4rem}}@media (min-width: 960px){.landing-hero{padding:4rem 0 4.5rem}}.landing-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.2;pointer-events:none}.landing-hero__wrap{position:relative;z-index:1;max-width:96rem;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.landing-hero__wrap{padding:0 2.5rem}}.landing-hero__grid{display:flex;flex-direction:column;align-items:stretch;gap:2rem}@media (min-width: 960px){.landing-hero__grid{flex-direction:row;align-items:center;justify-content:center;gap:3rem}}.landing-hero__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.landing-hero__title{margin:0;font-size:clamp(2rem,5.5vw,3.75rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:#fff;max-width:18ch}@media (min-width: 960px){.landing-hero__title{font-size:clamp(2.5rem,4.2vw,3.75rem);max-width:16ch}}.landing-hero__lead{margin:0;font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.55;font-weight:400;color:#ffffffeb;max-width:34rem}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.25rem}@media (max-width: 520px){.landing-hero__actions{flex-direction:column;width:100%}}.landing-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.5rem;font-family:inherit;font-size:15px;font-weight:600;line-height:1.2;border-radius:9999px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.landing-hero__btn:hover{text-decoration:none}.landing-hero__btn--solid{background:#fff;color:var(--ut-brand-dark);border-color:#fff}.landing-hero__btn--solid:hover{background:#f1f4fa;color:var(--ut-brand-dark)}.landing-hero__btn--outline{background:transparent;color:#fff;border-color:#ffffffd9}.landing-hero__btn--outline:hover{background:#ffffff1a;color:#fff}.landing-hero__btn--card{width:100%;margin-top:.5rem;color:var(--ut-brand)}.landing-hero__info{display:flex;align-items:flex-start;gap:.5rem;margin:.25rem 0 0;font-size:13px;line-height:1.45;color:#fff;max-width:34rem}.landing-hero__info-icon{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.85);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;font-style:italic;line-height:1}.landing-hero__card{flex:0 1 420px;width:100%;max-width:100%;background:#fff;color:var(--ut-text);border-radius:24px 24px 24px 8px;padding:1.5rem;box-shadow:0 16px 48px #0000001f;display:flex;flex-direction:column;gap:.35rem}@media (min-width: 768px){.landing-hero__card{padding:2rem;border-radius:32px 32px 32px 12px}}@media (min-width: 960px){.landing-hero__card{width:115%;max-width:28rem}}.landing-hero__card-title{margin:0;font-size:14px;font-weight:600;color:var(--ut-brand)}.landing-hero__card-amount{margin:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#5db77c;line-height:1.05}.landing-hero__card-sub{margin:0 0 .75rem;font-size:13px;color:var(--ut-text-muted);line-height:1.45}.landing-hero__card-list{margin:0 0 .5rem;padding:.85rem 0 0;list-style:none;border-top:1px solid #e0e7eb}.landing-hero__card-list li{padding:.35rem 0 .35rem 1.1rem;font-size:13px;line-height:1.45;color:var(--ut-text);position:relative}.landing-hero__card-list li:before{content:"";position:absolute;left:0;top:.72rem;width:7px;height:7px;border-radius:50%;background:#5db77c}.landing-hero__eyebrow,.landing-hero__note,.landing-hero__card-label{display:none}.ut-hiw{position:relative;overflow:hidden;padding-top:3rem;padding-bottom:3.5rem}@media (min-width: 768px){.ut-hiw{padding-top:4rem;padding-bottom:4.5rem}}@media (min-width: 960px){.ut-hiw{padding-top:5rem;padding-bottom:5rem}}.ut-hiw__outer{position:relative;padding:0 1.25rem;margin-top:0}.ut-hiw__outer:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:#f1f4fa;z-index:0}@media (min-width: 768px){.ut-hiw__outer{padding:0 2.5rem}}.ut-hiw__card{position:relative;z-index:1;max-width:96rem;margin:0 auto;padding:1.25rem;background:var(--ut-brand);border-radius:24px 24px 24px 8px;overflow:hidden;box-shadow:0 16px 48px #30334a2e}@media (min-width: 480px){.ut-hiw__card{padding:2rem;border-radius:40px 40px 40px 12px}}@media (min-width: 960px){.ut-hiw__card{padding:3rem}}.ut-hiw__pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;pointer-events:none}.ut-hiw__layout{position:relative;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1250px){.ut-hiw__layout{flex-direction:row;align-items:center;min-height:28rem}}.ut-hiw__content{flex:0 1 32.4375rem;max-width:100%;z-index:1}.ut-hiw__title{margin:0 0 1.75rem;font-size:clamp(1.35rem,3vw,2rem);font-weight:700;line-height:1.2;color:#fff}.ut-hiw__title-accent{color:#5db77c}.ut-hiw__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ut-hiw-step{display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;position:relative;padding:1rem 0}.ut-hiw-step:not(.ut-hiw-step--last):after{content:"";position:absolute;left:2.65rem;top:5.25rem;bottom:0;width:2px;background:#fff;transform:translate(-50%)}.ut-hiw-step__badge{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-width:5rem;height:4.75rem;background:#fff;border-radius:16px 16px 16px 6px;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--ut-brand);line-height:1}.ut-hiw-step__text{color:#fff;padding-top:.35rem}.ut-hiw-step__heading{margin:0 0 .35rem;font-size:clamp(1rem,2vw,1.15rem);font-weight:700;line-height:1.3}.ut-hiw-step__desc{margin:0;font-size:14px;line-height:1.55;opacity:.95;max-width:28rem}.ut-hiw__visual{display:none;position:relative;flex:1;align-self:stretch;min-height:16rem}@media (min-width: 1250px){.ut-hiw__visual{display:block}}.ut-hiw__visual-img{position:absolute;right:0;bottom:-1rem;width:100%;max-height:100%;object-fit:contain;object-position:bottom right;padding-left:2rem}.ut-hiw__tooltip{position:absolute;left:8%;top:6%;max-width:11rem;padding:.65rem .85rem;background:var(--ut-brand);border:2px solid rgba(255,255,255,.35);border-radius:12px 12px 12px 4px;box-shadow:0 8px 24px #00000026}.ut-hiw__tooltip-text{margin:0;font-size:12px;line-height:1.4;color:#fff;text-align:center}.ut-hiw__tooltip-text strong{font-weight:700;color:#5db77c}.ut-faq{position:relative;background:#f1f4fa;overflow:hidden}.ut-faq__pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:.6}.ut-faq__wrap{position:relative;z-index:1;max-width:96rem;margin:0 auto;padding:2.5rem 1.25rem 3rem;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.ut-faq__wrap{padding:3.5rem 2.5rem 4rem;gap:2.5rem}}@media (min-width: 960px){.ut-faq__wrap{padding:4rem 2.5rem 5rem;gap:3rem}}.ut-faq__header{text-align:center;max-width:40rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.ut-faq__tag{display:inline-flex;align-items:center;min-height:32px;padding:0 1rem;border-radius:9999px;background:#404a9a1a;color:var(--ut-brand);font-size:13px;font-weight:600;letter-spacing:.02em}.ut-faq__title{margin:0;font-size:clamp(1.35rem,3.5vw,2rem);font-weight:700;color:var(--ut-text);line-height:1.2}.ut-faq__intro{margin:0;font-size:15px;line-height:1.55;color:var(--ut-text-muted)}.ut-faq__intro-link{font-size:inherit;font-weight:600;color:var(--ut-brand);text-decoration:none}.ut-faq__intro-link:hover{text-decoration:underline}.ut-faq__accordion{width:100%;max-width:48rem;display:flex;flex-direction:column;gap:1rem}.ut-faq-item{background:#fff;border-radius:16px 16px 16px 6px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.ut-faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border:none;background:transparent;font-family:inherit;font-size:15px;font-weight:600;text-align:left;color:var(--ut-text);cursor:pointer}.ut-faq-item__trigger:hover{color:var(--ut-brand)}.ut-faq-item__chevron{flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--ut-brand);border-bottom:2px solid var(--ut-brand);transform:rotate(45deg);margin-top:-4px;transition:transform .2s}.ut-faq-item--open .ut-faq-item__chevron{transform:rotate(-135deg);margin-top:4px}.ut-faq-item__panel{padding:0 1.25rem 1.15rem}.ut-faq-item__panel p{margin:0;font-size:14px;line-height:1.6;color:var(--ut-text-muted);white-space:pre-line}.ut-faq__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 2rem;border-radius:9999px;background:var(--ut-brand);color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .15s}.ut-faq__cta:hover{background:#4a56a8;color:#fff;text-decoration:none}@media (max-width: 520px){.ut-faq__cta{width:100%}}.landing-section{padding:3rem 0}@media (min-width: 768px){.landing-section{padding:4rem 0}}.landing-section--alt{background:var(--utas-blue-light)}.landing-section__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--utas-blue-darker);text-align:center}.landing-section__subtitle{margin:0 auto 2rem;max-width:36rem;text-align:center;color:var(--utas-fg-muted);font-size:15px;line-height:1.5}.landing-benefits{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem 2rem;max-width:720px;margin:0 auto}.landing-benefits__item{display:flex;align-items:flex-start;gap:.65rem;font-size:14px;line-height:1.45}.landing-benefits__check{flex-shrink:0;width:20px;height:20px;margin-top:1px;border-radius:50%;background:var(--utas-green-dark);position:relative}.landing-benefits__check:after{content:"";position:absolute;left:6px;top:4px;width:5px;height:9px;border:solid var(--utas-white);border-width:0 2px 2px 0;transform:rotate(45deg)}.landing-cta{background:var(--utas-blue-dark);color:var(--utas-white);padding:3rem 0;text-align:center}.landing-cta__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.landing-cta__text{margin:0 0 1.25rem;opacity:.9;font-size:15px}.landing-footer{background:var(--utas-blue-darker);color:#ffffffbf;padding:2rem 0}.ut-about-hero{position:relative;min-height:clamp(280px,45vw,460px);display:flex;align-items:center;overflow:hidden;color:#fff}.ut-about-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ut-about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#404a9ab8,#404a9a40),#02020233}.ut-about-hero__wrap{position:relative;z-index:1;max-width:96rem;margin:0 auto;padding:4rem 1.25rem;width:100%}@media (min-width: 768px){.ut-about-hero__wrap{padding:5rem 2.5rem}}.ut-about-hero__eyebrow{margin:0 0 .75rem;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.95}.ut-about-hero__title{margin:0;max-width:16ch;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}.ut-about-section{padding:3rem 0}.ut-about-section--alt{background:#f1f4fa}.ut-about-section--pillars{padding-top:2rem;margin-top:-3rem;position:relative;z-index:1}.ut-about-section__inner{max-width:96rem;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.ut-about-section__inner{padding:0 2.5rem}}.ut-about-section__inner--narrow{max-width:52rem}.ut-about-section__tag{margin:0 0 .5rem;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ut-brand)}.ut-about-section__tag--center{text-align:center}.ut-about-section__title{margin:0 0 1.25rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.2;color:var(--ut-text)}.ut-about-section__title--center{text-align:center}.ut-about-section__lead{margin:0;font-size:1.0625rem;line-height:1.65;color:var(--ut-text)}.ut-about-section__lead--center{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.ut-about-banner{max-width:96rem;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.ut-about-banner{padding:0 2.5rem}}.ut-about-banner__img{display:block;width:100%;max-height:420px;object-fit:cover;object-position:50% 8%;border-radius:12px}.ut-about-pillars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.ut-about-pillars{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.ut-about-pillars{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ut-about-pillar{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#fff;border-radius:16px;box-shadow:0 8px 32px #30334a14}.ut-about-pillar__icon{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.ut-about-pillar__title{margin:0 0 .65rem;font-size:1.125rem;font-weight:700;color:var(--ut-brand)}.ut-about-pillar__text{margin:0;font-size:14px;line-height:1.55;color:var(--ut-text)}.ut-about-prose p{margin:0 0 1rem;font-size:1rem;line-height:1.65;color:var(--ut-text)}.ut-about-prose p:last-child{margin-bottom:0}.ut-about-board{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:2rem;justify-items:center}@media (min-width: 640px){.ut-about-board{grid-template-columns:repeat(3,1fr)}}.ut-about-board__member{text-align:center;max-width:220px}.ut-about-board__photo{width:160px;height:160px;margin:0 auto 1rem;border-radius:50%;background-size:cover;background-position:center top;box-shadow:0 8px 24px #30334a26}.ut-about-board__role{margin:0 0 .25rem;font-size:13px;color:var(--ut-brand);font-weight:600}.ut-about-board__name{margin:0;font-size:1.125rem;font-weight:700;color:var(--ut-text)}.ut-about-careers{background:#f1f4fa;padding:3rem 0 4rem}.ut-about-careers__inner{max-width:96rem;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.ut-about-careers__inner{padding:0 2.5rem;grid-template-columns:1fr 280px;gap:3rem}}@media (min-width: 960px){.ut-about-careers__inner{grid-template-columns:1fr 320px}}.ut-about-careers__img{width:100%;max-width:320px;margin:0 auto;border-radius:12px;box-shadow:0 12px 40px #30334a1f}.ut-about-careers__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:1.5rem;padding:0 1.5rem;border-radius:9999px;background:var(--ut-brand);color:#fff;font-size:15px;font-weight:600;text-decoration:none}.ut-about-careers__link:hover{text-decoration:none;background:var(--ut-brand-dark);color:#fff}.ut-about-back{font-size:13px;font-weight:600;color:#ffffffd9;text-decoration:none}.ut-about-back:hover{color:#fff;text-decoration:underline}.ut-about-page-foot{text-align:center;padding:1.5rem 1.25rem 2.5rem;background:var(--utas-blue-lighter)}.public-page{min-height:100vh;display:flex;flex-direction:column;background:var(--utas-white-off)}.public-page__main{flex:1}.ut-subpage{padding:2rem 0 3rem}.ut-subpage__wrap{max-width:820px}.ut-subpage__hero{margin-bottom:2rem}.ut-subpage__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--ut-text);line-height:1.15}.ut-subpage__lead{margin:0;font-size:1.05rem;line-height:1.55;color:var(--ut-text-muted)}.ut-subpage__section{margin-bottom:2.5rem}.ut-subpage__tag{display:inline-block;margin-bottom:.5rem;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ut-brand)}.ut-subpage__heading{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;color:var(--ut-text)}.ut-subpage__text{margin:0 0 1rem;font-size:15px;line-height:1.6;color:var(--ut-text-muted)}.ut-subpage__steps{margin:0 0 1.5rem;padding:0}.ut-subpage__note{margin-bottom:1.25rem}.ut-subpage__cta{margin-top:.5rem}.ut-subpage__pillars{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.ut-subpage__pillar{padding:1rem 1.15rem;border-radius:var(--utas-radius-input);background:var(--utas-white);border:1px solid var(--utas-grey-lighter)}.ut-subpage__pillar-title{margin:0 0 .35rem;font-size:15px;font-weight:700;color:var(--ut-text)}.ut-subpage__board{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ut-subpage__board-card{padding:1rem 1.15rem;border-radius:var(--utas-radius-input);background:var(--utas-white);border:1px solid var(--utas-grey-lighter)}.ut-subpage__board-role{margin:0 0 .25rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ut-text-muted)}.ut-subpage__board-name{margin:0;font-size:16px;font-weight:700;color:var(--ut-text)}.ut-subpage__list{margin:0;padding-left:1.25rem;color:var(--ut-text-muted);line-height:1.6}.ut-subpage__contact-line{margin:0 0 1rem;font-size:15px}.ut-subpage__contact-line a{color:var(--ut-brand)}.landing-footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.landing-footer__logo{height:32px;width:auto;filter:brightness(0) invert(1);opacity:.9}.landing-footer__text{margin:0;font-size:12px}@media (max-width: 768px){.landing-benefits{grid-template-columns:1fr}.app-header__inner--workspace{flex-wrap:wrap}.workspace-header-years{order:3;width:100%;justify-content:flex-start;padding-top:.5rem;border-top:1px solid var(--utas-grey-lighter)}.workspace-body__grid{grid-template-columns:1fr}.workspace-nav{position:static;padding:.5rem 0}.workspace-nav__list{display:flex;overflow-x:auto;gap:0;padding:0 .5rem;-webkit-overflow-scrolling:touch}.workspace-nav__list li{flex-shrink:0}.workspace-nav__item{border-left:none;border-bottom:3px solid transparent;border-radius:var(--utas-radius);padding:.5rem .75rem;font-size:13px;white-space:nowrap}.workspace-nav__item--active{border-left:none;border-bottom-color:var(--utas-blue-dark)}.workspace-nav__title{display:none}.refund-bar{flex-direction:column;align-items:flex-start}.refund-bar__amount{font-size:1.5rem}}.ut-auth{display:flex;min-height:100vh;background:#fff}.ut-auth__sidebar{display:none;flex:0 0 auto;max-width:37.625rem;width:42%;min-height:100vh}@media (min-width: 1024px){.ut-auth__sidebar{display:block}}.ut-auth__sidebar-img{width:100%;height:100%;min-height:100vh;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.ut-auth__main{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.25rem}@media (min-width: 1024px){.ut-auth__main{padding:2rem 3rem}}.ut-auth__main-col{width:100%;max-width:26.125rem;display:flex;flex-direction:column;align-items:stretch}.ut-auth-header{margin-bottom:.75rem}.ut-auth-header__brand{display:inline-flex;text-decoration:none}.ut-auth-header__brand:hover{text-decoration:none;opacity:.92}.ut-auth-header__logo{height:2.5rem;width:auto;max-width:11rem;object-fit:contain;display:block}@media (min-width: 768px){.ut-auth-header__logo{height:2.75rem;max-width:12rem}}.ut-auth__main-inner{width:100%;display:flex;justify-content:center}.ut-auth-form{position:relative;width:100%;max-width:26.125rem;display:flex;flex-direction:column;align-items:stretch;gap:1.75rem}@media (min-width: 768px){.ut-auth-form{gap:2rem}}.ut-auth-form__back--desktop{display:none;position:absolute;top:-.25rem;left:-4rem;width:40px;height:40px;padding:0;border:none;border-radius:9999px;background:transparent;color:var(--ut-brand);cursor:pointer}.ut-auth-form__back--desktop:hover{background:#404a9a0f}@media (min-width: 768px){.ut-auth-form__back--desktop{display:inline-flex;align-items:center;justify-content:center}}.ut-auth-form__back--mobile{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.75rem;font-size:14px;font-weight:600;color:var(--ut-brand);text-decoration:none}.ut-auth-form__back--mobile:hover{text-decoration:none;opacity:.85}@media (min-width: 768px){.ut-auth-form__back--mobile{display:none}}.ut-auth-form__head{display:flex;flex-direction:column;align-items:flex-start}.ut-auth-form__title{margin:0;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;line-height:1.2;color:var(--ut-text)}.ut-auth-form__subtitle{margin:.5rem 0 0;font-size:.9375rem;line-height:1.45;color:var(--ut-text-muted, #5c6478)}.ut-auth-demo-hint{padding:.875rem 1rem;border-radius:.625rem;background:#404a9a14;border:1px solid rgba(64,74,154,.18)}.ut-auth-demo-hint__title{margin:0 0 .35rem;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--ut-brand)}.ut-auth-demo-hint__creds{margin:0;font-size:.9375rem;line-height:1.55;color:var(--ut-text)}.ut-auth-form__hint{margin:-.5rem 0 0;font-size:.8125rem}.ut-auth-form__body{display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:0;border:none}@media (min-width: 768px){.ut-auth-form__body{gap:1.5rem}}.ut-auth-field{display:flex;flex-direction:column;gap:.4rem;margin:0;padding:0;border:none}.ut-auth-field__legend{padding:0;margin:0 0 .35rem;font-size:12px;font-weight:600;color:var(--ut-text-muted);text-transform:uppercase;letter-spacing:.03em}.ut-auth-field__label{font-size:12px;font-weight:600;color:var(--ut-text-muted);text-transform:uppercase;letter-spacing:.03em}.ut-auth-field__input{width:100%;min-height:48px;padding:.65rem 1rem;border:1px solid #b3b5bb;border-radius:12px 12px 12px 4px;background:#f9f9f9;font-family:inherit;font-size:14px;color:var(--ut-text);transition:border-color .15s,background-color .15s}.ut-auth-field__input:focus{outline:none;border-color:var(--ut-brand);background:#fff}.ut-auth-method{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ut-auth-method__option{min-height:44px;padding:.55rem .75rem;border:1px solid #e0e7eb;border-radius:12px 12px 12px 4px;background:#fff;font-family:inherit;font-size:14px;font-weight:500;color:var(--ut-text);cursor:pointer;transition:border-color .15s,background-color .15s,color .15s}.ut-auth-method__option:hover{border-color:var(--ut-brand)}.ut-auth-method__option--active{border-color:var(--ut-brand);background:#404a9a14;color:var(--ut-brand);font-weight:600;box-shadow:inset 0 0 0 1px var(--ut-brand)}.ut-auth-form__forgot-row{display:flex;justify-content:flex-end;margin-top:-.35rem}.ut-auth-link{font-size:14px;font-weight:600;color:var(--ut-brand);text-decoration:none}.ut-auth-link:hover{text-decoration:underline}.ut-auth-link--arrow:after{content:" →"}.ut-auth-form__error{margin:0;font-size:13px;color:var(--utas-red-dark);font-weight:600}.ut-auth-form__success{margin:0;font-size:14px;line-height:1.5;color:var(--ut-text)}.ut-auth-form__submit--link{display:flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.ut-auth-form__submit{width:100%;min-height:48px;padding:0 1.5rem;border:none;border-radius:9999px;background:var(--ut-brand);color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s,opacity .15s}.ut-auth-form__submit:hover:not(:disabled){background:#4a56a8}.ut-auth-form__submit:disabled{opacity:.65;cursor:not-allowed}.ut-auth-form__footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;margin:0;font-size:14px;font-weight:500;color:var(--ut-text);text-align:center}
