.admin-chat-panel{display:flex;height:600px;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;overflow:hidden;font-family:Apple SD Gothic Neo,Malgun Gothic,sans-serif;border:1px solid #f0f0f0}.admin-chat-sidebar{width:320px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;background:#fafafa}.admin-chat-header{padding:16px 20px;background:#fff;border-bottom:1px solid #f0f0f0;font-weight:800;font-size:16px;color:#111}.admin-chat-list{flex:1;overflow-y:auto;display:flex;flex-direction:column}.admin-chat-list-item{padding:16px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;background:#fff;transition:background .2s;display:flex;flex-direction:column;gap:6px}.admin-chat-list-item:hover{background:#f8f9fa}.admin-chat-list-item.is-selected{background:#fff0f8;border-right:3px solid #ed1678}.admin-chat-list-item-top{display:flex;justify-content:space-between;align-items:center}.admin-chat-list-item-id{font-weight:700;color:#333;font-size:14px}.admin-chat-list-item-time{font-size:12px;color:#888}.admin-chat-list-item-bottom{display:flex;justify-content:space-between;align-items:center}.admin-chat-list-item-preview{font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.admin-chat-unread{background:#ed1678;color:#fff;font-size:11px;font-weight:800;padding:2px 8px;border-radius:12px}.admin-chat-main{flex:1;display:flex;flex-direction:column;background:#fff}.admin-chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#adb5bd;font-size:16px;background:#fdfdfd}.admin-chat-main-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center}.admin-chat-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#fdfdfd}.admin-chat-empty{margin:auto;color:#888;font-size:14px;text-align:center}.admin-chat-input-area{padding:16px 20px;border-top:1px solid #f0f0f0;background:#fff}.admin-chat-form{display:flex;gap:12px}.admin-chat-input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.admin-chat-input:focus{border-color:#ed1678}.admin-chat-submit{background:#ed1678;color:#fff;border:none;padding:0 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:opacity .2s}.admin-chat-submit:hover:not(:disabled){opacity:.9}.admin-chat-submit:disabled{background:#e9ecef;color:#adb5bd;cursor:not-allowed}.admin-msg-row{display:flex;flex-direction:column;max-width:70%}.admin-msg-row.is-admin{align-self:flex-end;align-items:flex-end}.admin-msg-row.is-customer{align-self:flex-start;align-items:flex-start}.admin-msg-bubble{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;word-break:break-word}.admin-msg-row.is-admin .admin-msg-bubble{background:#ed1678;color:#fff;border-bottom-right-radius:4px}.admin-msg-row.is-customer .admin-msg-bubble{background:#fff;color:#333;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.admin-msg-time{font-size:11px;color:#999;margin-top:6px}.chat-widget-container{position:fixed;bottom:24px;right:24px;z-index:1000;font-family:Apple SD Gothic Neo,Malgun Gothic,sans-serif}.chat-widget-fab{display:flex;align-items:center;gap:8px;background-color:#ed1678;color:#fff;border:none;border-radius:9999px;padding:14px 24px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #ed16784d;transition:transform .2s,box-shadow .2s;position:relative}.chat-widget-fab:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ed167866}.chat-widget-badge{position:absolute;top:-4px;right:-4px;background:#ff3b3b;color:#fff;font-size:10px;font-weight:800;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid white}.chat-widget-window{width:360px;height:520px;max-height:calc(100vh - 48px);max-width:calc(100vw - 48px);background:#fff;border-radius:20px;box-shadow:0 12px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.chat-widget-header{background:#ed1678;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.chat-widget-title{margin:0 0 4px;font-size:16px;font-weight:700}.chat-widget-status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.status-indicator{width:8px;height:8px;border-radius:50%;background:#ccc}.status-indicator.connected{background:#4ade80}.status-indicator.connecting{background:#fbbf24}.chat-widget-close{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;opacity:.7;padding:4px;display:flex;align-items:center;justify-content:center}.chat-widget-close:hover{opacity:1}.chat-widget-body{flex:1;background:#f8f9fa;overflow-y:auto;padding:20px;display:flex;flex-direction:column}.chat-widget-loading,.chat-widget-error,.chat-widget-empty{margin:auto;text-align:center;color:#868e96;font-size:14px;line-height:1.5}.chat-widget-error{color:#fa5252}.chat-message-list{display:flex;flex-direction:column;gap:12px}.chat-message-row{display:flex;flex-direction:column;max-width:80%}.chat-message-row.is-customer{align-self:flex-end;align-items:flex-end}.chat-message-row.is-admin{align-self:flex-start;align-items:flex-start}.chat-message-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;word-break:break-word}.chat-message-row.is-customer .chat-message-bubble{background:#ed1678;color:#fff;border-bottom-right-radius:4px}.chat-message-row.is-admin .chat-message-bubble{background:#fff;color:#212529;border-bottom-left-radius:4px;border:1px solid #e9ecef}.chat-message-time{font-size:11px;color:#adb5bd;margin-top:4px;margin-bottom:2px}.chat-widget-form{padding:12px;background:#fff;border-top:1px solid #e9ecef;display:flex;gap:8px}.chat-widget-input{flex:1;border:1px solid #e9ecef;border-radius:20px;padding:10px 16px;font-size:14px;outline:none;background:#f8f9fa;transition:border-color .2s}.chat-widget-input:focus{border-color:#ed1678;background:#fff}.chat-widget-submit{background:#ed1678;color:#fff;border:none;border-radius:20px;padding:0 16px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.chat-widget-submit:hover:not(:disabled){opacity:.9}.chat-widget-submit:disabled{background:#e9ecef;color:#adb5bd;cursor:not-allowed}@media(max-width:480px){.chat-widget-container{bottom:max(74px,calc(env(safe-area-inset-bottom) + 58px));right:16px}.chat-widget-window{width:calc(100vw - 32px);height:calc(100dvh - 200px);max-height:520px}}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{overflow-x:hidden;background:#fff}.source-page{width:100%;min-height:100vh}.source-page__frame{display:block;width:100%;min-height:100vh;height:100vh;border:0}.member-auth-page{min-height:100vh;padding:28px 18px;display:grid;place-items:center;background:radial-gradient(circle at 12% 0%,rgba(255,0,99,.12),transparent 30rem),linear-gradient(145deg,#fff8fb,#f9fbff);font-family:Apple SD Gothic Neo,Malgun Gothic,sans-serif}.member-auth-card{width:min(100%,460px);box-sizing:border-box;padding:32px 24px 28px;background:#fffffff0;border:1px solid rgba(236,217,227,.92);border-radius:22px;box-shadow:0 18px 48px #601c3f1f}.member-auth-brand{display:flex;align-items:center;gap:10px;color:#697386;text-decoration:none;font-size:12px;font-weight:700}.member-auth-brand__mark{color:#ed1678;font-size:25px;font-weight:900;letter-spacing:-2px}.member-auth-heading{margin:34px 0 26px}.member-auth-heading p{margin:0 0 8px;color:#ed1678;font-size:11px;font-weight:800;letter-spacing:.1em}.member-auth-heading h1{margin:0;color:#1d2940;font-size:28px;letter-spacing:-1.5px}.member-auth-heading span{display:block;margin-top:9px;color:#7a879a;font-size:13px;line-height:1.5}.member-auth-form{display:grid;gap:15px}.member-auth-form label{display:grid;gap:7px;color:#394761;font-size:13px;font-weight:800}.member-auth-form input{width:100%;min-height:47px;box-sizing:border-box;border:1px solid #dce2ec;border-radius:10px;padding:0 13px;outline:none;color:#1d2940;background:#fff;font-size:15px;transition:border-color .16s,box-shadow .16s}.member-auth-form input:focus{border-color:#ed1678;box-shadow:0 0 0 3px #ed16781c}.member-auth-input-row{display:flex;gap:8px}.member-auth-check{flex:0 0 auto;border:1px solid #ed1678;border-radius:10px;padding:0 12px;color:#d31573;background:#fff;font-size:12px;font-weight:800;cursor:pointer}.member-auth-message{margin:-4px 0 0;color:#ce3155;font-size:12px;font-weight:700;line-height:1.45}.member-auth-message.is-success{color:#188a54}.member-auth-submit{min-height:50px;border:0;border-radius:11px;color:#fff;background:#ed1678;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 8px 16px #ed167833}.member-auth-submit:disabled{cursor:wait;opacity:.65}.member-auth-switch{display:flex;justify-content:center;gap:8px;margin-top:21px;color:#7a879a;font-size:13px}.member-auth-switch a,.member-auth-home{color:#d31573;font-weight:800;text-decoration:none}.member-auth-home{display:block;margin-top:17px;text-align:center;color:#7a879a;font-size:12px}.member-status-control{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:max(14px,env(safe-area-inset-bottom));z-index:500;display:flex;align-items:center;gap:9px;padding:8px 9px 8px 12px;border:1px solid rgba(255,255,255,.82);border-radius:999px;color:#3a465e;background:#fffffff0;box-shadow:0 8px 22px #1d29402e;font-family:Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:12px}.member-status-control button{border:0;border-radius:999px;padding:6px 9px;color:#fff;background:#ed1678;font-size:11px;font-weight:800;cursor:pointer}@media(max-width:460px){.member-auth-page{padding:18px 12px}.member-auth-card{padding:27px 18px 23px;border-radius:18px}.member-auth-heading{margin:29px 0 23px}}
