.landing-footer{background:var(--color-bg);border-top:none}.landing-footer__container.container{max-width:1440px;padding:0;border:0;background:transparent}.landing-footer__inner{display:flex;width:100%;padding:28px 64px;justify-content:space-between;align-items:center;gap:32px;box-sizing:border-box}.landing-footer__left{display:flex;align-items:center;gap:32px}.landing-footer__brand{display:flex;align-items:center;gap:8px}.landing__logo img{width:24px;height:24px;display:block}.landing-footer__name{font-size:18px;font-weight:700;color:var(--color-text)}.landing-footer__links{display:flex;gap:24px;flex-wrap:wrap}.landing-footer__link{font-size:14px;color:#666;text-decoration:none;transition:color .2s ease}.landing-footer__link:hover{color:var(--color-text)}.landing-footer__meta{display:flex;flex-direction:column;gap:6px;align-items:flex-end;text-align:right}.landing-footer__email{font-size:14px;color:#666;text-decoration:none}.landing-footer__email:hover{color:var(--color-text)}.landing-footer__copyright{font-size:14px;color:#666;margin:0}@media(max-width:768px){.landing-footer__inner{padding:32px 16px;flex-direction:column;align-items:flex-start;gap:24px}.landing-footer__links{width:100%;gap:16px}.landing-footer__link{font-size:13px}}.app-header{width:100%;display:flex;justify-content:center;border-bottom:1px solid rgba(0,0,0,.06)}.app-header__inner{display:flex;width:100%;max-width:1440px;padding:24px 64px 24px 34px;justify-content:space-between;align-items:center;box-sizing:border-box}.app-header__brand{display:flex;align-items:center;gap:8px}.app-header__brand--name{font-size:18px;font-weight:600}.app-header__logo img{width:24px;height:24px;display:block}.app-header__nav{display:flex;align-items:center;gap:8px}.app-header__nav-link{padding:8px 18px;border-radius:20px;font-size:15px;font-weight:500;color:#6b7280;text-decoration:none;transition:background .15s,color .15s}.app-header__nav-link:hover{background:#f3f4f6;color:#111827}.app-header__nav-link--active{background:#edfaf8;color:#33cbbd;font-weight:600}.practice-header{width:100%;display:flex;justify-content:center;border-bottom:1px solid rgba(0,0,0,.06);background:#f4f4f4}.practice-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 32px 24px 34px;box-sizing:border-box}.practice-header__left{display:flex;align-items:center;gap:8px}.practice-header__logo{width:24px;height:24px}.practice-header__brand{font-size:16px;font-weight:600}.practice-header__right{display:flex;align-items:center;gap:16px}.practice-header__user{display:flex;align-items:center;gap:6px;font-size:14px}.practice-header__user img{width:20px;height:20px}.practice-header__logout{background:none;border:none;font-size:14px;cursor:pointer;color:#555}.practice-footer{width:100%;display:flex;justify-content:center;background:#f4f4f4}.practice-footer__inner{display:flex;align-items:center;justify-content:center;width:100%;padding:24px 64px;box-sizing:border-box;gap:120px}.feature{display:flex;flex-direction:column;align-items:center;align-self:stretch}.feature-row{width:1182px;display:flex;align-items:center;justify-content:center;gap:64px;margin:0 auto;box-sizing:border-box}.feature-row--row1{padding:80px 64px 40px}.feature-row--row2{padding:40px 64px 80px}.feature-row--reverse{flex-direction:row-reverse}.feature-row__content{flex:1;max-width:520px}.feature-row__title{margin:0 0 16px;font-size:32px;font-weight:700}.feature-row__desc{margin:0 0 28px;color:#666;line-height:1.6}.feature-row__imageWrap{flex:1;aspect-ratio:1/1}.feature-row__image{width:100%;height:100%;border-radius:16px;object-fit:cover}@media(max-width:1240px){.feature-row{width:100%}}@media(max-width:1024px){.feature-row,.feature-row--reverse{flex-direction:column;text-align:center}.feature-row__imageWrap{justify-content:center}.feature-row__image{width:100%;max-width:520px;height:auto}.feature-row--row1,.feature-row--row2{padding:56px 16px}}.hero{padding:80px 0;background:var(--color-bg)}.hero__content{text-align:center;max-width:860px;margin:0 auto}.hero__title{font-size:40px;font-weight:700;line-height:1.35;margin:0 0 16px;color:var(--color-text)}.hero__description{font-size:14px;line-height:1.6;color:#666;margin:0 0 24px}.hero__description--spaced{margin-bottom:84px}.hero__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:64px}.hero__primary-btn{min-width:160px;min-height:52px;font-size:16px;background:#16b8a5;color:#fff}.hero__image{width:100%;max-width:1182px;height:auto;border-radius:16px;display:block;margin:0 auto}@media(max-width:768px){.hero{padding:56px 0}.hero__title{font-size:28px}.hero__image{padding:0 16px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}.landing-header{position:sticky;top:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);z-index:10}.landing-header__inner{height:72px;display:flex;align-items:center}.landing-header__brand,.landing-header__nav,.landing-header__actions{flex:1}.landing-header__brand{display:flex;align-items:center;gap:10px;justify-content:flex-start}.landing-header__nav{display:flex;justify-content:center;gap:14px;color:#444}.landing-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.landing-header__logo{width:28px;height:28px;border-radius:8px;background:#111}.landing-header__name{font-weight:700}.landing-header__user{color:var(--color-text);display:inline-block;flex-shrink:1;font-size:14px;font-weight:600;max-width:min(28vw,12rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.landing-header__nav{display:none}}.login-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;padding:40px 16px}.logo-text{font-weight:600}.login-title{font-size:28px;font-weight:600;margin-bottom:24px}.login-card{width:512px;background:#fff;border:1px solid #ddd;border-radius:5px;padding:28px;display:flex;flex-direction:column;gap:16px}.login-fieldset{border:1px solid #8f8f95;border-radius:3px;padding:10px 16px 14px;margin:0;min-width:0;height:68px}.login-legend{padding:0 8px;font-size:14px;font-weight:500;color:#8f8f95}.login-input{width:100%;border:none;outline:none;background:transparent;font-size:16px;color:#383838;box-sizing:border-box}.login-input:focus-visible{outline:2px solid #4c8dff;outline-offset:2px}.login-input::placeholder{color:#a3a3a8}.password-wrapper{position:relative;display:flex;align-items:center}.sf-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:none;cursor:pointer;padding:0}.login-input--password{padding-right:40px}.login-options{display:flex;justify-content:space-between;font-size:13px}.login-options a{text-decoration:none;color:#666}.login-button{margin-top:8px;padding:14px;border-radius:10px;border:none;background:#444;color:#fff;font-weight:600;cursor:pointer}.login-button:hover{opacity:.9}.login-button:disabled{cursor:not-allowed;opacity:.7}.signup-link{text-align:center;font-size:14px;color:#666}.signup-page{min-height:100vh;background:#fff;padding:48px 16px;display:flex;justify-content:center}.signup-page__inner{width:100%;max-width:730px;display:flex;flex-direction:column;align-items:center}.signup-form{display:flex;flex-direction:column;gap:16px}.signup-title{color:#313131;font-family:Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:40px;font-style:normal;font-weight:600;line-height:normal;margin:0 0 18px;text-align:center}.signup-card{width:100%;max-width:730px;background:#fff;border:1px solid #e9e9e9;border-radius:12px;padding:32px;box-sizing:border-box}.sf-field{display:flex;flex-direction:column;gap:8px}.sf-label{color:#1e1e1e;font-size:16px;font-weight:600;line-height:140%;display:flex;align-items:center;gap:6px}.sf-required{color:#ec221f82;font-size:16px;font-weight:400;line-height:140%}.sf-help{font-size:12px;color:#9a9a9a;margin-top:-2px;line-height:1.35}.sf-input,.sf-select{width:100%;height:44px;border-radius:8px;border:1px solid #e5e5e5;padding:0 12px;box-sizing:border-box;outline:none;background:#fff;font-size:14px;color:#222}.sf-input::placeholder{color:#bfbfbf}.sf-input:focus,.sf-select:focus{border-color:#222}.sf-row{display:flex;gap:12px;align-items:center}.sf-row .sf-input{flex:1}.sf-action-btn{height:44px;padding:0 16px;border-radius:8px;border:0;background:#9a9a9a;color:#fff;font-weight:600;cursor:pointer;white-space:nowrap}.sf-action-btn:active{transform:translateY(1px)}.sf-birth-row{display:flex;gap:8px}.sf-birth-row .sf-input{width:0;flex:1}.sf-password-wrap{position:relative}.sf-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;cursor:pointer;color:#888;padding:4px;line-height:1}.sf-helper{margin:6px 0 14px;font-size:12px;line-height:1.4;color:#8a8a8a}.sf-helper--error{color:#dc2626}.sf-error{margin:6px 0 0;font-size:12px;line-height:1.4;color:#dc2626}.sf-input--error{border:1px solid #dc2626}.sf-terms{display:flex;flex-direction:column;gap:8px;margin-top:4px}.sf-term-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#666}.sf-checkbox{width:16px;height:16px}.sf-submit{width:100%;height:48px;border-radius:8px;border:0;background:#9a9a9a;color:#fff;font-weight:700;cursor:pointer;margin-top:24px}.sf-submit:disabled{cursor:not-allowed;opacity:.7}.sf-login-link{margin-top:14px;font-size:13px;color:#999;text-align:center}.sf-login-link a{color:#222;text-decoration:none;font-weight:700}.sf-social{margin-top:22px}.sf-divider{display:flex;align-items:center;gap:12px;color:#9a9a9a;font-size:12px;margin:18px 0 14px}.sf-divider:before,.sf-divider:after{content:"";flex:1;height:1px;background:#e5e5e5}.sf-social-row{display:flex;gap:16px}.sf-social-btn{flex:1;height:48px;border-radius:8px;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-weight:700}.sf-input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}.script-page{min-height:100vh;background:#f8f9fa;font-family:SUIT,sans-serif;color:#2c2c2c}.script-page__frame{width:100%;max-width:1440px;min-height:1024px;margin:0 auto;padding:34px 36px 40px;box-sizing:border-box;display:flex;flex-direction:column}.script-page__header{margin-bottom:10px}.script-page__title{margin:0 0 26px;color:#2c2c2c;font-size:24px;font-weight:700;line-height:140%;letter-spacing:-.48px}.script-page__tab-wrap{display:flex;align-items:flex-end;gap:24px;height:44px;border-bottom:1px solid #d9dde6}.script-page__tab{border:none;background:transparent;padding:0 0 11px;color:#7d7d7d;font-size:14px;font-weight:700;line-height:140%;border-bottom:2px solid transparent;cursor:pointer}.script-page__tab--active{color:#16b8a5;border-bottom-color:#16b8a5}.script-page__tab--disabled{color:#7d7d7d;cursor:not-allowed;opacity:.7}.script-page__content{display:grid;gap:12px;align-items:start;margin-top:10px}.script-page__content--two-columns{grid-template-columns:377px 1fr}.script-page__content--three-columns{grid-template-columns:377px 584px 376px}.script-list-panel{display:flex;flex-direction:column;align-items:stretch;gap:18px}.script-list-panel__box{width:377px;height:660px;border-radius:10px;border:1px solid #f2f3f8;background:#fff;box-shadow:0 2px 18px #0000000d;display:flex;flex-direction:column;overflow:hidden}.script-list-panel__header{height:46px;padding:0 13px 0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f2f3f8;box-sizing:border-box}.script-list-panel__title{color:#2c2c2c;font-size:16px;font-weight:700;line-height:145%;letter-spacing:-.32px}.script-list-panel__header-actions{display:flex;align-items:center;gap:8px}.script-list-panel__sort-btn,.script-list-panel__icon-btn{border:none;background:transparent;padding:0;color:#2c2c2c;font-family:SUIT,sans-serif;font-size:12px;line-height:1;cursor:pointer}.script-list-panel__sort-btn{display:flex;align-items:center;gap:6px;font-weight:500}.script-list-panel__sort-icon{font-size:12px}.script-list-panel__icon-btn{width:20px;height:20px;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.script-list-panel__body{flex:1;position:relative;overflow-y:auto;background:#fff}.script-list-panel__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#2c2c2c;text-align:center;font-size:16px;font-weight:400;line-height:145%;letter-spacing:-.32px}.script-list-item{min-height:48px;padding:0 10px 0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box}.script-list-item--selected{background:#fff}.script-list-item__left{display:flex;align-items:center;gap:12px;flex:1;cursor:pointer}.script-list-item__left input{width:16px;height:16px;margin:0}.script-list-item__left span{color:#2c2c2c;font-size:14px;font-weight:400;line-height:145%;letter-spacing:-.28px}.script-list-item__actions{display:flex;align-items:center;gap:8px}.script-list-item__action-btn{border:none;background:transparent;color:#2c2c2c;font-size:14px;cursor:pointer;padding:0}.script-list-panel__dashed-line{margin-top:12px;border-bottom:1px dashed #8b5cf6}.script-list-panel__delete-btn{width:76px;height:32px;border:none;border-radius:4px;background:#c9c9c9;color:#fff;font-size:12px;font-weight:500;cursor:pointer;box-shadow:0 2px 12px #00000014;align-self:flex-end}.script-editor-panel{width:100%;height:660px;border-radius:10px;border:1px solid #f2f3f8;background:#fff;box-shadow:0 2px 18px #0000000d;display:flex;flex-direction:column;overflow:hidden}.script-editor-panel__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#2c2c2c;text-align:center;font-size:16px;font-weight:400;line-height:145%;letter-spacing:-.32px}.script-editor-panel__empty p{margin:0}.script-editor-panel__header{height:43px;padding:0 14px;display:flex;align-items:center;border-bottom:1px solid #f2f3f8;color:#2c2c2c;font-size:13px;font-weight:500;line-height:140%;box-sizing:border-box}.script-editor-panel__textarea{flex:1;border:none;resize:none;padding:18px 16px;box-sizing:border-box;outline:none;color:#2c2c2c;font-family:SUIT,sans-serif;font-size:14px;font-weight:400;line-height:170%;letter-spacing:-.28px;background:#fff}.script-editor-panel__textarea::placeholder{white-space:pre-line;color:#757575;font-size:14px;font-weight:400;line-height:110%}.script-generator-panel{width:376px;min-height:660px;border-radius:10px;border:1px solid #f2f3f8;background:#fff;box-shadow:0 2px 18px #0000000d;padding:12px 14px 16px;box-sizing:border-box}.script-generator-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.script-generator-panel__title-wrap{display:flex;align-items:center;gap:6px}.script-generator-panel__title-icon{color:#f59e0b;font-size:14px}.script-generator-panel__title{margin:0;color:#2c2c2c;font-size:14px;font-weight:700;line-height:140%}.script-generator-panel__submit-btn{height:26px;padding:0 12px;border:none;border-radius:999px;background:#d1d5db;color:#fff;font-size:11px;font-weight:600;cursor:pointer}.script-generator-panel__submit-btn:disabled{background:#d1d5db;cursor:not-allowed}.script-generator-panel__submit-btn:not(:disabled){background:#48b0a9;color:#fff}.script-generator-panel__form{display:flex;flex-direction:column;gap:12px}.script-field{display:flex;flex-direction:column;gap:7px}.script-field__label{color:#2c2c2c;font-size:13px;font-weight:700;line-height:140%}.script-field__sub-label{margin:2px 0 0;color:#9ca3af;font-size:11px;font-weight:500;line-height:140%}.script-field__input{width:100%;height:40px;border-radius:8px;border:1px solid #dde1ea;background:#fff;padding:0 12px;box-sizing:border-box;color:#2c2c2c;font-family:SUIT,sans-serif;font-size:13px;outline:none}.script-field__input::placeholder{color:#c1c7d0}.script-field__time-wrap{display:flex;align-items:center;gap:8px}.script-field__input--time{width:64px;text-align:center;padding:0 8px}.script-field__time-unit{color:#757575;font-size:12px;font-weight:500}.script-chip-group{display:flex;flex-wrap:wrap;gap:8px}.script-chip{min-width:70px;height:32px;padding:0 12px;border-radius:8px;border:1px solid #dde1ea;background:#fff;color:#2c2c2c;font-family:SUIT,sans-serif;font-size:13px;font-weight:500;cursor:pointer}.script-chip--active{border-color:1px solid #53c6aa;background:#47c1b226;color:#2c2c2c}.script-page__actions{display:grid;gap:12px;align-items:end;margin-top:18px}.script-page__actions--two-columns{grid-template-columns:377px 1fr 0}.script-page__actions--three-columns{grid-template-columns:377px 584px 376px}.script-page__actions-cell{display:flex;align-items:flex-end;min-height:36.908px}.script-page__actions-cell--left{justify-content:flex-end}.script-page__actions-cell--center{justify-content:center}.script-page__actions-cell--right{justify-content:flex-end}.script-list-panel__delete-btn{min-width:76px;height:36.908px;border:none;border-radius:6px;background:#c9c9c9;color:#fff;font-size:12px;font-weight:500;cursor:pointer;box-shadow:0 2px 12px #00000014}.script-list-panel__delete-btn:disabled{background:#c9c9c9;cursor:not-allowed;opacity:.9}.script-list-panel__delete-btn:not(:disabled){background:#9ca3af}.script-page__start-btn{min-width:140px;height:36.908px;border:none;border-radius:6px;background:#48b0a9;color:#fff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 2px 12px #00000014}.script-page__start-btn:disabled{background:#c9c9c9;cursor:not-allowed;opacity:.9}.script-page__message{margin:0;color:#d94f4f;font-size:12px;font-weight:600;line-height:140%;text-align:center}@media(max-width:1280px){.script-page__actions--three-columns,.script-page__actions--two-columns{grid-template-columns:1fr}.script-page__actions-cell--left,.script-page__actions-cell--right{justify-content:flex-end}.script-list-panel,.script-list-panel__box,.script-generator-panel,.script-editor-panel{width:100%}}.script-editor-skeleton{flex:1;padding:18px 16px;box-sizing:border-box;display:flex;flex-direction:column;background:#fff}.script-editor-skeleton__lines{flex:1;display:flex;flex-direction:column;gap:14px}.script-editor-skeleton__bar{display:block;height:10px;border-radius:4px;background:linear-gradient(90deg,#eef0f3,#f7f8fa,#eef0f3);background-size:200% 100%;animation:script-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes script-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.script-editor-skeleton__status{margin-top:24px;padding:14px 0 4px;display:flex;align-items:center;justify-content:center;gap:8px;color:#48b0a9;font-size:13px;font-weight:500;letter-spacing:-.26px}.script-editor-skeleton__dots{display:inline-flex;align-items:center;gap:4px}.script-editor-skeleton__dots span{width:6px;height:6px;border-radius:50%;background:#48b0a9;animation:script-skeleton-dot 1.2s infinite ease-in-out}.script-editor-skeleton__dots span:nth-child(2){animation-delay:.2s}.script-editor-skeleton__dots span:nth-child(3){animation-delay:.4s}@keyframes script-skeleton-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.script-generator-panel__status-pill{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;background:#b8e6e2;color:#0f6e56;font-size:11px;font-weight:600;letter-spacing:-.22px;animation:script-skeleton-pill-pulse 1.6s ease-in-out infinite}@keyframes script-skeleton-pill-pulse{0%,to{opacity:1}50%{opacity:.65}}.script-optimizing-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;animation:script-optimizing-modal-fade .18s ease-out}@keyframes script-optimizing-modal-fade{0%{opacity:0}to{opacity:1}}.script-optimizing-modal__backdrop{position:absolute;inset:0;background:#141c2466}.script-optimizing-modal__panel{position:relative;min-width:280px;max-width:360px;padding:28px 32px 24px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0000002e;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;font-family:SUIT,sans-serif}.script-optimizing-modal__spinner{width:36px;height:36px;margin-bottom:6px;border:3px solid #e6f4f2;border-top-color:#48b0a9;border-radius:50%;animation:script-optimizing-modal-spin .9s linear infinite}@keyframes script-optimizing-modal-spin{to{transform:rotate(360deg)}}.script-optimizing-modal__title{margin:0;color:#2c2c2c;font-size:15px;font-weight:700;line-height:140%;letter-spacing:-.3px}.script-optimizing-modal__desc{margin:0;color:#6b6b6b;font-size:12px;font-weight:400;line-height:150%;letter-spacing:-.24px}.script-optimizing-modal__cancel-btn{margin-top:12px;height:30px;padding:0 18px;border:1px solid #d9dde6;border-radius:999px;background:#fff;color:#6b6b6b;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.script-optimizing-modal__cancel-btn:hover{background:#f2f3f8;color:#2c2c2c}.practice-page{min-height:100vh;background:#f4f4f4;color:#222}.practice-page__content{padding:40px 48px 48px}.practice-page__title{margin:0 0 40px;font-size:56px;font-weight:400;background:#f4f4f4}.practice-tabs{display:flex;gap:28px;border-bottom:1px solid #d8d8d8;margin-bottom:24px}.practice-tabs__button{border:none;background:transparent;padding:12px 0 14px;font-size:18px;color:#8d8d8d;cursor:pointer}.practice-tabs__button.is-active{color:#222;font-weight:700}.practice-page__main-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:40px;align-items:stretch}.practice-page__main-grid--feedback{grid-template-columns:minmax(0,1fr) minmax(420px,540px);gap:56px;align-items:start}.practice-page__right-column{display:flex;flex-direction:column;gap:28px;height:100%}.practice-page__script-column{min-width:0}.practice-page__script-column .script-panel,.feedback-script-panel{height:720px;min-height:720px;border-radius:12px}.practice-page__script-column .script-panel__header,.feedback-script-panel__header{min-height:50px;padding:14px 24px 12px}.practice-page__script-column .script-panel__body,.feedback-script-panel__body{padding:28px 36px 34px}.practice-page__script-column .script-panel__paragraph,.feedback-script-panel__paragraph{font-size:25px;line-height:1.54;margin-bottom:30px}.practice-page__script-column .script-panel__footer{padding:12px 24px}.presentation-deck{display:flex;flex-direction:column;min-width:0;height:720px;overflow:hidden;background:#fff;border:1px solid #edf1f4;border-radius:12px;box-shadow:0 14px 40px #48556a1a}.presentation-deck__header{min-height:50px;padding:14px 28px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f0f2f5;color:#606874;font-size:15px;flex-shrink:0}.presentation-deck__title,.presentation-deck__meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presentation-deck__title{font-weight:700}.presentation-deck__meta{color:#9aa3af}.presentation-deck__body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:38px 44px;background:#fff}@keyframes ppt-bar-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}@keyframes ppt-icon-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.92);opacity:.65}}@keyframes ppt-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-6px);opacity:1}}.presentation-deck__converting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;padding:24px 0;text-align:center}.presentation-deck__converting-icon{animation:ppt-icon-pulse 1.6s ease-in-out infinite}.presentation-deck__converting-filename{max-width:100%;overflow:hidden;color:#202938;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.presentation-deck__converting-bar{width:220px;height:6px;border-radius:999px;background:#e8edf2;overflow:hidden;position:relative}.presentation-deck__converting-bar-fill{position:absolute;top:0;left:0;width:50%;height:100%;border-radius:999px;background:linear-gradient(90deg,#33cbbd,#55c9b8,#33cbbd);animation:ppt-bar-slide 1.5s ease-in-out infinite}.presentation-deck__converting-step{color:#8a93a3;font-size:13px;transition:opacity .3s ease}.presentation-deck__converting-dots{display:flex;gap:6px}.presentation-deck__converting-dots span{width:7px;height:7px;border-radius:999px;background:#33cbbd;animation:ppt-dot-bounce 1.2s ease-in-out infinite}.presentation-deck__converting-dots span:nth-child(2){animation-delay:.18s}.presentation-deck__converting-dots span:nth-child(3){animation-delay:.36s}.presentation-deck__empty,.presentation-deck__ppt-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:340px;color:#8a93a3;text-align:center}.presentation-deck__upload,.presentation-deck__secondary{height:46px;border:none;border-radius:6px;padding:0 28px;background:#55c9b8;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.presentation-deck__secondary{background:#202938}.presentation-deck__empty p,.presentation-deck__ppt-preview span{margin:0;font-size:14px;line-height:1.45}.presentation-deck__ppt-preview strong{max-width:100%;overflow:hidden;color:#202938;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.presentation-deck__slide-image{width:100%;height:100%;min-height:430px;border-radius:10px;object-fit:contain;background:#f4f6f8}.presentation-deck__source{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:0 28px 16px;color:#7a838f;font-size:13px;flex-shrink:0}.presentation-deck__source span{font-weight:700}.presentation-deck__source a{min-width:0;overflow:hidden;color:#1f68c7;text-overflow:ellipsis;white-space:nowrap}.presentation-deck__footer{min-height:58px;border-top:1px solid #f0f2f5;display:flex;align-items:center;justify-content:center;gap:18px;color:#606874;font-size:15px;flex-shrink:0}.presentation-deck__nav{width:36px;height:36px;border:none;border-radius:999px;background:transparent;color:#606874;font-size:32px;line-height:1;cursor:pointer}.presentation-deck__nav:disabled{color:#c8ced6;cursor:not-allowed}.script-panel{background:#fff;border:1px solid #edf1f4;border-radius:32px;overflow:hidden;box-shadow:0 14px 40px #48556a1f;display:flex;flex-direction:column;height:816px;min-height:816px}.script-panel__header{min-height:62px;padding:18px 34px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f2f5;font-size:17px;color:#707784;flex-shrink:0}.script-panel__title{font-size:16px;font-weight:700;color:#5c6470}.script-panel__status{display:grid;grid-template-columns:12px 36px 78px;align-items:center;gap:12px;justify-content:end;white-space:nowrap}.script-panel__status-text{font-size:18px;font-weight:500;text-align:left;min-width:0;color:#666a73}.script-panel__time{text-align:right;font-size:18px;letter-spacing:.06em;color:#666a73;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.script-panel__rec-dot{width:14px;height:14px;justify-self:center;border-radius:999px;background:#b8bcc3}.script-panel__rec-dot.is-on{background:#ff626f}.script-panel__body{padding:54px 64px 48px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(180deg,#f4f8fcd1,#fff0 36px),#fff}.script-panel__paragraph{margin:0 0 36px;font-size:27px;line-height:1.7;font-weight:500;letter-spacing:0;color:#202938}.script-panel__word{display:inline;color:#202938;transition:background-color .4s cubic-bezier(.25,.1,.25,1),color .4s cubic-bezier(.25,.1,.25,1),box-shadow .4s ease;margin-right:.25em;word-break:keep-all;border-radius:6px;padding:2px 0}.script-panel__word--read{background:#e6f8f3;color:#202938;font-weight:500}.script-panel__realtime-highlight{border-radius:8px;padding:4px 8px;background:#33cbbd;color:#fff;box-shadow:0 4px 12px #33cbbd4d;box-decoration-break:clone;-webkit-box-decoration-break:clone;z-index:1;position:relative}.script-panel__word--incorrect{color:#e26d76!important;font-weight:600;text-decoration:underline;text-underline-offset:4px}.script-panel__realtime-highlight--incorrect{background:#e26d76;color:#fff}.script-panel__word--incorrect.script-panel__reading-emphasis{color:#e26d76!important}.script-panel__reading-emphasis{color:#33cbbd;font-weight:700}.script-panel__reading-pause{color:#9aa3af;font-weight:500}.script-panel__footer{border-top:1px solid #edf1f4;padding:16px 34px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff}.script-panel__legend{display:flex;flex-wrap:wrap;gap:18px 36px;color:#68707d;font-size:14px}.script-panel__legend-item.is-accent{color:#33cbbd;font-weight:700}.script-panel__legend-item.is-live{max-width:min(420px,40vw);overflow:hidden;color:#202938;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.script-panel__toggle{display:flex;align-items:center;gap:14px;flex-shrink:0}.script-panel__toggle-label{font-size:14px;color:#7a838f}.script-panel__toggle-pill{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#ecfbf8;border:1px solid #bdebe3}.script-panel__toggle-option{min-width:44px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0 14px;cursor:pointer;font-size:14px;font-weight:700;color:#8aa09b}.script-panel__toggle-option.is-on{background:linear-gradient(180deg,#54d8cb,#35cbbd);color:#fff}.metric-card{background:#fff;border:1px solid #edf1f4;border-radius:32px;padding:34px 32px 30px;min-height:394px;box-shadow:0 14px 40px #48556a1f}.metric-card__title{margin:0 0 18px;font-size:17px;font-weight:600;color:#666f7d}.metric-card__gauge{position:relative;width:100%;max-width:270px;margin:12px auto 22px}.metric-card__gauge-svg{display:block;width:100%;height:auto}.metric-card__gauge-track,.metric-card__gauge-progress{fill:none;stroke-width:14;stroke-linecap:round}.metric-card__gauge-track{stroke:#dfe7f2}.metric-card__value{position:absolute;inset:44% 0 auto;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center}.metric-card__value-number{font-size:44px;line-height:.95;font-weight:700;letter-spacing:-.05em;font-variant-numeric:tabular-nums;padding-top:50px}.metric-card__value--mint{color:#2ccdc0}.metric-card__value--red{color:#ff6472}.metric-card__gauge-progress--mint{stroke:#2ccdc0}.metric-card__gauge-progress--red{stroke:#ff6472}.metric-card__unit{font-size:28px;line-height:1;font-weight:700;color:#95a4bc}.metric-card__description{margin:0;text-align:center;color:#7f8999;font-size:15px;line-height:1.6;word-break:keep-all}.record-button-wrap{position:fixed;right:40px;bottom:40px;z-index:100}.record-button{width:92px;height:92px;border:3px solid #fff;border-radius:999px;background:#58cabd;box-shadow:0 12px 28px #0000002e;display:flex;align-items:center;justify-content:center}.record-button:hover{transform:scale(1.06)}.record-button__icon{width:42px;height:42px;object-fit:contain}.practice-page__record-controls{position:fixed;right:40px;bottom:40px;z-index:100;display:flex;align-items:center;gap:12px}.practice-page__record-controls .record-button-wrap{position:static}.practice-page__recording-error{position:fixed;right:40px;bottom:100px;margin:0;max-width:320px;color:#d93025;font-size:14px;line-height:1.4;text-align:right}.practice-page__btn{height:48px;padding:0 20px;border-radius:999px;border:none;cursor:pointer;font-size:14px;font-weight:500}.practice-page__btn--sub{background:#2a2f3a;color:#fff}.practice-page__btn--primary{background:#00c2a8;color:#fff}.feedback-script-panel{position:relative;display:flex;flex-direction:column;height:870px;background:#fff;border:1px solid #edf1f4;border-radius:26px;overflow:hidden;box-shadow:0 14px 40px #48556a1a}.feedback-script-panel__header{min-height:60px;padding:18px 40px 16px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;border-bottom:1px solid #f0f2f5;color:#202938;font-size:16px;font-weight:700}.feedback-script-panel__hint{color:#9ba3af;font-size:15px;font-weight:500}.feedback-script-panel__hint:before{content:"💡";margin-right:8px;color:#c6ccd6}.feedback-script-panel__body{position:relative;flex:1;min-height:0;padding:42px 50px 46px;overflow-y:auto;overscroll-behavior:contain;background:#fff}.feedback-script-panel__paragraph{margin:0 0 18px;font-size:24px;line-height:1.48;font-weight:500;color:#33363d;word-break:keep-all}.feedback-script-panel__highlight{display:inline;padding:3px 8px 5px;border-radius:10px;background:#fff0be;color:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone}.feedback-script-panel__highlight-anchor{position:relative;display:inline-block;margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.feedback-script-popover{position:fixed;visibility:hidden;opacity:0;pointer-events:none;width:min(420px,64vw);padding:18px 20px 20px;border-radius:14px;background:#fff;box-shadow:0 18px 46px #141c2b38;z-index:1000;white-space:normal;transition:opacity .14s ease,visibility .14s ease}.feedback-script-popover.is-visible{visibility:visible;opacity:1;pointer-events:auto}.feedback-script-popover strong{display:block;padding-bottom:10px;border-bottom:1px solid #e4e7ec;font-size:14px;line-height:1.4;color:#141821}.feedback-script-popover strong:before{content:"⚠";margin-right:10px}.feedback-script-popover__item{display:block}.feedback-script-popover__item+.feedback-script-popover__item{margin-top:14px;padding-top:14px;border-top:1px solid #eef1f5}.feedback-script-popover__item>span{display:block;margin:10px 0 0;font-size:12px;line-height:1.55;color:#8a93a3;word-break:keep-all}.feedback-metrics-panel{display:flex;flex-direction:column;gap:16px;overflow:visible}.feedback-goal-card{min-height:300px;padding:24px 28px 26px;border-radius:28px;background:#fff;box-shadow:0 14px 40px #48556a1a}.feedback-goal-card h2{margin:0 0 10px;font-size:20px;font-weight:800;color:#444b57}.feedback-goal-card__legend{display:flex;gap:24px;margin-bottom:4px;color:#98a1ad;font-size:14px;font-weight:700}.feedback-goal-card__legend span{display:inline-flex;align-items:center;gap:8px}.feedback-goal-card__dot{width:12px;height:12px;border-radius:999px;background:#cfd5df}.feedback-goal-card__dot--mint{background:#55d0c3}.feedback-goal-card__gauge{position:relative;width:230px;max-width:100%;margin:8px auto 14px}.feedback-goal-card__gauge svg{display:block;width:100%}.feedback-goal-card__track,.feedback-goal-card__progress{fill:none;stroke-width:18;stroke-linecap:round}.feedback-goal-card__track{stroke:#e4e9ef}.feedback-goal-card__progress{stroke:#55d0c3}.feedback-goal-card__gauge div{position:absolute;inset:48% 0 auto;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;color:#374151}.feedback-goal-card__gauge span{padding-top:30px;font-size:18px;font-weight:800}.feedback-goal-card__gauge strong{font-size:46px;line-height:1;font-weight:800;letter-spacing:-.03em}.feedback-goal-card p{margin:0;text-align:center;color:#555f6d;font-size:12px;line-height:1.45;word-break:keep-all;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2}.feedback-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;overflow:visible}.feedback-metric-card{position:relative;height:104px;min-height:104px;border:none;border-radius:22px;background:#fff;padding:15px 18px 16px;text-align:left;cursor:pointer;box-shadow:0 12px 34px #48556a1a;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.feedback-metric-card:hover{transform:translateY(-2px);z-index:30}.feedback-metric-card.is-active{background:#ffe7aa;box-shadow:0 18px 40px #d69e2e33;z-index:20}.feedback-metric-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.feedback-metric-card__label{display:inline-flex;align-items:center;gap:10px;color:#4c5565;font-size:15px;font-weight:800}.feedback-metric-card__label i{width:25px;height:25px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:13px;font-weight:800;background:#eef2f6}.feedback-metric-card__chevron{color:#a5afbf;font-size:16px;line-height:1}.feedback-metric-card strong{display:block;margin-bottom:7px;font-size:23px;line-height:1.05;font-weight:900;letter-spacing:-.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-metric-card__badge{display:inline-flex;align-items:center;min-height:24px;padding:0 11px;border-radius:999px;font-size:11px;font-weight:800}.feedback-metric-card__feedback{position:absolute;visibility:hidden;opacity:0;pointer-events:none;left:18px;right:18px;top:calc(100% + 10px);padding:11px 13px;border-radius:12px;background:#fff;color:#697386;font-size:11px;line-height:1.45;font-weight:600;box-shadow:0 14px 34px #1922322e;z-index:20;word-break:keep-all;transition:opacity .14s ease,visibility .14s ease}.feedback-metric-card:hover .feedback-metric-card__feedback,.feedback-metric-card:focus-visible .feedback-metric-card__feedback{visibility:visible;opacity:1;pointer-events:auto}.feedback-metric-card--slate strong{color:#46546a}.feedback-metric-card--slate .feedback-metric-card__badge{background:#edf2f9;color:#6c7890}.feedback-metric-card--slate .feedback-metric-card__label i{color:#607089}.feedback-metric-card--amber strong{color:#c98400}.feedback-metric-card--amber .feedback-metric-card__badge{background:#fff1c9;color:#c98400}.feedback-metric-card--amber .feedback-metric-card__label i{background:#fff1c9;color:#d19624}.feedback-metric-card--violet strong{color:#8b5cf6}.feedback-metric-card--violet .feedback-metric-card__badge{background:#eee4ff;color:#7c3aed}.feedback-metric-card--violet .feedback-metric-card__label i{background:#eee4ff;color:#8b5cf6}.feedback-metric-card--green strong{color:#13ba76}.feedback-metric-card--green .feedback-metric-card__badge{background:#d6f8e8;color:#0c9c62}.feedback-metric-card--green .feedback-metric-card__label i{background:#d6f8e8;color:#13ba76}.feedback-tip-card{min-height:104px;border-radius:22px;background:#fff;padding:15px 18px;box-shadow:0 12px 34px #48556a1a}.feedback-tip-card__label{display:inline-flex;align-items:center;min-height:28px;padding:0 13px;border-radius:999px;background:#eef7ff;color:#2f6faf;font-size:13px;font-weight:900}.feedback-tip-card p{margin:14px 0 0;color:#566174;font-size:12px;line-height:1.4;font-weight:700;word-break:keep-all;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3}@media(max-width:1200px){.practice-page__main-grid{grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:stretch}.practice-page__right-column{display:flex;flex-direction:column;gap:20px}.script-panel__body{padding:42px 36px 36px}.script-panel__paragraph{font-size:23px}.script-panel__footer{flex-direction:column;align-items:flex-start}.metric-card{padding:28px 22px 24px;border-radius:24px;min-height:330px}.script-panel{height:680px;min-height:680px}.metric-card__title{margin:0 0 14px;font-size:14px}.metric-card__gauge{max-width:220px;margin-bottom:18px}.metric-card__value-number{font-size:56px}.metric-card__unit{font-size:22px}.metric-card__description{font-size:13px;line-height:1.45;word-break:keep-all}.practice-page__main-grid--feedback{grid-template-columns:minmax(0,1fr)}.feedback-script-panel{height:680px}.feedback-script-panel__body{padding:34px}.feedback-script-panel__paragraph{margin-bottom:14px;font-size:22px;line-height:1.45}.feedback-metrics-panel{max-width:none}}@media(max-width:900px){.practice-page__title{font-size:40px}.practice-page__content{padding:0 20px 40px}.practice-page__main-grid{grid-template-columns:1fr}.script-panel{height:auto;min-height:0}.script-panel__header{padding:16px 20px 14px}.script-panel__status{grid-template-columns:12px 34px 66px;gap:8px}.script-panel__status-text,.script-panel__time{font-size:15px}.script-panel__body{padding:28px 20px}.script-panel__paragraph{font-size:22px;line-height:1.6}.practice-modal__option-grid--4,.practice-modal__option-grid--3,.practice-modal__option-grid--5{grid-template-columns:repeat(2,1fr)}.practice-page__right-column{flex-direction:column}.metric-card{min-height:auto}.feedback-script-panel__header,.feedback-metric-grid{grid-template-columns:1fr}.feedback-script-popover{width:min(420px,76vw)}}.practice-modal-overlay{position:fixed;inset:0;background:#19191957;display:flex;align-items:center;justify-content:center;padding:24px;z-index:300}.practice-modal{width:100%;max-width:760px;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 20px 48px #0000001f}.practice-modal--style{max-width:720px}.practice-modal__header{padding:44px 40px 30px;background:#f6f6f6;text-align:center}.practice-modal__header h2{margin:0 0 10px;font-size:24px;font-weight:800;color:#202020}.practice-modal__header p{margin:0;font-size:16px;color:#8a8a8a}.practice-modal__header--style{padding:34px 40px 43px}.practice-modal__header--style h2{margin:8px 0 0;font-size:32px;font-weight:500;color:#0e0e0e}.practice-modal__header--style p{font-size:17px}.practice-modal__body{padding:32px 40px 12px}.practice-modal__section{margin-bottom:28px}.practice-modal__section h3{margin:0 0 14px;font-size:22px;font-weight:800;color:#202020}.practice-modal__field{margin-bottom:22px}.practice-modal__field p{margin:0 0 12px;font-size:16px;color:#555}.practice-modal__option-grid{display:grid;gap:12px}.practice-modal__option-grid--4{grid-template-columns:repeat(4,1fr)}.practice-modal__option-grid--3{grid-template-columns:repeat(3,1fr)}.practice-modal__option-grid--5{grid-template-columns:repeat(5,1fr)}.practice-chip{height:52px;border:1px solid #d9d9d9;border-radius:14px;background:#fff;font-size:16px;font-weight:600;color:#333;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.practice-chip.is-selected{border-color:#58cabd;background:#eefaf8;color:#23998d}.practice-modal__duration{display:flex;align-items:center;gap:10px}.practice-modal__duration-input{width:76px;height:48px;border:1px solid #d9d9d9;border-radius:12px;padding:0 12px;font-size:18px;color:#222;outline:none}.practice-modal__duration-input:focus{border-color:#58cabd}.practice-modal__footer{display:flex;justify-content:center;gap:12px;padding:32px 40px 34px}.practice-modal__confirm{min-width:164px;height:52px;border:none;border-radius:999px;background:#cfd7d6;color:#fff;font-size:18px;font-weight:700;cursor:not-allowed}.practice-modal__confirm.is-enabled{background:#58cabd;cursor:pointer}.practice-style-modal__body{padding:46px 86px 0}.practice-style-modal__intro{margin-bottom:30px}.practice-style-modal__intro h3{margin:0 0 4px;font-size:16px;font-weight:800;color:#162033}.practice-style-modal__intro p{margin:0;font-size:14px;color:#7b8495}.practice-style-modal__message{margin:24px 0 0;font-size:15px;font-weight:600;color:#697386;text-align:center}.practice-style-modal__message.is-error{color:#dc2626}.practice-style-modal__error{display:flex;flex-direction:column;align-items:center;gap:14px}.practice-style-modal__retry{height:40px;border:none;border-radius:999px;background:#58cabd;padding:0 22px;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.practice-style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.practice-style-card{position:relative;min-height:146px;border:2px solid #e1e4e9;border-radius:18px;background:#fff;padding:24px 30px 22px;color:#1b2434;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.practice-style-card.is-selected{border-color:#52cdbd;background:#effbf8;color:#16a894;box-shadow:0 10px 24px #52cdbd1f}.practice-style-card__speaker{width:42px;height:42px;border:none;background:transparent;color:#2d3748;padding:0;margin:0 0 12px;cursor:pointer}.practice-style-card.is-selected .practice-style-card__speaker{color:#22b8a7}.practice-style-card__speaker svg{width:100%;height:100%;fill:none;stroke:currentcolor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.practice-style-card__badge{position:absolute;top:22px;right:22px;padding:5px 13px;border-radius:999px;background:#d6f7ef;color:#1bb19d;font-size:13px;font-weight:700}.practice-style-card__select{display:block;width:100%;border:none;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}.practice-style-card__select strong{display:block;margin-bottom:10px;font-size:16px;font-weight:800}.practice-style-card__select span{display:block;font-size:14px;line-height:1.4;color:#697386}.practice-style-card.is-selected .practice-style-card__select span{color:#4d8f86}.practice-style-modal__footer{display:flex;justify-content:center;padding:48px 40px 36px}@media(max-width:900px){.practice-modal{max-width:92vw;border-radius:24px}.practice-modal__header{padding:32px 20px 22px}.practice-modal__header--style{padding:30px 20px 34px}.practice-modal__header--style h2{font-size:28px}.practice-modal__body{padding:24px 20px 8px}.practice-style-modal__body{padding:32px 24px 0}.practice-style-grid{gap:14px}.practice-style-card{min-height:138px;padding:20px 22px}.practice-modal__section h3{font-size:20px}.practice-modal__option-grid--4,.practice-modal__option-grid--3,.practice-modal__option-grid--5{grid-template-columns:repeat(2,1fr)}.practice-modal__footer{padding:8px 20px 24px}.practice-style-modal__footer{padding:34px 20px 28px}}@media(max-width:560px){.practice-style-grid{grid-template-columns:1fr}}.practice-skeleton__bar{display:block;height:12px;border-radius:4px;background:linear-gradient(90deg,#eef0f3,#f7f8fa,#eef0f3);background-size:200% 100%;animation:practice-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes practice-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.practice-skeleton__gauge-shimmer{stroke:#d8dde3;stroke-dasharray:80 320;animation:practice-skeleton-gauge-pulse 1.6s ease-in-out infinite}@keyframes practice-skeleton-gauge-pulse{0%,to{stroke-dashoffset:0;opacity:.5}50%{stroke-dashoffset:-120;opacity:1}}.practice-skeleton__bar--gauge-value{width:80px;height:32px;margin-top:4px}.practice-skeleton__summary{display:flex!important;flex-direction:column;gap:8px;margin:12px 0 0}.practice-skeleton__metric-card{pointer-events:none;cursor:default}.practice-skeleton__metric-card .feedback-metric-card__top{margin-bottom:0}.practice-skeleton__tip-card{pointer-events:none}.voice-recording-page{min-height:100vh;background:#fff;color:#111827}.voice-recording-page__content{padding:32px 16px 48px;display:flex;justify-content:center}.voice-recording-card{width:100%;max-width:640px;border-radius:24px;border:1px solid #d9d9d9;background:#fff;box-shadow:0 1px 4px #0000000f;overflow:hidden}.voice-recording-card__body{padding:40px 40px 24px}.voice-recording-card__brand{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px}.voice-recording-card__brand img{width:40px;height:40px;object-fit:contain}.voice-recording-card__brand span{color:#000;font-size:20px;font-weight:600}.voice-recording-card__title{margin:0 0 16px;text-align:center;color:#111827;font-size:34px;font-weight:700;line-height:1.4}.voice-recording-card__description{margin-bottom:8px;text-align:center;color:#374151;font-size:16px;font-weight:500;line-height:1.5}.voice-recording-card__description p,.voice-recording-card__example-box p,.voice-recording-modal__warning-copy p{margin:0}.voice-recording-card__hint{margin:0 0 20px;color:#6b7280;text-align:center;font-size:13px;font-weight:400}.voice-recording-card__example-label{margin:0 0 8px;color:#94a3b8;font-size:13px;font-weight:600}.voice-recording-card__example-box{border:1px solid #e5e7eb;border-radius:16px;padding:20px 24px;margin-bottom:16px}.voice-recording-card__example-box p{color:#374151;font-size:18px;line-height:1.7;letter-spacing:-.02em}.voice-recording-card__tip-box{background:#f7fffd;border:1px solid #cdefe8;border-radius:12px;padding:12px 16px}.voice-recording-card__tip-title{margin:0 0 4px;color:#757575;font-size:12px;font-weight:700}.voice-recording-card__tip-text{margin:0;color:#24b894;font-size:14px;font-weight:600}.voice-recording-card__divider{border-top:1px solid #f0f1f3}.voice-recording-card__actions{padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:12px}.voice-recording-card__primary-btn{display:inline-flex;align-items:center;justify-content:center;min-width:184px;padding:10px 32px;border:none;border-radius:30px;background:#59c9bc;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease}.voice-recording-card__primary-btn:hover{background:#4ab5a8}.voice-recording-card__primary-btn:active{transform:scale(.98)}.voice-recording-card__primary-btn:disabled,.voice-recording-card__re-record-btn:disabled{opacity:.6;cursor:not-allowed}.voice-recording-card__primary-btn--recording{background:#71b8b0}.voice-recording-card__primary-btn--recording:hover{background:#5ea8a0}.voice-recording-card__primary-btn--full{width:100%}.voice-recording-card__link-btn{border:none;background:transparent;color:#9ca3af;font-size:15px;font-weight:400;cursor:pointer}.voice-recording-card__re-record-btn{border:none;background:transparent;color:#757575;font-size:14px;font-weight:600;cursor:pointer}.voice-recording-card__status-row{display:flex;align-items:center;gap:12px;color:#757575;font-size:14px;font-weight:500}.voice-recording-card__rec-wrap{display:flex;align-items:center;gap:6px}.voice-recording-card__rec-dot{width:11px;height:11px;border-radius:999px;background:#ec221f;opacity:.7;animation:voice-recording-pulse 1s infinite ease-in-out}@keyframes voice-recording-pulse{0%,to{opacity:.35}50%{opacity:1}}.voice-recording-card__error-text{margin:0;text-align:center;color:#dc2626;font-size:14px;font-weight:600}.voice-recording-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#7f7f7f40;z-index:200}.voice-recording-modal{width:min(380px,calc(100vw - 32px));border-radius:30px;background:#fff;box-shadow:0 2px 16px #0000001a;padding:32px 40px;display:flex;flex-direction:column;align-items:center;gap:20px}.voice-recording-modal__text-wrap{text-align:center}.voice-recording-modal__title{margin:0;color:#374151;font-size:20px;font-weight:700;line-height:1.5}.voice-recording-modal__title--center,.voice-recording-modal__desc--center{text-align:center}.voice-recording-modal__desc{margin:4px 0 0;color:#98a2b3;font-size:14px;font-weight:400}.voice-recording-modal__progress-wrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.voice-recording-modal__progress-track{width:100%;height:10px;border-radius:999px;background:#eef2f6;overflow:hidden}.voice-recording-modal__progress-fill{height:100%;border-radius:999px;background:#57cbbe;transition:width .12s linear}.voice-recording-modal__progress-text{margin:0;color:#111827;font-size:28px;font-weight:700}.voice-recording-modal__done-icon{width:32px;height:32px;border-radius:999px;border:1px solid #beede4;background:#e9fffb;display:flex;align-items:center;justify-content:center;color:#34b8a8;font-size:16px;font-weight:700}.voice-recording-modal__warning-header{display:flex;align-items:center;gap:8px}.voice-recording-modal__warning-icon{color:#ec221f;font-size:28px;line-height:1}.voice-recording-modal__warning-title{margin:0;color:#374151;font-size:22px;font-weight:700}.voice-recording-modal__warning-copy{text-align:center;color:#6b7280;font-size:14px;font-weight:500;line-height:1.6}.voice-recording-modal__warning-subcopy{margin:0;color:#6b7280;text-align:center;font-size:13px;font-weight:400}@media(max-width:767px){.voice-recording-card__body,.voice-recording-card__actions{padding-left:20px;padding-right:20px}.voice-recording-card__title{font-size:28px}.voice-recording-card__example-box p{font-size:16px}.voice-recording-card__primary-btn{width:100%}}.feedback-analysis-page{min-height:100vh;background:#f8f9fa;color:#21272a}.feedback-analysis-page__main{width:100%;max-width:1440px;margin:0 auto;padding:20px 60px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.feedback-analysis-page__notice{margin:0;padding:0 4px;font-size:14px}.feedback-analysis-page__notice--info{color:#94a3b8}.feedback-analysis-page__notice--error{color:#ff3d00}.feedback-analysis-page__banner{width:100%;min-height:119px;background:#fff;border-radius:30px;box-shadow:0 2px 5px #0000000f;padding:15px 45px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:24px}.feedback-analysis-page__banner-copy{flex:1;min-width:0}.feedback-analysis-page__title{margin:0 0 6px;font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:36px;line-height:1.15;color:#313131;letter-spacing:-.02em}.feedback-analysis-page__subtitle{margin:0;font-family:SUIT,Pretendard,sans-serif;font-weight:400;font-size:18px;line-height:1.4;color:#21272abf;word-break:keep-all}.feedback-analysis-page__range-chip{flex-shrink:0;height:34px;padding:0 22px;border-radius:999px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,Noto Sans KR,sans-serif;font-size:12px;font-weight:400;line-height:1;color:#64748b;white-space:nowrap}.feedback-analysis-page__top-layout{display:flex;align-items:stretch;gap:11px}.feedback-analysis-page__style-card{width:620px;flex-shrink:0;background:#fff;border-radius:30px;padding:36px 46px;box-sizing:border-box;display:flex;flex-direction:column;gap:28px}.feedback-analysis-page__style-head{display:flex;flex-direction:column;gap:6px}.feedback-analysis-page__style-title{margin:0;font-family:SUIT,Pretendard,sans-serif;font-weight:600;font-size:24px;line-height:1.15;color:#21272a}.feedback-style__match-block{display:flex;flex-direction:column;gap:18px;padding:4px 0}.feedback-style__chip{align-self:flex-start;height:36px;padding:0 20px;border-radius:30px;border:1px solid #cff6ea;background:#ecfdf8;display:inline-flex;align-items:center;justify-content:center;font-family:SUIT,Pretendard,sans-serif;font-weight:400;font-size:14px;line-height:1;color:#0f172a}.feedback-style__name{margin:0;font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:28px;line-height:1.2;color:#0f172a}.feedback-style__rate-row{display:flex;align-items:center;gap:14px}.feedback-style__rate-bar{flex:1;height:12px;background:#f1f5f9;border-radius:999px;overflow:hidden}.feedback-style__rate-bar-fill{height:100%;background:linear-gradient(90deg,#35c6a7,#24b894);border-radius:999px;transition:width .4s ease}.feedback-style__rate-text{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:22px;line-height:1;color:#24b894;min-width:56px;text-align:right}.feedback-style__description{margin:0;font-family:Inter,Noto Sans KR,sans-serif;font-weight:400;font-size:16px;line-height:1.7;color:#475569;word-break:keep-all}.feedback-analysis-page__right-column{flex:1;display:flex;flex-direction:column;gap:12px}.feedback-analysis-page__metric-grid{display:grid;gap:12px}.feedback-analysis-page__metric-grid--top,.feedback-analysis-page__metric-grid--bottom{grid-template-columns:repeat(3,minmax(0,1fr))}.feedback-analysis__metric-card{min-height:162px;background:#fff;border-radius:30px;padding:30px 25px 35px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px}.feedback-analysis__metric-title{margin:0;font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:18px;line-height:1.1;color:#757575}.feedback-analysis__metric-value-row{display:flex;align-items:baseline;gap:6px;min-height:40px}.feedback-analysis__metric-value{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:32px;line-height:1.1;color:#21272a;letter-spacing:-.5px}.feedback-analysis__metric-unit{font-family:SUIT,Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:1.1;color:#21272a}.feedback-analysis__metric-description{margin:0;min-height:22px;font-family:SUIT,Pretendard,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#697077}.feedback-analysis__badge{align-self:flex-start;min-width:46px;height:26px;padding:0 10px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,Noto Sans KR,sans-serif;font-weight:700;font-size:11px;line-height:1}.feedback-analysis__badge--low{background:#fff6d9;color:#d97706}.feedback-analysis__badge--normal{background:#d1fae5;color:#35c6a7}.feedback-analysis__badge--high{background:#eef6ff;color:#4aa8f5}.feedback-analysis__badge--empty{background:#f1f5f9;color:#94a3b8}.feedback-analysis-page__trend-card{background:#fff;border-radius:30px;padding:30px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px}.feedback-analysis-page__trend-head{display:flex;align-items:center;gap:12px}.feedback-analysis-page__section-title{margin:0;font-family:Pretendard,SUIT,sans-serif;font-weight:600;font-size:22px;line-height:1.1;color:#21272a}.feedback-analysis-page__trend-sub{font-family:Inter,Noto Sans KR,sans-serif;font-weight:500;font-size:12px;line-height:1;color:#64748b;background:#f1f5f9;padding:6px 12px;border-radius:999px}.feedback-trend__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.feedback-trend__row{display:grid;grid-template-columns:130px 1fr 120px;align-items:center;gap:16px;background:#f8fafc;border-radius:20px;padding:18px 24px}.feedback-trend__label{margin:0;font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:14px;line-height:1.2;color:#475569}.feedback-trend__compare{display:flex;align-items:baseline;gap:16px}.feedback-trend__previous{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:1.1;color:#94a3b8}.feedback-trend__previous-unit{font-style:normal;font-size:12px;font-weight:500;color:#94a3b8;margin-left:4px}.feedback-trend__arrow{font-size:14px;color:#cbd5e1}.feedback-trend__current{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:26px;line-height:1.1;color:#0f172a}.feedback-trend__current-unit{font-style:normal;font-size:14px;font-weight:600;color:#0f172a;margin-left:4px}.feedback-trend__diff{justify-self:end;height:32px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:13px;line-height:1}.feedback-trend__diff--up{background:#ecfdf8;color:#059669;border:1px solid #cff6ea}.feedback-trend__diff--down{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.feedback-trend__diff--neutral{background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0}.feedback-trend__empty{padding:40px 24px;text-align:center;color:#94a3b8;font-size:14px;background:#f8fafc;border-radius:20px}.feedback-analysis-page__report-card,.feedback-analysis-page__summary-card{width:100%;background:#fff;border-radius:30px;padding:30px 45px;box-sizing:border-box}.feedback-analysis-page__report-card{min-height:462px}.feedback-analysis-page__summary-card{min-height:204px}.feedback-analysis-page__report-content{margin-top:16px}.feedback-analysis-page__report-pre{margin:0;white-space:pre-wrap;word-break:keep-all;font-family:SUIT,Noto Sans KR,sans-serif;font-weight:400;font-size:18px;line-height:1.6;color:#697077}.feedback-analysis-page__summary-list{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:22px}.feedback-analysis-page__summary-item{display:flex;align-items:flex-start;gap:12px}.feedback-analysis-page__summary-index{width:22px;height:22px;margin-top:0;border-radius:20px;background:#ecfdf8;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:1;color:#059669}.feedback-analysis-page__summary-text{font-family:Inter,Noto Sans KR,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#475569}.feedback-analysis-page__empty-text{margin:16px 0 0;font-family:SUIT,Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#94a3b8}@media(max-width:1320px){.feedback-analysis-page__main{padding-left:24px;padding-right:24px}.feedback-analysis-page__top-layout{flex-direction:column}.feedback-analysis-page__style-card{width:100%}.feedback-analysis-page__metric-grid--top,.feedback-analysis-page__metric-grid--bottom{grid-template-columns:1fr}.feedback-trend__row{grid-template-columns:1fr;gap:8px}.feedback-trend__diff{justify-self:flex-start}}@media(max-width:768px){.feedback-analysis-page__main{padding-left:16px;padding-right:16px}.feedback-analysis-page__banner,.feedback-analysis-page__style-card,.feedback-analysis-page__trend-card,.feedback-analysis-page__report-card,.feedback-analysis-page__summary-card,.feedback-analysis__metric-card{border-radius:20px}.feedback-analysis-page__banner{padding:24px;flex-direction:column;align-items:flex-start}.feedback-analysis-page__title{font-size:28px}.feedback-analysis-page__subtitle{font-size:15px}}@keyframes feedback-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}.feedback-skeleton{width:100%;display:flex;flex-direction:column;gap:16px}.feedback-skeleton__line,.feedback-skeleton__chip,.feedback-skeleton__matrix,.feedback-skeleton__metric-card,.feedback-skeleton__chart,.feedback-skeleton__banner,.feedback-skeleton__style-card,.feedback-skeleton__chart-card,.feedback-skeleton__report-card,.feedback-skeleton__summary-card{background:#e7ebf0;border-radius:8px;animation:feedback-skeleton-pulse 1.4s ease-in-out infinite}.feedback-skeleton__banner,.feedback-skeleton__style-card,.feedback-skeleton__chart-card,.feedback-skeleton__report-card,.feedback-skeleton__summary-card{background:#fff;border-radius:30px;padding:30px;display:flex;flex-direction:column;gap:14px;animation:none}.feedback-skeleton__banner{height:130px}.feedback-skeleton__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:16px}.feedback-skeleton__style-card{height:720px;gap:16px}.feedback-skeleton__right{display:flex;flex-direction:column;gap:16px}.feedback-skeleton__metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feedback-skeleton__metric-card{height:150px;border-radius:30px;background:#eef1f5}.feedback-skeleton__chart-card{height:380px}.feedback-skeleton__chart{flex:1;border-radius:16px}.feedback-skeleton__report-card{min-height:280px}.feedback-skeleton__summary-card{min-height:180px}.feedback-skeleton__line{height:14px;border-radius:6px}.feedback-skeleton__line--title{height:38px;width:40%;border-radius:8px}.feedback-skeleton__line--subtitle{height:14px;width:60%}.feedback-skeleton__line--heading{height:24px;width:30%;border-radius:8px}.feedback-skeleton__line--short{width:30%}.feedback-skeleton__line--medium{width:55%}.feedback-skeleton__line--full{width:100%}.feedback-skeleton__chip{position:absolute;top:30px;right:30px;width:110px;height:28px;border-radius:20px}.feedback-skeleton__banner{position:relative}.feedback-skeleton__matrix{width:100%;height:380px;border-radius:20px}@media(max-width:1100px){.feedback-skeleton__top{grid-template-columns:minmax(0,1fr)}.feedback-skeleton__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feedback-skeleton__style-card{height:auto;min-height:500px}}.feedback-status-card{background:#fff;border-radius:30px;padding:24px 30px;display:flex;align-items:center;gap:12px;font-size:14px}.feedback-status-card--info{color:#475569;border-left:4px solid #35c6a7}.feedback-status-card--error{color:#b91c1c;border-left:4px solid #ef4444}.feedback-state-view{background:#fff;border-radius:30px;min-height:320px;padding:60px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.feedback-state-view__icon{font-size:48px;line-height:1}.feedback-state-view__title{margin:0;font-size:22px;font-weight:700;color:#21272a}.feedback-state-view__description{margin:0;font-size:14px;line-height:1.6;color:#64748b;max-width:560px}.feedback-state-view--error .feedback-state-view__title{color:#b91c1c}.feedback-report-sections{display:flex;flex-direction:column;gap:16px;margin-top:16px}.feedback-report-section{border-radius:20px;padding:20px 22px;display:flex;flex-direction:column;gap:8px}.feedback-report-section--positive{background:#f0fdf4;border-left:4px solid #10b981}.feedback-report-section--improvement{background:#fffbeb;border-left:4px solid #f59e0b}.feedback-report-section__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.feedback-report-section__icon{font-size:18px;line-height:1}.feedback-report-section__heading{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:16px;color:#21272a}.feedback-report-section__title{font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:15px;color:#475569}.feedback-report-section__description{margin:0;font-family:Inter,Noto Sans KR,Pretendard,sans-serif;font-weight:400;font-size:14px;line-height:1.7;color:#334155;white-space:pre-wrap}.feedback-trend-chart{display:flex;flex-direction:column;gap:20px;margin-top:16px}.feedback-trend-chart__toggles{display:flex;gap:8px;flex-wrap:wrap}.feedback-trend-chart__toggle{padding:8px 18px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:14px;color:#94a3b8;cursor:pointer;transition:all .15s ease}.feedback-trend-chart__toggle:hover{border-color:#cbd5e1;color:#64748b}.feedback-trend-chart__toggle--active{background:#d1fae5;border-color:#d1fae5;color:#21272a;font-weight:600}.feedback-trend-chart__canvas{width:100%;height:320px}.feedback-trend-chart__empty{width:100%;height:280px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px;background:#f8fafc;border-radius:16px}.feedback-matrix{width:100%;margin:8px 0 4px}.feedback-matrix__svg{width:100%;height:auto;display:block}.feedback-matrix__quad-title{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:13px;fill:#475569}.feedback-matrix__quad-sub{font-family:Inter,sans-serif;font-weight:400;font-size:10px;fill:#94a3b8}.feedback-matrix__axis{font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:10px;fill:#94a3b8}.feedback-matrix__empty{margin:8px 0 0;font-size:13px;color:#94a3b8;text-align:center}.feedback-analysis-page__style-legend{font-family:SUIT,Pretendard,sans-serif;font-size:13px;color:#94a3b8;display:inline-flex;align-items:center;gap:6px}.feedback-analysis-page__style-legend:before{content:"";width:8px;height:8px;border-radius:50%;background:#94a3b8;display:inline-block}.feedback-analysis-page__style-head{display:flex;align-items:center;justify-content:space-between;gap:12px}:root{--max-width: 1440px;--color-text: #111111;--color-bg: #ffffff;--color-border: #eaeaea;--radius-sm: 10px;--radius-md: 14px;--space-1: 8px;--space-2: 12px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--space-7: 80px}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--space-7) 0}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1}@media(max-width:768px){.container{padding:0 16px}.section{padding:56px 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;font-weight:600;transition:opacity .15s ease,background .15s ease}.btn:hover{opacity:.85}.btn:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.btn-primary{background:var(--color-text);color:#fff}.btn-ghost{background:transparent;border-color:var(--color-border);color:var(--color-text)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;color:#111;background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.section{padding:80px 0}.section-sm{padding:48px 0}.section-lg,.feature{padding:120px 0}.feature-row{display:flex;align-items:center;justify-content:space-between;gap:64px;margin-bottom:120px}.feature-row.reverse{flex-direction:row-reverse}.feature-content{flex:1}.feature-title{font-size:28px;font-weight:700;margin-bottom:16px;color:var(--color-text)}.feature-description{font-size:16px;line-height:1.6;margin-bottom:24px;color:var(--color-text-secondary)}.feature-image{flex:1}.feature-image img{width:100%;height:auto;display:block}.footer{padding:48px 0;border-top:1px solid var(--color-border)}.footer-links{display:flex;gap:24px}.footer-link{color:var(--color-text-secondary);text-decoration:none}.footer-link:hover{text-decoration:underline}.text-center{text-align:center}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}
