.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}.article-content.ProseMirror{font-size:1rem;line-height:1.6;color:var(--foreground)}.ProseMirror>*+*{margin-top:1em}.ProseMirror p.align-left{text-align:left}.ProseMirror p.align-center{text-align:center}.ProseMirror p.align-right{text-align:right}.ProseMirror ol,.ProseMirror ul{padding:0 0 0 24px;margin:1em 0;position:relative}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{font-size:1.3em}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4{font-weight:600;margin-top:1em;margin-bottom:.4em;color:var(--foreground)}.ProseMirror h4{font-size:1.1em}.ProseMirror h5{font-size:1em}.ProseMirror h5,.ProseMirror h6{font-weight:600;margin-top:1em;margin-bottom:.4em;color:var(--foreground)}.ProseMirror h6{font-size:.9em}.ProseMirror p{margin-bottom:32px;line-height:1.8}.ProseMirror p+p{margin-top:0!important}.ProseMirror figure{margin:50px 0}.ProseMirror img{max-width:100%;height:auto}article iframe{max-width:100%}.ProseMirror a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.ProseMirror a:hover{color:var(--primary-hover)}.ProseMirror strong{color:inherit!important;font-weight:600!important}.ProseMirror blockquote{border-left:none}.ProseMirror pre{border-radius:.5rem;color:var(--foreground);padding:.75em 1em;margin:1em 0;overflow-x:auto}.ProseMirror code,.ProseMirror pre{background:var(--muted);font-family:Menlo,Monaco,Courier New,monospace}.ProseMirror code{border-radius:.25rem;padding:.2em .4em;font-size:.9em}.ProseMirror .tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1em 0}.ProseMirror table{border-collapse:collapse;border-spacing:0;table-layout:fixed;overflow:visible;width:100%;position:relative;border:1px solid var(--border);border-radius:4px}.ProseMirror table td,.ProseMirror table th{border:1px solid var(--border);box-sizing:border-box;min-width:1em;padding:8px 10px;position:relative}.ProseMirror table th{font-weight:600}.ProseMirror table tr:not([style*=background])>th:not([bgcolor]):not([style*=background]){background-color:var(--muted)}.ProseMirror .blockquote-style{margin:1.5rem 0;position:relative;overflow:visible}.ProseMirror .blockquote-style p{margin-bottom:.5em}.ProseMirror .blockquote-style p:last-child{margin-bottom:0}.ProseMirror [data-style-blockquote],.se-quotation{margin:1.5rem 0}.se-quotation{position:relative;overflow:visible}.se-quotation-container{position:relative;margin-bottom:.5rem}.se-section-quotation{position:relative;margin:10px 0}.se-module.se-quote{position:relative}.se-module.se-quote p,.se-module.se-quote span{display:block;min-height:1.5em}.content-wrapper{font-family:inherit}.se-l-quotation_default .content-wrapper{font-family:Nanum Myeongjo,serif;text-align:center;font-style:italic}.se-l-quotation_bubble .content-wrapper,.se-l-quotation_corner .content-wrapper,.se-l-quotation_dash .content-wrapper,.se-l-quotation_gradient .content-wrapper,.se-l-quotation_highlight .content-wrapper,.se-l-quotation_line .content-wrapper,.se-l-quotation_modern .content-wrapper,.se-l-quotation_postit .content-wrapper,.se-l-quotation_underline .content-wrapper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.se-module.se-cite{font-size:.9em;opacity:.9}.se-module.se-cite span{display:block;min-height:1.2em}.se-l-quotation_line .se-quotation-container{border-left:4px solid var(--primary);padding-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;color:var(--foreground)}.se-l-quotation_default .se-quotation-container{padding:1.5rem 3rem;position:relative;font-style:italic;color:var(--foreground);text-align:center;max-width:460px;margin:0 auto}.se-l-quotation_default .se-quote{text-align:center;width:100%}.se-l-quotation_default .se-quote .content-wrapper,.se-l-quotation_default .se-quote p{text-align:center!important;width:100%}.se-component.se-quotation.se-l-quotation_default:after,.se-component.se-quotation.se-l-quotation_default:before{font-family:Georgia,serif!important;color:var(--primary,#0070f3)!important;font-size:5rem!important;line-height:1!important;position:absolute!important;display:block!important;z-index:10!important;opacity:.8!important;pointer-events:none!important;transform:translateX(-50%)!important}.se-component.se-quotation.se-l-quotation_default:before{content:"\201C"!important;top:-15px!important;left:50%!important}.se-component.se-quotation.se-l-quotation_default:after{content:"\201D"!important;bottom:-60px!important;left:50%!important}.se-l-quotation_bubble .se-quotation-container{max-width:460px;margin:0 auto 1.5rem;padding:1.5rem 2rem;border:3px solid #d0d0d0;border-radius:0;background:var(--card-background,#fff);color:var(--foreground);position:relative;text-align:center}.se-l-quotation_bubble .se-quotation-container:before{content:"";position:absolute;bottom:-22px;left:22%;width:0;height:0;border-left:8px solid transparent;border-right:35px solid transparent;border-top:22px solid #d0d0d0}.se-l-quotation_bubble .se-quotation-container:after{content:"";position:absolute;bottom:-18px;left:calc(22% + 3px);width:0;height:0;border-left:5px solid transparent;border-right:32px solid transparent;border-top:18px solid var(--card-background,#fff)}.se-l-quotation_underline .se-quotation-container{padding:1rem 2rem 1rem 1.5rem;position:relative;color:var(--foreground);font-style:italic}.se-l-quotation_underline .se-section-quotation:after{content:""!important;display:block;width:calc(100% - 2rem);height:2px;background-color:var(--primary);margin-top:10px;margin-left:1rem}.se-component.se-quotation.se-l-quotation_underline:before{content:"\201C"!important;font-family:Georgia,serif!important;color:var(--primary,#0070f3)!important;font-size:3rem!important;line-height:1!important;position:absolute!important;display:block!important;z-index:10!important;opacity:.8!important;pointer-events:none!important;top:0!important;left:15px!important}.se-l-quotation_postit .se-quotation-container{position:relative;padding:1.5rem 2rem;border:3px solid #d0d0d0;background:var(--card-background,#fff);color:var(--foreground);max-width:460px;margin:0 auto}.se-l-quotation_postit .se-quotation-container:after{content:"";position:absolute;bottom:-3px;right:-3px;width:30px;height:30px;background:linear-gradient(135deg,#ccc 50%,var(--background,#f5f5f5) 50%)}.se-l-quotation_corner .se-quotation-container{position:relative;padding:1.5rem 2rem;color:var(--foreground);max-width:460px;margin:0 auto}.se-l-quotation_corner .se-quotation-container:before{content:"";position:absolute;top:0;left:0;width:32px;height:32px;border-top:4px solid #333;border-left:4px solid #333}.se-l-quotation_corner .se-quotation-container:after{content:"";position:absolute;bottom:0;right:0;width:32px;height:32px;border-bottom:4px solid #333;border-right:4px solid #333}.se-l-quotation_gradient .se-quotation-container{border-left:4px solid transparent;-o-border-image:linear-gradient(180deg,#6366f1,#ec4899) 1;border-image:linear-gradient(180deg,#6366f1,#ec4899) 1;padding:1.5rem 2rem;background:rgba(99,102,241,.04);color:var(--foreground)}.se-l-quotation_dash .se-quotation-container{padding:1.5rem 2rem;text-align:center;position:relative;color:var(--foreground);max-width:460px;margin:0 auto}.se-l-quotation_dash .se-quotation-container:after,.se-l-quotation_dash .se-quotation-container:before{content:"\2014\2014\2014";display:block;color:#999;letter-spacing:.3em;font-size:.85rem}.se-l-quotation_dash .se-quotation-container:before{margin-bottom:1rem}.se-l-quotation_dash .se-quotation-container:after{margin-top:1rem}.se-l-quotation_highlight .se-quotation-container{padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(147,51,234,.08));border-left:4px solid #3b82f6;border-radius:0 .5rem .5rem 0;color:var(--foreground)}.se-l-quotation_modern .se-quotation-container{padding:1.5rem 2rem;text-align:center;border-top:2px solid #333;border-bottom:2px solid #333;color:var(--foreground);max-width:460px;margin:0 auto}.dark .se-l-quotation_bubble .se-quotation-container{border-color:#555}.dark .se-l-quotation_bubble .se-quotation-container:before{border-top-color:#555}.dark .se-l-quotation_bubble .se-quotation-container:after{border-top-color:var(--card-background,#1a1a1a)}.dark .se-l-quotation_postit .se-quotation-container{border-color:#555}.dark .se-l-quotation_postit .se-quotation-container:after{background:linear-gradient(135deg,#555 50%,var(--background,#1a1a1a) 50%)}.dark .se-l-quotation_corner .se-quotation-container:after,.dark .se-l-quotation_corner .se-quotation-container:before{border-color:#aaa}.dark .se-l-quotation_gradient .se-quotation-container{background:rgba(99,102,241,.08)}.dark .se-l-quotation_dash .se-quotation-container:after,.dark .se-l-quotation_dash .se-quotation-container:before{color:#666}.dark .se-l-quotation_highlight .se-quotation-container{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(147,51,234,.12));border-left-color:#60a5fa}.dark .se-l-quotation_modern .se-quotation-container{border-color:#aaa}.se-cite span{font-style:italic;color:#777}.se-ff-nanummyeongjo{font-family:Nanum Myeongjo,serif;font-weight:500}.se-ff-nanumbarungothic,.se-ff-nanumgothic{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.se-text-paragraph{margin-bottom:0!important}.se-text-paragraph-align-center{text-align:center}.se-text-paragraph-align-left{text-align:left}.social-button{display:inline-flex;align-items:center;justify-content:center}.social-button,.social-button svg{transition:all .2s ease}.social-button.social-colored svg,.social-button.social-colored:hover svg{color:inherit!important;fill:currentColor!important}.image-with-caption.float-left,.photo-layout.image.float-left{float:left;max-width:70%;margin:0 1.5rem 1rem 0;clear:none}.image-with-caption.float-right,.photo-layout.image.float-right{float:right;max-width:70%;margin:0 0 1rem 1.5rem;clear:none}.image-with-caption:not(.float-left):not(.float-right){clear:both}@media (max-width:768px){.image-with-caption.float-left,.image-with-caption.float-right{float:none;max-width:100%;margin:1rem 0}}.image-with-caption .relative{position:relative}.image-with-caption .inline-flex{display:inline-flex}.image-with-caption .inline-block{display:inline-block}.image-with-caption .flex-col{flex-direction:column}.image-with-caption .items-center{align-items:center}.image-with-caption .items-end{align-items:flex-end}.image-with-caption .block{display:block}.image-with-caption figcaption.mt-2{margin-top:.5rem}.image-with-caption figcaption.text-sm{font-size:.875rem;line-height:1.25rem}.image-with-caption figcaption.text-gray-600{color:#4b5563}.image-with-caption figcaption.border-none{border:none}.image-with-caption figcaption.px-1{padding-left:.25rem;padding-right:.25rem}.image-with-caption figcaption.whitespace-pre-wrap{white-space:pre-wrap}.image-with-caption figcaption.min-h-\[24px\]{min-height:24px}.w-full{width:100%}#article-content-flobi{word-break:normal;overflow-wrap:anywhere}:lang(ko) #article-content-flobi p,:lang(ko) #article-content-flobi p *{word-break:break-all}:lang(ja) #article-content-flobi p,:lang(ja) #article-content-flobi p *,:lang(zh) #article-content-flobi p,:lang(zh) #article-content-flobi p *{text-align:justify}#article-content-flobi .code-snippet-scroll{display:block;width:100%;max-width:100%}#article-content-flobi .code-snippet-scroll svg{max-width:100%!important;height:auto!important}#article-content-flobi .code-snippet-scroll>*{margin-left:auto;margin-right:auto}#article-content-flobi table{border-collapse:collapse;border-spacing:0;margin:1em 0;width:100%;border:1px solid var(--border,#e5e7eb)}#article-content-flobi table td,#article-content-flobi table th{border:1px solid var(--border,#e5e7eb);box-sizing:border-box;padding:8px 10px}#article-content-flobi table th{font-weight:600}#article-content-flobi:after,#article-member-content:after,#articleContent:after,.ProseMirror:after,.article-content:after{content:"";display:table;clear:both}#article-content-flobi ul,#article-member-content ul,#articleContent ul{list-style:disc;padding-left:1.25rem;margin:1rem 0}#article-content-flobi li::marker,#article-member-content li::marker,#articleContent li::marker{color:#d1d5db}#article-content-flobi li p,#article-member-content li p,#articleContent li p{margin-bottom:6px;margin-top:6px}#article-content-flobi ol,#article-member-content ol,#articleContent ol{list-style:decimal;padding-left:1.25rem}#article-content-flobi figure,#article-member-content figure,#articleContent figure{margin-bottom:24px}#article-content-flobi pre,#article-member-content pre,#articleContent pre{background:#f3f4f6;font-family:Menlo,Monaco,Courier New,monospace;border-radius:.5rem;color:#111827;padding:.75em 1em;margin:1em 0;overflow-x:auto;white-space:pre-line}#article-content-flobi .se-component,#article-member-content .se-component,#articleContent .se-component{white-space:pre-line}#article-content-flobi hr,#article-member-content hr,#articleContent hr{margin:2rem 0}.table-scroll-wrapper>table{width:100%!important;min-width:0!important}@media (max-width:768px){.table-scroll-wrapper>table{table-layout:auto;width:100%!important}.table-scroll-wrapper>table col{width:auto!important}.table-scroll-wrapper>table td,.table-scroll-wrapper>table th{word-break:break-all;white-space:normal!important}}.artitle-subtitle,.artitle-title{white-space:pre-line}.related-article-preview{border:1px solid var(--border);border-radius:12px;background-color:var(--card-background);padding:16px;margin:18px 0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.related-article-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:600;color:var(--foreground)}.related-article-preview-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.related-article-preview-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background-color:var(--muted)}.related-article-preview-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background-color:var(--card-background);border:1px solid var(--border)}.related-article-preview-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.related-article-preview-body{flex:1;min-width:0}.related-article-preview-link{color:var(--foreground);font-weight:500;text-decoration:none;display:inline-block;width:100%}.related-article-preview-link:hover{text-decoration:underline}.related-article-preview-text{color:var(--foreground);font-weight:500}.related-article-preview-empty{font-size:.95rem;color:var(--muted-foreground);margin:0}.link-preview-wrapper{margin:1rem 0}.link-preview-card{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}.link-preview-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#d1d5db}.link-preview-image{flex-shrink:0;width:140px;height:100px;background:#f3f4f6;overflow:hidden;display:flex!important;align-items:center!important;justify-content:center!important}.link-preview-image img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important;margin:auto!important}.link-preview-content{flex:1;padding:12px 16px;min-width:0;display:flex;flex-direction:column;justify-content:center}.link-preview-site{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;color:#6b7280}.link-preview-favicon{flex-shrink:0;width:16px;height:16px}.link-preview-title{font-weight:600;font-size:14px;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.link-preview-card:hover .link-preview-title{color:#3b82f6}.link-preview-description{font-size:13px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview-url{font-size:12px;color:#9ca3af;margin-top:4px}@media (max-width:640px){.link-preview-card{flex-direction:column}.link-preview-image{width:100%;height:160px}.link-preview-content{padding:12px}}.dark .link-preview-card,[data-theme=dark] .link-preview-card{background:#1f2937;border-color:#374151}.dark .link-preview-card:hover,[data-theme=dark] .link-preview-card:hover{border-color:#4b5563}.dark .link-preview-image,[data-theme=dark] .link-preview-image{background:#374151}.dark .link-preview-title,[data-theme=dark] .link-preview-title{color:#f9fafb}.dark .link-preview-description,.dark .link-preview-site,[data-theme=dark] .link-preview-description,[data-theme=dark] .link-preview-site{color:#9ca3af}.dark .link-preview-url,[data-theme=dark] .link-preview-url{color:#6b7280}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin:0!important}