.MyPage-module__N6JScW__mypageContainer{grid-template-columns:280px 1fr;gap:40px;margin:40px 0;display:grid}.MyPage-module__N6JScW__sidebar{border:1px solid var(--border);background:#fff;border-radius:12px;height:fit-content;padding:32px 0}.MyPage-module__N6JScW__profileBox{border-bottom:1px solid var(--border);text-align:center;padding:0 32px 32px}.MyPage-module__N6JScW__avatarLarge{object-fit:cover;background:#eee;border-radius:50%;width:80px;height:80px;margin:0 auto 16px}.MyPage-module__N6JScW__nickname{margin-bottom:4px;font-size:1.25rem;font-weight:800}.MyPage-module__N6JScW__email{color:var(--text-muted);font-size:.85rem}.MyPage-module__N6JScW__nav{flex-direction:column;padding-top:16px;display:flex}.MyPage-module__N6JScW__nav button{text-align:left;color:var(--text-muted);padding:14px 32px;font-size:.95rem;font-weight:600;transition:all .2s}.MyPage-module__N6JScW__nav button:hover{background:var(--bg-light-gray);color:#000}.MyPage-module__N6JScW__nav button.MyPage-module__N6JScW__active{background:var(--bg-light-gray);color:#000;border-right:4px solid #000}.MyPage-module__N6JScW__content{border:1px solid var(--border);background:#fff;border-radius:12px;padding:40px}.MyPage-module__N6JScW__tabTitle{margin-bottom:32px;font-size:1.5rem;font-weight:800}.MyPage-module__N6JScW__list{flex-direction:column;display:flex}.MyPage-module__N6JScW__listItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.MyPage-module__N6JScW__listItem:last-child{border-bottom:none}.MyPage-module__N6JScW__listItem a{font-size:1.05rem;font-weight:700}.MyPage-module__N6JScW__listItem a:hover{text-decoration:underline}.MyPage-module__N6JScW__listMeta{color:var(--text-muted);align-items:center;gap:16px;font-size:.85rem;display:flex}.MyPage-module__N6JScW__deleteBtn{color:var(--vs-red);font-weight:700}.MyPage-module__N6JScW__commentSummary{flex-direction:column;gap:4px;display:flex}.MyPage-module__N6JScW__commentContent{font-weight:600}.MyPage-module__N6JScW__commentOrigin{color:var(--text-muted);font-size:.8rem}.MyPage-module__N6JScW__bookmarkInfo{flex-direction:column;gap:4px;display:flex}.MyPage-module__N6JScW__bookmarkInfo .MyPage-module__N6JScW__author{color:var(--text-muted);font-size:.8rem}.MyPage-module__N6JScW__empty{text-align:center;color:var(--text-muted);padding:60px 0}@media (max-width:1024px){.MyPage-module__N6JScW__mypageContainer{grid-template-columns:1fr}}.MyPage-module__N6JScW__logoutBtn{color:#999;border-top:1px solid var(--border);align-items:center;gap:8px;width:calc(100% - 64px);margin:32px 32px 0;padding:12px 0;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.MyPage-module__N6JScW__logoutBtn:hover{color:var(--vs-red)}.MyPage-module__N6JScW__profileEdit{flex-direction:column;gap:32px;max-width:500px;display:flex}.MyPage-module__N6JScW__editAvatarWrap{cursor:pointer;width:120px;height:120px;margin:0 auto;position:relative}.MyPage-module__N6JScW__editAvatarPreview{object-fit:cover;border:2px solid var(--border);background:#f5f5f5;border-radius:50%;width:100%;height:100%}.MyPage-module__N6JScW__avatarOverlay{color:#fff;opacity:0;background:#00000080;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:opacity .2s;display:flex;position:absolute;inset:0}.MyPage-module__N6JScW__editAvatarWrap:hover .MyPage-module__N6JScW__avatarOverlay{opacity:1}.MyPage-module__N6JScW__inputGroup{flex-direction:column;gap:8px;display:flex}.MyPage-module__N6JScW__inputGroup label{color:var(--text-muted);font-size:.9rem;font-weight:700}.MyPage-module__N6JScW__inputGroup input{border:1px solid var(--border);border-radius:8px;padding:14px 16px;font-size:1rem;font-weight:600}.MyPage-module__N6JScW__inputGroup input:focus{border-color:#000}.MyPage-module__N6JScW__saveBtn{color:#fff;background:#000;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:16px;font-size:1rem;font-weight:800;transition:transform .2s;display:flex}.MyPage-module__N6JScW__saveBtn:hover{transform:translateY(-2px)}.MyPage-module__N6JScW__saveBtn:disabled{cursor:not-allowed;background:#ccc}
.Toast-module__yWhMxq__toastContainer{z-index:9999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.Toast-module__yWhMxq__toast{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:320px;padding:14px 20px;animation:.3s ease-out Toast-module__yWhMxq__slideUp;display:flex;box-shadow:0 10px 25px #0000001a}.Toast-module__yWhMxq__message{flex:1;font-size:.95rem;font-weight:600}.Toast-module__yWhMxq__success{color:#065f46;border-left:5px solid #10b981}.Toast-module__yWhMxq__success svg{color:#10b981}.Toast-module__yWhMxq__error{color:#991b1b;border-left:5px solid #ef4444}.Toast-module__yWhMxq__error svg{color:#ef4444}.Toast-module__yWhMxq__info{color:#1e40af;border-left:5px solid #3b82f6}.Toast-module__yWhMxq__info svg{color:#3b82f6}.Toast-module__yWhMxq__closeBtn{color:#999;border-radius:4px;padding:2px;transition:background .2s}.Toast-module__yWhMxq__closeBtn:hover{background:#eee}@keyframes Toast-module__yWhMxq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Auth-module__hQ63Tq__authContainer{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.Auth-module__hQ63Tq__authContainer:before{content:"";filter:blur(100px);background:radial-gradient(circle,#ffe60026 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:12s infinite alternate Auth-module__hQ63Tq__pulse;position:absolute;top:-300px;right:-200px}.Auth-module__hQ63Tq__authContainer:after{content:"";filter:blur(80px);background:radial-gradient(circle,#00000008 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:15s infinite alternate-reverse Auth-module__hQ63Tq__pulse;position:absolute;bottom:-150px;left:-100px}@keyframes Auth-module__hQ63Tq__pulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(40px,40px)}}.Auth-module__hQ63Tq__authBox{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;text-align:center;background:#ffffffb3;border:1px solid #0000000d;border-radius:40px;width:100%;max-width:460px;padding:64px 48px;position:relative;box-shadow:0 20px 50px #00000008,0 4px 12px #00000005}.Auth-module__hQ63Tq__logo{background:linear-gradient(90deg,#000,#444);-webkit-text-fill-color:transparent;letter-spacing:-.05em;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-size:2.25rem;font-weight:900}.Auth-module__hQ63Tq__title{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:12px;font-size:1.85rem;font-weight:800}.Auth-module__hQ63Tq__description{color:#666;margin-bottom:48px;font-size:.95rem;font-weight:500;line-height:1.6}.Auth-module__hQ63Tq__googleBtn{color:#000;cursor:pointer;background:#fff;border:1px solid #e1e1e1;border-radius:18px;justify-content:center;align-items:center;gap:16px;width:100%;padding:18px;font-size:1.05rem;font-weight:800;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex}.Auth-module__hQ63Tq__googleBtn:hover{background:#fcfcfc;border-color:#d1d1d1;transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}.Auth-module__hQ63Tq__googleBtn:active{transform:translateY(-1px)}.Auth-module__hQ63Tq__googleIcon{width:24px;height:24px}.Auth-module__hQ63Tq__form{flex-direction:column;gap:20px;width:100%;display:flex}.Auth-module__hQ63Tq__inputGroup{text-align:left}.Auth-module__hQ63Tq__inputGroup label{color:#333;margin-bottom:8px;padding-left:4px;font-size:.85rem;font-weight:700;display:block}.Auth-module__hQ63Tq__inputGroup input{background:#fcfcfc;border:1px solid #e1e1e1;border-radius:16px;outline:none;width:100%;padding:16px 20px;font-size:1rem;font-weight:500;transition:all .3s}.Auth-module__hQ63Tq__inputGroup input:focus{background:#fff;border-color:#000;box-shadow:0 0 0 4px #0000000d}.Auth-module__hQ63Tq__submitBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:18px;width:100%;margin-top:8px;padding:18px;font-size:1.05rem;font-weight:800;transition:all .3s cubic-bezier(.23,1,.32,1)}.Auth-module__hQ63Tq__submitBtn:hover{background:#222;transform:translateY(-4px);box-shadow:0 15px 30px #0000001a}.Auth-module__hQ63Tq__submitBtn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.Auth-module__hQ63Tq__divider{color:#ccc;align-items:center;gap:16px;margin:32px 0;font-size:.8rem;font-weight:600;display:flex}.Auth-module__hQ63Tq__divider:before,.Auth-module__hQ63Tq__divider:after{content:"";background:#eee;flex:1;height:1px}.Auth-module__hQ63Tq__toggleLink{color:#666;margin-top:24px;font-size:.9rem;font-weight:500}.Auth-module__hQ63Tq__toggleLink a{color:#000;border-bottom:2px solid #0000;margin-left:8px;font-weight:800;text-decoration:none;transition:all .2s}.Auth-module__hQ63Tq__toggleLink a:hover{border-bottom-color:#000}.Auth-module__hQ63Tq__footer{color:#999;margin-top:40px;font-size:.8rem;font-weight:500;line-height:1.6}
