.layout-container{margin:0 auto}.layout-container.preview-mobile{container-type:inline-size;max-width:420px}.layout-section-full{width:100%}.layout-section-inner{margin:0 auto;width:100%}.layout-section-inner.constrained{max-width:1200px}.layout-body{display:flex;gap:1rem;position:relative}.layout-sidebar-item{margin-bottom:1rem}.layout-main{min-height:100vh;width:100%;margin:0 auto;position:relative}.layout-main.constrained{max-width:1200px}.layout-popup-overlay{position:absolute;inset:0;z-index:100;pointer-events:none}.layout-popup-item{pointer-events:auto}.layout-sidebar-anchor{position:relative;width:0}.section-wrapper-gap{margin-bottom:1rem}.fixed-right-wing{position:fixed;top:calc(var(--header-height, 100px) + var(--wing-margin-top, 16px) - var(--wing-bottom-adjust, 0px));right:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:64px;left:calc(50vw + 540px);will-change:transform}@media (min-width:1600px){.fixed-right-wing{left:calc(50vw + 600px)}}.fixed-left-wing{position:fixed;top:calc(var(--header-height, 100px) + 16px);left:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding-right:64px;right:calc(50vw + 540px);will-change:transform}@media (min-width:1600px){.fixed-left-wing{right:calc(50vw + 600px)}}.section-html-container{width:100%;max-width:100%}.section-wrapper{min-width:0}.form-error-container{padding:2rem;text-align:center;color:#ef4444;border:2px dashed #fca5a5;border-radius:.5rem;background-color:#fef2f2}.form-error-hint{font-size:.75rem;margin-top:.25rem}.form-loading-skeleton{background-color:#f3f4f6;height:12rem;border-radius:.25rem;animation:form-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes form-pulse{0%,to{opacity:1}50%{opacity:.5}}.form-section-heading{margin-bottom:1.5rem}.form-section-title{font-size:1.5rem;font-weight:700;color:var(--foreground)}.form-section-description{color:var(--muted-foreground)}.form-error-alert,.form-section-description-wrap{margin-bottom:1.5rem}.form-error-alert{padding:1rem;border-radius:.5rem;background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.section-news-footer-copyright{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#888;padding:2rem 1rem;border-top:1px solid #eee}.section-news-footer-copyright-text{text-align:left}.section-news-footer-copyright-powered-by{text-align:right;display:flex;align-items:center;gap:.5rem}.section-news-footer-copyright-powered-by img{height:auto;-o-object-fit:contain;object-fit:contain;vertical-align:middle}@media screen and (max-width:768px){.section-news-footer-copyright{height:auto;flex-direction:column;gap:.5rem;align-items:flex-start}.section-news-footer-copyright-powered-by{text-align:left}}.video-status-box{padding:1rem;background-color:#f3f4f6;border-radius:.5rem;text-align:center}.video-status-text{color:#4b5563}.video-status-hint{font-size:.875rem;color:#6b7280;margin-top:.5rem}.video-status-example{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.article-html-wrapper{width:100%}.article-html-fallback{padding:1.25rem;margin-top:.75rem;margin-bottom:1.5rem;background:var(--muted);border-radius:.5rem;color:var(--foreground);font-size:1rem;font-weight:600;line-height:1.625}.article-html-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.article-html-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:1rem}@keyframes fa-slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fa-slideInLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fa-slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.floating-alert{position:fixed;z-index:9999;padding:.75rem 1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);max-width:24rem;border-width:1px;border-style:solid}.floating-alert--top-right{top:1rem;right:1rem}.floating-alert--top-left{top:1rem;left:1rem}.floating-alert--bottom-right{bottom:1rem;right:1rem}.floating-alert--bottom-left{bottom:1rem;left:1rem}.floating-alert--warning{background-color:#fef3c7;border-color:#fbbf24;color:#92400e}.floating-alert--error{background-color:#fee2e2;border-color:#f87171;color:#991b1b}.floating-alert--success{background-color:#dcfce7;border-color:#4ade80;color:#166534}.floating-alert--info{background-color:#dbeafe;border-color:#60a5fa;color:#1e40af}.floating-alert--anim-right{animation:fa-slideInRight .3s ease-out}.floating-alert--anim-left{animation:fa-slideInLeft .3s ease-out}.floating-alert--anim-up{animation:fa-slideInUp .3s ease-out}.floating-alert__body{justify-content:space-between}.floating-alert__body,.floating-alert__content{display:flex;align-items:center}.floating-alert__icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.floating-alert__message{font-size:.875rem;font-weight:500;white-space:pre-line}.floating-alert__close{margin-left:.5rem;transition:color .2s}.floating-alert__close svg{width:1rem;height:1rem}.floating-alert--warning .floating-alert__close{color:#d97706}.floating-alert--warning .floating-alert__close:hover{color:#92400e}.floating-alert--error .floating-alert__close{color:#dc2626}.floating-alert--error .floating-alert__close:hover{color:#991b1b}.floating-alert--success .floating-alert__close{color:#16a34a}.floating-alert--success .floating-alert__close:hover{color:#166534}.floating-alert--info .floating-alert__close{color:#2563eb}.floating-alert--info .floating-alert__close:hover{color:#1e40af}.push-notification-popup{position:fixed;bottom:1rem;right:1rem;z-index:50;max-width:24rem;width:100%;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border:1px solid #e5e7eb;padding:1rem;animation:push-slide-in .3s ease-out}@keyframes push-slide-in{0%{transform:translateY(1.25rem);opacity:0}to{transform:translateY(0);opacity:1}}.push-notification-inner{display:flex;align-items:flex-start;gap:1rem}.push-notification-icon{flex-shrink:0;padding-top:.125rem}.push-notification-icon svg{height:2.5rem;width:2.5rem;color:#3b82f6}.push-notification-content{flex:1}.push-notification-title{font-size:.875rem;font-weight:500;color:#111827}.push-notification-desc{margin-top:.25rem;font-size:.875rem;color:#6b7280}.push-notification-actions{margin-top:.75rem;display:flex;gap:.5rem}.push-notification-allow{flex:1;border-radius:.375rem;background-color:#2563eb;padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.push-notification-allow:hover{background-color:#3b82f6}.push-notification-deny{flex:1;border-radius:.375rem;background-color:#fff;padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:#111827;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 0 0 1px #d1d5db}.push-notification-deny:hover{background-color:#f9fafb}.push-notification-close{flex-shrink:0;color:#9ca3af}.push-notification-close:hover{color:#6b7280}.push-notification-close svg{height:1.25rem;width:1.25rem}.subscribe-confirm-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background-color:#fff}.subscribe-confirm-card{background-color:#fff;border-radius:1rem;box-shadow:0 8px 30px rgba(0,0,0,.06);padding:2.5rem;max-width:28rem;width:100%;text-align:center}.subscribe-confirm-logo-area{display:flex;justify-content:center;margin-bottom:2rem}.subscribe-confirm-content{display:flex;flex-direction:column;align-items:center}@keyframes subscribe-pulse{0%,to{opacity:1}50%{opacity:.5}}.subscribe-skeleton{background-color:#e5e7eb;animation:subscribe-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.subscribe-skeleton-logo{height:5rem;width:12rem;border-radius:.5rem}.subscribe-skeleton-title{width:75%;height:2rem;border-radius:.5rem;margin-bottom:.5rem}.subscribe-skeleton-subtitle{width:50%;height:1.25rem;border-radius:.5rem;margin-bottom:1rem}.subscribe-skeleton-line1{width:100%;height:1rem;border-radius:.5rem;margin-bottom:.25rem}.subscribe-skeleton-line2{width:80%;height:1rem;border-radius:.5rem;margin-bottom:1.5rem}.subscribe-skeleton-input{width:100%;height:3.5rem;border-radius:.75rem;margin-bottom:1.5rem}.subscribe-skeleton-button{width:50%;height:3rem;border-radius:.75rem}.subscribe-logo-area{display:flex;justify-content:center;margin-bottom:2rem}.subscribe-logo-area img{height:5rem;-o-object-fit:contain;object-fit:contain}.subscribe-logo-area img.auto-width{width:auto}.subscribe-heading{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#2c2c2c}.subscribe-email-text{margin-bottom:1rem;color:#4f4f4f}.subscribe-email-text strong{font-weight:600;color:#2c2c2c}.subscribe-message{margin-bottom:1.5rem;color:#4f4f4f}.subscribe-verifying{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;padding:1rem 0}.subscribe-spinner{width:1.25rem;height:1.25rem;border:3px solid #f2f2f2;border-top-color:#2c2c2c;border-radius:50%;animation:subscribe-spin .6s linear infinite}.subscribe-spinner.white{border-color:transparent #fff #fff}@keyframes subscribe-spin{to{transform:rotate(1turn)}}.subscribe-verifying-text{margin-left:.75rem;color:#4f4f4f;font-weight:500}.subscribe-form{width:100%;margin-bottom:1.5rem}.subscribe-consent-area{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background-color:#f9f9f9;padding:1rem;border-radius:.75rem}.subscribe-consent-area input[type=checkbox]{width:1.25rem;height:1.25rem;color:#2c2c2c;background-color:#fff;border-color:#d1d5db;border-radius:.25rem;transition:color .2s}.subscribe-consent-area label{margin-left:.75rem;color:#4f4f4f;font-weight:500}.subscribe-confirm-btn{width:100%;padding:1rem 1.5rem;background-color:#5a7ca5;color:#fff;font-weight:600;border-radius:.75rem;transition:background-color .2s}.subscribe-confirm-btn:hover{background-color:#4a6a93}.subscribe-confirm-btn:disabled{opacity:.5;background-color:#ccc;cursor:not-allowed}.subscribe-confirm-btn .btn-loading{display:flex;align-items:center;justify-content:center}.subscribe-confirm-btn .btn-loading span{margin-left:.5rem}.subscribe-home-link{display:inline-block;padding:.75rem 1.5rem;background-color:#fff;border:1px solid #e0e0e0;color:#4f4f4f;font-weight:500;border-radius:.75rem;transition:background-color .2s}.subscribe-home-link:hover{background-color:#f9f9f9}.form-renderer--center-align{text-align:center}.form-renderer--right-align{text-align:right}.form-renderer--auto-mx{margin-left:auto;margin-right:auto}.form-header{margin-bottom:1.5rem}.form-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.form-description{color:var(--muted-foreground)}.form-body{gap:1.5rem}.form-body,.form-fields--default{display:flex;flex-direction:column}.form-fields--default{gap:1rem}.form-fields--tight{gap:.5rem}.form-fields--loose{gap:1.5rem}.form-fields--grid{display:grid;gap:1rem}.form-recaptcha-area{padding-top:1rem}.form-recaptcha-preview{padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;color:#4b5563;font-size:.875rem;line-height:1.25rem}.form-recaptcha-missing{color:#ef4444;font-size:.875rem;line-height:1.25rem}.form-submit-area{display:flex;justify-content:flex-end;padding-top:1rem}.form-submit-btn{padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500;transition:background-color .2s ease;border:none;cursor:pointer}.form-submit-btn--active{background-color:var(--primary);color:#fff}.form-submit-btn--active:hover{opacity:.9}.form-submit-btn--disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.form-alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid}.form-alert--success{background-color:#f0fdf4;border-color:#bbf7d0}.form-alert--success p{color:#166534}.form-alert--error{background-color:#fef2f2;border-color:#fecaca}.form-alert--error>p{color:#991b1b}.form-alert__error-list{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:#dc2626;list-style:none;padding:0}.form-alert--schema-error{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.form-alert--schema-error p{color:#991b1b}.form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.form-label__required{color:#ef4444;margin-left:.25rem}.form-help-text{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-error-group,.form-help-text{margin-top:.25rem}.form-error-text{font-size:.75rem;line-height:1rem;color:#ef4444}.form-input{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-input:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-input--error{border-color:#ef4444}.form-input--disabled{opacity:.5;cursor:not-allowed}.form-input--readonly{background-color:var(--muted);cursor:not-allowed}.form-input--small{font-size:.875rem;line-height:1.25rem;padding-top:.25rem;padding-bottom:.25rem}.form-input--large{font-size:1.125rem;line-height:1.75rem;padding-top:.75rem;padding-bottom:.75rem}.form-select{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-select:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-select--error{border-color:#ef4444}.form-select--disabled{opacity:.5;cursor:not-allowed}.form-select--readonly{background-color:var(--muted);cursor:not-allowed}.form-select--small{font-size:.875rem;line-height:1.25rem;padding-top:.25rem;padding-bottom:.25rem}.form-select--large{font-size:1.125rem;line-height:1.75rem;padding-top:.75rem;padding-bottom:.75rem}.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;resize:vertical;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-textarea:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-textarea--error{border-color:#ef4444}.form-textarea--disabled{opacity:.5;cursor:not-allowed}.form-textarea--readonly{background-color:var(--muted);cursor:not-allowed}.form-textarea--small{font-size:.875rem;line-height:1.25rem}.form-textarea--large{font-size:1.125rem;line-height:1.75rem}.form-options-group{display:flex;flex-direction:column;gap:.5rem}.form-option-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-option-radio{width:1rem;height:1rem;accent-color:var(--primary);border-color:var(--border)}.form-option-radio:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.form-option-checkbox{width:1rem;height:1rem;accent-color:var(--primary);border-color:var(--border);border-radius:.25rem}.form-option-checkbox:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.form-option-text{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.form-dropzone{border:2px dashed var(--border);border-radius:.5rem;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.form-dropzone:hover{border-color:var(--primary);background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.form-dropzone--dragover{border-color:var(--primary);background-color:color-mix(in srgb,var(--primary) 10%,transparent)}.form-dropzone--error{border-color:#ef4444;background-color:#fef2f2}.form-dropzone--disabled{opacity:.5;cursor:not-allowed}.form-dropzone__content{display:flex;flex-direction:column;gap:.5rem}.form-dropzone__icon{color:var(--muted-foreground)}.form-dropzone__icon svg{display:block;margin:0 auto .5rem;width:2rem;height:2rem}.form-dropzone__text{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.form-dropzone__hint{margin-top:.25rem}.form-dropzone__hint,.form-dropzone__meta{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-file-hidden{display:none}.form-file-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.form-file-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background-color:var(--muted);border-radius:.25rem;border:1px solid var(--border)}.form-file-item__info{flex:1;min-width:0}.form-file-item__name{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-file-item__size{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-file-item__remove{margin-left:.5rem;color:#ef4444;font-size:.875rem;line-height:1.25rem;background:none;border:none;cursor:pointer}.form-file-item__remove:hover{color:#b91c1c}.form-file-single{margin-top:.5rem}.form-divider{border:none;border-top:1px solid var(--border);margin-top:1rem;margin-bottom:1rem}.form-heading{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.form-heading--h1{font-size:1.875rem;line-height:2.25rem}.form-heading--h2{font-size:1.5rem;line-height:2rem}.form-heading--h3{font-size:1.25rem;line-height:1.75rem}.form-heading--h4{font-size:1.125rem;line-height:1.75rem}.form-heading--h5{font-size:1rem;line-height:1.5rem}.form-heading--h6{font-size:.875rem;line-height:1.25rem}.form-heading--left{text-align:left}.form-heading--center{text-align:center}.form-heading--right{text-align:right}.form-paragraph{color:var(--foreground);margin-bottom:.5rem}.form-paragraph--small{font-size:.875rem;line-height:1.25rem}.form-paragraph--base{font-size:1rem;line-height:1.5rem}.form-paragraph--large{font-size:1.125rem;line-height:1.75rem}.form-paragraph--left{text-align:left}.form-paragraph--center{text-align:center}.form-paragraph--right{text-align:right}.form-spacer{width:100%}.form-unknown-field{padding:1rem;border:1px solid #fca5a5;background-color:#fef2f2;border-radius:.25rem}.form-unknown-field__text{color:#dc2626;font-size:.875rem;line-height:1.25rem}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input-wrapper .PhoneInputInput{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background:var(--background);color:var(--foreground);transition:border-color .2s}.phone-input-wrapper .PhoneInputInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}.phone-input-wrapper.phone-input-error .PhoneInputInput{border-color:#ef4444}