:root{--paper:#f6f7fb;--surface:#ffffff;--surface-2:#f2f4f9;--ink:#1a1c22;--muted:#6b7280;--faint:#9aa0a8;--line:rgba(20,24,40,0.09);--accent:#7c5cff;--accent-deep:#5b45c9;--accent-2:#4f7dff;--accent-soft:rgba(124,92,255,0.10);--grad:linear-gradient(135deg,#4f7dff,#8b5cf6);--ok:#16a34a;--warn:#b45309;--danger:#dc2626;--radius:10px;--shadow:0 1px 2px rgba(20,24,40,0.04),0 10px 28px rgba(20,24,40,0.07);--font-display:"Songti SC","Noto Serif SC","STSong","SimSun",serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;--font-mono:"SF Mono","Cascadia Mono","Consolas",monospace}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-sans);background:var(--paper);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(640px 420px at 12% -6%,rgba(124,92,255,.12),transparent 62%),radial-gradient(720px 520px at 92% 6%,rgba(79,125,255,.12),transparent 62%),radial-gradient(900px 620px at 50% 118%,rgba(59,130,246,.08),transparent 60%)}.container{max-width:960px;margin:0 auto;padding:0 20px 72px}:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px;border-radius:4px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(246,247,251,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header-inner{display:flex;align-items:center;gap:24px;height:60px;max-width:960px;margin:0 auto;padding:0 20px}.site-logo{display:inline-flex;align-items:baseline;gap:8px;font-family:var(--font-display);font-size:19px;font-weight:600;letter-spacing:.02em;color:var(--ink);text-decoration:none;white-space:nowrap}.site-logo:before{content:"";align-self:center;width:9px;height:9px;background:var(--grad);transform:rotate(45deg);box-shadow:0 0 10px rgba(124,92,255,.45);flex:none}.site-nav{display:flex;gap:2px;flex:1 1}.nav-link{padding:7px 13px;border-radius:8px;font-size:14px;color:var(--muted);text-decoration:none;transition:color .15s,background-color .15s}.nav-link:hover{color:var(--ink);background:var(--accent-soft)}.nav-link.active{color:var(--accent-deep);background:var(--accent-soft);font-weight:600}.site-user{display:flex;align-items:center;gap:12px;white-space:nowrap}.user-email{font-family:var(--font-mono);font-size:12.5px;color:var(--muted);max-width:230px;overflow:hidden;text-overflow:ellipsis}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;cursor:pointer;font-family:var(--font-sans);font-size:14.5px;font-weight:600;border-radius:var(--radius);padding:10px 18px;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .1s}.btn-primary{background:var(--grad);color:#fff;box-shadow:0 6px 20px rgba(124,92,255,.28)}.btn-primary:hover:not(:disabled){box-shadow:0 8px 24px rgba(124,92,255,.4);filter:brightness(1.04)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{border-color:rgba(124,92,255,.55);color:var(--accent-deep);background:var(--accent-soft)}.btn-sm{padding:6px 12px;font-size:13px;border-radius:8px}.link-btn{background:none;border:none;color:var(--accent-deep);cursor:pointer;font-family:var(--font-sans);font-size:14px;padding:0}.link-btn:hover{text-decoration:underline;text-underline-offset:3px}.header{text-align:center;padding:56px 0 12px}.header h1{margin:0;font-family:var(--font-display);font-size:34px;font-weight:600;letter-spacing:.03em;color:var(--ink)}.header p{margin:12px auto 0;max-width:560px;color:var(--muted);font-size:15px}.flow{margin-top:16px}.flow-step{position:relative}.flow-step:not(:last-child):before{content:"";position:absolute;left:12px;top:28px;bottom:-26px;width:2px;background:linear-gradient(180deg,rgba(124,92,255,.45),rgba(79,125,255,.4));border-radius:2px}.step{display:flex;gap:13px;margin:30px 0 14px}.step,.step-badge{align-items:center}.step-badge{width:26px;height:26px;flex:none;border:1px solid rgba(124,92,255,.55);color:var(--accent-deep);background:rgba(124,92,255,.08);border-radius:50%;font-family:var(--font-display);font-size:14px;font-weight:600;display:inline-flex;justify-content:center;position:relative;z-index:1}.step-title{margin:0;font-size:17px;font-weight:600;letter-spacing:.01em}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 28px}.dropzone{border:1.5px dashed rgba(20,24,40,.22);border-radius:var(--radius);padding:46px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background-color .2s;background:#fbfcfe}.dropzone:hover{border-color:rgba(124,92,255,.65);background:var(--accent-soft)}.dropzone.dragging{border-color:var(--accent-2);background:rgba(79,125,255,.08)}.dz-icon{font-size:30px;line-height:1;opacity:.85}.dz-main{margin-top:12px;font-size:15.5px;font-weight:600;color:var(--ink)}.dz-sub{margin-top:4px;font-size:13px;color:var(--muted)}.file-row{justify-content:space-between;gap:14px;flex-wrap:wrap}.file-info,.file-row{display:flex;align-items:center}.file-info{gap:13px;min-width:0}.file-icon{font-size:24px;flex:none}.file-name{font-weight:600;word-break:break-all}.file-meta{font-family:var(--font-mono);font-size:12.5px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.file-actions{display:flex;align-items:center;gap:16px;flex:none}details.extract-preview{margin-top:18px;border-top:1px solid var(--line);padding-top:14px}details.extract-preview summary{cursor:pointer;font-size:14px;color:var(--accent-deep);list-style:none}details.extract-preview summary::-webkit-details-marker{display:none}details.extract-preview summary:before{content:"＋ ";color:var(--accent-2)}details.extract-preview[open] summary:before{content:"－ "}.extract-text{margin-top:12px;max-height:220px;overflow:auto;background:#f6f7fb;border:1px solid var(--line);border-radius:8px;font-size:13px;white-space:pre-wrap;color:#444a56}.extract-text,.textarea{padding:14px 16px;line-height:1.8;font-family:var(--font-sans)}.textarea{width:100%;min-height:180px;border:1px solid var(--line);border-radius:var(--radius);font-size:14.5px;resize:vertical;color:var(--ink);background:#fbfcfe;transition:border-color .15s,background-color .15s,box-shadow .15s}.textarea:focus{outline:none;border-color:rgba(124,92,255,.65);background:#fff;box-shadow:0 0 0 3px rgba(124,92,255,.12)}.input-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.char-count{font-family:var(--font-mono);font-size:12px;color:var(--faint);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hint{margin:8px 0 0;font-size:13px;color:var(--muted)}.analyze-area{margin-top:28px;text-align:center}.btn-analyze{font-size:16px;padding:13px 40px;border-radius:12px;letter-spacing:.06em}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:46px 20px;gap:16px;text-align:center}.spinner{width:34px;height:34px;border:2px solid rgba(124,92,255,.18);border-top:2px solid var(--accent-2);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{color:var(--muted);font-size:14px}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fdf3f1;border:1px solid #f1c7c0;color:var(--danger);padding:12px 16px;border-radius:var(--radius);margin-top:22px;flex-wrap:wrap}.error-banner .msg{font-size:14px}.btn-retry{background:#fff;border:1px solid #ecc4bd;color:var(--danger)}.btn-retry:hover{background:#fdf3f1;border-color:var(--danger)}.demo-banner{background:#fbf7ec;border:1px solid #eadfbe;color:#7c5a10;padding:11px 15px;border-radius:var(--radius);font-size:13px;margin-bottom:18px}.demo-banner code{background:#f3ead0;border-radius:4px;padding:1px 5px;font-family:var(--font-mono);font-size:12px}.saved-banner{background:#edf6f0;border-color:#c6e3d2;color:#1f6f45}.results-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:40px 0 16px;border-bottom:1px solid var(--line);padding-bottom:12px}.results-header h2{margin:0;font-family:var(--font-display);font-size:24px;font-weight:600}.result-card{margin-bottom:18px;border-radius:var(--radius)}.result-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:10px;flex-wrap:wrap}.result-card-head h3{margin:0;font-size:16px;font-weight:700;letter-spacing:.01em}.copy-btn{background:transparent;border:1px solid var(--line);color:var(--accent-deep);font-family:var(--font-sans);font-size:13px;padding:5px 13px;border-radius:8px;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.copy-btn:hover{background:var(--accent-soft);border-color:rgba(124,92,255,.55)}.copy-btn.copied{color:var(--ok);border-color:#bcdcc8}.score-row{display:flex;align-items:center;gap:18px;margin:4px 0 18px;border-bottom:1px solid var(--line);padding-bottom:18px}.score-num{font-family:var(--font-display);font-size:44px;font-weight:600;line-height:1;flex:none;min-width:92px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.score-num span{font-family:var(--font-sans);font-size:14px;font-weight:400;margin-left:4px;background:none;-webkit-background-clip:initial;background-clip:initial;color:var(--muted)}.score-bar{flex:1 1;height:6px;background:rgba(20,24,40,.08);border-radius:99px;overflow:hidden}.score-fill{height:100%;background:var(--grad);border-radius:99px;transition:width .6s ease}.summary{margin:0 0 18px;color:#3d424c}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:640px){.two-col{grid-template-columns:1fr}}.two-col h4{margin:0 0 10px;font-size:13.5px;font-weight:700;letter-spacing:.04em;display:flex;align-items:center;gap:7px}.two-col h4:before{content:"";width:6px;height:6px;flex:none}.strengths h4:before{background:var(--ok)}.gaps h4:before{background:var(--warn)}.strengths h4{color:var(--ok)}.gaps h4{color:var(--warn)}.two-col ul{margin:0;padding-left:0;list-style:none}.two-col li{position:relative;padding-left:20px;margin-bottom:8px;font-size:14px;color:#3d424c}.two-col li:before{content:"";position:absolute;left:2px;top:10px;width:7px;height:1.5px;background:currentColor}.suggest-list{margin:0;padding-left:0;list-style:none;counter-reset:sug}.suggest-list li{counter-increment:sug;display:flex;gap:12px;margin-bottom:12px;font-size:14px;color:#3d424c}.suggest-list li:before{content:counter(sug,decimal-leading-zero);flex:none;font-family:var(--font-display);font-size:13px;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.02em;margin-top:2px;min-width:20px}.cover-letter{white-space:pre-wrap;font-size:14.5px;line-height:2;color:#3d424c;padding:18px 20px;background:#f6f7fb;border-left:1px solid var(--line);border:1px solid var(--line);border-left:3px solid rgba(124,92,255,.65);border-radius:6px}.qa-list{margin:0}.qa-item{border:1px solid var(--line);border-radius:var(--radius);margin-bottom:10px;overflow:hidden;background:#fff}.qa-item summary{cursor:pointer;font-weight:600;font-size:14.5px;list-style:none;position:relative;padding:13px 36px 13px 16px;transition:color .15s}.qa-item summary::-webkit-details-marker{display:none}.qa-item summary:hover{color:var(--accent-deep)}.qa-item summary:after{content:"+";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--accent-2);font-size:18px;font-weight:400}.qa-item[open] summary:after{content:"–"}.qa-answer{padding:12px 16px 14px;margin:0;font-size:14px;color:#444a56;border-top:1px solid var(--line);background:#fafbfd}.auth-wrap{display:flex;justify-content:center;padding:64px 20px 72px}.auth-card{width:100%;max-width:420px;padding:36px 36px 30px;position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad)}.auth-card h2{margin:0 0 6px;font-family:var(--font-display);font-size:24px;font-weight:600}.auth-form{gap:16px;margin-top:22px}.auth-form,.field{display:flex;flex-direction:column}.field{gap:7px;font-size:14px}.field span{color:var(--muted)}.field input{padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-sans);font-size:14.5px;color:var(--ink);background:#fbfcfe;transition:border-color .15s,background-color .15s,box-shadow .15s}.field input:focus{outline:none;border-color:rgba(124,92,255,.65);background:#fff;box-shadow:0 0 0 3px rgba(124,92,255,.12)}.auth-error{background:#fdf3f1;border:1px solid #f1c7c0;color:var(--danger);border-radius:8px}.auth-error,.auth-info{padding:9px 12px;font-size:13px}.auth-info{background:var(--accent-soft);border:1px solid rgba(124,92,255,.3);color:var(--accent-deep);border-radius:8px}.auth-submit{width:100%;margin-top:4px;padding:12px;letter-spacing:.06em}.auth-switch{margin-top:18px;font-size:14px}.auth-switch,.empty-state{text-align:center;color:var(--muted)}.empty-state{padding:44px 24px}.empty-state p{margin:0 0 8px}.history-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.history-item{display:flex;align-items:center;justify-content:space-between;gap:16px;text-decoration:none;color:inherit;border-left:3px solid transparent;transition:border-color .15s,box-shadow .15s}.history-item:hover{border-left-color:var(--accent);box-shadow:0 2px 8px rgba(20,24,40,.06),0 16px 36px rgba(20,24,40,.09)}.history-main{min-width:0}.history-title{font-weight:600;font-size:15px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-meta{font-family:var(--font-mono);font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.history-score{flex:none}.score-chip{display:inline-block;background:rgba(124,92,255,.12);color:var(--accent-deep);font-family:var(--font-display);font-weight:600;font-size:15px;padding:6px 13px;border-radius:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.detail-top{display:flex;align-items:center;justify-content:space-between;margin:28px 0 10px}.footer{text-align:center;color:var(--faint);font-size:12.5px;margin-top:48px;letter-spacing:.02em}@media (max-width:640px){.user-email{display:none}.card{padding:20px 18px}.header{padding-top:40px}.header h1{font-size:27px}.score-num{font-size:36px;min-width:74px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:1ms!important;transition-duration:1ms!important}}.radar-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px}.radar-chart{width:100%;max-width:320px;display:block}.radar-grid{fill:none}.radar-axis,.radar-grid{stroke:rgba(20,24,40,.1);stroke-width:1}.radar-dot{fill:#8b5cf6}.radar-label{font-size:11px;fill:#6b7280}.radar-legend{display:flex;flex-direction:column;gap:8px;min-width:150px}.radar-legend-item{font-size:13px;color:#6b7280;display:flex;justify-content:space-between;gap:16px}.radar-legend-item b{font-family:var(--font-mono);color:var(--accent-deep);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.optimized-resume{white-space:pre-wrap;font-size:14px;line-height:1.9;color:#3d424c;padding:18px 20px;background:#f6f7fb;border:1px solid var(--line);border-radius:6px;max-height:520px;overflow:auto}.detail-meta{display:flex;flex-wrap:wrap;gap:10px 28px;padding:12px 18px;margin-bottom:18px;font-size:13px;color:var(--muted)}.detail-meta b{color:var(--accent-deep);font-family:var(--font-mono)}.snapshot-card h3{margin:0 0 12px;font-size:15px}.snapshot-text{white-space:pre-wrap;max-height:260px;overflow:auto}.field-hint{font-size:12.5px}.field-hint.ok{color:var(--ok)}.field-hint.err{color:var(--danger)}.picker-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px dashed var(--line);flex-wrap:wrap}.picker-label{font-size:13px;color:var(--muted);white-space:nowrap}.picker{flex:1 1;min-width:220px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;font-family:var(--font-sans);font-size:13.5px;color:var(--ink);background:#fbfcfe}.picker:focus{outline:none;border-color:rgba(124,92,255,.65);box-shadow:0 0 0 3px rgba(124,92,255,.12)}.btn-delete{background:transparent;border:1px solid var(--line);color:var(--muted);font-family:var(--font-sans);font-size:12.5px;padding:5px 12px;border-radius:8px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s,background-color .15s}.btn-delete:hover{color:var(--danger);border-color:rgba(220,38,38,.4);background:rgba(220,38,38,.06)}.btn-delete.confirming{color:#fff;border-color:var(--danger);background:var(--danger)}.history-main-link{flex:1 1;min-width:0;text-decoration:none;color:inherit}.detail-top-right{display:flex;align-items:center;gap:12px}.auth-forgot{margin:-4px 0 0;text-align:right;font-size:13.5px}.auth-loading{margin:16px 0 0;text-align:center;color:var(--muted);font-size:14px}.password-wrap{position:relative;display:block}.password-wrap input{width:100%;padding-right:46px}.password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);padding:4px 6px;background:none;border:none;cursor:pointer;font-size:13px;color:var(--muted)}.password-toggle:hover{color:var(--accent-deep)}.auth-resend{margin-top:-4px;font-size:13.5px}.rp-editor{--rp-editor-line:rgba(20,24,40,0.1)}.rp-editor-toolbar{position:-webkit-sticky;position:sticky;top:60px;z-index:30;background:rgba(246,247,251,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:10px 20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.rp-editor-toolbar .rp-title-input{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 10px;font-size:14px;min-width:180px;max-width:260px}.rp-editor-toolbar .rp-save-state{font-size:12px;color:var(--muted);white-space:nowrap}.rp-theme-switcher{display:flex;gap:6px;flex-wrap:wrap}.rp-theme-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:5px 12px;font-size:13px;cursor:pointer;transition:all .15s ease}.rp-theme-chip.active,.rp-theme-chip:hover{border-color:var(--accent)}.rp-theme-chip.active{background:var(--accent-soft);color:var(--accent-deep);font-weight:600}.rp-theme-dot{width:10px;height:10px;border-radius:50%;flex:none}.rp-theme-dot.clean{background:#2563eb}.rp-theme-dot.product{background:linear-gradient(135deg,#4f7dff,#8b5cf6)}.rp-theme-dot.creative{background:#ff6b35}.rp-theme-dot.enterprise{background:#22d3ee}.rp-editor-main{display:grid;grid-template-columns:420px minmax(0,1fr);grid-gap:0;gap:0;min-height:calc(100vh - 120px)}.rp-form-col{border-right:1px solid var(--rp-editor-line);background:#fbfbfd;padding:16px;overflow-y:auto;max-height:calc(100vh - 120px)}.rp-preview-col{padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px;background:#eef0f5}.rp-device-toggle{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px}.rp-device-toggle button{border:0;background:transparent;border-radius:999px;padding:4px 12px;font-size:12px;cursor:pointer;color:var(--muted)}.rp-device-toggle button.active{background:var(--grad);color:#fff}.rp-preview-frame{width:100%;transition:max-width .2s ease}.rp-preview-frame.mobile{max-width:390px}.rp-preview-frame.desktop{max-width:860px}.rp-preview-scroll{border-radius:14px;overflow:hidden;box-shadow:0 10px 34px rgba(20,24,40,.14);max-height:calc(100vh - 190px);overflow-y:auto;background:#fff}.rp-source-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.rp-source-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 14px;font-size:13px;cursor:pointer;color:var(--ink)}.rp-source-tab.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-deep);font-weight:600}.rp-source-panel{gap:10px}.rp-source-list,.rp-source-panel{display:flex;flex-direction:column}.rp-source-list{gap:8px;max-height:320px;overflow-y:auto}.rp-source-item{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;text-align:left;transition:all .12s ease}.rp-source-item.selected,.rp-source-item:hover{border-color:var(--accent)}.rp-source-item.selected{background:var(--accent-soft)}.rp-source-item .rp-source-title{font-size:14px;font-weight:600;color:var(--ink)}.rp-source-item .rp-source-meta{font-size:12px;color:var(--muted);margin-top:2px}.rp-version-toggle{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:2px;margin-top:8px}.rp-version-toggle button{border:0;background:transparent;border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer;color:var(--muted)}.rp-version-toggle button.active{background:var(--accent);color:#fff}.rp-generate-row{display:flex;align-items:center;gap:10px;margin-top:4px}.rp-target-role{flex:1 1;min-width:0;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;font-size:13px}.rp-banner{border:1px solid var(--warn);background:#fff8ec;color:#7c4a03;border-radius:10px;padding:10px 12px;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.rp-banner .rp-banner-actions{display:flex;gap:8px}.rp-fieldset{border:1px solid var(--rp-editor-line);background:#fff;border-radius:12px;margin-bottom:10px;overflow:hidden}.rp-fieldset-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:#fff;border:0;cursor:pointer;font-size:14px;font-weight:600;color:var(--ink);text-align:left}.rp-fieldset-head:hover{background:var(--surface-2)}.rp-fieldset-body{border-top:1px solid var(--rp-editor-line);gap:8px;padding:10px 12px 12px}.rp-field,.rp-fieldset-body{display:flex;flex-direction:column}.rp-field{gap:4px}.rp-field>label{font-size:12px;color:var(--muted)}.rp-field input,.rp-field select,.rp-field textarea{border:1px solid var(--line);border-radius:8px;padding:7px 9px;font-size:13px;font-family:inherit;background:#fff;color:var(--ink);width:100%}.rp-field textarea{resize:vertical;min-height:60px}.rp-field input:focus,.rp-field select:focus,.rp-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.rp-section-toggle{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px dashed var(--rp-editor-line);font-size:13px}.rp-section-toggle:last-child{border-bottom:0}.rp-list-editor{display:flex;flex-direction:column;gap:8px}.rp-list-item-card{border:1px solid var(--rp-editor-line);border-radius:10px;padding:8px;background:#fafbfd;display:flex;flex-direction:column;gap:6px}.rp-list-item-actions{display:flex;gap:4px;justify-content:flex-end}.rp-icon-btn{border:1px solid var(--line);background:#fff;border-radius:6px;padding:2px 8px;font-size:12px;cursor:pointer;color:var(--muted)}.rp-icon-btn:hover{color:var(--ink);border-color:var(--muted)}.rp-icon-btn.danger:hover{color:var(--danger);border-color:var(--danger)}.rp-add-btn{align-self:flex-start;border:1px dashed var(--accent);background:transparent;color:var(--accent-deep);border-radius:8px;padding:5px 12px;font-size:13px;cursor:pointer}.rp-add-btn:hover{background:var(--accent-soft)}.rp-lines-hint{font-size:11px;color:var(--faint)}.rp-modal-backdrop{position:fixed;inset:0;background:rgba(20,24,40,.45);display:flex;align-items:center;justify-content:center;z-index:60;padding:20px}.rp-modal-card{background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(20,24,40,.28);padding:24px;max-width:480px;width:100%;display:flex;flex-direction:column;gap:12px}.rp-modal-card h3{margin:0;font-size:18px}.rp-link-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:var(--surface-2)}.rp-link-box input{flex:1 1;min-width:0;border:0;background:transparent;font-size:13px;color:var(--ink)}.rp-modal-actions{display:flex;gap:8px;flex-wrap:wrap}.rp-empty{color:var(--muted);font-size:13px;padding:18px;text-align:center}.rp-root{--rp-bg:#ffffff;--rp-surface:#fafafa;--rp-ink:#1f2430;--rp-muted:#6b7280;--rp-line:rgba(31,36,48,0.12);--rp-accent:#2563eb;--rp-accent-2:#1e40af;--rp-grad:linear-gradient(135deg,#2563eb,#7c5cff);--rp-radius:12px;--rp-font-display:"Songti SC","Noto Serif SC","STSong","SimSun",serif;--rp-font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;--rp-font-mono:"SF Mono","Cascadia Mono",Consolas,monospace;background:var(--rp-bg);color:var(--rp-ink);font-family:var(--rp-font-sans);line-height:1.7;-webkit-font-smoothing:antialiased;font-size:15px}.rp-root *{box-sizing:border-box}.rp-root a{color:inherit;text-decoration:none}.rp-root h1,.rp-root h2,.rp-root h3,.rp-root h4{margin:0;line-height:1.3;font-weight:700}.rp-root p{margin:0}.rp-root ul{margin:0;padding:0;list-style:none}.rp-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.rp-tag{border:1px solid var(--rp-line);background:#fff;border-radius:999px;padding:4px 14px;font-size:13px}.rp-skill-chips{display:flex;flex-wrap:wrap;gap:8px}.rp-skill-chip{border:1px solid var(--rp-line);background:#fff;border-radius:6px;padding:4px 10px;font-size:13px}.rp-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.rp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 24px;font-size:15px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.rp-btn-primary{background:var(--rp-grad);color:#fff;box-shadow:0 8px 22px rgba(37,99,235,.22)}.rp-btn-primary:hover{transform:translateY(-1px)}.rp-btn-ghost{border-color:var(--rp-line);background:#fff;color:var(--rp-ink)}.rp-btn-ghost:hover{border-color:var(--rp-accent);color:var(--rp-accent)}.rp-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;font-size:14px;color:var(--rp-muted)}.rp-meta-item{display:inline-flex;align-items:center;gap:4px}.rp-section-head{display:flex;flex-direction:column;gap:2px;margin-bottom:20px}.rp-section-head h2{font-size:24px;letter-spacing:.01em}.rp-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rp-accent)}.rp-about-text{font-size:16px;max-width:760px}.rp-item-summary{margin-top:8px;font-size:14px}.rp-item-period{font-size:13px;color:var(--rp-muted);white-space:nowrap}.rp-item-list{margin-top:8px;display:flex;flex-direction:column;gap:4px}.rp-item-list li{font-size:14px;padding-left:18px;position:relative}.rp-item-list li:before{content:"";position:absolute;left:2px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--rp-accent)}.rp-item-foot{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.rp-link-arrow{font-size:13px;color:var(--rp-accent);font-weight:600}.rp-link-arrow:hover{text-decoration:underline}.rp-skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:22px;gap:22px}.rp-skill-group h3{font-size:14px;font-weight:700;margin-bottom:10px;letter-spacing:.04em}.rp-contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:12px;gap:12px}.rp-contact-item{display:flex;flex-direction:column;gap:2px;border:1px solid var(--rp-line);border-radius:var(--rp-radius);padding:14px 16px;background:var(--rp-surface);transition:border-color .15s ease}.rp-contact-item:hover{border-color:var(--rp-accent)}.rp-contact-label{font-size:12px;color:var(--rp-muted)}.rp-contact-value{font-size:14px;font-weight:600}.rp-footer{margin-top:40px;padding:22px;text-align:center;font-size:13px;color:var(--rp-muted);border-top:1px solid var(--rp-line)}.rp-footer a{color:var(--rp-accent);text-decoration:underline}.rp-theme-clean{--rp-bg:#ffffff;--rp-surface:#ffffff;--rp-ink:#232833;--rp-muted:#6b7280;--rp-line:rgba(35,40,51,0.12);--rp-accent:#2563eb;--rp-accent-2:#1e40af;--rp-grad:linear-gradient(135deg,#2563eb,#3b82f6);--rp-radius:8px;background:#fff}.rp-theme-clean .rp-clean-head{border-bottom:1px solid var(--rp-line);padding:44px 24px 30px}.rp-theme-clean .rp-clean-head-main{max-width:980px;margin:0 auto}.rp-theme-clean .rp-name{font-size:36px;font-weight:800;letter-spacing:-.01em}.rp-theme-clean .rp-headline{margin-top:6px;font-size:17px;font-weight:600;color:var(--rp-accent)}.rp-theme-clean .rp-tagline{margin-top:8px;font-size:15px;color:var(--rp-muted);max-width:640px}.rp-theme-clean .rp-cta-row{margin-top:18px}.rp-theme-clean .rp-clean-grid{max-width:980px;margin:0 auto;padding:34px 24px 8px;display:grid;grid-template-columns:minmax(230px,300px) 1fr;grid-gap:44px;gap:44px;align-items:start}.rp-theme-clean .rp-clean-aside{display:flex;flex-direction:column;gap:26px;border-right:1px solid var(--rp-line);padding-right:30px}.rp-theme-clean .rp-clean-block h3{font-size:12px;font-weight:700;letter-spacing:.14em;color:var(--rp-muted);margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--rp-line)}.rp-theme-clean .rp-clean-block .rp-tags{margin-top:0;flex-direction:column;align-items:flex-start;gap:6px}.rp-theme-clean .rp-clean-block .rp-tag{border:0;padding:2px 0;background:transparent;font-size:13px;color:var(--rp-ink)}.rp-theme-clean .rp-clean-block .rp-tag:before{content:"·";color:var(--rp-accent);margin-right:8px;font-weight:700}.rp-theme-clean .rp-clean-skill-group{margin-bottom:12px}.rp-theme-clean .rp-clean-skill-cat{display:block;font-size:12px;color:var(--rp-muted);margin-bottom:6px}.rp-theme-clean .rp-clean-block .rp-skill-chips{flex-direction:column;align-items:flex-start;gap:4px}.rp-theme-clean .rp-clean-block .rp-skill-chip{border:0;background:transparent;padding:2px 0;font-size:13px;border-radius:0}.rp-theme-clean .rp-clean-block .rp-contact-grid{grid-template-columns:1fr;gap:8px}.rp-theme-clean .rp-clean-block .rp-contact-item{border:0;border-bottom:1px solid var(--rp-line);border-radius:0;padding:8px 0;background:transparent}.rp-theme-clean .rp-clean-block .rp-contact-label{display:none}.rp-theme-clean .rp-clean-block .rp-contact-value{font-size:13px;font-weight:500}.rp-theme-clean .rp-clean-main{display:flex;flex-direction:column;gap:34px;min-width:0}.rp-theme-clean .rp-clean-main .rp-clean-block>h3{font-size:18px;font-weight:700;color:var(--rp-ink);border:0;letter-spacing:0;padding-bottom:8px;border-bottom:2px solid var(--rp-ink)}.rp-theme-clean .rp-clean-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.rp-theme-clean .rp-clean-list-title{font-weight:600;display:block}.rp-theme-clean .rp-clean-list-desc{color:var(--rp-muted);font-size:14px;display:block}.rp-theme-clean .rp-clean-timeline{position:relative;margin-top:12px;display:flex;flex-direction:column;gap:18px}.rp-theme-clean .rp-clean-entry{padding-left:18px;position:relative}.rp-theme-clean .rp-clean-entry:before{content:"";position:absolute;left:0;top:6px;bottom:-6px;width:1px;background:var(--rp-line)}.rp-theme-clean .rp-clean-entry:last-child:before{display:none}.rp-theme-clean .rp-clean-entry:after{content:"";position:absolute;left:-3px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--rp-accent)}.rp-theme-clean .rp-clean-entry-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.rp-theme-clean .rp-clean-entry-head h4{font-size:16px}.rp-theme-clean .rp-clean-entry-role{font-size:13px;color:var(--rp-accent);font-weight:600}.rp-theme-clean .rp-clean-entry .rp-item-period{margin-left:auto}.rp-theme-clean .rp-clean-entry-foot{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.rp-theme-clean .rp-clean-entry-foot .rp-skill-chip{background:#f4f6fa;border-color:transparent;font-size:12px}.rp-theme-product{--rp-bg:#f6f7fb;--rp-surface:#ffffff;--rp-ink:#1a1c22;--rp-muted:#6b7280;--rp-line:rgba(20,24,40,0.09);--rp-accent:#7c5cff;--rp-accent-2:#4f7dff;--rp-grad:linear-gradient(135deg,#4f7dff,#8b5cf6);--rp-radius:16px;background:#f6f7fb}.rp-theme-product .rp-product-hero{background:linear-gradient(135deg,#4f7dff,#8b5cf6);padding:72px 24px 64px;position:relative;overflow:hidden}.rp-theme-product .rp-product-hero:after{content:"";position:absolute;inset:-45% -12% auto auto;width:560px;height:560px;border-radius:50%;background:rgba(255,255,255,.08)}.rp-theme-product .rp-product-hero-inner{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:1}.rp-theme-product .rp-product-eyebrow{color:rgba(255,255,255,.82)}.rp-theme-product .rp-name{font-size:46px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-top:10px}.rp-theme-product .rp-tagline{margin-top:12px;font-size:17px;color:rgba(255,255,255,.88)}.rp-theme-product .rp-tags{justify-content:center}.rp-theme-product .rp-tag{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.14);color:#fff}.rp-theme-product .rp-cta-row{justify-content:center}.rp-theme-product .rp-btn-primary{background:#fff;color:#5b45c9;box-shadow:0 8px 22px rgba(0,0,0,.16)}.rp-theme-product .rp-btn-ghost{border-color:rgba(255,255,255,.5);background:transparent;color:#fff}.rp-theme-product .rp-btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}.rp-theme-product .rp-product-stats{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;border-top:1px solid rgba(255,255,255,.25);padding-top:26px}.rp-theme-product .rp-product-stat{text-align:left}.rp-theme-product .rp-product-stat-key{display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,.75);letter-spacing:.06em}.rp-theme-product .rp-product-stat-val{display:block;margin-top:4px;font-size:14px;color:#fff;line-height:1.55}.rp-theme-product .rp-product-body{max-width:960px;margin:0 auto;padding:52px 24px 12px;display:flex;flex-direction:column;gap:52px}.rp-theme-product .rp-product-section{width:100%}.rp-theme-product .rp-section-head{flex-direction:row;align-items:baseline;gap:12px}.rp-theme-product .rp-section-head h2{font-size:28px}.rp-theme-product .rp-product-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px}.rp-theme-product .rp-product-card{background:#fff;border:1px solid var(--rp-line);border-radius:16px;padding:22px;box-shadow:0 1px 2px rgba(20,24,40,.04),0 10px 28px rgba(20,24,40,.06);transition:transform .16s ease,box-shadow .16s ease}.rp-theme-product .rp-product-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(20,24,40,.05),0 18px 44px rgba(20,24,40,.1)}.rp-theme-product .rp-product-card-no{font-size:26px;font-weight:800;background:var(--rp-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.rp-theme-product .rp-product-card h3{font-size:17px;margin:8px 0 6px}.rp-theme-product .rp-product-card p{font-size:14px;color:var(--rp-muted)}.rp-theme-product .rp-product-cases{display:flex;flex-direction:column;gap:14px}.rp-theme-product .rp-product-case{background:#fff;border:1px solid var(--rp-line);border-radius:14px;padding:20px 22px;box-shadow:0 1px 2px rgba(20,24,40,.04),0 10px 28px rgba(20,24,40,.05)}.rp-theme-product .rp-product-case-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.rp-theme-product .rp-product-case-head h3{font-size:18px}.rp-theme-product .rp-product-timeline{display:flex;flex-direction:column;gap:14px}.rp-theme-product .rp-product-exp{background:#fff;border:1px solid var(--rp-line);border-radius:14px;padding:18px 22px}.rp-theme-product .rp-product-exp-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.rp-theme-product .rp-product-exp-head h3{font-size:17px}.rp-theme-product .rp-product-cta{max-width:960px;margin:56px auto 0;background:linear-gradient(135deg,#1e1b4b,#4f46e5);border-radius:22px;padding:48px 28px;text-align:center;color:#fff}.rp-theme-product .rp-product-cta h2{font-size:28px}.rp-theme-product .rp-product-cta p{margin-top:8px;color:rgba(255,255,255,.82)}.rp-theme-product .rp-product-cta .rp-cta-row{justify-content:center}.rp-theme-product .rp-product-cta .rp-btn-primary{background:#fff;color:#4f46e5}.rp-theme-product .rp-product-cta .rp-contact-grid{margin-top:26px}.rp-theme-product .rp-product-cta .rp-contact-item{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}.rp-theme-product .rp-product-cta .rp-contact-label{color:rgba(255,255,255,.7)}.rp-theme-product .rp-product-cta .rp-contact-value{color:#fff}.rp-theme-creative{--rp-bg:#0e0e12;--rp-surface:#17171d;--rp-ink:#f4f4f6;--rp-muted:#9b9ba6;--rp-line:rgba(255,255,255,0.1);--rp-accent:#ff6b35;--rp-accent-2:#ffb199;--rp-grad:linear-gradient(135deg,#ff6b35,#ffb199);--rp-radius:10px;background:#0e0e12}.rp-theme-creative .rp-creative-hero{border-bottom:1px solid var(--rp-line);padding:72px 24px 56px}.rp-theme-creative .rp-creative-hero-inner{max-width:960px;margin:0 auto}.rp-theme-creative .rp-creative-kicker{font-size:14px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--rp-accent)}.rp-theme-creative .rp-name{font-size:64px;font-weight:800;letter-spacing:-.03em;margin-top:10px}.rp-theme-creative .rp-tagline{margin-top:12px;font-size:17px;color:var(--rp-muted);max-width:640px}.rp-theme-creative .rp-tag{border-color:var(--rp-line);background:transparent;border-radius:4px}.rp-theme-creative .rp-btn-primary{background:var(--rp-accent);box-shadow:0 8px 26px rgba(255,107,53,.32)}.rp-theme-creative .rp-btn-ghost{border-color:var(--rp-line);background:transparent;color:var(--rp-ink)}.rp-theme-creative .rp-btn-ghost:hover{border-color:var(--rp-accent);color:var(--rp-accent)}.rp-theme-creative .rp-creative-body{max-width:960px;margin:0 auto;padding:56px 24px 12px;display:flex;flex-direction:column;gap:64px}.rp-theme-creative .rp-creative-section{width:100%}.rp-theme-creative .rp-section-head h2{font-size:26px;letter-spacing:-.01em}.rp-theme-creative .rp-creative-projects{display:flex;flex-direction:column;gap:28px}.rp-theme-creative .rp-creative-project{position:relative;background:var(--rp-surface);border:1px solid var(--rp-line);border-radius:14px;padding:34px 30px 30px;display:grid;grid-template-columns:96px 1fr;grid-gap:20px;gap:20px;align-items:start;transition:transform .18s ease,border-color .18s ease}.rp-theme-creative .rp-creative-project:hover{transform:translateY(-4px);border-color:rgba(255,107,53,.5)}.rp-theme-creative .rp-creative-project--offset{margin-left:5%}.rp-theme-creative .rp-creative-num{font-size:72px;font-weight:800;line-height:1;color:transparent;-webkit-text-stroke:1.5px var(--rp-accent);letter-spacing:-.04em}.rp-theme-creative .rp-creative-project-body{min-width:0}.rp-theme-creative .rp-creative-project-meta{display:flex;gap:14px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rp-muted);margin-bottom:10px}.rp-theme-creative .rp-creative-project-body h3{font-size:26px;letter-spacing:-.01em}.rp-theme-creative .rp-creative-project-foot{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rp-theme-creative .rp-skill-chip{background:transparent;border-color:var(--rp-line);border-radius:4px}.rp-theme-creative .rp-item-list li:before{background:var(--rp-accent)}.rp-theme-creative .rp-creative-edges{display:flex;flex-direction:column}.rp-theme-creative .rp-creative-edge{display:flex;align-items:baseline;gap:18px;padding:16px 2px;border-bottom:1px solid var(--rp-line)}.rp-theme-creative .rp-creative-edge:first-child{border-top:1px solid var(--rp-line)}.rp-theme-creative .rp-creative-edge-title{font-size:18px;font-weight:700;flex:none;width:220px}.rp-theme-creative .rp-creative-edge-desc{color:var(--rp-muted);font-size:14px}.rp-theme-creative .rp-creative-path{display:flex;flex-direction:column;position:relative;padding-left:22px}.rp-theme-creative .rp-creative-path:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:1px;background:var(--rp-line)}.rp-theme-creative .rp-creative-path-item{position:relative;padding:10px 0}.rp-theme-creative .rp-creative-path-dot{position:absolute;left:-22px;top:18px;width:9px;height:9px;border-radius:50%;background:var(--rp-accent);box-shadow:0 0 0 4px rgba(255,107,53,.15)}.rp-theme-creative .rp-creative-path-item h3{font-size:17px}.rp-theme-creative .rp-creative-path-item .rp-item-summary{color:var(--rp-muted)}.rp-theme-creative .rp-contact-item{background:var(--rp-surface);border-color:var(--rp-line)}.rp-theme-creative .rp-contact-item:hover{border-color:var(--rp-accent)}.rp-theme-creative .rp-footer{border-color:var(--rp-line)}.rp-theme-enterprise{--rp-bg:#eef3fa;--rp-surface:#ffffff;--rp-ink:#10243e;--rp-muted:#5b6b7c;--rp-line:rgba(16,36,62,0.12);--rp-accent:#22d3ee;--rp-accent-2:#0891b2;--rp-grad:linear-gradient(135deg,#0a2540,#123f6e);--rp-radius:8px;--rp-font-mono:"SF Mono","Cascadia Mono",Consolas,monospace;background:#eef3fa}.rp-theme-enterprise .rp-ent-hero{background:linear-gradient(135deg,#081a30,#0f2c52);padding:56px 24px 48px;position:relative;overflow:hidden}.rp-theme-enterprise .rp-ent-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(34,211,238,.07) 1px,transparent 0),linear-gradient(90deg,rgba(34,211,238,.07) 1px,transparent 0);background-size:42px 42px;pointer-events:none}.rp-theme-enterprise .rp-ent-hero-inner{max-width:960px;margin:0 auto;position:relative;z-index:1}.rp-theme-enterprise .rp-ent-statusbar{display:inline-flex;align-items:center;gap:8px;font-family:var(--rp-font-mono);font-size:12px;letter-spacing:.1em;color:#67e8f9;border:1px solid rgba(34,211,238,.4);border-radius:999px;padding:4px 12px;background:rgba(34,211,238,.08)}.rp-theme-enterprise .rp-ent-status-dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 10px rgba(52,211,153,.8)}.rp-theme-enterprise .rp-ent-name{margin-top:22px;font-size:34px;font-weight:800;color:#fff;letter-spacing:-.01em}.rp-theme-enterprise .rp-ent-role{margin-top:6px;font-family:var(--rp-font-mono);font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#67e8f9}.rp-theme-enterprise .rp-ent-tagline{margin-top:10px;font-size:15px;color:rgba(255,255,255,.78);max-width:620px}.rp-theme-enterprise .rp-ent-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;font-family:var(--rp-font-mono);font-size:13px;color:rgba(255,255,255,.7)}.rp-theme-enterprise .rp-tag{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.07);color:#fff;border-radius:4px;font-family:var(--rp-font-mono);font-size:12px;letter-spacing:.04em}.rp-theme-enterprise .rp-btn-primary{background:#0891b2;border-radius:6px;font-family:var(--rp-font-mono);box-shadow:0 8px 22px rgba(8,145,178,.35)}.rp-theme-enterprise .rp-btn-ghost{border-color:rgba(255,255,255,.4);background:transparent;color:#fff;border-radius:6px}.rp-theme-enterprise .rp-btn-ghost:hover{background:rgba(255,255,255,.1);border-color:#67e8f9;color:#67e8f9}.rp-theme-enterprise .rp-ent-body{max-width:960px;margin:0 auto;padding:48px 24px 12px;display:flex;flex-direction:column;gap:40px}.rp-theme-enterprise .rp-ent-section{width:100%;background:#fff;border:1px solid var(--rp-line);border-top:3px solid #22d3ee;border-radius:8px;padding:24px 26px;box-shadow:0 1px 2px rgba(16,36,62,.05),0 8px 20px rgba(16,36,62,.05)}.rp-theme-enterprise .rp-section-head h2{font-family:var(--rp-font-mono);font-size:17px;letter-spacing:.1em;text-transform:uppercase}.rp-theme-enterprise .rp-ent-matrix{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px}.rp-theme-enterprise .rp-ent-matrix-item{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--rp-line);border-radius:6px;padding:16px}.rp-theme-enterprise .rp-ent-matrix-idx{font-family:var(--rp-font-mono);font-size:13px;font-weight:700;color:#0891b2;flex:none}.rp-theme-enterprise .rp-ent-matrix-item h3{font-size:15px}.rp-theme-enterprise .rp-ent-matrix-item p{margin-top:4px;font-size:13px;color:var(--rp-muted)}.rp-theme-enterprise .rp-ent-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.rp-theme-enterprise .rp-ent-stack-group h3{font-family:var(--rp-font-mono);font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0891b2;margin-bottom:10px}.rp-theme-enterprise .rp-skill-chip{border-radius:4px;font-family:var(--rp-font-mono);font-size:12px}.rp-theme-enterprise .rp-ent-stack-sum{grid-column:1/-1;font-family:var(--rp-font-mono);font-size:12px;color:var(--rp-muted)}.rp-theme-enterprise .rp-ent-projects{display:flex;flex-direction:column;gap:14px}.rp-theme-enterprise .rp-ent-project{border:1px solid var(--rp-line);border-radius:6px;padding:18px 20px}.rp-theme-enterprise .rp-ent-project-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.rp-theme-enterprise .rp-ent-project-idx{font-family:var(--rp-font-mono);font-size:12px;font-weight:700;color:#0891b2}.rp-theme-enterprise .rp-ent-project-head h3{font-size:17px}.rp-theme-enterprise .rp-ent-project-head .rp-item-period{margin-left:auto}.rp-theme-enterprise .rp-ent-metric-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.rp-theme-enterprise .rp-ent-metric{font-family:var(--rp-font-mono);font-size:12px;color:#075985;background:#e0f2fe;border:1px solid #bae6fd;border-radius:4px;padding:4px 10px}.rp-theme-enterprise .rp-item-list li:before{background:#0891b2}.rp-theme-enterprise .rp-ent-timeline{position:relative;padding-left:26px;display:flex;flex-direction:column;gap:16px}.rp-theme-enterprise .rp-ent-timeline:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;background:var(--rp-line)}.rp-theme-enterprise .rp-ent-tl-item{position:relative}.rp-theme-enterprise .rp-ent-tl-node{position:absolute;left:-26px;top:14px;width:12px;height:12px;background:#22d3ee;border:3px solid #fff;box-shadow:0 0 0 1px #22d3ee}.rp-theme-enterprise .rp-ent-tl-card{border:1px solid var(--rp-line);border-radius:6px;padding:14px 16px}.rp-theme-enterprise .rp-ent-tl-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.rp-theme-enterprise .rp-ent-tl-head h3{font-size:15px}.rp-theme-enterprise .rp-ent-edu{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.rp-theme-enterprise .rp-ent-edu-item{border:1px solid var(--rp-line);border-radius:6px;padding:14px 16px}.rp-theme-enterprise .rp-ent-edu-item h3{font-size:15px}.rp-theme-enterprise .rp-ent-edu-item .rp-item-period{display:block;margin-top:6px}.rp-theme-enterprise .rp-contact-item{border-radius:6px}.rp-theme-enterprise .rp-contact-item:hover{border-color:#0891b2}@media (max-width:960px){.rp-editor-main{grid-template-columns:1fr}.rp-form-col{border-right:0;border-bottom:1px solid var(--rp-editor-line)}.rp-form-col,.rp-preview-scroll{max-height:none}.rp-theme-clean .rp-clean-grid{grid-template-columns:1fr;gap:30px}.rp-theme-clean .rp-clean-aside{border-right:0;border-bottom:1px solid var(--rp-line);padding-right:0;padding-bottom:26px}.rp-theme-clean .rp-clean-aside .rp-clean-block .rp-skill-chips,.rp-theme-clean .rp-clean-aside .rp-clean-block .rp-tags{flex-direction:row;flex-wrap:wrap}.rp-theme-clean .rp-clean-aside .rp-clean-block .rp-contact-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.rp-theme-product .rp-product-stats{grid-template-columns:1fr;gap:14px}.rp-theme-product .rp-product-hero{padding:52px 20px 44px}.rp-theme-creative .rp-name{font-size:46px}.rp-theme-creative .rp-creative-project{grid-template-columns:1fr;gap:8px;padding:24px 20px}.rp-theme-creative .rp-creative-num{font-size:46px}.rp-theme-creative .rp-creative-project--offset{margin-left:0}.rp-theme-creative .rp-creative-edge{flex-direction:column;gap:4px}.rp-theme-creative .rp-creative-edge-title{width:auto}.rp-theme-enterprise .rp-ent-name{font-size:28px}.rp-theme-enterprise .rp-ent-hero{padding:44px 20px 38px}}@media (prefers-reduced-motion:reduce){.rp-btn,.rp-creative-project,.rp-product-card,.rp-root *{transition:none!important;transform:none!important}}