@charset "UTF-8";.wcfButtonWrap{display:inline-block;position:relative}.wcfButton{display:inline-flex;align-items:center;gap:.4em;padding:.5em 1em;border:1px solid currentColor;border-radius:4px;background:transparent;cursor:pointer;font-size:inherit;line-height:1.4;transition:background-color .15s ease,color .15s ease}.wcfButton:disabled{opacity:.6;cursor:not-allowed}.wcfButton.is-active{background-color:#e74c3c;border-color:#e74c3c;color:#fff}.wcfButtonIcon{font-size:1.1em;line-height:1}.wcfButtonError{display:block;margin-top:.25em;font-size:.8em;color:#c0392b;min-height:1.2em}.wcfFavoriteList,.wcfHistoryList{position:relative}.wcfFavoriteList[aria-busy=true]:after,[aria-busy=true].wcfHistoryList:after{content:"";display:block;width:1.5em;height:1.5em;margin:1em auto;border:2px solid #ccc;border-top-color:#333;border-radius:50%;animation:wcf-spin .6s linear infinite}.wcfFavoriteListEmpty,.wcfHistoryListEmpty,.wcfFavoriteListError,.wcfHistoryListError{padding:1em;text-align:center;color:#666}.wcfFavoriteListError,.wcfHistoryListError{color:#c0392b}.wcfFavoriteListItems,.wcfHistoryListItems{list-style:none;margin:0;padding:0}.wcfFavoriteListItem,.wcfHistoryListItem{border-bottom:1px solid #eee}.wcfFavoriteListItem:last-child,.wcfHistoryListItem:last-child{border-bottom:none}.wcfFavoriteListItemInner,.wcfHistoryListItemInner{display:flex;align-items:center;gap:.75em;padding:.75em 0}.wcfFavoriteListThumbnail,.wcfHistoryListThumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.wcfFavoriteListTitle,.wcfHistoryListTitle{flex:1;text-decoration:none;color:inherit}.wcfFavoriteListTitle:hover,.wcfHistoryListTitle:hover{text-decoration:underline}.wcfFavoriteListRemove,.wcfHistoryListRemove{flex-shrink:0;width:2em;height:2em;padding:0;border:none;background:none;cursor:pointer;font-size:1.2em;color:#999;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.wcfFavoriteListRemove:hover,.wcfHistoryListRemove:hover{background-color:#fee;color:#c0392b}.wcfHistoryListClearAll{display:block;width:100%;margin-top:1em;padding:.5em 1em;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:.9em;color:#666;text-align:center}.wcfHistoryListClearAll:hover{background:#f5f5f5;color:#c0392b}.wcfSyncRoot{max-width:400px}.wcfSyncRoot[aria-busy=true] .wcfSyncQr{opacity:.4}.wcfSyncQr{display:flex;justify-content:center;align-items:center;min-height:200px;margin-bottom:1em;transition:opacity .2s ease}.wcfSyncQr img,.wcfSyncQr canvas{display:block;max-width:100%;height:auto}.wcfSyncUrl{display:block;font-size:.75em;word-break:break-all;color:#666;margin-bottom:.75em}.wcfSyncActions{display:flex;gap:.5em;flex-wrap:wrap}.wcfSyncCopy,.wcfSyncRefresh{padding:.5em 1em;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:.9em}.wcfSyncCopy:hover,.wcfSyncRefresh:hover{background:#f5f5f5}.wcfSyncExpiryWrapper{margin-top:.5em;font-size:.8em;color:#888}.wcfSyncStatus{margin-top:.75em;padding:.5em .75em;border-radius:4px;font-size:.9em}.wcfSyncStatus.is-success{background:#d4edda;color:#155724}.wcfSyncStatus.is-warning{background:#fff3cd;color:#856404}.wcfSyncStatus.is-error{background:#f8d7da;color:#721c24}.wcfSyncStatus.is-info{background:#d1ecf1;color:#0c5460}@keyframes wcf-spin{to{transform:rotate(360deg)}}.wcfRestoreTrigger{display:inline-block;margin-top:1em;padding:.35em .8em;border:1px solid #ccc;border-radius:4px;background:transparent;cursor:pointer;font-size:.8em;color:#666}.wcfRestoreTrigger:hover{background:#f5f5f5}.wcfRestoreModal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.wcfRestoreModal[hidden]{display:none}.wcfRestoreOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.wcfRestoreInner{position:relative;background:#fff;border-radius:8px;padding:1.5em;width:90%;max-width:420px;box-shadow:0 4px 20px #0003}.wcfRestoreClose{position:absolute;top:.75em;right:.75em;width:2em;height:2em;padding:0;border:none;background:none;cursor:pointer;font-size:1.2em;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center}.wcfRestoreClose:hover{background:#f0f0f0}.wcfRestoreTitle{margin:0 0 .5em;font-size:1.1em;padding-right:2em}.wcfRestoreDescription{font-size:.875em;color:#555;margin:0 0 1em}.wcfRestoreLabel{display:block;font-size:.875em;font-weight:700;margin-bottom:.4em}.wcfRestoreEmail{display:block;width:100%;padding:.5em .75em;border:1px solid #ccc;border-radius:4px;font-size:1em;box-sizing:border-box;margin-bottom:.75em}.wcfRestoreEmail:focus{outline:2px solid #4a90e2;border-color:#4a90e2}.wcfRestoreActions{display:flex;gap:.5em}.wcfRestoreSubmit{padding:.5em 1.25em;border:none;border-radius:4px;background:#4a90e2;color:#fff;cursor:pointer;font-size:.9em}.wcfRestoreSubmit:hover{background:#357abd}.wcfRestoreSubmit:disabled{opacity:.6;cursor:not-allowed}.wcfRestoreCancel{padding:.5em 1em;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:.9em}.wcfRestoreCancel:hover{background:#f5f5f5}.wcfRestoreStatus{margin-top:.75em;padding:.5em .75em;border-radius:4px;font-size:.875em}.wcfRestoreStatus.is-success{background:#d4edda;color:#155724}.wcfRestoreStatus.is-error{background:#f8d7da;color:#721c24}.wcfRestoreStatus.is-info{background:#d1ecf1;color:#0c5460}.wcfSyncErrorNotice{padding:.75em 1em;margin-bottom:1em;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px}
