.confirm-dialog-overlay{z-index:99998;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#4a3c3161;justify-content:center;align-items:center;padding:1rem;animation:.18s brp-fadein;display:flex;position:fixed;inset:0}.confirm-dialog-panel{-webkit-backdrop-filter:blur(16px);box-sizing:border-box;width:100%;min-width:0;max-width:min(360px,100%);animation:confirm-dialog-in .22s var(--ease-bounce,cubic-bezier(.34, 1.56, .64, 1)) both;background:#fdfbf8f7;border:1px solid #ffffffb3;border-radius:16px;padding:1.75rem 2rem;box-shadow:0 16px 48px #5c4a3a38,0 4px 12px #5c4a3a1f}.confirm-dialog-title{color:var(--earthy-text);word-break:break-word;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.confirm-dialog-message{color:var(--earthy-text-light);word-break:break-word;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.confirm-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.confirm-dialog-actions button{min-height:var(--admin-touch-min,44px);box-sizing:border-box}.confirm-dialog-btn-cancel{border:1px solid var(--earthy-border,#ddd);color:var(--earthy-text-light);cursor:pointer;background:0 0;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .15s}.confirm-dialog-btn-confirm{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .15s}.confirm-dialog-btn-confirm--safe{background:var(--earthy-primary)}.confirm-dialog-btn-confirm--danger{background:var(--earthy-error)}@media (width<=768px){.confirm-dialog-overlay{padding:.75rem}.confirm-dialog-panel{padding:1.25rem}.confirm-dialog-actions{justify-content:stretch}.confirm-dialog-actions button{flex:calc(50% - .375rem);min-width:0}}.brp-container{background-color:var(--earthy-bg);background-image:radial-gradient(at 15% 20%,#d4a57433 0,#0000 55%),radial-gradient(at 85% 80%,#8b735526 0,#0000 55%);background-attachment:fixed;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;display:flex}.brp-login-wrapper{width:100%;max-width:400px;margin:auto;padding:24px 20px}.brp-login-card{-webkit-backdrop-filter:blur(20px)saturate(1.4);animation:login-card-in .42s var(--ease-bounce,cubic-bezier(.34, 1.56, .64, 1)) both;background:#ffffffd6;border:1px solid #ffffffb3;border-radius:20px;padding:44px 40px 36px;box-shadow:0 4px 24px #5c4a3a1f,0 1px 4px #5c4a3a12}@keyframes login-card-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.zen-icon{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;display:flex}.brp-title{color:var(--earthy-text);text-align:center;letter-spacing:2px;margin:0 0 6px;font-size:22px;font-weight:600}.brp-subtitle{color:var(--earthy-text-light);text-align:center;letter-spacing:2px;text-transform:uppercase;margin:0 0 28px;font-size:11px}.brp-input-group{flex-direction:column;display:flex}.brp-input{width:100%;color:var(--earthy-text);box-sizing:border-box;background:#ffffffe6;border:1.5px solid #8b735540;border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.brp-input:focus{border-color:var(--earthy-primary);background:#fff;box-shadow:0 0 0 3px #8b73551f}.brp-remember{align-items:center;gap:8px;margin:-4px 0;display:flex}.brp-remember label{color:var(--earthy-text-light);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:13.5px;display:flex}.brp-error{color:var(--earthy-error);text-align:center;background:#8b451314;border:1px solid #8b45132e;border-radius:8px;padding:9px 12px;font-size:13.5px}.brp-login-form .brp-button[type=submit]{background:var(--earthy-primary);color:#fff;cursor:pointer;width:100%;height:46px;transition:var(--transition-base);letter-spacing:.4px;border:none;border-radius:10px;flex-grow:1;flex-shrink:1;align-self:stretch;margin-top:4px;font-size:15.5px;font-weight:600;position:relative;overflow:hidden;box-shadow:0 2px 8px #8b735538,inset 0 1px #ffffff1f}.brp-login-form .brp-button[type=submit]:hover:not(:disabled){background:var(--earthy-primary-dark);transform:translateY(-1px);box-shadow:0 5px 14px #8b735552}.brp-login-form .brp-button[type=submit]:active:not(:disabled){transform:translateY(0)scale(.99);box-shadow:0 1px 4px #8b73552e}.brp-login-form .brp-button[type=submit]:disabled{opacity:.5;cursor:not-allowed;transform:none}.brp-login-footer{flex-direction:column;gap:10px;margin-top:4px;display:flex}.brp-login-footer .brp-button-secondary{width:100%;height:42px;color:var(--earthy-text);cursor:pointer;transition:var(--transition-base);background:0 0;border:1.5px solid #8b735552;border-radius:10px;flex-grow:1;align-self:stretch;font-size:14.5px;font-weight:500}.brp-login-footer .brp-button-secondary:hover{background:var(--earthy-hover-bg);border-color:var(--earthy-primary);transform:translateY(-1px)}.brp-login-footer .brp-button-secondary:active{transform:translateY(0)scale(.99)}.brp-forgot-link{text-align:center;margin-top:2px}.brp-forgot-link a,.brp-forgot-link button{color:var(--earthy-text-light);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:none;transition:color .15s}.brp-forgot-link a:hover,.brp-forgot-link button:hover{color:var(--earthy-primary);text-decoration:underline}.brp-zen-logo{object-fit:contain;width:100%;height:100%}.brp-login-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.brp-register-success{text-align:center;padding:1.5rem 0}.brp-register-success .brp-success-banner{justify-content:center;margin-bottom:1.2rem}.brp-register-success-btn{align-self:stretch;width:100%}.brp-register-row{gap:.5rem;display:flex}.brp-register-row .brp-input-group{flex:1}.brp-register-footer{text-align:center;margin-top:.5rem}.brp-register-login-link{color:var(--earthy-text-light);font-size:13.5px;text-decoration:none}.brp-register-login-link:hover{color:var(--earthy-primary);text-decoration:underline}.brp-loading-spinner{border:3px solid #8b735533;border-top-color:var(--earthy-primary);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.7s linear infinite brp-spin}@keyframes brp-spin{to{transform:rotate(360deg)}}@media (width<=480px){.brp-login-card{border-radius:16px;padding:36px 24px 28px}.brp-title{font-size:20px}}.brp-cp-main{width:100%;max-width:min(1200px,100%);padding:0 max(12px, env(safe-area-inset-left)) calc(var(--space-xl,2rem) + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));padding-top:max(.5rem, env(safe-area-inset-top));box-sizing:border-box;margin:0 auto}.brp-cp-section{margin-bottom:var(--space-md,1rem);border-radius:var(--radius-lg,14px);border:1px solid var(--earthy-border,#8b73552e);background:var(--earthy-card,#ffffffc7);box-shadow:var(--earthy-shadow-xs,0 1px 3px #5c4a3a14);padding:clamp(1rem,3vw,1.35rem)}.glass-panel.brp-cp-section,.glass-panel.brp-cp-accordion{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brp-cp-accordion{margin-bottom:var(--space-md,1rem);border-radius:var(--radius-lg,14px);border:1px solid var(--earthy-border,#8b73552e);background:var(--earthy-card,#ffffffc7);box-shadow:var(--earthy-shadow-sm,0 2px 8px #5c4a3a1a);padding:0;overflow:hidden}.brp-cp-accordion-trigger{justify-content:space-between;align-items:center;gap:var(--space-md,1rem);cursor:pointer;text-align:left;width:100%;min-height:52px;color:var(--earthy-text,#4a3c31);transition:var(--transition-fast,all .15s ease);background:0 0;border:none;margin:0;padding:clamp(1rem,3vw,1.25rem);display:flex}.brp-cp-accordion-trigger:hover{background:var(--earthy-hover-bg,#8b735512)}.brp-cp-accordion-title{font-size:var(--font-size-lg,1.125rem);font-weight:700}.brp-cp-accordion-chevron{border-right:2px solid var(--earthy-primary,#8b7355);border-bottom:2px solid var(--earthy-primary,#8b7355);flex-shrink:0;width:10px;height:10px;margin-top:-4px;transition:transform .2s;display:inline-block;transform:rotate(45deg)}.brp-cp-accordion-chevron--open{margin-top:4px;transform:rotate(225deg)}.brp-cp-accordion-body{border-top:1px solid var(--earthy-divider,#8b73551a);padding:0 clamp(1rem,3vw,1.25rem) clamp(1rem,3vw,1.35rem)}.brp-cp-subheading{margin:var(--space-md,1rem) 0 var(--space-sm,.75rem);font-size:var(--font-size-base,1rem);color:var(--earthy-text-secondary,#7a6855);font-weight:700}.brp-cp-prompt-nested{margin-top:var(--space-lg,1.35rem);padding-top:var(--space-md,1rem);border-top:1px dashed var(--earthy-divider,#8b735526)}.brp-cp-section-title{margin:0 0 var(--space-md,1rem);color:var(--earthy-text,#4a3c31);font-size:clamp(1.05rem,2.5vw,1.2rem);font-weight:700}.brp-cp-section-title--flush{margin-bottom:var(--space-md,1rem)}.brp-cp-section-head{justify-content:space-between;align-items:center;gap:var(--space-sm,.75rem);margin-bottom:var(--space-xs,.5rem);flex-wrap:wrap;display:flex}.brp-cp-section-title--inline{flex:min(200px,100%);margin:0}.brp-cp-section-sub{margin:0 0 var(--space-md,1rem);font-size:var(--font-size-sm,.875rem);color:var(--earthy-text-muted,#4a3c318c);line-height:1.55}.brp-cp-day-trigger{flex-shrink:0;min-height:44px}.brp-cp-banner{margin-bottom:var(--space-md,1rem);padding:var(--space-sm,.75rem) var(--space-md,1rem);border-radius:var(--radius-md,10px);background:var(--earthy-warning-light,#c4882a1a);color:var(--earthy-text,#4a3c31);font-size:var(--font-size-sm,.9375rem);align-items:center;gap:var(--space-md,1rem);border:1px solid #c4882a38;flex-wrap:wrap;justify-content:space-between;display:flex}.brp-cp-banner__text{flex:220px;margin:0;line-height:1.5}.brp-cp-banner__cta{flex-shrink:0;justify-content:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.brp-cp-form{gap:var(--space-md,1rem);flex-direction:column;display:flex}.brp-cp-field{flex-direction:column;gap:.35rem;display:flex}.brp-cp-field--compact{gap:.25rem}.brp-cp-field-label{font-size:var(--font-size-sm,.8125rem);color:var(--earthy-text-secondary,#7a6855);font-weight:600}.brp-cp-textarea{resize:vertical;min-height:4.5rem;font-size:var(--font-size-sm,.9375rem)}.brp-cp-textarea--sm{min-height:3rem;font-size:var(--font-size-sm,.875rem)}.brp-cp-select{max-width:100%;min-height:44px;font-size:var(--font-size-sm,.9375rem)}.brp-cp-actions{gap:var(--space-sm,.75rem);flex-wrap:wrap;display:flex}.brp-cp-empty{color:var(--earthy-text-muted,#4a3c318c);font-size:var(--font-size-sm,.9375rem);margin:0;line-height:1.5}.brp-cp-month-grid{gap:var(--space-md,1rem);grid-template-columns:1fr;display:grid}@media (width>=640px){.brp-cp-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.brp-cp-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.brp-cp-day-grid{gap:var(--space-md,1rem);grid-template-columns:1fr;display:grid}@media (width>=640px){.brp-cp-day-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.brp-cp-day-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.brp-cp-card{border-radius:var(--radius-md,12px);border:1px solid var(--earthy-border,#8b73552e);background:var(--earthy-surface-2,#ffffff85);padding:var(--space-md,1rem);gap:var(--space-sm,.65rem);flex-direction:column;min-width:0;transition:box-shadow .2s,border-color .2s;display:flex}.brp-cp-card:hover{box-shadow:var(--earthy-shadow-sm,0 2px 8px #5c4a3a1a);border-color:var(--earthy-border-focus,#8b735559)}.brp-cp-day-card.brp-cp-day-card--tone-adopted{background:#5a7a2e17;border-color:#5a7a2e42}.brp-cp-day-card.brp-cp-day-card--tone-adopted:hover{border-color:#5a7a2e5c;box-shadow:0 2px 10px #5a7a2e1f}.brp-cp-day-card.brp-cp-day-card--tone-rejected{background:#766e641c;border-color:#766e6438}.brp-cp-day-card.brp-cp-day-card--tone-rejected:hover{border-color:#766e6452;box-shadow:0 2px 8px #5c4a3a14}.brp-cp-month-card .brp-input,.brp-cp-day-card .brp-input{box-sizing:border-box;width:100%}.brp-cp-card-badge{font-size:var(--font-size-xs,.8125rem);letter-spacing:.04em;color:var(--earthy-primary,#8b7355);text-transform:uppercase;margin:0;font-weight:800;line-height:1.2}.brp-cp-month-card-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.brp-cp-month-edit-btn{min-height:36px;font-size:var(--font-size-sm,.875rem);opacity:0;pointer-events:none;flex-shrink:0;padding:.35rem .75rem;transition:opacity .2s}@media (hover:hover) and (width>=640px){.brp-cp-month-card:hover .brp-cp-month-edit-btn{opacity:1;pointer-events:auto}}@media (width<=639px){.brp-cp-month-card--show-edit .brp-cp-month-edit-btn{opacity:1;pointer-events:auto}}.brp-cp-month-view{min-height:2.5rem}.brp-cp-month-view-title{font-weight:700;font-size:var(--font-size-base,1rem);color:var(--earthy-text,#4a3c31);margin-bottom:.35rem;line-height:1.45}.brp-cp-month-view-notes{font-size:var(--font-size-sm,.875rem);color:var(--earthy-text-secondary,#7a6855);white-space:pre-wrap;line-height:1.5}.brp-cp-card-edit-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.15rem;display:flex}.brp-cp-card-save{align-self:stretch;min-height:44px;margin-top:auto}.brp-cp-card-edit-actions .brp-cp-card-save{flex:auto;min-width:120px;margin-top:0}.brp-cp-day-card-top{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}@media (width>=400px){.brp-cp-day-card-top{align-items:center}}.brp-cp-day-date-block{flex:auto;min-width:0}.brp-cp-day-gregorian{font-weight:800;font-size:var(--font-size-base,1rem);color:var(--earthy-text,#4a3c31);line-height:1.35}.brp-cp-day-lunar{font-size:var(--font-size-sm,.8125rem);color:var(--earthy-text-muted,#4a3c3185);margin-top:.25rem;line-height:1.4}.brp-cp-day-card-top-right{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.45rem;max-width:48%;display:flex}.brp-cp-day-edit-btn{min-height:36px;font-size:var(--font-size-xs,.8125rem);opacity:0;pointer-events:none;padding:.3rem .65rem;transition:opacity .2s}@media (hover:hover) and (width>=640px){.brp-cp-day-card:hover .brp-cp-day-edit-btn{opacity:1;pointer-events:auto}}@media (width<=639px){.brp-cp-day-card--show-edit .brp-cp-day-edit-btn{opacity:1;pointer-events:auto}}@media (hover:none) and (width>=640px){.brp-cp-month-edit-btn,.brp-cp-day-edit-btn{opacity:1;pointer-events:auto}}.brp-cp-day-view-extra{font-size:var(--font-size-xs,.8125rem);color:var(--earthy-text-secondary,#7a6855);margin-top:.45rem;line-height:1.45}.brp-cp-day-view-line{margin-top:.2rem}.brp-cp-day-meta{font-size:var(--font-size-xs,.8125rem);align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.brp-cp-day-cat{background:var(--earthy-info-light,#8b735517);color:var(--earthy-text-secondary,#7a6855);border-radius:6px;padding:.15rem .5rem}.brp-cp-day-status{font-size:var(--font-size-xs,.75rem);text-transform:none;letter-spacing:.02em;align-self:center;align-items:center;font-weight:700;line-height:1.25;display:inline-flex}.brp-cp-day-status--pending{color:var(--earthy-warning,#c4882a)}.brp-cp-day-status--adopted,.brp-cp-day-status--generated{color:var(--earthy-success,#5a7a2e)}.brp-cp-day-status--rejected{color:var(--earthy-text-muted,#4a3c3173)}.brp-cp-day-topic{font-size:var(--font-size-sm,.9375rem);color:var(--earthy-text,#4a3c31);white-space:pre-wrap;word-break:break-word;line-height:1.5}.brp-cp-day-actions{border-top:1px solid var(--earthy-divider,#8b73551a);flex-wrap:wrap;gap:.5rem;margin-top:.25rem;padding-top:.35rem;display:flex}.brp-cp-day-actions .brp-button-sm{min-height:40px}.brp-cp-shimmer{margin-bottom:var(--space-sm,.75rem);border-radius:var(--radius-md,10px)}.brp-cp-prompt-intro{margin:0 0 var(--space-md,1rem);font-size:var(--font-size-sm,.875rem);color:var(--earthy-text-secondary,#7a6855);line-height:1.55}.brp-cp-prompt-details{margin-bottom:var(--space-md,1rem);border:1px solid var(--earthy-border,#8b73552e);border-radius:var(--radius-md,10px);padding:var(--space-sm,.75rem) var(--space-md,1rem);background:#ffffff73}.brp-cp-prompt-details:last-child{margin-bottom:0}.brp-cp-prompt-summary{cursor:pointer;color:var(--earthy-text,#4a3c31);padding:.35rem 0;font-weight:600;list-style:none}.brp-cp-prompt-summary::-webkit-details-marker{display:none}.brp-cp-prompt-meta{margin:0 0 var(--space-sm,.75rem);font-size:var(--font-size-xs,.8125rem);color:var(--earthy-text-muted,#4a3c3180);line-height:1.45}.brp-cp-prompt-block{margin-bottom:var(--space-sm,.75rem)}.brp-cp-prompt-block:last-child{margin-bottom:0}.brp-cp-prompt-label{font-size:var(--font-size-xs,.75rem);text-transform:uppercase;letter-spacing:.04em;color:var(--earthy-text-muted,#4a3c3173);margin-bottom:.35rem;font-weight:600}.brp-cp-prompt-pre{padding:var(--space-sm,.75rem);max-height:min(380px,45vh);font-size:var(--font-size-xs,.75rem);white-space:pre-wrap;word-break:break-word;border-radius:var(--radius-sm,8px);border:1px solid var(--earthy-divider,#8b73551a);color:var(--earthy-text,#4a3c31);-webkit-overflow-scrolling:touch;background:#ffffffe6;margin:0;font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;line-height:1.45;overflow:auto}.brp-ps-main{max-width:980px;margin:0 auto;padding:1.25rem}.brp-ps-main--embedded{padding:1rem}@media (width<=768px){.brp-ps-main{padding:1rem .75rem}}.brp-ps-header{margin-bottom:.9rem}.brp-ps-lead{color:var(--zen-text-secondary);margin:0;font-size:.9rem}.brp-ps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}@media (width<=768px){.brp-ps-grid{gap:1.25rem}}.brp-ps-card{border-radius:12px;padding:1rem}@media (width<=768px){.brp-ps-card{padding:1.25rem}}.brp-ps-cardHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.brp-ps-cardHead h3{margin:0}.brp-ps-permList{gap:.5rem;display:grid}.brp-ps-row{background:#ffffff73;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .65rem;display:flex}.brp-ps-sectionSpaced{margin-top:.9rem}.brp-ps-sectionTitle{color:var(--earthy-text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.brp-ps-sectionTitle--tight{margin-bottom:.25rem}.brp-ps-modelGrid{gap:.4rem;margin-top:.55rem;display:grid}.brp-ps-modelRow{background:#ffffff73;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .6rem;display:flex}.brp-ps-modelRow span{word-break:break-all;font-size:.85rem}.brp-ps-page .switch{flex-shrink:0;width:48px;height:24px;display:inline-block;position:relative}.brp-ps-page .switch input{opacity:0;width:0;height:0}.brp-ps-page .slider{cursor:pointer;background-color:var(--zen-border);transition:all .4s;position:absolute;inset:0}.brp-ps-page .slider:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}.brp-ps-page .switch input:checked+.slider{background-color:var(--zen-primary)}.brp-ps-page .switch input:focus+.slider{box-shadow:0 0 1px var(--zen-primary)}.brp-ps-page .switch input:checked+.slider:before{transform:translate(24px)}.brp-ps-page .slider.round{border-radius:24px}.brp-ps-page .slider.round:before{border-radius:50%}@media (width<=768px){.brp-ps-grid{grid-template-columns:1fr}.brp-ps-row{align-items:center;gap:.5rem;min-height:44px}.brp-ps-modelRow{align-items:center;min-height:44px}.brp-ps-cardHead{align-items:center}.brp-ps-row>span,.brp-ps-modelRow>span{overflow-wrap:anywhere;min-width:0}.brp-ps-page .switch{width:56px;height:32px}.brp-ps-page .slider:before{width:26px;height:26px}}.public-feed-container{background:var(--earthy-bg);min-height:100vh;color:var(--earthy-text);font-family:Inter,-apple-system,sans-serif}.public-feed-container--fixedHeader{min-height:100vh;padding-top:60px}.feed-header{z-index:1000;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--earthy-divider);background:#ffffffd9;padding:.75rem 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 1.5rem;display:flex}.logo-section{cursor:default;align-items:center;gap:.75rem;display:flex}.site-logo{object-fit:cover;border-radius:6px;width:32px;height:32px}.logo-text{letter-spacing:-.5px;color:var(--earthy-text);font-size:1.25rem;font-weight:700}.dashboard-btn,.login-entry-btn{cursor:pointer;box-sizing:border-box;border-radius:100px;justify-content:center;align-items:center;height:40px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.dashboard-btn{background:var(--earthy-primary);color:#fff;border:none}.dashboard-btn:hover{background:var(--earthy-primary-dark)}.login-entry-btn{border:1px solid var(--earthy-border);color:var(--earthy-text-secondary);background:0 0}.login-entry-btn:hover{background:var(--earthy-hover-bg);color:var(--earthy-text)}.reader-profile{cursor:pointer;background:var(--earthy-hover-bg);border-radius:100px;flex-direction:column;align-items:center;padding:.3rem 1rem;transition:all .2s;display:flex}.reader-profile:hover{background:var(--earthy-active-bg)}.reader-name{color:var(--earthy-text);font-size:.875rem;font-weight:600}.logout-hint{color:var(--earthy-text-muted);margin-top:-2px;font-size:.65rem}.hero-section{text-align:center;background:linear-gradient(180deg, #ffffffb3 0%, var(--earthy-bg) 100%);padding:1.25rem 1.5rem .75rem}.hero-content{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:grid}.hero-title{letter-spacing:-1px;color:var(--earthy-text);margin-bottom:1rem;font-size:3rem;font-weight:800}.hero-tagline{font-size:var(--public-body-md);color:var(--earthy-text-secondary);grid-column:2;max-width:600px;margin:0;font-weight:300}.discover-order-controls{background:#ffffffb8;border:1px solid #8b73552e;border-radius:999px;grid-column:3;justify-self:end;align-items:center;gap:.2rem;padding:.2rem;display:inline-flex;box-shadow:0 1px 4px #4634220a}.discover-order-btn{min-width:3rem;height:1.9rem;color:var(--earthy-text-secondary);font-size:var(--public-body-sm);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:0 .7rem;font-weight:500;transition:background .18s,color .18s,box-shadow .18s}.discover-order-btn:hover{color:var(--earthy-text);background:var(--earthy-hover-bg)}.discover-order-btn.active{color:var(--earthy-primary);background:#fff;box-shadow:0 1px 5px #46342214}.feed-main{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem 5rem}.feed-sentinel{height:1px}.waterfall-container,.public-feed-container.mode-bookmarks .waterfall-container,.public-feed-container.mode-following .waterfall-container{column-count:5;column-fill:balance;-moz-column-fill:balance;-webkit-column-fill:balance;column-gap:1.25rem;width:100%;display:block}@media (width<=1600px){.waterfall-container,.public-feed-container.mode-bookmarks .waterfall-container,.public-feed-container.mode-following .waterfall-container{column-count:4}}@media (width<=1100px){.waterfall-container,.public-feed-container.mode-bookmarks .waterfall-container,.public-feed-container.mode-following .waterfall-container{column-count:3}}@media (width<=768px){.waterfall-container,.public-feed-container.mode-bookmarks .waterfall-container,.public-feed-container.mode-following .waterfall-container{column-count:2;column-gap:.75rem}}.feed-item{break-inside:avoid;border-radius:var(--public-card-radius);border:var(--public-card-border);box-shadow:var(--public-card-shadow);cursor:pointer;vertical-align:top;background:#ffffffeb;width:100%;margin-bottom:1.25rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-block;overflow:hidden}.feed-item:focus-visible{outline:3px solid color-mix(in srgb, var(--earthy-primary) 55%, transparent);outline-offset:3px}@media (hover:hover){.feed-item:hover{box-shadow:var(--public-card-shadow-hover);border-color:var(--earthy-primary-light);transform:translateY(-3px)}.feed-item:hover .carousel-nav{opacity:1}}@media (hover:none){.feed-item{box-shadow:var(--earthy-shadow-xs)!important;transform:none!important}.carousel-nav{display:none!important}}.item-image-wrapper{background:var(--earthy-border);width:100%;position:relative;overflow:hidden}.item-video-wrapper{aspect-ratio:4/5;background:linear-gradient(160deg,#3d3d3d 0%,#1a1a1a 100%);width:100%;position:relative;overflow:hidden}.item-video-wrapper--has-poster{background:#141414}.item-video-wrapper--no-poster{min-height:200px}.item-video{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}.item-video-play-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000000a 0%,#00000047 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.item-video-play-icon{filter:drop-shadow(0 2px 10px #00000080);justify-content:center;align-items:center;display:flex}.item-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s}.item-image.loaded{opacity:1}.item-image.base{z-index:1;position:relative}.item-image.overlay{opacity:0;z-index:2;position:absolute;top:0;left:0}.item-image.overlay.fade-in{opacity:1}.item-image.error{object-fit:contain;background:var(--earthy-hover-bg);padding:2rem}.waterfall-carousel{background:var(--earthy-hover-bg);width:100%;height:100%;position:relative}.carousel-nav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;z-index:10;width:32px;height:32px;color:var(--earthy-text);background:#ffffff73;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:opacity .3s,background-color .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav.prev{left:8px}.carousel-nav.next{right:8px}.carousel-nav:hover{background:#ffffffe6;transform:translateY(-50%)scale(1.1)}@media (width<=768px){.carousel-nav{display:none!important}}.carousel-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.carousel-dots .dot{appearance:none;background:#ffffff80;border:0;border-radius:50%;width:6px;height:6px;padding:0;transition:background-color .3s,transform .3s}.carousel-dots .dot.active{background:#fff;transform:scale(1.3)}.carousel-dots .dot:focus-visible,.carousel-nav:focus-visible{outline-offset:2px;outline:3px solid #fff}.gassho-interaction,.item-org-info{appearance:none;color:inherit;font:inherit;text-align:inherit;background:0 0;border:0;padding:0}.image-count-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0006;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:500;position:absolute;top:12px;right:12px}.image-placeholder{height:100%;color:var(--earthy-text-muted);justify-content:center;align-items:center;display:flex}.item-info{padding:.6rem .85rem .75rem}.item-title{font-size:var(--public-title-md);font-weight:var(--public-heading-weight);color:var(--earthy-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;line-height:1.4;display:-webkit-box;overflow:hidden}.item-title-link{color:inherit;text-decoration:none}.item-title-link:hover{text-underline-offset:.18em;text-decoration:underline}.item-title-link:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid}.item-summary{font-size:var(--public-body-sm);color:var(--earthy-text-secondary);-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:.75rem;line-height:1.6;display:-webkit-box;overflow:hidden}.item-interactions{justify-content:center;align-items:center;gap:1rem;padding-top:.25rem;display:flex}.gassho-interaction,.bookmark-interaction{color:var(--earthy-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.78rem;transition:color .2s;display:flex}.gassho-interaction:hover,.bookmark-interaction:hover{color:var(--earthy-primary)}.gassho-interaction .count{font-variant-numeric:tabular-nums}.bookmark-interaction.active{color:var(--earthy-warning)}.bookmark-interaction.active svg{stroke:var(--earthy-warning);fill:var(--earthy-warning)}.item-org-info{border-top:1px solid var(--earthy-divider);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;transition:opacity .2s;display:flex}.item-org-info:hover{opacity:.8}.feed-org-logo{object-fit:cover;border-radius:50%;width:20px;height:20px}.feed-org-name{color:var(--earthy-text-secondary);font-size:.75rem;font-weight:500}.feed-item.text-only{padding-top:1rem;position:relative}.feed-item.text-only:before{content:"\"";color:var(--earthy-border);font-family:serif;font-size:3rem;line-height:1;position:absolute;top:1rem;left:1rem}.feed-item.text-only .item-info{padding-top:1.5rem}.feed-item.text-only .item-title{-webkit-line-clamp:3;line-clamp:3;margin-bottom:.75rem;font-size:1.1rem}.feed-sub-nav{border-bottom:1px solid var(--earthy-divider);justify-content:center;gap:2rem;max-width:1200px;margin:1.5rem auto;display:flex}.sub-nav-item{font-size:var(--public-body-md);color:var(--earthy-text-secondary);cursor:pointer;background:0 0;border:none;margin-bottom:-1px;padding:.75rem .5rem;font-weight:500;transition:color .2s;position:relative}.sub-nav-item:hover{color:var(--earthy-primary)}.sub-nav-item.active{color:var(--earthy-primary);font-weight:700}.sub-nav-item.active:after{content:"";background:var(--earthy-primary);border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:-1px;left:0}.load-more-wrapper{text-align:center;justify-content:center;width:100%;margin-top:4rem;display:flex}.load-more-btn{border:1px solid var(--earthy-border);color:var(--earthy-text-secondary);cursor:pointer;box-sizing:border-box;background:#ffffffe0;border-radius:100px;justify-content:center;align-items:center;height:44px;padding:.75rem 2.5rem;font-weight:500;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.load-more-btn:hover{border-color:var(--earthy-primary);color:var(--earthy-primary);background:var(--earthy-hover-bg)}.empty-state{text-align:center;color:var(--earthy-text-secondary);flex-direction:column;align-items:center;padding:4rem 0;display:flex}.empty-icon{margin-bottom:1rem;font-size:3rem}@media (width<=768px){.hero-title{font-size:2rem}.hero-tagline{font-size:var(--public-body-sm)}.feed-main{padding:.75rem .5rem 5rem}.feed-item{border-radius:8px;margin-bottom:.5rem}.item-info{padding:.5rem .65rem .6rem}.item-title{font-size:1rem;line-height:1.4}.hero-section{padding:1rem 1rem .5rem}.hero-content{grid-template-columns:1fr;gap:.55rem}.hero-tagline,.discover-order-controls{grid-column:1;justify-self:center}}@media (width<=480px){.waterfall-container,.public-feed-container.mode-bookmarks .waterfall-container,.public-feed-container.mode-following .waterfall-container{column-count:2;column-gap:.4rem}.feed-main{padding:.5rem .4rem calc(5rem + env(safe-area-inset-bottom))}.feed-item{border-radius:6px}.item-info{padding:.4rem .5rem .5rem}.item-title{margin-bottom:.25rem;font-size:.95rem}.item-interactions{gap:.75rem}.gassho-interaction,.bookmark-interaction{font-size:.78rem}.gassho-interaction svg,.bookmark-interaction svg{width:16px;height:14px}}.post-detail-container{background:#fffffff5;max-width:780px;min-height:100vh;margin:0 auto;padding:1rem 1.5rem 6rem}.article-header{text-align:center;border-bottom:1px solid var(--earthy-divider);margin-bottom:2rem;padding:1.5rem 0 2rem}.post-title{color:var(--earthy-text);letter-spacing:-.3px;margin-bottom:1.25rem;font-family:Source Han Serif SC,Noto Serif SC,Songti SC,STSong,SimSun,Georgia,serif;font-size:2rem;font-weight:900;line-height:1.35}.post-tags-center{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag{appearance:none;color:var(--earthy-primary);background:var(--earthy-error-light);cursor:pointer;white-space:nowrap;border:0;border-radius:100px;padding:.3rem .85rem;font-size:.82rem;font-weight:500;transition:background .2s}.tag:hover{background:#8b451324}.article-meta{color:var(--earthy-text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.meta-avatar{object-fit:cover;cursor:pointer;border-radius:50%;width:28px;height:28px}.meta-author{color:var(--earthy-text-secondary);cursor:pointer;font-weight:600}.meta-author:hover{color:var(--earthy-primary)}.meta-divider{color:var(--earthy-border)}.meta-date{color:var(--earthy-text-muted)}.magazine-body{color:var(--earthy-text);font-family:Source Han Serif SC,Noto Serif SC,Songti SC,STSong,SimSun,Georgia,Times New Roman,serif;font-size:1.05rem;line-height:2;overflow:hidden}.magazine-paragraph{text-align:justify;text-indent:2em;word-break:break-word;margin-bottom:1.75em}.magazine-paragraph:first-of-type{text-indent:0}.magazine-paragraph:first-of-type:first-letter{float:left;color:var(--earthy-primary);margin:.05em .1em 0 0;font-family:Source Han Serif SC,Noto Serif SC,Songti SC,STSong,SimSun,Georgia,serif;font-size:3.2em;font-weight:900;line-height:.85}.magazine-hero{box-shadow:var(--earthy-shadow);background:0 0;border-radius:14px;margin:0 0 2.5rem;overflow:hidden}.magazine-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;line-height:0;display:block}.magazine-hero img{vertical-align:middle;width:100%;height:auto;display:block}.magazine-hero-video{background:#111;width:100%;height:auto;max-height:min(85vh,960px);display:block}.magazine-inline-image{box-shadow:var(--earthy-shadow-sm);clear:both;background:0 0;border-radius:14px;margin:2rem auto 2.5rem;transition:transform .3s;overflow:hidden}.magazine-inline-image:hover{transform:scale(1.01)}.magazine-inline-image img{object-fit:contain;vertical-align:middle;width:100%;height:auto;display:block}.magazine-img-right,.magazine-img-left{float:none;shape-outside:none;width:100%;margin:2rem auto 2.5rem}.magazine-img-center{float:none;width:100%;margin:2rem 0}.post-image-preview-open{overflow:hidden}.post-image-lightbox{z-index:5000;padding:max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(10px);background:#0d0a07eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.post-image-lightbox-img{object-fit:contain;border-radius:12px;width:auto;max-width:min(96vw,920px);height:auto;max-height:92vh;box-shadow:0 24px 80px #00000073}.post-image-lightbox-close{top:calc(16px + env(safe-area-inset-top));right:calc(16px + env(safe-area-inset-right));color:#fff;cursor:pointer;z-index:5001;background:#ffffff1f;border:1px solid #ffffff42;border-radius:50%;width:44px;height:44px;font-size:2rem;line-height:1;position:fixed}.article-action-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--earthy-border);max-width:420px;box-shadow:var(--earthy-shadow-sm);z-index:20;background:#f8f6f3eb;border-radius:100px;justify-content:space-between;align-items:center;margin:3rem auto 0;padding:.6rem .75rem .6rem 1rem;display:flex;position:sticky;bottom:1.5rem}.action-bar-left{appearance:none;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-shrink:1;align-items:center;gap:.5rem;min-width:0;padding:0;display:flex}.action-bar-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.action-bar-name{color:var(--earthy-text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.action-bar-right{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.action-follow-btn{background:var(--earthy-error);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.action-follow-btn.following{color:var(--earthy-primary-dark);opacity:.75;background:#8b735529;border:1px solid #8b735573}.action-follow-btn:hover{opacity:.9}.action-gassho-btn{color:var(--earthy-primary);border:1px solid var(--earthy-error-border);cursor:pointer;background:#fff5f6;border-radius:100px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:transform .15s}.action-gassho-btn:active,.action-share-btn:active{transform:scale(.95)}.action-share-btn{background:var(--earthy-info-light);color:var(--earthy-primary);border:1px solid var(--earthy-border);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.action-bookmark-btn{background:var(--earthy-warning-light);color:var(--earthy-warning);cursor:pointer;border:1px solid #c4882a26;border-radius:100px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;transition:all .2s}.action-bookmark-btn.active{background:var(--earthy-warning-light);border-color:var(--earthy-warning)}.action-bookmark-btn:active{transform:scale(.95)}.comments-section{clear:both;border-top:1px solid #f0f0f0;margin-top:4rem;padding-top:2.5rem}.comments-title{color:var(--earthy-text);margin-bottom:1.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:700}.comment-input-box{background:var(--earthy-hover-bg);border:1px solid var(--earthy-divider);border-radius:12px;margin-bottom:2rem;padding:1rem}.comment-input-box textarea{resize:none;background:0 0;border:none;width:100%;min-height:72px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;line-height:1.6}.comment-input-box textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--earthy-primary) 45%, transparent);outline-offset:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-detail-container :is(button,a):focus-visible{outline:3px solid color-mix(in srgb, var(--earthy-primary) 55%, transparent);outline-offset:2px}.comment-input-box button{background:var(--earthy-primary);color:#fff;cursor:pointer;float:right;border:none;border-radius:100px;margin-top:.5rem;padding:.45rem 1.25rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.comment-input-box button:disabled{opacity:.25;cursor:not-allowed}.comment-input-box button:hover:not(:disabled){opacity:.85}.comments-list{clear:both}.comment-item{border-bottom:1px solid var(--earthy-divider);padding:1.25rem 0}.comment-author{color:var(--earthy-text);margin-bottom:.3rem;font-size:.9rem;font-weight:600}.comment-content{color:var(--earthy-text-secondary);font-size:.95rem;line-height:1.6}.comment-date{color:var(--earthy-text-muted);margin-top:.4rem;font-size:.75rem}.no-comments{text-align:center;color:var(--earthy-text-muted);padding:2rem 0;font-size:.9rem}.detail-loading,.detail-error{min-height:60vh;color:var(--earthy-text-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.post-fetch-error{text-align:center;color:var(--earthy-error);padding:3rem}.post-fetch-error-retry{background:var(--earthy-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.5rem 1.5rem}@media (width>=769px){.sticky-mobile-bar{display:none!important}}@media (width<=768px){.post-detail-container{padding:0 0 calc(5rem + env(safe-area-inset-bottom));max-width:100%;overflow-x:hidden}.public-sidebar{display:none!important}.public-main{padding-left:0!important;padding-right:0!important}.article-header{border-bottom:none;margin-bottom:0;padding:1.25rem 1rem 1rem}.sticky-mobile-bar{top:calc(60px + env(safe-area-inset-top) + 8px);width:92%;max-width:400px;z-index:var(--z-page-sticky);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--earthy-shadow-sm);border:1px solid var(--earthy-border);background:#fffffff2;border-radius:100px;justify-content:space-between;align-items:center;margin:0 auto 1.5rem;padding:.5rem 1rem;display:flex;position:sticky;left:0;right:0}.desktop-action-bar{display:none!important}.post-title{margin-bottom:.75rem;font-size:1.8rem}.magazine-body{padding:0;font-weight:400;line-height:1.8;overflow:hidden}.magazine-paragraph{text-align:justify;margin-bottom:1.5em;padding-left:1rem;padding-right:1rem;font-size:20px!important;line-height:1.8!important}.action-bar-left{flex:1;align-items:center;margin-right:10px;display:flex;overflow:hidden}.marquee-container{white-space:nowrap;flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.marquee-name{color:var(--earthy-text);padding-left:0;font-size:.95rem;font-weight:600;animation:10s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.action-bar-right{gap:6px;display:flex}.action-btn{border:1px solid var(--earthy-border);white-space:nowrap;min-height:var(--public-touch-min);background:#f8f6f3eb;border-radius:100px;align-items:center;gap:4px;padding:.4rem .8rem;font-size:.9rem;display:flex;font-family:system-ui,-apple-system,sans-serif!important}.action-follow-btn{padding:.4rem 1rem;font-weight:600;background-color:var(--earthy-primary)!important;color:#fff!important;border:none!important}.action-follow-btn.following{opacity:.75;color:var(--earthy-primary-dark)!important;background-color:#8b735529!important;border:1px solid #8b735573!important}.action-bookmark-btn.active{color:var(--earthy-warning);background:var(--earthy-warning-light);border-color:#c4882a59}.magazine-paragraph:first-of-type:first-letter{font-size:2.6em}.magazine-img-right,.magazine-img-left{float:none;width:100%;margin:1.5rem 0}.magazine-hero{width:100%;max-width:100%;box-shadow:none;border-radius:0;margin:0 0 2rem}.magazine-inline-image{width:100%;max-width:100%;box-shadow:none;border-radius:0;margin-left:0;margin-right:0}.magazine-image-button{cursor:zoom-in}.post-image-lightbox{padding:max(12px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left))}.post-image-lightbox-img{border-radius:8px;max-width:100vw;max-height:94vh}.comments-section{padding-left:1rem;padding-right:1rem}.article-meta{justify-content:center;margin-top:5px}.meta-desktop-only{display:none!important}.post-tags-center{justify-content:center}}@media (width<=480px){.post-detail-container{padding:0 0 calc(5rem + env(safe-area-inset-bottom));box-sizing:border-box;width:100%}.sticky-mobile-bar{margin:0 .75rem 1.5rem}.post-title{font-size:1.75rem}.action-bar-avatar{width:32px;height:32px}}.comment-feedback{text-align:center;border-radius:8px;margin:1rem 0;padding:.75rem 1rem;font-size:.9rem;animation:.3s fadeIn}.comment-feedback.success{background:var(--earthy-success-light);color:var(--earthy-success);border:1px solid var(--earthy-success-border)}.comment-feedback.error{background:var(--earthy-error-light);color:var(--earthy-primary);border:1px solid var(--earthy-error-border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sticky-mobile-bar{transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-radius .3s}.sticky-mobile-bar.sticky-bottom{max-width:400px;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpBar;top:auto!important;bottom:calc(68px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(20px)!important;width:90%!important;box-shadow:var(--earthy-shadow)!important;z-index:var(--z-page-sticky)!important;background:#ffffffbf!important;border:1px solid #ffffff4d!important;margin:0!important;position:fixed!important;left:50%!important;transform:translate(-50%)!important}@keyframes slideUpBar{0%{opacity:0;transform:translate(-50%,100px)}to{opacity:1;transform:translate(-50%)}}.dojos-page{width:100%;max-width:1200px;margin:0 auto;padding:1.75rem 1rem 2.5rem}.dojos-header{border-bottom:1px solid #8b73551f;flex-direction:column;gap:1.1rem;margin-bottom:1.65rem;padding-bottom:1.25rem;display:flex}.dojos-top-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dojos-title{font-size:var(--public-title-xl);font-weight:var(--public-title-weight);color:var(--earthy-text);letter-spacing:.01em;font-feature-settings:"kern" 1;margin:0}.dojos-search{width:min(520px,100%);position:relative}.dojos-search-input{border:1px solid var(--earthy-border);width:100%;min-height:44px;color:var(--earthy-text);transition:var(--transition-base);background:#ffffffd9;border-radius:999px;outline:none;padding:.65rem 2.25rem .65rem .95rem}.dojos-search-input:focus{border-color:#8b73558c;box-shadow:0 0 0 4px #d4a5742e}.dojos-search-clear{width:var(--public-touch-min);height:var(--public-touch-min);color:var(--earthy-text-secondary);cursor:pointer;transition:var(--transition-fast);background:#ffffffe6;border:1px solid #8b735540;border-radius:999px;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.dojos-search-clear:hover{background:var(--earthy-hover-bg);color:var(--earthy-primary)}.dojos-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.dojo-card{border-radius:var(--public-card-radius);border:var(--public-card-border);-webkit-backdrop-filter:blur(10px);box-shadow:var(--public-card-shadow);color:inherit;background:linear-gradient(165deg,#ffffffeb 0%,#fcf8f2e0 100%);flex-direction:column;justify-content:space-between;gap:.9rem;min-height:152px;padding:1.05rem 1.1rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.dojo-card:hover,.dojo-card:focus-visible{box-shadow:var(--public-card-shadow-hover);border-color:#8b735559;transform:translateY(-2px)}.dojo-card-top{align-items:center;gap:.85rem;display:flex}.dojo-card-logo{object-fit:cover;width:54px;height:54px;box-shadow:var(--earthy-shadow-xs);background:#ffffffb3;border:2px solid #ffffffbf;border-radius:50%;flex-shrink:0}.dojo-card-meta{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;min-width:0;display:flex}.dojo-card-name{color:var(--earthy-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.dojo-card-latest{color:var(--earthy-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.35;display:-webkit-box;overflow:hidden}.dojo-card-latest-list{gap:.2rem;width:100%;margin:0;padding:0;list-style:none;display:grid}.dojo-card-latest-item{color:var(--earthy-text-muted);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;padding-left:.7rem;font-size:.82rem;line-height:1.35;display:-webkit-box;position:relative;overflow:hidden}.dojo-card-latest-item:before{content:"•";color:#8b7355bf;position:absolute;top:0;left:0}.dojo-card-cta{color:var(--earthy-primary);border-top:1px dashed #8b735540;justify-content:space-between;align-items:center;padding-top:.35rem;font-size:.9rem;font-weight:700;display:flex}.dojo-card-arrow{transition:transform .18s}.dojo-card:hover .dojo-card-arrow{transform:translate(2px)}.dojos-footer{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.4rem;display:flex}.dojos-load-more{border:1.5px solid var(--earthy-primary);min-height:44px;color:var(--earthy-primary);cursor:pointer;transition:var(--transition-base);background:0 0;border-radius:999px;padding:.55rem 1.4rem;font-weight:700}.dojos-load-more:hover:not(:disabled){background:var(--earthy-hover-bg)}.dojos-load-more:disabled{opacity:.6;cursor:not-allowed}.dojos-load-more-inner{justify-content:center;align-items:center;min-width:96px;height:20px;display:inline-flex}.dojos-load-more-dots{background:linear-gradient(90deg,#d4a5741a 0%,#d4a5744d 45%,#d4a5741a 100%) 0 0/200% 100%;border-radius:999px;width:64px;height:14px;animation:1.05s linear infinite dojosShimmer}@keyframes dojosShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dojos-load-more-dots{animation:none}}.dojos-end,.dojos-hint{color:var(--earthy-text-muted);text-align:center;max-width:44rem;font-size:.88rem}.dojos-empty{text-align:center;background:linear-gradient(#ffffffe6 0%,#faf5eebf 100%);border:1px solid #8b73552e;border-radius:20px;max-width:560px;margin:2.5rem auto 0;padding:2.25rem 1.5rem;box-shadow:0 8px 28px #8b73550f}.dojos-empty-title{color:var(--earthy-text);letter-spacing:.02em;margin-bottom:.4rem;font-size:1.12rem;font-weight:800}.dojos-empty-desc{color:var(--earthy-text-muted);font-size:.95rem;line-height:1.55}.dojos-empty-btn{min-height:44px;color:var(--earthy-text);cursor:pointer;transition:var(--transition-fast);background:#d4a5741a;border:1px solid #8b735547;border-radius:999px;margin-top:1rem;padding:.55rem 1.3rem;font-weight:700}.dojos-empty-btn:hover{background:#d4a57429}@media (width<=1024px){.dojos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.dojos-page{padding:1.25rem 1rem calc(2rem + env(safe-area-inset-bottom))}.dojos-top-row{flex-direction:column;align-items:stretch;gap:.85rem}.dojos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}}@media (width<=480px){.dojos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.dojo-card{min-height:128px;padding:.8rem .75rem}.dojo-card-logo{width:44px;height:44px}}.tags-page-container{width:100%;max-width:none;margin:0;padding:0}.tags-main{width:100%;max-width:none;margin:0;padding:2rem 2rem 3.5rem}.tags-header{border-bottom:1px solid #8b73551f;flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.tags-top-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.tags-title{font-size:var(--public-title-xl);font-weight:var(--public-title-weight);color:var(--earthy-text);margin-bottom:.35rem}.tags-subtitle{color:var(--earthy-text-secondary);font-size:var(--public-body-md);margin:0}.tags-controls{justify-content:space-between;align-items:center;gap:1rem;display:flex}.tags-search{border:1px solid var(--earthy-border);width:min(520px,100%);height:44px;color:var(--earthy-text);transition:var(--transition-fast);background:#ffffffd1;border-radius:12px;padding:0 .95rem;font-size:.95rem}.tags-search:focus{border-color:var(--earthy-primary);outline:none;box-shadow:0 0 0 3px #8b735524}.tags-sort-switch{border:1px solid var(--earthy-border);background:#ffffffc2;border-radius:999px;padding:.2rem;display:inline-flex}.tags-sort-btn{min-height:var(--public-touch-min);color:var(--earthy-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:700}.tags-sort-btn.active{background:var(--earthy-primary);color:#fff}.tags-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.9rem;width:100%;display:grid}.tags-cloud{flex-wrap:wrap;gap:.55rem .65rem;margin:0 0 1.35rem;padding:.35rem 0;display:flex}.tag-cloud-item{min-height:var(--public-touch-min);color:var(--earthy-primary-dark);cursor:pointer;animation:.35s both cloudBubbleIn;animation-delay:var(--delay,0s);background:#ffffffbf;border:1px solid #8b73553d;border-radius:999px;align-items:center;gap:.24rem;padding:.34rem .72rem;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 1px 4px #5c4a3a14}.tag-cloud-item:hover{border-color:var(--earthy-primary);box-shadow:var(--earthy-shadow-sm);transform:translateY(-2px)scale(1.04)}.tag-cloud-item.level-1{opacity:.82;font-size:.76rem}.tag-cloud-item.level-2{opacity:.88;font-size:.82rem}.tag-cloud-item.level-3{opacity:.93;font-size:.89rem}.tag-cloud-item.level-4{font-size:.96rem}.tag-cloud-item.level-5{background:#d4a5742e;font-size:1.04rem}.delay-hot-0{animation-delay:0s}.delay-hot-1{animation-delay:80ms}.delay-hot-2{animation-delay:.16s}.delay-hot-3{animation-delay:.24s}.delay-hot-4{animation-delay:.32s}.delay-hot-5{animation-delay:.4s}.delay-hot-6{animation-delay:.48s}.delay-hot-7{animation-delay:.56s}.delay-hot-8{animation-delay:.64s}.delay-hot-9{animation-delay:.72s}.delay-hot-10{animation-delay:.8s}.delay-hot-11{animation-delay:.88s}.delay-hot-12{animation-delay:.96s}.tag-cloud-hash{color:var(--earthy-primary);opacity:.86}.tag-card{border-radius:var(--public-card-radius);box-shadow:var(--public-card-shadow);border:var(--public-card-border);cursor:pointer;box-sizing:border-box;-webkit-backdrop-filter:blur(8px);text-align:left;width:100%;min-height:108px;animation:.35s both tagCardIn;animation-delay:var(--delay,0s);background:#ffffffe0;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:1rem 1rem .9rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.tag-card:hover{box-shadow:var(--public-card-shadow-hover);border-color:var(--earthy-primary);transform:translateY(-4px)scale(1.01)}.tag-card-header{align-items:flex-start;gap:1rem;width:100%;display:flex}.delay-grid-0{animation-delay:0s}.delay-grid-1{animation-delay:30ms}.delay-grid-2{animation-delay:60ms}.delay-grid-3{animation-delay:90ms}.delay-grid-4{animation-delay:.12s}.delay-grid-5{animation-delay:.15s}.delay-grid-6{animation-delay:.18s}.delay-grid-7{animation-delay:.21s}.delay-grid-8{animation-delay:.24s}.delay-grid-9{animation-delay:.27s}.delay-grid-10{animation-delay:.3s}.delay-grid-11{animation-delay:.33s}.delay-grid-12{animation-delay:.36s}.delay-grid-13{animation-delay:.39s}.delay-grid-14{animation-delay:.42s}.delay-grid-15{animation-delay:.45s}.tag-icon{background:var(--earthy-hover-bg);width:36px;height:36px;color:var(--earthy-primary);border-radius:10px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:flex}.tag-name{color:var(--earthy-text);white-space:normal;word-break:break-word;overflow-wrap:anywhere;min-width:0;max-width:100%;margin:0;font-size:1rem;font-weight:700;line-height:1.35}.tag-count-inline{color:var(--earthy-primary-dark);background:#8b735514;border:1px solid #8b735547;border-radius:999px;padding:.16rem .52rem;font-size:.78rem;font-weight:700}@media (width<=600px){.tags-main{padding:1rem .9rem calc(6.25rem + env(safe-area-inset-bottom))}.tags-controls{flex-direction:column;align-items:stretch;gap:.7rem}.tags-top-row{flex-direction:column;align-items:stretch;gap:.85rem}.tags-sort-switch{width:fit-content}.tags-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.tag-card{min-height:100px;padding:.85rem}.tag-name{font-size:.95rem}}@keyframes tagCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cloudBubbleIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.org-profile-container{max-width:1200px;margin:0 auto;padding:0}.org-header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--earthy-border);background:#fffc;margin-bottom:2rem;position:relative}.org-banner{background:linear-gradient(135deg,#d4a57459 0%,#8b735540 100%);height:240px;position:relative;overflow:hidden}.org-banner .banner-img{object-fit:cover;object-position:center var(--pos-y,50%);width:100%;height:100%}@media (prefers-reduced-transparency:reduce){.org-profile-info{-webkit-backdrop-filter:none}}.org-banner:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#ffffffeb 100%);height:88px;position:absolute;bottom:0;left:0;right:0}@media (width<=768px){.org-banner .banner-img{object-position:center var(--pos-y-mobile,50%)}}.org-profile-info{-webkit-backdrop-filter:blur(18px)saturate(160%);background:linear-gradient(#ffffff9e 0%,#fdfbf87a 100%);border:1px solid #ffffff8c;border-radius:18px 18px 0 0;grid-template-columns:120px minmax(0,1fr);align-items:start;gap:1.1rem 1.5rem;width:100%;margin-top:-64px;margin-left:0;margin-right:0;padding:1.25rem 2rem 1.5rem;display:grid;box-shadow:0 18px 48px #5c4a3a1f}.org-logo-wrapper{width:120px;height:120px;box-shadow:var(--earthy-shadow-sm);background:#ffffffe6;border:3px solid #ffffffd9;border-radius:50%;flex-shrink:0;align-self:start;overflow:hidden}.org-logo-wrapper img{object-fit:cover;width:100%;height:100%}.org-details{text-align:left;flex:1;min-width:0;padding-top:.35rem}.org-profile-title-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.org-stats{flex-wrap:wrap;gap:.85rem 1.75rem;margin-bottom:.75rem;display:flex}.org-stats .stat-item{white-space:nowrap;color:var(--earthy-text-secondary);flex-direction:row;align-items:baseline;column-gap:.35em;font-size:.95rem;display:inline-flex}.org-stats .stat-value,.org-stats .stat-label{margin:0;padding:0;line-height:1.2;display:inline}.org-stats .stat-value{color:var(--earthy-text);font-weight:700}.org-stats .stat-label{color:var(--earthy-text-secondary)}.org-description{color:var(--earthy-text-secondary);max-width:800px;line-height:1.6;font-size:var(--public-body-md)}.org-location{color:var(--earthy-text-muted);border-top:1px solid #8b73551f;align-items:center;gap:.5rem;margin-top:.4rem;padding-top:.65rem;font-size:.85rem;display:flex}.org-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag-pill{background:var(--earthy-hover-bg);color:var(--earthy-text-secondary);border:1px solid var(--earthy-border);transition:var(--transition-fast);border-radius:12px;padding:.2rem .75rem;font-size:.8rem}.tag-pill:hover{background:var(--earthy-active-bg);color:var(--earthy-primary)}.org-social-icons{flex-wrap:wrap;gap:.6rem;margin-top:.9rem;display:flex}.org-social-icon-link{width:44px;height:44px;color:var(--earthy-text-secondary);cursor:pointer;background:#d4a57414;border:1.5px solid #8b735540;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .15s;display:inline-flex}.org-social-icon-link:hover,.org-social-icon-link:active{background:var(--brand-color,var(--earthy-primary));color:#fff;border-color:#0000;transform:scale(1.1)}.org-social-icon-link--shipinhao{--brand-color:#07c160}.org-social-icon-link--douyin{--brand-color:#000}.org-social-icon-link--kuaishou{--brand-color:#ff4906}.org-social-icon-link--bilibili{--brand-color:#fb7299}.org-social-icon-link--weibo{--brand-color:#e6162d}.org-social-icon-link--instagram{--brand-color:#e1306c}.org-social-icon-link--facebook{--brand-color:#1877f2}.org-social-icon-link--youtube{--brand-color:red}.org-social-icon-link--default{--brand-color:var(--earthy-primary)}.org-tabs{border-bottom:1px solid var(--earthy-divider);-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #ffffff8c;border-top:0;border-radius:0 0 18px 18px;flex-wrap:wrap;align-items:center;gap:0 1.25rem;width:100%;margin:-1px 0 0;padding:0 2rem;display:flex}.org-tab-group{flex-wrap:nowrap;align-items:center;gap:1.5rem;display:flex}.org-tab-group--primary{gap:2rem}.org-tab-divider{background:#8b735547;flex-shrink:0;width:1px;height:1.15rem;margin:0 .35rem}.org-tab-group--custom{scrollbar-width:none;flex:auto;gap:2rem;min-width:0;padding-bottom:1px;overflow-x:auto}.org-tab-group--custom::-webkit-scrollbar{display:none}.org-tab{color:var(--earthy-text-secondary);cursor:pointer;border-bottom:2.5px solid #0000;margin-bottom:-1px;padding:1rem 0;font-size:.9rem;font-weight:600;transition:color .2s;position:relative}.org-tab:hover{color:var(--earthy-primary)}.org-tab.active{color:var(--earthy-primary);border-bottom-color:var(--earthy-primary);font-weight:700}.org-content-feed{max-width:1200px;margin:0 auto;padding:2rem 1rem}.org-empty-state{padding:5rem 1.5rem}.org-loading-wrap{justify-content:center;padding:3rem;display:flex}@media (width<=768px){.org-profile-info{grid-template-columns:1fr;justify-items:center;gap:.9rem;width:100%;margin-top:-56px;padding:1.1rem 1.1rem 1.25rem}.org-logo-wrapper{width:96px;height:96px}.org-details{text-align:center;width:100%}.org-name-row{justify-content:center;width:100%;margin-bottom:.9rem}.org-stats{justify-content:center}.org-description,.org-location{max-width:36rem;margin-left:auto;margin-right:auto}.org-tags,.org-social-icons{justify-content:center}.org-social-icon-link{width:44px;height:44px}.org-tabs{scrollbar-width:none;gap:0 .75rem;padding:0 1rem;overflow-x:auto}.org-tabs::-webkit-scrollbar{display:none}.org-tabs{border-radius:0 0 18px 18px;width:100%;margin:-1px 0 0}.org-tab-group--primary,.org-tab-group--custom{gap:1.25rem}.org-tab-divider{margin:0 .2rem}}@media (width<=400px){.org-name-row{flex-direction:column;align-items:stretch;gap:.85rem}.follow-btn{width:100%;max-width:280px;margin:0 auto}}.shimmer{background-color:var(--zen-skeleton-bg,#e8e2d8);contain:paint;animation-duration:1.8s;animation-iteration-count:infinite;animation-fill-mode:forwards;display:inline-block;position:relative;overflow:hidden}.shimmer:after{content:"";background:linear-gradient(90deg,#0000 0%,#fdf9f3cc 50%,#0000 100%);animation:1.8s linear infinite public-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes public-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.shimmer{animation:none!important}.shimmer:after{display:none;animation:none!important}}.carousel-shimmer{z-index:2;border-radius:inherit;background:#ede7dc;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.carousel-shimmer:after{content:"";background:linear-gradient(90deg,#fffbf600 0%,#fffbf6b8 50%,#fffbf600 100%);width:100%;height:100%;animation:1.6s infinite carousel-sweep;position:absolute;top:0;left:0}@keyframes carousel-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.carousel-shimmer:after{animation:none!important}}.carousel-shimmer.loaded{opacity:0;pointer-events:none;transition:opacity .5s ease-out}.skeleton-feed-item{pointer-events:none;cursor:default}.skeleton-feed-media{aspect-ratio:4/5;background-color:#d4a57421;min-height:0}.skeleton-feed-title{border-radius:4px;width:88%;height:1.05rem;margin-bottom:.35rem}.skeleton-feed-interactions{pointer-events:none}.skeleton-feed-chip{border-radius:999px;width:2.6rem;height:.85rem}.skeleton-feed-org{pointer-events:none}.skeleton-feed-avatar{border-radius:50%;flex-shrink:0;width:20px;height:20px}.skeleton-feed-org-name{border-radius:4px;width:5.5rem;height:.75rem}.skeleton-hero-spacer{grid-column:1}.skeleton-hero-tagline{border-radius:6px;grid-column:2;width:7.5rem;height:1rem;margin:0 auto}.skeleton-hero-sort{border-radius:999px;grid-column:3;justify-self:end;width:7.2rem;height:2rem}.skeleton-feed-subnav{pointer-events:none}.skeleton-subnav-item{border-radius:6px;width:4.5rem;height:1.1rem}.skeleton-detail-header{text-align:center}.skeleton-detail-title{border-radius:8px;width:min(92%,560px);height:2.2rem;margin:0 auto 1.25rem}.skeleton-tags{justify-content:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.skeleton-tag{border-radius:100px;width:64px;height:1.5rem}.skeleton-meta{border-radius:4px;width:42%;max-width:240px;height:1rem;margin:0 auto 2rem}.skeleton-hero{aspect-ratio:4/5;background-color:#d4a57424;border-radius:14px;width:100%;margin-bottom:2.5rem}.skeleton-detail-body,.skeleton-detail-actions{pointer-events:none}.skeleton-detail-action-author{border-radius:999px;width:7rem;height:2rem}.skeleton-detail-action-buttons{gap:.4rem;display:flex}.skeleton-detail-action{border-radius:999px;width:3.5rem;height:2rem}.skeleton-para{border-radius:4px;width:100%;height:1rem;margin-bottom:1rem}.skeleton-tags-title{border-radius:8px;width:7rem;height:2rem}.skeleton-tags-search{border-radius:12px;width:min(520px,100%);height:44px}.skeleton-tags-subtitle{border-radius:6px;width:min(320px,72%);height:.95rem}.skeleton-tags-sort{border-radius:999px;width:8.5rem;height:44px}.skeleton-tags-cloud{pointer-events:none}.skeleton-tag-cloud-item{border-radius:999px;width:4.8rem;height:36px}.skeleton-tag-card{pointer-events:none;cursor:default}.skeleton-tag-icon{border-radius:10px;flex-shrink:0;width:36px;height:36px}.skeleton-tag-name{border-radius:6px;flex:1;min-width:0;height:1rem}.skeleton-tag-count{border-radius:999px;width:3.2rem;height:1.35rem;margin-top:.35rem}.skeleton-dojos-title{border-radius:8px;width:5.5rem;height:2rem}.skeleton-dojos-search{border-radius:999px;width:min(520px,100%);height:44px}.skeleton-dojo-card{pointer-events:none;cursor:default}.skeleton-dojo-logo{background-color:#d4a57424}.skeleton-dojo-line{border-radius:6px;height:.82rem}.skeleton-dojo-cta-line{border-radius:6px;width:5rem;height:.9rem}.skeleton-org-banner{background-color:#d4a57424;width:100%;height:100%;min-height:220px}.skeleton-org-logo{background-color:#d4a57424;border-radius:50%;width:100%;height:100%}.skeleton-org-name{border-radius:6px;flex:1;max-width:220px;height:1.5rem}.skeleton-org-follow{border-radius:999px;flex-shrink:0;width:88px;height:44px}.skeleton-org-stats{flex-wrap:wrap;gap:1.5rem;margin-bottom:.75rem;display:flex}.skeleton-org-stat{border-radius:4px;width:52px;height:.875rem}.skeleton-org-desc{border-radius:4px;width:88%;height:.875rem;margin-bottom:.5rem}.skeleton-org-location{border-radius:4px;width:7rem;height:.8rem;margin-top:.25rem}.skeleton-org-tabs{pointer-events:none;gap:.75rem;padding:0 2rem;display:flex}.skeleton-org-tab{border-radius:6px;width:56px;height:1rem;margin:1rem 0}@media (width<=768px){.skeleton-hero{border-radius:0}.skeleton-org-banner{min-height:150px}.skeleton-hero-sort{grid-column:2;justify-self:center}.skeleton-org-tabs{padding:0 1rem;overflow:hidden}}.reset-password-page{background:var(--earthy-bg);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.reset-card{width:100%;max-width:440px;box-shadow:var(--earthy-shadow-md);background:#fffffff7;border-radius:24px;padding:3rem}.reset-header{text-align:center;margin-bottom:2.5rem}.logo-placeholder{margin-bottom:1rem;font-size:3rem}.reset-logo{object-fit:contain;width:64px;height:64px}.reset-header h1{color:var(--earthy-text);margin-bottom:.5rem;font-size:1.75rem}.reset-header p{color:var(--earthy-text-muted);font-size:.95rem}.reset-form{flex-direction:column;gap:1.5rem;display:flex}.reset-error{background:var(--earthy-error-light);color:var(--earthy-error);border:1px solid var(--earthy-error-border);text-align:center;border-radius:10px;padding:.75rem;font-size:.875rem}.reset-success-state{text-align:center;padding:2rem 0}.success-icon{margin-bottom:1.5rem;font-size:4rem}.reset-success-state h2{color:var(--earthy-text);margin-bottom:1rem;font-size:1.5rem}.reset-success-state p{color:var(--earthy-text-secondary);margin-bottom:2rem}.reset-card .primary-btn{background:var(--earthy-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:all .2s}.reset-card .primary-btn:hover{background:var(--earthy-primary-dark);box-shadow:var(--earthy-shadow-sm);transform:translateY(-1px)}.reset-card .primary-btn:disabled{background:var(--earthy-border);color:var(--earthy-text-muted);cursor:not-allowed;transform:none}.text-btn{color:var(--earthy-text-muted);cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.9rem;transition:color .2s}.text-btn:hover{color:var(--earthy-text-secondary)}.form-group input{border:1px solid var(--earthy-border);background:#fffc;border-radius:10px;padding:.85rem 1.2rem;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:var(--earthy-primary);outline:none;box-shadow:0 0 0 3px #8b73551f}.reset-forgot-hint{text-align:left;color:var(--earthy-text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.55}.reset-forgot-subhint{text-align:left;color:var(--earthy-text-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.reader-auth-overlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-page-overlay,2100);box-sizing:border-box;overscroll-behavior:contain;background:#4a3c316b;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.reader-auth-modal{width:min(400px,100%);min-width:0;max-width:400px;box-shadow:var(--earthy-shadow-lg);animation:modal-pop .28s var(--ease-bounce,cubic-bezier(.34, 1.56, .64, 1)) both;box-sizing:border-box;background:#fdfbf8f7;border:1px solid #fff9;border-radius:20px;padding:2.5rem;position:relative}@keyframes modal-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.close-btn{color:var(--earthy-text-muted);cursor:pointer;box-sizing:border-box;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-size:1.5rem;line-height:1;transition:color .15s;display:inline-flex;position:absolute;top:1rem;right:1rem}.close-btn:hover{color:var(--earthy-text)}.auth-tabs{border-bottom:1px solid var(--earthy-divider);flex-wrap:wrap;gap:1rem 2rem;margin-bottom:2rem;display:flex}.tab{color:var(--earthy-text-muted);cursor:pointer;background:0 0;border:none;margin-bottom:-1px;padding:.75rem 0;font-size:1.1rem;font-weight:600;transition:color .2s;position:relative}.tab.active{color:var(--earthy-text)}.tab.active:after{content:"";background:var(--earthy-primary);border-radius:2px;height:2.5px;position:absolute;bottom:-1px;left:0;right:0}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.auth-form-group--resend{text-align:left;width:100%;margin-top:1rem}.label-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.form-group label{color:var(--earthy-text-secondary);font-size:.875rem;font-weight:500}.form-group input{border:1px solid var(--earthy-border);color:var(--earthy-text);background:#fffc;border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.form-group input:focus{border-color:var(--earthy-primary);box-shadow:0 0 0 3px #8b73551f}.auth-error{background:var(--earthy-error-light);color:var(--earthy-error);border:1px solid var(--earthy-error-border);text-align:center;border-radius:8px;padding:.75rem;font-size:.875rem}.auth-success{color:#1a7f37}.auth-success--centered{text-align:center;margin-bottom:1rem}.auth-primary-btn,.reader-auth-modal .primary-btn{background:var(--earthy-primary);color:#fff;cursor:pointer;width:100%;height:48px;box-shadow:var(--earthy-shadow-xs);border:none;border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s;display:flex}.auth-primary-btn:hover,.reader-auth-modal .primary-btn:hover{background:var(--earthy-primary-dark);box-shadow:var(--earthy-shadow-sm);transform:translateY(-1px)}.auth-primary-btn:disabled,.reader-auth-modal .primary-btn:disabled{background:var(--earthy-border);color:var(--earthy-text-muted);cursor:not-allowed;box-shadow:none;transform:none}.reader-auth-modal .secondary-btn{color:var(--earthy-text-secondary);border:1px solid var(--earthy-border);cursor:pointer;box-sizing:border-box;background:#ffffffe6;border-radius:10px;flex:1;justify-content:center;align-items:center;height:48px;padding:0 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.reader-auth-modal .secondary-btn:hover{background:var(--earthy-hover-bg);border-color:var(--earthy-primary);color:var(--earthy-text)}.auth-close-btn{margin-top:.5rem}.auth-action-row{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin:1.5rem 0;display:flex}.auth-action-row .primary-btn,.auth-action-row .secondary-btn{flex:1}.auth-status-content{text-align:center;padding:1rem 0}.status-icon{margin-bottom:1.5rem;font-size:4rem}.auth-status-content h2{color:var(--earthy-text);margin-bottom:1rem;font-size:1.5rem}.auth-status-content p{color:var(--earthy-text-secondary);margin-bottom:.5rem;line-height:1.6}.auth-status-content .note{color:var(--earthy-text-muted);margin-top:1rem;margin-bottom:2rem;font-size:.85rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{color:var(--earthy-text);margin-bottom:.5rem;font-size:1.5rem}.auth-header p{color:var(--earthy-text-muted);font-size:.9rem}.auth-footer-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;display:flex}.auth-footer-actions .primary-btn,.auth-footer-actions .secondary-btn{width:100%}.forgot-link{appearance:none;color:var(--earthy-text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:.75rem;transition:color .2s}.forgot-link:hover{color:var(--earthy-primary);text-decoration:underline}.switch-mode-text{appearance:none;color:var(--earthy-text-secondary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.875rem;transition:color .2s}.switch-mode-text:hover{color:var(--earthy-primary)}.reader-auth-modal :is(button,input):focus-visible{outline:3px solid color-mix(in srgb, var(--earthy-primary) 55%, transparent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.reader-auth-modal{animation:none}.reader-auth-modal :is(button,input){transition-duration:.01ms}}@media (width<=480px){.reader-auth-overlay{align-items:flex-end;padding:.5rem}.reader-auth-modal{-webkit-overflow-scrolling:touch;border-radius:16px 16px 0 0;width:100%;max-width:none;max-height:min(92dvh,92vh);padding:2rem 1.25rem 1.75rem;overflow-y:auto}}.public-layout{background-color:var(--earthy-bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.skip-to-content{z-index:3000;background:var(--earthy-primary);color:#fff;border-radius:8px;padding:.65rem 1rem;text-decoration:none;transition:transform .15s;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-to-content:focus{transform:translateY(0)}.public-global-header{-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--earthy-divider);height:60px;z-index:var(--z-public-header);background:#ffffffb8;align-items:center;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.global-header-content{align-items:center;width:100%;margin:0 auto;display:flex}.global-logo{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.global-logo img{object-fit:contain;width:32px;height:32px}.logo-name{color:var(--earthy-text);white-space:nowrap;font-size:1.25rem;font-weight:700}.header-back-btn{background:var(--earthy-hover-bg);color:var(--earthy-text-secondary);border:1px solid var(--earthy-border);cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;margin-left:auto;padding:.5rem 1.25rem;font-size:15px;font-weight:600;transition:all .2s;display:flex}.header-back-btn:hover{background:var(--earthy-active-bg);color:var(--earthy-text);transform:translate(-2px)}@media (width<=600px){.header-back-btn{display:none}}.public-sidebar{border-right:1px solid var(--earthy-divider);width:240px;height:calc(100vh - 60px);z-index:var(--z-public-sidebar);background:#ffffffe0;flex-direction:column;padding:1.5rem 1rem;transition:width .3s;display:flex;position:fixed;top:60px;left:0}.sidebar-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.nav-item{color:var(--earthy-text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background-color:var(--earthy-hover-bg);color:var(--earthy-text)}.nav-item.active{background-color:var(--earthy-active-bg);color:var(--earthy-primary);font-weight:600}.nav-icon{justify-content:center;align-items:center;font-size:1.25rem;display:flex}.variant-toggle{background:0 0;border:none;width:100%;margin-top:.5rem}.sidebar-orgs-section{border-top:1px solid var(--earthy-divider);flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.sidebar-orgs-header{padding:0 .5rem}.sidebar-orgs-title{color:var(--earthy-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.sidebar-orgs-list{flex-direction:column;gap:.25rem;display:flex}.sidebar-org-item{color:var(--earthy-text);border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;text-decoration:none;transition:background .2s;display:flex}.sidebar-org-item:hover{background:var(--earthy-hover-bg)}.sidebar-org-logo{object-fit:cover;border-radius:50%;width:28px;height:28px}.sidebar-org-info{flex-direction:column;display:flex;overflow:hidden}.sidebar-org-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.sidebar-org-latest{color:var(--earthy-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.sidebar-org-load-more{color:var(--earthy-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.8rem;font-weight:500;transition:opacity .2s}.sidebar-org-load-more:hover{opacity:.8}.sidebar-org-load-more:disabled{opacity:.5;cursor:not-allowed}.sidebar-collapsed .sidebar-orgs-section{display:none}.variant-icon{border:1.5px solid var(--earthy-border);width:28px;height:28px;color:var(--earthy-text-secondary);border-radius:50%;justify-content:center;align-items:center;font-family:Noto Serif SC,Georgia,serif;font-size:15px;font-weight:700;transition:all .2s;display:flex}.variant-toggle:hover .variant-icon{border-color:var(--earthy-primary);color:var(--earthy-primary);background:var(--earthy-hover-bg)}.sidebar-footer{border-top:1px solid var(--earthy-divider);margin-top:auto;padding-top:1.5rem}.reader-login-btn{width:100%;height:var(--public-btn-height);background:var(--earthy-primary);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:100px;justify-content:center;align-items:center;padding:.85rem;font-weight:600;transition:all .2s;display:flex}.reader-login-btn:hover{background:var(--earthy-primary-dark);box-shadow:var(--earthy-shadow-sm)}.header-login-btn{background:var(--earthy-primary);color:#fff;height:var(--public-btn-height-sm);min-width:var(--public-touch-min);cursor:pointer;box-sizing:border-box;border:none;border-radius:100px;justify-content:center;align-items:center;padding:0 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.header-login-btn:hover{background:var(--earthy-primary-dark)}.reader-profile-card{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;transition:background .2s;display:flex}.reader-profile-card:hover{background:var(--earthy-hover-bg)}.reader-avatar{background:var(--earthy-border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.reader-info{flex-direction:column;display:flex;overflow:hidden}.reader-display-name{color:var(--earthy-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.reader-email{color:var(--earthy-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.public-main-content{flex-direction:column;flex-grow:1;min-width:0;min-height:calc(100vh - 60px);margin-top:60px;margin-left:240px;transition:margin-left .3s;display:flex}.mobile-bottom-nav{height:calc(60px + env(safe-area-inset-bottom));-webkit-backdrop-filter:saturate(180%)blur(20px);border-top:1px solid var(--earthy-divider);z-index:var(--z-public-mobile-nav);background:#ffffffd9;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav-items{grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;height:60px;display:grid}.mobile-nav-item{color:var(--earthy-text-muted);min-width:0;height:100%;min-height:var(--public-touch-min);cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:center;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:4px;font-family:inherit;font-size:.75rem;font-weight:500;line-height:1.15;text-decoration:none;display:flex;position:relative}.mobile-bottom-nav .mobile-nav-item>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.75rem;font-weight:500;line-height:1.15;overflow:hidden}.mobile-bottom-nav .mobile-nav-item>svg{flex-shrink:0;width:26px;height:26px;display:block}button.mobile-nav-item{appearance:none;box-sizing:border-box;width:auto;color:var(--earthy-text-muted);text-align:center;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:.75rem;font-weight:500;line-height:1.15}.mobile-nav-item svg{transition:transform .2s,stroke .2s}.mobile-nav-item.active{color:var(--earthy-primary)}.mobile-nav-item.active svg{stroke:var(--earthy-primary);transform:scale(1.1)}.mobile-avatar{object-fit:cover;border:1px solid var(--earthy-border);border-radius:50%;flex-shrink:0;width:26px;height:26px;display:block}.mobile-menu-container{justify-content:center;align-items:stretch;display:flex;position:relative}.mobile-dropdown-menu{min-width:140px;box-shadow:var(--earthy-shadow-md);opacity:0;visibility:hidden;pointer-events:none;z-index:2001;border:1px solid var(--earthy-border);background:#fdfbf8f7;border-radius:12px;margin-bottom:.5rem;padding:.5rem 0;transition:opacity .2s cubic-bezier(.16,1,.3,1),visibility .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(8px)}.mobile-dropdown-menu--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.public-footer{text-align:center;color:var(--earthy-text-muted);border-top:1px solid var(--earthy-divider);background:#fff9;margin-top:auto;padding:2rem;font-size:.9rem}.sidebar-collapsed .public-sidebar{align-items:center;width:72px;padding:1.5rem .5rem}.sidebar-collapsed .nav-text,.sidebar-collapsed .reader-info{display:none}.sidebar-collapsed .sidebar-footer{justify-content:center;padding-left:0;padding-right:0;display:flex}.sidebar-collapsed .reader-login-btn{border-radius:50%;width:44px;padding:0;font-size:.85rem}.sidebar-collapsed .nav-item{justify-content:center;padding:.85rem}.sidebar-collapsed .public-main-content{margin-left:72px}.header-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.user-dropdown-menu.sidebar-dropdown{transform-origin:bottom;width:100%;margin-bottom:.5rem;inset:auto 0 100%;box-shadow:0 -4px 20px #5c4a3a1f}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sidebar-dropdown{animation:.1s ease-out fadeInBottom}.header-action-btn{background:var(--earthy-hover-bg);border:1px solid var(--earthy-border);color:var(--earthy-text-secondary);cursor:pointer;height:var(--public-btn-height-sm);min-width:var(--public-touch-min);border-radius:100px;justify-content:center;align-items:center;padding:0 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.header-action-btn:hover{background:var(--earthy-active-bg);border-color:var(--earthy-primary);color:var(--earthy-text);transform:translateY(-1px)}.lang-toggle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700}.back-btn{color:var(--earthy-text);align-items:center;gap:.25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;display:flex}.user-menu-container{position:relative}.user-menu-trigger{cursor:pointer;border-radius:20px;align-items:center;gap:.25rem;padding:.5rem .75rem;transition:background .2s;display:flex}.user-menu-trigger:hover{background:var(--earthy-hover-bg)}.trigger-text{color:var(--earthy-text);font-weight:600}.trigger-arrow{color:var(--earthy-text-muted);font-size:.7rem}.user-dropdown-menu{width:200px;box-shadow:var(--earthy-shadow-md);border:1px solid var(--earthy-border);z-index:1001;background:#fdfbf8f7;border-radius:12px;padding:.5rem 0;animation:.12s ease-out fadeInDown;position:absolute;top:120%;right:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.menu-header{border-bottom:1px solid var(--earthy-divider);margin-bottom:.25rem;padding:.75rem 1rem}.menu-user-name{color:var(--earthy-text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;display:block;overflow:hidden}.menu-item{appearance:none;width:100%;font:inherit;text-align:left;color:var(--earthy-text-secondary);cursor:pointer;background:0 0;border:0;padding:.6rem 1rem;font-size:.9rem;transition:background .1s,color .1s;display:block}.menu-item:hover{background:var(--earthy-hover-bg);color:var(--earthy-text)}.menu-divider{background:var(--earthy-divider);height:1px;margin:.25rem 0}.admin-item{color:var(--earthy-primary);font-weight:600}.logout{color:var(--earthy-error)}@media (width<=1024px){.public-sidebar{width:80px;padding:1.5rem .5rem}.logo-name,.nav-text,.reader-info{display:none}.public-main-content{margin-left:80px}.nav-item{justify-content:center;padding:.85rem}}@media (width<=600px){.public-layout{flex-direction:column}.public-global-header{-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--earthy-divider);background:#ffffffb8;position:sticky;top:0}.public-sidebar{display:none!important}.public-main-content{padding-bottom:calc(70px + env(safe-area-inset-bottom));width:100%;margin-top:0;margin-left:0!important}.mobile-bottom-nav{display:block}.sidebar-nav{flex-direction:row;justify-content:space-around;gap:0}.nav-item{flex-direction:column;gap:.15rem;padding:.4rem .5rem;font-size:.65rem}.nav-icon{font-size:1.25rem}.nav-icon svg{width:22px;height:22px}.sidebar-footer{display:none}.logo-name{font-size:1.1rem;display:block}}.org-header-active{background:#fffffff2;box-shadow:0 2px 10px #0000000d}.org-header-brand{appearance:none;font:inherit;cursor:pointer;color:inherit;background:0 0;border:0;align-items:center;gap:.75rem;padding:0;text-decoration:none;display:flex}.org-header-brand-wrap{align-items:center;gap:.75rem;min-width:0;display:flex}.org-follow-btn{height:var(--public-btn-height-sm);min-width:var(--public-touch-min);border:1.5px solid var(--earthy-primary);color:var(--earthy-primary);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:0 .95rem;font-size:.9rem;font-weight:700;transition:all .2s}.org-follow-btn:hover{background:var(--earthy-hover-bg);transform:translateY(-1px)}.org-follow-btn.following{color:var(--earthy-primary-dark);box-shadow:none;opacity:.75;background:#8b735529;border-color:#8b735573}.org-follow-btn.following:hover{opacity:.9;background:#8b735538}.org-header-brand img{object-fit:cover;border:1px solid var(--earthy-border);border-radius:50%;width:36px;height:36px}.org-header-socials{gap:.5rem;margin-right:1rem;display:flex}.org-social-icon-btn{width:var(--public-touch-min);height:var(--public-touch-min);border:1px solid var(--earthy-border);color:var(--earthy-text-secondary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.org-social-icon-btn:hover{background:var(--earthy-hover-bg);color:var(--earthy-primary);transform:translateY(-1px)}.public-layout :is(a,button):focus-visible{outline:3px solid color-mix(in srgb, var(--earthy-primary) 55%, transparent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.public-layout *,.public-layout :before,.public-layout :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.feed-error{text-align:center;padding:32px 16px}.feed-error .primary-btn{min-height:44px;padding:10px 24px}.feed-error .primary-btn:focus-visible{outline-offset:4px;outline:2px solid}.public-global-header .header-actions{flex-flow:row;flex-shrink:0}.public-global-header .global-logo{min-width:0}.public-global-header .logo-name{text-overflow:ellipsis;overflow:hidden}.feed-error .primary-btn{background:var(--earthy-primary);color:var(--earthy-on-primary,#fff);font:inherit;cursor:pointer;border:0;border-radius:8px}.feed-error .primary-btn:hover{filter:brightness(.9)}.feed-error .primary-btn:disabled{opacity:.6;cursor:wait}@media (width<=600px){.public-global-header{flex-shrink:0;padding-inline:12px}.public-global-header .global-header-content{gap:8px}.public-global-header .global-logo{flex:1;gap:8px}.public-global-header .global-logo img{flex-shrink:0}.public-global-header .logo-name{font-size:.95rem}.public-global-header .header-login-btn{padding-inline:12px}}.public-global-header .header-actions{width:auto}.public-global-header .global-logo img{width:32px;height:32px}.brp-header{-webkit-backdrop-filter:blur(20px)saturate(1.6);border-bottom:1px solid var(--earthy-divider,#8b73551a);z-index:2000;box-sizing:border-box;background:#f8f6f3e0;width:100%;padding:0 1.5rem;transition:box-shadow .3s;position:sticky;top:0;box-shadow:0 1px 12px #5c4a3a12}.brp-header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.55rem 0;display:flex}.brp-header-brand-group{cursor:pointer;border-radius:8px;align-items:center;gap:.65rem;min-width:0;margin:-.2rem -.4rem;padding:.2rem .4rem;transition:background .18s;display:flex}.brp-header-brand-group:hover{background:var(--earthy-hover-bg)}.brp-header-logo-container{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.brp-header-logo{object-fit:contain;width:100%;height:100%}.brp-header-names{align-items:center;gap:.3rem;min-width:0;display:flex}.brp-header-dojo-name{color:var(--earthy-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.brp-header-sep{color:var(--earthy-text-light);opacity:.4;flex-shrink:0;font-weight:300}.brp-header-title{color:var(--earthy-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.brp-header-actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.header-btn{height:32px;color:var(--earthy-text-secondary);box-shadow:none;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:.3rem;padding:.375rem .8rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.header-btn:hover{background:var(--earthy-hover-bg);color:var(--earthy-primary);border-color:var(--earthy-border)}.header-btn:active{background:var(--earthy-active-bg);transform:scale(.97)}.header-btn-nav-active{color:var(--earthy-primary)!important;background:#8b735514!important;border-color:#8b73552e!important;font-weight:600!important}.header-btn-active{background:var(--earthy-hover-bg)!important;border-color:var(--earthy-border)!important;color:var(--earthy-primary)!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.header-user-info{color:var(--earthy-text-secondary);white-space:nowrap;margin:0 .25rem;font-size:.75rem}.header-dropdown-menu{-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid var(--earthy-border);transform-origin:top;background:#fdfbf8f7;border-top:none;border-radius:0 0 10px 10px;min-width:152px;max-height:400px;padding:.4rem 0;animation:.16s header-dropdown-in;position:absolute;top:calc(100% + 1px);right:0;overflow-y:auto;box-shadow:0 8px 24px #5c4a3a24}@keyframes header-dropdown-in{0%{opacity:0;transform:scaleY(.88)translateY(-4px)}to{opacity:1;transform:scaleY(1)translateY(0)}}.header-dropdown-item{text-align:left;width:100%;color:var(--earthy-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:inherit;font-size:.8125rem;transition:background .14s,color .14s;display:flex}.header-dropdown-item:hover{background:var(--earthy-hover-bg);color:var(--earthy-primary)}.header-dropdown-item:active{background:var(--earthy-active-bg)}.header-dropdown-item-danger{color:var(--earthy-error)}.header-dropdown-item-danger:hover{background:var(--earthy-error-light);color:var(--earthy-error)}.header-dropdown-divider{background:var(--earthy-divider);height:1px;margin:.3rem 0}.header-dropdown-anchor{position:relative}.header-dropdown-menu.is-hidden{display:none!important}.header-dropdown-menu.is-visible{display:block}.header-dropdown-menu--write-left{min-width:180px;left:0;right:auto}.header-dropdown-menu--float{border-top:1px solid var(--earthy-border);border-radius:8px;top:calc(100% + 5px)}.header-dropdown-menu--more-nav{min-width:120px}.header-dropdown-item--muted{opacity:.5}.header-btn--more{font-weight:600}.header-nav-chevron{vertical-align:middle;border-bottom:1.5px solid;border-right:1.5px solid;width:5px;height:5px;margin-left:3px;transition:transform .2s;display:inline-block}.header-nav-chevron--open{transform:rotate(-135deg)translateY(2px)}.header-nav-chevron--closed{transform:rotate(45deg)}@media (width<=768px){.brp-header{padding:0 .75rem}.brp-header-content{flex-direction:column;gap:.5rem;padding:.45rem 0}.mobile-row-top{border-bottom:1px solid var(--earthy-divider);justify-content:space-between;align-items:center;width:100%;padding-bottom:.4rem;display:flex}.brp-header-brand-group{flex:1;min-width:0}.header-user-info{text-overflow:ellipsis;max-width:80px;margin:0;overflow:hidden}.mobile-row-bottom{scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start;align-items:center;gap:.3rem;width:100%;padding-bottom:.1rem;display:flex;overflow-x:auto}.mobile-row-bottom::-webkit-scrollbar{display:none}.brp-header-actions{flex-wrap:nowrap;justify-content:flex-start;width:100%}.header-btn{height:auto;min-height:44px;padding:.5rem .75rem;font-size:.8125rem}.brp-header-actions>*{flex-shrink:0}}.header-btn-chevron{opacity:.65;font-size:.625rem;font-style:normal;line-height:1;transition:transform .2s;display:inline-block}.header-btn-active .header-btn-chevron,.header-btn-chevron.open{opacity:.9;transform:rotate(180deg)}.brp-footer{box-sizing:border-box;text-align:center;border-top:1px solid var(--earthy-divider);-webkit-backdrop-filter:blur(8px);background:#f8f6f38c;width:100%;margin-top:auto;padding:1.25rem 1.5rem}.brp-footer-text{color:var(--earthy-text-secondary);letter-spacing:.4px;opacity:.65;margin:0;font-size:.72rem}.App{text-align:left;min-height:100vh;color:inherit;background:0 0;padding:0}.App-header{padding:40px 20px}.App-header h1{text-shadow:2px 2px 4px #0000004d;margin-bottom:10px;font-size:2.5rem}.App-header p{opacity:.9;font-size:1.2rem}.status-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;max-width:600px;margin:40px auto;padding:30px;box-shadow:0 8px 32px #0000001a}.status-card h2{margin-bottom:20px;font-size:1.8rem}.status-card p{text-align:left;margin:10px 0;font-size:1.1rem}.brp-main--skeletonRecord{background:var(--zen-bg);max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;padding:1.5rem}.brp-skeletonSpacer{margin-bottom:1.5rem}.brp-container--center{justify-content:center;align-items:center;min-height:100vh;display:flex}.brp-centerBox{text-align:center;width:400px;padding:2rem}.brp-contentCardSkeleton{contain:layout paint}.brp-contentCardSkeleton__thumbGrid{max-height:9.5rem}.brp-contentCardSkeleton__thumb{flex:calc(50% - .125rem)}.brp-contentCardSkeleton__fade{background:linear-gradient(to top, var(--zen-card) 0%, color-mix(in srgb, var(--zen-card) 96%, transparent) 18%, color-mix(in srgb, var(--zen-card) 72%, transparent) 46%, transparent 100%)!important}.brp-contentDetailSkeleton__title{margin-bottom:1rem}.brp-contentDetailSkeleton__panel{background:var(--zen-card);border:1px solid var(--zen-border);border-radius:12px;padding:1rem}.brp-contentDetailSkeleton__mediaGrid,.brp-recordDetailSkeleton__mediaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.75rem;display:grid}.brp-contentDetailSkeleton__media{aspect-ratio:1;border-radius:10px;width:100%}.brp-recordDetailSkeleton{width:100%;margin-top:1rem}.brp-recordDetailSkeleton__platforms{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.brp-recordDetailSkeleton__platformCard{background:var(--zen-card);border-radius:12px;flex:300px;min-height:160px;padding:1rem}.brp-recordDetailSkeleton__mediaSection{margin-top:2rem}.brp-recordDetailSkeleton__mediaTitle{margin-bottom:1rem}.brp-recordDetailSkeleton__mediaItem{aspect-ratio:16/9;background:var(--zen-card);border:1px solid var(--zen-border);border-radius:12px;padding:8px}.brp-adminSkeleton__permissionCard{padding:1rem}.brp-adminSkeleton__permissionHead,.brp-adminSkeleton__permissionRow,.brp-cp-skeletonHead{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.brp-adminSkeleton__permissionRows,.brp-adminSkeleton__modelRows{gap:.65rem;margin:1rem 0;display:grid}.brp-cp-skeletonBlock{margin-bottom:1rem;padding:1rem}.brp-cp-skeletonGrid{margin-top:.85rem}@media (width<=768px){.brp-cp-skeletonGrid{grid-template-columns:1fr!important}}.brp-dashboard-main{box-sizing:border-box;width:100%;min-width:0;max-width:1360px;margin:0 auto;padding:1.25rem}.brp-topic-input-container{box-sizing:border-box;border-radius:12px;width:100%;max-width:800px;margin:0 auto;padding:1.1rem 1.25rem}.brp-topic-input-container.glass-panel{border:1px solid var(--zen-border);background:#ffffffb8;box-shadow:0 4px 16px #5c4a3a14}.brp-topic-input-container .brp-topic-form{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.category-buttons-container{scrollbar-width:none;align-items:center;gap:.5rem;margin:.65rem 0 .5rem;display:flex;overflow-x:auto}.category-buttons-container::-webkit-scrollbar{display:none}.brp-dashboard-display-cat-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem;display:flex}.brp-dashboard-display-cat-controls{flex-wrap:wrap;flex:18rem;align-items:center;gap:.5rem;min-width:0;display:flex}.brp-dashboard-textareaSkeleton{min-height:150px}.brp-dashboard-generate-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;margin-top:.85rem;display:flex}.brp-dashboard-recent{border-top:1px solid var(--zen-border);margin-top:1.25rem;padding-top:1rem}.brp-dashboard-recent__header{align-items:center;margin-bottom:.85rem;display:flex}.brp-clp-main{--clp-radius-sm:8px;background:0 0;max-width:1120px;min-height:calc(100vh - 80px);margin:0 auto;padding:1.25rem}.brp-clp-listHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem .85rem;margin-bottom:.75rem;display:flex}.brp-clp-listHeaderTools{flex-wrap:wrap;flex:560px;justify-content:flex-end;align-items:center;gap:.42rem;min-width:0;display:flex}.brp-clp-searchRow{flex:18rem;align-items:center;min-width:0;display:flex}.brp-clp-searchBar{border:1px solid var(--zen-border);border-radius:var(--clp-radius-sm);background:var(--zen-card);flex:1;align-items:stretch;min-width:0;max-width:380px;display:flex;overflow:hidden}.brp-clp-searchWrap{flex:160px;min-width:0;position:relative}.brp-clp-filterRow{flex:none;align-items:center;gap:.35rem;display:flex}.settings-max-width-container{max-width:1080px;margin:0 auto;padding:1.25rem 1.25rem 2rem}.settings-card{background:#ffffffd1;border:1px solid #ffffff9e;border-radius:14px;padding:1.25rem;box-shadow:0 4px 16px #5c4a3a1a}.settings-tab-container{border-bottom:2px solid var(--earthy-divider,#8b73551a);scrollbar-width:none;gap:.25rem;margin-bottom:1rem;display:flex;overflow-x:auto}.settings-tab-container::-webkit-scrollbar{display:none}.settings-skeleton__body{flex-direction:column;gap:1.4rem;display:flex}.settings-skeleton__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:.85rem 1rem;display:grid}.settings-skeleton__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.brp-admin-tabsBar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--earthy-divider,#8b73551f);background:#ffffffb8}.brp-admin-tabsInner{scrollbar-width:none;gap:.25rem;max-width:1080px;margin:0 auto;padding:0 1rem;display:flex;overflow-x:auto}.brp-admin-tabsInner::-webkit-scrollbar{display:none}.brp-adminSkeleton{min-height:calc(100vh - 60px);padding:0}.admin-users-main{box-sizing:border-box;min-width:0;max-width:1240px;margin:0 auto;padding:1rem 1.25rem 1.25rem}.admin-users-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.55rem;display:flex}.admin-users-toolbar{flex-wrap:wrap;flex:680px;justify-content:flex-end;align-items:center;gap:.42rem;min-width:0;display:flex}.admin-users-toolbar__select{flex:0 11rem;min-width:8.5rem}.admin-users-toolbar__filter{flex:0 8.5rem;min-width:7.4rem}.admin-users-toolbar__search{flex:14rem;max-width:18rem}.users-list{gap:.75rem;min-width:0;display:grid}.admin-user-card{border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding:.72rem .85rem;display:flex}.brp-adminSkeleton__userInfo{flex-direction:column;flex:560px;gap:.45rem;min-width:0;display:flex}.brp-adminSkeleton__chips,.brp-adminSkeleton__actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}@media (width<=768px){.brp-main.brp-dashboard-main,.brp-main.brp-clp-main{padding:max(.75rem, env(safe-area-inset-top,0px)) max(.75rem, env(safe-area-inset-right,0px)) max(1rem, env(safe-area-inset-bottom,0px)) max(.75rem, env(safe-area-inset-left,0px))!important}.brp-topic-input-container{padding:1rem .75rem}.category-buttons-container,.brp-dashboard-display-cat-controls{flex-wrap:nowrap}.brp-dashboard-textareaSkeleton{min-height:132px}.brp-dashboard-generateSkeleton>.shimmer-skeleton{flex:9rem;min-height:44px}.brp-clp-listHeader,.brp-clp-listHeaderTools,.brp-clp-searchRow{flex-direction:column;flex:none;align-items:stretch;width:100%}.brp-clp-searchBar{width:100%;max-width:none;height:44px}.brp-clp-searchBar .shimmer-skeleton,.brp-clp-filterRow .shimmer-skeleton{min-height:44px}.brp-clp-filterRow{width:100%}.brp-contentCardSkeleton{min-height:12rem;aspect-ratio:auto!important;max-width:100%!important}.brp-contentCardSkeleton__thumbGrid{max-height:7.5rem;overflow:hidden!important}.brp-contentCardSkeleton__thumb{aspect-ratio:4/3!important}.brp-contentDetailSkeleton__mediaGrid,.brp-recordDetailSkeleton__mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-skeleton__actions>.shimmer-skeleton{flex:9rem;min-height:44px}.brp-admin-tabsInner{padding:0 .75rem}.admin-users-main{padding:1rem .75rem}.admin-users-header{flex-direction:column;align-items:stretch;gap:.65rem}.admin-users-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;gap:.5rem;width:100%;display:grid}.admin-users-toolbar .shimmer-skeleton{min-width:0;max-width:none;min-height:44px;width:100%!important}.admin-users-toolbar__search,.admin-users-toolbar__create{grid-column:1/-1}.admin-user-card{flex-direction:column;align-items:stretch;padding:.85rem}.brp-adminSkeleton__actions .shimmer-skeleton{flex:calc(50% - .25rem);min-height:44px}}@media (width<=480px){.brp-contentDetailSkeleton__mediaGrid,.brp-recordDetailSkeleton__mediaGrid{grid-template-columns:1fr}}html,body{box-sizing:border-box;width:100vw;min-height:100vh;background:0 0;height:-webkit-fill-available;min-height:-webkit-fill-available;margin:0;padding:0}.app-bg-root{box-sizing:border-box;width:100vw;min-height:100vh;flex-direction:column;justify-content:center;align-items:center;height:-webkit-fill-available;min-height:-webkit-fill-available;padding:0 16px;display:flex;position:relative}.logo-container{justify-content:center;align-items:center;width:200px;min-height:200px;margin-bottom:40px;display:flex;position:relative}.logo-placeholder{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.logo-image{filter:drop-shadow(0 4px 16px #0003);opacity:0;z-index:2;width:100%;max-width:200px;height:auto;transition:opacity .3s ease-in;display:block;position:relative}.btn-primary-circle{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);cursor:pointer;text-shadow:0 2px 16px #0000002e;background:#ffffff38;border:2px solid #ffffff40;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:172.8px;height:172.8px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-text-line1{margin-bottom:2px;font-size:19.1px;font-weight:600;line-height:1.2}.btn-text-line2{opacity:.9;font-size:16.8px;font-weight:500;line-height:1.2}.btn-desc{font-weight:400}.app-footer{text-align:center;color:#fff;opacity:.85;width:100vw;max-width:100vw;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-top-left-radius:0;border-top-right-radius:0;margin-top:39px;padding:9px 0 9ch;font-size:13px;position:static}.app-footer .copyright{font-weight:300}.app-footer .separator{opacity:.6;font-weight:300}.app-footer .privacy-link{color:#fff;opacity:.92;font-size:13px;text-decoration:none;transition:opacity .2s,text-shadow .2s}.app-footer .privacy-link:hover{opacity:1;text-shadow:0 2px 8px #ffffff4d}body,.app-bg-root,.logo-container,.btn-primary-circle,.btn-primary-rect,.app-footer{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}.app-loading-root{justify-content:center}.home-cta-skeleton{cursor:default;position:relative;overflow:hidden}.home-cta-skel-line1,.home-cta-skel-line2{background:#ffffff2e;border-radius:999px;width:70%;max-width:220px;position:relative;overflow:hidden}.home-cta-skel-line1{height:16px;margin-bottom:8px}.home-cta-skel-line2{width:60%;height:13px}.home-cta-skel-line1:after,.home-cta-skel-line2:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.2s ease-in-out infinite app-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes app-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.btn-primary-rect{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);cursor:pointer;text-shadow:0 2px 16px #0000002e;background:#ffffff38;border:1.3px solid #ffffff40;border-radius:78px;flex-direction:column;justify-content:center;align-items:center;width:282px;height:78px;margin-bottom:12px;font-size:19px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-primary-rect:hover{background:#ffffff47;border:1.9px solid #ffffff59;box-shadow:0 0 16px 2px #fff3,0 4px 24px #0000001a}.btn-primary-rect:active{background:#1aad192e;border:1.9px solid #127e12;box-shadow:0 0 16px 2px #0d580daa,0 4px 24px #0000001a}@media (width<=600px){.logo-container{width:160px;min-height:160px}.logo-image{max-width:160px}.btn-primary-circle{border-radius:18px;width:144px;height:144px}.btn-text-line1{font-size:19px}.btn-text-line2{font-size:16px}.app-footer{padding:6px 0;padding-bottom:calc(6px + env(safe-area-inset-bottom));border-top-left-radius:13px;border-top-right-radius:13px;font-size:13px}.btn-primary-rect{border-radius:67px;width:calc(100vw - 64px);min-width:0;max-width:231px;height:67px;font-size:16px}}.trust-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;width:100%;max-width:500px;margin:20px 0;padding:12px 20px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.trust-stats{white-space:nowrap;color:#ffffffe6;text-align:center;will-change:transform;align-items:center;gap:16px;font-size:14px;animation:20s linear infinite trust-marquee;display:inline-flex}@media (width<=768px){.trust-bar{max-width:90%;margin:15px 0;padding:10px 16px}.trust-stats{gap:12px;font-size:13px}.trust-item{gap:3px}.trust-icon{font-size:14px}.trust-separator{margin:0 3px}}.language-switcher-container{z-index:1000;position:fixed;top:20px;right:20px}@media (width<=768px){.language-switcher-container{top:15px;right:15px}}body,.pay-bg-root,.pay-card,.amount-input,.input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}html,body,.pay-bg{box-sizing:border-box;width:100vw;min-height:100vh;background:0 0;height:-webkit-fill-available;min-height:-webkit-fill-available;margin:0;padding:0;overflow-x:hidden}.pay-bg-root{box-sizing:border-box;width:100vw;min-height:100vh;flex-direction:column;align-items:center;max-width:100vw;height:-webkit-fill-available;min-height:-webkit-fill-available;padding:0 16px;display:flex;position:relative;overflow-x:hidden}.pay-loading-root{justify-content:center}.pay-loading-card{opacity:1}.pay-loading-mask{flex-direction:column;gap:18px;width:100%;max-width:420px;margin:0 auto;padding:24px 20px 30px;display:flex}.skeleton-row{align-items:center;gap:16px;width:100%;display:flex}.skeleton-block{background:#ffffff29;position:relative;overflow:hidden}.skeleton-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.2s ease-in-out infinite pay-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-title{border-radius:999px;width:60%;height:18px;margin:4px auto 10px}.skeleton-subtitle{border-radius:999px;width:80%;height:12px;margin:0 auto 18px}.skeleton-label{border-radius:999px;width:72px;height:14px}.skeleton-input{border-radius:13px;flex:1;height:44px}.skeleton-chip{border-radius:999px;width:26%;height:18px}@keyframes pay-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.pay-fadeup{opacity:0;animation:.7s cubic-bezier(.4,0,.2,1) forwards fadeUpIn}.pay-fadeup-delay{opacity:0;animation:.7s cubic-bezier(.4,0,.2,1) .18s forwards fadeUpIn}.pay-title-container{text-align:center;margin-top:13px;margin-bottom:13px}.pay-title-line1{color:#fff;text-shadow:0 2px 16px #0000002e;opacity:0;margin-bottom:6px;font-size:19px;font-weight:400}.pay-title-desc{color:#fff;text-shadow:0 2px 8px #00000026;opacity:0;font-size:13px;font-weight:600}.pay-card{-webkit-backdrop-filter:blur(19px)saturate(1.2);width:100%;max-width:413px;min-height:unset;opacity:0;background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:31px;flex-direction:column;align-items:center;margin:19px auto 41px;padding:26px 26px 48px;display:flex;box-shadow:0 8px 41px #0000002e,inset 0 1.5px #ffffff2e}.form-row{align-items:center;gap:16px;width:100%;margin-bottom:20px;display:flex}.form-label{color:#fff;text-shadow:0 1px 4px #0003;white-space:nowrap;text-align:right;flex-shrink:0;min-width:80px;font-size:14px;font-weight:500;display:block}.form-input{flex:1;position:relative}.input{color:#03270b;-webkit-backdrop-filter:blur(12px)saturate(1.2);box-sizing:border-box;background:#ffffff2e;border:1.3px solid #ffffff40;border-radius:13px;outline:none;width:100%;height:48px;padding:0 16px;font-size:13px;transition:border .2s,box-shadow .2s;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.input:focus{background:#ffffff82;border:1.3px solid #fff;box-shadow:0 0 13px 3px #fffa,0 4px 24px #0000001a}.input::placeholder{color:#fff9}.radio-group{gap:12px;display:flex}.radio-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff26;border:1.3px solid #ffffff40;border-radius:20px;align-items:center;padding:8px 16px;font-size:13px;transition:all .2s;display:flex}.radio-btn input[type=radio]{accent-color:#fff;margin-right:6px}.radio-btn.selected{background:#ffffff4d;border-color:#fffc;box-shadow:0 0 8px 2px #ffffff4d}.usage-warning{color:#ffffff90;text-shadow:0 1px 4px #0000004d;margin-top:-12px;margin-bottom:13px;margin-left:3em;font-size:13px}.contact-box{flex:1;align-items:center;gap:8px;display:flex}.same-as-owner-label{color:#fff;white-space:nowrap;text-shadow:0 1px 4px #0003;font-size:13px}.form-row.checkbox-row{justify-content:flex-start}.form-row.checkbox-row .form-label{text-align:right}.form-row.radio-row .radio-group{flex:1;justify-content:flex-start}.pay-button-content{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.pay-button-label{font-size:18px;font-weight:700}.pay-button-amount{opacity:.9;font-size:14px;font-weight:500}.pay-section-label{color:#fff;text-align:center;text-shadow:0 2px 8px #0000001f;margin:16px 0 8px;font-size:16px;font-weight:500}.pay-amount-desc{color:#ffffffe6;text-align:center;margin-top:2px;margin-bottom:24px;font-size:14px;line-height:1.6}.amounts{justify-content:center;align-items:center;gap:8px;margin-bottom:24px;display:flex}.currency-symbol{color:#fff;text-shadow:0 2px 8px #0006;margin-right:8px;font-size:28px}.decimal-point{color:#fff;text-shadow:0 2px 8px #0006;margin:0 4px;font-size:28px}.amount-input{text-align:center;color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff40;border-radius:13px;outline:none;width:39px;height:48px;font-size:28px;transition:border .2s,box-shadow .2s;position:relative;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.amount-input.active{background:#ffffff47;border:1.3px solid #fff;box-shadow:0 0 13px 3px #fffa,0 4px 24px #0000001a}.amount-input.glow{animation:2s ease-in-out infinite amountGlow}@keyframes amountGlow{0%,to{box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}50%{box-shadow:0 0 20px 5px #fffa,0 4px 24px #0000001a}}.numpad-card{width:100%;margin-bottom:24px}.numpad{flex-direction:column;align-items:center;gap:19px;max-width:280px;margin:0 auto;display:flex}.numpad-row{justify-content:center;gap:19px;width:100%;display:flex}.num-btn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff2e;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0;font-size:31px;font-weight:413;transition:background .2s,box-shadow .2s,border .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.num-btn:hover{background:#ffffff40;border-color:#fff6}.num-btn:active{background:#ffffff59;transform:scale(.95);box-shadow:0 0 16px 4px #fffa,0 4px 24px #0000001a}.num-btn.disabled{opacity:.4;cursor:not-allowed;background:#ffffff1a}.num-btn.disabled:hover,.num-btn.disabled:active{background:#ffffff1a;transform:none;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.random-btn{background:#ffc10733;border-color:#ffc10766;font-size:24px}.random-btn:hover{background:#ffc1074d;border-color:#ffc10799}.delete-btn{background:#f4433633;border-color:#f4433666;font-size:20px;font-weight:700}.delete-btn:hover{background:#f443364d;border-color:#f4433699}.btn-primary-circle{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);cursor:pointer;text-shadow:0 2px 16px #0000002e;background:#ffffff38;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:94px;height:94px;margin:0 auto;font-size:19px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-primary-circle:hover{background:#ffffff47;border-color:#fff6}.btn-primary-circle:active{background:#ffffff59;transform:scale(.95);box-shadow:0 0 20px 6px #fffa,0 4px 24px #0000001a}.btn-primary-circle:disabled{opacity:.5;cursor:not-allowed;background:#ffffff26}.glow-button{animation:2s ease-in-out infinite buttonGlow}@keyframes buttonGlow{0%,to{box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}50%{border-color:#fffc;box-shadow:0 0 30px 8px #fffa,0 4px 24px #0000001a}}.form-error-message{color:#ffffff70;text-align:center;margin-bottom:34px;padding:8px 16px;font-size:13px;animation:.3s ease-out errorFadeIn}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.pay-bg-root{-webkit-overflow-scrolling:touch;padding:0 16px;overflow-y:auto}.pay-card{border-radius:31px;width:calc(100vw - 32px);max-width:calc(100vw - 32px);margin:13px 0;padding:19px}.pay-footer{padding-bottom:env(safe-area-inset-bottom);margin-bottom:19px;font-size:13px}.form-row{align-items:center;gap:13px;margin-bottom:13px;display:flex}.form-label{text-align:right;flex-shrink:0;min-width:68px;font-size:13px}.form-input{flex:1}.form-row.checkbox-row,.form-row.radio-row{align-items:center;gap:13px;display:flex}.form-row.checkbox-row .form-label,.form-row.radio-row .form-label{text-align:right;min-width:68px}.input{box-sizing:border-box;border-radius:41px;width:100%;height:41px;padding:0 13px;font-size:13px}.amount-input{border-radius:13px;width:41px;height:48px;font-size:22px}.btn-primary-circle{border-radius:50%;width:119px;height:119px;font-size:19px}.numpad{gap:19px;max-width:282px;margin:0 auto}.numpad-row{gap:19px}.num-btn{border-radius:50%;width:68px;height:68px;font-size:31px}.pay-title-line1{margin-bottom:6px;font-size:31px;font-weight:600}.pay-title-line2{margin-bottom:8px;font-size:31px;font-weight:600}.pay-section-label{color:#fff;text-shadow:0 2px 8px #0000001f;margin:16px 0 8px;font-size:16px}.form-error-message{margin-bottom:32px;padding:6px 12px;font-size:13px}}.pay-container.mobile-friendly{background:0 0;max-width:420px;margin:0 auto;padding:19px 8px 0}.input-error-hint{color:#ffffffd9;margin-top:.5em;font-size:13px}.quick-analyze-countdown{color:#fff;text-shadow:0 0 20px #fff,0 0 40px #fff,0 0 60px #fff;opacity:.95;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 18px;font-size:64px;font-weight:300;animation:1s ease-in-out elegantCountdownGlow;display:flex;box-shadow:0 8px 32px #0000001a}@keyframes elegantCountdownGlow{0%{opacity:0;text-shadow:0 0 10px #fff4,0 0 20px #fff3,0 0 30px #fff2;transform:scale(.8)}50%{opacity:1;text-shadow:0 0 30px #fff,0 0 60px #fff8,0 0 90px #fff6;transform:scale(1.08)}to{opacity:.9;text-shadow:0 0 20px #fff8,0 0 40px #fff6,0 0 60px #fff4;transform:scale(1)}}.essence-description-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-radius:20px;margin:18px auto;padding:18px 10px;animation:.7s cubic-bezier(.4,0,.2,1) fadeIn;box-shadow:0 4px 24px #0000001a}.essence-title{color:#ffffffd9;text-align:center;margin-bottom:8px;font-size:19px;font-weight:500}.essence-content{color:#fff;text-align:center;text-shadow:0 0 16px #fff,0 0 32px #fff3;margin-bottom:6px;font-size:28px;font-weight:600;line-height:1.4}.star-chart-container{background:#ffffffad;border-radius:19px;margin-bottom:22px;padding:13px 0;animation:.7s cubic-bezier(.4,0,.2,1) .12s fadeIn}.chart-title{color:#0b7c3b;text-align:center;margin-bottom:8px;font-size:13px;font-weight:500}.breathing-glow-white{animation:2s ease-in-out infinite whiteGlow}@keyframes whiteGlow{0%,to{box-shadow:0 0 20px 4px #fff8,0 4px 24px #0000001a}50%{box-shadow:0 0 40px 12px #fff,0 4px 24px #0000001a}}.star-bubbles-container{justify-content:center;align-items:flex-end;gap:24px;margin:18px 0 8px;display:flex}.star-bubble{color:#fff;opacity:.92;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;font-size:19px;font-weight:700;animation:3.2s ease-in-out infinite floatBubble;display:flex;position:relative;box-shadow:0 8px 32px #00000026}.star-bubble.positive{background:linear-gradient(135deg,#1ed672 60%,#0baf7c 100%)}.star-bubble.negative{background:linear-gradient(135deg,#e53935 60%,#b71c1c 100%)}.star-bubble.neutral{background:linear-gradient(135deg,#757575 60%,#424242 100%)}.star-bubble.zhuan{background:linear-gradient(135deg,#1ed6a2 60%,#0ba7af 100%)}@keyframes floatBubble{0%,to{opacity:.92;transform:translateY(0)}50%{opacity:1;transform:translateY(-18px)}}.star-bubble-label{letter-spacing:1px;margin-bottom:2px;font-size:15px;font-weight:600}.star-bubble-percent{text-shadow:0 2px 8px #0003;margin-bottom:0;font-size:22px;font-weight:700}.star-ratio-summary{text-align:center;color:#fff;letter-spacing:1px;margin-top:8px;font-size:13px;font-weight:500}.star-bar-wrapper{width:100%;max-width:460px;margin:0 auto 12px;padding:0 8px}.star-bar-bg{background:#e8f0f3;border-radius:18px;width:100%;height:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0001}.star-bar-section{height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.star-bar-section.positive{background:linear-gradient(90deg,#1ed672 60%,#0baf7c 100%)}.star-bar-section.negative{background:linear-gradient(90deg,#e53935 60%,#ff9800 100%)}.star-bar-section.neutral{background:linear-gradient(90deg,#757575 60%,#bdbdbd 100%)}.star-bar-section.zhuan{background:linear-gradient(90deg,#1ed6a2 60%,#bdbdbd 100%)}.star-bar-labels{letter-spacing:1px;justify-content:space-between;align-items:center;margin:0 8px;font-size:17px;font-weight:600;display:flex}.star-bar-label{text-align:center;color:#222;opacity:.92;min-width:56px}.star-bar-label.positive{color:#0b7c3b}.star-bar-label.negative{color:#e53935}.star-bar-label.neutral{color:#424242}.star-bar-label.zhuan{color:#0ba7af}@media (width>=769px){.star-chart-container.wide-bar{min-width:394px!important;max-width:394px!important}.star-bar-wrapper{max-width:394px;padding:0 16px}}@media (width<=768px){.star-chart-container.wide-bar{width:calc(100vw - 2em)!important;max-width:calc(100vw - 2em)!important;margin:0 1em 22px!important}}.full-report-btn-container{margin-bottom:8px;margin-top:48px!important}.tip-text-blink{animation:3s ease-in-out infinite slowBlink}@keyframes slowBlink{0%,50%,to{opacity:.8}25%,75%{opacity:1}}.star-chart-container.wide-bar{background:#fff;border-radius:19px;margin-bottom:22px;padding:13px 0;animation:.7s cubic-bezier(.4,0,.2,1) .12s fadeIn;position:relative;box-sizing:border-box!important;flex-shrink:0!important;width:100%!important;min-width:auto!important;max-width:394px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}@media (width>=769px){.star-chart-container.wide-bar{width:100%!important;min-width:auto!important;max-width:394px!important}.star-bar-wrapper{max-width:394px;padding:0 20px}}@media (width<=1024px){.star-chart-container.wide-bar{width:100%!important;max-width:394px!important}.star-bar-wrapper{max-width:394px}}@media (width<=768px){.star-chart-container.wide-bar{width:100%!important;max-width:calc(100vw - 31px)!important;min-width:unset!important}.star-bar-wrapper{max-width:100%;padding:0 8px}}.star-bar-labels.compact-bar-labels{letter-spacing:1px;flex-direction:row;justify-content:center;align-items:center;gap:0;margin:0 8px;font-size:13px;font-weight:600;display:flex}.bar-label-sep{color:#888;margin:0 7px;font-size:13px;font-weight:400}.star-bar-labels.compact-bar-labels .star-bar-label{min-width:unset;color:#222;opacity:.92;font-size:13px;font-weight:600}.star-bar-labels.compact-bar-labels .star-bar-label.positive{color:#0baf7c}.star-bar-labels.compact-bar-labels .star-bar-label.negative{color:#e53935}.star-bar-labels.compact-bar-labels .star-bar-label.neutral{color:#757575}.star-bar-labels.compact-bar-labels .star-bar-label.zhuan{color:#1ed6a2}.star-count-summary{text-align:center;color:#888;letter-spacing:1px;margin-top:8px;font-size:13px;font-weight:500}.essence-description-plain{box-shadow:none;background:0 0;border-radius:0;margin:18px auto;padding:0;animation:.7s cubic-bezier(.4,0,.2,1) fadeIn}.essence-description-plain .essence-title{color:#ffffffd9;text-align:center;margin-bottom:4px;font-size:13px;font-weight:500}.essence-description-plain .essence-content{color:#fff;text-align:center;text-shadow:0 0 16px #fff,0 0 32px #fff3;margin-bottom:6px;font-size:18px;font-weight:600;line-height:1.4}.pay-white-btn,.pay-glow-btn{color:#222;-webkit-backdrop-filter:blur(12px)saturate(1.2);cursor:pointer;text-shadow:0 2px 16px #00000014;background:#ffffff38;border:2px solid #0000001a;border-radius:34px;outline:none;justify-content:center;align-items:center;width:68px;min-width:180px;height:68px;margin:0 auto 18px;padding:14px 0;font-size:14px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.pay-white-btn{color:#222;background:#ffffffd9;border:2px solid #e0e0e0}.pay-glow-btn{animation:2s ease-in-out infinite buttonGlow;position:relative;box-shadow:0 0 16px 2px #fff8,0 4px 24px #0000001a}.pay-white-btn:active,.pay-glow-btn:active{background:#fffffff2;transform:scale(.97);box-shadow:0 0 20px 6px #fffa,0 4px 24px #0000001a}.pay-white-btn:disabled,.pay-glow-btn:disabled{opacity:.5;cursor:not-allowed}.pay-recommend-btn{background:linear-gradient(90deg,#fff 80%,#f0f4ff 100%);border:2px solid #b3c6ff;box-shadow:0 2px 16px #fff8,0 4px 24px #0000001a}.pay-secondary-btn{color:#222;background:#ffffffb3;border:2px solid #e0e0e0;box-shadow:0 2px 8px #fff4}.order-id-display{color:#fff;text-align:center;letter-spacing:1px;margin-bottom:8px;font-size:13px}.success-bg-root{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:0 16px;display:flex;position:relative}.pay-card.success-card{-webkit-backdrop-filter:blur(18px)saturate(1.2);background:#ffffff2e;border:2.5px solid #ffffff38;border-radius:32px;flex-direction:column;align-items:center;width:calc(100% - 32px);max-width:420px;margin:48px auto 24px;padding:48px 32px 38px;display:flex;box-shadow:0 8px 48px #0000002e,inset 0 1.5px #ffffff2e}.pay-title{color:#fff;text-shadow:0 2px 16px #0000002e;white-space:nowrap;text-overflow:ellipsis;text-align:center;width:100%;margin-bottom:18px;font-size:26px;font-weight:700;display:block;overflow:hidden}.pay-title.success-glow{background:linear-gradient(90deg,#fff 0%,#ffe6a0 50%,#fff 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 24px #fff8,0 0 48px #ffe6a0,0 2px 16px #fff6;text-align:center;-webkit-background-clip:text;margin-bottom:18px;font-size:32px;font-weight:700;animation:2.5s ease-in-out infinite titleGlow}@keyframes titleGlow{0%{text-shadow:0 0 12px #fff8,0 0 24px #ffe6a0,0 2px 8px #fff6}50%{text-shadow:0 0 32px #fff,0 0 64px #ffe6a0,0 2px 24px #fff}to{text-shadow:0 0 12px #fff8,0 0 24px #ffe6a0,0 2px 8px #fff6}}.success-icon{text-shadow:0 2px 12px #1aad19cc;margin-top:2px;margin-bottom:18px;font-size:48px}.success-icon.success-animate{text-shadow:0 2px 24px #1aad19cc,0 0 32px #fff8;margin-top:2px;margin-bottom:24px;font-size:64px;animation:1.8s cubic-bezier(.4,0,.2,1) infinite iconPop}@keyframes iconPop{0%{filter:brightness();transform:scale(1)}50%{filter:brightness(1.18);transform:scale(1.13)}to{filter:brightness();transform:scale(1)}}.order-id-value{color:#fff;text-shadow:0 2px 8px #0000004d;letter-spacing:1px;font-family:Courier New,monospace;font-size:18px;font-weight:700}.success-msg{color:#fff;text-align:center;opacity:.98;text-shadow:0 2px 8px #0000001f;margin-bottom:32px;font-size:18px;font-weight:400;line-height:1.8}.order-info{box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;width:100%;margin:20px 0;padding:20px}.order-info h3{color:#fff;text-align:center;margin:0 0 15px;font-size:18px;font-weight:600}.order-info p{color:#fff;opacity:.9;word-break:break-all;margin:8px 0;font-size:14px}.order-info strong{color:#ffe6a0;font-weight:600}.btn-primary{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);text-shadow:0 2px 16px #0000002e;background:#ffffff38;border:2px solid #ffffff40;border-radius:16px;width:calc(100vw - 64px);max-width:340px;height:56px;margin-top:12px;font-size:24px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-primary:active{background:#1aad192e;border:2.5px solid #1aad19;box-shadow:0 0 16px 2px #1aad19aa,0 4px 24px #0000001a}.success-btn{color:#4b006e;-webkit-backdrop-filter:blur(8px)saturate(1.1);text-shadow:0 2px 16px #00000014;cursor:pointer;background:linear-gradient(90deg,#ffe6a0 0%,#1aad19 100%);border:none;border-radius:18px;justify-content:center;align-items:center;width:calc(100vw - 64px);max-width:340px;height:56px;margin-top:12px;font-size:22px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #1aad191a,inset 0 1.5px #ffffff2e}.success-btn:active{color:#fff;background:linear-gradient(90deg,#1aad19 0%,#ffe6a0 100%)}.pay-title-line2{color:#fff;text-shadow:0 0 16px #fff,0 0 32px #fff,0 0 48px #fff;filter:blur(.2px);justify-content:center;margin-bottom:8px;font-size:31px;font-weight:600;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif!important}.glow-char{text-shadow:0 0 16px #fff,0 0 32px #fff,0 0 48px #fff;color:#fff;filter:blur(.2px);opacity:.7;animation:1.2s linear infinite softGlow}@keyframes softGlow{0%{opacity:.7}20%{opacity:1}80%{opacity:.7}to{opacity:.7}}.btn-primary-circle{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);cursor:pointer;text-shadow:0 2px 16px #0000002e;background:#ffffff38;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:94px;height:94px;margin-bottom:60px;font-size:19px;font-weight:700;transition:background .2s,box-shadow .2s,border .2s;display:flex;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-primary-circle:hover{background:#ffffff47;border:2.5px solid #ffffff59;box-shadow:0 0 16px 2px #fff3,0 4px 24px #0000001a}.btn-primary-circle:active{background:#1aad192e;border:2.5px solid #fff;box-shadow:0 0 16px 2px #fffa,0 4px 24px #0000001a}.pay-footer{text-align:center;color:#fff;opacity:.85;width:100vw;max-width:100vw;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-top-left-radius:0;border-top-right-radius:0;padding:9px 0 9ch;font-size:13px;position:static}.footer-content{justify-content:center;align-items:center;gap:8px;display:flex}.footer-content.footer-2row{flex-direction:column;justify-content:center;align-items:center;gap:4px}.footer-row1{text-align:center;width:100%}.footer-row2{text-align:center;justify-content:center;align-items:center;gap:8px;width:100%;font-size:13px;display:flex}@media (width<=600px){.footer-row2{gap:6px;font-size:12px}}.pay-footer .copyright{font-weight:300}.pay-footer .privacy-link{color:#fff;opacity:.92;font-size:13px;text-decoration:none;transition:opacity .2s,text-shadow .2s}.pay-footer .privacy-link:hover{opacity:1;text-shadow:0 2px 8px #ffffff4d}@media (width<=600px){.pay-card.success-card{border-radius:18px;padding:24px 20px}.pay-footer{padding:12px 0 8px;font-size:12px}}.fade-up{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.fade-up.show{opacity:1;transform:translateY(0)}.admin-container{background:linear-gradient(135deg,#4b006e 0%,#005c4b 50%,#002e6e 100%) 0 0/200% 200%;min-height:100vh;padding:0 0 32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;animation:10s ease-in-out infinite bgMove;margin:1em!important}.admin-manage-card{-webkit-backdrop-filter:blur(19px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:31px;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;display:flex;box-shadow:0 8px 41px #0000002e,inset 0 1.5px #ffffff2e;padding:.5em!important}.admin-header{border-bottom:1.3px solid #ffffff2e;justify-content:space-between;align-items:center;width:100%;margin-bottom:13px;padding-bottom:10px;display:flex}.admin-title{color:#fff;text-shadow:0 2px 16px #0000002e;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;margin:0;font-size:19px;font-weight:600}.admin-user-info{align-items:center;gap:10px;display:flex}.user-profile{background:#ffffff21;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;display:flex}.user-wechat{color:#fff;font-size:13px;font-weight:600}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:20px;padding:6px 13px;font-size:13px;font-weight:600;transition:all .3s}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ee5a2466}.admin-toolbar{-webkit-backdrop-filter:blur(8px)saturate(1.1);backdrop-filter:blur(8px)saturate(1.1);background:#ffffff21;border-radius:18px;align-items:center;gap:10px;width:100%;margin-bottom:13px;padding:8px 10px;display:flex;box-shadow:0 2px 12px #0000000f}.search-input{color:#2c3e50;background:#ffffffe0;border:1.3px solid #ffffff2e;border-radius:13px;outline:none;flex:1;width:100%;min-width:0;max-width:600px;padding:10px 18px;font-size:15px;transition:border .2s,box-shadow .2s;box-shadow:0 2px 8px #667eea0f}.search-input:focus{background:#fff;border:1.3px solid #4b006e;box-shadow:0 0 8px 2px #4b006e22}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);border:none;border-radius:18px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #0000001a}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#005c4b,#4b006e 100%)}.order-list{grid-template-columns:repeat(auto-fit,minmax(391px,1fr));justify-items:center;gap:18px;width:100%;margin:0 auto;display:grid}@media (width<=900px){.order-list{gap:16px;grid-template-columns:1fr!important}}@media (width<=600px){.order-list{gap:10px;grid-template-columns:1fr!important}.order-item{width:100%!important;min-width:0!important;padding:.5em!important}.order-details{padding:8px}.order-header{gap:10px;padding:12px 8px}}.order-item{-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:19px;flex-direction:column;gap:0;min-width:100%;max-width:391px;font-size:13px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e;padding:.5em!important}.order-item:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 8px 30px #0000002e}.order-header{background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);border-radius:13px 13px 0 0;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:12px 16px;display:flex;position:relative}.order-header:after{content:"";background:linear-gradient(90deg,#ffffff4d,#ffffffb3,#ffffff4d);height:2px;position:absolute;bottom:0;left:0;right:0}.phone-display{color:#fff;letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff2e;border:1px solid #ffffff2e;border-radius:15px;align-items:center;min-height:32px;padding:6px 13px;font-weight:700;display:flex;font-size:15px!important}.payment-status{align-items:center;height:32px;display:flex;position:relative}.status-badge{color:#333;cursor:pointer;vertical-align:middle;background:#fff;border-radius:16px;margin-left:.5em;padding:4px 16px;font-size:13px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:inline-block;box-shadow:0 2px 8px #00000014}.status-badge:hover{background:#f0f0f0;box-shadow:0 4px 16px #0000002e}.status-paid{border-color:#4caf5080;color:#fff!important;background:#0baf7c!important}.status-pending{border-color:#ff980080;color:#fff!important;background:#1976d2!important}.status-cancel{color:#fff!important;background:#888!important}.status-finished{border-color:#ffb30055;color:#fff!important;background:#ffb300!important}.order-details{background:0 0;padding:12px 16px 8px}.detail-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:3px 0;transition:all .2s;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:#fff;text-shadow:0 1px 4px #0003;flex-shrink:0;min-width:60px;font-size:12px;font-weight:500}.detail-value{color:#fff;text-align:right;text-shadow:0 1px 4px #0000001f;flex:1;margin-left:8px;font-size:12px;font-weight:600}.detail-value.order-id{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);border-radius:6px;padding:4px 8px;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:11px;font-weight:700}.detail-value.email{color:#00bfff;letter-spacing:.5px;background:#00bfff14;border:1px solid #00bfff21;border-radius:6px;padding:4px 8px;font-family:SF Mono,Monaco,monospace;font-size:11px;font-weight:600}.detail-value.amount{color:#059669;background:#05966914;border:1.3px solid #05966921;border-radius:7px;padding:5px 10px;font-size:14px;font-weight:800}.no-orders{text-align:center;color:#fff;background:#ffffff21;border:1.3px dashed #ffffff2e;border-radius:13px;padding:30px 10px;font-size:13px;font-weight:500}.admin-error{color:#fff;background:#ef444421;border:1.3px solid #ef444421;border-radius:10px;margin-bottom:13px;padding:10px 13px;font-size:13px;font-weight:600}.pagination-bar{justify-content:center;align-items:center;gap:4px;margin:18px 0 0;display:flex}.pagination-btn{color:#4b006e;cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;min-width:28px;height:28px;margin:0 2px;font-size:13px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;box-shadow:0 2px 8px #667eea14}.pagination-btn.active,.pagination-btn:focus{color:#fff;background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);box-shadow:0 0 0 2px #4b006e44}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:8px;font-size:19px;transition:background .2s,color .2s;display:flex;box-shadow:0 2px 8px #0000001a}.refresh-btn:hover{background:linear-gradient(135deg,#005c4b,#4b006e 100%)}.detail-value.email,.detail-value.amount,.detail-value.white-text{color:#fff!important;background:0 0!important;border:none!important}.detail-value.order-id{padding:0;font-family:inherit;color:#fff!important;background:0 0!important;border:none!important}@media (width<=600px){.admin-manage-card{border-radius:19px;max-width:100vw;margin:0;padding:8px 2px}.order-list{gap:6px}.order-item{border-radius:13px;padding:6px 2px}.order-header{border-radius:13px 13px 0 0;padding:6px 2px}.phone-display{min-height:24px;font-size:13px!important}.order-details{padding:3px 0 0}.detail-row{padding:2px 0}.detail-label,.detail-value{min-width:40px;font-size:10px}.detail-value.amount{border-radius:5px;padding:3px 6px;font-size:11px}.detail-value.order-id,.detail-value.email{border-radius:4px;padding:2px 4px;font-size:9px}.no-orders{border-radius:7px;padding:13px 4px;font-size:11px}.pagination-bar{margin:10px 0 0}.pagination-btn{min-width:22px;height:22px;font-size:10px}.search-input{max-width:100vw;padding:8px 10px;font-size:13px}.refresh-btn{width:32px;height:32px;font-size:16px}}.admin-login-container{touch-action:pan-y;background:linear-gradient(135deg,#4b006e 0%,#005c4b 50%,#002e6e 100%) 0 0/200% 200%;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;animation:10s ease-in-out infinite bgMove;display:flex;overflow-x:hidden}.admin-login-card{-webkit-backdrop-filter:blur(19px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:31px;width:100%;max-width:420px;padding:40px 30px;position:relative;overflow:hidden;box-shadow:0 8px 41px #0000002e,inset 0 1.5px #ffffff2e}.admin-login-card:before{content:"";background:linear-gradient(90deg,#4b006e,#005c4b,#002e6e);height:3px;position:absolute;top:0;left:0;right:0}.admin-login-card .admin-title{text-align:center;color:#fff;text-shadow:0 2px 16px #0000002e;margin-bottom:35px;font-size:24px;font-weight:700;position:relative}.admin-login-card .admin-title:after{content:"";background:linear-gradient(90deg,#ffffff4d,#ffffffb3,#ffffff4d);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.admin-form{flex-direction:column;gap:22px;display:flex}.form-group{position:relative}.form-group label{color:#ffffffe6;text-shadow:0 1px 4px #0000001a;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.admin-input{color:#2c3e50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1.3px solid #ffffff38;border-radius:18px;width:100%;padding:16px 18px;font-size:15px;transition:all .3s;box-shadow:0 2px 8px #667eea0f}.admin-input:focus{background:#fff;border:1.3px solid #4b006e;outline:none;transform:translateY(-1px);box-shadow:0 0 8px 2px #4b006e22}.admin-input::placeholder{color:#2c3e5099}.admin-login-btn{color:#fff;cursor:pointer;text-shadow:0 1px 4px #0000004d;-webkit-backdrop-filter:blur(10px);background:#ffffff40;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;padding:18px;font-size:16px;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #fff3}.admin-login-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-login-btn:hover:not(:disabled):before{left:100%}.admin-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #4b006e66}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.captcha-container{flex-direction:column;gap:12px;display:flex}.slider-captcha-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;max-width:320px;margin:0 auto;padding:20px;position:relative}.slider-track{cursor:pointer;background:#ffffff26;border:2px solid #ffffff4d;border-radius:25px;width:100%;height:60px;position:relative;overflow:hidden}.slider-fill{z-index:1;background:linear-gradient(90deg,#4b006e,#005c4b);border-radius:25px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.slider-thumb{cursor:grab;z-index:2;background:#ffffffe6;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:2px;left:2px;box-shadow:0 2px 8px #0003}.slider-thumb:active{cursor:grabbing;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.slider-thumb svg{color:#4b006e;transition:transform .3s}.slider-thumb:hover svg{transform:scale(1.1)}.slider-text{text-align:center;color:#ffffffe6;margin-top:12px;font-size:14px;font-weight:500;transition:color .3s}.slider-text:has(+.slider-refresh-btn:hover){color:#fff}.slider-refresh-btn{cursor:pointer;color:#fffc;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.slider-refresh-btn:hover{color:#fff;background:#ffffff4d;transform:rotate(180deg)}.captcha-input{text-align:center;letter-spacing:3px;text-transform:uppercase;font-size:16px;font-weight:700}.admin-error{color:#ff6b6b;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#dc26261a;border:1px solid #dc26264d;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500;box-shadow:0 2px 8px #dc26261a}.login-warning{color:#ffa726;text-align:center;background:#ffa7261a;border:1px solid #ffa72633;border-radius:8px;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:500}.admin-stats-bar{background:#fff;border-radius:17px;justify-content:center;align-items:center;gap:32px;max-width:520px;margin:0 auto 18px;padding:13px 0 7px;display:flex;box-shadow:0 2px 12px #0001}.stat-item{flex-direction:column;align-items:center;min-width:72px;margin:0 8px;font-size:27px;font-weight:700;display:flex}.stat-item .stat-label{color:#888;margin-top:2px;font-size:13px;font-weight:400}.stat-item.stat-quick{color:#0baf7c}.stat-item.stat-paid{color:#1976d2}.stat-item.stat-cancel{color:#888}.admin-tab-navigation{-webkit-backdrop-filter:blur(8px)saturate(1.1);backdrop-filter:blur(8px)saturate(1.1);background:#ffffff21;border-radius:18px;width:100%;max-width:600px;margin-bottom:20px;margin-left:auto;margin-right:auto;padding:6px;display:flex;box-shadow:0 2px 12px #0000000f}.tab-button{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 8px;font-size:12px;font-weight:500;transition:all .3s;display:flex}.tab-button:hover{color:#ffffffe6;background:#ffffff1a}.tab-button.active{color:#fff;background:linear-gradient(135deg,#4b006e,#005c4b 50%,#002e6e 100%);box-shadow:0 4px 12px #4b006e4d}.tab-icon{justify-content:center;align-items:center;font-size:16px;display:flex}.tab-label{text-align:center;font-size:11px;font-weight:600}.dashboard-content{width:100%;padding:20px 0}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;display:grid}.dashboard-stat-card{text-align:center;-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:19px;padding:20px;transition:all .3s;box-shadow:0 4px 24px #0000001a}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000002e}.stat-number{color:#fff;text-shadow:0 2px 16px #0000002e;margin-bottom:8px;font-size:32px;font-weight:700}.stat-title{color:#ffffffe6;margin-bottom:6px;font-size:14px;font-weight:600}.stat-description{color:#ffffffb3;font-size:12px;line-height:1.4}.dashboard-charts{-webkit-backdrop-filter:blur(12px)saturate(1.2);background:#ffffff2e;border:1.3px solid #ffffff38;border-radius:19px;padding:20px}.chart-section h3{color:#fff;text-align:center;margin-bottom:15px;font-size:16px;font-weight:600}.status-chart{margin-top:15px}.status-bar{background:#fff3;border-radius:10px;width:100%;height:20px;margin-bottom:10px;overflow:hidden}.status-fill{background:linear-gradient(90deg,#4b006e,#005c4b);border-radius:10px;height:100%;transition:width .8s}.status-fill.paid{background:linear-gradient(90deg,#1976d2,#42a5f5)}.status-labels{color:#fffc;justify-content:space-between;font-size:12px;display:flex}.empty-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:60px 20px;display:flex}.empty-icon{opacity:.6;margin-bottom:20px;font-size:48px}.empty-content h3{color:#fff;margin-bottom:10px;font-size:18px;font-weight:600}.empty-content p{color:#ffffffb3;font-size:14px;line-height:1.5}@media (width<=600px){.admin-tab-navigation{margin-bottom:15px;padding:4px}.tab-button{padding:8px 4px;font-size:11px}.tab-icon{font-size:14px}.tab-label{font-size:10px}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dashboard-stat-card{padding:15px}.stat-number{font-size:24px}.stat-title{font-size:12px}.stat-description{font-size:10px}.dashboard-charts{padding:15px}.empty-content{min-height:200px;padding:40px 15px}.empty-icon{font-size:36px}.empty-content h3{font-size:16px}.empty-content p{font-size:12px}}@media (width<=768px){.admin-login-container{padding:15px}.admin-login-card{border-radius:25px;max-width:100%;padding:30px 20px}.admin-login-card .admin-title{margin-bottom:25px;font-size:20px}.admin-form{gap:18px}.form-group label{margin-bottom:6px;font-size:13px}.admin-input{border-radius:15px;padding:14px 16px;font-size:14px}.admin-login-btn{border-radius:50%;width:70px;height:70px;padding:16px;font-size:15px}.slider-captcha-container{max-width:240px;padding:12px}.slider-track{height:44px}.slider-thumb{width:48px;height:48px}.slider-text{margin-top:10px;font-size:13px}.captcha-input{letter-spacing:2px;font-size:14px}.admin-error{border-radius:10px;padding:10px 14px;font-size:13px}.login-warning{border-radius:6px;padding:6px 10px;font-size:12px}}@media (width<=480px){.admin-login-container{padding:10px}.admin-login-card{border-radius:20px;padding:25px 15px}.admin-login-card .admin-title{margin-bottom:20px;font-size:18px}.admin-form{gap:15px}.form-group label{margin-bottom:5px;font-size:12px}.admin-input{border-radius:12px;padding:12px 14px;font-size:13px}.admin-login-btn{border-radius:50%;width:60px;height:60px;padding:14px;font-size:14px}.slider-captcha-container{max-width:180px;padding:8px}.slider-track{height:36px}.slider-thumb{width:40px;height:40px}.slider-text{margin-top:8px;font-size:12px}.captcha-display-container{border-radius:8px;padding:6px}.captcha-input{letter-spacing:1px;font-size:13px}.admin-error{border-radius:8px;padding:8px 12px;font-size:12px}.login-warning{border-radius:5px;padding:5px 8px;font-size:11px}}.analysis-container{color:#fff;padding:20px}.analysis-type-selector,.region-selector{margin-bottom:20px}.analysis-label{color:#fff;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.type-options,.region-options{flex-wrap:wrap;gap:10px;display:flex}.type-option,.region-option{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;padding:8px 16px;font-size:13px;transition:all .2s;display:flex}.type-option:hover,.region-option:hover{background:#fff3}.type-option.selected,.region-option.selected{background:linear-gradient(135deg,#4b006e,#005c4b);border-color:#ffffff4d}.type-option input,.region-option input{accent-color:#4caf50;margin-right:8px}.input-section{margin-bottom:20px}.input-wrapper{align-items:center;display:flex;position:relative}.analysis-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s}.analysis-input:focus{background:#ffffff26;border-color:#4caf50;outline:none}.analysis-input::placeholder{color:#fff9}.clear-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:18px;transition:all .2s;display:flex;position:absolute;right:12px}.clear-btn:hover{color:#fff;background:#ffffff1a}.error-message{color:#ff6b6b;background:#ff6b6b1a;border-left:3px solid #ff6b6b;border-radius:6px;margin-top:8px;padding:8px 12px;font-size:12px}.analysis-actions{text-align:center;margin-bottom:30px}.analyze-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4b006e,#005c4b);border:none;border-radius:25px;padding:12px 32px;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #4b006e4d}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4b006e66}.analyze-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.analysis-results{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:20px}.results-title{color:#fff;text-align:center;margin-bottom:20px;font-size:18px;font-weight:600}.final-number-section{text-align:center;background:#ffffff1a;border-radius:8px;margin-bottom:25px;padding:15px}.final-number-label{color:#ffffffb3;margin-bottom:8px;font-size:12px}.final-number-value{color:#4caf50;letter-spacing:2px;font-size:24px;font-weight:700}.section-title{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:15px;padding-bottom:8px;font-size:16px;font-weight:600}.star-ratio-section{margin-bottom:25px}.star-ratio-chart{background:#ffffff0d;border-radius:8px;padding:15px}.star-ratio-bar{background:#ffffff1a;border-radius:20px;height:40px;display:flex;overflow:hidden}.star-ratio-fill{justify-content:center;align-items:center;min-width:60px;transition:all .3s;display:flex}.star-ratio-fill.positive{background:linear-gradient(135deg,#4caf50,#45a049)}.star-ratio-fill.negative{background:linear-gradient(135deg,#f44336,#d32f2f)}.star-ratio-fill.neutral{background:linear-gradient(135deg,#ff9800,#f57c00)}.star-ratio-label{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:12px;font-weight:600}.groups-section{margin-bottom:25px}.groups-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;display:grid}.group-item{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:10px;padding:15px;transition:all .2s}.group-item:hover{background:#ffffff26;transform:translateY(-2px)}.group-number{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:10px;font-size:18px;font-weight:700;display:flex;box-shadow:0 2px 8px #0003}.group-info{color:#fff}.group-position{color:#4caf50;margin-bottom:5px;font-size:14px;font-weight:600}.group-level{color:#ffffffb3;margin-bottom:8px;font-size:12px}.group-desc{margin-bottom:8px;font-size:13px;line-height:1.4}.group-special{color:#ff9800;background:#ff98001a;border-left:2px solid #ff9800;border-radius:4px;padding:4px 8px;font-size:12px}.health-risks-section{margin-bottom:25px}.health-risks-list{flex-direction:column;gap:10px;display:flex}.health-risk-item{background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.risk-group{color:#ff6b6b;font-size:14px;font-weight:600}.risk-content{color:#fff;flex:1;margin:0 15px;font-size:13px}.risk-level{color:#ffffffb3;background:#ffffff1a;border-radius:4px;padding:4px 8px;font-size:12px}.three-digits-section,.four-digits-section{margin-bottom:25px}.three-digits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;display:grid}.three-digits-item{text-align:center;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:10px;padding:15px;transition:all .2s}.three-digits-item:hover{background:#ffffff26;transform:translateY(-2px)}.three-digits-circle{background:linear-gradient(135deg,#4b006e,#005c4b);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 10px;display:flex;box-shadow:0 4px 15px #4b006e4d}.three-digits-number{color:#fff;font-size:20px;font-weight:700}.three-digits-pattern{color:#fff;font-size:13px;line-height:1.4}.four-digits-table{background:#ffffff0d;border-radius:8px;overflow:hidden}.table-header{color:#fff;background:#ffffff1a;grid-template-columns:1fr 2fr;padding:12px 15px;font-size:14px;font-weight:600;display:grid}.table-row{border-bottom:1px solid #ffffff0d;grid-template-columns:1fr 2fr;padding:12px 15px;transition:all .2s;display:grid}.table-row:hover{background:#ffffff0d}.table-row:last-child{border-bottom:none}.table-cell{color:#fff;align-items:center;font-size:13px;display:flex}.table-cell:first-child{color:#4caf50;font-weight:600}@media (width<=768px){.analysis-container{padding:15px}.type-options,.region-options{gap:8px}.type-option,.region-option{padding:6px 12px;font-size:12px}.groups-grid{grid-template-columns:1fr}.three-digits-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.health-risk-item{flex-direction:column;align-items:flex-start;gap:8px}.risk-content{margin:0}}.ai-report-section{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:1px solid #ffffff1a;border-radius:12px;margin-top:30px;padding:20px}.ai-report-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-report-title{color:#fff;margin:0;font-size:18px;font-weight:600}.generate-report-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s}.generate-report-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.generate-report-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.report-progress-section{margin:20px 0}.progress-bar{background:#ffffff1a;border-radius:4px;width:100%;height:8px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:4px;height:100%;transition:width .3s}.progress-text{color:#fff;text-align:center;font-size:14px}.report-error{background:#ff3b301a;border:1px solid #ff3b304d;border-radius:8px;align-items:center;margin:20px 0;padding:15px;display:flex}.error-icon{margin-right:10px;font-size:20px}.error-message{color:#ff6b6b;font-size:14px}.report-content-section{margin-top:20px}.report-content-title{color:#fff;margin-bottom:15px;font-size:16px;font-weight:600}.report-content-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:20px}.report-text{color:#e0e0e0;white-space:pre-wrap;word-wrap:break-word;font-size:14px;line-height:1.6}.report-text h1,.report-text h2,.report-text h3,.report-text h4{color:#fff;margin-top:20px;margin-bottom:10px}.report-text p{margin-bottom:12px}.report-text strong{color:#667eea}.report-text em{color:#ffd93d}.report-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;display:flex}.report-tip{color:#888;font-size:12px}.copy-report-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 16px;font-size:12px;transition:all .3s}.copy-report-btn:hover{background:#fff3;border-color:#ffffff4d}.four-digits-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.four-digits-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:space-between;align-items:center;padding:10px;display:flex}.four-digits-number{color:#667eea;font-size:14px;font-weight:600}.four-digits-pattern{color:#e0e0e0;text-align:right;flex:1;margin-left:10px;font-size:12px}@media (width<=768px){.ai-report-header{flex-direction:column;align-items:stretch;gap:15px}.generate-report-btn{width:100%}.report-footer{flex-direction:column;align-items:stretch;gap:10px}.copy-report-btn{width:100%}.four-digits-list{grid-template-columns:1fr}}.ai-report-tabs{background:#ffffff0d;border-radius:12px 12px 0 0;margin-bottom:0;display:flex;overflow:hidden}.ai-report-tab{color:#888;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:15px 20px;font-size:14px;font-weight:600;transition:all .3s}.ai-report-tab:hover{color:#fff;background:#ffffff1a}.ai-report-tab.active{color:#667eea;background:#ffffff1a;border-bottom-color:#667eea}.ai-report-tab-content{padding:20px}.ai-settings-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ai-settings-title{color:#fff;margin:0;font-size:18px;font-weight:600}.ai-settings-buttons{align-items:center;gap:10px;display:flex}.save-settings-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s}.save-settings-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #10b9814d}.save-settings-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.settings-saved{color:#10b981;font-size:14px;font-weight:500}.ai-settings-content{flex-direction:column;gap:20px;display:flex}.setting-group{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:20px}.setting-label{color:#fff;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.setting-select{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.setting-select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea33}.setting-range{align-items:center;gap:15px;margin-bottom:8px;display:flex}.setting-slider{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;outline:none;flex:1;height:6px}.setting-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#667eea;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 6px #667eea4d}.setting-slider::-moz-range-thumb{cursor:pointer;background:#667eea;border:none;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 6px #667eea4d}.setting-value{color:#667eea;text-align:center;min-width:40px;font-size:14px;font-weight:600}.setting-description{color:#333;font-size:13px;line-height:1.4}.setting-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.template-buttons{gap:8px;display:flex}.template-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .3s}.template-btn:hover{background:#fff3;border-color:#ffffff4d}.setting-textarea{color:#e0e0e0;resize:vertical;background:#ffffff0d;border:1px solid #fff3;border-radius:6px;width:100%;min-height:200px;padding:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5}.setting-textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea33}.ai-report-buttons{align-items:center;gap:10px;display:flex}.copy-prompt-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.copy-prompt-btn:hover:not(:disabled){background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.copy-prompt-btn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}@media (width<=768px){.ai-report-tabs{flex-direction:column}.ai-report-tab{border-bottom:none;border-right:3px solid #0000}.ai-report-tab.active{border-bottom:none;border-right-color:#667eea}.ai-settings-header{flex-direction:column;align-items:stretch;gap:15px}.ai-settings-buttons{justify-content:center}.setting-range{flex-direction:column;gap:10px}.setting-header{flex-direction:column;align-items:stretch;gap:10px}.template-buttons{justify-content:center}.ai-report-buttons{flex-direction:column;gap:8px;width:100%}.copy-prompt-btn{width:100%;padding:12px 16px;font-size:14px}}.numbers-grid-container{margin:20px 0}.numbers-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;margin-bottom:20px;display:grid}.number-grid-item{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:15px;flex-direction:column;align-items:center;padding:15px 10px;transition:all .3s;animation:3s ease-in-out infinite float;display:flex;position:relative}.number-grid-item:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 8px 25px #0003}.number-grid-item.has-special-desc{border-color:gold;box-shadow:0 0 10px #ffd7004d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.number-circle-grid{color:#fff;text-shadow:0 1px 3px #00000080;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:8px;font-size:18px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #0003}.number-circle-grid.level-strongest{animation:2s infinite pulse;box-shadow:0 0 20px #ffffff80}.number-circle-grid.level-strong{box-shadow:0 0 15px #ffffff4d}.number-circle-grid.level-weak{opacity:.8}.number-circle-grid.level-weakest{opacity:.6}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.number-text-grid{font-size:18px;font-weight:700}.star-name-grid{color:#fff;text-align:center;margin-bottom:4px;font-size:12px;font-weight:500}.star-level-grid{color:#fffc;text-align:center;margin-bottom:6px;font-size:11px}.special-desc-grid{background:#ffd70033;border:1px solid #ffd7004d;border-radius:8px;margin-top:6px;padding:4px 8px}.special-desc-text{color:gold;text-align:center;font-size:10px;line-height:1.3}.expand-indicator-grid{margin-top:8px}.expand-arrow-grid{color:#ffffffb3;font-size:12px;transition:all .3s}.expand-arrow-grid.expanded{color:#fff;transform:rotate(180deg)}.admin-details-section{margin-top:20px}.detail-content-grid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;margin-bottom:15px;padding:20px;animation:.3s ease-out slideDown}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.detail-header-grid{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;display:flex}.detail-number-grid{color:#fff;background:#fff3;border-radius:20px;padding:5px 12px;font-size:18px;font-weight:700}.detail-position-grid{color:#ffffffe6;font-size:14px;font-weight:500}.detail-row-grid{align-items:flex-start;margin-bottom:12px;display:flex}.detail-title-grid{color:#fff;flex-shrink:0;min-width:60px;margin-right:15px;font-size:14px;font-weight:600}.detail-text-grid{color:#ffffffe6;flex:1;font-size:14px;line-height:1.6}@media (width<=768px){.numbers-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px}.number-grid-item{padding:12px 8px}.number-circle-grid{width:50px;height:50px;font-size:16px}.star-name-grid{font-size:11px}.star-level-grid{font-size:10px}.detail-content-grid{padding:15px}.detail-header-grid{flex-direction:column;align-items:flex-start;gap:8px}.detail-row-grid{flex-direction:column;gap:5px}.detail-title-grid{min-width:auto;margin-right:0}}@media (width<=480px){.numbers-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.number-circle-grid{width:45px;height:45px;font-size:14px}.star-name-grid{font-size:10px}.star-level-grid{font-size:9px}}.report-text .thinking-process{background:#ffc1071a;border-left:4px solid #ffc107;border-radius:4px;margin:10px 0;padding:15px;font-style:italic}.report-text .thinking-process strong{color:#ffc107;margin-bottom:8px;display:block}.report-text .thinking-process br{margin-bottom:5px}.ai-report-error-hint{color:#fff;text-align:center;letter-spacing:.5px;background:0 0;margin-top:8px;font-size:13px}.ai-report-status-hint{color:#fff;text-align:center;letter-spacing:.5px;background:0 0;margin-top:6px;font-size:13px}.plain-btn{color:#222;cursor:pointer;box-shadow:none;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 22px;font-size:16px;transition:background .2s,color .2s}.plain-btn:hover:not(:disabled){color:#111;background:#f5f5f5}.plain-btn:disabled{opacity:.6;cursor:not-allowed}.emoji-btn{color:#222;cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0;padding:0;font-size:28px;transition:background .18s,color .18s,box-shadow .18s;display:flex;box-shadow:0 2px 8px #2221}.emoji-btn:hover:not(:disabled){color:#1976d2;background:#f0f4ff;box-shadow:0 4px 16px #1976d233}.emoji-btn:disabled{opacity:.5;cursor:not-allowed}.phone-format-hint{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;display:flex}.hint-label{color:#fffc;font-size:12px;font-weight:500}.hint-text{color:#fff;font-size:12px;font-weight:400}.system-settings-tabs{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;display:flex}.settings-tab{color:#fffc;cursor:pointer;-webkit-backdrop-filter:blur(8px);white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #0000001a}.settings-tab:hover{color:#fff;background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.settings-tab.active{color:#fff;background:linear-gradient(135deg,#1976d2cc,#667eeacc);border-color:#ffffff4d;font-weight:600;box-shadow:0 4px 15px #1976d266}.settings-tab.active:hover{background:linear-gradient(135deg,#1976d2e6,#667eeae6);box-shadow:0 6px 20px #1976d280}@media (width<=768px){.phone-format-hint{margin-top:6px;padding:6px 10px}.hint-label,.hint-text{font-size:11px}.system-settings-tabs{gap:10px}.settings-tab{padding:8px 14px;font-size:13px}}.admin-page{color:#fff;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);max-width:1200px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{text-align:center;margin-bottom:30px}.admin-header h1{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:10px;font-size:28px;font-weight:600}.admin-header p{color:#ffffffb3;margin:0;font-size:16px}.message{text-align:center;-webkit-backdrop-filter:blur(10px);border-radius:12px;margin-bottom:20px;padding:12px 20px;font-weight:500;box-shadow:0 4px 15px #0000001a}.message.success{color:#d4edda;background:#28a74533;border:1px solid #28a7454d}.message.error{color:#f8d7da;background:#dc354533;border:1px solid #dc35454d}.loading{text-align:center;color:#ffffffb3;padding:40px;font-size:16px}.env-editor-section{-webkit-backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:20px 0;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 32px #0003}.env-editor-section:hover{box-shadow:0 12px 40px #0000004d}.section-header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.section-header h2{color:#fff;text-shadow:0 2px 4px #0003;margin:0;font-size:1.4rem;font-weight:600}.header-actions{gap:10px;display:flex}.btn-reset,.btn-refresh{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .3s}.btn-reset:hover,.btn-refresh:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.env-editor-container{border:none;margin:0;padding:0;position:relative}.env-editor-textarea{color:#e0e0e0;resize:vertical;tab-size:2;box-sizing:border-box;background:#0003;border:none;outline:none;width:100%;min-height:500px;padding:25px;font-family:Monaco,Menlo,Ubuntu Mono,Courier New,monospace;font-size:14px;line-height:1.6;transition:background .3s}.env-editor-textarea:focus{background:#0000004d;box-shadow:inset 0 0 20px #0003}.env-editor-textarea::-webkit-scrollbar{width:10px}.env-editor-textarea::-webkit-scrollbar-track{background:#ffffff0d}.env-editor-textarea::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}.env-editor-textarea::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.env-editor-actions{text-align:center;background:#ffffff08;border-top:1px solid #ffffff0d;padding:20px 25px}.btn-save-large{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#28a745cc,#20c997cc);border:1px solid #fff3;border-radius:8px;padding:12px 30px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #28a7454d}.btn-save-large:hover:not(:disabled){background:linear-gradient(135deg,#28a745e6,#20c997e6);border-color:#fff6;transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.btn-save-large:disabled{cursor:not-allowed;box-shadow:none;background:#6c757d80;border-color:#0000;transform:none}.env-editor-help{-webkit-backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:30px;padding:30px;box-shadow:0 8px 32px #0003}.env-editor-help h3{color:#fff;border-bottom:1px solid #ffffff1a;margin-top:0;margin-bottom:25px;padding-bottom:15px;font-size:1.3rem;font-weight:600}.help-content{grid-template-columns:1fr 1fr;gap:30px;display:grid}.help-section h4{color:#ffffffe6;margin:0 0 15px;font-size:1.1rem;font-weight:600}.help-section ul{margin:0;padding-left:20px}.help-section li{color:#ffffffb3;margin-bottom:10px;font-size:.95rem;line-height:1.5}.help-section strong{color:#fff;font-weight:600}.help-section code{color:#ff9e64;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,Courier New,monospace;font-size:.85em;font-weight:500}.stripe-status-card{color:#fffc;background:#0003!important;border:1px solid #ffffff1a!important;border-radius:12px!important;padding:20px!important}.stripe-status-card h4{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:15px;padding-bottom:10px}@media (width<=768px){.admin-page{padding:15px}.admin-header h1{font-size:24px}.help-content{grid-template-columns:1fr;gap:20px}.section-header{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.header-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.env-editor-textarea{min-height:400px;padding:15px;font-size:13px}.env-editor-actions{padding:15px 20px}.btn-save-large{width:100%;padding:10px 25px;font-size:1rem}.env-editor-help{margin-top:20px;padding:20px}}@media (width<=480px){.admin-page{padding:10px}.section-header{padding:10px 15px}.env-editor-textarea{min-height:350px;padding:10px;font-size:12px}.env-editor-actions{padding:10px 15px}.env-editor-help{padding:15px}.help-section li{font-size:.9rem}}.privacy-bg-root{box-sizing:border-box;background:linear-gradient(135deg,#4b006e 0%,#005c4b 50%,#002e6e 100%) 0 0/200% 200%;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:20px 0;animation:10s ease-in-out infinite bgMove;display:flex;position:relative}@keyframes bgMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.privacy-card{-webkit-backdrop-filter:blur(18px)saturate(1.2);background:#ffffff2e;border:2.5px solid #ffffff38;border-radius:32px;flex-direction:column;align-items:center;width:calc(100% - 32px);max-width:800px;max-height:80vh;margin:20px auto;padding:40px 32px;display:flex;overflow-y:auto;box-shadow:0 8px 48px #0000002e,inset 0 1.5px #ffffff2e}.privacy-title{color:#fff;text-shadow:0 2px 16px #0000002e;text-align:center;margin-bottom:32px;font-size:32px;font-weight:700}.privacy-content{color:#fff;width:100%;font-size:16px;line-height:1.8}.privacy-content section{margin-bottom:28px}.privacy-content h2{color:#fff;text-shadow:0 2px 8px #0000001f;border-bottom:2px solid #fff3;margin-bottom:16px;padding-bottom:8px;font-size:22px;font-weight:600}.privacy-content p{opacity:.95;text-shadow:0 1px 4px #0000001a;margin-bottom:12px}.privacy-content ul{margin:12px 0;padding-left:24px}.privacy-content li{opacity:.92;text-shadow:0 1px 4px #0000001a;margin-bottom:8px}.privacy-content strong{color:#fff;text-shadow:0 1px 4px #00000026;font-weight:600}.privacy-footer{text-align:center;opacity:.85;border-top:2px solid #fff3;margin-top:32px;padding-top:24px}.privacy-footer p{margin-bottom:8px;font-size:14px}.btn-back{color:#fff;-webkit-backdrop-filter:blur(12px)saturate(1.2);text-shadow:0 2px 16px #0000002e;cursor:pointer;background:#ffffff38;border:2px solid #ffffff40;border-radius:16px;width:200px;height:48px;margin-top:24px;font-size:18px;font-weight:600;transition:background .2s,box-shadow .2s,border .2s;box-shadow:0 4px 24px #0000001a,inset 0 1.5px #ffffff2e}.btn-back:hover{background:#ffffff47;border:2.5px solid #ffffff4d;box-shadow:0 6px 32px #00000026,inset 0 1.5px #ffffff2e}.btn-back:active{background:#1aad192e;border:2.5px solid #1aad19;box-shadow:0 0 16px 2px #1aad19aa,0 4px 24px #0000001a}.privacy-card::-webkit-scrollbar{width:8px}.privacy-card::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.privacy-card::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.privacy-card::-webkit-scrollbar-thumb:hover{background:#fff6}@media (width<=768px){.privacy-card{border-radius:20px;margin:10px auto;padding:24px 20px}.privacy-title{margin-bottom:24px;font-size:26px}.privacy-content h2{font-size:20px}.privacy-content{font-size:15px}.btn-back{width:160px;height:44px;font-size:16px}}@media (width<=480px){.privacy-card{width:calc(100% - 32px);padding:20px 16px}.privacy-title{font-size:24px}.privacy-content h2{font-size:18px}.privacy-content{font-size:14px}}*{box-sizing:border-box}.brp-container{min-height:100vh;color:var(--zen-text);background:linear-gradient(135deg,#f8f6f3 0%,#ece8e1 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;position:relative}.brp-container:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#d4a5740d 0%,#0000 50%),radial-gradient(circle at 80% 70%,#8b73550d 0%,#0000 50%);position:fixed;inset:0}.brp-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.zen-circle{border:2px solid var(--zen-border);border-top-color:var(--zen-secondary);border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite spin}.brp-login-wrapper{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative}.brp-login-card{background:var(--zen-card);box-shadow:0 4px 24px var(--zen-shadow);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:2rem 1.5rem;animation:.6s ease-out fadeIn}.zen-icon{width:80px;height:80px;color:var(--zen-secondary);margin:0 auto 1.5rem}.brp-title{letter-spacing:.1em;color:var(--zen-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:300}.brp-subtitle{color:var(--zen-text-light);letter-spacing:.05em;text-transform:uppercase;margin:0 0 2rem;font-size:.875rem}.brp-login-form{flex-direction:column;gap:1rem;display:flex}.brp-input-group{position:relative}.brp-input{border:1px solid var(--zen-border);background:var(--zen-bg);width:100%;color:var(--zen-text);border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.brp-input:focus{border-color:var(--zen-secondary);background:var(--zen-card);outline:none;box-shadow:0 0 0 3px #8b73551a}.brp-input::placeholder{color:var(--zen-text-light);opacity:.6}.brp-remember{color:var(--zen-text-light);justify-content:flex-start;align-items:center;font-size:.875rem;display:flex}.brp-remember label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.brp-remember input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--zen-secondary)}.brp-error{color:var(--zen-error);background:#c9302c1a;border-radius:6px;padding:.5rem;font-size:.875rem;animation:.4s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.brp-button{background:var(--zen-secondary);color:#fff;letter-spacing:.05em;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s}.brp-button:hover{background:var(--zen-primary);transform:translateY(-2px);box-shadow:0 4px 12px #8b73554d}.brp-button:active{transform:translateY(0)}.brp-header{background:var(--zen-card);border-bottom:1px solid var(--zen-border);z-index:10;box-shadow:0 2px 8px var(--zen-shadow);padding:1rem;position:sticky;top:0}.brp-header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.brp-header-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.brp-header-title{letter-spacing:.1em;color:var(--zen-primary);margin:0;font-size:1.25rem;font-weight:300}.brp-logout{color:var(--zen-text-light);border:1px solid var(--zen-border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.brp-logout:hover{background:var(--zen-bg);border-color:var(--zen-secondary);color:var(--zen-secondary)}.brp-xhs-status{background:var(--zen-bg);border:1px solid var(--zen-border);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.brp-xhs-status-indicator{border-radius:50%;width:8px;height:8px;display:inline-block}.brp-xhs-status-online{background:#28a745;box-shadow:0 0 4px #28a74580}.brp-xhs-status-offline{background:#dc3545;box-shadow:0 0 4px #dc354580}.brp-xhs-status-text{color:var(--zen-text);font-size:.875rem;font-weight:500}.brp-xhs-status-logged-in,.brp-xhs-status-logged-out{align-items:center;gap:.5rem;display:flex}.brp-xhs-account-name{color:var(--zen-text-light);background:var(--zen-card);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;max-width:100px;padding:.25rem .5rem;font-size:.75rem;overflow:hidden}.brp-xhs-actions{gap:.25rem;display:flex}.brp-xhs-action-btn,.brp-xhs-login-btn{background:var(--zen-secondary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;transition:all .2s}.brp-xhs-action-btn:hover,.brp-xhs-login-btn:hover{background:var(--zen-primary);transform:translateY(-1px)}.brp-xhs-action-btn:active,.brp-xhs-login-btn:active{transform:translateY(0)}.brp-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.brp-modal-content{background:var(--zen-card);border-radius:16px;width:100%;max-width:400px;max-height:90vh;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 8px 32px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.brp-modal-header{border-bottom:1px solid var(--zen-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.brp-modal-header h2{color:var(--zen-primary);margin:0;font-size:1.25rem;font-weight:500}.brp-modal-close{width:32px;height:32px;color:var(--zen-text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.brp-modal-close:hover{background:var(--zen-bg);color:var(--zen-primary)}.brp-modal-body{padding:1.5rem}.brp-qr-code-container{text-align:center}.brp-qr-code{border:1px solid var(--zen-border);border-radius:8px;width:100%;max-width:300px;height:auto;margin:0 auto 1rem}.brp-qr-code-tip{color:var(--zen-text-light);margin:0;font-size:.875rem}.brp-confirm-scan-btn{background:var(--zen-secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.brp-confirm-scan-btn:hover{background:var(--zen-primary);transform:translateY(-2px);box-shadow:0 4px 12px #8b73554d}.brp-confirm-scan-btn:active{transform:translateY(0)}.brp-confirm-scan-btn:disabled{opacity:.6;cursor:not-allowed}.brp-accounts-manager{max-height:60vh;overflow-y:auto}.brp-accounts-list{flex-direction:column;gap:.75rem;display:flex}.brp-account-item{border:1px solid var(--zen-border);background:var(--zen-bg);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.brp-account-item:hover{border-color:var(--zen-primary);box-shadow:0 2px 8px #8b73551a}.brp-account-item-active{border-color:var(--zen-primary);background:#8b73550d}.brp-account-info{flex:1;min-width:0}.brp-account-name{color:var(--zen-text);word-break:break-word;margin-bottom:.25rem;font-size:1rem;font-weight:500}.brp-account-meta{color:var(--zen-text-light);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.brp-account-badge{background:var(--zen-primary);color:#fff;border-radius:4px;padding:.125rem .5rem;font-size:.75rem;display:inline-block}.brp-account-time{font-size:.75rem}.brp-account-actions{flex-shrink:0;gap:.5rem;display:flex}.brp-account-action-btn{border:1px solid var(--zen-border);cursor:pointer;background:var(--zen-bg);color:var(--zen-text);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.brp-account-switch-btn:hover{background:var(--zen-primary);color:#fff;border-color:var(--zen-primary)}.brp-account-rename-btn:hover{background:var(--zen-secondary);color:#fff;border-color:var(--zen-secondary)}.brp-account-delete-btn:hover{color:#fff;background:#dc3545;border-color:#dc3545}.brp-save-account-form{padding:.5rem 0}.brp-save-account-form label{color:var(--zen-text);margin-bottom:.5rem;font-weight:500;display:block}.brp-save-account-form input[type=text],.brp-save-account-form select{border:1px solid var(--zen-border);background:var(--zen-bg);width:100%;color:var(--zen-text);border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .3s}.brp-save-account-form input[type=text]:focus,.brp-save-account-form select:focus{border-color:var(--zen-primary);outline:none}.brp-save-account-form input[type=radio]{cursor:pointer;margin-right:.5rem}.brp-modal-loading{text-align:center;padding:2rem}.brp-modal-loading p{color:var(--zen-text-light);margin-top:1rem;font-size:.875rem}.brp-modal-instructions{text-align:center;padding:1rem}.brp-modal-instructions h3{color:var(--zen-primary);margin:0 0 1rem;font-size:1.125rem;font-weight:500}.brp-modal-instructions p{color:var(--zen-text);margin:.75rem 0;font-size:.9375rem;line-height:1.6}.brp-modal-instructions ol{text-align:left;margin:1rem 0;padding-left:1.5rem}.brp-modal-instructions li{color:var(--zen-text);margin:.5rem 0;font-size:.9375rem}.brp-modal-instructions code{background:var(--zen-bg);color:var(--zen-secondary);border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.brp-accounts-list{border-top:1px solid var(--zen-border);margin-top:1.5rem;padding-top:1.5rem}.brp-accounts-list h3{color:var(--zen-primary);margin:0 0 1rem;font-size:1rem;font-weight:500}.brp-accounts-list ul{margin:0;padding:0;list-style:none}.brp-accounts-list li{background:var(--zen-bg);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem;display:flex}.brp-accounts-list li span{color:var(--zen-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;overflow:hidden}.brp-switch-account-btn{background:var(--zen-secondary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;transition:all .2s}.brp-switch-account-btn:hover{background:var(--zen-primary)}.brp-main{z-index:1;min-height:calc(100vh - 120px);padding:0;position:relative}.brp-topic-input-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.brp-topic-form{background:var(--zen-card);box-shadow:0 4px 24px var(--zen-shadow);border-radius:16px;padding:2rem}.brp-topic-label{color:var(--zen-primary);margin-bottom:1rem;font-size:1.125rem;font-weight:500;display:block}.brp-topic-textarea{border:2px solid var(--zen-border);background:var(--zen-bg);width:100%;min-height:150px;color:var(--zen-text);resize:vertical;box-sizing:border-box;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.brp-topic-textarea:focus{border-color:var(--zen-secondary);outline:none}.brp-topic-textarea:disabled{opacity:.6;cursor:not-allowed}.brp-submit-btn{background:var(--zen-secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;transition:all .3s}.brp-submit-btn:hover:not(:disabled){background:var(--zen-primary);transform:translateY(-2px);box-shadow:0 4px 12px #8b73554d}.brp-submit-btn:active:not(:disabled){transform:translateY(0)}.brp-submit-btn:disabled{opacity:.6;cursor:not-allowed}.brp-progress-container{justify-content:center;align-items:center;max-width:600px;min-height:400px;margin:0 auto;padding:3rem 1rem;display:flex}.brp-progress-content{text-align:center;width:100%}.brp-progress-icon{margin-bottom:2rem}.brp-spinner{border:4px solid var(--zen-border);border-top-color:var(--zen-secondary);border-radius:50%;width:60px;height:60px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brp-progress-title{color:var(--zen-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:500}.brp-progress-description{color:var(--zen-text-light);margin:0 0 2rem;font-size:1rem}.brp-progress-bar-container{background:var(--zen-border);border-radius:4px;width:100%;height:8px;margin-bottom:1rem;overflow:hidden}.brp-progress-bar{background:linear-gradient(90deg,var(--zen-secondary),var(--zen-accent));border-radius:4px;height:100%;transition:width .3s;animation:2s ease-in-out infinite progress-pulse}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.8}}.brp-progress-time{color:var(--zen-text-light);margin:0;font-size:.875rem}.brp-success-container{justify-content:center;align-items:center;max-width:600px;min-height:400px;margin:0 auto;padding:3rem 1rem;display:flex}.brp-success-content{text-align:center;background:var(--zen-card);width:100%;box-shadow:0 4px 24px var(--zen-shadow);border-radius:16px;padding:3rem 2rem}.brp-success-icon{color:#fff;background:#28a745;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;animation:.5s ease-out success-scale;display:flex}@keyframes success-scale{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.brp-success-title{color:var(--zen-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:500}.brp-success-description{color:var(--zen-text-light);margin:0 0 2rem;font-size:1rem}.brp-success-result{background:var(--zen-bg);text-align:left;border-radius:8px;max-height:300px;margin:1.5rem 0;padding:1rem;overflow-y:auto}.brp-success-result pre{color:var(--zen-text);white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:.875rem}.brp-error-container{justify-content:center;align-items:center;max-width:600px;min-height:400px;margin:0 auto;padding:3rem 1rem;display:flex}.brp-error-content{text-align:center;background:var(--zen-card);width:100%;box-shadow:0 4px 24px var(--zen-shadow);border-radius:16px;padding:3rem 2rem}.brp-error-icon{background:var(--zen-error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;animation:.5s ease-out error-shake;display:flex}@keyframes error-shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.brp-error-title{color:var(--zen-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:500}.brp-error-description{color:var(--zen-text-light);margin:0 0 2rem;font-size:1rem}.brp-footer{background:var(--zen-card);border-top:1px solid var(--zen-border);text-align:center;z-index:1;padding:1rem;position:relative}.brp-footer-text{color:var(--zen-text-light);letter-spacing:.03em;margin:0;font-size:.875rem}@media (width>=768px){.brp-header-content{flex-wrap:nowrap}.brp-xhs-status{padding:.625rem 1rem}.brp-xhs-status-text{font-size:.9375rem}.brp-xhs-account-name{max-width:150px}.brp-modal-content{max-width:500px}.brp-login-card{padding:3rem 2.5rem}.zen-icon{width:100px;height:100px;margin-bottom:2rem}.brp-title{margin-bottom:.75rem;font-size:2.25rem}.brp-subtitle{margin-bottom:2.5rem;font-size:1rem}.brp-input{padding:1rem 1.25rem;font-size:1.0625rem}.brp-button{padding:1.125rem;font-size:1.0625rem}.brp-header{padding:1.5rem 2rem}.brp-header-title{font-size:1.5rem}.brp-logout{padding:.625rem 1.25rem;font-size:.9375rem}.brp-main{padding:0 2rem}.brp-topic-input-container{padding:1.5rem 1rem}.brp-progress-container,.brp-success-container,.brp-error-container{min-height:300px;padding:2rem 1rem}.brp-footer{padding:1.5rem}.brp-footer-text{font-size:.9375rem}}@media (width>=1024px){.brp-header{padding:1.5rem 3rem}.brp-main{padding:0 3rem}.brp-topic-input-container{max-width:900px}.brp-progress-container,.brp-success-container,.brp-error-container{max-width:700px}}@media (prefers-reduced-motion:reduce){.brp-login-card,.zen-circle,.brp-button,.brp-logout{transition:none;animation:none}}.content-library-grid{grid-template-columns:repeat(3,314px);justify-content:center;gap:1rem;width:100%;display:grid}@media (width<=1100px){.content-library-grid{grid-template-columns:repeat(2,314px)}}@media (width<=768px){.content-library-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.content-library-grid .brp-content-card{width:100%;max-width:100%}}@media (width<=480px){.content-library-grid{grid-template-columns:1fr;justify-items:center}}.recent-content-grid{grid-template-columns:repeat(3,314px);justify-content:center;gap:1rem;width:100%;display:grid}@media (width<=1100px){.recent-content-grid{grid-template-columns:repeat(2,314px)}}@media (width<=768px){.recent-content-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.recent-content-grid .brp-content-card{width:100%;max-width:100%}}@media (width<=480px){.recent-content-grid{grid-template-columns:1fr}}.brp-spinner{animation:1s linear infinite spin}:root{--zen-skeleton-bg:#e8e8e8;--zen-skeleton-shine:#fffc;--zen-skeleton-shine-width:200%}@media (prefers-color-scheme:dark){:root{--zen-skeleton-bg:#2a2a2a;--zen-skeleton-shine:#ffffff1f}}@keyframes shimmer{0%{transform:translate(-100%)translateZ(0)}to{transform:translate(100%)translateZ(0)}}.shimmer-skeleton{background-color:var(--zen-skeleton-bg);background-image:linear-gradient(90deg, var(--zen-skeleton-bg) 0%, var(--zen-skeleton-bg) 40%, var(--zen-skeleton-bg) 100%);contain:layout paint;position:relative;overflow:hidden}.shimmer-skeleton:before{content:"";width:var(--zen-skeleton-shine-width,200%);background:linear-gradient(90deg, transparent 0%, transparent 30%, var(--zen-skeleton-shine) 50%, transparent 70%, transparent 100%);pointer-events:none;backface-visibility:hidden;height:100%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite shimmer;position:absolute;top:0;left:0;transform:translate(-100%)translateZ(0)}.shimmer-skeleton-circular{border-radius:50%!important}.shimmer-skeleton-rectangular{border-radius:0!important}.shimmer-skeleton-text{border-radius:4px;min-height:1em}@media (prefers-reduced-motion:reduce){.shimmer-skeleton:before{opacity:.3;animation:none}}@media (prefers-contrast:high){.shimmer-skeleton{background-color:silver;border:1px solid gray}.shimmer-skeleton:before{background:linear-gradient(90deg,#0000 0%,#ffffffe6 50%,#0000 100%)}}@media (prefers-color-scheme:dark){.brp-container:before{background-image:radial-gradient(circle at 20% 30%,#d4a57414 0%,#0000 50%),radial-gradient(circle at 80% 70%,#8b735514 0%,#0000 50%)}}@media print{.brp-header,.brp-footer,.brp-logout{display:none}.brp-topic-form,.brp-success-content,.brp-error-content{box-shadow:none;border:1px solid var(--zen-border)}}body{color:#222;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;background:#f7f7f7;margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}button,input{font-family:inherit}html{box-sizing:border-box;font-size:16px}*,:before,:after{box-sizing:inherit}@media (width<=600px){html{font-size:15px}body{width:100vw;margin:0;padding:0;font-size:15px;overflow-x:hidden}.pay-bg-root,.app-bg-root{box-sizing:border-box;padding:0 16px}}.trust-bar{-webkit-backdrop-filter:blur(10px);box-sizing:border-box;background:#0000002e;border:1px solid #fff3;border-radius:12px;width:50%;max-width:500px;min-height:40px;margin:20px 0;padding:12px 20px;overflow:hidden visible;box-shadow:0 4px 15px #0000001a}.trust-stats{white-space:nowrap;color:#ffffffe6;text-align:center;will-change:transform;align-items:center;gap:16px;font-size:14px;line-height:1.4;animation:20s linear infinite trust-marquee;display:inline-flex}.trust-seq{align-items:center;gap:8px;display:inline-flex}.trust-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.trust-icon{filter:drop-shadow(0 1px 2px #0000004d);font-size:16px}.trust-text{text-shadow:0 1px 2px #0000004d;font-weight:500}.trust-separator{color:#fff9;margin:0 4px;font-weight:300}@keyframes trust-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.trust-bar{width:65vw;max-width:none;min-height:44px;margin:13px auto;padding:12px 14px}.trust-stats{gap:12px;font-size:12.5px;line-height:1.7}.trust-item{gap:3px}.trust-icon{font-size:14px}.trust-separator{margin:0 3px}}@media (width<=480px){.trust-stats{gap:16px}}@media (width<=768px){button,.brp-button,.brp-copy-btn,.brp-submit-btn,.brp-logout,.brp-xhs-action-btn,.brp-xhs-login-btn,.brp-account-action-btn,.brp-confirm-scan-btn,input[type=button],input[type=submit],a[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;min-width:44px;min-height:44px;padding:.75rem 1rem!important;font-size:1rem!important}.brp-copy-btn{position:relative;padding:.75rem 1rem!important}:is(button:has(span[role=img]),button:has(.emoji)){min-width:44px;min-height:44px;padding:.5rem!important}input[type=text],input[type=password],input[type=email],input[type=number],textarea,select{touch-action:manipulation;min-height:44px;padding:.75rem 1rem!important;font-size:16px!important}input[type=checkbox],input[type=radio]{touch-action:manipulation;width:20px;min-width:20px;height:20px;min-height:20px}label{cursor:pointer;align-items:center;min-height:44px;padding:.5rem 0;display:flex}a{touch-action:manipulation;align-items:center;min-height:44px;padding:.5rem .75rem;display:inline-flex}}@supports (padding:max(0px)){.brp-header{padding-top:max(.75rem, env(safe-area-inset-top))!important}.brp-footer,footer{padding-bottom:max(1rem, env(safe-area-inset-bottom))!important}.brp-modal-overlay,[style*="position: fixed"]{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.brp-modal-content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}@media (width<=768px){body{font-size:16px;line-height:1.6}p,span,div,li{font-size:14px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-size:18px;font-weight:600;line-height:1.5}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}.brp-error,.brp-success,.message{padding:.875rem 1rem;font-size:15px;line-height:1.6}.brp-container,.brp-main{padding:.75rem!important}.brp-card,.brp-content-card{margin-bottom:.75rem;padding:1rem!important}.content-library-grid,.recent-content-grid{gap:.75rem}.brp-modal-content{max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));margin:1rem}.brp-modal-overlay{align-items:flex-end!important;padding:0!important}.brp-modal-content{animation:.3s ease-out slideUp;border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;max-height:90vh!important;margin:0!important}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}*{-webkit-overflow-scrolling:touch}.brp-spinner{will-change:transform;transform:translateZ(0)}.xhs-account-name{display:none!important}}.oa-content-body p{margin:0 0 .75em}.oa-content-body p:last-child{margin-bottom:0}@media (width<=768px){.recent-content-grid,.content-library-grid{grid-template-columns:1fr!important}.brp-main{padding-left:.75rem!important;padding-right:.75rem!important}}.info-card-studio-overlay{z-index:3000;-webkit-backdrop-filter:blur(14px);padding:calc(env(safe-area-inset-top,0px) + 5.25rem) 1.5rem 1.5rem;box-sizing:border-box;background:#110c0a6b;flex-direction:column;align-items:center;min-height:0;display:flex;position:fixed;inset:0}.info-card-studio-shell{background:linear-gradient(#fbf6eff7 0%,#f4ece0f5 100%);border:1px solid #6b4f391f;border-radius:28px;flex-direction:column;flex:auto;gap:1rem;width:min(1380px,100%);min-height:0;max-height:min(100vh,100dvh);margin:0 auto;padding:1.25rem;display:flex;overflow:hidden;box-shadow:0 30px 80px #1c100838}.info-card-studio-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.info-card-studio-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--zen-secondary,#8c6742);margin:0 0 .3rem;font-size:.78rem}.info-card-studio-header h3{color:var(--zen-primary);margin:0;font-size:1.5rem}.info-card-studio-close{width:2.5rem;height:2.5rem;color:var(--zen-primary);cursor:pointer;background:#ffffffd9;border:none;border-radius:999px;font-size:1.5rem}.info-card-studio-toolbar{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.info-card-studio-toolbar-group{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.info-card-studio-toolbar-group.right{margin-left:auto}.info-card-studio-pill,.info-card-studio-toolbar select,.info-card-studio-action,.info-card-studio-text-btn{color:var(--zen-primary);cursor:pointer;background:#ffffffd6;border:1px solid #6b4f3924;border-radius:999px}.info-card-studio-pill,.info-card-studio-action,.info-card-studio-text-btn{padding:.72rem 1rem;font-size:.92rem;font-weight:600}.info-card-studio-pill.active,.info-card-studio-action{color:#fff;background:linear-gradient(135deg,#8c6742 0%,#af8760 100%)}.info-card-studio-action.secondary{color:var(--zen-primary);background:#ffffffe0}.info-card-studio-toolbar select{min-width:8rem;padding:.72rem 1rem;font-size:.92rem}.info-card-studio-banner{border-radius:14px;padding:.8rem 1rem;font-size:.92rem;font-weight:500}.info-card-studio-banner.success{color:#25573a;background:#57946f24}.info-card-studio-banner.error{color:#8a2f2f;background:#b84a4a1f}.info-card-studio-content{flex:1;grid-template-columns:minmax(0,1.6fr) minmax(290px,.9fr);gap:1rem;min-height:0;display:grid}.info-card-studio-preview-panel,.info-card-studio-sidebar{background:#ffffff94;border:1px solid #6b4f391a;border-radius:22px;flex-direction:column;gap:.8rem;min-height:0;padding:1rem;display:flex}.info-card-studio-preview-panel{flex:1 1 0;min-width:0}.info-card-studio-preview-meta,.info-card-studio-sidebar-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.info-card-studio-preview-meta-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem .75rem;display:flex}.info-card-studio-highlight-toggle,.info-card-studio-erase-toggle{padding:.5rem .85rem;font-size:.82rem}.info-card-hl-swatches{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.info-card-hl-swatch{cursor:pointer;background:var(--hl-ink,#ffed00);box-sizing:border-box;border:2px solid #6b4f3940;border-radius:999px;width:1.35rem;min-width:1.35rem;height:1.35rem;min-height:1.35rem;padding:0}.info-card-hl-swatch.selected{outline:2px solid var(--zen-primary,#302217);outline-offset:1px}.info-card-studio-mobile-bar{display:none}@media (width<=768px){.info-card-studio-overlay{padding:calc(env(safe-area-inset-top,0px) + 3.5rem) .65rem calc(env(safe-area-inset-bottom,0px) + 4.75rem);align-items:stretch}.info-card-studio-shell{max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 3.5rem);border-radius:18px;padding:.75rem}.info-card-studio-toolbar{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:.5rem;padding-bottom:.25rem;overflow:auto hidden}.info-card-studio-toolbar-group{flex-wrap:nowrap;flex-shrink:0}.info-card-studio-toolbar-group.right{margin-left:0}.info-card-studio-pill,.info-card-studio-action,.info-card-studio-text-btn{min-height:44px;padding-top:.55rem;padding-bottom:.55rem}.info-card-studio-toolbar select{min-width:7rem;min-height:44px;font-size:.88rem}.info-card-studio-close{min-width:44px;min-height:44px}.info-card-studio-preview-meta{flex-direction:column;align-items:stretch}.info-card-studio-preview-meta-actions{justify-content:flex-start}.info-card-studio-preview-panel .info-card-stage:not(.info-card-stage--desktop-fit){min-height:min(52vh,420px)}.info-card-thumbnail-list{-webkit-overflow-scrolling:touch;flex-direction:row;gap:.65rem;padding-bottom:.35rem;display:flex;overflow:auto hidden}.info-card-thumbnail{grid-template-columns:unset;flex-direction:column;flex-shrink:0;gap:.45rem;width:132px;min-width:132px;display:flex}.info-card-thumbnail-frame{width:100%;height:96px}.info-card-studio-mobile-bar{z-index:3100;padding:.55rem .65rem calc(.55rem + env(safe-area-inset-bottom,0px));background:#fbf6eff5;border-top:1px solid #6b4f3924;justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #1c100814}.info-card-studio-mobile-bar-btn{cursor:pointer;border:1px solid #6b4f392e;border-radius:12px;flex:1;min-height:46px;font-size:.86rem;font-weight:600}.info-card-studio-mobile-bar-btn.secondary{color:var(--zen-primary);background:#ffffffeb}.info-card-studio-mobile-bar-btn.primary{color:#fff;background:linear-gradient(135deg,#8c6742 0%,#af8760 100%);border-color:#0000}.info-card-studio-mobile-bar-btn:disabled{opacity:.5;cursor:not-allowed}}@media (width>=769px){.info-card-studio-mobile-bar{display:none!important}}.info-card-studio-preview-meta div,.info-card-studio-sidebar-head{color:var(--zen-text-light)}.info-card-studio-preview-meta strong,.info-card-studio-sidebar-head h4{color:var(--zen-primary);margin:.2rem 0 0;display:block}.info-card-studio-sidebar-head h4{margin:0}.info-card-studio-text-btn{padding-inline:.95rem}.info-card-stage{background:linear-gradient(#5e483514 0%,#ffffff59 100%);border:1px solid #6b4f391f;border-radius:28px;flex:1;min-height:0;position:relative;overflow:hidden}@media (width>=769px){.info-card-studio-preview-panel .info-card-stage--desktop-fit{flex-direction:column;flex:1 1 0;align-self:stretch;width:100%;max-width:none;min-height:0;display:flex}}.info-card-stage.ratio-3-4:has(.info-card-stage-placeholder){aspect-ratio:3/4;align-self:center;max-width:min(100%,520px)}.info-card-stage.ratio-9-16:has(.info-card-stage-placeholder){aspect-ratio:9/16}.info-card-stage.ratio-3-4:not(.info-card-stage--desktop-fit) .info-card-scaled-frame{max-width:min(100%,520px)}.info-card-stage.ratio-3-4:not(.info-card-stage--desktop-fit){align-self:center}@media (width>=769px){.info-card-studio-preview-panel .info-card-stage--desktop-fit.ratio-3-4 .info-card-scaled-frame,.info-card-studio-preview-panel .info-card-stage--desktop-fit.ratio-9-16 .info-card-scaled-frame{max-width:100%}}.info-card-scaled-iframe{background:0 0;border:none;width:100%;height:100%;display:block}.info-card-stage-placeholder{width:100%;height:100%;color:var(--zen-text-light);flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex}.info-card-thumbnail-list{gap:.75rem;min-height:0;padding-right:.25rem;display:grid;overflow:auto}.info-card-thumbnail{text-align:left;cursor:pointer;background:#ffffffc7;border:1px solid #6b4f391f;border-radius:16px;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.75rem;padding:.65rem;display:grid}.info-card-thumbnail.active{border-color:#8c674266;box-shadow:0 12px 28px #8c67421f}.info-card-thumbnail-frame{background:#f1ece4;border-radius:10px;flex-shrink:0;width:88px;overflow:hidden}.info-card-thumbnail-meta{min-width:0}.info-card-thumbnail-meta strong,.info-card-thumbnail-meta span{display:block}.info-card-thumbnail-meta strong{color:var(--zen-primary)}.info-card-thumbnail-meta span{color:var(--zen-text-light);margin-top:.2rem;font-size:.84rem;line-height:1.45}.info-card-mobile-hint{color:var(--zen-text-light);margin:0;font-size:.84rem;line-height:1.5}@media (width<=960px){.info-card-studio-overlay{padding:calc(env(safe-area-inset-top,0px) + 4.25rem) .75rem .75rem}.info-card-studio-shell{border-radius:22px;width:100%}.info-card-studio-content{grid-template-columns:1fr}.info-card-studio-toolbar-group.right{margin-left:0}}@media (width<=768px){.info-card-studio-overlay{padding-top:calc(env(safe-area-inset-top,0px) + 3.75rem)}.info-card-studio-shell{padding:.9rem}.info-card-stage.ratio-3-4 .info-card-scaled-frame{max-width:100%}.info-card-thumbnail{grid-template-columns:72px minmax(0,1fr)}.info-card-thumbnail-frame{width:72px}}:root{--bp-desktop:1024px;--bp-tablet:768px;--bp-mobile:600px;--bp-mobile-sm:480px;--admin-bp-nav:768px;--earthy-primary:#8b7355;--earthy-primary-dark:#6b5d4f;--earthy-primary-light:#a0826d;--earthy-primary-rgb:139, 115, 85;--earthy-accent:#d4a574;--earthy-accent-dark:#c49a68;--earthy-accent-light:#e8d4b8;--earthy-accent-rgb:212, 165, 116;--earthy-bg:#f5f2eb;--earthy-surface-1:#ffffffc7;--earthy-surface-2:#ffffff85;--earthy-card:var(--earthy-surface-1);--earthy-hover-bg:#8b735512;--earthy-active-bg:#8b735521;--earthy-text:#4a3c31;--earthy-text-secondary:#7a6855;--earthy-text-light:#8b7355;--earthy-text-muted:#4a3c316b;--earthy-border:#8b73552e;--earthy-border-focus:#8b73558c;--earthy-divider:#8b73551a;--earthy-shadow-xs:0 1px 3px #5c4a3a14;--earthy-shadow-sm:0 2px 8px #5c4a3a1a;--earthy-shadow:0 4px 16px #5c4a3a1f;--earthy-shadow-md:0 6px 24px #5c4a3a24;--earthy-shadow-lg:0 12px 40px #5c4a3a2e;--earthy-shadow-hover:0 8px 28px #8b735538;--earthy-success:#5a7a2e;--earthy-success-light:#5a7a2e1a;--earthy-success-border:#5a7a2e47;--earthy-error:#8b4513;--earthy-error-light:#8b451317;--earthy-error-border:#8b451340;--earthy-warning:#c4882a;--earthy-warning-light:#c4882a1a;--earthy-info-light:#8b735517;--transition-fast:all .15s ease;--transition-base:all .22s ease;--transition-slow:all .35s ease;--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--public-title-xl:clamp(1.7rem, 3vw, 2.25rem);--public-title-lg:1.5rem;--public-title-md:1.15rem;--public-body-md:.95rem;--public-body-sm:.86rem;--public-caption:.78rem;--public-title-weight:800;--public-heading-weight:700;--public-card-radius:12px;--public-card-radius-sm:10px;--public-card-border:1px solid var(--earthy-border);--public-card-shadow:var(--earthy-shadow-xs);--public-card-shadow-hover:var(--earthy-shadow-sm);--public-card-padding:1rem;--public-btn-height:44px;--public-btn-height-sm:40px;--public-touch-min:44px;--z-public-header:2000;--z-public-sidebar:1000;--z-public-mobile-nav:2000;--z-page-sticky:900;--z-page-overlay:2100;--btn-height-sm:30px;--btn-height-md:38px;--btn-height-lg:46px;--btn-padding-sm:0 .875rem;--btn-padding-md:0 1.125rem;--btn-padding-lg:0 1.625rem;--btn-font-size-sm:.8125rem;--btn-font-size-md:.875rem;--btn-font-size-lg:.9375rem;--btn-border-radius:8px;--btn-transition:var(--transition-base);--input-height:38px;--input-border-radius:8px;--input-padding:0 .75rem;--input-font-size:.9rem;--input-border:1.5px solid var(--earthy-border);--input-border-focus:1.5px solid var(--earthy-primary);--input-shadow-focus:0 0 0 3px #8b73551f;--input-bg:#ffffffe6;--input-bg-focus:#fff;--zen-primary:var(--earthy-primary);--zen-secondary:var(--earthy-accent);--zen-accent:var(--earthy-accent);--zen-bg:var(--earthy-bg);--zen-card:var(--earthy-card);--zen-text:var(--earthy-text);--zen-text-light:var(--earthy-text-light);--zen-text-secondary:var(--earthy-text-secondary);--zen-border:var(--earthy-border);--zen-shadow:var(--earthy-shadow);--zen-error:var(--earthy-error);--zen-success:var(--earthy-success);--zen-red:var(--earthy-error);--zen-skeleton-bg:#d4a5741c;--zen-skeleton-shine:#fffbf6e0}body{background-color:var(--earthy-bg);background-image:radial-gradient(at 10% 10%,#d4a57426 0,#0000 50%),radial-gradient(at 90% 90%,#8b73551f 0,#0000 50%);background-attachment:fixed}::selection{color:var(--earthy-primary-dark);background:#8b73552e}:focus-visible{outline:2px solid var(--earthy-primary);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#8b735538;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b73556b}.u-srOnly{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.u-touchTarget{min-width:var(--public-touch-min);min-height:var(--public-touch-min)}.brp-input,input.brp-input,textarea.brp-input{box-sizing:border-box;width:100%;height:var(--input-height);padding:var(--input-padding);font-size:var(--input-font-size);color:var(--earthy-text);background:var(--input-bg);border:var(--input-border);border-radius:var(--input-border-radius);appearance:none;outline:none;font-family:inherit;line-height:1.5;transition:border-color .18s,box-shadow .18s,background .18s;display:block}textarea.brp-input{resize:vertical;height:auto;padding:.55rem .75rem;line-height:1.6}.brp-input::placeholder{color:var(--earthy-text-muted)}.brp-input:hover:not(:focus):not(:disabled){border-color:var(--earthy-primary-light)}.brp-input:focus{border:var(--input-border-focus);box-shadow:var(--input-shadow-focus);background:var(--input-bg-focus)}.brp-input:disabled{opacity:.52;cursor:not-allowed;background:#8b73550a}select.brp-input{height:var(--input-height);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%238B7355' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;padding:0 2rem 0 .75rem}select:not(.brp-input):not([class*=react-select]){color:var(--earthy-text);background:var(--input-bg);border:var(--input-border);border-radius:var(--input-border-radius);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%238B7355' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .6rem center;background-repeat:no-repeat;outline:none;padding:.35rem 2rem .35rem .65rem;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.brp-toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:.5rem;width:calc(100vw - 2rem);max-width:360px;display:flex;position:fixed;top:1rem;right:1rem}.brp-toast-item{pointer-events:auto;-webkit-backdrop-filter:blur(8px);border-radius:12px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;font-size:.9rem;line-height:1.4;animation:.25s toastSlideIn;display:flex;box-shadow:0 4px 20px #00000026}.brp-toast-icon{flex-shrink:0;margin-top:1px;font-size:1rem;font-weight:700}.brp-toast-message{flex:1}.brp-toast-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1rem;line-height:1}.brp-toast-close:hover{opacity:1}select:not(.brp-input):not([class*=react-select]):focus{border-color:var(--earthy-primary);box-shadow:0 0 0 3px #8b73551f}.brp-button,button.brp-button{height:var(--btn-height-md);padding:var(--btn-padding-md);font-size:var(--btn-font-size-md);letter-spacing:.01em;border-radius:var(--btn-border-radius);cursor:pointer;transition:var(--btn-transition);white-space:nowrap;-webkit-user-select:none;user-select:none;vertical-align:middle;border:none;flex:none;justify-content:center;align-items:center;gap:.375rem;width:auto;min-width:auto;font-family:inherit;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}@keyframes brp-ripple{0%{opacity:.3;transform:scale(0)}to{opacity:0;transform:scale(2.8)}}.brp-button:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:#fff6;position:absolute;inset:0;transform:scale(0)}.brp-button:active:not(:disabled):after{animation:.36s ease-out forwards brp-ripple}.brp-button-primary{background:var(--earthy-primary);color:#fff;box-shadow:0 1px 3px #5c4a3a33,inset 0 1px #ffffff1f}.brp-button-primary:hover:not(:disabled){background:var(--earthy-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #5c4a3a47}.brp-button-primary:active:not(:disabled){transform:translateY(0)scale(.98);box-shadow:0 1px 3px #5c4a3a26}.brp-button-secondary{background:var(--earthy-accent);color:#fff;box-shadow:0 1px 3px #5c4a3a26,inset 0 1px #ffffff2e}.brp-button-secondary:hover:not(:disabled){background:var(--earthy-accent-dark);transform:translateY(-1px);box-shadow:0 4px 12px #d4a5744d}.brp-button-secondary:active:not(:disabled){transform:translateY(0)scale(.98)}.brp-button-outline{color:var(--earthy-primary);border:1.5px solid var(--earthy-primary);box-shadow:none;background:0 0}.brp-button-outline:hover:not(:disabled){background:var(--earthy-hover-bg);border-color:var(--earthy-primary-dark);color:var(--earthy-primary-dark);transform:translateY(-1px)}.brp-button-outline:active:not(:disabled){background:var(--earthy-active-bg);transform:translateY(0)scale(.98)}.brp-button-ghost{color:var(--earthy-text-secondary);box-shadow:none;background:0 0;border:1px solid #0000}.brp-button-ghost:hover:not(:disabled){background:var(--earthy-hover-bg);color:var(--earthy-primary);border-color:var(--earthy-border)}.brp-button-ghost:active:not(:disabled){background:var(--earthy-active-bg);transform:scale(.97)}.brp-button-text{color:var(--earthy-primary);box-shadow:none;background:0 0;padding:.375rem .5rem}.brp-button-text:hover:not(:disabled){background:var(--earthy-hover-bg);color:var(--earthy-primary-dark)}.brp-button-text:active:not(:disabled){background:var(--earthy-active-bg)}.brp-button-success{background:var(--earthy-success);color:#fff;box-shadow:0 1px 3px #5a7a2e2e}.brp-button-success:hover:not(:disabled){background:#4a6824;transform:translateY(-1px);box-shadow:0 4px 12px #5a7a2e47}.brp-button-success:active:not(:disabled){transform:translateY(0)scale(.98)}.brp-button-error,.brp-button-danger{background:var(--earthy-error);color:#fff;box-shadow:0 1px 3px #8b45132e}.brp-button-error:hover:not(:disabled),.brp-button-danger:hover:not(:disabled){background:#6b3410;transform:translateY(-1px);box-shadow:0 4px 12px #8b451347}.brp-button-error:active:not(:disabled),.brp-button-danger:active:not(:disabled){transform:translateY(0)scale(.98)}.brp-button-warning{background:var(--earthy-warning);color:#fff;box-shadow:0 1px 3px #c4882a2e}.brp-button-warning:hover:not(:disabled){background:#a87220;transform:translateY(-1px);box-shadow:0 4px 12px #c4882a47}.brp-button-warning:active:not(:disabled){transform:translateY(0)scale(.98)}.brp-button-sm{height:var(--btn-height-sm);padding:var(--btn-padding-sm);font-size:var(--btn-font-size-sm)}.brp-button-lg{height:var(--btn-height-lg);padding:var(--btn-padding-lg);font-size:var(--btn-font-size-lg)}.brp-button-full{flex-grow:1;flex-shrink:1;width:100%}.brp-button-icon{width:var(--btn-height-md);height:var(--btn-height-md);border-radius:50%;padding:0}.brp-button-icon.brp-button-sm{width:var(--btn-height-sm);height:var(--btn-height-sm)}.brp-button-icon.brp-button-lg{width:var(--btn-height-lg);height:var(--btn-height-lg)}.brp-button-restore,.brp-button:not(.brp-button-full){align-self:flex-start}.brp-button:disabled{opacity:.42;cursor:not-allowed;pointer-events:none;box-shadow:none!important;transform:none!important}.brp-button-loading{pointer-events:none;color:#0000!important}.brp-button-loading:before{content:"";border:2px solid #ffffff8c;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin:auto;animation:.65s linear infinite brp-spin;position:absolute;inset:0}.brp-button-outline.brp-button-loading:before,.brp-button-ghost.brp-button-loading:before,.brp-button-text.brp-button-loading:before{border-color:#0000 #8b735580 #8b735580}@media (width<=768px){.brp-button{min-height:44px;font-size:.9375rem}.brp-button-sm{min-height:44px;font-size:.875rem}.brp-button-lg{min-height:48px;font-size:1rem}}.glass-panel{-webkit-backdrop-filter:blur(12px)saturate(1.4);box-shadow:var(--earthy-shadow-sm);background:#ffffffa8;border:1px solid #ffffff75}.glass-card{-webkit-backdrop-filter:blur(16px)saturate(1.5);background:#fffc;border:1px solid #ffffff9e;border-radius:12px;transition:box-shadow .22s,transform .22s;box-shadow:0 2px 10px #5c4a3a14}.glass-card:hover{box-shadow:var(--earthy-shadow-hover);transform:translateY(-2px)}.brp-alert{border-radius:8px;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5;animation:.22s brp-fadein;display:flex}.brp-alert-success{background:var(--earthy-success-light);border:1px solid var(--earthy-success-border);color:var(--earthy-success)}.brp-alert-error{background:var(--earthy-error-light);border:1px solid var(--earthy-error-border);color:var(--earthy-error)}.brp-alert-warning{background:var(--earthy-warning-light);color:var(--earthy-warning);border:1px solid #c4882a47}.brp-alert-info{background:var(--earthy-info-light);color:var(--earthy-primary);border:1px solid #8b73553d}.brp-success-banner{background:var(--earthy-success-light);border:1px solid var(--earthy-success-border);color:var(--earthy-success);border-radius:10px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9rem;font-weight:500;animation:.22s brp-fadein;display:flex}.brp-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.brp-empty-state .brp-empty-icon{background:#8b735514;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.25rem;font-size:1.6rem;line-height:1;display:flex}.brp-empty-state h3{color:var(--earthy-text);margin:0 0 .5rem;font-size:1rem;font-weight:600}.brp-empty-state p{color:var(--earthy-text-secondary);margin:0;font-size:.875rem;line-height:1.6}@keyframes toastSlideIn{0%{opacity:0;transform:translate(14px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes brp-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.brp-password-wrapper{align-items:center;display:flex;position:relative}.brp-password-wrapper .brp-input{padding-right:2.75rem}.brp-password-toggle{cursor:pointer;color:var(--earthy-text-light);opacity:.6;background:0 0;border:none;padding:.25rem;font-size:1.05rem;line-height:1;transition:opacity .15s;position:absolute;right:.75rem}.brp-password-toggle:hover{opacity:1}.brp-admin-shell{--admin-compact-gap:.75rem;--admin-compact-pad:clamp(.85rem, 1.8vw, 1.15rem);--admin-compact-radius:12px;--admin-muted-panel:#ffffff9e}.brp-admin-pageHead{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.brp-admin-pageHead h1,.brp-admin-pageHead h2,.brp-admin-pageHead h3{color:var(--earthy-text);margin:0;line-height:1.25}.brp-admin-pageLead{color:var(--earthy-text-secondary);margin:.25rem 0 0;font-size:.875rem;line-height:1.55}.brp-admin-toolbar{border:1px solid var(--earthy-border);border-radius:var(--admin-compact-radius,12px);background:var(--admin-muted-panel,#ffffff9e);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding:.75rem;display:flex}.brp-admin-toolbar__group{flex-wrap:wrap;align-items:center;gap:.45rem;min-width:0;display:flex}.brp-admin-toolbar__group .brp-input,.brp-admin-toolbar__group select,.brp-admin-toolbar__group input[type=search]{width:auto}.brp-admin-toolbar .brp-input,.brp-admin-toolbar select,.brp-admin-toolbar input[type=search]{min-height:var(--input-height)}.brp-admin-section{padding:var(--admin-compact-pad,1rem);border:1px solid var(--earthy-border);border-radius:var(--admin-compact-radius,12px);background:#ffffffad}.brp-admin-section+.brp-admin-section{margin-top:.85rem}.brp-admin-formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;display:grid}.brp-admin-actionBar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.brp-admin-chip{border:1px solid var(--earthy-border);min-height:1.7rem;color:var(--earthy-text-secondary);white-space:nowrap;background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;gap:.25rem;padding:.15rem .55rem;font-size:.76rem;font-weight:600;line-height:1.2;display:inline-flex}.brp-admin-chip--success{color:var(--earthy-success);border-color:var(--earthy-success-border);background:var(--earthy-success-light)}.brp-admin-chip--warning{color:var(--earthy-warning);background:var(--earthy-warning-light);border-color:#c4882a47}.brp-admin-chip--danger{color:var(--earthy-error);border-color:var(--earthy-error-border);background:var(--earthy-error-light)}.brp-admin-buttonCluster{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.brp-admin-buttonCluster .brp-button{min-height:34px}.brp-admin-truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=768px){.brp-admin-pageHead,.brp-admin-toolbar{flex-direction:column;align-items:stretch}.brp-admin-toolbar__group,.brp-admin-actionBar,.brp-admin-buttonCluster{justify-content:stretch;width:100%}.brp-admin-toolbar .brp-input,.brp-admin-toolbar select,.brp-admin-toolbar input[type=search],.brp-admin-toolbar__group .brp-input,.brp-admin-toolbar__group select,.brp-admin-toolbar__group input[type=search],.brp-admin-actionBar .brp-button,.brp-admin-buttonCluster .brp-button{width:100%;min-height:var(--admin-touch-min,44px);flex:10rem}.brp-admin-formGrid{grid-template-columns:1fr}}@keyframes confirm-dialog-in{0%{opacity:0;transform:scale(.92)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}:root{--admin-page-padding-x:clamp(.75rem, 3.2vw, 1.25rem);--admin-touch-min:44px}.brp-container{box-sizing:border-box;max-width:100%;overflow-x:clip}html{overflow-x:hidden}body{max-width:100vw;overflow-x:hidden}.admin-table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}@media (width<=768px){.brp-main{box-sizing:border-box;min-width:0;padding-left:max(.75rem, env(safe-area-inset-left,0px))!important;padding-right:max(.75rem, env(safe-area-inset-right,0px))!important;padding-bottom:max(.75rem, env(safe-area-inset-bottom,0px))!important}.brp-footer{padding-left:max(1.5rem, env(safe-area-inset-left,0px));padding-right:max(1.5rem, env(safe-area-inset-right,0px));padding-bottom:max(1.25rem, env(safe-area-inset-bottom,0px))}.brp-modal-overlay{box-sizing:border-box;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0px)!important}.brp-modal-content{max-height:min(92dvh, 100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important}}
