.resumes-page-wrapper{position:relative;width:100%;max-width:100%;padding:28px 20px 40px}.resumes-page-wrapper .resume-page-watermark{position:absolute;left:50%;top:45%;width:140px;transform:translate(-50%,-50%);display:grid;place-items:center;pointer-events:none;opacity:.1;filter:grayscale(1) contrast(1.18) brightness(1.03);mix-blend-mode:multiply;z-index:0;image-rendering:auto;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}.resumes-page-wrapper .resume-page-watermark .logo{width:100%;height:auto;transform:translateZ(0);filter:drop-shadow(0 1px 0 rgba(255,255,255,.85))}.resumes-page-wrapper .resume-page-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.resumes-page-wrapper .resume-page-head__info{min-width:0}.resumes-page-wrapper .resume-page-head__info h1{margin:0;color:var(--text-strong);font-size:22px;line-height:1.25;font-weight:700}.resumes-page-wrapper .resume-page-head__info p{margin:4px 0 0;color:var(--text-faint);font-size:14px;line-height:1.5}.resumes-page-wrapper .resume-page-head__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.resumes-page-wrapper .resume-head-action{height:38px;padding:0 16px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 1px 2px rgba(15,23,42,.06)}.resumes-page-wrapper .resume-head-action .iconfont{font-size:14px}.resumes-page-wrapper .resume-head-action--ghost{border-color:var(--border-default-color);background:var(--background-light);color:var(--text-default)}.resumes-page-wrapper .resume-wrapper{position:relative;z-index:1;min-height:calc(100vh - 120px)}.resumes-page-wrapper .resume-wrapper.resume-empty-wrapper,.resumes-page-wrapper .resume-wrapper.resume-loading-wrapper{display:flex;justify-content:center;align-items:center}.resumes-page-wrapper .resume-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,232px));grid-gap:22px;gap:22px;margin-top:16px}.resumes-page-wrapper .resume-card{position:relative;width:232px;border:1px solid var(--border-default-color);border-radius:18px;overflow:hidden;background:var(--background-light);box-shadow:0 8px 24px rgba(15,23,42,.04);animation:resumePageRise .3s ease-out both;animation-delay:calc(.04s + var(--resume-card-index, 0)*35ms)}.resumes-page-wrapper .resume-card:hover .resume-card__preview:after{opacity:1}.resumes-page-wrapper .resume-card:hover .resume-card__hoverActions{opacity:1;transform:translateY(0);pointer-events:auto}.resumes-page-wrapper .resume-card.resume-card--locked .resume-card__hoverActions,.resumes-page-wrapper .resume-card.resume-card--locked .resume-card__preview:after{display:none}.resumes-page-wrapper .resume-card__link{display:block;color:inherit;text-decoration:none}.resumes-page-wrapper .resume-card__preview{position:relative;width:100%;aspect-ratio:1/1.1;background:var(--background-grey);overflow:hidden}.resumes-page-wrapper .resume-card__preview:after{content:"";position:absolute;left:0;right:0;bottom:0;height:132px;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.18) 42%,rgba(15,23,42,.74));opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:1}.resumes-page-wrapper .resume-card__preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.resumes-page-wrapper .resume-card__body{padding:12px 14px 14px}.resumes-page-wrapper .resume-card__hoverActions{position:absolute;left:14px;right:14px;bottom:78px;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease;pointer-events:none;z-index:2}.resumes-page-wrapper .resume-card__hoverButton{flex:1 1;height:38px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:0 10px 24px rgba(15,23,42,.12)}.resumes-page-wrapper .resume-card__hoverButton .iconfont{font-size:12px}.resumes-page-wrapper .resume-card__hoverButton svg{display:block}.resumes-page-wrapper .resume-card__hoverButton--ghost{border-color:var(--border-default-color);background:hsla(0,0%,100%,.98);color:var(--text-default);box-shadow:0 10px 24px rgba(15,23,42,.08)}.resumes-page-wrapper .resume-card__titleRow{display:flex;align-items:center;gap:8px}.resumes-page-wrapper .resume-card__title{flex:1 1;color:var(--text-default);font-size:14px;line-height:1.45;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.resumes-page-wrapper .resume-card__meta{margin-top:4px;color:var(--text-faint);font-size:12px;line-height:1.5}.resumes-page-wrapper .resume-card__more{position:absolute;top:10px;right:10px;width:28px;height:28px;background:hsla(0,0%,100%,.9);box-shadow:0 2px 8px rgba(15,23,42,.08)}.resumes-page-wrapper .resume-card__more .iconfont{font-size:14px}.resumes-page-wrapper .resume-card__lockedMask{position:absolute;inset:0;background:rgba(244,245,246,.96);display:flex;flex-direction:column;justify-content:center;gap:18px;padding:20px}.resumes-page-wrapper .resume-card__lockedMask .tips-info .title{color:var(--text-strong);font-size:14px;font-weight:700;line-height:1.6}.resumes-page-wrapper .resume-card__lockedMask .tips-info .tip{margin-top:6px;color:var(--text-soft);font-size:12px;line-height:1.7}.resumes-page-wrapper .resume-card__lockedMask .actions{display:flex;flex-direction:column;gap:8px}.resumes-page-wrapper .resume-card__lockedMask .action-item{min-height:34px;padding:0 14px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.resumes-page-wrapper .resume-card__lockedMask .action-item:hover{opacity:.85}.resumes-page-wrapper .resume-card__lockedMask .vip{background:var(--primary-color);color:#fff}.resumes-page-wrapper .resume-card__lockedMask .delete{color:var(--warn-text-color);border:1px solid var(--warn-text-color)}.resumes-page-wrapper .resume-card__lockedMask .delete .iconfont{margin-right:4px;font-size:13px}.resumes-page-wrapper .resume-loading-state{display:inline-flex;flex-direction:column;align-items:center;gap:14px;color:var(--text-soft)}.resumes-page-wrapper .resume-loading-state .MuiCircularProgress-root{color:var(--primary-color)}.resumes-page-wrapper .resume-loading-state p{margin:0;color:var(--text-soft);font-size:14px;line-height:1.5;font-weight:500}.resumes-page-wrapper .resume-empty{width:min(680px,100%);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.resumes-page-wrapper .resume-empty h2{margin:16px 0 0;color:var(--text-strong);font-size:26px;line-height:1.5;font-weight:800;letter-spacing:0;animation:resumePageRise .3s ease-out .05s both}.resumes-page-wrapper .resume-empty>p{margin:8px 0 26px;color:var(--text-soft);font-size:13px;line-height:1.5;animation:resumePageRise .3s ease-out .08s both}.resumes-page-wrapper .resume-empty__icon{width:80px;height:80px;margin:0 auto;border-radius:18px;display:grid;place-items:center;background:var(--theme-soft-bg);color:var(--primary-color);animation:resumePagePop .32s ease-out both}.resumes-page-wrapper .resume-empty__icon svg{width:60%;height:60%}.resumes-page-wrapper .resume-empty-card{border:0;cursor:pointer;font:inherit;color:inherit;text-align:left;border-radius:14px;background:var(--background-light);box-shadow:0 8px 22px rgba(15,23,42,.07);animation:resumePageRise .3s ease-out both;animation-delay:calc(.12s + var(--resume-empty-card-index, 0)*.04s);transition:transform .18s ease,box-shadow .18s ease}.resumes-page-wrapper .resume-empty-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.1)}.resumes-page-wrapper .resume-empty-card--primary{width:100%;min-height:98px;padding:14px 16px;display:grid;grid-template-columns:48px minmax(0,1fr) 30px;grid-gap:16px;gap:16px;align-items:center}.resumes-page-wrapper .resume-empty-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.resumes-page-wrapper .resume-empty-card--secondary{min-height:96px;padding:14px;display:grid;grid-gap:10px;gap:10px;align-content:start}.resumes-page-wrapper .resume-empty-card__icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--theme-soft-bg);color:var(--primary-color)}.resumes-page-wrapper .resume-empty-card__icon .iconfont{font-size:18px}.resumes-page-wrapper .resume-empty-card__icon--primary{width:48px;height:48px;border-radius:12px;background:var(--primary-color);color:#fff;box-shadow:0 12px 24px rgba(37,105,255,.22)}.resumes-page-wrapper .resume-empty-card__content{min-width:0;line-height:1.5}.resumes-page-wrapper .resume-empty-card__content em,.resumes-page-wrapper .resume-empty-card__content strong{display:block}.resumes-page-wrapper .resume-empty-card__content strong{color:var(--text-strong);font-size:18px;font-weight:700}.resumes-page-wrapper .resume-empty-card__content em{margin-top:4px;color:var(--text-soft);font-size:14px;font-style:normal}.resumes-page-wrapper .resume-empty-card--secondary .resume-empty-card__content strong{font-size:14px}.resumes-page-wrapper .resume-empty-card__arrow{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;justify-self:end;background:var(--background-grey);color:var(--text-soft);font-size:26px;line-height:1}@keyframes resumePageRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes resumePagePop{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.resume-wrapper-select-content .MuiMenu-list .MuiButtonBase-root{justify-content:flex-start;height:36px}.resume-wrapper-select-content .MuiMenu-list .MuiButtonBase-root.delete-item,.resume-wrapper-select-content .MuiMenu-list .MuiButtonBase-root.delete-item .iconfont{color:var(--warn-text-color)}.resume-wrapper-select-content .MuiMenu-list .MuiButtonBase-root .MuiCircularProgress-root,.resume-wrapper-select-content .MuiMenu-list .MuiButtonBase-root .iconfont{margin-right:5px}.resume-import-dialog .resume-import-dialog__paper{width:min(576px,100vw - 32px);height:460px;border-radius:10px;box-shadow:0 18px 50px rgba(15,23,42,.18)}.resume-import-modal{position:relative;height:100%;padding:28px 32px 24px;color:var(--text-strong);display:flex;flex-direction:column;overflow:hidden}.resume-import-modal__close{position:absolute;top:18px;right:18px;width:28px;height:28px;border:0;background:rgba(0,0,0,0);color:var(--text-default);cursor:pointer;display:grid;place-items:center}.resume-import-modal__close svg{width:24px;height:24px}.resume-import-modal__head{display:flex;align-items:center;gap:12px}.resume-import-modal__head h2{margin:0;color:var(--text-strong);font-size:20px;line-height:1.3;font-weight:700;letter-spacing:0}.resume-import-modal__head p{margin:6px 0 0;color:var(--text-soft);font-size:13px;line-height:1.5}.resume-import-modal__headIcon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#e9edff;color:var(--primary-color);flex:0 0 40px}.resume-import-modal__headIcon svg{width:20px;height:20px}.resume-import-tabs{margin-top:22px;padding:4px;border:1px solid var(--border-default-color);border-radius:12px;background:var(--background-grey);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0}.resume-import-tabs button{height:38px;border:0;border-radius:9px;background:rgba(0,0,0,0);color:var(--text-default);font:inherit;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.resume-import-tabs button svg{width:16px;height:16px}.resume-import-tabs button.active{background:var(--background-light);color:var(--primary-color);box-shadow:0 4px 12px rgba(15,23,42,.08);position:relative}.resume-import-tabs button.active:after{content:none}.resume-import-tabs button:disabled{cursor:default;opacity:.68}.resume-import-dropzone{margin-top:16px;min-height:0;flex:1 1;border:1px dashed rgba(18,73,173,.24);border-radius:8px;background:rgba(18,73,173,.08);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.resume-import-dropzone .upload-title{color:var(--text-strong);font-size:15px;line-height:1.4;font-weight:700}.resume-import-dropzone .upload-text{margin-top:8px;color:var(--text-soft);font-size:12px;line-height:1.4}.resume-import-filetypes{margin-top:18px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}.resume-import-filetypes span{display:inline-flex;align-items:center;gap:5px;color:var(--text-soft);font-size:12px;line-height:1}.resume-import-filetypes svg{width:14px;height:14px}.resume-import-filetypes .is-pdf svg{color:#ef4444}.resume-import-filetypes .is-doc svg,.resume-import-filetypes .is-json svg{color:var(--primary-color)}.resume-import-filetypes .is-image svg{color:#22c55e}.resume-import-textarea{width:100%;min-height:0;flex:1 1;margin-top:16px;padding:14px 16px;border:1px dashed rgba(18,73,173,.24);border-radius:8px;resize:vertical;outline:none;color:var(--text-strong);background:var(--background-light);font:inherit;font-size:14px;line-height:1.7}.resume-import-textarea:focus{border-color:#9bb7ff;box-shadow:0 0 0 4px rgba(37,105,255,.08)}.resume-import-submit.MuiButton-root{height:44px;margin-top:16px;border-radius:8px;font-size:15px;font-weight:700;gap:8px;background:#8ea2ff;color:#fff;box-shadow:none}.resume-import-submit.MuiButton-root:hover{background:#6f89ff;box-shadow:none}.resume-import-submit.MuiButton-root.Mui-disabled{background:#8ea2ff;color:hsla(0,0%,100%,.86)}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper{background:var(--content-background)}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-page-watermark{opacity:.08;mix-blend-mode:normal}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-page-watermark .logo{filter:none}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-card__hoverButton--ghost,html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-card__more{background:rgba(23,23,25,.94);border-color:var(--border-default-color);color:var(--text-default)}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-card__lockedMask{background:rgba(15,15,16,.94)}html[data-theme=dark] .app-layout-wrapper .resumes-page-wrapper .resume-empty-card{border:1px solid var(--border-default-color)}html[data-theme=dark] .app-layout-wrapper .resume-import-dialog .resume-import-dialog__paper{background:var(--background-light);color:var(--foreground)}html[data-theme=dark] .app-layout-wrapper .resume-import-modal__headIcon{background:var(--theme-soft-bg)}html[data-theme=dark] .app-layout-wrapper .resume-import-dropzone,html[data-theme=dark] .app-layout-wrapper .resume-import-textarea{border-color:var(--theme-soft-border);background:var(--theme-soft-bg)}@media screen and (max-width:768px){.resume-import-dialog .resume-import-dialog__paper{width:calc(100vw - 24px);height:min(460px,100vh - 24px);margin:12px}.resume-import-modal{padding:28px 18px 20px}.resume-import-modal__close{top:16px;right:14px}.resume-import-modal__head{gap:12px}.resume-import-modal__head h2{font-size:22px}.resume-import-modal__head p{margin-top:8px;font-size:14px}.resume-import-modal__headIcon{width:52px;height:52px;flex-basis:52px}.resume-import-tabs{margin-top:18px}.resume-import-tabs button{height:38px;font-size:14px;gap:8px}.resume-import-dropzone,.resume-import-textarea{margin-top:16px;min-height:0}.resume-import-dropzone{padding:20px 14px}.resume-import-dropzone strong{font-size:16px}.resume-import-dropzone>span{font-size:14px}.resume-import-filetypes{gap:14px}.resume-import-filetypes span{font-size:14px;gap:6px}.resume-import-filetypes svg{width:18px;height:18px}.resume-import-submit.MuiButton-root{height:44px;margin-top:16px;font-size:15px}.resumes-page-wrapper{padding:20px 16px 28px}.resumes-page-wrapper .resume-page-head{flex-direction:column;align-items:stretch;gap:18px}.resumes-page-wrapper .resume-page-watermark{top:46%;width:92px;opacity:.09}.resumes-page-wrapper .resume-page-head__actions{justify-content:flex-start}.resumes-page-wrapper .resume-head-action{width:100%;justify-content:center}.resumes-page-wrapper .resume-card-grid{grid-template-columns:1fr}.resumes-page-wrapper .resume-card{width:100%}.resumes-page-wrapper .resume-empty{margin-top:34px}.resumes-page-wrapper .resume-empty h2{font-size:21px}.resumes-page-wrapper .resume-empty>p{margin-bottom:24px;font-size:13px}.resumes-page-wrapper .resume-empty-card--primary{grid-template-columns:44px minmax(0,1fr);min-height:84px;padding:14px}.resumes-page-wrapper .resume-empty-card__arrow{display:none}.resumes-page-wrapper .resume-empty-grid{grid-template-columns:1fr}.resumes-page-wrapper .resume-card__hoverActions{opacity:1;transform:translateY(0);position:static;padding:0 14px 14px;pointer-events:auto}}.app-layout-header-wrapper{height:48px;width:100%;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:9;background-color:var(--background);border-bottom:1px solid var(--app-layout-header-border,#f1f5f9)}.app-layout-header-wrapper .app-layout-header-side{min-width:0;display:flex;align-items:center}.app-layout-header-wrapper .app-layout-header-side--right{justify-content:flex-end}.app-layout-header-wrapper .app-layout-header-title{justify-self:center;text-align:center;font-size:14px;line-height:1;font-weight:600;color:var(--text-muted);white-space:nowrap}.app-layout-header-wrapper .head-menu-left{display:flex;align-items:center;gap:4px}.app-layout-header-wrapper .head-menu-left .action-icon{line-height:16px}.app-layout-header-wrapper .head-menu-right{display:flex;gap:12px}.app-layout-header-wrapper .payment-entry-button{height:32px;padding:8px 12px 8px 8px;border-radius:16px;background-color:var(--button-bg2);cursor:pointer;font-size:13px;font-weight:600;line-height:16px;display:flex;align-items:center}.app-layout-header-wrapper .payment-entry-button .vip-icon{width:16px;height:16px}.app-layout-header-wrapper .payment-entry-button .text{font-weight:600;margin:0 6px 0 4px}.app-layout-header-wrapper .payment-entry-button .iconfont{font-size:12px;transform:scale(.8)}html[data-theme=dark] .app-layout-header-wrapper{--app-layout-header-border:#1f1f22}.resume-template-dialog .MuiDialog-paper{width:min(960px,100vw - 80px);max-height:calc(100vh - 96px);border-radius:14px;background:#fff;overflow:hidden}.resume-template-dialog__head{height:60px;padding:0 22px 0 24px;border-bottom:1px solid #e6eaf2;display:flex;align-items:center;justify-content:space-between}.resume-template-dialog__head h2{margin:0;color:#172033;font-size:20px;line-height:1.25;font-weight:850}.resume-template-dialog__head button{width:30px;height:30px;border:0;border-radius:8px;background:rgba(0,0,0,0);color:#98a2b3;font-size:28px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease}.resume-template-dialog__head button:hover{background:#f2f5fb;color:#475467}.resume-template-dialog__body{min-height:534px;max-height:calc(100vh - 156px);overflow:auto;padding:22px;background:#f5f7fb;scrollbar-width:thin;scrollbar-color:#c7d0df rgba(0,0,0,0)}.resume-template-dialog__body::-webkit-scrollbar{width:8px;height:8px}.resume-template-dialog__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.resume-template-dialog__body::-webkit-scrollbar-thumb{border:2px solid #f5f7fb;border-radius:999px;background:#c7d0df}.resume-template-dialog__body::-webkit-scrollbar-thumb:hover{background:#aeb8c8}.resume-template-dialog__loading{min-height:240px;display:flex;align-items:center;justify-content:center;gap:10px;color:#667085;font-size:14px}.resume-template-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:22px 18px;gap:22px 18px}.resume-template-card{position:relative;min-width:0;height:234px;padding:0;border:1px solid #e0e5ef;border-radius:10px;background:#fff;overflow:hidden;text-align:left;color:inherit;display:flex;flex-direction:column;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.resume-template-card:hover{transform:translateY(-2px);border-color:#b8c8ff;box-shadow:0 12px 24px rgba(15,23,42,.1)}.resume-template-card__preview{height:186px;background:#fff;display:grid;place-items:center;overflow:hidden}.resume-template-card__preview img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.resume-template-card__preview span{color:#98a2b3;font-size:12px}.resume-template-card__footer{position:relative;min-height:48px;padding:0 14px;border-top:1px solid #edf0f6;display:flex;align-items:center;overflow:hidden}.resume-template-card__footer strong{color:#172033;font-size:15px;line-height:1.35;font-weight:850;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resume-template-card__actions{position:absolute;inset:0;padding:8px 10px;background:hsla(0,0%,100%,.96);display:flex;gap:8px;align-items:center;justify-content:center;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.resume-template-card__actions button{height:30px;min-width:58px;border:1px solid var(--primary-color);border-radius:8px;background:#fff;color:var(--primary-color);font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.resume-template-card__actions button:hover:not(:disabled){background:#f4f7ff;box-shadow:0 8px 16px rgba(37,105,255,.12)}.resume-template-card__actions button.use{background:var(--primary-color);color:#fff}.resume-template-card__actions button.use:hover:not(:disabled){background:#1f55e8}.resume-template-card__actions button:disabled{cursor:not-allowed;opacity:.56}.resume-template-card:hover .resume-template-card__actions{opacity:1;transform:translateY(0)}.resume-template-card--blank,.resume-template-card--more{justify-content:center;align-items:center}.resume-template-card__blank,.resume-template-card__more{width:100%;height:100%;border:0;background:rgba(0,0,0,0);cursor:pointer;display:grid;grid-gap:18px;gap:18px;justify-items:center;align-content:center;color:#253044;font:inherit}.resume-template-card__blank span,.resume-template-card__more span{color:#475467;font-size:32px;line-height:1;font-weight:300}.resume-template-card__blank strong,.resume-template-card__more strong{color:#253044;font-size:15px;line-height:1.35;font-weight:700}.resume-template-card__blank:disabled,.resume-template-card__more:disabled{cursor:not-allowed;opacity:.72}.resume-template-card--more{border-style:dashed;background:linear-gradient(135deg,rgba(37,105,255,.06),rgba(255,255,255,.92)),#fff}.resume-template-card__more span{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eef4ff;color:var(--primary-color);font-size:34px;line-height:1}.resume-template-card__more em{margin-top:-10px;color:#7d8798;font-size:12px;line-height:1.4;font-style:normal}.resume-template-card__loading{position:absolute;inset:0;z-index:2;background:hsla(0,0%,100%,.82);color:var(--primary-color);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800}.resume-template-preview-dialog .MuiDialog-paper{width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);border-radius:14px;overflow:hidden;background:#fff}.resume-template-preview-dialog__head{height:50px;padding:0 14px 0 18px;border-bottom:1px solid #e6eaf2;display:flex;align-items:center;justify-content:space-between}.resume-template-preview-dialog__head strong{min-width:0;color:#172033;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resume-template-preview-dialog__head button{width:30px;height:30px;border:0;border-radius:8px;background:rgba(0,0,0,0);color:#98a2b3;font-size:26px;line-height:1;cursor:pointer}.resume-template-preview-dialog__head button:hover{background:#f2f5fb;color:#475467}.resume-template-preview-dialog__body{max-height:calc(100vh - 98px);padding:18px;background:#f5f7fb;overflow:auto}.resume-template-preview-dialog__body::-webkit-scrollbar{display:none}.resume-template-preview-dialog__body img{width:100%;height:auto;border-radius:8px;display:block;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.1)}@media screen and (max-width:1000px){.resume-template-dialog .MuiDialog-paper{width:calc(100vw - 48px)}.resume-template-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:760px){.resume-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:560px){.resume-template-dialog .MuiDialog-paper{width:calc(100vw - 24px);max-height:calc(100vh - 48px);border-radius:12px}.resume-template-dialog__head{height:56px;padding:0 14px 0 16px}.resume-template-dialog__head h2{font-size:18px}.resume-template-dialog__body{min-height:0;max-height:calc(100vh - 104px);padding:14px}.resume-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.resume-template-card{height:214px}.resume-template-card__preview{height:168px}.resume-template-card__actions{opacity:1;transform:none}.resume-template-card__actions button{min-width:50px;height:28px;font-size:12px}}.xiao-h-assistant{position:fixed;right:28px;bottom:24px;z-index:1200;font-family:inherit;--eye-x:0px;--eye-y:0px;--accent:#2864ff;--accent-soft:#eef5ff;--xiao-h-eye-height:17px}@media(max-width:991px){.layout-wrapper .edit-page-wrapper~.xiao-h-assistant,.layout-wrapper .xiao-h-assistant{bottom:calc(88px + env(safe-area-inset-bottom, 0px))}.layout-wrapper .xiao-h-assistant.is-open{bottom:calc(96px + env(safe-area-inset-bottom, 0px))}}.xiao-h-assistant__bubble{position:absolute;right:62px;bottom:38px;width:max-content;max-width:184px;padding:9px 12px;border:1px solid rgba(40,100,255,.12);border-radius:16px 16px 4px 16px;color:#203152;background:hsla(0,0%,100%,.96);box-shadow:0 14px 36px rgba(22,36,72,.12);font-size:13px;font-weight:700;line-height:1.45;word-break:normal;transition:transform .22s ease,opacity .22s ease}.xiao-h-assistant.is-open .xiao-h-assistant__bubble{opacity:0;transform:translateY(-10px)}.xiao-h-assistant__orb{position:relative;width:54px;height:54px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;filter:drop-shadow(0 10px 20px rgba(25,92,255,.16));transform:translateY(0);transition:filter .2s ease,transform .2s ease}.xiao-h-assistant.is-open .xiao-h-assistant__orb,.xiao-h-assistant__orb:hover{filter:drop-shadow(0 12px 24px rgba(25,92,255,.2));transform:translateY(-4px)}.xiao-h-assistant.is-happy .xiao-h-assistant__orb{animation:xiao-h-bob .9s ease both}.xiao-h-assistant.is-excited .xiao-h-assistant__orb{animation:xiao-h-bob .7s ease both}.xiao-h-assistant.is-sparkle .xiao-h-assistant__orb{animation:xiao-h-pop .72s ease both}.xiao-h-assistant.is-busy .xiao-h-assistant__orb{cursor:wait;animation:xiao-h-busy-pulse 1.8s ease-in-out infinite}.xiao-h-assistant.is-busy .xiao-h-assistant__orb:after,.xiao-h-assistant.is-busy .xiao-h-assistant__orb:before{content:"";position:absolute;inset:-5px;border:1px solid rgba(40,100,255,.28);border-radius:24px;animation:xiao-h-radio 1.7s ease-out infinite}.xiao-h-assistant.is-busy .xiao-h-assistant__orb:after{animation-delay:.55s}.xiao-h-assistant.is-steady .xiao-h-assistant__orb,.xiao-h-assistant.is-thinking .xiao-h-assistant__orb{animation:xiao-h-tilt .75s ease both}.xiao-h-mascot,.xiao-h-mascot__core{position:absolute;inset:0;display:block}.xiao-h-mascot__core{border-radius:19px;background:#2864ff;box-shadow:0 0 0 1px rgba(12,75,220,.06);overflow:hidden}.xiao-h-mascot__shine{display:none}.xiao-h-mascot__eye{position:absolute;top:14px;width:9px;height:var(--xiao-h-eye-height);border-radius:999px;background:#fff;box-shadow:0 1px 0 rgba(13,57,160,.08);transform:translate(var(--eye-x),var(--eye-y));transition:transform .08s linear,width .18s ease,height .18s ease,border-radius .18s ease,opacity .18s ease}.xiao-h-mascot__eye--left{left:15.5px}.xiao-h-mascot__eye--right{right:15.5px}.xiao-h-assistant.is-curious .xiao-h-mascot__eye--right,.xiao-h-assistant.is-thinking .xiao-h-mascot__eye--left,.xiao-h-assistant.is-wink .xiao-h-mascot__eye--right{height:7px;border-radius:999px;transform:translate(var(--eye-x),var(--eye-y)) translateY(7px)}.xiao-h-assistant.is-wink .xiao-h-mascot__eye--right{height:3px;width:12px;right:15px;transform:translate(var(--eye-x),var(--eye-y)) translateY(8px) rotate(-2deg);animation:none}.xiao-h-assistant.is-wink .xiao-h-mascot__eye--left{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y));animation:none}.xiao-h-assistant.is-busy .xiao-h-mascot__eye{height:6px;width:15px;transform:translate(var(--eye-x),var(--eye-y)) translateY(6px);animation:xiao-h-busy-eye 1.2s ease-in-out infinite}.xiao-h-assistant.is-happy .xiao-h-mascot__eye{width:9px;height:var(--xiao-h-eye-height)}.xiao-h-assistant.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-happy .xiao-h-mascot__eye--right{transform:translate(var(--eye-x),var(--eye-y)) translateY(-1px)}.xiao-h-assistant.is-excited .xiao-h-mascot__eye{top:14px;width:9px;height:var(--xiao-h-eye-height)}.xiao-h-assistant.is-sparkle .xiao-h-mascot__eye{top:18px;width:14px;height:5px;transform:translate(var(--eye-x),var(--eye-y)) rotate(-6deg);animation:none}.xiao-h-assistant.is-sparkle .xiao-h-mascot__eye--right{transform:translate(var(--eye-x),var(--eye-y)) rotate(6deg)}.xiao-h-assistant.is-steady .xiao-h-mascot__eye{width:18px;height:4px;border-radius:999px;transform:translateY(8px);animation:none}.xiao-h-assistant.is-eye-idle.is-eye-blink.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-blink.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-blink .32s ease-in-out both}.xiao-h-assistant.is-eye-idle.is-eye-look-left.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-look-left.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-look-left .96s ease-in-out both}.xiao-h-assistant.is-eye-idle.is-eye-look-right.is-happy .xiao-h-mascot__eye,.xiao-h-assistant.is-eye-idle.is-eye-look-right.is-idle .xiao-h-mascot__eye{animation:xiao-h-idle-look-right .96s ease-in-out both}.xiao-h-assistant__panel{position:absolute;right:0;bottom:78px;width:min(336px,100vw - 42px);max-height:min(560px,100vh - 132px);overflow:auto;padding:12px;border:1px solid rgba(40,100,255,.12);border-radius:20px;background:hsla(0,0%,100%,.98);box-shadow:0 24px 72px rgba(22,36,72,.16);opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transform-origin:right bottom;transition:opacity .2s ease,transform .2s ease}.xiao-h-assistant.is-open .xiao-h-assistant__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.xiao-h-assistant__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:3px 3px 10px}.xiao-h-assistant__head strong{display:block;color:#14213f;font-size:16px;line-height:1.35}.xiao-h-assistant__head span{display:block;margin-top:4px;color:#66748c;font-size:13px;line-height:1.48}.xiao-h-assistant__head button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;border:0;border-radius:10px;color:#687891;background:#f3f6fb;cursor:pointer}.xiao-h-assistant__interactions{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}.xiao-h-assistant__interactions button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;height:52px;border:1px solid rgba(40,100,255,.12);border-radius:14px;color:#31507d;background:linear-gradient(180deg,#fbfdff,#f4f8ff);font-size:11px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.xiao-h-assistant__interactions button svg{width:16px;height:16px}.xiao-h-assistant__interactions button:hover{border-color:rgba(40,100,255,.24);color:var(--accent);background:#eef5ff}.xiao-h-assistant__prompts{display:grid;grid-gap:9px;gap:9px}.xiao-h-assistant__prompts button{display:grid;grid-template-columns:34px 1fr 18px;align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:66px;padding:11px 10px;border:1px solid #edf1f7;border-radius:14px;color:inherit;text-align:left;background:hsla(0,0%,100%,.92);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.xiao-h-assistant__prompts button:hover{border-color:rgba(40,100,255,.24);background:#fff;box-shadow:0 12px 26px rgba(22,36,72,.09);transform:translateY(-1px)}.xiao-h-assistant__prompts button:disabled{cursor:not-allowed;opacity:.58;transform:none}.xiao-h-assistant__prompt-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;color:var(--accent);background:var(--accent-soft)}.xiao-h-assistant__prompt-copy{min-width:0}.xiao-h-assistant__prompt-copy strong{display:block;color:#17233d;font-size:14px;line-height:1.35}.xiao-h-assistant__prompt-copy em{display:block;margin-top:3px;color:#6a778d;font-size:12px;font-style:normal;line-height:1.4}.xiao-h-assistant__prompt-arrow{color:#9ba8bc}@keyframes xiao-h-bob{0%,to{transform:translateY(-4px)}45%{transform:translateY(-10px)}}@keyframes xiao-h-tilt{0%,to{transform:translateY(-4px) rotate(0deg)}45%{transform:translateY(-5px) rotate(-5deg)}}@keyframes xiao-h-pop{0%,to{transform:translateY(-4px) scale(1)}45%{transform:translateY(-7px) scale(1.08)}}@keyframes xiao-h-radio{0%{opacity:.58;transform:scale(.92)}to{opacity:0;transform:scale(1.28)}}@keyframes xiao-h-busy-pulse{0%,to{filter:drop-shadow(0 10px 20px rgba(25,92,255,.16));transform:translateY(0)}50%{filter:drop-shadow(0 14px 28px rgba(25,92,255,.26));transform:translateY(-3px)}}@keyframes xiao-h-busy-eye{0%,to{opacity:.82}50%{opacity:1}}@keyframes xiao-h-idle-blink{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}48%,58%{height:4px;transform:translate(var(--eye-x),var(--eye-y)) translateY(7px)}}@keyframes xiao-h-idle-look-left{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}45%,68%{height:var(--xiao-h-eye-height);transform:translate(calc(var(--eye-x) - 3px),var(--eye-y))}}@keyframes xiao-h-idle-look-right{0%,to{height:var(--xiao-h-eye-height);transform:translate(var(--eye-x),var(--eye-y))}45%,68%{height:var(--xiao-h-eye-height);transform:translate(calc(var(--eye-x) + 3px),var(--eye-y))}}@media(max-width:720px){.xiao-h-assistant{right:14px;bottom:16px;--xiao-h-eye-height:16px}.xiao-h-assistant__orb{width:52px;height:52px}.xiao-h-mascot__core{border-radius:17px}.xiao-h-mascot__eye{top:12px;width:9px;height:16px}.xiao-h-mascot__eye--left{left:14px}.xiao-h-mascot__eye--right{right:14px}.xiao-h-assistant__bubble{right:62px;bottom:38px;width:max-content;max-width:184px;font-size:12px}.xiao-h-assistant__panel{right:0;bottom:70px;width:min(330px,100vw - 32px)}}