.account-auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:24px;background:#0000004d;animation:accountAuthOverlayIn .16s ease-out both}.account-auth-dialog{position:relative;display:grid;gap:28px;width:min(420px,100%);padding:32px;border-radius:16px;background:#fff;box-shadow:0 16px 24px #2d201526;color:#2d2015;animation:accountAuthDialogIn .18s ease-out both}.account-auth-header{display:flex;align-items:flex-start;justify-content:space-between;min-width:0}.account-auth-header>div{min-width:0}.account-auth-header h2{margin:0;color:#d4873a;font-size:24px;font-weight:900;line-height:29px}.account-auth-header p{margin:4px 0 0;color:#8b7355;font-size:16px;font-weight:500;line-height:19px}.account-auth-close{display:grid;flex:0 0 28px;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:50%;background:#faf7f2;color:#8b7355}.account-auth-close svg{width:14px;height:14px;stroke-width:1.8}.account-auth-close:not(:disabled):hover{background:#f5eee5;color:#5f4a35}.account-auth-close:disabled,.account-auth-form button:disabled{cursor:not-allowed;opacity:.58}.account-auth-close:focus-visible,.account-auth-form button:focus-visible,.account-auth-form input:focus-visible{outline:2px solid rgba(212,135,58,.5);outline-offset:2px}.account-auth-form{display:grid;gap:28px}.account-auth-fields{display:grid;gap:16px}.account-auth-field-group{display:grid;gap:8px;min-width:0;color:#5f4a35;font-size:14px;font-weight:700;line-height:17px}.account-auth-field-group>input,.account-auth-password-field{width:100%;height:44px;border:1px solid #e6d8c8;border-radius:8px;background:#fff}.account-auth-field-group>input,.account-auth-password-field input{min-width:0;padding:12px;border:0;background:transparent;color:#2d2015;font:inherit;font-size:16px;font-weight:400;line-height:19px}.account-auth-field-group>input{border:1px solid #e6d8c8}.account-auth-field-group>input::placeholder,.account-auth-password-field input::placeholder{color:#b9a58e;opacity:1}.account-auth-field-group>input:hover,.account-auth-password-field:hover{border-color:#d8c3aa}.account-auth-field-group>input:focus,.account-auth-password-field:focus-within{border-color:#d4873a;box-shadow:0 0 0 2px #d4873a1a}.account-auth-field-group>input:focus,.account-auth-password-field input:focus{outline:0}.account-auth-password-label{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-auth-password-label button,.account-auth-switch-row button,.account-auth-feedback button{padding:0;border:0;background:transparent;font:inherit}.account-auth-password-label button{color:#8b7355;font-size:12px;font-weight:500;line-height:14px}.account-auth-password-label button:not(:disabled):hover,.account-auth-switch-row button:not(:disabled):hover,.account-auth-feedback button:not(:disabled):hover{color:#c6792e}.account-auth-password-field{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;overflow:hidden}.account-auth-password-field button{display:grid;width:40px;height:42px;padding:0;place-items:center;border:0;background:transparent;color:#8b7355}.account-auth-password-field button svg{width:16px;height:16px;stroke-width:1.8}.account-auth-actions{display:grid;gap:16px}.account-auth-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;padding:0 16px;border:1px solid #d4873a;border-radius:8px;background:#d4873a;color:#fff;font:inherit;font-size:16px;font-weight:700;line-height:19px}.account-auth-submit.is-busy{opacity:.75}.account-auth-submit-spinner{flex:0 0 16px;width:16px;height:16px;animation:accountAuthSpinner .8s linear infinite}.account-auth-submit:not(:disabled):hover{border-color:#c6792e;background:#c6792e}.account-auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:14px}.account-auth-divider span{height:1px;background:#e6d8c8}.account-auth-divider small{color:#8b7355;font-size:12px;font-weight:400;line-height:14px}.account-auth-switch-row{display:flex;align-items:center;justify-content:center;gap:4px;min-height:17px;margin:0;color:#5f4a35;font-size:14px;font-weight:400;line-height:17px}.account-auth-switch-row button{color:#d4873a;font-weight:700}.account-verify-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border:1px solid #e6d8c8;border-radius:8px;background:#faf7f2;color:#d4873a}.account-verify-card>svg{width:20px;height:20px}.account-verify-card strong,.account-verify-card span,.account-verify-card p{display:block}.account-verify-card strong{color:#2d2015;font-size:14px}.account-verify-card span{margin-top:4px;overflow:hidden;color:#5f4a35;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.account-verify-card p{margin:6px 0 0;color:#8b7355;font-size:13px;line-height:1.5}.account-auth-feedback{display:grid;gap:8px;margin-top:-14px;padding:10px 12px;border-radius:8px;background:#faf7f2}.account-auth-message{margin:0;color:#8b7355;font-size:13px;font-weight:500;line-height:1.5}.account-auth-feedback button{justify-self:start;color:#d4873a;font-size:13px;font-weight:700}@keyframes accountAuthOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes accountAuthDialogIn{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes accountAuthSpinner{to{transform:rotate(360deg)}}@media (max-width: 560px){.account-auth-overlay{padding:24px}.account-auth-dialog{gap:24px;width:min(345px,100%);max-height:calc(100dvh - 48px);padding:24px;overflow-y:auto;border-radius:16px;box-shadow:0 12px 16px #2d201526}.account-auth-header h2{font-size:22px;line-height:26px}.account-auth-header p{font-size:15px;line-height:18px}.account-auth-close{flex-basis:24px;width:24px;height:24px}.account-auth-close svg{width:12px;height:12px}.account-auth-form{gap:24px}.account-auth-fields{gap:14px}.account-auth-field-group{gap:6px;font-size:15px;line-height:18px}.account-auth-field-group>input,.account-auth-password-field{height:42px}.account-auth-field-group>input,.account-auth-password-field input{font-size:15px;line-height:18px}.account-auth-password-field button{height:40px}.account-auth-submit{height:44px;font-size:15px;line-height:18px}.account-auth-divider{gap:10px}.account-auth-switch-row{font-size:15px;line-height:18px}}@media (prefers-reduced-motion: reduce){.account-auth-overlay,.account-auth-dialog,.account-auth-submit-spinner{animation:none}}.account-auth-xborder{padding:4px 2px 2px}.account-auth-xborder-lead{margin:0 0 12px;font-size:14px;line-height:1.6;color:var(--text-secondary, #5f574d)}.account-auth-xborder-line{margin:0 0 8px;font-size:13px;line-height:1.65;color:var(--text-primary, #3d372f)}.account-auth-xborder-detail{margin:12px 0 4px;font-size:12px;color:var(--text-muted, #7a7268)}.account-auth-xborder-detail summary{cursor:pointer;padding:4px 0}.account-auth-xborder-detail ul{margin:6px 0 8px;padding-left:18px;line-height:1.6}.account-auth-xborder-detail li{margin-bottom:6px}.account-auth-xborder-actions{display:flex;gap:10px;margin-top:16px}.account-auth-xborder-actions .button{flex:1}.account-privacy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1310;display:grid;place-items:center;padding:24px;background:#2d201559;animation:accountPrivacyOverlayIn .16s ease-out both}.account-privacy-dialog{display:grid;gap:28px;width:min(480px,100%);padding:40px;border-radius:16px;background:#fff;box-shadow:0 16px 24px #2d201524;color:#2d2015;animation:accountPrivacyDialogIn .18s ease-out both}.account-privacy-dialog h2{margin:0;color:#2d2015;font-size:24px;font-weight:700;line-height:1.2}.account-privacy-body{display:grid;gap:16px}.account-privacy-body>p,.account-privacy-details p{margin:0;color:#5f4a35;font-size:15px;font-weight:400;line-height:1.6}.account-privacy-body strong{color:#2d2015;font-weight:700}.account-privacy-detail-trigger{display:flex;align-items:center;gap:8px;width:100%;min-height:41px;padding:12px;border:0;border-radius:8px;background:#faf7f2;color:#5f4a35;font:inherit;font-size:14px;font-weight:700;line-height:17px;text-align:left}.account-privacy-detail-trigger svg{flex:0 0 auto;width:14px;height:14px;stroke-width:1.8}.account-privacy-detail-trigger:hover{background:#f5eee5}.account-privacy-detail-trigger:focus-visible,.account-privacy-actions button:focus-visible{outline:2px solid rgba(212,135,58,.5);outline-offset:2px}.account-privacy-details{display:grid;gap:10px;padding:2px 12px 0 34px}.account-privacy-details p{font-size:14px}.account-privacy-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-privacy-actions button{min-width:0;height:46px;padding:0 12px;border-radius:10px;font:inherit;font-size:15px;font-weight:700;line-height:18px}.account-privacy-actions button:disabled{cursor:not-allowed;opacity:.58}.account-privacy-agree{border:1px solid #d4873a;background:#d4873a;color:#fff}.account-privacy-agree:not(:disabled):hover{border-color:#c6792e;background:#c6792e}.account-privacy-disagree{border:1px solid #e6d8c8;background:#fff;color:#5f4a35}.account-privacy-disagree:not(:disabled):hover{background:#faf7f2}@keyframes accountPrivacyOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes accountPrivacyDialogIn{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 560px){.account-privacy-overlay{padding:24px}.account-privacy-dialog{gap:24px;width:min(345px,100%);padding:32px;border-radius:16px;box-shadow:0 12px 16px #2d201529}.account-privacy-dialog h2{font-size:20px;line-height:1.3}.account-privacy-body{gap:12px}.account-privacy-body>p,.account-privacy-details p{font-size:14px;line-height:1.5}.account-privacy-detail-trigger{min-height:0;height:40px;padding:0 12px;font-size:13px;line-height:16px}.account-privacy-detail-trigger svg{width:12px;height:12px}.account-privacy-details{padding-left:32px}.account-privacy-actions{grid-template-columns:1fr;gap:10px}.account-privacy-actions button{height:41px;padding:0 12px;border-radius:8px;font-size:14px;line-height:17px}}@media (prefers-reduced-motion: reduce){.account-privacy-overlay,.account-privacy-dialog{animation:none}}.account-choice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:grid;place-items:center;padding:24px;background:#2d201580;animation:accountChoiceLayerIn .18s ease both}.account-choice-dialog{display:grid;gap:24px;width:min(540px,100%);padding:32px;border:0;border-radius:16px;background:#fff;box-shadow:0 24px 24px #2d201526;animation:accountChoiceDialogIn .22s ease both}.account-choice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.account-choice-kicker{margin:0 0 8px;color:#8b7355;font-size:12px;font-weight:500;line-height:1}.account-choice-head h2{margin:0;color:#2d2015;font-size:24px;font-weight:700;line-height:1.25}.account-choice-close{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;padding:0;border:0;border-radius:50%;background:#faf7f2;color:#5f4b38;cursor:pointer}.account-choice-description{margin:0;color:#5f4b38;font-size:15px;line-height:1.6}.account-choice-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-choice-option{position:relative;display:flex;flex-direction:column;gap:16px;align-items:flex-start;min-height:136px;padding:20px;border:1px solid #e6d8c8;border-radius:12px;background:#fff;color:#2d2015;text-align:left;cursor:pointer}.account-choice-option.primary{border:2px solid #d4873a;background:#f5e6d3}.account-choice-option:disabled{cursor:not-allowed;opacity:.58}.account-choice-option:not(:disabled):hover{border-color:#d4873a;transform:translateY(-1px)}.account-choice-option-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#faf7f2;color:#d4873a}.account-choice-option.primary .account-choice-option-icon{background:#fff}.account-choice-option strong,.account-choice-option small{display:block}.account-choice-option strong{font-size:16px;font-weight:700;line-height:1.35}.account-choice-option small{margin-top:4px;color:#8b7355;font-size:12px;font-weight:500;line-height:1.4}.account-choice-recommended{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:999px;background:#d4873a;color:#fff;font-size:11px;font-weight:700;line-height:1}.account-choice-check{display:none}.account-choice-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#8b7355;font-size:12px;line-height:1.4}.account-choice-note svg{flex:0 0 auto;color:#8b7355}@keyframes accountChoiceLayerIn{0%{opacity:0}to{opacity:1}}@keyframes accountChoiceDialogIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 560px){.account-choice-overlay{padding:max(24px,env(safe-area-inset-top,0px)) 24px max(24px,env(safe-area-inset-bottom,0px))}.account-choice-dialog{gap:20px;width:345px;padding:24px;border-radius:16px}.account-choice-head h2{font-size:20px}.account-choice-kicker{margin-bottom:7px;font-size:11px}.account-choice-close{width:28px;height:28px;flex-basis:28px}.account-choice-description{font-size:14px;line-height:1.5}.account-choice-options{grid-template-columns:1fr;gap:12px}.account-choice-option{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:69px;padding:16px}.account-choice-option.primary{border-width:1.5px}.account-choice-option-icon{width:36px;height:36px}.account-choice-option strong{font-size:15px}.account-choice-option small{font-size:12px}.account-choice-recommended{top:8px;right:8px}.account-choice-option.primary>span:nth-child(3){padding-right:38px}.account-choice-check{display:block;color:#d4873a}.account-choice-note{font-size:11px}}.guest-notice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1245;display:grid;place-items:center;padding:24px;background:#120d098c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:guestNoticeLayerIn .18s ease both}.guest-notice-card{display:grid;gap:16px;width:min(440px,100%);padding:24px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:0 24px 66px #08050347;animation:guestNoticeCardIn .22s ease both}.guest-notice-card h2{margin:0;color:var(--text-primary);font-size:var(--font-xl);font-weight:900}.guest-notice-card p{margin:0;color:var(--text-secondary);font-size:var(--font-md);line-height:1.7}.guest-notice-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:2px}@keyframes guestNoticeLayerIn{0%{opacity:0}to{opacity:1}}@keyframes guestNoticeCardIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 560px){.guest-notice-actions{grid-template-columns:1fr}}.xborder-detail>summary{cursor:pointer;color:var(--text-muted);font-size:var(--font-sm);font-weight:700}.xborder-detail>ul{margin:8px 0 0;padding-left:18px;font-size:var(--font-sm);line-height:1.6}.xborder-names{margin:0;line-height:1.7}.ai-disclaimer{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;color:var(--text-secondary);font-size:10px;line-height:1.5;text-align:center}.ai-disclaimer svg{flex:0 0 auto;opacity:.9}.laomao-ai-disclaimer{margin-top:8px}.coverage-result__ai-note{justify-content:flex-start;margin:2px 2px 6px;text-align:left}.review-ai-note{justify-content:flex-start;margin:0 0 14px;text-align:left}.interview-live-ai-note{margin:8px 0 2px}.settings-ai-note,.home-ai-note{justify-content:flex-start;margin:10px 0 0;text-align:left}.laomao-overlay,.laomao-panel,.laomao-panel *{box-sizing:border-box}.laomao-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;overflow:hidden;background:#2d201526}.laomao-panel{position:absolute;inset:0 0 0 auto;display:grid;grid-template-columns:200px minmax(0,1fr);width:var(--laomao-panel-width, min(680px, 50vw));min-width:min(560px,50vw);max-width:50vw;height:100dvh;min-height:0;overflow:hidden;border:0;border-radius:0;background:#fff;box-shadow:-8px 0 16px #2d140526;transition:width .18s ease,grid-template-columns .18s ease}.laomao-panel.history-collapsed{grid-template-columns:minmax(0,1fr)}.laomao-panel.history-collapsed .laomao-history{display:none}.laomao-resize-handle{position:absolute;top:0;bottom:0;left:0;z-index:6;width:12px;padding:0;border:0;outline:0;background:transparent;cursor:ew-resize;touch-action:none}.laomao-resize-handle:after{position:absolute;top:50%;left:4px;width:3px;height:56px;border-radius:99px;background:#cdb89f;content:"";opacity:0;transform:translateY(-50%);transition:opacity .16s ease,background-color .16s ease}.laomao-resize-handle:hover:after,.laomao-resize-handle:focus-visible:after,.laomao-panel.is-resizing .laomao-resize-handle:after{background:#d4873a;opacity:1}.laomao-panel.is-resizing{transition:none}.laomao-history{display:flex;flex-direction:column;gap:16px;width:200px;min-width:0;min-height:0;padding:16px;border-right:1px solid #e6d8c8;background:#faf7f2}.laomao-history .new-chat-button{display:inline-flex;flex:0 0 36px;align-items:center;justify-content:center;gap:6px;width:168px;min-height:36px;padding:0 12px;border:1px solid #d4873a;border-radius:8px;background:#fff;box-shadow:none;color:#d4873a;font-size:13px;font-weight:700}.laomao-history .new-chat-button:hover:not(:disabled){background:#fff9f2;color:#bd722c}.laomao-history-section-label{margin:0 0 -8px;color:#8b7355;font-size:11px;font-weight:700;line-height:1.4;text-transform:uppercase}.history-list{min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.history-items{display:grid;align-content:start;grid-auto-rows:max-content;gap:8px}.history-empty{margin:2px 0 0;color:#9a846b;font-size:11px}.history-item-row{position:relative;z-index:0;width:168px;min-width:0;border-radius:8px}.history-item[data-reorder-enabled=true]{cursor:grab;-webkit-user-select:none;user-select:none}.history-item[data-reorder-enabled=true]:active{cursor:grabbing}.history-item-row.menu-open{z-index:5}.history-item-row.is-dragging{opacity:.46}.history-item-row.is-drop-target:before{position:absolute;top:-5px;right:8px;left:8px;z-index:6;height:2px;border-radius:99px;background:#d4873a;content:""}.history-item{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 34px 10px 12px;overflow:hidden;border:0;border-radius:8px;background:transparent;box-shadow:none;color:#2d2015;text-align:left}.history-item:hover,.history-item.active{background:#f5e6d3}.history-item strong,.history-item span{display:block;overflow:hidden;line-height:1.35;text-overflow:ellipsis}.history-item strong{display:-webkit-box;font-size:12px;font-weight:600;-webkit-box-orient:vertical;-webkit-line-clamp:2}.history-menu-trigger{position:absolute;top:50%;right:7px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-height:24px;padding:0;border:0;border-radius:6px;background:transparent;box-shadow:none;color:#8b735599;opacity:.78;transform:translateY(-50%)}.history-item-row:hover .history-menu-trigger,.history-menu-trigger:focus-visible,.history-menu-trigger[aria-expanded=true]{opacity:1}.history-menu-trigger:hover,.history-menu-trigger[aria-expanded=true]{background:#d4873a1a;color:#8b7355}.history-menu-trigger:disabled{opacity:.35}.history-item-menu{position:fixed;z-index:1400;display:flex;flex-direction:column;gap:4px;width:128px;max-width:calc(100vw - 16px);padding:4px;border:1px solid #e6d8c8;border-radius:8px;background:#fff;box-shadow:0 6px 8px #2d14051a}.history-item-menu button{display:flex;align-items:center;gap:8px;width:100%;min-height:34px;padding:8px 10px;border:0;border-radius:6px;background:#fff;box-shadow:none;color:#2d2015;font-size:13px;font-weight:700;line-height:normal;text-align:left}.history-item-menu button:hover,.history-item-menu button:focus-visible{background:#faf7f2}.history-item-menu button.danger{color:#c96a5a}.history-item-editing{background:#f5e6d3}.history-item-editing input{width:100%;min-width:0;height:28px;padding:4px 7px;border:1px solid #d4873a;border-radius:6px;outline:0;background:#fff;color:#2d2015;font:inherit;font-size:12px;font-weight:600}.history-item-editing input:focus{box-shadow:0 0 0 2px #d4873a1f}.laomao-chat{display:flex;flex-direction:column;width:100%;min-width:0;min-height:0;height:100dvh;overflow:hidden;background:#fff}.laomao-mobile-head,.laomao-mobile-history-layer{display:none}.laomao-chat-head{display:flex;flex:0 0 64px;align-items:center;justify-content:space-between;width:100%;height:64px;padding:14px 16px;border-bottom:1px solid #e6d8c8;background:#fff}.laomao-head-profile,.laomao-head-actions,.laomao-mobile-head-actions{display:flex;align-items:center}.laomao-head-profile{gap:10px;min-width:0}.laomao-head-avatar,.message-avatar,.laomao-mobile-head>img{flex:0 0 auto;object-fit:cover;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #2d20152e}.laomao-head-avatar{width:36px;height:36px}.laomao-head-info,.laomao-mobile-head-info{min-width:0}.laomao-head-info h2,.laomao-mobile-head-info h2{margin:0;color:#2d2015;font-size:15px;font-weight:700;line-height:1.25}.laomao-head-info p,.laomao-mobile-head-info p{display:flex;align-items:center;gap:5px;margin:2px 0 0;color:#5d9464;font-size:10px;line-height:1.2}.laomao-head-info p span,.laomao-mobile-head-info p span{width:6px;height:6px;border-radius:50%;background:#65a36c}.laomao-head-actions{gap:8px}.laomao-head-actions .icon-button,.laomao-mobile-head .icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:0;padding:0;border:0;background:transparent;box-shadow:none;color:#6c5843}.laomao-head-actions .history-toggle-button{width:32px;height:32px;border-radius:8px}.laomao-head-actions .laomao-close-button{width:34px;height:34px;border-radius:8px}.laomao-head-actions .icon-button:hover,.laomao-mobile-head .icon-button:hover{background:#faf7f2;color:#d4873a}.laomao-context-bar{display:flex;flex:0 0 37px;align-items:center;width:100%;height:37px;padding:6px 16px;border-bottom:1px solid #efe6dc;background:#fff}.laomao-context-bar>span{display:block;width:100%;height:25px;padding:5px 12px;overflow:hidden;border:1px solid #e6d8c8;border-radius:20px;background:#faf7f2;color:#6f5b45;font-size:11px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.laomao-context-mobile{display:none!important}.message-list{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;width:100%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:16px;background:#fff;overscroll-behavior:contain;scrollbar-width:thin}.laomao-cloud-note{align-self:center;max-width:320px;margin:0;padding:7px 10px;border:1px solid #e6d8c8;border-radius:8px;background:#faf7f2;color:#6f5b45;font-size:11px;line-height:1.4}.laomao-cloud-note.warning{border-color:#d4873a6b;color:#a45e20}.message{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0}.message.user{justify-content:flex-end}.message-stack{display:grid;min-width:0;max-width:280px}.message.user .message-stack{justify-items:end}.message-avatar,.message-user-avatar{width:32px;height:32px}.message-user-avatar{display:inline-flex;flex:0 0 32px;align-items:center;justify-content:center;border-radius:50%;background:#f5e6d3;color:#d4873a;font-size:12px;font-weight:700}.message-bubble{min-width:0;max-width:280px;padding:10px 14px;overflow-wrap:break-word;border:0;border-radius:12px 12px 12px 2px;background:#f0ebe3;box-shadow:none;color:#2d2015;word-break:normal}.message.user .message-bubble{border-radius:12px 12px 2px;background:#d4873a;color:#fff}.message.thinking .message-bubble{width:fit-content;min-width:48px}.message.thinking .message-stack{width:fit-content}.message-content{display:grid;gap:7px;min-width:0;color:inherit;font-size:13px;line-height:1.5;text-align:left}.message-content span,.message-content strong{color:inherit}.message-content strong{font-weight:700}.message-paragraph{margin:0}.message-list-block{display:grid;gap:5px;margin:0;padding-left:18px}.message-table-wrap{max-width:100%;overflow-x:auto}.message-table{width:100%;border-collapse:collapse;font-size:11px}.message-table th,.message-table td{padding:5px 7px;border:1px solid rgba(111,91,69,.25);text-align:left;vertical-align:top}.message-table th{background:#ffffff59;font-weight:700}.empty-chat{display:grid;place-items:center;align-content:center;gap:8px;min-height:240px;margin:auto;padding:20px;color:#8b7355;text-align:center}.empty-chat img{width:64px;height:64px;object-fit:cover;border-radius:50%}.empty-chat h3,.empty-chat p{margin:0}.empty-chat h3{color:#2d2015;font-size:15px}.empty-chat p{max-width:300px;font-size:12px;line-height:1.55}.message-content .thinking-indicator{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#d4873a}.message-content .thinking-indicator span{display:block;width:5px;height:5px;border-radius:50%;background:currentColor;animation:laomao-thinking-dot 1s ease-in-out infinite}.message-content .thinking-indicator span:nth-child(2){animation-delay:.14s}.message-content .thinking-indicator span:nth-child(3){animation-delay:.28s}@keyframes laomao-thinking-dot{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-3px);opacity:1}}.send-button.is-loading svg{animation:laomao-send-pulse .9s ease-in-out infinite}@keyframes laomao-send-pulse{0%,to{transform:translate(0);opacity:.72}50%{transform:translate(1px);opacity:1}}.source-action-row{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;gap:8px;margin:0 16px 8px;padding:8px 10px;border:1px solid #e6d8c8;border-radius:8px;background:#faf7f2}.source-action-row .button{width:auto;min-height:30px;padding:0 9px;font-size:11px}.source-action-row small{color:#8b7355;font-size:10px}.source-action-row.has-error{border-color:#d4873a6b}.laomao-composer{position:relative;display:flex;flex:0 0 var(--laomao-composer-height, 90px);flex-direction:column;gap:8px;width:100%;height:var(--laomao-composer-height, 90px);min-height:90px;max-height:50dvh;padding:16px;border-top:1px solid #e6d8c8;background:#fff}.laomao-composer-resize-handle{position:absolute;top:-6px;right:0;left:0;z-index:4;height:12px;padding:0;border:0;outline:0;background:transparent;cursor:ns-resize;touch-action:none}.laomao-composer-resize-handle:after{position:absolute;top:5px;left:50%;width:48px;height:3px;border-radius:99px;background:#cdb89f;content:"";opacity:.45;transform:translate(-50%);transition:opacity .16s ease,background-color .16s ease}.laomao-composer-resize-handle:hover:after,.laomao-composer-resize-handle:focus-visible:after,.laomao-composer.is-resizing .laomao-composer-resize-handle:after{background:#d4873a;opacity:1}.chat-input{display:flex;flex:1 1 auto;align-items:flex-end;gap:12px;width:100%;min-width:0;min-height:38px}.chat-input textarea{flex:1 1 auto;width:auto;height:100%;min-width:0;min-height:36px;max-height:none;padding:8px 14px;overflow-x:hidden;overflow-y:auto;border:1px solid #e6d8c8;border-radius:8px;outline:0;background:#faf7f2;color:#2d2015;font:inherit;font-size:13px;line-height:18px;resize:none}.chat-input textarea::placeholder{color:#a4927c}.chat-input textarea:focus{border-color:#d4873a;box-shadow:0 0 0 2px #d4873a1a}.chat-input .send-button{display:inline-flex;flex:0 0 38px;align-items:center;justify-content:center;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border:1px solid #d4873a;border-radius:8px;background:#d4873a;box-shadow:none;color:#fff}.chat-input .send-button:hover:not(:disabled){border-color:#bd722c;background:#bd722c}.chat-input .send-button:disabled{border-color:#dbc3aa;background:#dbc3aa;color:#ffffffe6;opacity:1}.laomao-ai-disclaimer{display:flex;align-items:center;justify-content:center;min-height:12px;margin:0;padding:0;color:#9a846b;font-size:10px;line-height:12px;text-align:center}.laomao-ai-disclaimer svg{display:none}@media (max-width: 900px){.laomao-overlay{background:linear-gradient(to bottom,transparent 0 44px,rgba(45,32,21,.15) 44px 100%)}.laomao-panel,.laomao-panel.history-collapsed{position:fixed;top:60px;right:0;bottom:0;left:0;display:flex;flex-direction:column;width:100%;min-width:0;max-width:none;height:calc(100dvh - 60px);border-radius:16px 16px 0 0;box-shadow:0 -4px 8px #2d140526;transition:none}.laomao-resize-handle,.laomao-composer-resize-handle{display:none}.laomao-history,.laomao-chat-head{display:none!important}.laomao-mobile-head{display:grid;flex:0 0 56px;grid-template-columns:20px 32px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;height:56px;padding:12px 16px;border-bottom:1px solid #e6d8c8;background:#fff}.laomao-mobile-head>img{width:32px;height:32px}.laomao-mobile-head-info h2{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.laomao-mobile-head-info p{font-size:9px}.laomao-mobile-head-actions{gap:12px}.laomao-mobile-head .laomao-close-button,.laomao-mobile-head .laomao-mobile-history-button,.laomao-mobile-head .laomao-mobile-more-button{width:20px;height:24px;min-height:24px;border-radius:6px}.laomao-chat{display:flex;flex:1 1 auto;flex-direction:column;width:100%;height:auto;min-height:0}.laomao-context-bar{flex:0 0 29px;height:29px;padding:7px 16px;border-bottom:0;background:#faf7f2}.laomao-context-bar>span{height:15px;padding:0;border:0;border-radius:0;background:transparent;color:#6f5b45;font-size:11px;line-height:15px}.laomao-context-desktop{display:none!important}.laomao-context-mobile{display:block!important}.message-list{flex:1 1 auto;gap:16px;padding:16px}.message-stack,.message-bubble{max-width:280px}.source-action-row{margin:0 16px 8px}.laomao-composer{flex:0 0 101px;height:101px;min-height:101px;max-height:101px;gap:8px;padding:12px 16px 34px}.chat-input{flex:0 0 36px;gap:10px;height:36px}.chat-input textarea{min-height:36px;max-height:36px;border-radius:20px}.chat-input .send-button{flex-basis:36px;width:36px;min-width:36px;height:36px;min-height:36px;border-radius:50%}.laomao-ai-disclaimer{font-size:9px;line-height:11px}.laomao-mobile-history-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:stretch;justify-content:flex-end;background:#2d201526}.laomao-mobile-history-panel{display:flex;flex-direction:column;gap:14px;width:min(360px,92vw);height:100%;min-height:0;padding:18px;background:#faf7f2;box-shadow:-6px 0 16px #2d140526}.laomao-mobile-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.laomao-mobile-history-head h2,.laomao-mobile-history-head p{margin:0}.laomao-mobile-history-head h2{color:#2d2015;font-size:16px}.laomao-mobile-history-head p{margin-top:4px;color:#8b7355;font-size:11px}.laomao-mobile-history-head .laomao-close-button{width:32px;height:32px;min-height:32px;padding:0;border:0;border-radius:8px;background:transparent}.mobile-new-chat-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:40px;border-color:#d4873a;color:#d4873a}.history-search{display:flex;align-items:center;gap:8px;height:38px;padding:0 12px;border:1px solid #e6d8c8;border-radius:8px;background:#fff;color:#8b7355}.history-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:13px}.mobile-history-list{flex:1 1 auto}.mobile-history-list .history-item-row{width:100%}.mobile-history-list .history-menu-trigger{opacity:1}}@media (max-width: 560px){.laomao-panel,.laomao-panel.history-collapsed{top:60px;height:calc(100dvh - 60px)}.laomao-mobile-history-panel{width:100%;padding:18px 16px max(24px,env(safe-area-inset-bottom,0px));box-shadow:none}.message-list{overflow-x:hidden;overflow-y:auto}.empty-chat{width:min(300px,86vw);min-height:220px;padding:18px}.empty-chat img{width:56px;height:56px}.message-content{font-size:13px;line-height:1.5}.source-action-row{padding:7px 9px}.source-action-row small{display:none}.laomao-composer{padding-bottom:max(34px,env(safe-area-inset-bottom,0px))}}.ui-update-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1800;display:grid;place-items:center;overflow-y:auto;padding:24px;background:#2d201580;animation:uiUpdateOverlayIn .18s ease both}.ui-update-dialog{width:min(420px,100%);overflow:hidden;border-radius:16px;background:var(--bg-card);box-shadow:0 16px 48px #2d201526;animation:uiUpdateDialogIn .22s ease both}.ui-update-dialog:focus{outline:none}.ui-update-dialog__visual{position:absolute;top:125px;right:32px;width:110px;height:110px;pointer-events:none}.ui-update-dialog__visual img{display:block;width:100%;height:100%;object-fit:cover}.ui-update-dialog__content{position:relative;display:flex;flex-direction:column;gap:24px;padding:24px 32px 32px}.ui-update-dialog__heading{display:flex;flex-direction:column;gap:12px;text-align:center}.ui-update-dialog__heading h2,.ui-update-dialog__heading p,.ui-update-dialog__highlight-copy p{margin:0}.ui-update-dialog__heading h2{color:var(--text-primary);font-size:24px;font-weight:700;line-height:29px}.ui-update-dialog__heading p{color:var(--text-secondary);font-size:15px;line-height:1.6}.ui-update-dialog__highlights{display:flex;flex-direction:column;gap:14px}.ui-update-dialog__highlight{display:flex;align-items:center;gap:12px}.ui-update-dialog__icon{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--bg-base);font-size:14px;line-height:1}.ui-update-dialog__highlight-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px;line-height:normal}.ui-update-dialog__highlight-copy strong{color:var(--text-primary);font-size:15px;font-weight:700;line-height:18px}.ui-update-dialog__highlight-copy p{color:var(--text-muted);font-size:13px;line-height:16px}.ui-update-dialog__action{display:flex;width:100%;min-height:43px;align-items:center;justify-content:center;padding:12px 16px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:16px;font-weight:700;line-height:19px;transition:background-color .15s ease,transform .15s ease}.ui-update-dialog__action:hover{background:var(--accent-hover)}.ui-update-dialog__action:active{transform:translateY(1px)}.ui-update-dialog__action:focus-visible{outline:3px solid rgba(212,135,58,.3);outline-offset:3px}.ui-update-dialog__mobile-copy{display:none}.ui-update-overlay.is-leaving{animation:uiUpdateOverlayOut .18s ease both}.ui-update-overlay.is-leaving .ui-update-dialog{animation:uiUpdateDialogOut .18s ease both}@keyframes uiUpdateOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes uiUpdateOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes uiUpdateDialogIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes uiUpdateDialogOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.99)}}@media (max-width: 560px){.ui-update-dialog{width:min(345px,100%);box-shadow:0 12px 32px #2d201526}.ui-update-dialog__visual{top:113px;right:24px;width:80px;height:80px}.ui-update-dialog__content{gap:20px;padding:20px 24px 24px}.ui-update-dialog__heading{gap:8px}.ui-update-dialog__heading h2{font-size:22px;line-height:26px}.ui-update-dialog__heading p{font-size:14px;line-height:1.5}.ui-update-dialog__highlights{gap:12px}.ui-update-dialog__highlight{gap:10px}.ui-update-dialog__icon{flex-basis:24px;width:24px;height:24px;border-radius:6px;font-size:12px}.ui-update-dialog__highlight-copy{gap:0}.ui-update-dialog__highlight-copy strong{font-size:14px;line-height:17px}.ui-update-dialog__highlight-copy p{font-size:12px;line-height:14px}.ui-update-dialog__action{min-height:38px;padding:10px 14px;font-size:15px;line-height:18px}.ui-update-dialog__desktop-copy{display:none}.ui-update-dialog__mobile-copy{display:inline}}@media (max-height: 540px){.ui-update-overlay{place-items:start center}}@media (prefers-reduced-motion: reduce){.ui-update-overlay,.ui-update-dialog,.ui-update-overlay.is-leaving,.ui-update-overlay.is-leaving .ui-update-dialog{animation:none}.ui-update-dialog__action{transition:none}}.miaotu-user-avatar{display:inline-grid;width:var(--miaotu-avatar-size, 32px);height:var(--miaotu-avatar-size, 32px);flex:0 0 var(--miaotu-avatar-size, 32px);overflow:hidden;place-items:center;border:1.5px solid #e6d8c8;border-radius:50%;background:#f5e6d3}.miaotu-user-avatar>img{display:block;width:100%;height:100%;object-fit:cover}.miaotu-user-avatar.is-default>img{transform:scale(1.18);transform-origin:center 46%}.account-login-button{min-height:42px;padding:0 14px}.account-menu-wrap{position:relative}.account-trigger{display:grid;width:36px;height:36px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent}.account-trigger:hover{background:#f0ebe3}.account-trigger:focus-visible{outline:2px solid #d4873a;outline-offset:2px}.account-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:90;width:220px;overflow:hidden;border:1px solid #e6d8c8;border-radius:8px;background:#fff;box-shadow:0 4px 16px #2d20151f;color:#2d2015;animation:account-popover-in .14s ease-out both}.account-popover-head{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:16px;border-bottom:1px solid #e6d8c8}.account-popover-head>div{min-width:0}.account-popover-head strong,.account-popover-head span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-popover-head strong{color:#2d2015;font-size:15px;font-weight:700;line-height:19px}.account-popover-head span{margin-top:2px;color:#8b7355;font-size:12px;line-height:15px}.account-popover-actions{display:grid}.account-popover-actions button{display:flex;width:100%;height:41px;align-items:center;gap:10px;padding:0 16px;border:0;background:#fff;color:#2d2015;font-size:14px;font-weight:500;text-align:left}.account-popover-actions button:hover,.account-popover-actions button.is-active{background:#f0ebe3}.account-popover-actions button:focus-visible{outline:2px solid #d4873a;outline-offset:-2px}.account-popover-actions svg{width:16px;height:16px;flex:0 0 16px;color:#8b7355;stroke-width:1.9}.account-popover-actions .account-popover-signout{border-top:1px solid #e6d8c8;color:#c96a5a}.account-popover-actions .account-popover-signout svg{color:#c96a5a}.account-popover-actions button:disabled{opacity:.6}.account-popover-message{margin:0;padding:8px 12px;border-top:1px solid #e6d8c8;background:#f7e2de;color:#a54f43;font-size:12px;line-height:1.4}@keyframes account-popover-in{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: reduce){.account-popover{animation:none}}@media (max-width: 900px){.account-login-button,.account-menu-wrap{display:none}}.bottom-nav{display:none}@media (max-width: 900px){.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:60;display:grid;grid-template-columns:repeat(4,1fr);height:calc(83px + env(safe-area-inset-bottom,0px));padding:8px 24px calc(34px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-soft);background:var(--bg-card)}.bottom-nav--hidden{display:none}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:0;border-radius:var(--radius-sm);color:var(--text-muted);font-size:10px;font-weight:400;line-height:normal;text-decoration:none}.bottom-nav-item.active{color:var(--accent);font-weight:600}.bottom-nav-icon{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;color:inherit}.bottom-nav-icon svg{display:block;width:24px;height:24px;overflow:visible}.app-frame{padding-bottom:calc(83px + env(safe-area-inset-bottom,0px))}.app-frame--no-bottom-nav{padding-bottom:0}}.page-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;min-width:320px;min-height:100vh;flex-direction:column;background:#faf7f2;color:#2d2015}.page-loading__desktop-nav{display:flex;width:100%;height:60px;flex:0 0 60px;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100% - 1120px)/2));border-bottom:1px solid #e6d8c8;background:#fff}.page-loading__nav-left{display:flex;height:100%;align-items:center;gap:48px}.page-loading__nav-left>strong{color:#d4873a;font-size:18px;font-weight:700;line-height:1.2}.page-loading__nav-left>nav{display:flex;height:100%;align-items:center;gap:24px}.page-loading__nav-left>nav>span{display:inline-flex;height:60px;align-items:center;padding:0 8px;color:#8b7355;font-size:14px;font-weight:500}.page-loading__login{display:inline-flex;min-width:60px;height:29px;align-items:center;justify-content:center;padding:6px 16px;border:1px solid #cdb89f;border-radius:6px;color:#5f4a35;font-size:12px;font-weight:500;line-height:1.2}.page-loading__center{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:20px}.page-loading__spinner{display:block;width:48px;height:48px;flex:0 0 48px}.page-loading__copy{display:flex;flex-direction:column;align-items:center;gap:8px;line-height:normal;white-space:nowrap}.page-loading__copy p,.page-loading__copy span{margin:0}.page-loading__copy p{color:#5f4a35;font-size:14px;font-weight:500}.page-loading__copy span{color:#8b7355;font-size:12px;font-weight:400}.page-loading__tabs{display:none}@media (max-width: 900px){.page-loading{justify-content:space-between}.page-loading__desktop-nav{display:none}.page-loading__center{flex:1 1 auto;gap:16px}.page-loading__spinner{width:40px;height:40px;flex-basis:40px}.page-loading__copy{gap:6px}.page-loading__tabs{display:flex;width:100%;height:calc(83px + env(safe-area-inset-bottom,0px));flex:0 0 calc(83px + env(safe-area-inset-bottom,0px));align-items:flex-start;justify-content:space-between;padding:8px 24px calc(34px + env(safe-area-inset-bottom,0px));border-top:1px solid #e6d8c8;background:#fff}.page-loading__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#8b7355}.page-loading__tab>i{display:block;width:24px;height:24px;overflow:hidden;background:currentColor;font-style:normal;mask:var(--page-loading-tab-icon) top left / 20px 20px no-repeat;-webkit-mask:var(--page-loading-tab-icon) top left / 20px 20px no-repeat}.page-loading__tab>small{font-size:10px;font-weight:400;line-height:normal}}.mobile-block{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:32px 24px;background:var(--bg-base, #faf7f2)}.mobile-block-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:420px}.mobile-block-icon{font-size:56px;margin-bottom:18px}.mobile-block-title{margin:0 0 16px;font-size:1.5rem;font-weight:800;color:var(--text-primary, #2d2015)}.mobile-block-text{margin:0;font-size:1rem;line-height:1.85;color:var(--text-secondary, #5f4a35)}:root{--bg-base: #faf7f2;--bg-card: #ffffff;--bg-muted: #f0ebe3;--text-primary: #2d2015;--text-secondary: #5f4a35;--text-muted: #8b7355;--accent: #d4873a;--accent-hover: #b96f2e;--accent-light: #f5e6d3;--border-soft: #e6d8c8;--border-strong: #cdb89f;--success: #5c9a6b;--success-light: #e4f2e8;--warning: #d9a441;--warning-light: #fbf0d1;--danger: #c96a5a;--danger-light: #f7e2de;--info: #5e8fa3;--info-light: #e1eef3;--shadow-soft: 0 12px 30px rgba(45, 32, 21, .08);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--font-min: 12px;--font-xs: 12px;--font-sm: 13px;--font-md: 15px;--font-body: 14px;--font-lg: 17px;--font-xl: 20px;--font-2xl: 22px;--font-nav: 14px;--line-tight: 1.25;--line-normal: 1.55;--line-relaxed: 1.75;--page-padding-mobile: 16px;--page-padding-tablet: 24px;--page-padding-desktop: 32px;--content-max: 1680px}*{box-sizing:border-box}html{background:var(--bg-base);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,PingFang SC,Inter,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;line-height:var(--line-normal)}@media (min-width: 901px){html{scrollbar-gutter:stable}}body{margin:0;min-width:320px;background:var(--bg-base)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;padding:18px}.app-frame{width:min(1440px,100%);min-height:calc(100vh - 36px);margin:0 auto;overflow:hidden;background:#fffcf7bd;border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.app-shell--home,.app-shell--workbench,.app-shell--account{padding:0}.app-frame--home,.app-frame--workbench,.app-frame--account{width:100%;min-height:100vh;margin:0;border:0;border-radius:0;background:var(--bg-base);box-shadow:none}.page{padding:34px var(--page-padding-desktop) 42px}.page-header{display:flex;justify-content:space-between;gap:24px;margin-bottom:28px}.page-title{margin:0 0 8px;font-size:var(--font-2xl);font-weight:900;line-height:var(--line-tight)}.page-subtitle{margin:0;color:var(--text-secondary)}.section-title{margin:0 0 14px;font-size:var(--font-lg);font-weight:900}.muted{color:var(--text-muted)}.kivi-sketch{display:grid;width:210px;min-height:116px;place-items:center;color:var(--text-secondary);font-size:74px;-webkit-user-select:none;user-select:none}.kivi-sketch.small{width:84px;min-height:64px;font-size:44px}.text-action{border:0;background:transparent;color:var(--accent);font-weight:800}.top-nav{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 var(--page-padding-desktop);border-bottom:1px solid var(--border-soft);background:#ffffff8f}.app-frame--home .top-nav,.app-frame--workbench .top-nav,.app-frame--account .top-nav{height:60px;min-height:60px;padding-right:max(32px,calc((100% - 1120px)/2));padding-left:max(32px,calc((100% - 1120px)/2));background:#fff}.nav-primary{display:flex;height:100%;align-items:center;gap:48px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800}.app-frame--home .brand,.app-frame--workbench .brand,.app-frame--account .brand{gap:0;color:var(--accent);font-size:18px!important;font-weight:700;line-height:1.2}.brand-mark,.cat-avatar{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--border-soft);border-radius:50%;background:var(--accent-light);font-size:22px;overflow:hidden}.brand-mark img,.cat-avatar img{width:44px;height:44px;object-fit:cover}.brand-mark img{width:34px;height:34px;object-fit:contain}.mobile-laomao-icon{width:28px;height:28px;object-fit:contain}.laomao-nav-button{min-height:42px;padding:0 14px 0 8px}.nav-links{display:flex;align-items:center;gap:34px}.app-frame--home .nav-links,.app-frame--workbench .nav-links,.app-frame--account .nav-links{height:60px;gap:24px}.nav-link{display:inline-flex;align-items:center;gap:8px;height:72px;border-bottom:3px solid transparent;color:var(--text-primary);font-weight:700}.app-frame--home .nav-link,.app-frame--workbench .nav-link,.app-frame--account .nav-link{height:60px;padding:0 8px;border-bottom-width:2px;color:var(--text-secondary);font-size:var(--font-nav);font-weight:500}.app-frame .top-nav .brand{font-size:18px!important}.app-frame .top-nav .nav-link{font-size:var(--font-nav)!important}.app-frame .top-nav .account-login-button{width:auto;min-width:58px;height:29px;min-height:29px;padding-right:16px;padding-left:16px;font-size:12px!important;line-height:1.2;white-space:nowrap}.app-frame .top-nav .account-login-button svg{display:none}.app-frame--home .nav-link.active,.app-frame--workbench .nav-link.active,.app-frame--account .nav-link.active{color:var(--accent)}.app-frame--home .account-login-button,.app-frame--workbench .account-login-button,.app-frame--account .account-login-button{min-height:26px;padding:6px 16px;border-color:var(--border-strong);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:12px;font-weight:500;line-height:1.2}.app-frame--home .account-login-button svg,.app-frame--workbench .account-login-button svg,.app-frame--account .account-login-button svg{display:none}.app-frame--workbench .account-login-button{width:auto;min-width:56px;height:26px;min-height:26px;padding:6px 16px;font-size:12px;white-space:nowrap}.app-frame--account .account-login-button{min-height:29px;font-size:14px!important}.nav-link.active{color:var(--accent);border-color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:12px}.icon-button{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary)}.card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.soft-card{background:#f5e6d361;border:1px solid var(--border-soft);border-radius:var(--radius-lg)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-weight:700}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-hover)}.button.secondary{border-color:var(--accent);color:var(--accent)}.button.ghost{background:var(--bg-muted)}.tag{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 12px;border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent-hover);font-size:var(--font-sm);font-weight:700}.tag.neutral{background:var(--bg-muted);color:var(--text-secondary)}.tag.score-tone-hd,.tag.score-tone-mid,.tag.score-tone-f{border-color:var(--score-border);background:var(--score-soft);color:var(--score-strong)}.field,.textarea,.select{width:100%;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary)}.field,.select{min-height:44px;padding:0 14px}.textarea{min-height:220px;padding:16px;font-size:var(--font-body);line-height:var(--line-relaxed);resize:vertical}.meta-row,.tag-row,.action-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card{display:flex;align-items:center;gap:16px;padding:20px}.stat-value{font-size:30px;font-weight:800;line-height:1}.tabs{display:flex;gap:24px;border-bottom:1px solid var(--border-soft)}.tab{padding:16px 8px 12px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--text-secondary);font-weight:800}.tab.active{color:var(--accent);border-color:var(--accent)}.progress-line{height:8px;overflow:hidden;border-radius:99px;background:var(--bg-muted)}.progress-line>span{display:block;height:100%;border-radius:99px;background:var(--score-color, var(--accent))}.score{color:var(--score-strong, var(--accent));font-size:30px;font-weight:800}.score-tone-hd{--score-color: #5e9b6a;--score-strong: #2f6d3c;--score-soft: #edf6ee;--score-border: #cfe4d2}.score-tone-mid{--score-color: #d18b42;--score-strong: #a8491d;--score-soft: #fff2e5;--score-border: #f0d9bf}.score-tone-f{--score-color: #d64a38;--score-strong: #a92f23;--score-soft: #fff0ee;--score-border: #efc5bf}.inline-cat{width:22px;height:22px;object-fit:contain}@media (max-width: 900px){html,body{scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0}.app-shell{padding:0}.app-frame{min-height:100vh;padding-top:env(safe-area-inset-top,0px);border:0;border-radius:0}.top-nav,.nav-links{display:none}.page{padding:14px var(--page-padding-mobile) 28px}.page-header{display:block}.page-title{font-size:20px}.page-subtitle{font-size:var(--font-sm)}.kivi-sketch{display:none}.split-layout,.two-column,.stat-grid{grid-template-columns:1fr}.desktop-only{display:none!important}.button{width:100%;min-height:42px;font-size:var(--font-md)}.textarea{min-height:150px;font-size:var(--font-md)}.field,.field-like,select,input{font-size:var(--font-md)}.tag,.tag.neutral{font-size:var(--font-xs)}}@media (max-width: 560px){:root{--font-min: 11px;--font-xs: 11px;--font-sm: 13px;--font-md: 15px;--font-body: 14px;--font-lg: 17px;--font-xl: 20px;--font-2xl: 22px;--font-nav: 13px}html,body,.app-frame{font-size:var(--font-body);line-height:1.5;-webkit-text-size-adjust:100%;text-size-adjust:100%}.button{min-height:42px;padding:0 16px;font-size:var(--font-md)}.field,.select,select,input{min-height:40px;padding:0 12px;font-size:var(--font-md)}.textarea{min-height:130px;padding:12px;font-size:var(--font-md);line-height:1.5}.tag,.tag.neutral{min-height:24px;padding:0 10px;font-size:var(--font-xs)}.card,.soft-card{padding:14px}.switch-row{font-size:var(--font-md)}}@media (min-width: 901px){.mobile-only{display:none!important}}.app-frame{font-size:var(--font-body)}
