.BridgeDataPanel_floatButton__s0Pho{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;background:var(--blue-500,#2d83e9);border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:all .2s ease;z-index:9999}.BridgeDataPanel_floatButton__s0Pho:hover{transform:scale(1.05)}.BridgeDataPanel_floatButton__s0Pho:active{transform:scale(.95)}.BridgeDataPanel_floatButton__s0Pho.BridgeDataPanel_open__iTbSt{background:var(--blue-700,#1567c8)}.BridgeDataPanel_floatButton__s0Pho.BridgeDataPanel_enabled__QTjn5{background:#4caf50}.BridgeDataPanel_floatButton__s0Pho.BridgeDataPanel_enabled__QTjn5.BridgeDataPanel_open__iTbSt{background:#388e3c}.BridgeDataPanel_panel__jFt2b{position:fixed;bottom:76px;right:12px;width:calc(100vw - 24px);max-width:360px;max-height:70vh;background:var(--background-elevated-normal,#fff);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden;z-index:9998}.BridgeDataPanel_header__dEFOW{padding:12px 16px;background:var(--grey-50,#f5f5f5);border-bottom:1px solid var(--grey-200,#e0e0e0);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.BridgeDataPanel_header__dEFOW h3{margin:0;font-size:16px;font-weight:600;color:var(--text-strong,#333)}.BridgeDataPanel_masterToggle__jvMEj{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BridgeDataPanel_masterToggle__jvMEj input[type=checkbox]{width:16px;height:16px;cursor:pointer}.BridgeDataPanel_masterToggle__jvMEj span{font-size:13px;font-weight:500;color:var(--text-minor,#666)}.BridgeDataPanel_content__3pHX2{flex:1 1;overflow-y:auto;padding:8px;-webkit-overflow-scrolling:touch}.BridgeDataPanel_group__GmaQ4{margin-bottom:6px;border:1px solid var(--grey-200,#e0e0e0);border-radius:8px;overflow:hidden;background:var(--background-elevated-normal,#fff)}.BridgeDataPanel_group__GmaQ4:last-child{margin-bottom:0}.BridgeDataPanel_groupHeader__olAjD{padding:10px 12px;background:var(--grey-50,#fafafa);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-strong,#333);transition:background .15s}.BridgeDataPanel_groupHeader__olAjD:hover{background:var(--grey-100,#f0f0f0)}.BridgeDataPanel_groupHeader__olAjD .BridgeDataPanel_arrow__oNy2R{font-size:10px;color:var(--text-minor,#666)}.BridgeDataPanel_groupContent__umgTB{padding:12px;border-top:1px solid var(--grey-200,#e0e0e0)}.BridgeDataPanel_field__NsrgS{margin-bottom:12px}.BridgeDataPanel_field__NsrgS:last-child{margin-bottom:0}.BridgeDataPanel_field__NsrgS>label{display:block;font-size:11px;font-weight:500;color:var(--text-minor,#555);margin-bottom:4px}.BridgeDataPanel_field__NsrgS input[type=number],.BridgeDataPanel_field__NsrgS input[type=text],.BridgeDataPanel_field__NsrgS select{width:100%;padding:6px 10px;border:1px solid var(--grey-300,#ddd);border-radius:6px;font-size:13px;color:var(--text-normal,#333);background:var(--background-elevated-normal,#fff);transition:border-color .15s;box-sizing:border-box}.BridgeDataPanel_field__NsrgS input[type=number]:focus,.BridgeDataPanel_field__NsrgS input[type=text]:focus,.BridgeDataPanel_field__NsrgS select:focus{outline:none;border-color:var(--blue-500,#2d83e9)}.BridgeDataPanel_field__NsrgS select{cursor:pointer}.BridgeDataPanel_checkbox__6FO1Y{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BridgeDataPanel_checkbox__6FO1Y input[type=checkbox]{width:16px;height:16px;cursor:pointer}.BridgeDataPanel_checkbox__6FO1Y span{font-size:13px;color:var(--text-minor,#666)}.BridgeDataPanel_colorInput__PzqtF{display:flex;gap:6px}.BridgeDataPanel_colorInput__PzqtF input[type=color]{width:40px;height:32px;border:1px solid var(--grey-300,#ddd);border-radius:6px;cursor:pointer;padding:2px;flex-shrink:0}.BridgeDataPanel_colorInput__PzqtF input[type=text]{flex:1 1;min-width:0}.BridgeDataPanel_footer__oA9jk{padding:12px 16px;background:var(--grey-50,#f5f5f5);border-top:1px solid var(--grey-200,#e0e0e0);display:flex;gap:8px;flex-shrink:0}.BridgeDataPanel_applyButton__9ubHu,.BridgeDataPanel_resetButton__X1VUY{flex:1 1;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.BridgeDataPanel_resetButton__X1VUY{background:var(--background-elevated-normal,#fff);color:var(--interaction-error,#d32f2f);border:1px solid var(--interaction-error,#d32f2f)}.BridgeDataPanel_resetButton__X1VUY:active{background:#fdeaea}.BridgeDataPanel_applyButton__9ubHu{background:var(--blue-500,#2d83e9);color:#fff}.BridgeDataPanel_applyButton__9ubHu:active{background:var(--blue-700,#1567c8)}:root{--background:#ffffff;--foreground:#171717;--android-font-family:system-ui,"Roboto","Noto Sans",sans-serif;--common-white:#ffffff;--common-black:#000000;--blue-50:#f7fbff;--blue-100:#f0f7ff;--blue-200:#dcebfc;--blue-300:#d5e6fb;--blue-400:#aacffc;--blue-500:#61a3f1;--blue-600:#2d83e9;--blue-700:#1567c8;--blue-800:#003496;--blue-900:#001b7a;--blue-950:#000050;--grey-50:#fcfcfc;--grey-100:#f8f8f8;--grey-150:#f2f2f2;--grey-200:#e8e8e8;--grey-300:#e0e0e0;--grey-400:#c9c9c9;--grey-500:#a6a6a6;--grey-600:#8c8c8c;--grey-700:#676767;--grey-800:#3a3a3a;--grey-900:#1a1a1a;--grey-950:#121212;--grey-alpha-5:rgba(166,166,166,0.05);--grey-alpha-10:rgba(166,166,166,0.1);--grey-alpha-20:rgba(166,166,166,0.2);--grey-alpha-30:rgba(166,166,166,0.3);--red-500:#ec5b3a;--red-600:#e24e2c;--white-alpha-5:rgba(255,255,255,0.0509803922);--white-alpha-10:rgba(255,255,255,0.1019607843);--white-alpha-20:rgba(255,255,255,0.2);--white-alpha-30:rgba(255,255,255,0.3019607843);--white-alpha-40:rgba(255,255,255,0.4);--white-alpha-50:rgba(255,255,255,0.5019607843);--white-alpha-60:rgba(255,255,255,0.6);--white-alpha-70:rgba(255,255,255,0.7019607843);--white-alpha-80:rgba(255,255,255,0.8);--white-alpha-90:rgba(255,255,255,0.9019607843);--black-alpha-5:rgba(0,0,0,0.0509803922);--black-alpha-10:rgba(0,0,0,0.1019607843);--black-alpha-20:rgba(0,0,0,0.2);--black-alpha-30:rgba(0,0,0,0.3019607843);--black-alpha-40:rgba(0,0,0,0.4);--black-alpha-50:rgba(0,0,0,0.5019607843);--black-alpha-60:rgba(0,0,0,0.6);--black-alpha-70:rgba(0,0,0,0.7019607843);--black-alpha-80:rgba(0,0,0,0.8);--black-alpha-90:rgba(0,0,0,0.9019607843);--inverse-black:#121212;--inverse-white:#ffffff;--service-naver-50:#e5fbea;--service-naver-200:#94eba8;--service-naver-400:#00dc64;--service-naver-600:#00d442;--service-mnetplus-600:#ed0070;--service-zepeto-100:#f0d0ff;--service-zepeto-300:#d781ff;--service-zepeto-500:#b83bf2;--service-zepeto-600:#a71de8;--service-paybooc-600:#f43347;--service-adison-50:#eee6f7;--service-adison-200:#b79add;--service-adison-300:#9a71d0;--service-adison-400:#8451c6;--service-adison-500:#6e31bb;--service-adison-600:#652cb5;--service-adison-700:#652cb5;--opacity-0:0rem;--opacity-15:0.938rem;--icon-normal:#3a3a3a;--icon-strong:#121212;--icon-neutral:#8c8c8c;--icon-inactive:#e0e0e0;--icon-static-neutral:#a6a6a6;--icon-static-neutral-soft:#e0e0e0;--icon-static-neutral-alpha:#909090cc;--icon-static-black:#000000;--icon-static-white:#ffffff;--icon-static-primary-pale:#f0f7ff;--icon-static-primary-soft:#d5e6fb;--icon-static-primary:#2d83e9;--icon-static-neutral-pale:#f8f8f8;--icon-static-accent:#ec5b3a;--icon-alternative:#a6a6a6;--material-dimmed:#00000085;--overlay-normal:rgba(0,0,0,0.5019607843);--overlay-strong:rgba(0,0,0,0.7019607843);--static-primary-soft:#d5e6fb;--static-primary-pale:#f0f7ff;--static-white:#ffffff;--static-black:#000000;--status-normal:#2d83e9;--status-positive:#4fc087;--status-cautionary:#ffa927;--text-normal:#1a1a1a;--text-strong:#000000;--text-minor:#676767;--text-describe:#8c8c8c;--text-disable:rgba(0,0,0,0.1019607843);--text-placeholder:#c9c9c9;--line-normal-normal:rgba(166,166,166,0.2);--line-normal-alternative:rgba(166,166,166,0.1);--line-thumbnail:rgba(255,255,255,0.3019607843);--line-solid-normal:#e8e8e8;--interaction-error:#e24e2c;--interaction-inactive:#8c8c8c;--interaction-disabled:#e8e8e8;--background-elevated-normal:#ffffff;--background-alternative:#f2f2f2;--background-normal:#ffffff;--background-strong:#f2f2f2;--fill-alpha-strong:rgba(0,0,0,0.8);--fill-alpha-alternative:rgba(0,0,0,0.5019607843);--fill-alpha-normal:#909090cc;--fill-solid-normal:#f8f8f8;--fill-solid-strong:#e0e0e0;--fill-normal-normal:rgba(166,166,166,0.1);--fill-normal-alternative:rgba(166,166,166,0.05);--adison-primary:#2d83e9;--adison-primary-strong:#1567c8;--adison-on-primary:#ffffff;--typo-title-bold-size:20px;--typo-title-bold-line-height:28px;--typo-title-bold-weight:700;--typo-title-bold-letter-spacing:normal;--typo-subtitle-semibold-size:18px;--typo-subtitle-semibold-line-height:24px;--typo-subtitle-semibold-weight:600;--typo-subtitle-semibold-letter-spacing:normal;--typo-body1-regular-size:16px;--typo-body1-regular-line-height:24px;--typo-body1-regular-weight:400;--typo-body1-regular-letter-spacing:normal;--typo-body1-semibold-size:16px;--typo-body1-semibold-line-height:24px;--typo-body1-semibold-weight:600;--typo-body1-semibold-letter-spacing:normal;--typo-body2-regular-size:15px;--typo-body2-regular-line-height:22px;--typo-body2-regular-weight:400;--typo-body2-regular-letter-spacing:normal;--typo-body2-semibold-size:15px;--typo-body2-semibold-line-height:22px;--typo-body2-semibold-weight:600;--typo-body2-semibold-letter-spacing:normal;--typo-body3-regular-size:14px;--typo-body3-regular-line-height:20px;--typo-body3-regular-weight:400;--typo-body3-regular-letter-spacing:normal;--typo-body3-semibold-size:14px;--typo-body3-semibold-line-height:20px;--typo-body3-semibold-weight:600;--typo-body3-semibold-letter-spacing:normal;--typo-label-regular-size:13px;--typo-label-regular-line-height:18px;--typo-label-regular-weight:400;--typo-label-regular-letter-spacing:normal;--typo-label-semibold-size:13px;--typo-label-semibold-line-height:18px;--typo-label-semibold-weight:600;--typo-label-semibold-letter-spacing:normal;--typo-caption-regular-size:11px;--typo-caption-regular-line-height:16px;--typo-caption-regular-weight:400;--typo-caption-regular-letter-spacing:normal;--typo-caption-semibold-size:11px;--typo-caption-semibold-line-height:16px;--typo-caption-semibold-weight:600;--typo-caption-semibold-letter-spacing:normal;--loading-gif:url(/loading.gif)}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--common-white:#ffffff;--common-black:#000000;--blue-50:#f7fbff;--blue-100:#f0f7ff;--blue-200:#dcebfc;--blue-300:#d5e6fb;--blue-400:#aacffc;--blue-500:#61a3f1;--blue-600:#2d83e9;--blue-700:#1567c8;--blue-800:#003496;--blue-900:#001b7a;--blue-950:#000050;--grey-50:#fcfcfc;--grey-100:#f8f8f8;--grey-150:#f2f2f2;--grey-200:#e8e8e8;--grey-300:#e0e0e0;--grey-400:#c9c9c9;--grey-500:#a6a6a6;--grey-600:#8c8c8c;--grey-700:#676767;--grey-800:#3a3a3a;--grey-900:#1a1a1a;--grey-950:#121212;--grey-alpha-10:rgba(166,166,166,0.1);--grey-alpha-20:rgba(166,166,166,0.2);--grey-alpha-30:rgba(166,166,166,0.3);--red-500:#ec5b3a;--red-600:#e24e2c;--white-alpha-5:rgba(255,255,255,0.0509803922);--white-alpha-10:rgba(255,255,255,0.1019607843);--white-alpha-20:rgba(255,255,255,0.2);--white-alpha-30:rgba(255,255,255,0.3019607843);--white-alpha-40:rgba(255,255,255,0.4);--white-alpha-50:rgba(255,255,255,0.5019607843);--white-alpha-60:rgba(255,255,255,0.6);--white-alpha-70:rgba(255,255,255,0.7019607843);--white-alpha-80:rgba(255,255,255,0.8);--white-alpha-90:rgba(255,255,255,0.9019607843);--black-alpha-5:rgba(0,0,0,0.0509803922);--black-alpha-10:rgba(0,0,0,0.1019607843);--black-alpha-20:rgba(0,0,0,0.2);--black-alpha-30:rgba(0,0,0,0.3019607843);--black-alpha-40:rgba(0,0,0,0.4);--black-alpha-50:rgba(0,0,0,0.5019607843);--black-alpha-60:rgba(0,0,0,0.6);--black-alpha-70:rgba(0,0,0,0.7019607843);--black-alpha-80:rgba(0,0,0,0.8);--black-alpha-90:rgba(0,0,0,0.9019607843);--inverse-black:#ffffff;--inverse-white:#121212;--service-naver-50:#e5fbea;--service-naver-200:#94eba8;--service-naver-400:#00dc64;--service-naver-600:#00d442;--service-mnetplus-600:#ed0070;--service-zepeto-100:#f0d0ff;--service-zepeto-300:#d781ff;--service-zepeto-500:#b83bf2;--service-zepeto-600:#a71de8;--service-paybooc-600:#f43347;--service-adison-50:#eee6f7;--service-adison-200:#b79add;--service-adison-300:#9a71d0;--service-adison-400:#8451c6;--service-adison-500:#6e31bb;--service-adison-600:#652cb5;--service-adison-700:#652cb5;--opacity-0:0rem;--opacity-15:0.938rem;--icon-normal:#f8f8f8;--icon-strong:#f8f8f8;--icon-neutral:#c9c9c9;--icon-inactive:#3a3a3a;--icon-static-neutral:#a6a6a6;--icon-static-neutral-soft:#e0e0e0;--icon-static-neutral-alpha:#909090cc;--icon-static-black:#000000;--icon-static-white:#ffffff;--icon-static-primary-pale:#f0f7ff;--icon-static-primary-soft:#d5e6fb;--icon-static-primary:#2d83e9;--icon-static-neutral-pale:#f8f8f8;--icon-static-accent:#ec5b3a;--icon-alternative:#8c8c8c;--material-dimmed:#000000bd;--overlay-normal:rgba(0,0,0,0.5019607843);--overlay-strong:rgba(0,0,0,0.7019607843);--static-primary-soft:#d5e6fb;--static-primary-pale:#f0f7ff;--static-white:#ffffff;--static-black:#000000;--text-normal:#ffffff;--text-strong:#ffffff;--text-minor:#c9c9c9;--text-describe:#a6a6a6;--text-disable:rgba(255,255,255,0.1019607843);--text-placeholder:#676767;--line-normal-normal:rgba(166,166,166,0.2);--line-normal-alternative:rgba(166,166,166,0.1);--line-thumbnail:rgba(255,255,255,0.3019607843);--line-solid-normal:#3a3a3a;--interaction-error:#ec5b3a;--interaction-inactive:#a6a6a6;--interaction-disabled:#3a3a3a;--background-elevated-normal:#2a2a2a;--background-alternative:#121212;--background-normal:#1a1a1a;--background-strong:#000000;--fill-alpha-strong:rgba(0,0,0,0.8);--fill-alpha-alternative:rgba(0,0,0,0.5019607843);--fill-alpha-normal:#909090cc;--fill-solid-normal:#2a2a2a;--fill-solid-strong:#676767;--fill-normal-normal:rgba(166,166,166,0.2);--fill-normal-alternative:rgba(166,166,166,0.1);--adison-primary:#2d83e9;--adison-primary-strong:#61a3f1;--adison-on-primary:#ffffff;--typo-title-bold-size:20px;--typo-title-bold-line-height:28px;--typo-title-bold-weight:700;--typo-title-bold-letter-spacing:normal;--typo-subtitle-semibold-size:18px;--typo-subtitle-semibold-line-height:24px;--typo-subtitle-semibold-weight:600;--typo-subtitle-semibold-letter-spacing:normal;--typo-body1-regular-size:16px;--typo-body1-regular-line-height:24px;--typo-body1-regular-weight:400;--typo-body1-regular-letter-spacing:normal;--typo-body1-semibold-size:16px;--typo-body1-semibold-line-height:24px;--typo-body1-semibold-weight:600;--typo-body1-semibold-letter-spacing:normal;--typo-body2-regular-size:15px;--typo-body2-regular-line-height:22px;--typo-body2-regular-weight:400;--typo-body2-regular-letter-spacing:normal;--typo-body2-semibold-size:15px;--typo-body2-semibold-line-height:22px;--typo-body2-semibold-weight:600;--typo-body2-semibold-letter-spacing:normal;--typo-body3-regular-size:14px;--typo-body3-regular-line-height:20px;--typo-body3-regular-weight:400;--typo-body3-regular-letter-spacing:normal;--typo-body3-semibold-size:14px;--typo-body3-semibold-line-height:20px;--typo-body3-semibold-weight:600;--typo-body3-semibold-letter-spacing:normal;--typo-label-regular-size:13px;--typo-label-regular-line-height:18px;--typo-label-regular-weight:400;--typo-label-regular-letter-spacing:normal;--typo-label-semibold-size:13px;--typo-label-semibold-line-height:18px;--typo-label-semibold-weight:600;--typo-label-semibold-letter-spacing:normal;--typo-caption-regular-size:11px;--typo-caption-regular-line-height:16px;--typo-caption-regular-weight:400;--typo-caption-regular-letter-spacing:normal;--typo-caption-semibold-size:11px;--typo-caption-semibold-line-height:14px;--typo-caption-semibold-weight:600;--typo-caption-semibold-letter-spacing:normal;--loading-gif:url(/loading-dark.gif)}}@supports(-webkit-touch-callout:none){:root{--ios-font-family:-apple-system,system-ui,BlinkMacSystemFont,"Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif}}html{touch-action:manipulation;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:greyscale;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;box-sizing:border-box;font-style:normal;font-stretch:normal;word-break:keep-all;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{margin:0;padding:0;font-family:inherit}fieldset,img{border:0}ol,ul{list-style:none}address,em{font-style:normal}a,a:active,a:focus,a:hover{text-decoration:none}.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}button:focus{outline:0}button{border:none}body,html{max-width:100vw;overflow:hidden;font-family:var(--ios-font-family,--android-font-family)}body{color:var(--foreground);background:var(--background)}*,:after,:before{box-sizing:border-box;padding:0;margin:0}:not(input):not(textarea){-webkit-touch-callout:none;-webkit-user-select:none!important}body,html{margin:0;padding:0;width:100%;height:100%;min-width:100%;min-height:100%;line-height:normal}
/*# sourceMappingURL=8cb09fc106c8fb37.css.map*/