.bs-splash{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--bm-space-2, 8px);padding:var(--bm-space-8, 32px) var(--bm-space-5, 20px);background:linear-gradient(180deg,var(--bm-navy-800, #1e293b) 0%,var(--bm-navy-700, #27364f) 55%,var(--bm-color-bg-page, #f1f5f9) 100%);color:var(--bm-color-text-on-dark, #ffffff)}.bs-logo-wrap{position:relative;width:96px;height:96px;margin-bottom:var(--bm-space-3, 12px)}.bs-logo-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:var(--bm-gradient-brand);filter:blur(16px);opacity:.4;z-index:0}.bs-logo{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;object-fit:cover;background:var(--bm-color-bg-card);border:3px solid var(--bm-color-bg-card);box-shadow:var(--bm-shadow-card-soft)}.bs-logo-placeholder{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;background:var(--bm-gradient-brand);color:var(--bm-navy, #0d1b2a);display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:var(--bm-fw-bold, 700);font-family:var(--bm-font-family);box-shadow:var(--bm-shadow-inset),0 8px 24px color-mix(in srgb,var(--bm-color-primary, #3d82ca) 40%,transparent)}.bs-name{margin:0;font-size:var(--bm-fs-h1, 24px);font-weight:var(--bm-fw-bold, 700);color:var(--bm-white, #ffffff);text-align:center;letter-spacing:.5px}.bs-slogan{margin:0;font-size:var(--bm-fs-caption, 13px);color:color-mix(in srgb,var(--bm-white, #ffffff) 72%,transparent);text-align:center;letter-spacing:.3px;max-width:280px;line-height:1.5}.bs-loader{display:flex;gap:6px;margin-top:var(--bm-space-5, 20px)}.bs-loader-dot{width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--bm-white, #ffffff) 60%,transparent);animation:bs-pulse 1.2s ease-in-out infinite}.bs-loader-dot:nth-child(2){animation-delay:.2s}.bs-loader-dot:nth-child(3){animation-delay:.4s}@keyframes bs-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.bs-enter{margin-top:var(--bm-space-6, 24px);padding:12px 40px;border:none;border-radius:var(--bm-radius-pill, 999px);background:var(--bm-gradient-brand);color:var(--bm-navy, #0d1b2a);font-size:var(--bm-fs-body, 15px);font-weight:var(--bm-fw-bold, 700);font-family:var(--bm-font-family);letter-spacing:.5px;cursor:pointer;box-shadow:var(--bm-shadow-inset),0 8px 24px color-mix(in srgb,var(--bm-color-primary, #3d82ca) 40%,transparent);-webkit-tap-highlight-color:transparent;transition:transform var(--bm-transition, .15s ease),box-shadow var(--bm-transition, .15s ease)}.bs-enter:active{transform:scale(.96);box-shadow:var(--bm-shadow-inset),0 4px 12px color-mix(in srgb,var(--bm-color-primary, #3d82ca) 30%,transparent)}.bs-enter:focus-visible{outline:2px solid var(--bm-color-focus-ring, #ffffff);outline-offset:3px}@media (prefers-reduced-motion: reduce){.bs-loader-dot{animation:none;opacity:.6}.bs-enter{transition:none}}.clg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.clg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.clg-title-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2);margin-bottom:var(--bm-space-1)}.clg-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clg-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);letter-spacing:.5px;margin-bottom:var(--bm-space-2)}.clg-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0 0 var(--bm-space-2);line-height:1.6}.clg-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);white-space:nowrap;flex-shrink:0}.clg-status-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.clg-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.clg-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.clg-status-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.clg-status-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.clg-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.clg-section-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-2)}.clg-notes-text{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0;line-height:1.6}.png-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.png-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.png-title-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2);margin-bottom:var(--bm-space-2)}.png-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.png-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0 0 var(--bm-space-2);line-height:1.6}.png-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);white-space:nowrap;flex-shrink:0}.png-status-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.png-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.png-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.png-status-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.png-status-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.png-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.ppg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.ppg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.ppg-title-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2);margin-bottom:var(--bm-space-1)}.ppg-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppg-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);letter-spacing:.5px;margin-bottom:var(--bm-space-2)}.ppg-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0 0 var(--bm-space-2);line-height:1.6}.ppg-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);white-space:nowrap;flex-shrink:0}.ppg-status-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.ppg-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.ppg-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.ppg-status-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.ppg-status-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.ppg-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.ppg-section-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-2)}.ppg-notes-text{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0;line-height:1.6}.amg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.amg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.amg-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-2)}.amg-article-img{width:100%;max-height:200px;border-radius:var(--bm-radius-sm);object-fit:cover;display:block;margin-bottom:var(--bm-space-2)}.amg-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.amg-section-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-2)}.amg-inline-tag{display:inline-flex;align-items:center;padding:1px 6px;border-radius:var(--bm-radius-sm);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium)}.amg-inline-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.amg-inline-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.amg-inline-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.amg-inline-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.amg-inline-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.sg-hero{position:relative;width:100%;height:200px;overflow:hidden;background:var(--bm-color-bg-page);flex-shrink:0}.sg-hero-img{width:100%;height:100%;object-fit:cover;display:block}.sg-back-btn{position:absolute;top:var(--bm-space-2);left:var(--bm-space-2);width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--bm-overlay-black) 35%,transparent);border:none;display:flex;align-items:center;justify-content:center;color:var(--bm-white);cursor:pointer;z-index:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sg-hero-title{position:absolute;bottom:0;left:0;right:0;padding:var(--bm-space-3);background:linear-gradient(to top,color-mix(in srgb,var(--bm-overlay-black) 65%,transparent) 0%,transparent 100%);color:var(--bm-white);font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);margin:0;z-index:1}.sg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.sg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.sg-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);letter-spacing:.5px;margin-bottom:var(--bm-space-1)}.sg-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0;line-height:1.6}.sg-section-head{margin-bottom:var(--bm-space-2)}.sg-products{display:flex;flex-direction:column;gap:var(--bm-space-1)}.sg-product{display:flex;align-items:center;gap:var(--bm-space-2);padding:var(--bm-space-1) 0;background:none;border:none;cursor:pointer;color:inherit;text-align:left;width:100%;font:inherit}.sg-product-img{width:48px;height:48px;border-radius:var(--bm-radius-sm);object-fit:cover;flex-shrink:0}.sg-product-body{flex:1;min-width:0}.sg-product-name{font-size:var(--bm-fs-body);color:var(--bm-color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-product-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);margin-top:2px}.sg-chevron{color:var(--bm-color-text-secondary);flex-shrink:0}.tdg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.tdg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.tdg-title-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2);margin-bottom:var(--bm-space-2)}.tdg-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tdg-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0 0 var(--bm-space-2);line-height:1.6}.tdg-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);white-space:nowrap;flex-shrink:0}.tdg-status-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.tdg-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.tdg-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.tdg-status-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.tdg-status-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.tdg-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.tdg-actions{display:flex;flex-direction:column;gap:var(--bm-space-2)}.tdg-cta-primary{width:100%;padding:12px 0;border-radius:var(--bm-radius-pill);border:none;background:var(--bm-role-action-bg);color:var(--bm-color-text-on-accent);font-size:var(--bm-font-size-sm);font-weight:600;cursor:pointer}.tdg-cta-ghost{width:100%;padding:12px 0;border-radius:var(--bm-radius-pill);border:1px solid var(--bm-border);background:var(--bm-color-bg-card);color:var(--bm-color-text-primary);font-size:var(--bm-font-size-sm);font-weight:500;cursor:pointer}.pds-section{padding:var(--bm-space-4) 0 var(--bm-space-2);margin:0;background:transparent;border-top:1px solid var(--bm-color-divider)}.pds-section-title{margin:0 0 var(--bm-space-3) var(--bm-space-page-x);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-semibold);letter-spacing:.06em;color:var(--bm-color-text-secondary)}.pds-empty{padding:var(--bm-space-6) var(--bm-space-page-x);font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary)}.pds-loading{padding:var(--bm-space-6) var(--bm-space-page-x);font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);text-align:center}.pds-stream{display:flex;flex-direction:column;padding-bottom:var(--bm-space-6)}.pds-slide{display:flex;flex-direction:column;padding:var(--bm-space-3) var(--bm-space-page-x) var(--bm-space-5);min-width:0;overflow-wrap:anywhere;word-break:break-word;scroll-snap-align:start}.pds-slide>*+*{margin-top:var(--bm-space-2)}.pds-eyebrow{display:flex;align-items:center;font-size:var(--bm-fs-micro);font-weight:var(--bm-fw-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--bm-color-text-secondary)}.pds-eyebrow:before{content:"";display:inline-block;flex:0 0 auto;width:var(--bm-space-1);height:var(--bm-space-2);margin-right:var(--bm-space-2);background:color-mix(in srgb,var(--bm-role-identity-bg) 40%,transparent);border-radius:var(--bm-radius-pill)}.pds-title{margin:0;font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);line-height:var(--bm-lh-snug);color:var(--bm-color-text-primary);overflow-wrap:anywhere}.pds-desc{margin:0;font-size:var(--bm-fs-body);line-height:var(--bm-lh-relaxed);color:var(--bm-color-text-default);overflow-wrap:anywhere}.pds-note{margin:0;font-size:var(--bm-fs-caption);line-height:var(--bm-lh-normal);font-style:normal;white-space:pre-wrap;color:var(--bm-color-text-secondary);padding-left:var(--bm-space-2);border-left:2px solid var(--bm-color-divider);overflow-wrap:anywhere}.pds-image{margin-top:var(--bm-space-4)!important;margin-inline:calc(-1 * var(--bm-space-page-x))}.pds-main-img{display:block;width:100%;height:auto;border-radius:0;background:var(--bm-color-bg-card);object-fit:cover;cursor:pointer}.pds-desc--data{display:flex;flex-direction:column}.pds-data-number{font-family:var(--bm-font-family-price);font-size:var(--bm-fs-display);font-weight:var(--bm-fw-heavy);line-height:var(--bm-lh-tight);letter-spacing:-.02em;color:var(--bm-color-primary);font-variant-numeric:tabular-nums}.pds-data-caption{margin-top:var(--bm-space-1);font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary)}.pds-slide[data-role~=Hero] .pds-title{font-size:var(--bm-fs-display);font-weight:var(--bm-fw-heavy);letter-spacing:-.01em}.pds-slide[data-role~=Hero] .pds-desc{font-size:var(--bm-fs-h3);color:var(--bm-color-text-default)}.pds-slide[data-role~=SectionHeader]{margin-top:var(--bm-space-8);padding-top:var(--bm-space-5);border-top:1px solid var(--bm-color-divider)}.pds-slide[data-role~=SectionHeader] .pds-eyebrow{order:1}.pds-slide[data-role~=SectionHeader] .pds-note{order:2;margin-top:0;margin-bottom:var(--bm-space-1);border-left:none;padding-left:0}.pds-slide[data-role~=SectionHeader] .pds-title{order:3}.pds-slide[data-role~=SectionHeader] .pds-desc{order:4}.pds-slide[data-role~=SectionHeader] .pds-image{order:5}.pds-slide[data-role~=Quote] .pds-desc{padding-left:var(--bm-space-3);border-left:3px solid var(--bm-color-primary);font-size:var(--bm-fs-h3);color:var(--bm-color-text-primary)}.pds-slide[data-role~=Scene] .pds-image{margin-top:var(--bm-space-5)!important}.pds-slide[data-role~=Scene] .pds-title{font-size:var(--bm-fs-h3)}.pds-slide[data-role~=Scene] .pds-note{margin-top:var(--bm-space-3);padding-top:var(--bm-space-2);border-left:none;border-top:1px dashed var(--bm-color-divider);padding-left:0}.pds-slide[data-role~=Spec] .pds-desc{white-space:pre-wrap;font-variant-numeric:tabular-nums;font-size:var(--bm-fs-caption);color:var(--bm-color-text-default)}.pds-slide[data-role~=Footer]{margin-top:var(--bm-space-5);padding-top:var(--bm-space-4);padding-bottom:var(--bm-space-5);border-top:1px solid var(--bm-color-divider);background:var(--bm-color-bg-card)}.pds-slide[data-style~=Center]{text-align:center;align-items:center}.pds-slide[data-style~=Center] .pds-eyebrow,.pds-slide[data-style~=Center] .pds-title,.pds-slide[data-style~=Center] .pds-desc,.pds-slide[data-style~=Center] .pds-note{text-align:center;margin-inline:auto}.pds-slide[data-style~=Center] .pds-eyebrow:before{display:none}.pds-slide[data-style~=Center] .pds-data-number{text-align:center}.pds-slide[data-style~=Dark]{background:var(--bm-color-dark-band);color:var(--bm-color-text-on-dark);margin-inline:calc(-1 * var(--bm-space-page-x));padding-inline:var(--bm-space-page-x)}.pds-slide[data-style~=Dark] .pds-title,.pds-slide[data-style~=Dark] .pds-data-number{color:var(--bm-color-text-on-dark)}.pds-slide[data-style~=Dark] .pds-desc,.pds-slide[data-style~=Dark] .pds-data-caption,.pds-slide[data-style~=Dark] .pds-note{color:color-mix(in srgb,var(--bm-color-text-on-dark) 78%,var(--bm-color-dark-band))}.pds-slide[data-style~=Dark] .pds-eyebrow:before{background:color-mix(in srgb,var(--bm-color-text-on-dark) 60%,transparent)}.pds-slide[data-style~=Dark] .pds-image{margin-inline:calc(-1 * var(--bm-space-page-x))}.pds-slide[data-style~=Serif] .pds-data-number,.pds-slide[data-style~=Serif] .pds-desc{font-family:var(--bm-font-family-serif);letter-spacing:.02em;text-wrap:balance}.pds-slide[data-style~=Serif] .pds-data-number{font-weight:var(--bm-fw-medium);font-size:clamp(48px,14vw,80px);line-height:1;letter-spacing:.04em}.pds-slide[data-role~=Quote][data-style~=Center] .pds-desc,.pds-slide[data-role~=Quote][data-style~=Serif] .pds-desc{border-left:none;padding-left:0}.pds-slide[data-style~=Serif][data-style~=Center] .pds-data-number{font-size:clamp(56px,16vw,96px)}.pds-display-serif{font-family:var(--bm-font-family-serif);font-weight:var(--bm-fw-medium);letter-spacing:.02em;text-wrap:balance;line-height:var(--bm-lh-snug)}.pds-display-serif--hero{font-size:clamp(28px,7vw,40px);font-weight:var(--bm-fw-regular);letter-spacing:.04em}.pds-display-serif--quote{font-size:clamp(20px,5.5vw,28px);font-style:normal;text-shadow:0 4px 24px var(--bm-color-shadow-soft)}.pds-dots{display:flex;justify-content:center;gap:var(--bm-space-1);margin-top:var(--bm-space-2)}.pds-dot{width:6px;height:4px;padding:0;border:none;border-radius:var(--bm-radius-pill);cursor:pointer;background:var(--bm-color-divider);transition:width .25s ease,background .25s ease}.pds-dot--active{width:20px;background:var(--bm-role-identity-bg)}.pds-thumbs{display:flex;gap:var(--bm-space-1);margin-top:var(--bm-space-2);padding:var(--bm-space-1) var(--bm-space-page-x);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.pds-thumbs::-webkit-scrollbar{display:none}.pds-thumb-btn{flex:0 0 auto;width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:var(--bm-space-1);overflow:hidden;cursor:pointer;background:var(--bm-color-bg-card);opacity:.55;transition:opacity .2s ease,border-color .2s ease}.pds-thumb-btn--active{opacity:1;border-color:var(--bm-role-identity-bg)}.pds-thumb-img{width:100%;height:100%;display:block;object-fit:cover}.pds-dot:focus-visible,.pds-thumb-btn:focus-visible{outline:2px solid var(--bm-role-identity-bg);outline-offset:2px}@media (prefers-reduced-motion: reduce){.pds-dot,.pds-thumb-btn{transition:none}}.pib-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:var(--bm-space-2);padding-top:var(--bm-space-2);padding-bottom:calc(var(--bm-space-2) + env(safe-area-inset-bottom,0px));padding-left:var(--bm-space-4);padding-right:var(--bm-space-4);background:var(--bm-color-bg-card);border-top:1px solid var(--bm-border);box-shadow:0 -4px 20px color-mix(in srgb,var(--bm-overlay-black) 6%,transparent);z-index:100}.pib-group{display:flex;align-items:center;gap:var(--bm-space-2);margin-right:auto}.pib-btn{flex:0 0 auto;width:48px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;background:transparent;border:none;color:var(--bm-color-text-muted);font-size:var(--bm-fs-micro);font-weight:400;cursor:pointer;opacity:1;-webkit-tap-highlight-color:transparent;transition:transform .1s ease,opacity .15s ease}.pib-btn[data-active=true]{font-weight:600}.pib-btn[data-active=true][data-color=primary]{color:var(--bm-role-identity-text)}.pib-btn[data-active=true][data-color=warning]{color:var(--bm-color-warning)}.pib-btn:disabled{cursor:not-allowed;opacity:.5}.pib-btn:not(:disabled):active{transform:scale(.9)}.pib-btn-label{white-space:nowrap;line-height:1}.pib-cta{display:flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;height:44px;min-width:128px;padding:0 24px;border-radius:var(--bm-radius-pill);background:var(--bm-role-identity-bg);color:var(--bm-color-text-on-accent);font-size:var(--bm-fs-body);font-weight:700;text-decoration:none;white-space:nowrap;box-shadow:var(--bm-shadow-inset),0 6px 16px color-mix(in srgb,var(--bm-role-identity-bg) 40%,transparent);-webkit-tap-highlight-color:transparent;transition:transform .12s ease,box-shadow .2s ease}.pib-cta:hover{box-shadow:var(--bm-shadow-inset),0 3px 8px color-mix(in srgb,var(--bm-role-identity-bg) 30%,transparent)}.pib-cta:active{transform:scale(.97);box-shadow:var(--bm-shadow-inset),0 3px 8px color-mix(in srgb,var(--bm-role-identity-bg) 30%,transparent)}.pib-btn:focus-visible,.pib-cta:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){.pib-btn,.pib-cta{transition:none}}.pcs-section{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);padding:var(--bm-space-3);margin:var(--bm-space-2) var(--bm-space-3);padding-bottom:var(--bm-space-6)}.pcs-title{font-size:var(--bm-font-size-sm);font-weight:600;color:var(--bm-color-text-default);margin-bottom:var(--bm-space-2)}.pcs-state{text-align:center;padding:var(--bm-space-3);color:var(--bm-color-text-secondary);font-size:var(--bm-font-size-sm)}.pcs-list{display:flex;flex-direction:column;gap:var(--bm-space-2)}.pcs-item{border-bottom:1px solid var(--bm-border);padding-bottom:var(--bm-space-2)}.pcs-reply-to{font-size:var(--bm-font-size-xs);color:var(--bm-color-text-secondary);background:var(--bm-color-bg-page);padding:4px 8px;border-radius:6px;margin-bottom:4px}.pcs-header{display:flex;justify-content:space-between;align-items:baseline}.pcs-author{font-size:var(--bm-font-size-xs);font-weight:600;color:var(--bm-color-text-default)}.pcs-date{font-size:var(--bm-font-size-2xs);color:var(--bm-color-text-secondary)}.pcs-body{margin:4px 0 0;font-size:var(--bm-font-size-sm);color:var(--bm-color-text-default);line-height:1.6}.pcs-attachments{display:flex;gap:var(--bm-space-1);margin-top:4px;flex-wrap:wrap}.pcs-attachment-img{width:72px;height:72px;object-fit:cover;border-radius:6px}.pcs-reply-btn{margin-top:4px;padding:2px 8px;border:none;background:transparent;color:var(--bm-color-text-secondary);font-size:var(--bm-font-size-xs);cursor:pointer;transition:color .15s ease}.pcs-reply-btn:hover{color:var(--bm-role-identity-text)}.pcs-input-area{display:flex;flex-direction:column;gap:var(--bm-space-1);margin-top:var(--bm-space-2)}.pcs-reply-indicator{display:flex;align-items:center;gap:var(--bm-space-1);font-size:var(--bm-font-size-xs);color:var(--bm-color-text-secondary)}.pcs-cancel-btn{border:none;background:transparent;color:var(--bm-color-text-secondary);cursor:pointer;font-size:var(--bm-font-size-xs)}.pcs-input-row{display:flex;gap:var(--bm-space-2)}.pcs-input{flex:1;padding:8px 12px;border:1px solid var(--bm-border);border-radius:var(--bm-radius-pill);font-size:var(--bm-font-size-sm);outline:none;background:var(--bm-color-bg-page);color:var(--bm-color-text-default);transition:border-color .15s ease,box-shadow .15s ease}.pcs-input:focus{border-color:var(--bm-role-identity-bg);box-shadow:0 0 0 2px color-mix(in srgb,var(--bm-role-identity-bg) 20%,transparent)}.pcs-input::placeholder{color:var(--bm-color-text-muted)}.pcs-submit-btn{padding:8px 16px;border:none;border-radius:var(--bm-radius-pill);background:var(--bm-role-identity-bg);color:var(--bm-navy);font-size:var(--bm-font-size-sm);cursor:pointer;opacity:1;transition:opacity .15s ease,transform .1s ease}.pcs-submit-btn:disabled{cursor:not-allowed;opacity:.5}.pcs-submit-btn:not(:disabled):hover{opacity:.9}.pcs-submit-btn:not(:disabled):active{transform:scale(.97)}.pcs-reply-btn:focus-visible,.pcs-cancel-btn:focus-visible,.pcs-input:focus-visible,.pcs-submit-btn:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){.pcs-reply-btn,.pcs-input,.pcs-submit-btn{transition:none}}.share-panel{padding:var(--bm-space-4, 16px)}.share-head{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2, 8px);margin-bottom:var(--bm-space-3, 12px)}.share-title{font-weight:var(--bm-fw-semibold, 600);font-size:var(--bm-fs-body, 14px);color:var(--bm-color-text-primary)}.share-close{border:none;background:transparent;cursor:pointer;color:var(--bm-color-text-secondary);display:flex;align-items:center;justify-content:center;padding:var(--bm-space-1, 4px);border-radius:var(--bm-radius-sm, 6px);-webkit-tap-highlight-color:transparent;transition:background var(--bm-transition, .15s ease)}.share-close:active{background:var(--bm-color-overlay-light, rgba(0, 0, 0, .04))}.share-close:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}.share-picker{display:flex;gap:var(--bm-space-2, 8px);overflow-x:auto;padding-bottom:var(--bm-space-2, 8px);margin-bottom:var(--bm-space-3, 12px);scrollbar-width:none}.share-picker::-webkit-scrollbar{display:none}.share-thumb{flex:0 0 auto;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:var(--bm-radius-sm, 8px);overflow:hidden;cursor:pointer;background:var(--bm-color-bg-page);opacity:.55;transition:opacity var(--bm-transition, .15s ease),border-color var(--bm-transition, .15s ease)}.share-thumb--selected{opacity:1;border-color:var(--bm-role-identity-bg)}.share-thumb:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}.share-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.share-poster-area,.share-qr-area{display:flex;flex-direction:column;align-items:center;gap:var(--bm-space-2, 8px);margin-bottom:var(--bm-space-3, 12px)}.share-qr-area--hidden{display:none}.share-poster-img{max-width:100%;width:280px;height:auto;border-radius:var(--bm-radius-md, 12px);display:block;box-shadow:var(--bm-shadow-card-soft)}.share-state{font-size:var(--bm-fs-body, 14px);padding:var(--bm-space-4, 16px);margin:0;text-align:center}.share-state--error{color:var(--bm-color-error)}.share-state--loading{color:var(--bm-color-text-secondary)}.share-hint{font-size:var(--bm-fs-caption, 12px);color:var(--bm-color-text-muted);margin:0}.share-actions{display:flex;flex-direction:column;align-items:center;gap:var(--bm-space-2, 8px);margin-bottom:var(--bm-space-2, 8px)}.share-copy-btn{display:flex;align-items:center;gap:var(--bm-space-1, 4px);padding:var(--bm-space-2, 8px) var(--bm-space-4, 16px);border:none;border-radius:var(--bm-radius-pill, 999px);background:var(--bm-role-identity-bg);color:var(--bm-color-text-on-accent);font-size:var(--bm-fs-body, 14px);font-weight:var(--bm-fw-semibold, 600);cursor:pointer;box-shadow:var(--bm-shadow-inset),0 4px 12px color-mix(in srgb,var(--bm-role-identity-bg) 30%,transparent);-webkit-tap-highlight-color:transparent;transition:transform var(--bm-transition, .15s ease)}.share-copy-btn:active{transform:scale(.97)}.share-copy-btn:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}.share-wechat-hint{text-align:center;font-size:var(--bm-fs-caption, 12px);color:var(--bm-color-text-muted);margin:0}@media (prefers-reduced-motion: reduce){.share-close,.share-thumb,.share-copy-btn{transition:none}}.mpp-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.mpp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--bm-space-2)}.mpp-more{background:none;border:none;cursor:pointer;font:inherit;color:var(--bm-color-text-secondary);font-size:var(--bm-fs-caption);padding:var(--bm-space-1) 0}.mpp-scroll{display:flex;gap:var(--bm-space-2);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--bm-space-1)}.mpp-scroll::-webkit-scrollbar{display:none}.mpp-item{flex:0 0 auto;width:96px;background:none;border:none;cursor:pointer;color:inherit;text-align:left;padding:0;font:inherit;display:flex;flex-direction:column;gap:var(--bm-space-1)}.mpp-item-img{width:96px;height:96px;border-radius:var(--bm-radius-sm);object-fit:cover;background:var(--bm-color-bg-page);display:block}.mpp-item-img--placeholder{background:var(--bm-color-bg-page)}.mpp-item-name{font-size:var(--bm-fs-caption);color:var(--bm-color-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pg-page{padding-bottom:calc(var(--bm-space-4) + 72px)}.pg-header-card{background:var(--bm-color-bg-card);border-radius:0 0 var(--bm-radius-md) var(--bm-radius-md);overflow:hidden}.pg-carousel{position:relative;height:280px}.pg-carousel-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--bm-space-2);padding:var(--bm-space-4);background:linear-gradient(135deg,var(--bm-color-bg-hover) 0%,var(--bm-color-bg-page) 100%)}.pg-carousel-placeholder-logo{width:72px;height:72px;object-fit:contain;border-radius:var(--bm-radius-lg);box-shadow:0 2px 12px var(--bm-navy-08)}.pg-carousel-placeholder-name{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary);letter-spacing:1px}.pg-carousel-placeholder-slogan{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);letter-spacing:2px}.pg-carousel-progress{margin-top:var(--bm-space-2);width:120px;height:3px;position:relative;background:var(--bm-border);border-radius:var(--bm-radius-pill);overflow:hidden}.pg-carousel-progress-bar{position:absolute;top:0;left:0;height:100%;width:40%;background:var(--bm-role-identity-bg);border-radius:var(--bm-radius-pill);animation:carouselBrandProgress 1.4s ease-in-out infinite}.pg-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;height:280px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:2}.pg-carousel-track::-webkit-scrollbar{display:none}.pg-carousel-slide{flex:0 0 100%;scroll-snap-align:start}.pg-carousel-slide img{width:100%;height:280px;object-fit:cover;display:block;transition:opacity .4s ease}.pg-carousel-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:var(--bm-radius-pill);background:var(--bm-overlay-media-header);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pg-carousel-dot{height:5px;border-radius:var(--bm-radius-pill);background:color-mix(in srgb,var(--bm-white) 70%,transparent);transition:width .3s ease,background .3s ease}.pg-carousel-dot--active{width:14px;background:var(--bm-white)}.pg-cover{height:280px;overflow:hidden}.pg-cover img{width:100%;height:100%;object-fit:cover;display:block}.pg-product-info{padding:var(--bm-space-3)}.pg-product-name{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary);margin:0;line-height:1.3}.pg-product-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-muted);margin-top:var(--bm-space-1);letter-spacing:.5px}.pg-product-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:var(--bm-space-2) 0 0;line-height:1.7}.pg-tags{display:flex;gap:var(--bm-space-1);flex-wrap:wrap;margin-top:var(--bm-space-2)}.pg-tag{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);background:var(--bm-navy-04);border-radius:var(--bm-radius-sm);padding:2px var(--bm-space-1)}.pg-info-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-md);padding:var(--bm-space-3);margin:var(--bm-space-2) var(--bm-space-3)}.pg-info-card-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin-bottom:var(--bm-space-2)}.pg-series-row{display:flex;align-items:center;gap:var(--bm-space-2)}.pg-series-img{width:40px;height:40px;border-radius:var(--bm-radius-sm);object-fit:cover}.pg-series-name{font-size:var(--bm-fs-body);color:var(--bm-color-text-primary)}.pg-meta-list{display:flex;flex-direction:column;gap:var(--bm-space-1)}.pg-meta-row{display:flex;align-items:baseline;gap:var(--bm-space-2)}.pg-meta-label{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);white-space:nowrap;min-width:56px}.pg-meta-value{font-size:var(--bm-fs-caption);color:var(--bm-color-text-primary);word-break:break-all}.pg-interaction-disabled{position:fixed;bottom:0;left:0;right:0;padding:var(--bm-space-2) var(--bm-space-3);background:var(--bm-color-bg-card);border-top:1px solid var(--bm-border);text-align:center;font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);z-index:100}.pg-comment-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.pg-comment-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bm-overlay-backdrop)}.pg-comment-sheet{position:absolute;bottom:0;left:0;right:0;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bm-color-bg-page);border-radius:var(--bm-radius-lg) var(--bm-radius-lg) 0 0;animation:slideUp .3s ease-out}.pg-comment-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bm-space-3) var(--bm-space-4);border-bottom:1px solid var(--bm-border);position:sticky;top:0;background:var(--bm-color-bg-card)}.pg-comment-sheet-title{font-weight:var(--bm-fw-semibold);font-size:var(--bm-fs-body);color:var(--bm-color-text-primary)}.pg-comment-sheet-close{border:none;background:transparent;cursor:pointer;color:var(--bm-color-text-secondary);display:flex;align-items:center;justify-content:center;padding:var(--bm-space-1)}.pg-loading{display:flex;justify-content:center;padding:48px 0;gap:8px;align-items:center}.pg-meta-link{background:none;border:none;cursor:pointer;font:inherit;display:inline-flex;align-items:center;gap:var(--bm-space-1);padding:0;color:var(--bm-color-primary)}.pg-meta-link-arrow{flex-shrink:0;color:var(--bm-color-primary)}.mpl-topbar{display:flex;align-items:center;height:48px;padding:0 var(--bm-space-2);background:var(--bm-color-bg-card);border-bottom:1px solid var(--bm-color-border-card);flex-shrink:0}.mpl-back{width:36px;height:36px;border-radius:50%;background:none;border:none;display:flex;align-items:center;justify-content:center;color:var(--bm-color-text-primary);cursor:pointer}.mpl-merchant-header{display:flex;align-items:center;gap:var(--bm-space-3);padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-2);background:var(--bm-color-bg-card)}.mpl-merchant-logo{width:56px;height:56px;border-radius:var(--bm-radius-card);object-fit:cover;flex-shrink:0;box-shadow:var(--bm-shadow-card-soft)}.mpl-merchant-info{flex:1;min-width:0}.mpl-merchant-name{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpl-merchant-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mpl-body{flex:1;padding:var(--bm-space-2) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.mpl-card-surface{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.mpl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--bm-space-3)}.mpl-card{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;color:inherit;text-align:left;padding:0;font:inherit;border-radius:var(--bm-radius-sm);overflow:hidden}.mpl-card-img{width:100%;aspect-ratio:1 / 1;border-radius:var(--bm-radius-sm);object-fit:cover;background:var(--bm-color-bg-page);display:block}.mpl-card-img--placeholder{background:var(--bm-color-bg-page)}.mpl-card-body{padding:var(--bm-space-1) var(--bm-space-1) 0}.mpl-card-name{font-size:var(--bm-fs-body);color:var(--bm-color-text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mpl-card-meta{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);margin-top:var(--bm-space-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mpl-empty{padding:var(--bm-space-6) var(--bm-space-3);text-align:center}.bdg-brand-header{display:flex;align-items:center;gap:var(--bm-space-2);padding:var(--bm-space-3) var(--bm-space-4);background:linear-gradient(135deg,var(--bm-color-bg-page, #F0F1F3) 0%,var(--bm-color-bg-card) 100%);border-radius:0 0 var(--bm-radius-card) var(--bm-radius-card);margin-bottom:var(--bm-space-3)}.bdg-logo{width:48px;height:48px;object-fit:contain;border-radius:var(--bm-radius-lg);background:var(--bm-color-bg-card);flex-shrink:0}.bdg-brand-name{font-size:var(--bm-font-size-xl);font-weight:700;color:var(--bm-color-text-primary);letter-spacing:1px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bdg-header-cta{display:inline-flex;align-items:center;gap:var(--bm-space-1);padding:6px 14px;border-radius:var(--bm-radius-pill);background:var(--bm-role-action-bg);color:var(--bm-color-text-on-accent);font-size:var(--bm-font-size-sm);font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}.bdg-body{flex:1;padding:0 var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.bdg-slide-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.bdg-section-title{font-size:var(--bm-font-size-sm);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0 0 var(--bm-space-2)}.bdg-bottom-cta{padding:var(--bm-space-4) var(--bm-space-4);text-align:center}.bdg-bottom-cta-link{display:inline-block;padding:10px 32px;border-radius:var(--bm-radius-pill);background:var(--bm-role-action-bg);color:var(--bm-color-text-on-accent);font-size:var(--bm-font-size-md);font-weight:600;text-decoration:none}.og-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.og-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.og-title-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-2);margin-bottom:var(--bm-space-1)}.og-title{font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.og-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);letter-spacing:.5px;margin-bottom:var(--bm-space-2)}.og-desc{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0 0 var(--bm-space-2);line-height:1.6}.og-status-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);white-space:nowrap;flex-shrink:0}.og-status-tag--primary{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.og-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.og-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.og-status-tag--danger{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.og-status-tag--default{background:var(--bm-navy-08);color:var(--bm-color-text-muted)}.og-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.og-items{display:flex;flex-direction:column;gap:var(--bm-space-2)}.og-item{display:flex;align-items:center;gap:var(--bm-space-2);padding:var(--bm-space-1) 0}.og-item-img{width:48px;height:48px;border-radius:var(--bm-radius-sm);object-fit:cover;flex-shrink:0}.og-item-body{flex:1;min-width:0}.og-item-name{font-size:var(--bm-fs-body);color:var(--bm-color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.og-item-meta{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);margin-top:2px}.og-section-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);margin-bottom:var(--bm-space-2)}.og-notes-text{font-size:var(--bm-fs-body);color:var(--bm-color-text-secondary);margin:0;line-height:1.6}.et-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:var(--bm-space-3, 12px)}.et-state--loading{flex-direction:row;justify-content:center;padding:var(--bm-space-6, 24px) 0}.et-state-text{font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-muted)}.et-list{display:flex;flex-direction:column}.et-moment{display:flex;gap:var(--bm-space-3, 12px);padding:var(--bm-space-4, 16px) var(--bm-space-4, 16px)}.et-moment+.et-moment{border-top:1px solid var(--bm-border-cool)}.et-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--bm-gradient-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px color-mix(in srgb,var(--bm-role-identity-bg) 25%,transparent)}.et-avatar-letter{font-size:var(--bm-font-size-sm, 13px);font-weight:700;color:var(--bm-white)}.et-body{flex:1;min-width:0}.et-headrow{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2px}.et-name-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px;min-width:0}.et-name{font-size:var(--bm-font-size-sm, 13px);font-weight:600;color:var(--bm-color-text-secondary)}.et-at{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted)}.et-task-pill{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted);background:var(--bm-surface-cool);padding:1px 5px;border-radius:var(--bm-radius-pill, 9999px);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.et-time{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted);flex-shrink:0;margin-left:var(--bm-space-2, 8px)}.et-desc{font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-primary);line-height:1.6;white-space:pre-wrap;word-break:break-word;margin-top:var(--bm-space-1, 4px)}.et-actions{display:flex;justify-content:flex-end;align-items:center;position:relative;margin-top:var(--bm-space-1, 4px)}.et-trigger-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:18px;background:var(--bm-surface-cool);border:none;border-radius:var(--bm-radius-sm, 6px);color:var(--bm-color-text-muted);cursor:pointer;transition:all .15s ease}.et-trigger-btn--open{background:var(--bm-border-cool);color:var(--bm-color-text-secondary)}.et-menu{position:absolute;right:30px;top:50%;transform:translateY(-50%) scale(.9);display:none;background:var(--bm-navy-700);border-radius:var(--bm-radius-sm, 6px);overflow:hidden;z-index:10;box-shadow:var(--bm-shadow-tooltip);opacity:0;transition:opacity .15s ease,transform .15s ease}.et-menu--open{display:flex;transform:translateY(-50%) scale(1);opacity:1}.et-menu-arrow{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border:5px solid transparent;border-left-color:var(--bm-navy-700);border-right:none}.et-menu-btn{display:inline-flex;align-items:center;gap:3px;padding:5px 12px;background:none;border:none;color:var(--bm-white);font-size:var(--bm-font-size-xs, 12px);cursor:pointer;white-space:nowrap}.et-menu-btn--divider{border-right:.5px solid color-mix(in srgb,var(--bm-white) 15%,transparent)}.et-menu-btn--liked{color:var(--bm-color-warning)}.et-favorites{margin-top:var(--bm-space-2, 8px);background:var(--bm-surface-cool);border-radius:var(--bm-radius-sm, 6px);padding:var(--bm-space-1_5, 6px) var(--bm-space-3, 12px);display:flex;flex-direction:column;gap:2px}.et-favorites--open-bottom{border-radius:var(--bm-radius-sm, 6px) var(--bm-radius-sm, 6px) 0 0}.et-favorites-row{display:flex;align-items:center;gap:4px}.et-favorites-names{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted)}.et-comments{background:var(--bm-surface-cool);border-radius:var(--bm-radius-sm, 6px);padding:var(--bm-space-1_5, 6px) var(--bm-space-3, 12px)}.et-comments--with-likes{border-radius:0 0 var(--bm-radius-sm, 6px) var(--bm-radius-sm, 6px)}.et-grid{display:grid;gap:3px;margin-top:var(--bm-space-2, 8px)}.et-grid--single{grid-template-columns:1fr;max-width:180px}.et-grid--double{grid-template-columns:repeat(2,1fr);max-width:220px}.et-grid--triple{grid-template-columns:repeat(3,1fr);max-width:280px}.et-photo{aspect-ratio:1;border-radius:var(--bm-radius-sm, 6px);overflow:hidden;background:var(--bm-surface-cool);display:flex;align-items:center;justify-content:center;cursor:pointer}.et-photo-img{width:100%;height:100%;object-fit:cover}.et-comment{padding:2px 0}.et-comment+.et-comment{border-top:.5px solid var(--bm-border-cool)}.et-comment-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px;font-size:var(--bm-font-size-xs, 12px);line-height:1.5}.et-ai-tag{font-size:var(--bm-font-size-2xs, 10px);font-weight:600;color:var(--bm-white);background:var(--bm-role-identity-bg);padding:0 3px;border-radius:var(--bm-radius-sm, 6px);white-space:nowrap}.et-comment-name{font-weight:600;color:var(--bm-color-text-secondary);white-space:nowrap}.et-chip{font-size:var(--bm-font-size-2xs, 10px);padding:0 3px;border-radius:var(--bm-radius-pill, 9999px);white-space:nowrap}.et-chip--todo{background:color-mix(in srgb,var(--bm-color-info) 12%,transparent);color:var(--bm-color-info-on-surface)}.et-chip--done{background:color-mix(in srgb,var(--bm-color-success) 10%,transparent);color:var(--bm-color-success)}.et-reply-indicator{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-role-identity-text);white-space:nowrap}.et-comment-text{color:var(--bm-color-text-primary);word-break:break-word}.et-comment-time{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted);white-space:nowrap}.et-comment-btn{font-size:var(--bm-font-size-2xs, 10px);color:var(--bm-color-text-muted);background:none;border:none;padding:0;cursor:pointer;white-space:nowrap}.et-comment-images{display:flex;gap:3px;margin-top:2px;padding-left:2px}.et-comment-photo{width:44px;height:44px;border-radius:var(--bm-radius-sm, 6px);overflow:hidden;background:var(--bm-surface-cool);display:flex;align-items:center;justify-content:center;cursor:pointer}.et-comment-photo-img{width:100%;height:100%;object-fit:cover}.et-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bm-overlay-backdrop);z-index:100}.et-sheet{position:fixed;bottom:0;left:0;right:0;z-index:101;background:var(--bm-white);border-radius:var(--bm-radius-lg, 16px) var(--bm-radius-lg, 16px) 0 0;padding:var(--bm-space-4, 16px);animation:slideUp .2s ease-out}.et-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--bm-space-3, 12px)}.et-sheet-title{font-size:var(--bm-font-size-base, 14px);font-weight:600;color:var(--bm-color-text-primary)}.et-send-btn{background:var(--bm-role-action-bg);color:var(--bm-white);border:none;border-radius:var(--bm-radius-pill, 9999px);padding:var(--bm-space-1, 4px) var(--bm-space-3, 12px);font-size:var(--bm-font-size-xs, 12px);font-weight:600;cursor:pointer;transition:opacity .15s ease}.et-send-btn--disabled{opacity:.4;cursor:default}.et-reply-bar{display:flex;align-items:center;gap:var(--bm-space-2, 8px);padding:var(--bm-space-2, 8px) var(--bm-space-3, 12px);margin-bottom:var(--bm-space-2, 8px);background:var(--bm-surface-cool);border-radius:var(--bm-radius-md, 8px);font-size:var(--bm-font-size-xs, 12px)}.et-reply-target{font-weight:600;color:var(--bm-role-identity-text);white-space:nowrap}.et-reply-snippet{flex:1;color:var(--bm-color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.et-reply-close{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;color:var(--bm-color-text-muted);cursor:pointer;flex-shrink:0}.et-textarea{width:100%;border:1px solid var(--bm-border-cool);border-radius:var(--bm-radius-md, 8px);padding:var(--bm-space-2, 8px) var(--bm-space-3, 12px);font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-primary);resize:none;outline:none;background:var(--bm-surface-cool);box-sizing:border-box;font-family:inherit}.et-upload-area{margin-top:var(--bm-space-2, 8px)}.et-upload-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.et-upload-trigger{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:1.5px dashed var(--bm-border-cool);border-radius:var(--bm-radius-md, 8px);color:var(--bm-color-text-muted);font-size:var(--bm-font-size-xs, 12px);background:var(--bm-surface-cool);cursor:pointer}.et-upload-trigger input{display:none}.et-thumb{position:relative;width:44px;height:44px;border-radius:var(--bm-radius-sm, 6px);overflow:hidden;background:var(--bm-surface-cool)}.et-thumb-img{width:100%;height:100%;object-fit:cover}.et-thumb-img--uploading{opacity:.5}.et-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.et-thumb-failed{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bm-color-error) 30%,transparent);color:var(--bm-white);font-size:10px}.et-thumb-remove{position:absolute;top:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:var(--bm-overlay-backdrop);color:var(--bm-white);border:none;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.et-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bm-overlay-backdrop);z-index:200}.et-confirm-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:201;background:var(--bm-white);border-radius:var(--bm-radius-lg, 16px);padding:24px 24px 16px;min-width:280px;box-shadow:var(--bm-shadow-dialog);text-align:center}.et-confirm-title{font-size:var(--bm-font-size-base, 14px);font-weight:600;color:var(--bm-color-text-primary);margin-bottom:8px}.et-confirm-body{font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-secondary);margin-bottom:20px}.et-confirm-actions{display:flex;gap:12px;justify-content:center}.et-confirm-btn{flex:1;padding:10px 0;border-radius:var(--bm-radius-md, 8px);font-size:var(--bm-font-size-sm, 13px);font-weight:500;cursor:pointer}.et-confirm-btn--cancel{border:1px solid var(--bm-border-cool);background:var(--bm-white);color:var(--bm-color-text-secondary)}.et-confirm-btn--delete{border:none;background:var(--bm-color-error);color:var(--bm-white)}@media (prefers-reduced-motion: reduce){.et-sheet{animation:none}}.ar-state{display:flex;flex-direction:column;align-items:center;padding:var(--bm-space-6, 24px) 0;gap:var(--bm-space-2, 8px)}.ar-state--loading{flex-direction:row}.ar-state-icon{color:var(--bm-color-text-muted);opacity:.55}.ar-state-text{margin:0;font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-muted)}.ar-list{display:flex;flex-direction:column;gap:6px;padding:var(--bm-space-2, 8px) var(--bm-space-4, 16px)}.ar-item{display:flex;flex-direction:column;gap:4px;padding:var(--bm-space-2, 8px) var(--bm-space-3, 12px);border-radius:var(--bm-radius-md, 8px)}.ar-item--present{background:var(--bm-surface-cool)}.ar-item--absent{background:transparent;border:1.5px dashed var(--bm-border-cool)}.ar-row{display:flex;justify-content:space-between;align-items:center}.ar-name{font-size:var(--bm-font-size-sm, 13px);font-weight:600;color:var(--bm-color-text-primary)}.ar-badge{font-size:var(--bm-font-size-2xs, 11px);font-weight:500;color:var(--bm-color-text-muted);padding:1px 6px;border-radius:var(--bm-radius-pill, 100px);background:var(--bm-surface-cool)}.ar-duration{font-size:var(--bm-font-size-2xs, 11px);font-weight:600;color:var(--bm-role-identity-text);font-variant-numeric:tabular-nums}.ar-time-row{display:flex;align-items:center;gap:4px}.ar-time-col{display:flex;flex-direction:column;gap:1px;flex:1}.ar-time-col--end{align-items:flex-end}.ar-time{font-size:var(--bm-font-size-sm, 13px);font-weight:600;color:var(--bm-color-text-primary);font-variant-numeric:tabular-nums}.ar-status--ongoing{font-size:var(--bm-font-size-2xs, 11px);font-weight:500;color:var(--bm-color-info)}.ar-dist{font-size:10px;font-variant-numeric:tabular-nums}.ar-dist--none{color:var(--bm-color-text-muted);font-style:italic}.ar-dist--muted{color:var(--bm-color-text-muted)}.ar-dist--warn{color:var(--bm-color-warning)}.ar-arrow{flex-shrink:0;padding:0 2px;color:var(--bm-color-text-muted)}@keyframes ma-breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.6}}@keyframes ma-pulse-ring{0%,to{box-shadow:0 6px 24px color-mix(in srgb,var(--bm-role-identity-bg) 35%,transparent)}50%{box-shadow:0 6px 32px color-mix(in srgb,var(--bm-role-identity-bg) 50%,transparent)}}.ma-state{display:flex;justify-content:center;padding:var(--bm-space-8, 32px) 0}.ma-state-text{font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-muted)}.ma-banner{display:flex;align-items:center;gap:14px;padding:14px var(--bm-space-4, 16px);margin-bottom:var(--bm-space-4, 16px)}.ma-banner-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ma-banner-body{flex:1}.ma-banner-title{font-size:var(--bm-font-size-lg, 17px);font-weight:700;line-height:1.3}.ma-banner-sub{font-size:var(--bm-font-size-xs, 12px);margin-top:2px;font-weight:500}.ma-banner-date{font-size:var(--bm-font-size-2xs, 11px);font-weight:600;text-align:right;flex-shrink:0;line-height:1.5}.ma-banner--done{background:var(--bm-color-success-surface);border-bottom:1px solid color-mix(in srgb,var(--bm-color-success) 12%,transparent)}.ma-banner--done .ma-banner-icon{background:var(--bm-color-success);box-shadow:0 4px 12px color-mix(in srgb,var(--bm-color-success) 30%,transparent)}.ma-banner--done .ma-banner-title,.ma-banner--done .ma-banner-sub,.ma-banner--done .ma-banner-date{color:var(--bm-color-success)}.ma-banner--active{background:var(--bm-color-info-surface);border-bottom:1px solid color-mix(in srgb,var(--bm-color-info) 12%,transparent)}.ma-banner--active .ma-banner-icon{background:var(--bm-color-info);box-shadow:0 4px 12px color-mix(in srgb,var(--bm-color-info) 30%,transparent);animation:ma-breathe 1.6s ease-in-out infinite}.ma-banner-pulse-dot{width:14px;height:14px;border-radius:50%;background:var(--bm-white)}.ma-banner--active .ma-banner-title{color:var(--bm-color-text-primary)}.ma-banner--active .ma-banner-date{color:var(--bm-color-info)}.ma-clock{display:flex;flex-direction:column;align-items:center;padding:28px 16px 24px}.ma-clock-time{font-size:40px;font-weight:700;color:var(--bm-color-text-primary);line-height:1;letter-spacing:-1px;font-family:var(--bm-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace)}.ma-clock-date{font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-muted);margin-top:4px;margin-bottom:20px}.ma-punch-btn{width:88px;height:88px;border-radius:50%;background:var(--bm-gradient-brand);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;animation:ma-pulse-ring 2.4s ease-in-out infinite}.ma-punch-btn-inner{width:72px;height:72px;border-radius:50%;background:var(--bm-white);display:flex;align-items:center;justify-content:center}.ma-punch-label{margin-top:12px;font-size:var(--bm-font-size-base, 14px);font-weight:600;color:var(--bm-role-identity-text)}.ma-timeline{padding:var(--bm-space-2, 8px) var(--bm-space-4, 16px) var(--bm-space-4, 16px)}.ma-time-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ma-time-start{font-size:var(--bm-font-size-lg, 16px);font-weight:700;color:var(--bm-color-text-primary)}.ma-duration{font-size:var(--bm-font-size-xl, 20px);font-weight:700;color:var(--bm-role-identity-text);font-family:var(--bm-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace)}.ma-status{font-size:var(--bm-font-size-2xs, 11px);color:var(--bm-color-info)}.ma-progress{display:flex;align-items:center}.ma-node{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ma-node-dot{width:12px;height:12px;border-radius:50%;background:var(--bm-white)}.ma-node--start{background:var(--bm-role-identity-bg);box-shadow:0 0 0 3px color-mix(in srgb,var(--bm-role-identity-bg) 20%,transparent)}.ma-node--end-active{background:var(--bm-role-identity-bg);box-shadow:0 0 0 3px color-mix(in srgb,var(--bm-role-identity-bg) 20%,transparent);animation:ma-breathe 2s ease-in-out infinite}.ma-node--end-done{background:var(--bm-color-success);box-shadow:0 0 0 3px color-mix(in srgb,var(--bm-color-success) 20%,transparent)}.ma-track{flex:1;height:6px;border-radius:3px;background:color-mix(in srgb,var(--bm-role-identity-bg) 8%,transparent);overflow:hidden;margin:0 -2px}.ma-fill{height:100%;border-radius:3px;transition:width 1s linear}.ma-fill--active{background:var(--bm-gradient-brand)}.ma-fill--done{background:linear-gradient(90deg,var(--bm-role-identity-bg),var(--bm-color-success))}.ma-labels{display:flex;justify-content:space-between;margin-top:4px;font-size:var(--bm-font-size-2xs, 11px);color:var(--bm-color-text-muted);font-weight:500;padding:0 4px}.ma-distance-row{display:flex;justify-content:space-between;margin-top:4px;padding:0 4px;font-size:10px}.ma-dist--warn{color:var(--bm-color-error)}.ma-dist--muted{color:var(--bm-color-text-muted)}.ma-finish-btn{display:flex;align-items:center;justify-content:center;gap:var(--bm-space-2, 8px);width:100%;margin-top:var(--bm-space-4, 16px);padding:12px 0;border-radius:var(--bm-radius-card, 12px);border:none;font-size:var(--bm-font-size-base, 14px);font-weight:600;cursor:pointer;color:var(--bm-white);letter-spacing:.02em;background:linear-gradient(135deg,var(--bm-role-identity-bg),var(--bm-color-interactive-light));box-shadow:0 4px 16px color-mix(in srgb,var(--bm-role-identity-bg) 28%,transparent)}.ma-progress-entry-btn{display:flex;align-items:center;justify-content:center;gap:var(--bm-space-2, 8px);margin-top:var(--bm-space-3, 12px);padding:10px 14px;background:var(--bm-surface-cool);border:1.5px dashed var(--bm-border-cool);border-radius:var(--bm-radius-card, 12px);color:var(--bm-color-text-muted);font-size:var(--bm-font-size-sm, 13px);cursor:pointer;width:100%}@media (prefers-reduced-motion: reduce){.ma-punch-btn,.ma-banner--active .ma-banner-icon,.ma-node--end-active{animation:none}}@keyframes tab-spin{to{transform:rotate(360deg)}}.tab-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--bm-space-8, 32px) var(--bm-space-4, 16px);gap:var(--bm-space-2, 8px);text-align:center}.tab-state--loading{flex-direction:row;gap:var(--bm-space-2, 8px)}.tab-spinner{width:18px;height:18px;border:2px solid var(--bm-border-cool);border-top-color:var(--bm-role-identity-bg);border-radius:50%;animation:tab-spin .7s linear infinite;flex-shrink:0}.tab-state-text{margin:0;font-size:var(--bm-font-size-xs, 12px);line-height:var(--bm-lh-normal, 1.5);color:var(--bm-color-text-muted)}.tab-state--loading .tab-state-text{font-size:var(--bm-font-size-sm, 13px)}.tab-list{display:flex;flex-direction:column;gap:var(--bm-space-2, 8px);padding:var(--bm-space-3, 12px) var(--bm-space-4, 16px)}.tab-card{background:var(--bm-white);border-radius:var(--bm-radius-card, 12px);box-shadow:var(--bm-card-shadow);border:1px solid var(--bm-border, color-mix(in srgb, var(--bm-navy) 6%, transparent));overflow:hidden}.tab-card+.tab-card{margin-top:var(--bm-space-3, 12px)}.tab-state-icon{color:var(--bm-role-identity-text);opacity:.85;margin-bottom:var(--bm-space-2, 8px);padding:18px;border-radius:50%;background:color-mix(in srgb,var(--bm-role-identity-bg) 8%,transparent);box-shadow:0 2px 10px color-mix(in srgb,var(--bm-role-identity-bg) 12%,transparent)}@media (prefers-reduced-motion: reduce){.tab-spinner{animation:none}}.mdm-root{padding:var(--bm-space-3, 12px) 0}.mdm-filters{display:flex;align-items:center;gap:var(--bm-space-3, 12px);margin-bottom:var(--bm-space-2, 8px);padding:0 var(--bm-space-4, 16px)}.mdm-role-select{flex:1;padding:6px 10px;border:1px solid var(--bm-border-cool);border-radius:var(--bm-radius-md, 8px);background:var(--bm-white);font-size:var(--bm-font-size-xs, 12px);color:var(--bm-color-text-primary);outline:none}.mdm-unfinished-toggle{display:flex;align-items:center;gap:var(--bm-space-1, 4px);white-space:nowrap}.mdm-unfinished-toggle input{cursor:pointer}.mdm-unfinished-toggle-label{font-size:var(--bm-font-size-2xs, 11px);color:var(--bm-color-text-secondary)}.mdm-state{display:flex;flex-direction:column;align-items:center;padding:var(--bm-space-6, 24px) 0;gap:var(--bm-space-2, 8px)}.mdm-state--loading{flex-direction:row}.mdm-state-icon{color:var(--bm-color-text-muted);opacity:.55}.mdm-state-text{margin:0;font-size:var(--bm-font-size-sm, 13px);color:var(--bm-color-text-muted)}.todo-card{border-radius:var(--bm-radius-lg, 16px);border:1.5px solid var(--bm-border-cool);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-2, 8px);overflow:hidden;transition:border-color var(--bm-transition, .15s ease),background var(--bm-transition, .15s ease)}.todo-card--done{border-color:var(--bm-color-success);background:var(--bm-bg-green)}.todo-body{padding:var(--bm-space-3, 12px)}.todo-head{display:flex;justify-content:space-between;align-items:center}.todo-name{font-size:var(--bm-font-size-base, 14px);font-weight:600;color:var(--bm-color-text-primary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo-desc{font-size:var(--bm-font-size-xs, 12px);color:var(--bm-color-text-secondary);margin-top:var(--bm-space-1, 4px)}.todo-meta{display:flex;align-items:center;gap:var(--bm-space-2, 8px);margin-top:var(--bm-space-1, 4px);font-size:var(--bm-font-size-2xs, 11px);color:var(--bm-color-text-muted)}.todo-meta-chip{display:inline-flex;align-items:center;gap:3px}.todo-status{font-size:var(--bm-font-size-2xs, 11px);font-weight:600;padding:2px 7px;border-radius:var(--bm-radius-pill, 9999px);margin-left:var(--bm-space-2, 8px);flex-shrink:0;white-space:nowrap}.todo-status--pending{background:var(--bm-bg-amber);color:var(--bm-color-warning)}.todo-status--done{background:var(--bm-bg-green);color:var(--bm-color-success)}.todo-status--closed{background:var(--bm-surface-cool);color:var(--bm-color-text-muted)}.todo-actions{display:flex;align-items:center;justify-content:center;gap:var(--bm-space-4, 16px);border-top:1.5px dashed var(--bm-border-cool);padding:var(--bm-space-2, 8px) var(--bm-space-3, 12px)}.todo-action{display:inline-flex;align-items:center;gap:4px;border:none;padding:5px 10px;border-radius:var(--bm-radius-md, 8px);font-size:var(--bm-font-size-xs, 12px);font-weight:600;cursor:pointer;transition:background var(--bm-transition, .15s ease),color var(--bm-transition, .15s ease)}.todo-action--accent{background:var(--bm-border-cool);color:var(--bm-role-action-fg)}.todo-action--accent:active{background:var(--bm-role-action-bg);color:var(--bm-white)}.todo-action--success{background:var(--bm-bg-green);color:var(--bm-color-success)}.todo-action--success:active{background:var(--bm-color-success);color:var(--bm-white)}.todo-action--ghost{background:none;color:var(--bm-color-text-muted)}.todo-action--danger{background:none;color:var(--bm-color-error)}.summary-card{background:var(--bm-white);border-radius:var(--bm-radius-card, 12px);box-shadow:var(--bm-card-shadow);border:1px solid var(--bm-border, color-mix(in srgb, var(--bm-navy) 6%, transparent));overflow:hidden}.summary-card+.tab-card{margin-top:var(--bm-space-3, 12px)}.summary-bar{display:flex;align-items:center;gap:var(--bm-space-2, 8px);padding:var(--bm-space-3, 12px) var(--bm-space-4, 16px);background:var(--bm-navy);color:var(--bm-color-text-on-dark);box-shadow:var(--bm-shadow-inset)}.summary-bar-icon{width:26px;height:26px;border-radius:var(--bm-radius-sm, 7px);background:var(--bm-gradient-brand);color:var(--bm-white);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px color-mix(in srgb,var(--bm-role-identity-bg) 35%,transparent)}.summary-bar-title{font-size:var(--bm-font-size-sm, 14px);font-weight:700;letter-spacing:.4px}.summary-bar-time{font-size:var(--bm-font-size-2xs, 10px);margin-left:auto;color:color-mix(in srgb,var(--bm-color-text-on-dark) 60%,transparent);letter-spacing:.2px}.summary-body{padding:var(--bm-space-4, 16px) var(--bm-space-4, 16px) var(--bm-space-4, 16px)}.summary-desc{font-size:var(--bm-font-size-base, 15px);color:var(--bm-color-text-primary);line-height:1.75;white-space:pre-wrap;word-break:break-word}.summary-grid{display:grid;gap:3px;margin-top:var(--bm-space-3, 12px)}.summary-grid--1{grid-template-columns:1fr;max-width:180px}.summary-grid--2{grid-template-columns:repeat(2,1fr);max-width:220px}.summary-grid--n{grid-template-columns:repeat(3,1fr);max-width:280px}.summary-photo{aspect-ratio:1;border-radius:var(--bm-radius-sm, 6px);overflow:hidden;background:var(--bm-surface-cool);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--bm-transition, .15s ease)}.summary-photo:hover{transform:scale(1.02)}.summary-photo-img{width:100%;height:100%;object-fit:cover}.summary-photo-icon{color:var(--bm-color-text-muted);opacity:.5}.psp-page{min-height:100vh;background:var(--bm-page-cool);padding-bottom:var(--bm-space-10)}.psp-hero{display:flex;align-items:center;justify-content:space-between;padding:var(--bm-space-5) var(--bm-space-4) var(--bm-space-4);background:var(--bm-hero-gradient);color:var(--bm-white);box-shadow:0 4px 16px color-mix(in srgb,var(--bm-role-identity-bg) 18%,transparent)}.psp-hero-title{display:flex;flex-direction:column;gap:6px}.psp-hero-h1{font-size:var(--bm-font-size-xl, 20px);font-weight:700;margin:0;color:var(--bm-white);letter-spacing:.2px}.psp-hero-date{font-size:var(--bm-font-size-xs);color:color-mix(in srgb,var(--bm-scrim-white) 78%,transparent);font-weight:500;letter-spacing:.3px}.psp-switch-btn{display:flex;align-items:center;gap:5px;padding:7px 16px;border:1px solid color-mix(in srgb,var(--bm-scrim-white) 35%,transparent);border-radius:var(--bm-radius-pill);background:color-mix(in srgb,var(--bm-scrim-white) 16%,transparent);color:var(--bm-white);font-size:var(--bm-font-size-xs);font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--bm-shadow-inset);transition:background .2s ease,transform .12s ease}.psp-switch-btn:hover{background:color-mix(in srgb,var(--bm-scrim-white) 25%,transparent)}.psp-switch-btn:active{transform:scale(.97)}.psp-tabs{display:flex;background:var(--bm-white);box-shadow:0 1px 4px #1428500f;position:sticky;top:0;z-index:10;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.psp-tabs::-webkit-scrollbar{display:none}.psp-tab{flex:1 0 auto;display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0;border:none;background:none;cursor:pointer;position:relative;min-width:56px;font-size:var(--bm-font-size-sm);font-weight:500;color:var(--bm-color-text-muted);transition:color .2s ease}.psp-tab--active{font-weight:700;color:var(--bm-role-action-fg)}.psp-badge{display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 5px;background:var(--bm-color-error);color:var(--bm-white);font-size:10px;font-weight:700;border-radius:var(--bm-radius-pill);line-height:1;box-shadow:0 2px 6px color-mix(in srgb,var(--bm-color-error) 35%,transparent)}.psp-tab-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:22px;height:3px;border-radius:var(--bm-radius-pill);background:var(--bm-role-action-bg);box-shadow:0 0 8px color-mix(in srgb,var(--bm-role-action-bg) 55%,transparent);animation:psp-tab-pop .22s ease}@keyframes psp-tab-pop{0%{transform:translate(-50%) scaleX(.4);opacity:0}to{transform:translate(-50%) scaleX(1);opacity:1}}.psp-content{padding:var(--bm-space-4, 16px) var(--bm-space-3, 12px) var(--bm-space-5, 20px)}.psp-spinner{display:flex;justify-content:center;align-items:center;min-height:60vh;gap:8px}.psp-spinner-icon{width:24px;height:24px;border:3px solid var(--bm-border);border-top-color:var(--bm-role-action-bg);border-radius:50%;animation:psp-spin .8s linear infinite}.psp-spinner-text{font-size:var(--bm-font-size-sm);color:var(--bm-color-text-muted)}@keyframes psp-spin{to{transform:rotate(360deg)}}.psp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:var(--bm-color-text-muted)}.psp-empty-icon{width:60px;height:60px}.psp-empty-title{font-size:var(--bm-font-size-sm);font-weight:600;color:var(--bm-color-text-secondary);margin-top:var(--bm-space-4)}.psp-empty-desc{font-size:var(--bm-font-size-xs);margin-top:var(--bm-space-1)}.psp-switch-btn:focus-visible,.psp-tab:focus-visible{outline:2px solid var(--bm-color-focus-ring);outline-offset:2px}@media (prefers-reduced-motion: reduce){.psp-switch-btn,.psp-tab,.psp-tab-indicator{transition:none}.psp-tab-indicator,.psp-spinner-icon{animation:none}}.tg-body{flex:1;padding:var(--bm-space-3) var(--bm-space-3) var(--bm-space-6);display:flex;flex-direction:column;gap:var(--bm-space-3)}.tg-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-3)}.tg-task-name{margin:0 0 var(--bm-space-1);font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary);line-height:1.3}.tg-task-code{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);letter-spacing:.5px;margin-bottom:var(--bm-space-2)}.tg-status-row{display:flex;align-items:center;gap:var(--bm-space-2);margin-bottom:var(--bm-space-2)}.tg-status-tag{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-semibold);background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.tg-status-tag--success{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.tg-status-tag--error{background:var(--bm-color-error-surface);color:var(--bm-color-error-on-surface)}.tg-status-tag--warning{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.tg-status-tag--muted{background:var(--bm-navy-04);color:var(--bm-color-text-muted)}.tg-overdue{font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-semibold);color:var(--bm-color-error)}.tg-desc{margin:var(--bm-space-1) 0 0;font-size:var(--bm-fs-body);line-height:var(--bm-lh-normal);color:var(--bm-color-text-secondary)}.tg-meta{margin-top:var(--bm-space-2);display:flex;flex-direction:column;gap:var(--bm-space-1)}.tg-meta-row{display:flex;align-items:center;gap:var(--bm-space-1);font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary)}.tg-meta-row svg{flex-shrink:0}.tg-join-cta{width:100%}.tg-executors{display:flex;flex-direction:column;gap:var(--bm-space-2)}.tg-executor{display:flex;align-items:center;gap:var(--bm-space-2);cursor:pointer;padding:var(--bm-space-1) 0;transition:transform var(--bm-transition)}.tg-executor:active{transform:scale(.98)}.tg-executor-name{flex:1;font-size:var(--bm-fs-body);color:var(--bm-color-text-primary)}.tg-executor-tag{padding:1px 8px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-micro);font-weight:var(--bm-fw-medium);border:1px solid currentColor}.tg-executions{display:flex;flex-direction:column;gap:var(--bm-space-3)}.tg-execution{padding-bottom:var(--bm-space-2);border-bottom:1px solid var(--bm-border)}.tg-execution:last-child{border-bottom:none;padding-bottom:0}.tg-execution-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--bm-space-1)}.tg-execution-creator{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-medium);color:var(--bm-color-text-primary)}.tg-execution-date{font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary)}.tg-execution-desc{margin:var(--bm-space-1) 0;font-size:var(--bm-fs-body);line-height:var(--bm-lh-normal);color:var(--bm-color-text-primary)}.tg-execution-images{display:flex;gap:var(--bm-space-1);flex-wrap:wrap;margin-top:var(--bm-space-1)}.tg-execution-image{width:60px;height:60px;border-radius:var(--bm-radius-sm);overflow:hidden;cursor:pointer;flex-shrink:0}.tg-execution-image img{width:100%;height:100%;object-fit:cover;display:block}.tg-execution-image-fallback{width:100%;height:100%;background:var(--bm-surface-cool);display:flex;align-items:center;justify-content:center}.pgp-page{min-height:100vh;background:var(--bm-color-bg-page);padding-bottom:var(--bm-space-6)}.pgp-content{padding:var(--bm-space-4) var(--bm-space-4) 0;display:flex;flex-direction:column;gap:var(--bm-space-4)}.pgp-section-head{display:flex;align-items:center;gap:var(--bm-space-1_5);padding:var(--bm-space-4) var(--bm-space-4) var(--bm-space-2)}.pgp-section-title{font-size:var(--bm-fs-body);font-weight:var(--bm-fw-bold);color:var(--bm-label-dark)}.pgp-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:var(--bm-radius-pill);background:var(--bm-color-error);color:var(--bm-white);font-size:var(--bm-fs-micro);font-weight:var(--bm-fw-bold);padding:0 5px}.pgp-section-label-row{display:flex;align-items:center;justify-content:space-between;padding:var(--bm-space-2) var(--bm-space-1)}.pgp-section-label{position:relative;padding-left:10px;font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-bold);color:var(--bm-label-dark);letter-spacing:.02em}.pgp-section-label:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;border-radius:var(--bm-radius-pill);background:var(--bm-role-identity-bg)}.pgp-segmented{display:flex;gap:6px;margin-left:auto}.pgp-segmented-btn{border:none;outline:none;padding:3px 10px;border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-micro);font-weight:var(--bm-fw-semibold);cursor:pointer;line-height:1.4;background:var(--bm-navy-04);color:var(--bm-color-text-muted);transition:background var(--bm-transition),color var(--bm-transition)}.pgp-segmented-btn--active{background:var(--bm-role-identity-bg);color:var(--bm-color-text-on-accent)}.pgp-refresh-btn{width:28px;height:28px;border-radius:var(--bm-radius-md);background:var(--bm-white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--bm-color-text-muted);box-shadow:var(--bm-shadow-card-soft);border:none;transition:transform var(--bm-transition)}.pgp-refresh-btn:active{transform:scale(.92)}.pgp-action-grid-card{background:var(--bm-white);border-radius:var(--bm-radius-xl);box-shadow:var(--bm-shadow-card-soft);overflow:hidden}.pgp-island-overlay{position:fixed;top:0;left:0;right:0;z-index:10;padding:0 var(--bm-space-4)}.pgp-island-pill{background:var(--bm-white);border-radius:var(--bm-radius-pill);box-shadow:var(--bm-shadow-elevated);overflow:hidden}.pgp-menu-sheet{padding:var(--bm-space-4) 0 var(--bm-space-6)}.pgp-menu-item{display:block;width:100%;padding:var(--bm-space-3) var(--bm-space-4);border:none;background:none;text-align:left;font-size:var(--bm-fs-body);color:var(--bm-color-text-primary);cursor:pointer}.pgp-menu-item:active{background:var(--bm-color-bg-hover)}.pgp-menu-cancel{display:block;width:100%;padding:var(--bm-space-3) var(--bm-space-4);border:none;background:none;text-align:center;font-size:var(--bm-fs-body);color:var(--bm-color-text-muted);cursor:pointer;border-top:1px solid var(--bm-border-cool);margin-top:var(--bm-space-2)}.oi-body{flex:1;display:flex;flex-direction:column;align-items:center;padding:36px 22px 40px}.oi-org{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}.oi-logo-wrap{position:relative;width:84px;height:84px;margin-bottom:16px}.oi-logo-ring{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:var(--bm-gradient-brand);filter:blur(12px);opacity:.35;z-index:0}.oi-logo{position:relative;z-index:1;width:84px;height:84px;border-radius:50%;object-fit:cover;background:var(--bm-color-bg-card);border:3px solid var(--bm-color-bg-card);box-shadow:var(--bm-shadow-card-soft)}.oi-logo-placeholder{position:relative;z-index:1;width:84px;height:84px;border-radius:50%;background:var(--bm-gradient-brand);color:var(--bm-navy);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:var(--bm-fw-bold);font-family:var(--bm-font-family);box-shadow:var(--bm-shadow-inset),0 6px 16px color-mix(in srgb,var(--bm-role-identity-bg) 35%,transparent)}.oi-name{font-size:var(--bm-fs-h1);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary);margin:0 0 6px;text-align:center}.oi-subtitle{font-size:var(--bm-fs-caption);color:var(--bm-color-text-muted);margin:0}.oi-card{width:100%;background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:14px}.oi-card-hint{margin:0;font-size:var(--bm-fs-caption);line-height:var(--bm-lh-normal);color:var(--bm-color-text-secondary);text-align:center}.oi-actions{width:100%;display:flex;flex-direction:column;gap:12px}.pv-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 28px 28px}.pv-hero-mark{position:relative;width:76px;height:76px;border-radius:var(--bm-radius-card);background:var(--bm-gradient-brand);display:flex;align-items:center;justify-content:center;color:var(--bm-navy);box-shadow:var(--bm-shadow-inset),0 10px 24px color-mix(in srgb,var(--bm-role-identity-bg) 40%,transparent);margin-bottom:22px}.pv-hero-mark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--bm-gradient-brand);filter:blur(20px);opacity:.5;z-index:-1}.pv-hero-title{margin:0 0 8px;font-size:var(--bm-fs-h1);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary)}.pv-hero-sub{margin:0;font-size:var(--bm-fs-caption);line-height:var(--bm-lh-normal);color:var(--bm-color-text-secondary);max-width:280px}.pv-form{padding:4px 22px 32px;display:flex;flex-direction:column;gap:18px}.pv-field{display:flex;align-items:center;height:56px;padding:0 14px;background:var(--bm-color-bg-card);border:1.5px solid var(--bm-border);border-radius:var(--bm-radius-md);transition:border-color .18s ease,box-shadow .18s ease}.pv-field:focus-within{border-color:var(--bm-role-identity-bg);box-shadow:var(--bm-shadow-focus)}.pv-cc{display:flex;align-items:center;padding-right:12px;margin-right:12px;border-right:1px solid var(--bm-border);font-family:var(--bm-font-family-price);font-size:var(--bm-fs-h3);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary)}.pv-input{flex:1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-size:var(--bm-fs-h2);letter-spacing:.6px;color:var(--bm-color-text-primary);font-family:var(--bm-font-family-price)}.pv-input::placeholder{color:var(--bm-color-text-placeholder);font-family:var(--bm-font-family);letter-spacing:0;font-weight:var(--bm-fw-regular)}.pv-label-row{display:flex;justify-content:flex-end;align-items:center;margin-top:-10px;min-height:20px}.pv-resend{border:none;background:none;padding:4px 2px;font-size:var(--bm-fs-caption);font-weight:var(--bm-fw-medium);color:var(--bm-navy);cursor:pointer;transition:opacity .18s ease}.pv-resend:disabled{color:var(--bm-color-text-muted);cursor:default}.pv-resend:enabled:active{opacity:.55}.pv-otp{position:relative}.pv-otp-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;border:none;background:transparent;caret-color:transparent;cursor:text}.pv-otp-cells{display:flex;gap:8px}.pv-otp-cell{flex:1;height:56px;border:1.5px solid var(--bm-border);border-radius:var(--bm-radius-md);background:var(--bm-color-bg-card);display:flex;align-items:center;justify-content:center;font-family:var(--bm-font-family-price);font-size:var(--bm-fs-display);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease;-webkit-user-select:none;user-select:none}.pv-otp-cell--filled{border-color:var(--bm-role-identity-bg);background:var(--bm-role-surface-hover)}.pv-otp-cell--active{border-color:var(--bm-role-identity-bg);box-shadow:var(--bm-shadow-focus)}.pv-otp-caret{width:2px;height:26px;border-radius:2px;background:var(--bm-color-primary-800);animation:pv-blink 1.05s steps(1,end) infinite}.pv-otp-cell--pop{animation:pv-pop .22s ease}.pv-otp-cells--shake{animation:pv-shake .42s cubic-bezier(.36,.07,.19,.97)}.pv-otp-cell--error{border-color:var(--bm-color-error);background:var(--bm-color-error-surface)}.pv-error{display:flex;align-items:center;gap:6px;margin-top:-6px;font-size:var(--bm-fs-caption);line-height:var(--bm-lh-normal);color:var(--bm-color-error);animation:pv-fade-in .2s ease}.pv-cta-hint{text-align:center;font-size:var(--bm-fs-micro);color:var(--bm-color-text-muted);margin-top:-2px;display:flex;align-items:center;justify-content:center;gap:4px}.pv-success{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:var(--bm-color-bg-page);text-align:center}.pv-success-mark{width:96px;height:96px;border-radius:50%;background:var(--bm-color-success-surface);display:flex;align-items:center;justify-content:center;margin-bottom:26px;animation:pv-pop .3s ease}.pv-success-mark svg{width:52px;height:52px;fill:none}.pv-check-circle{stroke:var(--bm-color-success);stroke-width:3;stroke-dasharray:151;stroke-dashoffset:151;animation:pv-draw .5s ease forwards}.pv-check-tick{stroke:var(--bm-color-success);stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:pv-draw .35s ease forwards .4s}.pv-success-title{margin:0 0 8px;font-size:var(--bm-fs-h1);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary)}.pv-success-text{margin:0;font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary)}@keyframes pv-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes pv-pop{0%{transform:scale(.8)}55%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes pv-shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(3px)}30%,50%,70%{transform:translate(-6px)}40%,60%{transform:translate(6px)}}@keyframes pv-fade-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}@keyframes pv-draw{to{stroke-dashoffset:0}}L. 滚动条 & 移动端兜底 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ .island-scroll-container::-webkit-scrollbar{display:none}body{font-family:var(--bm-font-family);font-size:var(--bm-fs-body);line-height:var(--bm-lh-normal);color:var(--bm-text-primary);background-color:var(--bm-bg-page);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}:root{--bm-brand-primary: #0D1B2A;--bm-color-primary: var(--bm-brand-primary);--bm-color-primary-900: #0D1B2A;--bm-color-primary-800: #1B263B;--bm-color-primary-700: #2C3E50;--bm-color-bluegray-600: #415A77;--bm-color-bluegray-500: #778DA9;--bm-color-bluegray-400: #94A3B8;--bm-brand-secondary: #4A90E2;--bm-color-accent: var(--bm-brand-secondary);--bm-color-accent-hover: #D97706;--bm-color-accent-active: #B45309;--bm-color-accent-light: #FBBF24;--bm-color-accent-pale: #FCD34D;--bm-brand-accent: #F59E42;--bm-role-identity-bg: var(--bm-brand-primary);--bm-role-identity-text: color-mix(in srgb, var(--bm-brand-primary), black 30%);--bm-role-action-bg: var(--bm-brand-secondary);--bm-role-action-fg: var(--bm-brand-secondary);--bm-role-cta-bg: var(--bm-brand-accent);--bm-role-focus: var(--bm-brand-secondary);--bm-role-surface-hover: color-mix(in srgb, var(--bm-brand-primary), white 88%);--bm-role-surface-active: color-mix(in srgb, var(--bm-brand-primary), white 82%);--bm-color-interactive: #4A90E2;--bm-color-interactive-light: #6BA3E8;--bm-color-interactive-pale: #8CB5ED;--bm-color-bg-page: #faf9f6;--bm-color-bg-card: #FFFFFF;--bm-color-border-card: #eceae4;--bm-color-bg-hover: #f5f4f0;--bm-color-dark-band: #1D1D1F;--bm-color-shadow-soft: rgba(0, 0, 0, .35);--bm-color-text-default: #000000;--bm-color-text-primary: #0D1B2A;--bm-color-text-secondary: #333333;--bm-color-text-muted: #666666;--bm-color-text-placeholder: #999999;--bm-color-text-on-dark: #fcfbf8;--bm-color-text-on-accent: #FFFFFF;--bm-color-success: #09bb07;--bm-color-error: #F44336;--bm-color-warning: #FBBF24;--bm-color-info: #4A90E2;--bm-color-notice: var(--bm-color-warning);--bm-color-success-surface: #e8f5e9;--bm-color-warning-surface: #fff8e1;--bm-color-error-surface: #ffebee;--bm-color-info-surface: #e3f2fd;--bm-color-success-on-surface: #2e7d32;--bm-color-warning-on-surface: #e65100;--bm-color-error-on-surface: #c62828;--bm-color-info-on-surface: #1565c0;--bm-color-interactive-border: rgba(13, 27, 42, .4);--bm-color-hover-subtle: rgba(13, 27, 42, .04);--bm-color-overlay-light: rgba(13, 27, 42, .03);--bm-color-text-strong: rgba(13, 27, 42, .83);--bm-color-text-body: rgba(13, 27, 42, .82);--bm-color-divider: rgba(13, 27, 42, .08);--bm-color-focus-ring: color-mix(in srgb, var(--bm-role-focus), transparent 50%);--bm-cta-pale: rgba(255, 122, 40, .1);--bm-cta-soft: rgba(255, 122, 40, .18);--bm-price: #FF4D26;--bm-price-hover: #E63E18;--bm-price-soft: #FF7D41;--bm-promo-pale: rgba(255, 77, 38, .1);--bm-navy: #0D1B2A;--bm-navy-900: #07101A;--bm-navy-800: #1B263B;--bm-navy-700: #2C3E50;--bm-navy-600: #415A77;--bm-navy-500: #5772A0;--bm-gradient-header: linear-gradient(135deg, #0D1B2A 0%, #1A2F3A 50%, #2C3E50 100%);--bm-bg-page: #F7F7F7;--bm-bg-card: #FFFFFF;--bm-bg-card-alt: #FAFAFA;--bm-bg-elevated: #FFFFFF;--bm-bg-disabled: #F2F2F2;--bm-border: #ECECEC;--bm-border-strong: #1A1A1A;--bm-border-active: var(--bm-role-action-bg);--bm-text-primary: #0D1B2A;--bm-text-secondary: #4A4A4A;--bm-text-tertiary: #6E6E6E;--bm-text-muted: #8C8C8C;--bm-text-placeholder: #BFBFBF;--bm-text-on-brand: #FFFFFF;--bm-text-on-cta: #FFFFFF;--bm-text-on-dark: #FFFFFF;--bm-text-on-dark-dim: rgba(255, 255, 255, .75);--bm-text-link: #FF7A28;--bm-text-link-hover: #0D1B2A;--bm-text-price: #FF4D26;--bm-text-on-price-bg: #FFFFFF;--bm-accent-red: #FF4D4F;--bm-accent-gold: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);--bm-success: var(--bm-color-success);--bm-success-bg: var(--bm-color-success-surface);--bm-success-border: #B7E5C0;--bm-warning: var(--bm-color-warning);--bm-warning-bg: var(--bm-color-warning-surface);--bm-warning-border: #FFD591;--bm-error: var(--bm-color-error);--bm-error-bg: var(--bm-color-error-surface);--bm-error-border: #FFA39E;--bm-info: var(--bm-color-info);--bm-info-bg: var(--bm-color-info-surface);--bm-info-border: #91D5FF;--bm-member-gold: linear-gradient(135deg, #C5A059 0%, #8E7338 100%);--bm-member-gold-shine: linear-gradient(135deg, #FFE5A0 0%, #C5A059 50%, #8E7338 100%);--bm-member-silver: linear-gradient(135deg, #D9D9D9 0%, #8E8E93 100%);--bm-member-black: linear-gradient(135deg, #2C2C2E 0%, #000000 100%);--bm-member-platinum: linear-gradient(135deg, #B8C6DB 0%, #F5F7FA 50%, #C4D0E3 100%);--bm-bg-amber: #FFF3E0;--bm-bg-emerald: #EDFBF2;--bm-bg-blue: #EBF2FF;--bm-bg-yellow: #FFF8E6;--bm-bg-purple: #F3E8FF;--bm-bg-pink: #FFF1F2;--bm-bg-orange: #FFF0E5;--bm-bg-mint: #E6FFED;--bm-bg-cyan: #E6FFFB;--bm-bg-indigo: #F0F0FF;--bm-text-amber: #D97706;--bm-text-emerald: #10B981;--bm-text-blue: #2F6BFF;--bm-text-yellow: #D48806;--bm-text-purple: #9333EA;--bm-text-pink: #E11D48;--bm-text-orange: #EA580C;--bm-text-mint: #16A34A;--bm-text-cyan: #0891B2;--bm-text-indigo: #4F46E5;--bm-navy-90: rgba(13, 27, 42, .9);--bm-navy-83: rgba(13, 27, 42, .83);--bm-navy-82: rgba(13, 27, 42, .82);--bm-navy-60: rgba(13, 27, 42, .6);--bm-navy-40: rgba(13, 27, 42, .4);--bm-navy-20: rgba(13, 27, 42, .2);--bm-navy-08: rgba(13, 27, 42, .08);--bm-navy-04: rgba(13, 27, 42, .04);--bm-navy-03: rgba(13, 27, 42, .03);--bm-brand-90: rgba(13, 27, 42, .9);--bm-brand-50: rgba(13, 27, 42, .5);--bm-brand-20: rgba(13, 27, 42, .2);--bm-brand-12: rgba(13, 27, 42, .12);--bm-brand-08: rgba(13, 27, 42, .08);--bm-orange-90: rgba(255, 122, 40, .9);--bm-orange-20: rgba(255, 122, 40, .2);--bm-orange-10: rgba(255, 122, 40, .1);--bm-black: #000000;--bm-white: #FFFFFF;--bm-transparent: transparent;--bm-color-wechat: #07C160;--bm-color-wechat-blue: #576B95;--bm-color-alipay: #1677FF;--bm-color-favorite: #FF4D4F;--bm-color-favorite-bg: #FFF1F0;--bm-tag-red-bg: #FFF1F0;--bm-tag-red-text: #FF4D4F;--bm-tag-green-bg: #EDFBF2;--bm-tag-green-text: #10B981;--bm-tag-blue-bg: #EBF2FF;--bm-tag-blue-text: #2F6BFF;--bm-tag-yellow-bg: #FFF8E6;--bm-tag-yellow-text: #D48806;--bm-tag-amber-bg: #FFF3E0;--bm-tag-amber-text: #D97706;--bm-tag-purple-bg: #F3E8FF;--bm-tag-purple-text: #9333EA;--bm-tag-navy-bg: #E8EEF5;--bm-tag-navy-text: #1B263B;--bm-overlay-black: #000000;--bm-overlay-backdrop: rgba(0, 0, 0, .45);--bm-overlay-nav-btn: rgba(0, 0, 0, .45);--bm-overlay-media-header: rgba(0, 0, 0, .35);--bm-overlay-media-fullscreen: rgba(0, 0, 0, .85);--bm-scrim-white: #FFFFFF;--bm-hero-gradient: var(--bm-gradient-header);--bm-gradient-brand: linear-gradient(135deg, #0D1B2A 0%, #2C3E50 100%);--bm-gradient-brand-from: #0D1B2A;--bm-gradient-brand-to: #2C3E50;--bm-gradient-cta: linear-gradient(135deg, var(--bm-brand-secondary) 0%, var(--bm-color-accent-hover) 100%);--bm-gradient-cta-from: var(--bm-brand-secondary);--bm-gradient-cta-to: var(--bm-color-accent-hover);--bm-gradient-interactive: var(--bm-gradient-cta);--bm-gradient-navy: linear-gradient(135deg, #0D1B2A 0%, #1B263B 100%);--bm-cream: var(--bm-bg-page);--bm-page-cool: #F0F4FA;--bm-surface-cool: #F0F4FA;--bm-hover: var(--bm-bg-card-alt);--bm-icon-pink: var(--bm-text-pink);--bm-bg-green: var(--bm-bg-emerald);--bm-label-dark: #243047;--bm-border-cool: #E0E8F0;--bm-border-default: var(--bm-border);--bm-pending-orange: var(--bm-warning);--bm-pending-orange-bg: var(--bm-warning-bg);--bm-color-active-tab: var(--bm-brand-secondary);--bm-color-navy: var(--bm-navy-800);--background: var(--bm-bg-page);--foreground: var(--bm-text-primary);--card: var(--bm-bg-card);--card-foreground: var(--bm-text-primary);--popover: var(--bm-bg-elevated);--popover-foreground: var(--bm-text-primary);--primary: var(--bm-role-action-bg);--primary-foreground: var(--bm-text-on-brand);--secondary: var(--bm-bg-card-alt);--secondary-foreground: var(--bm-text-primary);--muted: var(--bm-bg-card-alt);--muted-foreground: var(--bm-text-muted);--accent: var(--bm-color-bg-hover);--accent-foreground: var(--bm-text-primary);--destructive: var(--bm-color-error);--destructive-foreground: var(--bm-text-on-dark);--border: var(--bm-border);--input: var(--bm-border);--ring: var(--bm-role-focus);--radius: var(--bm-radius-md);--chart-1: var(--bm-brand-secondary);--chart-2: var(--bm-role-identity-text);--chart-3: var(--bm-price);--chart-4: var(--bm-text-blue);--chart-5: var(--bm-text-purple);--sidebar: var(--bm-bg-card);--sidebar-foreground: var(--bm-text-primary);--sidebar-primary: var(--bm-role-identity-bg);--sidebar-primary-foreground: var(--bm-text-on-brand);--sidebar-accent: var(--bm-bg-card-alt);--sidebar-accent-foreground: var(--bm-text-primary);--sidebar-border: var(--bm-border);--sidebar-ring: var(--bm-role-focus)}@supports not (color: color-mix(in srgb,red,blue)){:root{--bm-role-identity-text: #09131D;--bm-role-surface-hover: #E2E4E5;--bm-role-surface-active: #D3D6D9}}:root{--bm-radius-none: 0;--bm-radius-xs: 4px;--bm-radius-sm: 8px;--bm-radius-md: 12px;--bm-radius-card: 16px;--bm-radius-lg: 20px;--bm-radius-xl: 24px;--bm-radius-2xl: 30px;--bm-radius-3xl: 40px;--bm-radius-pill: 9999px;--bm-radius-circle: 50%}:root{--bm-shadow-none: none;--bm-shadow-divider: 0 1px 0 0 var(--bm-border);--bm-shadow-card-soft: 0 2px 8px rgba(0, 0, 0, .04);--bm-shadow-card: rgba(20, 40, 80, .07);--bm-shadow-modal: 0 -4px 24px rgba(0, 0, 0, .06);--bm-shadow-modal-up: 0 -8px 32px rgba(0, 0, 0, .12);--bm-shadow-tooltip: 0 4px 12px rgba(0, 0, 0, .08);--bm-shadow-focus: 0 0 0 3px var(--bm-color-focus-ring);--bm-shadow-elevated: 0 4px 20px rgba(0, 0, 0, .08);--bm-shadow-dialog: 0 8px 32px rgba(0, 0, 0, .12);--bm-shadow-inset: rgba(255, 255, 255, .2) 0px .5px 0px 0px inset, rgba(0, 0, 0, .2) 0px 0px 0px .5px inset, rgba(0, 0, 0, .05) 0px 1px 2px 0px;--bm-shadow-card-legacy: 0 2px 12px rgba(20, 40, 80, .08);--bm-card-shadow: var(--bm-shadow-card-soft)}:root{--bm-font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;--bm-font-family-price: "DIN Alternate", "DIN", "Inter", "Helvetica Neue", system-ui, sans-serif;--bm-font-family-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--bm-font-family-display: var(--bm-font-family);--bm-font-family-serif: "Noto Serif SC", "Songti SC", "STSong", "Songti TC", "Times New Roman", Georgia, serif;--bm-fs-display: 28px;--bm-fs-h1: 20px;--bm-fs-h2: 18px;--bm-fs-h3: 16px;--bm-fs-body: 15px;--bm-fs-caption: 13px;--bm-fs-micro: 11px;--bm-fw-regular: 400;--bm-fw-medium: 500;--bm-fw-semibold: 600;--bm-fw-bold: 700;--bm-fw-heavy: 800;--bm-lh-tight: 1.2;--bm-lh-snug: 1.35;--bm-lh-normal: 1.5;--bm-lh-relaxed: 1.7;--bm-font-size-2xs: 12px;--bm-font-size-xs: 13px;--bm-font-size-sm: 14px;--bm-font-size-base: 15px;--bm-font-size-md: 15px;--bm-font-size-lg: 18px;--bm-font-size-xl: 20px;--bm-font-size-2xl: 24px;--bm-weight-body: 400;--bm-weight-medium: 500;--bm-weight-heading: 600}:root{--bm-space-0: 0;--bm-space-1: 4px;--bm-space-2: 8px;--bm-space-3: 12px;--bm-space-4: 16px;--bm-space-5: 20px;--bm-space-6: 24px;--bm-space-8: 32px;--bm-space-10: 40px;--bm-space-12: 48px;--bm-space-16: 64px;--bm-space-20: 80px;--bm-space-24: 96px;--bm-space-page-x: var(--bm-space-4);--bm-space-page-y: var(--bm-space-4);--bm-space-card-padding: var(--bm-space-4);--bm-space-card-gap: var(--bm-space-3);--bm-space-section-gap: var(--bm-space-6);--bm-space-safe-bottom: env(safe-area-inset-bottom, 0px);--bm-space-safe-top: env(safe-area-inset-top, 0px);--bm-touch-target: 44px;--bm-touch-target-sm: 36px;--bm-touch-target-lg: 52px}:root{--bm-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--bm-ease-spring-soft: cubic-bezier(.25, .46, .45, .94);--bm-ease-smooth: cubic-bezier(.4, 0, .2, 1);--bm-ease-in: cubic-bezier(.4, 0, 1, 1);--bm-ease-out: cubic-bezier(0, 0, .2, 1);--bm-ease-in-out: cubic-bezier(.4, 0, .2, 1);--bm-ease-linear: linear;--bm-duration-fast: .15s;--bm-duration-base: .25s;--bm-duration-slow: .4s;--bm-duration-slower: .6s;--bm-transition: var(--bm-duration-fast) var(--bm-ease-smooth);--bm-transition-base: var(--bm-duration-base) var(--bm-ease-smooth);--bm-transition-spring: var(--bm-duration-base) var(--bm-ease-spring);--bm-transition-slow: var(--bm-duration-slow) var(--bm-ease-smooth)}K. 关键帧动画 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ @keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bm-slide-up{0%{opacity:0;transform:translateY(24px)}60%{opacity:1;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes bm-scale-in{0%{opacity:0;transform:scale(.92)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes bm-bounce-in{0%{transform:scale(.6)}40%{transform:scale(1.18)}70%{transform:scale(.95)}to{transform:scale(1)}}@keyframes bm-pulse-dot{0%,80%,to{transform:scale(.6);opacity:.45}40%{transform:scale(1);opacity:1}}@keyframes bm-spin{to{transform:rotate(360deg)}}@keyframes bm-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bm-pulse-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bm-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}J. 工具类（页面/按钮/状态） ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ .bm-page{min-height:100vh;background-color:var(--bm-bg-page);font-family:var(--bm-font-family);color:var(--bm-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bm-surface-dark{background:var(--bm-gradient-header);color:var(--bm-text-on-dark)}.bm-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:var(--bm-space-2);background-color:var(--bm-role-action-bg);color:var(--bm-text-on-cta);border:none;border-radius:var(--bm-radius-pill);padding:var(--bm-space-3) var(--bm-space-6);min-height:var(--bm-touch-target);font-family:var(--bm-font-family);font-size:var(--bm-fs-body);font-weight:var(--bm-fw-semibold);line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color var(--bm-transition),transform var(--bm-transition),box-shadow var(--bm-transition);box-shadow:var(--bm-shadow-card-soft)}.bm-btn-primary:hover{background-color:var(--bm-color-accent-hover)}.bm-btn-primary:active{background-color:var(--bm-color-accent-active);transform:scale(.98)}.bm-btn-primary:disabled{background-color:var(--bm-bg-disabled);color:var(--bm-text-placeholder);cursor:not-allowed;box-shadow:none}.bm-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:var(--bm-space-2);background-color:transparent;color:var(--bm-text-link);border:1px solid var(--bm-brand-secondary);border-radius:var(--bm-radius-pill);padding:calc(var(--bm-space-3) - 1px) calc(var(--bm-space-6) - 1px);min-height:calc(var(--bm-touch-target) - 2px);font-family:var(--bm-font-family);font-size:var(--bm-fs-body);font-weight:var(--bm-fw-medium);line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color var(--bm-transition),color var(--bm-transition)}.bm-btn-ghost:hover{background-color:var(--bm-cta-pale)}.bm-btn-ghost:active{background-color:var(--bm-cta-soft);transform:scale(.98)}.bm-card{background-color:var(--bm-bg-card);border-radius:var(--bm-radius-card);padding:var(--bm-space-card-padding);box-shadow:var(--bm-shadow-card-soft);transition:box-shadow var(--bm-transition),transform var(--bm-transition)}.bm-card-interactive{cursor:pointer;-webkit-tap-highlight-color:transparent}.bm-card-interactive:active{transform:scale(.99);box-shadow:var(--bm-shadow-card-soft)}.bm-loading{display:flex;justify-content:center;align-items:center;padding:var(--bm-space-12) 0;color:var(--bm-text-muted);font-size:var(--bm-fs-caption)}.bm-skeleton{background:linear-gradient(90deg,var(--bm-bg-card-alt) 0%,var(--bm-navy-04) 50%,var(--bm-bg-card-alt) 100%);background-size:200% 100%;border-radius:var(--bm-radius-sm);animation:bm-skeleton 1.4s var(--bm-ease-smooth) infinite}.bm-badge{display:inline-flex;align-items:center;gap:var(--bm-space-1);padding:2px var(--bm-space-2);border-radius:var(--bm-radius-pill);font-size:var(--bm-fs-micro);font-weight:var(--bm-fw-medium);line-height:1.4;white-space:nowrap}.bm-badge-success{background-color:var(--bm-success-bg);color:var(--bm-success)}.bm-badge-error{background-color:var(--bm-error-bg);color:var(--bm-error)}.bm-badge-warning{background-color:var(--bm-warning-bg);color:var(--bm-warning)}.bm-badge-info{background-color:var(--bm-info-bg);color:var(--bm-info)}.bm-badge-muted{background-color:var(--bm-bg-card-alt);color:var(--bm-text-secondary)}.bm-price{font-family:var(--bm-font-family-price);color:var(--bm-text-price);font-weight:var(--bm-fw-bold);font-variant-numeric:tabular-nums;line-height:1}.bm-price-symbol{font-family:var(--bm-font-family-price);font-size:.7em;font-weight:var(--bm-fw-semibold);margin-right:1px}.bm-anim-fade-in{animation:bm-fade-in var(--bm-duration-base) var(--bm-ease-smooth) both}.bm-anim-slide-up{animation:bm-slide-up var(--bm-duration-slow) var(--bm-ease-spring) both}.bm-anim-scale-in{animation:bm-scale-in var(--bm-duration-base) var(--bm-ease-spring) both}.bm-anim-bounce-in{animation:bm-bounce-in var(--bm-duration-base) var(--bm-ease-spring) both}.bm-skeleton{background:linear-gradient(90deg,var(--bm-bg-card-alt) 0%,var(--bm-navy-04) 50%,var(--bm-bg-card-alt) 100%);background-size:200% 100%;border-radius:var(--bm-radius-sm);animation:bm-pulse-skeleton 1.4s var(--bm-ease-smooth) infinite}.bm-shimmer{background:linear-gradient(90deg,var(--bm-bg-card-alt) 0%,var(--bm-brand-20) 50%,var(--bm-bg-card-alt) 100%);background-size:200% 100%;animation:bm-shimmer 1.6s var(--bm-ease-smooth) infinite}.bm-press{transition:transform var(--bm-duration-fast) var(--bm-ease-smooth),background-color var(--bm-duration-fast) var(--bm-ease-smooth),box-shadow var(--bm-duration-fast) var(--bm-ease-smooth);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.bm-press:active{transform:scale(.98)}.bm-press-soft{transition:transform var(--bm-duration-fast) var(--bm-ease-smooth),background-color var(--bm-duration-fast) var(--bm-ease-smooth);-webkit-tap-highlight-color:transparent}.bm-press-soft:active{transform:scale(.95)}.bm-transition{transition:all var(--bm-transition)}.bm-transition-base{transition:all var(--bm-transition-base)}.bm-transition-spring{transition:all var(--bm-transition-spring)}.bm-transition-slow{transition:all var(--bm-transition-slow)}.bm-transition-color{transition:color var(--bm-duration-fast) var(--bm-ease-smooth),background-color var(--bm-duration-fast) var(--bm-ease-smooth),border-color var(--bm-duration-fast) var(--bm-ease-smooth)}.bm-pulse-dots{display:inline-flex;align-items:center;gap:var(--bm-space-2)}.bm-pulse-dots>span{display:inline-block;width:10px;height:10px;border-radius:var(--bm-radius-circle);background-color:var(--bm-role-action-fg);animation:bm-pulse-dot 1.2s var(--bm-ease-smooth) infinite}.bm-pulse-dots>span:nth-child(2){animation-delay:.15s}.bm-pulse-dots>span:nth-child(3){animation-delay:.3s}.bm-stepper-pop{display:inline-block;animation:bm-bounce-in var(--bm-duration-base) var(--bm-ease-spring) both}.bm-banner-active{animation:bm-scale-in var(--bm-duration-slow) var(--bm-ease-smooth) both}.bm-tab-icon{transition:color var(--bm-duration-base) var(--bm-ease-smooth),transform var(--bm-duration-base) var(--bm-ease-spring)}.bm-selected{border:2px solid var(--bm-border-active)!important;background-color:var(--bm-brand-12)}.bm-panel{background-color:var(--bm-bg-card);border-radius:var(--bm-radius-card)}.bm-safe-bottom{padding-bottom:var(--bm-space-safe-bottom)}.bm-scroll{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bm-scroll::-webkit-scrollbar{display:none}:root{--bm-safe-top: env(safe-area-inset-top, 0px);--bm-safe-bottom: env(safe-area-inset-bottom, 0px);--bm-safe-left: env(safe-area-inset-left, 0px);--bm-safe-right: env(safe-area-inset-right, 0px);--bm-touch-target: 44px;--bm-touch-target-sm: 36px;--bm-mobile-nav-height: 56px;--bm-mobile-tab-height: calc(50px + var(--bm-safe-bottom));--bm-mobile-header-height: calc(44px + var(--bm-safe-top));--bm-mobile-ease: cubic-bezier(.25, .1, .25, 1);--bm-mobile-duration: .2s;--bm-mobile-overscroll-y: none}@media (hover: none) and (pointer: coarse){*{-webkit-tap-highlight-color:transparent}a,button,input,select,textarea{touch-action:manipulation}}.bm-safe-bottom{padding-bottom:var(--bm-safe-bottom)}.bm-safe-top{padding-top:var(--bm-safe-top)}.bm-safe-x{padding-left:var(--bm-safe-left);padding-right:var(--bm-safe-right)}.bm-safe-all{padding-top:var(--bm-safe-top);padding-bottom:var(--bm-safe-bottom);padding-left:var(--bm-safe-left);padding-right:var(--bm-safe-right)}.bm-safe-bottom-m{margin-bottom:var(--bm-safe-bottom)}.bm-safe-top-m{margin-top:var(--bm-safe-top)}.bm-touch-target{min-height:var(--bm-touch-target);min-width:var(--bm-touch-target);display:inline-flex;align-items:center;justify-content:center}.bm-touch-target-sm{min-height:var(--bm-touch-target-sm);min-width:var(--bm-touch-target-sm);display:inline-flex;align-items:center;justify-content:center}.bm-scroll-container{overflow-y:auto;overscroll-behavior-y:var(--bm-mobile-overscroll-y);-webkit-overflow-scrolling:touch}.bm-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.bm-no-scrollbar::-webkit-scrollbar{display:none}.bm-bottom-nav{box-sizing:content-box;height:var(--bm-mobile-nav-height, 56px);padding-bottom:var(--bm-safe-bottom)}.bm-bottom-nav-pad{padding-bottom:calc(var(--bm-mobile-nav-height, 56px) + var(--bm-safe-bottom))}.bm-bottom-nav-item:focus-visible{outline:none;box-shadow:var(--bm-shadow-focus)!important;z-index:1}/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--default-font-family:var(--bm-font-family);--default-mono-font-family:var(--bm-font-family-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}html,body{background-color:var(--background);color:var(--foreground);overscroll-behavior-x:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;width:100%;margin:0;padding:0;position:relative;overflow-x:hidden}html{font-family:var(--bm-font-family)}.bm-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);overflow:hidden}#root{width:100%;position:relative;overflow-x:hidden}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.text-secondary{color:var(--secondary)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.running{animation-play-state:running}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/gates/assets/geist-cyrillic-wght-normal-CHSlOQsW.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/gates/assets/geist-latin-ext-wght-normal-DMtmJ5ZE.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/gates/assets/geist-latin-wght-normal-Dm3htQBi.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bm-safe-bottom:env(safe-area-inset-bottom,0px);--bm-surface-dark:var(--bm-navy);--bm-divider:var(--bm-navy-08);--bm-wechat-blue:#576b95;--bm-tag-orange-bg:#f59e4226;--bm-tag-orange-text:#f59e42}.bm-tappable{transition:transform var(--bm-transition,.15s ease)}.bm-tappable:active{transform:scale(.97)}.bm-tappable:focus-visible{box-shadow:var(--bm-shadow-focus);outline:none}@media (prefers-reduced-motion:reduce){.bm-tappable{transition:none!important;transform:none!important}}.bm-page{background-color:var(--bm-color-bg-page);min-height:100vh;font-family:var(--bm-font-family);color:var(--bm-color-text-primary)}.bm-btn-primary{background:var(--bm-role-action-bg)!important;color:var(--bm-color-text-on-accent)!important;border-radius:var(--bm-radius-sm)!important;box-shadow:var(--bm-shadow-inset)!important;transition:opacity var(--bm-transition)!important;border:none!important}.bm-btn-ghost{color:var(--bm-role-action-fg)!important;border:1px solid var(--bm-role-action-bg)!important;border-radius:var(--bm-radius-sm)!important;transition:opacity var(--bm-transition)!important;background:0 0!important}.bm-loading{justify-content:center;padding:48px 0;display:flex}.bm-empty{padding:48px var(--bm-space-4) 0;flex-direction:column;align-items:center;display:flex}.bm-empty-hint{color:var(--bm-color-text-secondary);font-size:var(--bm-fs-caption);text-align:center;margin:0}.bm-meta-item{align-items:center;gap:var(--bm-space-1);font-size:var(--bm-fs-caption);color:var(--bm-color-text-secondary);margin-top:var(--bm-space-1);display:flex}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes carouselBrandProgress{0%{left:-40%}to{left:100%}}.island-scroll-container::-webkit-scrollbar{display:none}.task-sheet-backdrop{background:var(--bm-overlay-backdrop,#0006);z-index:50;position:fixed;top:0;right:0;bottom:0;left:0}.task-sheet{z-index:51;background:var(--bm-color-bg-card);border-radius:var(--bm-radius-xl,20px) var(--bm-radius-xl,20px) 0 0;max-height:75vh;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;overflow:auto}.ex-like-icon{color:var(--bm-color-error);fill:var(--bm-color-error)}.task-card{border-radius:var(--bm-radius-lg,16px);border:1.5px solid var(--bm-border-cool);background:var(--bm-white);transition:all var(--bm-transition,.15s ease);overflow:hidden}.task-card+.task-card{margin-top:8px}.card--done{border-color:var(--bm-color-success);background:var(--bm-bg-green)}.card--process{border-color:var(--bm-role-action-bg);background:var(--bm-border-cool)}.card--overdue{border-color:var(--bm-color-error);background:var(--bm-color-error-surface);border-width:2px}.card--assigned{border-color:var(--bm-role-identity-bg);background:var(--bm-role-surface-hover)}.task-item{cursor:pointer;align-items:flex-start;gap:12px;padding:12px;display:flex}.task-body{flex:1;min-width:0}.task-title{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.task-meta{align-items:center;gap:var(--bm-space-1_5,6px);flex-wrap:wrap;margin-top:3px;display:flex}.task-status{font-size:var(--bm-font-size-2xs,11px);border-radius:var(--bm-radius-pill,100px);white-space:nowrap;padding:2px 7px;font-weight:600}.task-status--pending{background:var(--bm-bg-amber);color:var(--bm-color-warning)}.task-status--assigned{background:var(--bm-role-surface-hover);color:var(--bm-role-identity-text)}.task-status--process{background:var(--bm-border-cool);color:var(--bm-role-action-fg)}.task-status--done{background:var(--bm-bg-green);color:var(--bm-color-success)}.task-time{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted)}.task-time--urgent{color:var(--bm-color-error);font-weight:600}.task-badge{font-size:var(--bm-font-size-2xs,11px);border-radius:var(--bm-radius-pill,100px);background:var(--bm-border-cool);color:var(--bm-role-action-fg);white-space:nowrap;padding:2px 7px;font-weight:600}.task-executors{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.task-executor-chip{font-size:var(--bm-font-size-2xs,11px);border-radius:var(--bm-radius-pill,9999px);background:var(--bm-surface-cool);color:var(--bm-color-text-muted);white-space:nowrap;padding:1px 6px}.task-executor-chip--default{background:var(--bm-border-cool);color:var(--bm-role-action-fg);font-weight:600}.task-arrow{width:28px;height:28px;color:var(--bm-color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sheet{padding:48px 16px 24px}.sheet-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.sheet-info{margin-bottom:20px}.info-block{margin-bottom:10px}.info-label{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);margin-bottom:2px}.info-text{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);line-height:1.5}.info-row{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.info-row .info-label{min-width:40px;margin-bottom:0}.info-row .info-value{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-primary);flex-wrap:wrap;gap:4px;display:flex}.info-value--urgent{color:var(--bm-color-error);font-weight:600}.sheet-section{border-top:1px solid var(--bm-border-cool);padding-top:14px}.section-title{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);margin-bottom:10px;font-weight:700}.member-list{flex-direction:column;gap:6px;display:flex}.member-item{background:var(--bm-surface-cool);border-radius:var(--bm-radius-md,8px);align-items:center;gap:8px;padding:6px 8px;display:flex}.member-avatar{background:var(--bm-border-cool);width:28px;height:28px;color:var(--bm-role-action-fg);font-size:var(--bm-font-size-xs,12px);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.member-info{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.member-name{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-primary);font-weight:600}.member-status{font-size:var(--bm-font-size-2xs,10px);border-radius:var(--bm-radius-pill,100px);white-space:nowrap;padding:1px 5px;font-weight:600}.ms--pending{background:var(--bm-bg-amber);color:var(--bm-color-warning)}.ms--assigned{background:var(--bm-role-surface-hover);color:var(--bm-role-identity-text)}.ms--process{background:var(--bm-border-cool);color:var(--bm-role-action-fg)}.ms--done{background:var(--bm-bg-green);color:var(--bm-color-success)}.execution-list{flex-direction:column;gap:10px;display:flex}.execution-item{background:var(--bm-surface-cool);border-radius:var(--bm-radius-md,8px);padding:8px 10px}.ex-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ex-creator{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-primary);font-weight:600}.ex-time{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted)}.ex-desc{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-secondary);line-height:1.4}.ex-photos{gap:6px;margin-top:6px;display:flex;overflow-x:auto}.ex-photo{border-radius:var(--bm-radius-sm,6px);object-fit:cover;cursor:pointer;flex-shrink:0;width:56px;height:56px}.ex-likes{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);align-items:center;gap:3px;margin-top:4px;display:flex}.sheet-actions{justify-content:center;align-items:center;gap:var(--bm-space-2,8px);border-top:1.5px dashed var(--bm-border-cool);padding-top:var(--bm-space-3,12px);margin-top:var(--bm-space-3,12px);flex-wrap:wrap;display:flex}.action-btn{border-radius:var(--bm-radius-md,8px);font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);cursor:pointer;transition:all var(--bm-transition,.15s ease);background:0 0;border:none;outline:none;align-items:center;gap:4px;padding:6px 12px;font-weight:600;display:inline-flex}.action-btn--primary{color:var(--bm-role-action-fg);background:var(--bm-border-cool)}.action-btn--primary:active{background:var(--bm-role-action-bg);color:var(--bm-white)}.action-btn--success{color:var(--bm-color-success);background:var(--bm-bg-green)}.action-btn--success:active{background:var(--bm-color-success);color:var(--bm-white)}.timeline{flex-direction:column;display:flex}.timeline-step{gap:10px;display:flex}.timeline-marker{flex-direction:column;flex-shrink:0;align-items:center;width:28px;display:flex}.timeline-dot{width:24px;height:24px;font-size:var(--bm-font-size-2xs,11px);color:var(--bm-white);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.dot--pending{background:var(--bm-color-warning)}.dot--assigned{background:var(--bm-role-identity-bg)}.dot--process{background:var(--bm-role-action-bg)}.dot--done{background:var(--bm-color-success)}.timeline-line{background:var(--bm-border-cool);flex:1;width:2px}.timeline-content{flex:1;min-width:0;padding-bottom:12px}.timeline-content .task-card{border-radius:var(--bm-radius-md,8px);border-width:1px}.timeline-content .task-card .task-item{padding:8px 8px 8px 10px}@media (prefers-reduced-motion:reduce){.task-sheet{transition:none!important;animation:none!important;transform:none!important}}.tasks-tab{padding:var(--bm-space-3,12px) 0;width:100%}.tab-loading{padding:var(--bm-space-8,32px) 0;font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);justify-content:center;display:flex}.root-header{align-items:baseline;gap:8px;padding:4px 4px 10px;display:flex}.root-label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-secondary);font-weight:700}.root-count{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted)}.my-tasks-tab{width:100%}.wo-header{padding:16px var(--bm-space-4,16px) var(--bm-space-2,8px);justify-content:space-between;align-items:center;display:flex}.wo-header-title{align-items:center;gap:var(--bm-space-1_5,6px);font-size:var(--bm-font-size-base,14px);color:var(--bm-label-dark);font-weight:700;display:flex}.wo-header-icon{border-radius:var(--bm-radius-md,8px);background:var(--bm-border-cool);width:22px;height:22px;color:var(--bm-role-action-fg);justify-content:center;align-items:center;display:flex}.wo-header-count{border-radius:var(--bm-radius-pill,9999px);background:var(--bm-color-error);min-width:15px;height:15px;color:var(--bm-white);justify-content:center;align-items:center;margin-left:3px;padding:0 3px;font-size:9px;font-weight:700;display:inline-flex}.wo-list{padding:var(--bm-space-2,8px) var(--bm-space-4,16px) var(--bm-space-4,16px);flex-direction:column;gap:8px;display:flex}.wo-card{border-radius:var(--bm-radius-lg,16px);border:1.5px solid var(--bm-border-cool);background:var(--bm-surface-cool);cursor:pointer;transition:all var(--bm-transition,.15s ease);overflow:hidden}.wo-card--done{border-color:var(--bm-color-success);background:var(--bm-bg-green)}.wo-card--process{border-color:var(--bm-role-action-bg);background:var(--bm-border-cool)}.wo-card--overdue{border-color:var(--bm-color-error);background:var(--bm-color-error-surface);border-width:2px}.wo-card:active{border-color:var(--bm-role-action-bg);background:var(--bm-border-cool)}.wo-item{align-items:center;gap:12px;padding:12px;display:flex}.wo-body{flex:1;min-width:0}.wo-title{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.wo-meta{align-items:center;gap:var(--bm-space-1_5,6px);flex-wrap:wrap;margin-top:3px;display:flex}.wo-status-label{font-size:var(--bm-font-size-2xs,11px);border-radius:var(--bm-radius-pill,100px);white-space:nowrap;padding:2px 7px;font-weight:600}.wo-status-label--pending{background:var(--bm-bg-amber);color:var(--bm-color-warning-on-surface)}.wo-status-label--process{background:var(--bm-border-cool);color:var(--bm-role-action-fg)}.wo-status-label--done{background:var(--bm-bg-green);color:var(--bm-color-success)}.wo-time{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted)}.wo-time--urgent{color:var(--bm-color-error);font-weight:600}.wo-arrow{color:var(--bm-color-text-muted);flex-shrink:0}.wo-progress-entry{border-top:1.5px dashed var(--bm-border-cool);color:var(--bm-color-text-muted);font-size:var(--bm-font-size-sm,13px);transition:all var(--bm-transition,.15s ease);justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-weight:500;display:flex}.wo-progress-entry:active{background:var(--bm-border-cool);color:var(--bm-role-action-fg);border-top-color:var(--bm-role-action-bg)}.sheet-header{margin-bottom:var(--bm-space-3,12px);justify-content:space-between;align-items:center;display:flex}.sheet-title{font-size:var(--bm-font-size-lg,16px);color:var(--bm-color-text-primary);font-weight:600}.sheet-close-btn{width:28px;height:28px;color:var(--bm-color-text-muted);cursor:pointer;border-radius:var(--bm-radius-md,8px);transition:background var(--bm-transition,.15s ease);background:0 0;border:none;justify-content:center;align-items:center;font-size:20px;display:flex}.sheet-close-btn:hover{background:var(--bm-surface-cool)}.sheet-empty,.sheet-loading{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);text-align:center;padding:var(--bm-space-6,24px) 0}.sheet-footer{margin-top:var(--bm-space-3,12px)}.bm-btn-primary{border-radius:var(--bm-radius-lg,16px);background:var(--bm-role-action-bg);width:100%;color:var(--bm-color-text-on-accent);font-size:var(--bm-font-size-base,14px);cursor:pointer;box-shadow:var(--bm-shadow-inset);transition:opacity var(--bm-transition,.15s ease);border:none;padding:10px 0;font-weight:600;display:block}.bm-btn-primary:focus-visible{box-shadow:var(--bm-shadow-focus)}.bm-btn-primary:active{opacity:.85}.bm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.bm-btn-ghost{border:1.5px solid var(--bm-border-cool);border-radius:var(--bm-radius-lg,16px);width:100%;color:var(--bm-color-text-primary);font-size:var(--bm-font-size-base,14px);cursor:pointer;transition:all var(--bm-transition,.15s ease);background:0 0;padding:10px 0;font-weight:600;display:block}.bm-btn-ghost:active{background:var(--bm-surface-cool)}.choose-ta-sheet{padding:var(--bm-space-4,16px)}.ta-list{max-height:40vh;overflow-y:auto}.ta-item{padding:var(--bm-space-3,12px);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-2,8px);cursor:pointer;transition:opacity .15s}.ta-item:active{opacity:.7}.ta-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);font-weight:500}.ta-desc{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);margin-top:var(--bm-space-1,4px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ta-meta{gap:var(--bm-space-2,8px);margin-top:var(--bm-space-1,4px);font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);display:flex}.choose-exec-sheet{padding:var(--bm-space-4,16px)}.exec-sheet-list{max-height:40vh;overflow-y:auto}.exec-sheet-item{align-items:center;gap:var(--bm-space-3,12px);padding:var(--bm-space-3,12px);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-2,8px);cursor:pointer;transition:opacity .15s;display:flex}.exec-sheet-item:active{opacity:.7}.exec-sheet-avatar{background:var(--bm-gradient-brand);width:36px;height:36px;color:var(--bm-color-text-on-accent);font-size:var(--bm-font-size-base,14px);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.exec-sheet-info{flex:1;min-width:0}.exec-sheet-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);font-weight:500}.edit-task-sheet{padding:var(--bm-space-4,16px)}.edit-form{gap:var(--bm-space-3,12px);flex-direction:column;display:flex}.edit-field{background:var(--bm-surface-cool);border-radius:var(--bm-radius-md,8px);overflow:hidden}.edit-label{padding:var(--bm-space-2,8px) var(--bm-space-3,12px) var(--bm-space-1,4px);font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);font-weight:600;display:block}.edit-input,.edit-textarea{width:100%;padding:var(--bm-space-1,4px) var(--bm-space-3,12px) var(--bm-space-2,8px);font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);resize:none;background:0 0;border:none;font-family:inherit;display:block}.edit-input:focus,.edit-textarea:focus{outline:none}.dates-sheet{padding:var(--bm-space-4,16px)}.dates-sheet__header{margin-bottom:var(--bm-space-3,12px);justify-content:space-between;align-items:center;display:flex}.dates-sheet__title{font-size:var(--bm-font-size-lg,16px);color:var(--bm-color-text-primary);font-weight:600}.dates-sheet__mode{gap:var(--bm-space-1,4px);margin-bottom:var(--bm-space-3,12px);background:var(--bm-surface-cool);border-radius:var(--bm-radius-md,8px);padding:3px;display:flex}.mode-btn{border-radius:var(--bm-radius-sm,6px);font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);cursor:pointer;transition:all var(--bm-transition,.15s ease);background:0 0;border:none;flex:1;padding:6px 0;font-weight:600}.mode-btn--active{background:var(--bm-white);color:var(--bm-role-identity-text);box-shadow:var(--bm-shadow-card-soft)}.dates-sheet__field{margin-bottom:var(--bm-space-3,12px)}.field-label{margin-bottom:var(--bm-space-1,4px);font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.field-old{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);font-weight:400}.date-input{border:1px solid var(--bm-border-cool);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);width:100%;font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);padding:8px 12px;font-family:inherit;display:block}.date-input:focus{border-color:var(--bm-role-identity-bg);outline:none}.dates-sheet__diff{font-size:var(--bm-font-size-xs,12px);color:var(--bm-role-action-fg);text-align:center;margin-bottom:var(--bm-space-3,12px)}.dates-sheet__submit{margin-top:var(--bm-space-2,8px)}.tad-nav{background:var(--bm-white);border-bottom:1px solid var(--bm-border-cool);align-items:center;gap:var(--bm-space-3,12px);min-height:52px;padding:12px 16px;display:flex}.tad-nav__back{border-radius:var(--bm-radius-md,8px);width:32px;height:32px;color:var(--bm-color-text-primary);cursor:pointer;transition:background var(--bm-transition,.15s ease);justify-content:center;align-items:center;display:flex}.tad-nav__back:active{background:var(--bm-surface-cool)}.tad-nav__title{font-size:var(--bm-font-size-lg,16px);color:var(--bm-color-text-primary);font-weight:700}.tad-nav__spacer{width:32px}.tad-body{padding:var(--bm-space-4,16px);gap:var(--bm-space-4,16px);flex-direction:column;flex:1;display:flex;overflow-y:auto}.tad-card{background:var(--bm-white);border-radius:var(--bm-radius-xl,20px);box-shadow:var(--bm-card-shadow,0 2px 12px #14285012);overflow:hidden}.tad-card__title{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);padding:var(--bm-space-3,12px) var(--bm-space-4,16px) var(--bm-space-2,8px);font-weight:700}.tad-hero__name{font-size:var(--bm-font-size-lg,16px);color:var(--bm-color-text-primary);padding:var(--bm-space-4,16px);padding-bottom:0;font-weight:700;line-height:1.4}.tad-card-fields{padding:var(--bm-space-3,12px) 0}.tad-field{padding:var(--bm-space-2,8px) var(--bm-space-4,16px);justify-content:space-between;align-items:center;display:flex}.tad-field__label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted)}.tad-field__value{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-secondary);font-weight:500}.tad-status-label{font-size:var(--bm-font-size-xs,12px);border-radius:var(--bm-radius-pill,100px);padding:3px 10px;font-weight:600}.tad-status-label--pending{background:var(--bm-bg-amber);color:var(--bm-color-warning)}.tad-status-label--process{background:var(--bm-border-cool);color:var(--bm-role-action-fg)}.tad-status-label--done{background:var(--bm-bg-green);color:var(--bm-color-success)}.tad-action-list{padding:0 var(--bm-space-4,16px) var(--bm-space-4,16px);gap:var(--bm-space-3,12px);flex-direction:column;display:flex}.tad-action-btn{justify-content:center;align-items:center;gap:var(--bm-space-2,8px);border-radius:var(--bm-radius-lg,16px);background:var(--bm-surface-cool);width:100%;font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);cursor:pointer;transition:all var(--bm-transition,.15s ease);border:none;padding:12px 0;font-weight:700;display:flex}.tad-action-btn:active{opacity:.85;transform:scale(.97)}.tad-action-btn--primary{background:var(--bm-gradient-brand);color:var(--bm-color-text-on-accent);box-shadow:var(--bm-shadow-inset),var(--bm-shadow-card-soft)}.tad-action-btn--primary:active{background:var(--bm-gradient-brand);color:var(--bm-color-text-on-accent);opacity:.9}.tad-action-btn--danger{background:var(--bm-navy-04,#1428500a);color:var(--bm-color-error)}.tad-action-btn--danger:active{background:var(--bm-color-error);color:var(--bm-white)}.orders-sheet{padding:var(--bm-space-4,16px)}.orders-list{max-height:50vh;overflow-y:auto}.order-item{padding:var(--bm-space-3,12px);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-2,8px)}.order-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);font-weight:500}.order-status{font-size:var(--bm-font-size-2xs,11px);border-radius:var(--bm-radius-pill,9999px);background:var(--bm-bg-amber);color:var(--bm-color-warning);margin-top:var(--bm-space-1,4px);padding:2px 8px;font-weight:600;display:inline-block}.order-desc{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-secondary);margin-top:var(--bm-space-1,4px)}.order-members{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-muted);margin-top:var(--bm-space-1,4px)}.exec-sheet{padding:var(--bm-space-3,12px) 0 var(--bm-space-6,24px)}.exec-sheet-loading{padding:var(--bm-space-8,32px) 0;font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);justify-content:center;display:flex}.exec-list{flex-direction:column;display:flex}.exec-item{gap:var(--bm-space-3,12px);padding:var(--bm-space-3,12px) var(--bm-space-4,16px);border-top:.5px solid var(--bm-border-cool);display:flex}.exec-item:first-child{border-top:none}.exec-avatar{border-radius:var(--bm-radius-md,8px);background:var(--bm-gradient-brand);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.exec-avatar__letter{font-size:var(--bm-font-size-sm,13px);color:var(--bm-white);font-weight:700}.exec-body{flex:1;min-width:0}.exec-meta{justify-content:space-between;align-items:baseline;display:flex}.exec-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-role-identity-text);font-weight:600}.exec-time{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);flex-shrink:0}.exec-text{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);white-space:pre-wrap;word-break:break-word;margin-top:var(--bm-space-1,4px);line-height:1.5}.exec-grid{margin-top:var(--bm-space-2,8px);gap:4px;display:grid}.exec-grid--1{grid-template-columns:1fr;max-width:160px}.exec-grid--2,.exec-grid--4{grid-template-columns:repeat(2,1fr);max-width:180px}.exec-grid--n{grid-template-columns:repeat(3,1fr);max-width:240px}.exec-img{aspect-ratio:1;border-radius:var(--bm-radius-sm,4px);background:var(--bm-surface-cool);color:var(--bm-color-text-muted);cursor:pointer;justify-content:center;align-items:center;display:flex;overflow:hidden}.exec-img img{object-fit:cover;width:100%;height:100%}@keyframes bm-fade-in{0%{opacity:0}to{opacity:1}}.bm-sheet-backdrop{background:var(--bm-overlay-backdrop);z-index:100;animation:.18s ease-out bm-fade-in;position:fixed;top:0;right:0;bottom:0;left:0}.bm-sheet{z-index:101;background:var(--bm-color-bg-card);border-radius:var(--bm-radius-xl,20px) var(--bm-radius-xl,20px) 0 0;max-height:80vh;animation:.25s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;overflow:auto}.bm-sheet--short{max-height:60vh}.bm-sheet--med{max-height:70vh}.bm-sheet-body{padding:var(--bm-space-4,16px)}.bm-sheet-head-center{margin-bottom:var(--bm-space-4,16px);justify-content:center;align-items:center;display:flex;position:relative}.bm-sheet-head-center .sheet-close-btn{position:absolute;top:50%;right:0;transform:translateY(-50%)}.add-exec-empty{padding:var(--bm-space-6,24px);text-align:center}.add-exec-empty-msg{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-muted);margin-bottom:var(--bm-space-4,16px)}.add-exec-list{gap:var(--bm-space-2,8px);flex-direction:column;display:flex}.add-exec-item{padding:var(--bm-space-3,12px) var(--bm-space-4,16px);border-radius:var(--bm-radius-md,8px);border:1px solid var(--bm-border-cool);background:var(--bm-white);cursor:pointer;transition:border-color var(--bm-transition,.15s ease);text-align:left;justify-content:space-between;align-items:center;width:100%;display:flex}.add-exec-item-name{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.add-exec-item-body{flex:1;min-width:0}.add-exec-item-executor{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);margin-top:2px}.add-exec-item-chev{color:var(--bm-color-text-muted);flex-shrink:0}.ate-body{padding:var(--bm-space-4,16px)}.ate-info{padding:var(--bm-space-2,8px) var(--bm-space-3,12px);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-3,12px)}.ate-info-label{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);margin-bottom:var(--bm-space-1,4px)}.ate-info-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);font-weight:500}.ate-field{margin-bottom:var(--bm-space-5,20px)}.ate-textarea{border-radius:var(--bm-radius-md,8px);width:100%;font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;min-height:100px;padding:0;font-family:inherit;line-height:1.5}.ate-counter{text-align:right;font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);margin-top:2px}.ate-section{margin-bottom:var(--bm-space-3,12px)}.ate-section-label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-secondary);margin-bottom:var(--bm-space-2,8px);align-items:center;gap:var(--bm-space-1,4px);font-weight:600;display:flex}.ate-optional{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);background:var(--bm-surface-cool);border-radius:var(--bm-radius-sm,6px);padding:1px 6px;font-weight:400}.ate-thumbs{align-items:center;gap:var(--bm-space-2,8px);flex-wrap:wrap;display:flex}.ate-upload-trigger{justify-content:center;align-items:center;gap:var(--bm-space-1,4px);padding:var(--bm-space-2,8px) var(--bm-space-3,12px);border:1.5px dashed var(--bm-border-cool);border-radius:var(--bm-radius-card,12px);color:var(--bm-color-text-muted);font-size:var(--bm-font-size-sm,13px);cursor:pointer;background:var(--bm-surface-cool);font-weight:500;display:inline-flex}.ate-thumb,.ate-prefilled-thumb{border-radius:var(--bm-radius-sm,6px);background:var(--bm-surface-cool);justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:hidden}.ate-thumb img{object-fit:cover;width:100%;height:100%}.ate-thumb--uploading img{opacity:.5}.ate-thumb-failed{background:var(--bm-color-error-surface);color:var(--bm-white);justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.ate-remove{background:var(--bm-overlay-backdrop);width:16px;height:16px;color:var(--bm-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:-2px;right:-2px}.ate-submit{margin-top:var(--bm-space-3,12px)}.finish-textarea{width:100%;padding:var(--bm-space-2,8px) var(--bm-space-3,12px);border:1px solid var(--bm-border-cool);border-radius:var(--bm-radius-md,8px);font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);resize:none;box-sizing:border-box;background:var(--bm-surface-cool);outline:none;font-family:inherit}.finish-textarea:focus{border-color:var(--bm-role-identity-bg)}.finish-counter{text-align:right;font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);margin-top:2px}.finish-upload-field{margin-bottom:var(--bm-space-4,16px)}.finish-thumbs{flex-wrap:wrap;gap:6px;display:flex}.finish-upload{border:1.5px dashed var(--bm-border-cool);border-radius:var(--bm-radius-md,8px);cursor:pointer;background:var(--bm-surface-cool);width:52px;height:52px;color:var(--bm-color-text-muted);justify-content:center;align-items:center;display:flex}.finish-thumb{border-radius:var(--bm-radius-sm,6px);width:52px;height:52px;position:relative;overflow:hidden}.finish-thumb img{object-fit:cover;width:100%;height:100%}.finish-thumb--uploading img{opacity:.5}.finish-thumb-failed{background:var(--bm-color-error-surface);color:var(--bm-white);justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.ps-header{margin-bottom:var(--bm-space-2,8px);padding:0 var(--bm-space-3,12px)}.ps-search-wrap{padding:0 var(--bm-space-3,12px);flex-shrink:0}.ps-search{align-items:center;gap:var(--bm-space-2,8px);background:var(--bm-surface-cool);border-radius:var(--bm-radius-pill,9999px);padding:8px 14px;display:flex}.ps-search-icon{color:var(--bm-color-text-muted);flex-shrink:0}.ps-search-input{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0}.ps-search-input::placeholder{color:var(--bm-color-text-muted)}.ps-list{padding:0 var(--bm-space-3,12px) var(--bm-space-6,24px);max-height:50vh;overflow-y:auto}.ps-empty{padding:var(--bm-space-6,24px) 0;text-align:center;font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted)}.ps-item{padding:var(--bm-space-3,12px) var(--bm-space-2,8px);border-bottom:.5px solid var(--bm-border-cool);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;display:flex}.ps-item--active{background:var(--bm-role-surface-hover)}.ps-item-name{font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary)}.ps-check{color:var(--bm-role-identity-text);flex-shrink:0}.emp-loading{padding:var(--bm-space-6,24px) 0;justify-content:center;display:flex}.emp-loading-text{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted)}.emp-rows{gap:var(--bm-space-3,12px);flex-direction:column;display:flex}.emp-row{padding:var(--bm-space-2,8px) var(--bm-space-3,12px);background:var(--bm-surface-cool);border-radius:var(--bm-radius-md,8px);justify-content:space-between;align-items:center;display:flex}.emp-label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted)}.emp-value{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-primary);font-weight:500}.emp-phone{font-size:var(--bm-font-size-sm,13px);color:var(--bm-role-identity-text);font-weight:500;text-decoration:none}.emp-empty{padding:var(--bm-space-4,16px) 0;align-items:center;gap:var(--bm-space-2,8px);flex-direction:column;display:flex}.emp-empty-icon{color:var(--bm-color-text-muted)}.emp-empty-text{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted)}.tad-root{background:var(--bm-color-bg-page);z-index:60;flex-direction:column;animation:.18s ease-out bm-fade-in;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}@media (prefers-reduced-motion:reduce){.bm-sheet-backdrop,.bm-sheet,.tad-root{animation:none!important}}@keyframes bm-dialog-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.bm-dialog-backdrop{background:var(--bm-overlay-backdrop);z-index:200;animation:.18s ease-out bm-fade-in;position:fixed;top:0;right:0;bottom:0;left:0}.bm-dialog{z-index:201;background:var(--bm-white);border-radius:var(--bm-radius-lg,16px);min-width:300px;max-width:90vw;box-shadow:var(--bm-shadow-card-soft);animation:.2s ease-out bm-dialog-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.bm-dialog-title{padding:var(--bm-space-4,16px) var(--bm-space-5,20px);font-size:var(--bm-font-size-lg,16px);border-bottom:1px solid var(--bm-border-cool);text-align:center;color:var(--bm-color-text-primary);font-weight:600}.bm-dialog-body{padding:var(--bm-space-4,16px) var(--bm-space-5,20px)}.bm-dialog-actions{border-top:1px solid var(--bm-border-cool);display:flex}.bm-dialog-btn{font-size:var(--bm-font-size-base,14px);cursor:pointer;color:var(--bm-color-text-secondary);background:0 0;border:none;flex:1;padding:12px 0;font-weight:500}.bm-dialog-btn--confirm{border-left:1px solid var(--bm-border-cool);color:var(--bm-role-identity-text);font-weight:600}.bm-dialog-section{margin-bottom:var(--bm-space-4,16px)}.bm-dialog-section-label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-secondary);margin-bottom:var(--bm-space-2,8px);align-items:center;gap:var(--bm-space-1,4px);font-weight:600;display:flex}.bm-dialog-optional{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-muted);background:var(--bm-surface-cool);border-radius:var(--bm-radius-sm,6px);padding:1px 6px;font-weight:400}.bm-dialog-outline-btn{border:1px solid var(--bm-role-identity-bg);border-radius:var(--bm-radius-pill,9999px);color:var(--bm-role-identity-text);font-size:var(--bm-font-size-sm,13px);cursor:pointer;background:0 0;padding:8px 16px;font-weight:600}.bm-dialog-outline-btn--xs{font-size:var(--bm-font-size-2xs,11px);padding:2px 10px}.bm-dialog-photo-trigger{justify-content:center;align-items:center;gap:var(--bm-space-1,4px);padding:var(--bm-space-2,8px) var(--bm-space-3,12px);border:1.5px dashed var(--bm-border-cool);border-radius:var(--bm-radius-card,12px);color:var(--bm-color-text-muted);font-size:var(--bm-font-size-sm,13px);cursor:pointer;background:var(--bm-surface-cool);width:fit-content;font-weight:500;display:flex}.ex-geo-status{justify-content:center;align-items:center;gap:var(--bm-space-1,4px);padding:var(--bm-space-3,12px);border-radius:var(--bm-radius-card,12px);font-size:var(--bm-font-size-sm,13px);font-weight:500;display:flex}.ex-geo-status--pending{padding:var(--bm-space-4,16px) 0;color:var(--bm-color-text-muted);background:0 0;border-radius:0}.ex-geo-status--ok{background:var(--bm-bg-green);color:var(--bm-color-success)}.ex-geo-status--fail{background:var(--bm-color-error-surface);color:var(--bm-color-error)}.ex-preview{width:64px;height:64px;position:relative}.ex-preview img{object-fit:cover;border-radius:var(--bm-radius-sm,6px);width:100%;height:100%}.ex-preview-overlay{background:var(--bm-overlay-backdrop);border-radius:var(--bm-radius-sm,6px);color:var(--bm-white);justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.geo-field{padding:0 var(--bm-space-4,16px);margin-bottom:var(--bm-space-2,8px)}.geo-field--last{margin-bottom:var(--bm-space-3,12px)}.geo-label{font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-secondary);margin-bottom:var(--bm-space-1,4px);font-weight:500;display:block}.geo-input{border:1px solid var(--bm-border-cool);border-radius:var(--bm-radius-md,8px);width:100%;font-size:var(--bm-font-size-base,14px);color:var(--bm-color-text-primary);box-sizing:border-box;background:var(--bm-white);outline:none;padding:8px 12px}.geo-input:focus{border-color:var(--bm-role-identity-bg)}.geo-autolocate-row{text-align:center;padding:0 var(--bm-space-4,16px)}.geo-busy{padding:var(--bm-space-6,24px) 0;font-size:var(--bm-font-size-sm,13px);color:var(--bm-color-text-muted);justify-content:center;display:flex}@media (prefers-reduced-motion:reduce){.bm-dialog-backdrop,.bm-dialog{animation:none!important}}.pic-hero{background:var(--bm-hero-gradient);padding:var(--bm-space-2) var(--bm-space-4) var(--bm-space-4);border-radius:0 0 var(--bm-radius-xl,20px) var(--bm-radius-xl,20px);position:relative;overflow:hidden}.pic-deco-circle{pointer-events:none;border-radius:50%;position:absolute}.pic-deco-circle--tr{background:var(--bm-white);width:200px;height:200px;top:-60px;right:-60px}@supports (color:color-mix(in lab,red,red)){.pic-deco-circle--tr{background:color-mix(in srgb,var(--bm-white) 6%,transparent)}}.pic-deco-circle--bl{background:var(--bm-white);width:140px;height:140px;bottom:-40px;left:-40px}@supports (color:color-mix(in lab,red,red)){.pic-deco-circle--bl{background:color-mix(in srgb,var(--bm-white) 4%,transparent)}}.pic-nav{margin-bottom:var(--bm-space-3);z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.pic-switch-btn{align-items:center;gap:var(--bm-space-1);background:var(--bm-white);display:flex}@supports (color:color-mix(in lab,red,red)){.pic-switch-btn{background:color-mix(in srgb,var(--bm-white) 18%,transparent)}}.pic-switch-btn{border:1px solid var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-switch-btn{border:1px solid color-mix(in srgb,var(--bm-white) 30%,transparent)}}.pic-switch-btn{border-radius:var(--bm-radius-pill);padding:var(--bm-space-1) var(--bm-space-3);cursor:pointer;color:var(--bm-text-on-brand);transition:transform var(--bm-transition,.15s ease)}.pic-menu-btn{border-radius:var(--bm-radius-md,8px);background:var(--bm-white);width:32px;height:32px}@supports (color:color-mix(in lab,red,red)){.pic-menu-btn{background:color-mix(in srgb,var(--bm-white) 12%,transparent)}}.pic-menu-btn{border:1px solid var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-menu-btn{border:1px solid color-mix(in srgb,var(--bm-white) 18%,transparent)}}.pic-menu-btn{cursor:pointer;color:var(--bm-text-on-brand);transition:transform var(--bm-transition,.15s ease);justify-content:center;align-items:center;display:flex}.pic-switch-btn-label{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-text-on-brand);font-weight:600;line-height:1}.pic-glass{background:var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-glass{background:color-mix(in srgb,var(--bm-white) 15%,transparent)}}.pic-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-glass{border:1px solid color-mix(in srgb,var(--bm-white) 22%,transparent)}}.pic-glass{border-radius:var(--bm-radius-xl,20px);padding:var(--bm-space-3) var(--bm-space-4);z-index:2;position:relative}.pic-row1{justify-content:space-between;align-items:center;gap:var(--bm-space-3);margin-bottom:var(--bm-space-2);display:flex}.pic-name{font-size:var(--bm-font-size-xl,18px);font-weight:var(--bm-fw-bold,700);color:var(--bm-text-on-brand);flex:1;line-height:1.3}.pic-leader-btn{align-items:center;gap:var(--bm-space-1);background:var(--bm-white);display:inline-flex}@supports (color:color-mix(in lab,red,red)){.pic-leader-btn{background:color-mix(in srgb,var(--bm-white) 15%,transparent)}}.pic-leader-btn{border-radius:var(--bm-radius-pill);padding:var(--bm-space-1) var(--bm-space-3) var(--bm-space-1) var(--bm-space-1);cursor:pointer;transition:transform var(--bm-transition,.15s ease);border:none;flex-shrink:0}.pic-leader-avatar{background:var(--bm-accent-gold);width:20px;height:20px;color:var(--bm-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.pic-leader-name{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-text-on-brand);font-weight:600;line-height:1}.pic-row2{align-items:center;gap:var(--bm-space-2);margin-bottom:var(--bm-space-2);display:flex}.pic-team{align-items:center;gap:var(--bm-space-1);color:var(--bm-text-on-dark-dim);font-size:var(--bm-font-size-xs,12px);display:flex}.pic-status-pill{background:var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-status-pill{background:color-mix(in srgb,var(--bm-white) 20%,transparent)}}.pic-status-pill{color:var(--bm-text-on-dark-dim);font-size:var(--bm-font-size-2xs,11px);padding:var(--bm-space-1) var(--bm-space-2);border-radius:var(--bm-radius-pill);white-space:nowrap;flex-shrink:0;font-weight:600}.pic-meta-row{align-items:center;gap:var(--bm-space-1);font-size:var(--bm-font-size-xs,12px);color:var(--bm-white);display:flex}@supports (color:color-mix(in lab,red,red)){.pic-meta-row{color:color-mix(in srgb,var(--bm-white) 70%,transparent)}}.pic-meta-row,.pic-progress{margin-bottom:var(--bm-space-2)}.pic-progress-head{margin-bottom:var(--bm-space-1);justify-content:space-between;align-items:center;display:flex}.pic-progress-duration{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-white)}@supports (color:color-mix(in lab,red,red)){.pic-progress-duration{color:color-mix(in srgb,var(--bm-white) 60%,transparent)}}.pic-progress-percent{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-text-on-dark-dim);font-variant-numeric:tabular-nums;font-weight:700}.pic-progress-track{background:var(--bm-white);border-radius:2px;height:4px}@supports (color:color-mix(in lab,red,red)){.pic-progress-track{background:color-mix(in srgb,var(--bm-white) 15%,transparent)}}.pic-progress-track{overflow:hidden}.pic-progress-fill{background:var(--bm-white);border-radius:2px;height:100%}@supports (color:color-mix(in lab,red,red)){.pic-progress-fill{background:color-mix(in srgb,var(--bm-white) 70%,transparent)}}.pic-progress-fill{transition:width .6s}@media (prefers-reduced-motion:reduce){.pic-progress-fill{transition:none!important}}.qa-grid{padding:var(--bm-space-3,12px) var(--bm-space-4,16px) var(--bm-space-4,16px);grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.qa-action{cursor:pointer;transition:transform var(--bm-transition,.2s ease);background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:0;display:flex;position:relative}.qa-action:disabled{opacity:.4;cursor:not-allowed}.qa-tonable{background:var(--bm-surface-cool);color:var(--bm-color-text-secondary)}.qa-icon{border-radius:var(--bm-radius-lg,16px);justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex;position:relative}.qa-icon-fallback{font-size:var(--bm-font-size-base,14px);font-weight:700}.qa-label,.qa-chip-label{font-size:var(--bm-font-size-2xs,11px);color:var(--bm-label-dark);white-space:nowrap;font-weight:600}.qa-row{justify-content:center;gap:var(--bm-space-2,8px);padding:6px var(--bm-space-3,12px);-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.qa-row::-webkit-scrollbar{display:none}.qa-chip{background:var(--bm-surface-cool);border-radius:var(--bm-radius-pill,9999px);cursor:pointer;transition:transform var(--bm-transition,.2s ease);border:none;flex-direction:row;flex-shrink:0;align-items:center;gap:5px;padding:5px 12px;display:flex;position:relative}.qa-chip:disabled{opacity:.4;cursor:not-allowed}.qa-chip-icon{border-radius:var(--bm-radius-md,8px);justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex;position:relative}.qa-badge{background:var(--bm-color-error);color:var(--bm-white);border-radius:var(--bm-radius-pill,9999px);justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute}.qa-badge--icon{border:2px solid var(--bm-white);min-width:20px;height:20px;padding:0 4px;font-size:10px;top:-4px;right:-4px}.qa-badge--chip-icon{border:1.5px solid var(--bm-white);min-width:14px;height:14px;padding:0 3px;font-size:9px;top:-3px;right:-3px}.qa-badge--chip-standalone{min-width:14px;height:14px;padding:0 3px;font-size:9px}.qa-tonable.qa-tone--blue{background:var(--bm-bg-blue);color:var(--bm-role-action-fg)}.qa-tonable.qa-tone--orange{background:var(--bm-bg-amber);color:var(--bm-role-identity-text)}.qa-tonable.qa-tone--green{background:var(--bm-bg-emerald);color:var(--bm-color-success)}.qa-tonable.qa-tone--yellow{background:var(--bm-bg-yellow);color:var(--bm-text-amber)}.qa-tonable.qa-tone--purple{background:var(--bm-bg-purple);color:var(--bm-text-purple)}.qa-tonable.qa-tone--pink{background:var(--bm-bg-pink);color:var(--bm-text-pink)}.dm-card{padding:var(--bm-space-2,8px) var(--bm-space-3,12px);border-radius:var(--bm-radius-md,8px);background:var(--bm-surface-cool);margin-bottom:var(--bm-space-2,8px)}.dm-header{justify-content:space-between;align-items:center;display:flex}.dm-name{font-size:var(--bm-font-size-base,14px);flex:1;font-weight:500}.dm-status{font-size:var(--bm-font-size-2xs,11px);padding:var(--bm-space-1,4px);border-radius:calc(var(--bm-radius-sm,6px) / 2);margin-left:var(--bm-space-2,8px);white-space:nowrap}.dm-status--pending{background:var(--bm-color-warning-surface);color:var(--bm-color-warning-on-surface)}.dm-status--active{background:var(--bm-color-info-surface);color:var(--bm-color-info-on-surface)}.dm-status--finished{background:var(--bm-color-success-surface);color:var(--bm-color-success-on-surface)}.dm-status--done{background:var(--bm-bg-purple);color:var(--bm-text-purple)}.dm-desc{font-size:var(--bm-font-size-xs,12px);color:var(--bm-color-text-secondary);margin-top:var(--bm-space-1,4px)}.dm-meta{gap:var(--bm-space-2,8px);margin-top:var(--bm-space-1,4px);font-size:var(--bm-font-size-2xs,11px);color:var(--bm-color-text-secondary);display:flex}.dm-actions{gap:var(--bm-space-1,4px);margin-top:var(--bm-space-2,8px);flex-wrap:wrap;display:flex}.dm-action-btn{border-radius:var(--bm-radius-sm,6px);font-size:var(--bm-font-size-2xs,11px);cursor:pointer;transition:transform var(--bm-transition,.15s ease);background:0 0;padding:4px 10px;font-weight:500}.dm-action-btn:disabled{opacity:.5;cursor:not-allowed}.dm-action-btn--primary{border:1px solid var(--bm-role-action-bg);color:var(--bm-role-action-fg)}.dm-action-btn--danger{border:1px solid var(--bm-color-error);color:var(--bm-color-error)}.dm-action-btn--default{border:1px solid var(--bm-border-cool);color:var(--bm-color-text-secondary)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.bm-ui-page{min-height:100vh;min-height:100dvh;background:var(--bm-color-bg-page);color:var(--bm-color-text-primary);font-family:var(--bm-font-family);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}.bm-ui-navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:calc(env(safe-area-inset-top,0px) + 48px);padding:0 8px;padding-top:env(safe-area-inset-top,0px);background:var(--bm-color-bg-card);border-bottom:1px solid var(--bm-border)}.bm-ui-navbar-back{width:var(--bm-touch-target);height:var(--bm-touch-target);display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:var(--bm-radius-pill);color:var(--bm-color-text-primary);cursor:pointer;transition:background .18s ease,transform .12s ease}.bm-ui-navbar-back:hover{background:var(--bm-bg-card-alt)}.bm-ui-navbar-back:active{background:var(--bm-bg-card-alt);transform:scale(.92)}.bm-ui-navbar-title{font-size:var(--bm-fs-h3);font-weight:var(--bm-fw-semibold);letter-spacing:.3px}.bm-ui-navbar-spacer{width:var(--bm-touch-target)}.bm-ui-cta{width:100%;height:var(--bm-touch-target-lg);border:none;border-radius:var(--bm-radius-pill);background:var(--bm-gradient-brand);color:var(--bm-color-text-on-accent);font-size:var(--bm-fs-h3);font-weight:var(--bm-fw-bold);letter-spacing:.4px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:var(--bm-shadow-inset),0 8px 20px color-mix(in srgb,var(--bm-role-identity-bg) 36%,transparent);transition:transform .12s ease,box-shadow .2s ease,opacity .18s ease,background .18s ease}.bm-ui-cta:hover:not(:disabled){box-shadow:var(--bm-shadow-inset),0 12px 28px color-mix(in srgb,var(--bm-role-identity-bg) 44%,transparent)}.bm-ui-cta:active:not(:disabled){transform:scale(.985);box-shadow:var(--bm-shadow-inset),0 4px 10px color-mix(in srgb,var(--bm-role-identity-bg) 30%,transparent)}.bm-ui-cta:disabled{opacity:.42;box-shadow:var(--bm-shadow-inset);cursor:not-allowed}.bm-ui-cta--outline{background:transparent;color:var(--bm-navy);box-shadow:none;border:1.5px solid var(--bm-role-identity-bg)}.bm-ui-cta--outline:hover:not(:disabled){background:var(--bm-role-surface-hover);box-shadow:none}.bm-ui-cta--outline:active:not(:disabled){background:var(--bm-role-surface-hover);box-shadow:none;transform:scale(.985)}.bm-ui-cta--outline:disabled{color:var(--bm-color-text-muted);border-color:var(--bm-border);opacity:1}.bm-ui-spinner{width:18px;height:18px;border:2.5px solid rgba(26,26,26,.22);border-top-color:currentColor;border-radius:50%;animation:bm-ui-spin .7s linear infinite}.bm-ui-spinner--lg{width:34px;height:34px;border-width:3.5px}.bm-ui-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px;text-align:center}.bm-ui-state-mark{width:88px;height:88px;border-radius:var(--bm-radius-card);background:var(--bm-role-surface-hover);display:flex;align-items:center;justify-content:center;color:var(--bm-navy);margin-bottom:22px}.bm-ui-state-title{margin:0 0 8px;font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-semibold);color:var(--bm-color-text-primary)}.bm-ui-state-text{margin:0;font-size:var(--bm-fs-body);line-height:var(--bm-lh-normal);color:var(--bm-color-text-secondary);max-width:300px}.bm-ui-state-text--error{color:var(--bm-color-error)}.bm-ui-card{background:var(--bm-color-bg-card);border-radius:var(--bm-radius-card);box-shadow:var(--bm-shadow-card-soft);padding:var(--bm-space-4)}.bm-ui-card--flat{box-shadow:none;border:1px solid var(--bm-border)}.bm-ui-card--elevated{box-shadow:var(--bm-shadow-elevated)}.bm-ui-section-title{display:flex;align-items:center;gap:var(--bm-space-2);margin:0;font-size:var(--bm-fs-h2);font-weight:var(--bm-fw-bold);color:var(--bm-color-text-primary);line-height:1.2}.bm-ui-section-title:before{content:"";width:4px;height:18px;border-radius:var(--bm-radius-pill);background:var(--bm-role-identity-bg);flex-shrink:0}.bm-ui-section-title--sm{font-size:var(--bm-fs-h3)}.bm-ui-section-title--navy:before{background:var(--bm-navy)}.bm-ui-list-row{display:flex;align-items:center;justify-content:space-between;gap:var(--bm-space-3);padding:var(--bm-space-3) 0;border-bottom:1px solid var(--bm-border);font-size:var(--bm-fs-body)}.bm-ui-list-row:last-child{border-bottom:none}.bm-ui-list-row-label{color:var(--bm-color-text-secondary);flex-shrink:0}.bm-ui-list-row-value{color:var(--bm-color-text-primary);text-align:right;word-break:break-word}@keyframes bm-ui-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.bm-ui-page *,.bm-ui-page *:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
