:root{--tv-page-bg:#efefef;--tv-popup-border:#e0e0e0;--tv-text-muted:#00000080;--tv-button-tint:#0d6fff;--tv-scale-border:#777;--tv-radius-popup:12px;--tv-radius-button:6px;--tv-radius-field:6px;--tv-font-heading:"SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;--tv-font-body:"Pretendard Variable", "Pretendard", -apple-system, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100svh}.popup-scene{background:var(--tv-page-bg,#efefef);justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.popup-card{border:1px solid var(--tv-popup-border,#e0e0e0);border-radius:var(--tv-radius-popup,12px);box-sizing:border-box;background:#fff;flex-direction:column;gap:20px;width:560px;max-width:100%;max-height:90svh;padding:40px 56px;display:flex;overflow-y:auto;box-shadow:0 5px 20px #0000004d}.popup-card--wide{width:700px}.popup-title{font-family:var(--tv-font-heading);color:var(--tv-text-muted,#00000080);margin:0;font-size:18px;font-weight:700;line-height:1.4}.popup-body{font-family:var(--tv-font-body);color:var(--tv-text-muted,#00000080);white-space:pre-wrap;font-size:14px;font-weight:600;line-height:1.4}.popup-section{flex-direction:column;gap:8px;display:flex}.popup-field-label{font-family:var(--tv-font-body);color:var(--tv-text-muted,#00000080);font-size:14px;font-weight:600}.popup-select,.popup-input{border-radius:var(--tv-radius-field,6px);width:100%;height:24px;font-family:var(--tv-font-body);color:#777777d9;box-sizing:border-box;background:#0000000d;border:none;padding:0 12px;font-size:14px}.popup-checkbox-row{align-items:center;gap:16px;width:100%;display:flex}.popup-checkbox-row label{text-align:right;font-family:var(--tv-font-body);color:var(--tv-text-muted,#00000080);flex:1;font-size:14px;font-weight:600}.popup-buttons{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.tv-button{border-radius:var(--tv-radius-button,6px);background:var(--tv-button-tint,#0d6fff);color:#fff;height:24px;font-family:var(--tv-font-heading);cursor:pointer;border:none;padding:0 16px;font-size:13px;font-weight:510;transition:background-color .15s,opacity .15s}.tv-button:disabled{color:#fff;cursor:not-allowed;background:#cfcfcf}.tv-button--tall{height:44px}.tv-button--neutral{color:#777;background:#fff}.tv-button--neutral:disabled{color:#7779;opacity:.6;cursor:not-allowed;background:#fff6}.svo-question{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.svo-scale{justify-content:center;align-items:center;gap:16px;display:flex}.svo-scale button{border:1px solid var(--tv-scale-border,#777);color:#777;width:24px;height:24px;font-family:var(--tv-font-heading);cursor:pointer;background:0 0;border-radius:12px;font-size:12px}.svo-scale button.selected{background:var(--tv-button-tint,#0d6fff);border-color:var(--tv-button-tint,#0d6fff);color:#fff}.svo-choice-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.svo-choice-row button{border:1px solid var(--tv-scale-border,#777);color:#777;height:36px;font-family:var(--tv-font-heading);cursor:pointer;background:0 0;border-radius:8px;padding:0 18px;font-size:13px;font-weight:590}.svo-choice-row button.selected{background:var(--tv-button-tint,#0d6fff);border-color:var(--tv-button-tint,#0d6fff);color:#fff}.photo-scene{color:#fff;justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.photo-scene__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.photo-scene__overlay{z-index:1;background:#00000080;position:absolute;inset:0}.photo-scene__content{z-index:2;flex-direction:column;align-items:center;gap:40px;width:fit-content;max-width:90vw;padding:24px;display:flex;position:relative}.photo-scene__title{font-family:var(--tv-font-body);text-align:center;text-shadow:0 4px 12px #0006;white-space:pre-wrap;width:fit-content;max-width:90vw;margin:0;font-size:24px;font-weight:700;line-height:1.6}.photo-scene__fields{flex-direction:column;align-items:stretch;gap:24px;width:480px;max-width:90vw;display:flex}.photo-field{flex-direction:column;gap:8px;width:100%;display:flex}.photo-field label{font-family:var(--tv-font-body);color:#ffffff80;font-size:14px;font-weight:600}.photo-field input,.photo-field select{border-radius:var(--tv-radius-field,6px);color:#fff;width:100%;height:44px;font-family:var(--tv-font-body);box-sizing:border-box;background:#00000080;border:none;padding:0 8px;font-size:14px;box-shadow:0 0 0 1px #00000014}.photo-field input::placeholder{color:#fff9}.svo-cell:focus{outline:none}.dialogue-scene{box-sizing:border-box;justify-content:center;align-items:flex-end;min-height:100svh;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.dialogue-scene__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.dialogue-scene__overlay{z-index:1;background:#0003;position:absolute;inset:0}.dialogue-scene__overlay--blur{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.dialogue-scene__character{z-index:2;object-fit:cover;height:110%;position:absolute;top:2%;left:0}.dialogue-bubble{z-index:3;-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px);border:1px solid #fff;border-radius:12px;align-items:center;gap:32px;max-width:min(90vw,720px);padding:20px 40px;display:inline-flex;position:relative}.dialogue-bubble--me{background:#00000080}.dialogue-bubble--manager{background:#ffffff80}.dialogue-bubble__speaker{font-family:var(--tv-font-body);white-space:nowrap;flex-shrink:0;font-size:16px;font-weight:700}.dialogue-bubble--me .dialogue-bubble__speaker,.dialogue-bubble--me .dialogue-bubble__text{color:#fff;text-shadow:0 4px 12px #0006}.dialogue-bubble--manager .dialogue-bubble__speaker,.dialogue-bubble--manager .dialogue-bubble__text{color:#000;text-shadow:0 4px 12px #fff6}.dialogue-bubble__divider{flex-shrink:0;align-self:stretch;width:1px}.dialogue-bubble--me .dialogue-bubble__divider{background:#fff9}.dialogue-bubble--manager .dialogue-bubble__divider{background:#0000004d}.dialogue-bubble__text{font-family:var(--tv-font-body);font-size:16px;font-weight:400;line-height:1.6}.dialogue-bubble__actions{flex-shrink:0;gap:8px;margin-left:24px;display:flex}.dialogue-bubble__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;height:32px;padding:0 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.dialogue-bubble__btn--primary{color:#777;background:#fff}.dialogue-bubble__btn--secondary{color:#fff;background:#777}@media (width<=640px){.dialogue-scene{padding-bottom:24px;padding-left:12px;padding-right:12px}.dialogue-bubble{flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:min(94vw,720px);padding:16px 18px;display:flex}.dialogue-bubble__speaker{white-space:normal}.dialogue-bubble__divider{width:100%;height:1px}.dialogue-bubble__text{font-size:14px;line-height:1.5}.dialogue-bubble__actions{flex-wrap:wrap;width:100%;margin-left:0}.dialogue-bubble__btn{flex:1 1 0;min-width:0}}.thread-app{background:#1e3a5f;justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex;position:relative;overflow:hidden}.thread-app__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.thread-app__menubar{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#1a1a1a;background:#ffffff59;justify-content:space-between;align-items:center;height:28px;padding:0 14px;font-size:13px;font-weight:500;display:flex;position:absolute;top:0;left:0;right:0}.thread-app__menubar-left,.thread-app__menubar-right{align-items:center;gap:18px;display:flex}.thread-layout{z-index:1;background:#fff;border-radius:12px;width:1100px;max-width:100%;height:min(640px,100svh - 200px);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000059}.thread-sidebar{border-right:1px solid #e9e9e9;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:60px;padding:16px 0;display:flex}.thread-sidebar__top,.thread-sidebar__bottom{flex-direction:column;align-items:center;gap:20px;display:flex}.thread-sidebar__icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.thread-sidebar__icon img{object-fit:contain;width:18px;height:18px}.thread-panel{border-right:1px solid #e0e0e0;flex-direction:column;flex:1;display:flex;overflow-y:auto}.thread-panel:last-child{border-right:none}.thread-panel__header{border-bottom:1px solid #e0e0e0;padding:20px 32px;font-size:18px;font-weight:700}.thread-panel__header small{color:#777;margin-top:2px;font-size:13px;font-weight:400;display:block}.thread-message{border-bottom:1px solid #f0f0f0;padding:24px 32px}.thread-message__head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.thread-avatar{z-index:1;background:#fff;border:1px solid #d0d0d0;border-radius:50%;flex-shrink:0;width:28px;height:28px;position:relative}.thread-message__author{font-size:14px;font-weight:600}.thread-message__time{color:#575a5f;font-size:11px;font-weight:400}.thread-message__body{color:#222;padding-left:36px;font-size:13px;line-height:1.5}.thread-mention{color:#05f;background:#0055ff0d;border:1px solid #0055ff80;border-radius:4px;margin-top:8px;margin-left:36px;padding:2px 6px;font-size:12px;display:inline-block}.thread-attachments{gap:8px;margin-top:12px;padding-left:36px;display:flex}.thread-attachment-btn{cursor:pointer;text-align:left;background:#e9e9e9;border:1px solid #0000001a;border-radius:4px;flex:1;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex}.thread-replies-row{align-items:center;gap:4px;margin-top:12px;padding-left:36px;display:flex}.thread-replies-row__label{color:#343537;background:0 0;border:none;padding:4px 8px;font-size:11px}.thread-replies-row__stack{display:flex}.thread-replies-row__stack .thread-avatar{width:22px;height:22px;margin-left:-8px}.thread-replies-row__stack .thread-avatar:first-child{margin-left:0}.thread-connector{padding-left:56px;position:relative}.thread-connector:before{content:"";z-index:0;background:#e0e0e0;width:1px;position:absolute;top:14px;bottom:14px;left:69px}.thread-connector .thread-message{border-bottom:none;padding:16px 32px 16px 0}.thread-connector .thread-message__head{margin-bottom:6px}.coachmark-overlay{z-index:5;background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.coachmark-box{background:#fff;border-radius:12px;flex-direction:column;gap:12px;width:320px;padding:24px 28px;display:flex;box-shadow:0 10px 30px #0000004d}.coachmark-box p{color:#333;margin:0;font-size:14px;line-height:1.5}.trial-l1-layout{z-index:1;justify-content:center;align-items:flex-start;padding:60px 24px 24px;display:flex;position:fixed;inset:0;overflow:auto}.inbox-window{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;width:min(600px,100%);height:min(700px,100svh - 84px);display:flex;overflow:hidden;box-shadow:0 5px 20px #0000004d}.inbox-window__sidebar{object-fit:cover;border-right:1px solid #e9e9e9;flex-shrink:0;width:60px;height:100%}.inbox-window__header{border-bottom:1px solid #e9e9e9;padding:20px 24px}.inbox-window__body{padding:20px 20px 20px 28px}.inbox-window__proceed-btn{color:#05f;cursor:pointer;background:#cdf;border:1px solid #0055ff80;border-radius:999px;height:40px;padding:0 18px;font-size:12px;font-weight:700}.compose-box{background:#fbfbfc;border:1px solid #dcdfe3;border-radius:16px;flex-direction:column;gap:10px;max-width:480px;padding:12px 14px;display:flex}.compose-box--filled{background:#fff;border-color:#c7d6f0}.compose-box__placeholder{color:#9aa0a6;font-size:12px}.compose-box__text{color:#222;white-space:pre-wrap;margin:0;font-size:12px;font-weight:590}.compose-box__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.compose-chip{cursor:pointer;border:none;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.compose-chip--primary{color:#fff;background:#05f}.compose-chip--muted{color:#666;background:#eee}.compose-chip--send{color:#05f;background:#e7f0ff;border:1px solid #05f6}.compose-box__send-icon{color:#05f;margin-left:auto;font-size:14px}.participant-profile__avatar{border:1.5px solid #ffffffe6;box-shadow:0 1px 3px #00000040}.participant-profile__avatar--overlap{margin-left:-8px}.participant-profile__card{z-index:50;background:#1f2023;border-radius:12px;min-width:220px;padding:6px;position:absolute;top:26px;right:0;box-shadow:0 10px 30px #0006}.participant-profile__row{border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.participant-profile__row:hover{background:#ffffff0f}.participant-profile__name{color:#fff;margin:0;font-size:13px;font-weight:700}.participant-profile__sub{color:#9aa0a6;margin:1px 0 0;font-size:11px}@media (width<=640px){.trial-l1-layout{padding:44px 8px 8px}.inbox-window{border-radius:8px;height:min(700px,100svh - 60px)}.inbox-window__sidebar{width:40px}.inbox-window__header{padding:14px 16px}.inbox-window__body{padding:14px 12px 14px 16px}.inbox-window__proceed-btn{height:38px;padding:0 14px;font-size:12px}}.typing-dots{align-items:center;gap:4px;height:20px;padding-left:36px;display:inline-flex}.typing-dots span{background:#999;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite typing-bounce}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.reply-fade-in{animation:.25s ease-out reply-fade-in}@keyframes reply-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.popup-window-overlay{z-index:20;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-window{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;width:560px;max-width:92vw;height:700px;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 5px 20px #0000004d}.popup-window__tab{background:#f9f9f9;border-bottom:1px solid #e0e0e0;flex-shrink:0;align-items:center;gap:7px;height:24px;padding-left:11.5px;display:flex;position:relative}.popup-window__dot{border:none;border-radius:16px;width:10px;height:10px;padding:0;display:inline-block}.popup-window__dot--red{cursor:pointer;background:#ff5f5f}.popup-window__dot--red-inactive,.popup-window__dot--gray{background:#d9d9d9}.popup-window__title{letter-spacing:-.14px;color:#777;white-space:nowrap;font-family:SF Pro,-apple-system,sans-serif;font-size:10px;font-weight:590;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.popup-window__body{flex:1;min-height:0;overflow:hidden auto}
