.button-module__lId-HG__base{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-family:inherit;font-weight:var(--weight-semibold);white-space:nowrap;cursor:pointer;border:1px solid #0000;line-height:1;transition:opacity .12s,background .12s,border-color .12s,color .12s;display:inline-flex}.button-module__lId-HG__base:disabled{opacity:.55;cursor:default}.button-module__lId-HG__block{width:100%}.button-module__lId-HG__sm{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);border-radius:var(--radius-sm)}.button-module__lId-HG__md{padding:var(--space-3) var(--space-6);font-size:var(--text-base)}.button-module__lId-HG__lg{padding:var(--space-4) var(--space-8);font-size:var(--text-lg)}.button-module__lId-HG__primary{background:var(--bamsae-navy);color:var(--on-brand)}.button-module__lId-HG__primary:hover:not(:disabled){opacity:.9}.button-module__lId-HG__secondary{background:var(--background);color:var(--ink);border-color:var(--border);font-weight:var(--weight-medium)}.button-module__lId-HG__secondary:hover:not(:disabled){border-color:var(--bamsae-navy)}.button-module__lId-HG__outline{background:var(--background);color:var(--bamsae-navy);border-color:var(--bamsae-navy)}.button-module__lId-HG__outline:hover:not(:disabled){background:var(--bamsae-navy);color:var(--on-brand)}
.text-input-module__IO_u_G__input{width:100%;height:48px;padding:0 var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);font-family:inherit;font-size:var(--text-md);color:var(--ink);background:var(--background);transition:border-color .15s}.text-input-module__IO_u_G__input:focus{border-color:var(--bamsae-navy);outline:none}.text-input-module__IO_u_G__input::placeholder{color:var(--muted)}.text-input-module__IO_u_G__input:disabled{opacity:.6;cursor:default}.text-input-module__IO_u_G__lg{height:52px;font-size:var(--text-lg)}.text-input-module__IO_u_G__alignRight{text-align:right}
.modal-module__ypaW8q__overlay{z-index:1000;padding:var(--space-5);background:#090c2180;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-module__ypaW8q__panel{width:100%;max-height:85vh;padding:var(--space-5);border-radius:var(--radius-lg);background:var(--background);overflow-y:auto;box-shadow:0 18px 48px #090c213d}.modal-module__ypaW8q__panel:focus{outline:none}.modal-module__ypaW8q__sm{max-width:420px}.modal-module__ypaW8q__md{max-width:520px}.modal-module__ypaW8q__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.modal-module__ypaW8q__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.modal-module__ypaW8q__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);font-size:var(--text-lg);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.modal-module__ypaW8q__close:hover{background:var(--surface);color:var(--ink)}@media (max-width:480px){.modal-module__ypaW8q__sheet{align-items:flex-end;padding:0}.modal-module__ypaW8q__sheet .modal-module__ypaW8q__panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;max-height:90vh}}
.purchase-module__7JN5pa__state{color:var(--muted);flex-direction:column;align-items:flex-start;gap:12px;padding:24px 4px;font-size:14px;display:flex}.purchase-module__7JN5pa__balanceBar{background:var(--surface);border-radius:10px;align-items:center;gap:8px;margin-bottom:14px;padding:12px 14px;display:flex}.purchase-module__7JN5pa__balanceLabel{color:var(--muted);font-size:13px}.purchase-module__7JN5pa__balanceValue{color:var(--ink);margin-right:auto;font-size:15px;font-weight:700}.purchase-module__7JN5pa__chargeLink{color:var(--bamsae-navy);font-size:13px;font-weight:600;text-decoration:none}.purchase-module__7JN5pa__list{flex-direction:column;gap:10px;list-style:none;display:flex}.purchase-module__7JN5pa__item{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:14px;display:flex}.purchase-module__7JN5pa__itemName{color:var(--ink);font-size:14px;font-weight:600}.purchase-module__7JN5pa__itemActions{gap:8px;display:flex}.purchase-module__7JN5pa__itemRow{flex-direction:row;justify-content:space-between;align-items:center}.purchase-module__7JN5pa__itemPrice{color:var(--ink);flex-shrink:0;font-size:14px;font-weight:700}.purchase-module__7JN5pa__itemOwnedTag{color:var(--muted);flex-shrink:0;font-size:13px;font-weight:600}.purchase-module__7JN5pa__batchFooter{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.purchase-module__7JN5pa__batchTotal{color:var(--ink);font-size:15px;font-weight:700}.purchase-module__7JN5pa__success{background:var(--success-surface);color:var(--success);border-radius:10px;margin-top:14px;padding:12px 14px;font-size:14px;font-weight:600}.purchase-module__7JN5pa__errorBox{background:var(--danger-surface);border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 14px;display:flex}.purchase-module__7JN5pa__error{color:var(--danger);font-size:14px}.purchase-module__7JN5pa__primaryLink{background:var(--bamsae-navy);color:var(--on-brand);border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.purchase-module__7JN5pa__grow{flex:1}.purchase-module__7JN5pa__noShrink{flex-shrink:0}
.content-list-module__aGv_Hq__section{border-top:1px solid var(--border);margin-top:48px;padding-top:32px}.content-list-module__aGv_Hq__title{color:var(--ink);margin-bottom:16px;font-size:18px;font-weight:700}.content-list-module__aGv_Hq__tabs{border-bottom:1px solid var(--border);gap:24px;margin-bottom:8px;display:flex}.content-list-module__aGv_Hq__tab,.content-list-module__aGv_Hq__tabActive{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 2px;font-size:16px;font-weight:500}.content-list-module__aGv_Hq__tabActive{color:var(--bamsae-navy);border-bottom-color:var(--bamsae-navy);font-weight:700}.content-list-module__aGv_Hq__list{list-style:none}.content-list-module__aGv_Hq__bkHead{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;padding:14px 4px;display:flex}.content-list-module__aGv_Hq__selectAll{color:var(--ink);cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.content-list-module__aGv_Hq__selectAll input,.content-list-module__aGv_Hq__check{width:18px;height:18px;accent-color:var(--bamsae-navy);cursor:pointer}.content-list-module__aGv_Hq__summary{align-items:center;gap:12px;font-size:14px;display:flex}.content-list-module__aGv_Hq__summaryCount{color:var(--muted)}.content-list-module__aGv_Hq__summaryTotal{color:var(--bamsae-navy);font-weight:700}.content-list-module__aGv_Hq__bkItem{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:14px 4px;display:flex}.content-list-module__aGv_Hq__checkSpacer{flex-shrink:0;width:18px}.content-list-module__aGv_Hq__thumb{background:var(--placeholder);border-radius:4px;flex-shrink:0;width:48px;height:68px;position:relative;overflow:hidden}.content-list-module__aGv_Hq__thumbImg{object-fit:cover}.content-list-module__aGv_Hq__bkBody{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.content-list-module__aGv_Hq__bkTitle{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.content-list-module__aGv_Hq__bkMeta{color:var(--muted);font-size:13px}.content-list-module__aGv_Hq__price{color:var(--ink);flex-shrink:0;font-size:15px;font-weight:700}.content-list-module__aGv_Hq__bkBuy{flex-shrink:0;align-items:center;gap:12px;display:flex}.content-list-module__aGv_Hq__rowBuy{flex-shrink:0;align-items:center;gap:8px;display:flex}.content-list-module__aGv_Hq__epItem{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:15px 4px;display:flex}.content-list-module__aGv_Hq__epNo{width:48px;color:var(--ink);flex-shrink:0;font-size:14px;font-weight:700}.content-list-module__aGv_Hq__epBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.content-list-module__aGv_Hq__epTitle{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.content-list-module__aGv_Hq__epDate{color:var(--muted);font-size:13px}.content-list-module__aGv_Hq__locked{color:var(--muted);flex-shrink:0;font-size:13px}.content-list-module__aGv_Hq__owned{border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:6px;flex-shrink:0;padding:3px 9px;font-size:12px;font-weight:600}.content-list-module__aGv_Hq__rowRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.content-list-module__aGv_Hq__readLink{border:1px solid var(--bamsae-navy);background:var(--bamsae-navy);color:var(--on-brand);white-space:nowrap;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600;text-decoration:none}.content-list-module__aGv_Hq__appLink{border:1px solid var(--bamsae-navy);color:var(--bamsae-navy);white-space:nowrap;background:0 0;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600;text-decoration:none}
.comments-module__wGsfFW__section{border-top:1px solid var(--border);margin-top:40px;padding-top:28px}.comments-module__wGsfFW__head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.comments-module__wGsfFW__title{color:var(--foreground);font-size:17px;font-weight:800}.comments-module__wGsfFW__sortTabs{gap:4px;display:flex}.comments-module__wGsfFW__sort,.comments-module__wGsfFW__sortActive{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:8px;padding:4px 10px;font-size:13px}.comments-module__wGsfFW__sortActive{color:var(--ink);background:var(--surface);font-weight:700}.comments-module__wGsfFW__composer,.comments-module__wGsfFW__replyComposer{flex-direction:column;gap:8px;display:flex}.comments-module__wGsfFW__replyComposer{margin-top:10px}.comments-module__wGsfFW__textarea{resize:vertical;border:1px solid var(--border);background:var(--background);width:100%;color:var(--ink);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.5}.comments-module__wGsfFW__textarea:focus{border-color:var(--bamsae-navy);outline:none}.comments-module__wGsfFW__composerBar{justify-content:space-between;align-items:center;gap:12px;display:flex}.comments-module__wGsfFW__spoilerToggle{color:var(--muted);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.comments-module__wGsfFW__replyBtns{gap:8px;display:flex}.comments-module__wGsfFW__loginPrompt{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:10px;align-items:center;gap:10px;padding:16px;font-size:14px;display:flex}.comments-module__wGsfFW__loginLink{color:var(--bamsae-navy);margin-left:auto;font-size:13px;font-weight:700;text-decoration:none}.comments-module__wGsfFW__notice{background:var(--surface);color:var(--ink);border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px}.comments-module__wGsfFW__empty{text-align:center;color:var(--muted);margin-top:24px;padding:32px 0;font-size:14px}.comments-module__wGsfFW__list{margin-top:20px;list-style:none}.comments-module__wGsfFW__item{border-bottom:1px solid var(--border);padding:16px 0}.comments-module__wGsfFW__replyItem{padding:12px 0 4px}.comments-module__wGsfFW__itemHead{align-items:center;gap:8px;margin-bottom:6px;display:flex}.comments-module__wGsfFW__author{color:var(--ink);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.comments-module__wGsfFW__mineTag{background:var(--surface-brand);color:var(--bamsae-navy);border-radius:5px;padding:1px 6px;font-size:11px;font-style:normal;font-weight:700}.comments-module__wGsfFW__time{color:var(--muted);font-size:12px}.comments-module__wGsfFW__body{color:var(--foreground);white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.6}.comments-module__wGsfFW__deleted{color:var(--muted);font-size:13px;font-style:italic}.comments-module__wGsfFW__spoilerMask{text-align:left;border:1px dashed var(--border);background:var(--surface);width:100%;color:var(--muted);cursor:pointer;border-radius:8px;padding:10px 14px;font-size:13px}.comments-module__wGsfFW__actions{align-items:center;gap:14px;margin-top:10px;display:flex}.comments-module__wGsfFW__likeBtn,.comments-module__wGsfFW__likeActive,.comments-module__wGsfFW__actionBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px}.comments-module__wGsfFW__likeActive{color:var(--danger);font-weight:700}.comments-module__wGsfFW__likeBtn:disabled,.comments-module__wGsfFW__likeActive:disabled{cursor:default}.comments-module__wGsfFW__actionBtn:hover{color:var(--ink)}.comments-module__wGsfFW__replyList{border-left:2px solid var(--border);margin-top:8px;margin-left:16px;padding-left:14px;list-style:none}.comments-module__wGsfFW__moreReplies{color:var(--muted);margin-top:6px;margin-left:16px;font-size:12px}.comments-module__wGsfFW__more{border:1px solid var(--border);background:var(--background);width:100%;color:var(--ink);cursor:pointer;border-radius:10px;margin-top:20px;padding:12px;font-size:14px;font-weight:600;display:block}.comments-module__wGsfFW__more:disabled{opacity:.6;cursor:default}.comments-module__wGsfFW__reportHint{color:var(--ink);margin-bottom:12px;font-size:14px}.comments-module__wGsfFW__reasonList{flex-direction:column;gap:4px;margin-bottom:14px;list-style:none;display:flex}.comments-module__wGsfFW__reasonItem{color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}.comments-module__wGsfFW__reasonItem:hover{background:var(--surface)}.comments-module__wGsfFW__reportDetail{resize:vertical;border:1px solid var(--border);background:var(--background);width:100%;color:var(--ink);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px}.comments-module__wGsfFW__reportDetail:focus{border-color:var(--bamsae-navy);outline:none}.comments-module__wGsfFW__reportError{color:var(--danger);margin-top:10px;font-size:13px}.comments-module__wGsfFW__reportActions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}
.image-cropper-module__E3hsuG__frame,.image-cropper-module__E3hsuG__frameRound{background:var(--surface);touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;margin:0 auto;position:relative;overflow:hidden}.image-cropper-module__E3hsuG__frame{border-radius:12px}.image-cropper-module__E3hsuG__frameRound{border-radius:50%}.image-cropper-module__E3hsuG__frame:active,.image-cropper-module__E3hsuG__frameRound:active{cursor:grabbing}.image-cropper-module__E3hsuG__img{pointer-events:none;max-width:none;position:absolute;top:0;left:0}.image-cropper-module__E3hsuG__grid{pointer-events:none;background-image:linear-gradient(var(--on-brand) 1px, transparent 1px), linear-gradient(90deg, var(--on-brand) 1px, transparent 1px);opacity:.28;background-position:0 0;background-size:33.33% 33.33%;position:absolute;inset:0}.image-cropper-module__E3hsuG__zoomRow{align-items:center;gap:12px;margin-top:16px;display:flex}.image-cropper-module__E3hsuG__zoomLabel{color:var(--muted);font-size:13px}.image-cropper-module__E3hsuG__zoom{flex:1}.image-cropper-module__E3hsuG__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}
.adult-gate-module__gOoSKq__gate{max-width:32rem;padding:var(--space-8) var(--space-4);text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex}.adult-gate-module__gOoSKq__lock{background:var(--surface);width:4rem;height:4rem;color:var(--muted);margin-bottom:var(--space-4);border-radius:50%;place-items:center;display:grid}.adult-gate-module__gOoSKq__badge{border-radius:var(--radius-sm);background:var(--badge-19);color:var(--on-brand);font-size:var(--text-sm);font-weight:var(--weight-bold);margin-bottom:var(--space-3);padding:.125rem .5rem;display:inline-block}.adult-gate-module__gOoSKq__title{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--ink);margin:0 0 var(--space-3)}.adult-gate-module__gOoSKq__desc{font-size:var(--text-md);color:var(--muted);margin:0 0 var(--space-6);line-height:1.6}.adult-gate-module__gOoSKq__action{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.adult-gate-module__gOoSKq__error{font-size:var(--text-sm);color:var(--danger);margin:0}
.library-header-module__ihr84G__card{border:1px solid var(--border);background:var(--background);border-radius:16px;overflow:hidden}.library-header-module__ihr84G__headerArea{aspect-ratio:3;background:linear-gradient(120deg, var(--bamsae-navy-raised), var(--bamsae-navy));position:relative}.library-header-module__ihr84G__headerImg{object-fit:cover}.library-header-module__ihr84G__headerEditBtn{z-index:1;border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:flex;position:absolute;top:12px;right:12px}.library-header-module__ihr84G__headerEditBtn:hover{background:var(--surface)}.library-header-module__ihr84G__headerEditBtn:disabled{opacity:.7;cursor:default}.library-header-module__ihr84G__uploadError{z-index:2;background:var(--background);color:var(--danger);white-space:nowrap;border-radius:8px;padding:5px 10px;font-size:12px;font-weight:600;position:absolute;bottom:10px;left:12px;box-shadow:0 2px 8px #090c211f}.library-header-module__ihr84G__uploadErrorAvatar{top:calc(100% + 6px);bottom:auto;left:50%;transform:translate(-50%)}.library-header-module__ihr84G__decor{color:var(--on-brand);opacity:.55;position:absolute;inset:0}.library-header-module__ihr84G__moon{position:absolute;top:30px;left:44px}.library-header-module__ihr84G__star1{position:absolute;top:68px;left:122px}.library-header-module__ihr84G__star2{position:absolute;top:26px;right:84px}.library-header-module__ihr84G__star3{position:absolute;top:84px;right:168px}.library-header-module__ihr84G__profileRow{align-items:flex-end;gap:18px;padding:12px 28px 20px;display:flex}.library-header-module__ihr84G__avatarWrap{flex-shrink:0;margin-top:-46px;position:relative}.library-header-module__ihr84G__avatar{border:4px solid var(--background);background:linear-gradient(150deg, var(--bamsae-navy-raised), var(--bamsae-navy));width:88px;height:88px;color:var(--on-brand);border-radius:50%;justify-content:center;align-items:center;font-size:34px;font-weight:700;display:flex;position:relative;overflow:hidden}.library-header-module__ihr84G__avatarImg{object-fit:cover}.library-header-module__ihr84G__avatarEditBtn{z-index:1;border:2px solid var(--background);background:var(--bamsae-navy);width:30px;height:30px;color:var(--on-brand);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2px;right:0}.library-header-module__ihr84G__avatarEditBtn:disabled{opacity:.7;cursor:default}.library-header-module__ihr84G__identity{flex:1;min-width:0;padding-bottom:4px}.library-header-module__ihr84G__nameRow{align-items:baseline;gap:4px;display:flex}.library-header-module__ihr84G__nickname{letter-spacing:-.02em;color:var(--foreground);font-size:20px;font-weight:800}.library-header-module__ihr84G__nim{color:var(--muted);font-size:14px}.library-header-module__ihr84G__badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.library-header-module__ihr84G__badge,.library-header-module__ihr84G__badgeVerified,.library-header-module__ihr84G__badgeMuted{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.library-header-module__ihr84G__badge{background:var(--surface-brand);color:var(--bamsae-navy)}.library-header-module__ihr84G__badgeVerified{background:var(--success-surface);color:var(--success)}.library-header-module__ihr84G__badgeMuted{background:var(--placeholder);color:var(--muted)}.library-header-module__ihr84G__editBtn{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:10px;flex-shrink:0;align-self:flex-end;margin-bottom:4px;padding:9px 16px;font-size:14px;font-weight:600}.library-header-module__ihr84G__editBtn:hover{background:var(--surface)}@media (max-width:640px){.library-header-module__ihr84G__profileRow{flex-wrap:wrap;gap:12px}.library-header-module__ihr84G__editBtn{text-align:center;order:3;width:100%}}
.auth-form-module__z78mEq__page{max-width:400px;margin:0 auto;padding:56px 20px 96px}.auth-form-module__z78mEq__title{color:var(--ink);text-align:center;margin-bottom:8px;font-size:24px;font-weight:800}.auth-form-module__z78mEq__subtitle{color:var(--muted);text-align:center;margin-bottom:32px;font-size:14px}.auth-form-module__z78mEq__form{flex-direction:column;gap:16px;display:flex}.auth-form-module__z78mEq__field{flex-direction:column;gap:6px;display:flex}.auth-form-module__z78mEq__label{color:var(--ink);font-size:13px;font-weight:600}.auth-form-module__z78mEq__agreements{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.auth-form-module__z78mEq__agreeAll{color:var(--ink);border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:10px;padding-bottom:12px;font-size:15px;font-weight:700;display:flex}.auth-form-module__z78mEq__agreeRow{color:var(--muted);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.auth-form-module__z78mEq__agreeRow input,.auth-form-module__z78mEq__agreeAll input{width:18px;height:18px;accent-color:var(--bamsae-navy);cursor:pointer}.auth-form-module__z78mEq__req{color:var(--bamsae-navy);font-weight:600}.auth-form-module__z78mEq__opt{color:var(--muted)}.auth-form-module__z78mEq__deviceList{flex-direction:column;gap:10px;list-style:none;display:flex}.auth-form-module__z78mEq__deviceRow,.auth-form-module__z78mEq__deviceRowActive{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .12s,background .12s;display:flex}.auth-form-module__z78mEq__deviceRowActive{border-color:var(--bamsae-navy);background:var(--surface-brand)}.auth-form-module__z78mEq__deviceRow input,.auth-form-module__z78mEq__deviceRowActive input{width:18px;height:18px;accent-color:var(--bamsae-navy);cursor:pointer;flex-shrink:0}.auth-form-module__z78mEq__deviceBody{flex-direction:column;gap:3px;min-width:0;display:flex}.auth-form-module__z78mEq__deviceName{color:var(--ink);font-size:15px;font-weight:600}.auth-form-module__z78mEq__deviceMeta{color:var(--muted);font-size:13px}.auth-form-module__z78mEq__error{background:var(--danger-surface);color:var(--danger);border-radius:10px;padding:12px 14px;font-size:13px;font-weight:500}.auth-form-module__z78mEq__authLinks{justify-content:center;align-items:center;gap:12px;margin-top:18px;font-size:14px;display:flex}.auth-form-module__z78mEq__authLink{color:var(--muted);transition:color .12s}a.auth-form-module__z78mEq__authLink:hover{color:var(--ink)}.auth-form-module__z78mEq__sep{color:var(--border)}.auth-form-module__z78mEq__social{text-align:center;margin-top:44px}.auth-form-module__z78mEq__socialHeading{color:var(--muted);margin-bottom:18px;font-size:14px}.auth-form-module__z78mEq__socialIcons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.auth-form-module__z78mEq__iconBtn{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:opacity .12s;display:flex}.auth-form-module__z78mEq__iconBtn:hover{opacity:.85}.auth-form-module__z78mEq__iconGoogle{background:var(--background);border:1px solid var(--border)}.auth-form-module__z78mEq__iconApple{cursor:pointer;border:none;padding:0}.auth-form-module__z78mEq__iconApple:disabled{opacity:.6;cursor:default}.auth-form-module__z78mEq__socialError{color:var(--danger);flex-basis:100%;margin-top:4px;font-size:13px}.auth-form-module__z78mEq__alt{text-align:center;color:var(--muted);margin-top:24px;font-size:14px}.auth-form-module__z78mEq__altLink{color:var(--bamsae-navy);margin-left:6px;font-weight:700}
.cart-module__Wvmbaq__page{max-width:var(--content-max);margin:0 auto;padding:32px 20px 80px}.cart-module__Wvmbaq__layout{grid-template-columns:1fr 320px;align-items:start;gap:28px;display:grid}@media (max-width:760px){.cart-module__Wvmbaq__layout{grid-template-columns:1fr}}.cart-module__Wvmbaq__listCol{min-width:0}.cart-module__Wvmbaq__listHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.cart-module__Wvmbaq__listCount{color:var(--ink);font-size:14px;font-weight:700}.cart-module__Wvmbaq__clearBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:13px}.cart-module__Wvmbaq__clearBtn:hover:not(:disabled){color:var(--ink)}.cart-module__Wvmbaq__clearBtn:disabled{opacity:.5;cursor:default}.cart-module__Wvmbaq__list{flex-direction:column;list-style:none;display:flex}.cart-module__Wvmbaq__item{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:16px 4px;display:flex}.cart-module__Wvmbaq__cover{background:var(--surface);border-radius:6px;flex-shrink:0;width:56px;height:80px;position:relative;overflow:hidden}.cart-module__Wvmbaq__coverImg{object-fit:cover}.cart-module__Wvmbaq__coverEmpty{background:var(--surface);width:100%;height:100%;display:block}.cart-module__Wvmbaq__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-module__Wvmbaq__title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;text-decoration:none;overflow:hidden}.cart-module__Wvmbaq__title:hover{text-decoration:underline}.cart-module__Wvmbaq__productName{color:var(--muted);font-size:13px}.cart-module__Wvmbaq__badge{background:var(--surface);color:var(--muted);border-radius:6px;align-self:flex-start;margin-top:2px;padding:2px 8px;font-size:11px;font-weight:600}.cart-module__Wvmbaq__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.cart-module__Wvmbaq__price{color:var(--ink);font-size:14px;font-weight:700}.cart-module__Wvmbaq__priceExcluded{color:var(--muted);font-size:14px;font-weight:600;text-decoration:line-through}.cart-module__Wvmbaq__removeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:12px}.cart-module__Wvmbaq__removeBtn:hover:not(:disabled){color:var(--danger)}.cart-module__Wvmbaq__removeBtn:disabled{opacity:.5;cursor:default}.cart-module__Wvmbaq__summary{border:1px solid var(--border);background:var(--background);border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex;position:sticky;top:88px}.cart-module__Wvmbaq__summaryTitle{color:var(--foreground);margin-bottom:2px;font-size:15px;font-weight:800}.cart-module__Wvmbaq__summaryRow{color:var(--muted);justify-content:space-between;align-items:center;font-size:14px;display:flex}.cart-module__Wvmbaq__summaryStrong{color:var(--ink);font-weight:700}.cart-module__Wvmbaq__summaryHint{color:var(--muted);font-size:12px;line-height:1.5}.cart-module__Wvmbaq__divider{background:var(--border);height:1px;margin:4px 0}.cart-module__Wvmbaq__totalRow{color:var(--ink);justify-content:space-between;align-items:baseline;font-size:14px;font-weight:700;display:flex}.cart-module__Wvmbaq__totalValue{color:var(--foreground);font-size:18px;font-weight:800}.cart-module__Wvmbaq__shortHint{color:var(--danger);font-size:13px}.cart-module__Wvmbaq__inlineLink{color:var(--bamsae-navy);font-weight:700;text-decoration:underline}.cart-module__Wvmbaq__success{background:var(--success-surface);color:var(--success);border-radius:10px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.5}.cart-module__Wvmbaq__errorBox{background:var(--danger-surface);border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.cart-module__Wvmbaq__error{color:var(--danger);font-size:13px}.cart-module__Wvmbaq__primaryLink{background:var(--bamsae-navy);color:var(--on-brand);border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.cart-module__Wvmbaq__ghostLink{border:1px solid var(--border);color:var(--ink);border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.cart-module__Wvmbaq__empty{text-align:center;flex-direction:column;align-items:center;padding:64px 24px;display:flex}.cart-module__Wvmbaq__emptyIcon{background:var(--surface-brand);width:60px;height:60px;color:var(--bamsae-navy);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.cart-module__Wvmbaq__emptyTitle{color:var(--foreground);font-size:18px;font-weight:800}.cart-module__Wvmbaq__emptyDesc{color:var(--muted);margin-top:8px;font-size:14px}.cart-module__Wvmbaq__emptyActions{gap:10px;margin-top:24px;display:flex}.cart-module__Wvmbaq__empty>.cart-module__Wvmbaq__primaryLink{margin-top:24px}
.charge-module__4_UCfG__page{max-width:480px;margin:0 auto;padding:48px 20px 96px}.charge-module__4_UCfG__title{color:var(--ink);margin-bottom:6px;font-size:24px;font-weight:800}.charge-module__4_UCfG__subtitle{color:var(--muted);margin-bottom:28px;font-size:14px}.charge-module__4_UCfG__card{border:1px solid var(--border);background:var(--background);border-radius:14px;flex-direction:column;gap:20px;padding:24px;display:flex}.charge-module__4_UCfG__presetGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.charge-module__4_UCfG__preset,.charge-module__4_UCfG__presetActive{cursor:pointer;border-radius:10px;height:52px;font-size:15px;font-weight:700;transition:border-color .15s,background .15s,color .15s}.charge-module__4_UCfG__preset{border:1px solid var(--border);background:var(--background);color:var(--ink)}.charge-module__4_UCfG__preset:hover{border-color:var(--bamsae-navy)}.charge-module__4_UCfG__presetActive{border:1px solid var(--bamsae-navy);background:var(--bamsae-navy);color:var(--on-brand)}.charge-module__4_UCfG__field{flex-direction:column;gap:8px;display:flex}.charge-module__4_UCfG__fieldLabel{color:var(--ink);font-size:13px;font-weight:600}.charge-module__4_UCfG__inputWrap{align-items:center;display:flex;position:relative}.charge-module__4_UCfG__amountInput{font-weight:var(--weight-semibold);padding-right:36px}.charge-module__4_UCfG__amountInput::placeholder{font-weight:var(--weight-normal)}.charge-module__4_UCfG__won{color:var(--muted);pointer-events:none;font-size:15px;position:absolute;right:14px}.charge-module__4_UCfG__summary{justify-content:space-between;align-items:baseline;margin:0;padding-top:4px;display:flex}.charge-module__4_UCfG__summary dt{color:var(--muted);font-size:14px}.charge-module__4_UCfG__summary dd{color:var(--bamsae-navy);margin:0;font-size:20px;font-weight:800}.charge-module__4_UCfG__error{color:var(--danger);margin:0;font-size:13px}.charge-module__4_UCfG__notice{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.charge-module__4_UCfG__result{border:1px solid var(--border);background:var(--background);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;display:flex}.charge-module__4_UCfG__resultIcon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.charge-module__4_UCfG__resultIconOk{background:var(--surface-brand);color:var(--bamsae-navy)}.charge-module__4_UCfG__resultIconFail{background:var(--danger-surface);color:var(--danger)}.charge-module__4_UCfG__resultTitle{color:var(--ink);font-size:20px;font-weight:800}.charge-module__4_UCfG__resultDesc{color:var(--muted);font-size:14px;line-height:1.6}.charge-module__4_UCfG__balanceBox{background:var(--placeholder);border-radius:10px;flex-direction:column;gap:10px;width:100%;margin-top:8px;padding:16px;display:flex}.charge-module__4_UCfG__balanceRow{color:var(--muted);justify-content:space-between;align-items:baseline;font-size:14px;display:flex}.charge-module__4_UCfG__balanceRow strong{color:var(--ink);font-size:15px}.charge-module__4_UCfG__balanceTotal{border-top:1px solid var(--border);padding-top:10px}.charge-module__4_UCfG__balanceTotal strong{color:var(--bamsae-navy);font-size:18px}.charge-module__4_UCfG__actions{gap:10px;width:100%;margin-top:8px;display:flex}.charge-module__4_UCfG__primaryLink,.charge-module__4_UCfG__secondaryLink{border-radius:10px;flex:1;justify-content:center;align-items:center;height:48px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.charge-module__4_UCfG__primaryLink{background:var(--bamsae-navy);color:var(--on-brand)}.charge-module__4_UCfG__secondaryLink{border:1px solid var(--border);color:var(--ink)}
.library-module__c11weG__page{max-width:var(--content-max);margin:0 auto;padding:28px 20px 64px}.library-module__c11weG__shelf{margin-top:32px}.library-module__c11weG__shelfTitle{letter-spacing:-.02em;color:var(--foreground);font-size:18px;font-weight:800}.library-module__c11weG__browser{grid-template-columns:184px 1fr;align-items:start;gap:28px;margin-top:32px;display:grid}.library-module__c11weG__sidebar{min-width:0}.library-module__c11weG__sidebarLabel{color:var(--muted);margin-bottom:10px;padding:0 12px;font-size:12px;font-weight:700}.library-module__c11weG__shelfNav{flex-direction:column;gap:2px;display:flex}.library-module__c11weG__shelfItem,.library-module__c11weG__shelfItemActive{text-align:left;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:9px 12px;font-size:14px;font-weight:600}.library-module__c11weG__shelfItem:hover{background:var(--surface);color:var(--foreground)}.library-module__c11weG__shelfItemActive{background:var(--surface-brand);color:var(--bamsae-navy)}.library-module__c11weG__shelfSoon{border-top:1px solid var(--border);color:var(--muted);margin-top:14px;padding:14px 12px 0;font-size:12px}.library-module__c11weG__main{min-width:0}.library-module__c11weG__mainHead{align-items:baseline;gap:10px;display:flex}.library-module__c11weG__loadingHint{color:var(--muted);font-size:13px}.library-module__c11weG__state{text-align:center;color:var(--muted);margin-top:40px;font-size:15px}.library-module__c11weG__stateLink{color:var(--bamsae-navy);margin-left:8px;font-weight:600;text-decoration:underline}.library-module__c11weG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px 16px;margin-top:16px;display:grid}.library-module__c11weG__cardLink{display:block}.library-module__c11weG__card{flex-direction:column;gap:7px;display:flex}.library-module__c11weG__cover{aspect-ratio:3/4;background:var(--placeholder);border:1px solid var(--border);border-radius:12px;position:relative;overflow:hidden}.library-module__c11weG__coverImg{object-fit:cover;width:100%;height:100%}.library-module__c11weG__coverEmpty{background:linear-gradient(150deg, var(--bamsae-navy-raised), var(--bamsae-navy));position:absolute;inset:0}.library-module__c11weG__scrim{background:linear-gradient(#090c2100 48%,#090c2180 74%,#090c21e0 100%);position:absolute;inset:0}.library-module__c11weG__coverTitle{color:var(--on-brand);letter-spacing:-.01em;text-shadow:0 1px 3px #00000059;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:1.3;display:-webkit-box;position:absolute;bottom:10px;left:10px;right:10px;overflow:hidden}.library-module__c11weG__type{color:var(--muted);font-size:13px}@media (max-width:720px){.library-module__c11weG__browser{grid-template-columns:1fr;gap:16px}.library-module__c11weG__sidebarLabel{display:none}.library-module__c11weG__shelfNav{flex-flow:wrap}.library-module__c11weG__shelfSoon{display:none}}
.work-detail-module__0ntDoW__page{max-width:960px;margin:0 auto;padding:48px 20px 80px}.work-detail-module__0ntDoW__top{align-items:flex-start;gap:40px;display:flex}.work-detail-module__0ntDoW__cover{aspect-ratio:3/4;background:var(--placeholder);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:260px;display:flex;position:relative;overflow:hidden}.work-detail-module__0ntDoW__coverImg{object-fit:cover;width:100%;height:100%}.work-detail-module__0ntDoW__coverFallback{text-align:center;color:var(--ink);padding:0 16px;font-size:18px;font-weight:700;line-height:1.4}.work-detail-module__0ntDoW__info{flex:1;min-width:0;padding-top:4px}.work-detail-module__0ntDoW__breadcrumb{color:var(--muted);margin-bottom:14px;font-size:13px}.work-detail-module__0ntDoW__title{color:var(--ink);margin-bottom:16px;font-size:30px;font-weight:700;line-height:1.3}.work-detail-module__0ntDoW__metaLine{color:var(--muted);margin-bottom:10px;font-size:14px}.work-detail-module__0ntDoW__stats{color:var(--ink);align-items:center;gap:14px;margin-bottom:28px;font-size:14px;display:flex}.work-detail-module__0ntDoW__rating{font-weight:600}.work-detail-module__0ntDoW__dim{color:var(--muted);font-weight:400}.work-detail-module__0ntDoW__actions{gap:10px;margin-bottom:24px;display:flex}.work-detail-module__0ntDoW__primaryBtn{background:var(--bamsae-navy);color:var(--on-brand);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:13px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .12s;display:inline-flex}.work-detail-module__0ntDoW__primaryBtn:hover{opacity:.9}.work-detail-module__0ntDoW__tags{flex-wrap:wrap;gap:8px;list-style:none;display:flex}.work-detail-module__0ntDoW__tag{background:var(--placeholder);color:var(--muted);border-radius:999px;padding:6px 12px;font-size:13px}.work-detail-module__0ntDoW__section{border-top:1px solid var(--border);margin-top:48px;padding-top:32px}.work-detail-module__0ntDoW__sectionTitle{color:var(--ink);margin-bottom:16px;font-size:18px;font-weight:700}.work-detail-module__0ntDoW__desc{color:var(--ink);white-space:pre-line;font-size:15px;line-height:1.8}.work-detail-module__0ntDoW__infoGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px 40px;display:grid}.work-detail-module__0ntDoW__infoRow{border-bottom:1px solid var(--border);gap:20px;padding:12px 0;display:flex}.work-detail-module__0ntDoW__infoLabel{width:72px;color:var(--muted);flex-shrink:0;font-size:14px}.work-detail-module__0ntDoW__infoValue{color:var(--ink);font-size:14px;font-weight:500}.work-detail-module__0ntDoW__back{color:var(--muted);margin-top:48px;font-size:14px;display:inline-block}.work-detail-module__0ntDoW__back:hover{color:var(--ink)}@media (max-width:640px){.work-detail-module__0ntDoW__top{flex-direction:column;align-items:stretch}.work-detail-module__0ntDoW__cover{width:200px;margin:0 auto}}