@charset "UTF-8";:root{--primary-color: #1677ff;--bg-color: #f5f7fa;--bg-container: #ffffff;--text-color: #000000;--text-color-secondary: rgba(0, 0, 0, .45);--border-color: #f0f0f0;--shadow-light: 0 4px 12px 0 rgba(0, 0, 0, .03);--shadow-medium: 0 8px 24px 0 rgba(0, 0, 0, .06);--radius-btn: 8px;--radius-card: 16px;--radius-input: 10px;--transition-base: all .3s cubic-bezier(.4, 0, .2, 1)}body{margin:0;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;transition:background-color .3s,color .3s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}body.dark-mode ::-webkit-scrollbar-thumb{background:#fff3}body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body.dark-mode{--bg-color: #141414;--bg-container: #1f1f1f;--text-color: rgba(255, 255, 255, .85);--text-color-secondary: rgba(255, 255, 255, .45);--border-color: #303030;--shadow-light: 0 4px 12px 0 rgba(0, 0, 0, .4);--shadow-medium: 0 8px 24px 0 rgba(0, 0, 0, .6)}body.dark-mode .ant-layout{background:var(--bg-color)}body.dark-mode .ant-layout-header{background:var(--bg-container)!important;border-bottom:1px solid var(--border-color)!important}body.dark-mode .ant-layout-header h2{color:var(--text-color)!important}body.dark-mode .ant-layout-sider{background:var(--bg-container)!important;border-right:1px solid var(--border-color)!important}body.dark-mode .ant-layout-sider .logo{color:var(--text-color)!important}body.dark-mode .ant-menu{background:var(--bg-container)!important;color:var(--text-color)}body.dark-mode .ant-menu-item-selected{background-color:var(--primary-color)1a!important}body.dark-mode .ant-card{background:var(--bg-container)!important;border-color:var(--border-color)!important}body.dark-mode .ant-card .ant-card-head{border-bottom:1px solid var(--border-color)!important;color:var(--text-color)}body.dark-mode .ant-card .ant-card-body{color:var(--text-color)}body.dark-mode .ant-modal-content,body.dark-mode .ant-modal-header{background-color:var(--bg-container)!important;color:var(--text-color)}body.dark-mode .ant-modal-title{color:var(--text-color)!important}body.dark-mode .ant-drawer-content{background-color:var(--bg-container)}body.dark-mode .results-list,body.dark-mode .history-container .ant-paragraph,body.dark-mode .ant-typography-copy{background:var(--bg-color)!important;color:var(--text-color)!important;border-color:var(--border-color)!important}body.dark-mode .tool-content{background-color:transparent!important}body.dark-mode .intro-card{background:var(--bg-container)!important;border-color:var(--border-color)!important}body.dark-mode .intro-card .ant-typography{color:var(--text-color)!important}body.dark-mode .intro-card .ant-typography-secondary{color:var(--text-color-secondary)!important}body.dark-mode .ant-tag-default{background:var(--border-color)!important;color:var(--text-color)!important;border-color:var(--border-color)!important}body.dark-mode .ant-input,body.dark-mode .ant-input-number,body.dark-mode .ant-select-selector{background-color:var(--bg-container)!important;border-color:var(--border-color)!important;color:var(--text-color)!important}body.dark-mode .ant-input-affix-wrapper{background-color:var(--bg-container)!important;border-color:var(--border-color)!important}body.dark-mode .ant-input-affix-wrapper input{background-color:transparent!important;color:var(--text-color)!important}body.dark-mode .ant-input-affix-wrapper .anticon,body.dark-mode .ant-select-arrow{color:var(--text-color-secondary)!important}html,body,#root{height:100%;min-width:0;min-height:100vh;overflow:hidden}html.web-mode,html.web-mode body,html.web-mode #root{height:auto;overflow:auto}body.web-mode{background:radial-gradient(circle at top left,rgba(22,119,255,.08),transparent 30%),linear-gradient(180deg,#f7faff,#f3f6fb)}*{box-sizing:border-box}.ant-layout-header.header{overflow:visible}.ant-layout-header.header .ant-btn-text{white-space:nowrap}.header-drag-region{-webkit-app-region:drag}.header-drag-region button,.header-drag-region a,.header-drag-region .ant-btn,.header-drag-region .login-button-container,.header-drag-region .ad-banner,.header-drag-region .no-drag{-webkit-app-region:no-drag}.tool-card-container{max-width:1000px;margin:0 auto;animation:slideUp .6s cubic-bezier(.2,.8,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-sidebar-menu .ant-menu-item,.custom-sidebar-menu .ant-menu-submenu-title{margin:4px 0!important;border-radius:8px!important;height:44px!important;line-height:44px!important}.layout-container{height:100%}.layout-container .ant-layout-sider{z-index:100}.web-app-shell{min-height:100vh}.web-app-content{min-height:calc(100vh + 180px);box-sizing:border-box;position:relative;z-index:1}.web-app-home-content{padding-top:72px;min-height:calc(100vh + 320px)}.standalone-user-center-shell .standalone-user-center-main{min-height:calc(100vh - 152px);padding-top:8px;background:var(--bg-color)}.standalone-user-center-shell .tool-account-page{padding-top:12px}.web-tool-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;min-height:40px}.web-tool-toolbar-left{display:flex;align-items:center;gap:8px;min-width:0}.web-tool-toolbar-right{display:flex;align-items:center;justify-content:flex-end;flex:1;padding-right:8px}.web-tool-menu-trigger,.web-tool-back-button{display:none!important}.website-header-shell,.website-footer-shell{color:#1f2937}.website-header-shell a,.website-footer-shell a{color:inherit;text-decoration:none}.website-header-shell img,.website-footer-shell img{display:block;max-width:100%}.kq-website-header-shell.chrome-pending,.kq-website-footer-shell.chrome-pending{visibility:hidden}.kq-website-header-shell.chrome-ready,.kq-website-footer-shell.chrome-ready{visibility:visible}body.web-chrome-booting .web-app-shell{visibility:hidden}.website-language-bar{margin-top:8px;padding:16px 24px;background:#f5f7fa;border-top:1px solid rgba(15,23,42,.08);text-align:center}.website-language-bar .language-title{margin-bottom:8px;color:#334155;font-size:20px;font-weight:700;letter-spacing:.08em}.website-language-bar .language-list{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;line-height:1.8}.website-language-bar .language-link{border:0;padding:0;background:transparent;color:#334155;font-size:18px;cursor:pointer}.website-language-bar .language-link:hover,.website-language-bar .language-link.active{color:#1677ff}.website-language-bar .language-divider{color:#94a3b8;font-size:16px}.website-header-shell{position:sticky;top:0;z-index:4000;isolation:isolate;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.website-header-shell .header{background:#ffffffe6;border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 18px 48px #0f172a14}.website-header-shell .header-container{width:100%;min-height:88px;padding:0 16px;display:flex;align-items:center;gap:12px}.website-header-shell .header-left,.website-header-shell .header-right{display:flex;align-items:center}.website-header-shell .logo-img{height:48px;width:auto}.website-header-shell .nav{flex:1;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:2px;min-width:0;overflow-x:auto;scrollbar-width:none}.website-header-shell .nav::-webkit-scrollbar{display:none}.website-header-shell .nav-link{padding:10px 12px;border-radius:999px;color:#334155;font-size:14px;font-weight:600;transition:.2s ease;white-space:nowrap}.website-header-shell .nav-link:hover,.website-header-shell .nav-link.active{background:#1677ff1a;color:#1677ff}.website-header-shell .search-box{display:flex;align-items:center;gap:8px;width:220px;min-width:220px;padding:10px 14px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#f8fafceb}.website-header-shell .search-box input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:14px}.website-header-shell .search-icon-btn,.website-header-shell .header-search-btn{border:0;background:transparent;cursor:pointer;padding:0}.website-header-shell .header-actions{display:none;align-items:center;gap:12px;margin-left:16px}.website-header-shell .header-login-btn{height:40px;padding:0 18px;border:1px solid rgba(15,23,42,.16);background:#fff;color:#0f172a;border-radius:10px;font-weight:600;cursor:pointer;transition:.2s ease}.website-header-shell .header-login-btn:hover{border-color:#1677ff59;color:#1677ff}.language-switcher-trigger{width:116px;min-width:116px;justify-content:space-between!important;padding-inline:12px!important}.language-switcher-trigger>span:not(.ant-btn-icon){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.website-footer-shell{margin-top:32px}.website-footer-shell .footer{background:linear-gradient(180deg,#fff,#eef4fb);color:#334155;border-top:1px solid rgba(15,23,42,.08)}.website-footer-shell .container{max-width:1440px;margin:0 auto;padding:48px 24px 28px}.website-footer-shell .footer-content{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(180px,1fr));gap:28px}.website-footer-shell .footer-logo{width:160px;margin-bottom:18px}.website-footer-shell .footer-desc{margin:0 0 20px;line-height:1.8;max-width:30ch;text-wrap:balance}.website-footer-shell .footer-social{display:flex;gap:12px}.website-footer-shell .social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff14}.website-footer-shell .social-icon img,.website-footer-shell .contact-icon-img{width:20px;height:20px;object-fit:contain}.website-footer-shell h4{margin:0 0 16px;color:#0f172a;font-size:18px}.website-footer-shell ul{margin:0;padding:0;list-style:none}.website-footer-shell li{display:flex;align-items:center;gap:10px;margin-bottom:12px;line-height:1.7}.website-footer-shell .contact-list li{align-items:flex-start}.website-footer-shell .contact-list li span{flex:1;min-width:0;word-break:break-word}.website-footer-shell a{color:#475569}.website-footer-shell a:hover{color:#1677ff}.website-footer-shell .footer-bottom{margin-top:32px;padding-top:20px;border-top:1px solid rgba(15,23,42,.1)}.website-footer-shell .copyright-links{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px;line-height:1.8}body.dark-mode .website-header-shell .header{background:#141414eb;border-bottom-color:#ffffff14;box-shadow:0 18px 48px #00000052}body.dark-mode .website-header-shell .nav-link{color:#ffffffbf}body.dark-mode .website-header-shell .nav-link:hover,body.dark-mode .website-header-shell .nav-link.active{background:#1677ff2e;color:#69b1ff}body.dark-mode .website-header-shell .search-box{background:#ffffff0a;border-color:#ffffff1f}body.dark-mode .website-header-shell .search-box input{color:#ffffffd9}body.dark-mode .website-header-shell .header-login-btn{background:#ffffff0a;border-color:#ffffff1f;color:#ffffffd9}body.dark-mode .website-footer-shell .footer{background:linear-gradient(180deg,#0f172a,#111827);color:#ffffffc7;border-top-color:#ffffff0f}body.dark-mode .website-footer-shell h4{color:#fff}body.dark-mode .website-footer-shell a{color:#ffffffc7}body.dark-mode .website-footer-shell a:hover{color:#3b82f6}body.dark-mode .website-footer-shell .social-icon{background:#ffffff14}body.dark-mode .website-footer-shell .footer-bottom{border-top-color:#ffffff1f}body.dark-mode .website-language-bar{background:#0f172a;border-top-color:#ffffff0f}body.dark-mode .website-language-bar .language-title{color:#ffffffd9}body.dark-mode .website-language-bar .language-link{color:#ffffffc7}body.dark-mode .website-language-bar .language-link:hover,body.dark-mode .website-language-bar .language-link.active{color:#fff}body.dark-mode .website-language-bar .language-divider{color:#ffffff59}.site-layout{margin-left:250px;position:relative;z-index:0}html.web-mode .site-layout{min-height:calc(100vh - 88px);margin-left:0}html.web-mode .layout-container{background:transparent}html.web-mode .layout-container>.ant-layout-sider{flex:0 0 250px!important;max-width:250px!important;min-width:250px!important;width:250px!important;height:auto!important;position:relative;z-index:0}html.web-mode .main{background:transparent!important;position:relative;z-index:0}.mobile-menu-trigger{display:none!important}.site-login-wrap{position:relative;display:inline-flex;align-items:center}.site-login-wrap .header-login-btn{border:1px solid #d9e3f2;background:#fff;color:#334155;border-radius:10px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .18s ease,color .18s ease,background-color .18s ease;position:relative;gap:6px;padding:0 14px;font-size:13px;font-weight:600;box-shadow:inset 0 1px #ffffffd9}.site-login-wrap .header-login-btn.is-logged-in{color:#0f766e;border-color:#b6e3da;background:linear-gradient(135deg,#f0fdfa,#ecfeff)}.site-login-wrap .header-login-label{white-space:nowrap}.site-login-wrap .header-login-avatar{width:22px;height:22px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.82)}.site-login-wrap .header-login-indicator{width:16px;height:16px;color:currentColor;opacity:.75;transition:transform .16s ease,opacity .16s ease;display:inline-flex;align-items:center;justify-content:center}.site-login-wrap .header-login-btn[aria-expanded=true] .header-login-indicator{transform:rotate(180deg);opacity:1}.site-login-wrap .header-login-cancel{width:18px;height:18px;border-radius:999px;border:1px solid #d7e2f2;color:#8a9ab4;background:#fff;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.site-login-wrap .auth-user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:196px;padding:8px;border:1px solid #dbe4ef;border-radius:16px;background:#fffffffa;box-shadow:0 18px 38px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:1200}.site-login-wrap .auth-user-menu:before{content:"";position:absolute;top:-7px;right:18px;width:12px;height:12px;border-top:1px solid #dbe4ef;border-left:1px solid #dbe4ef;background:#fffffffa;transform:rotate(45deg)}.site-login-wrap .auth-user-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.site-login-wrap .auth-user-menu-item{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.site-login-wrap .auth-user-menu-item:hover{background:#f8fbff}.site-login-wrap .auth-user-menu-item.danger{color:#b91c1c}.site-login-wrap .auth-user-menu-icon{width:18px;text-align:center}.tool-account-page{max-width:1240px;margin:0 auto;padding:32px 20px 64px}.tool-account-page .account-shell{display:grid;gap:28px}.tool-account-page .hero{background:transparent;border:none;border-radius:12px;padding:8px 0 0;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;box-shadow:none}.tool-account-page .hero-main{display:grid;gap:14px;align-content:start}.tool-account-page .hero-head{display:flex;align-items:center;gap:20px}.tool-account-page .hero-avatar,.tool-account-page .summary-icon,.tool-account-page .section-icon{display:inline-flex;align-items:center;justify-content:center}.tool-account-page .hero-avatar{width:68px;height:68px;border-radius:999px;color:#fff;font-size:30px;background:linear-gradient(180deg,#3284ff,#1768f2);box-shadow:0 16px 32px #2563eb2e;flex:0 0 auto;overflow:hidden}.tool-account-page .tool-user-center-avatar{width:100%;height:100%;object-fit:cover}.tool-account-page .hero-title-wrap{min-width:0;display:grid;gap:6px;align-content:start}.tool-account-page .hero-badge{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(37,99,235,.14);color:#2563eb;font-size:12px;font-weight:700;justify-self:start;box-shadow:0 4px 12px #2563eb14}.tool-account-page .hero-title{margin:0;font-size:24px;line-height:1.2;font-weight:800}.tool-account-page .hero-subtitle{margin:0;color:#64748b;font-size:14px;line-height:1.7;letter-spacing:0;word-spacing:normal;white-space:normal;text-wrap:pretty;max-width:560px;padding:0;border-radius:0;background:transparent;border:none;box-shadow:none}.tool-account-page .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px}.tool-account-page .hero-btn{height:56px;padding:0 24px;border-radius:8px;border:1px solid #dbe5f3;background:#fffffff2;color:#1b63f0;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px}.tool-account-page .hero-btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}.tool-account-page .hero-btn:hover{transform:translateY(-1px)}.tool-account-page .hero-btn:disabled{cursor:not-allowed;opacity:.78;transform:none}.tool-account-page .hero-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.tool-account-page .hero-btn.is-loading .hero-btn-icon{animation:user-center-refresh-spin .9s linear infinite}.tool-account-page .hero-side{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-content:start}.tool-account-page .summary-card,.tool-account-page .card{background:#fffffff5;border:1px solid #dbe5f3;border-radius:12px;box-shadow:0 2px 12px #0000000f}.tool-account-page .summary-card{padding:24px;min-height:176px;display:grid;gap:16px;align-content:start}.tool-account-page .summary-label{color:#64748b;font-size:14px;font-weight:700}.tool-account-page .summary-body{display:flex;align-items:center;gap:16px;min-height:88px}.tool-account-page .summary-copy{min-width:0;flex:1 1 auto}.tool-account-page .summary-icon{width:60px;height:60px;border-radius:999px;background:#edf4ff;color:#2563eb;font-size:28px}.tool-account-page .summary-value{font-size:28px;font-weight:800;line-height:1.15;color:#1b63f0;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.tool-account-page .summary-subvalue{color:#64748b;font-size:14px}.tool-account-page .grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.tool-account-page .card{overflow:hidden}.tool-account-page .card-head{padding:24px 24px 16px;border-bottom:1px solid #edf2f8}.tool-account-page .section-head{display:inline-flex;align-items:center;gap:12px;position:relative;padding-bottom:12px}.tool-account-page .section-head:after{content:"";position:absolute;left:56px;bottom:0;width:96px;height:4px;border-radius:999px;background:linear-gradient(90deg,#8cb7ff,#d6e5ff)}.tool-account-page .section-icon{width:42px;height:42px;border-radius:999px;color:#fff;font-size:20px;background:linear-gradient(180deg,#3284ff,#1768f2);box-shadow:0 10px 22px #2563eb24}.tool-account-page .section-title{margin:0;font-size:20px;font-weight:800}.tool-account-page .card-body{padding:24px}.tool-account-page .info-list{display:grid;border:1px solid #eaf1fb;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdff)}.tool-account-page .info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid #edf2f8;padding:18px 20px}.tool-account-page .info-row:last-child{border-bottom:none}.tool-account-page .info-label{display:inline-flex;align-items:center;gap:12px;min-width:0}.tool-account-page .row-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:20px;flex:0 0 auto}.tool-account-page .info-key{color:#64748b;font-size:14px;font-weight:700}.tool-account-page .info-value{font-size:15px;font-weight:600;justify-self:start}.tool-account-page .status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700}.tool-account-page .status-active{background:#ecfdf3;color:#16a34a}.tool-account-page .status-trial{background:#ffedd5;color:#c2410c;border:1px solid #fdba74}.tool-account-page .status-expired{background:#fef2f2;color:#dc2626}.tool-account-page .record-table-wrap{overflow-x:auto;overflow-y:auto;border:1px solid #e8f0fb;border-radius:14px}.tool-account-page .record-table{width:100%;border-collapse:collapse;background:#fff;table-layout:fixed}.tool-account-page .record-table th,.tool-account-page .record-table td{padding:16px 18px;border-bottom:1px solid #edf2f8;font-size:14px;text-align:left;white-space:nowrap}.tool-account-page .record-table th{color:#64748b;font-weight:700;background:#fbfdff}.tool-account-page .record-table td:nth-child(2),.tool-account-page .record-table td:nth-child(3),.tool-account-page .record-table td:nth-child(4),.tool-account-page .record-table td:nth-child(5),.tool-account-page .record-table td:nth-child(6),.tool-account-page .record-table th:nth-child(2),.tool-account-page .record-table th:nth-child(3),.tool-account-page .record-table th:nth-child(4),.tool-account-page .record-table th:nth-child(5),.tool-account-page .record-table th:nth-child(6){text-align:center}.tool-account-page .record-name{display:inline-flex;align-items:center;gap:12px;min-width:0;max-width:100%}.tool-account-page .record-name>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tool-account-page .record-file-icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1b63f0;font-size:18px;flex:0 0 auto}.tool-account-page .record-status{display:inline-flex;align-items:center;justify-content:center;min-width:74px;gap:6px;padding:5px 10px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:600;line-height:1}.tool-account-page .record-status:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.tool-account-page .record-status.success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.tool-account-page .record-status.failed{color:#ef4444;background:#fef2f2}.tool-account-page .record-status.processing{color:#2563eb;background:#eff6ff}.tool-account-page .record-actions{display:inline-flex;align-items:center;justify-content:center;gap:8px}.tool-account-page .record-action-btn{width:30px;height:30px;border-radius:8px;border:1px solid #dbe5f3;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.tool-account-page .record-action-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.tool-account-page .record-action-btn:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;border-radius:8px;background:#0f172aeb;color:#fff;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 8px 18px #0f172a29;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:3}.tool-account-page .record-action-btn:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);width:8px;height:8px;background:#0f172aeb;transform:translate(-50%) rotate(45deg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;z-index:2}.tool-account-page .record-action-btn[data-record-action=download]{color:#2563eb}.tool-account-page .record-action-btn[data-record-action=delete]{color:#dc2626}.tool-account-page .record-action-btn:hover{transform:translateY(-1px);background:#f8fafc;border-color:#cbd5e1}.tool-account-page .record-action-btn:hover:after,.tool-account-page .record-action-btn:hover:before{opacity:1;visibility:visible}.tool-account-page .record-action-btn:hover:after{transform:translate(-50%) translateY(0)}.tool-account-page .record-action-btn[data-record-action=download]:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.tool-account-page .record-action-btn[data-record-action=delete]:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.tool-account-page .record-action-btn:active{transform:translateY(0)}.tool-account-page .empty{text-align:center!important;color:#64748b}.tool-account-page .helper{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #dbe5f3;color:#64748b;font-size:14px}.tool-account-page .records-pagination{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.tool-account-page .records-pagination.hidden{display:none}.tool-account-page .records-pagination-info{color:#64748b;font-size:14px;font-weight:600}.tool-account-page .records-pagination-actions{display:contents}.tool-account-page .records-pagination-btn{min-width:88px;height:36px;padding:0 14px;border-radius:8px;border:1px solid #dbe5f3;background:#fff;color:#1d4ed8;cursor:pointer;font-size:14px;font-weight:700}.tool-account-page .records-pagination-btn:disabled{cursor:not-allowed;opacity:.55}.tool-account-page .empty{padding:28px 0 10px;color:#64748b;text-align:center}.tool-account-page .helper.error{background:#fef2f2;color:#dc2626}.tool-account-page .user-center-records-toolbar,.tool-account-page .user-center-search-input,.tool-account-page .user-center-toolbar-btn,.tool-account-page .user-center-pagination,.tool-account-page .user-center-pagination-info,.tool-account-page .user-center-pagination-actions{display:none}.tool-account-page .records-pagination-btn:disabled{cursor:not-allowed}@media (max-width: 1024px){.tool-account-page .hero,.tool-account-page .grid{grid-template-columns:1fr}}@media (max-width: 768px){.tool-account-page{padding:20px 16px 48px}.tool-account-page .hero{gap:20px}.tool-account-page .hero-head{align-items:flex-start;gap:14px}.tool-account-page .hero-actions{flex-direction:column}.tool-account-page .hero-btn{width:100%}.tool-account-page .hero-side{grid-template-columns:1fr;gap:14px}.tool-account-page .record-table{min-width:760px}.tool-account-page .user-center-search-input{min-width:100%;width:100%}}@keyframes user-center-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){html,body,#root{min-width:0;min-height:100%;overflow:auto}.hidden-xs-only{display:none!important}.site-layout{margin-left:0!important}.web-app-content{min-height:auto}.web-tool-toolbar{margin-bottom:8px}.web-tool-menu-trigger,.web-tool-back-button{display:inline-flex!important;align-items:center;justify-content:center}.web-tool-toolbar-right{flex:0 0 auto}.website-header-shell{position:static}.website-header-shell .header-container{min-height:auto;padding:12px 16px;flex-wrap:wrap;align-items:flex-start}.website-header-shell .header-left{order:1}.website-header-shell .logo-img{height:42px}.website-header-shell .nav{order:2;flex:0 0 100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;width:100%;margin-top:8px;padding-bottom:4px}.website-header-shell .header-right{order:3;flex:0 0 100%;width:100%;justify-content:space-between;margin-top:8px}.website-header-shell .search-box{min-width:0;flex:1}.website-header-shell .header-actions{margin-left:0}.website-footer-shell .container{padding:36px 16px 24px}.website-footer-shell .footer-content{grid-template-columns:1fr;gap:24px}.website-language-bar{padding:14px 12px}.website-language-bar .language-title{font-size:16px;margin-bottom:6px}.website-language-bar .language-list{justify-content:flex-start;max-height:104px;overflow-y:auto;padding-right:4px}.website-language-bar .language-link{font-size:15px}.mobile-menu-trigger{display:inline-flex!important;align-items:center;justify-content:center}.ant-layout-header.header{padding:0 12px!important;height:56px!important;min-height:56px!important}.ant-layout-header.header h2{font-size:16px!important;max-width:108px;overflow:hidden!important;text-overflow:ellipsis}.header-actions{gap:4px!important;padding-right:0!important}.web-tool-toolbar-right{padding-right:12px}.header-actions .ad-banner{display:none!important}.mobile-back-button{margin-right:8px!important;padding-inline:8px!important}.mobile-back-button>span:not(.ant-btn-icon){display:none!important}.language-switcher-trigger{margin-right:0!important;padding-inline:8px!important}.language-switcher-trigger>span:not(.ant-btn-icon){display:none!important}.mobile-login-button{min-width:40px!important;padding-inline:10px!important}.mobile-login-button>span:not(.ant-btn-icon){display:none!important}.mobile-user-profile .ant-typography{display:none!important}.main{padding:16px!important;height:calc(100vh - 56px)!important}html.web-mode .main{height:auto!important}.tool-card-container{max-width:100%}.home-container .ant-typography.ant-typography-h1,.home-container h1{font-size:30px!important}.mobile-nav-drawer .ant-drawer-content{background:var(--bg-container)}.password-length-row{flex-wrap:wrap}.password-length-row .ant-input-number{width:100%}.password-action-group{display:flex!important;flex-direction:column;align-items:stretch!important}.password-action-group .ant-space-item{width:100%}.password-primary-action,.password-secondary-action{width:100%!important;max-width:none!important}.password-result-header{flex-wrap:wrap;align-items:flex-start!important;gap:12px}.password-strength-info,.password-result-actions{width:100%;flex-wrap:wrap}.uuid-tool-content{height:auto!important;min-height:0;overflow:visible!important}.uuid-layout-row{height:auto!important}.uuid-config-col,.uuid-result-col{height:auto!important;overflow:visible!important}.uuid-result-col{margin-top:16px}.uuid-result-section{height:auto!important}.uuid-preview-header{flex-wrap:wrap;gap:8px}.uuid-results-list{min-height:240px!important;max-height:none!important;overflow:visible!important}}
